@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400&display=swap");

@charset "UTF-8";

/* text color */

/* white */

/* light grey */

/* grey */

/* border grey */

/* dark grey */

/* btn dark grey */

/* kose blue */

/* badge blue */

/* accent pink */

/* bluemix */

/* bluemix 2 */

/* skybluemix */

/* skybluemix 2 */

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

ul li,
ol li {
  margin-left: 0;
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  line-height: 1;
}

hr {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  line-height: inherit;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

textarea,
fieldset {
  border: none;
  -webkit-border-image: none;
  border-image: none;
  resize: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border: 0px;
}

* {
  outline: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
}

h1 {
  letter-spacing: .09em;
}

@media screen and (min-width: 901px), print {
  h1 {
    width: 100%;
    max-width: 1170px;
    font-size: 28px;
    line-height: 1.17857;
  }
}

h1,
h2 {
  color: #3b4043;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .l-header {
    background-color: #fff;
  }
}

.l-header img {
  width: 100%;
}

.l-header__inner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .l-header__inner {
    height: 102px;
    padding: 0 3.75%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.l-header__logo {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .l-header__logo {
    padding-bottom: 20px;
    width: 6.53153%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .l-header__logo:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .l-header.shrink .l-header__inner {
    height: 75px;
  }
}

@media screen and (min-width: 901px), print {
  .l-header.shrink .l-header__logo {
    width: 5.78078%;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 901px), print {
  .l-header.shrink .l-corp-nav {
    opacity: 0;
    top: 0;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .l-footer .is-pc {
    display: block;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer .is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-footer a:hover {
    opacity: 0.5;
  }
}

.l-footer__inner {
  width: 100%;
  margin: 0 auto;
}

.l-footer__scroll-sp {
  padding: 10.66667% 10%;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width: 901px), print {
  .l-footer__scroll-sp {
    display: none;
  }
}

.l-footer__scroll-sp a {
  background-color: #3b4043;
  padding: 5% 31.66667%;
  width: 100%;
  color: #fff;
  font-size: 3.2vw;
  position: relative;
}

.l-footer__scroll-sp a:before,
.l-footer__scroll-sp a:after {
  position: absolute;
  top: 57%;
  left: 21.33333%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 14px;
  height: 14px;
  content: "";
  display: block;
}

.l-footer__scroll-sp a:before {
  background-color: #fff;
}

.l-footer__scroll-sp a:after {
  background-color: #3b4043;
  top: 60%;
}

.l-footer__global-nav-area {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area {
    padding: 49px 54px 45px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
  }
}

.l-footer__global-nav-area__link {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__link a {
  width: 100%;
  display: block;
  padding: 5.2% 7.33333%;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #3b4043;
}

.l-footer__global-nav-area__link a:before,
.l-footer__global-nav-area__link a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  content: "";
  display: block;
}

.l-footer__global-nav-area__link a:before {
  background-color: #fff;
  z-index: 2;
  right: 7.2%;
}

.l-footer__global-nav-area__link a:after {
  background-color: #3b4043;
  z-index: 1;
  right: 6.93333%;
}

.l-footer__global-nav-area__accordion {
  width: 100%;
  text-align: left;
}

.l-footer__global-nav-area__accordion__trigger {
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__accordion p {
  position: relative;
  padding: 5.2% 7.33333%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #3b4043;
}

.l-footer__global-nav-area__accordion__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f3;
}

.l-footer__global-nav-area__accordion__item {
  width: calc((100% - 1px)/2);
}

.l-footer__global-nav-area__accordion__item:nth-of-type(odd) {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__accordion__item:nth-of-type(even) {
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__accordion__item a {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #3b4043;
  padding: 10.93333% 18.66667% 10.93333% 13.86667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.l-footer__global-nav-area__accordion__item a:before,
.l-footer__global-nav-area__accordion__item a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  content: "";
  display: block;
}

.l-footer__global-nav-area__accordion__item a:before {
  background-color: #f3f3f3;
  z-index: 2;
  right: 14.66667%;
}

.l-footer__global-nav-area__accordion__item a:after {
  background-color: #3b4043;
  z-index: 1;
  right: 14.13333%;
}

.l-footer__global-nav-area__accordion__trigger__cross {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}

.l-footer__global-nav-area__accordion__trigger__cross:before,
.l-footer__global-nav-area__accordion__trigger__cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #3b4043;
  content: "";
  display: block;
}

.l-footer__global-nav-area__accordion__trigger__cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.l-footer__global-nav-area__accordion__trigger.js-accordion-open .l-footer__global-nav-area__accordion__trigger__cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.l-footer__global-nav-area__inner {
  width: 100%;
  margin: 0 auto;
}

.l-footer__global-nav-area__links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}

.l-footer__global-nav-area__list {
  line-height: 1;
  letter-spacing: .03em;
  margin-right: 6.75676%;
}

.l-footer__global-nav-area__list__item {
  margin-top: 20px;
  font-size: 11px;
}

.l-footer__global-nav-area__list__item--hdg {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.l-footer__global-nav-area__list__item:nth-child(1) {
  margin-top: 0;
}

.l-footer__global-nav-area__list__item.is-list-top {
  margin-top: 30px;
}

.l-footer__global-nav-area__list__item.is-link a {
  position: relative;
}

.l-footer__global-nav-area__list__item.is-link a:before,
.l-footer__global-nav-area__list__item.is-link a:after {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #3b4043;
  background: #f3f3f3;
  content: "";
  display: inline-block;
}

.l-footer__global-nav-area__list__item.is-link a:before {
  top: 3px;
  right: -11px;
}

.l-footer__global-nav-area__list__item.is-link a:after {
  top: 1px;
  right: -13px;
}

.l-footer__global-nav-area__list__item a {
  color: #75797b;
  text-decoration: none;
}

.l-footer__global-nav-area__list--global {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .09em;
}

.l-footer__global-nav-area__list--global .l-footer__global-nav-area__list__item {
  margin-top: 30px;
}

.l-footer__global-nav-area__list--global .l-footer__global-nav-area__list__item:nth-child(1) {
  margin-top: 0;
  font-size: 12px;
}

.l-footer__global-nav-area__list--global .l-footer__global-nav-area__list__item a {
  color: #3b4043;
  text-decoration: none;
}

.l-footer__global-nav-area__list--guide {
  margin-right: 3.37838%;
}

.l-footer__global-nav-area__list--special {
  padding-right: 13px;
}

.l-footer__global-nav-area__list--app {
  margin-right: 0;
}

.l-footer__global-nav-area__list--no-hdg .l-footer__global-nav-area__list__item:nth-child(1) {
  margin-top: 42px;
}

.l-footer__global-nav-area__list--no-hdg .l-footer__global-nav-area__list__item a {
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__text {
    font-size: 12px;
    letter-spacing: 0.09em;
  }
}

.l-footer__global-nav-area__media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer__global-nav-area__media__list__item {
  margin-left: 21px;
}

.l-footer__global-nav-area__media__list__item a {
  width: 100%;
}

.l-footer__global-nav-area__media__list__item a img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-twitter {
    width: 19px;
    margin-left: 27px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-facebook {
    width: 9px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-line {
    width: 22px;
    margin-top: 1px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-instagram {
    width: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-youtube {
    width: 21px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__scroll {
    margin-top: 3px;
    margin-right: -9px;
  }
}

.l-footer__global-nav-area__scroll img {
  vertical-align: middle;
}

.l-footer__corp-nav-area {
  width: 100%;
  padding: 20px 54px 37px;
  box-sizing: border-box;
  background-color: #3b4043;
  color: #fff;
}

.l-footer__corp-nav-area__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text {
    line-height: 2.72;
    margin-top: 15px;
    margin-bottom: 25px;
    letter-spacing: 0.09em;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text a {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text.u-is-pc {
    display: block;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text.u-is-sp {
    display: none;
  }
}

.l-footer__copy {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
}

.l-footer__logo img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .l-footer__logo {
    width: 14.56456%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.l-global-nav {
  position: absolute;
  bottom: 23px;
  right: 0;
  width: 50%;
}

@media screen and (min-width: 901px), print {
  .l-global-nav {
    left: 13.47222%;
  }
}

.l-global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-global-nav__list__item {
  padding-bottom: 16px;
  position: relative;
  top: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.l-global-nav__list__item + .l-global-nav__list__item {
  margin-left: 5.27778%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-global-nav__list__item + .l-global-nav__list__item:hover {
  opacity: 0.5;
}

.l-global-nav__list__item.is-drillMenu > a {
  position: relative;
  padding-right: 20px;
}

.l-global-nav__list__item.is-drillMenu > a:after,
.l-global-nav__list__item.is-drillMenu > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-global-nav__list__item.is-drillMenu > a:before {
  top: 24%;
  background: #fff;
  z-index: 2;
}

.l-global-nav__list__item.is-drillMenu > a:after {
  top: 32%;
  background-color: #3d4143;
  z-index: 1;
}

.l-global-nav__list__item a {
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .l-global-nav__list__item a {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .l-global-nav__list__item a {
    font-size: 14px;
  }
}

.l-global-nav__list__item:hover .l-global-nav__list__item:after {
  display: block;
}

.l-global-nav__list__item.is-drillMenu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #469de2;
  visibility: hidden;
}

.l-global-nav__list__item.is-drillMenu:hover:after {
  visibility: visible;
}

.l-global-nav__list__item__inner {
  width: 100%;
}

.l-global-nav__list__item__inner__item {
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
}

.l-global-nav__list__item__inner__item:nth-child(7) {
  border-bottom: 1px solid #e0e0e0;
}

.l-global-nav__list__item__inner__item:hover {
  background-color: #e4f3f8;
}

.l-global-nav__list__item__inner__item:hover > a:after {
  background-color: #e4f3f8;
}

.l-global-nav__list__item__inner__item > a {
  display: block;
  box-sizing: border-box;
  padding-left: 17px;
  line-height: 42px;
  max-height: 42px;
  position: relative;
}

.l-global-nav__list__item__inner__item > a:before,
.l-global-nav__list__item__inner__item > a:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-global-nav__list__item__inner__item > a:before {
  right: 19px;
  background-color: #7d8082;
}

.l-global-nav__list__item__inner__item > a:after {
  right: 20px;
  background-color: #fff;
}

.l-global-nav__list__item__inner__item:nth-child(5) > a {
  max-height: 84px;
}

.l-global-nav__list__item_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  visibility: hidden;
  z-index: 2;
}

.l-global-nav__list__item__inner__item__wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: #e4f3f8;
}

.l-global-nav__list__item__inner__selected {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.l-global-nav__list__item__inner__selected__item > a {
  width: 195px;
  display: block;
  padding-left: 7px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 2.75;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.l-global-nav__list__item__inner__item:first-child {
  padding-top: 12px;
}

.l-global-nav__list__item__inner__item,
.l-global-nav__list__item__inner__item__wrapper {
  width: 0;
  visibility: hidden;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

.l-global-nav__list__item__inner__item > a,
.l-global-nav__list__item__inner__selected__item > a {
  position: relative;
  left: -30px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out .1s, left .2s ease-out .1s;
  transition: opacity .2s ease-out .1s, left .2s ease-out .1s;
  z-index: 1;
}

.l-global-nav__list__item:hover .l-global-nav__list__item__inner__item {
  width: 100%;
  visibility: visible;
}

.l-global-nav__list__item:hover .l-global-nav__list__item__inner__item > a {
  left: 0;
  opacity: 1;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper {
  width: 380px;
  visibility: visible;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper.layer_01 {
  width: 230px;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper.layer_02 {
  width: 430px;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper.layer_03 {
  width: 570px;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__selected__item > a {
  left: 0;
  opacity: 1;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__selected__item > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__selected__item > a:hover:after {
  background-color: #bfe1ec;
}

.l-corp-nav {
  width: 50%;
  position: absolute;
  top: 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media screen and (min-width: 901px), print {
  .l-corp-nav {
    right: 54px;
  }
}

.l-corp-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-corp-nav__list__item {
  margin-left: 3.61111%;
  line-height: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-corp-nav__list__item:hover {
  opacity: 0.5;
}

.l-corp-nav__list__item a {
  color: #3b4043;
  text-decoration: none;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 901px), print {
  .l-corp-nav__list__item a {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px), print {
  .l-corp-nav__list__item a {
    font-size: 12px;
  }
}

@media screen and (min-width: 901px), print {
  .l-corp-nav__list__item.is-search_shop a {
    position: relative;
    padding-left: 23px;
  }

  .l-corp-nav__list__item.is-search_shop a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 16px;
    height: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../../img/usr/layout/header/icon-search_shop.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 901px), print {
  .l-corp-nav__list__item.is-company_info a {
    position: relative;
    padding-left: 23px;
  }

  .l-corp-nav__list__item.is-company_info a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 19px;
    height: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("../../img/usr/layout/header/icon-company_info.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.l-account-nav {
  width: 100%;
  position: absolute;
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .l-account-nav {
    right: 54px;
    bottom: 18px;
  }
}

.l-account-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-account-nav__list__item {
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-account-nav__list__item:hover {
  opacity: 0.5;
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-login a,
  .l-account-nav__list__item.is-profile a {
    position: relative;
    padding-left: 24px;
  }

  .l-account-nav__list__item.is-login a:before,
  .l-account-nav__list__item.is-profile a:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("../../img/usr/layout/header/icon-login.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-cart a {
    position: relative;
    padding-left: 32px;
  }

  .l-account-nav__list__item.is-cart a:before {
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    background-image: url("../../img/usr/layout/header/icon-cart.png");
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-fav a {
    position: relative;
    padding-left: 32px;
  }

  .l-account-nav__list__item.is-fav a:before {
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background-image: url("../../img/usr/layout/header/icon_fav.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-menu {
    display: none;
  }
}

.l-account-nav__list__item + .l-account-nav__list__item {
  margin-left: 23px;
}

.l-account-nav__list__item__text {
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item__text {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px), print {
  .l-account-nav__list__item__text {
    font-size: 12px;
  }
}

.l-account-nav__list__item__icon {
  display: none;
}

.l-account-nav__list__item__icon img {
  width: 100%;
}

.is-logged-out .l-hamburger-menu__item.is-state--login,
.is-logged-out .is-profile,
.is-logged-out .is-fav {
  display: none;
}

.is-logged-in .l-hamburger-menu__list.is-state--login {
  margin-top: 0 !important;
}

.is-logged-in .is-state--logout,
.is-logged-in .is-login {
  display: none;
}

.l-main {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .l-main {
    padding-top: 102px;
  }
}

.l-main__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-main__content--full-width {
  max-width: none;
}

@media screen and (min-width: 901px), print {
  .l-main__content__right__wrap {
    width: 870px;
    float: right;
  }

  .l-main__content__right__wrap:after {
    content: '';
    display: block;
    clear: both;
  }
}

.l-hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

@media screen and (min-width: 901px), print {
  .l-hamburger-menu {
    display: none !important;
  }
}

.l-hamburger-menu__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #555;
  opacity: 0.7;
}

.l-hamburger-menu__inner {
  position: fixed;
  top: 0;
  right: -60%;
  width: 88%;
  height: 100%;
  background: #fff;
  padding: 86px 7.2% 0;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-hamburger-menu__content {
  padding-bottom: 73.5px;
}

.l-hamburger-menu__close-button {
  position: fixed;
  top: 15px;
  right: 17.5px;
  width: 37px;
  height: 37px;
  background: #fff;
  z-index: 100;
  opacity: 0;
}

.l-hamburger-menu__close-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-hamburger-menu__close-button a:before,
.l-hamburger-menu__close-button a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #3c4043;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-hamburger-menu__close-button a:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.l-hamburger-menu__login {
  width: 100%;
  background: #3b4043;
  padding: 13px 23px;
  box-sizing: border-box;
}

.l-hamburger-menu__login__button {
  display: block;
  font-size: 4vw;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  padding-left: 45px;
  box-sizing: border-box;
  background-image: url("../../img/usr/common/menu/icon0.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
}

.l-hamburger-menu__list {
  width: 100%;
}

.l-hamburger-menu__item {
  width: 100%;
}

.l-hamburger-menu__item a {
  font-size: 4vw;
  line-height: 1.45933;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.l-hamburger-menu__button {
  position: relative;
  width: 100%;
  display: block;
  font-size: 4vw;
  padding-left: 10.15152%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
  box-sizing: border-box;
}

.l-hamburger-menu__button:before,
.l-hamburger-menu__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-hamburger-menu__button:before {
  width: 8px;
  height: 8px;
  background: #3b4043;
  right: 5px;
}

.l-hamburger-menu__button:after {
  width: 8px;
  height: 8px;
  background: #fff;
  right: 6px;
}

.l-hamburger-menu__button.is-1 {
  background-image: url("../../img/usr/common/menu/icon1.png");
}

.l-hamburger-menu__button.is-2 {
  background-image: url("../../img/usr/common/menu/icon2.png");
}

.l-hamburger-menu__button.is-2:before {
  content: "";
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-6px) translateX(-6px);
  -ms-transform: translateY(-6px) translateX(-6px);
  transform: translateY(-6px) translateX(-6px);
  border-right: 1px solid #3b4043;
  background: none;
}

.l-hamburger-menu__button.is-2.js-accordion-open:before {
  opacity: 0;
}

.l-hamburger-menu__button.is-2:after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
  border-bottom: 1px solid #3b4043;
  background: none;
}

.l-hamburger-menu__button.is-3 {
  background-image: url("../../img/usr/common/menu/icon3.png");
  margin-top: 39px;
}

.l-hamburger-menu__button.is-4 {
  background-image: url("../../img/usr/common/menu/icon4.png");
}

.l-hamburger-menu__button.is-5 {
  background-image: url("../../img/usr/common/menu/icon5.png");
}

.l-hamburger-menu__button.is-6 {
  background-image: url("../../img/usr/common/menu/icon6.png");
}

.l-hamburger-menu__button.is-7 {
  background-image: url("../../img/usr/common/menu/icon7.png");
}

.l-hamburger-menu__button.is-8 {
  background-image: url("../../img/usr/common/menu/icon8.png");
}

.l-hamburger-menu__button.is-9 {
  background-image: url("../../img/usr/common/menu/icon9.png");
}

.l-hamburger-menu__button.is-10 {
  background-image: url("../../img/usr/common/menu/icon10.png");
}

.l-hamburger-menu__button.is-11 {
  background-image: url("../../img/usr/common/menu/icon11.png");
}

.l-hamburger-menu__button.is-12 {
  background-image: url("../../img/usr/common/menu/icon12.png");
}

.l-hamburger-menu__sublist {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37.5px 0 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.l-hamburger-menu__sublist__item {
  width: 82.19424%;
}

.l-hamburger-menu__sublist__item + .l-hamburger-menu__sublist__item {
  margin-top: 36px;
}

.l-hamburger-menu__sublist__button {
  position: relative;
  display: block;
  font-size: 4vw;
  line-height: 1.45933;
  letter-spacing: 0.09em;
  color: #3b4043;
  padding-left: 11.69065%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
  box-sizing: border-box;
}

.l-hamburger-menu__sublist__button:before,
.l-hamburger-menu__sublist__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-hamburger-menu__sublist__button:before {
  width: 8px;
  height: 8px;
  background: #3b4043;
  right: 6px;
}

.l-hamburger-menu__sublist__button:after {
  width: 8px;
  height: 8px;
  background: #fff;
  right: 8px;
}

.l-hamburger-menu__sublist__button.is-1 {
  background-image: url("../../img/usr/common/menu/subicon1.png");
}

.l-hamburger-menu__sublist__button.is-2 {
  background-image: url("../../img/usr/common/menu/subicon2.png");
}

.l-hamburger-menu__sublist__button.is-3 {
  background-image: url("../../img/usr/common/menu/subicon3.png");
}

.l-hamburger-menu__sublist__button.is-4 {
  background-image: url("../../img/usr/common/menu/subicon4.png");
}

.l-hamburger-menu__sublist__button.is-5 {
  background-image: url("../../img/usr/common/menu/subicon5.png");
}

.l-hamburger-menu__sublist__button.is-6 {
  background-image: url("../../img/usr/common/menu/subicon6.png");
}

.l-hamburger-menu__sublist__button.is-7 {
  background-image: url("../../img/usr/common/menu/subicon7.png");
}

.l-hamburger-menu__sublist.js-accordion-close {
  height: 0;
  padding: 0;
}

.l-hamburger-menu [data-module-fade="HamburgerMenu"] {
  opacity: 0;
}

.l-hamburger-menu__login + .l-hamburger-menu__list {
  margin-top: 39px;
}

.l-hamburger-menu__list + .l-hamburger-menu__list {
  padding-top: 41px;
  margin-top: 39px;
  border-top: 1px solid #e0e0e0;
}

.l-hamburger-menu__item + .l-hamburger-menu__item {
  margin-top: 39px;
}

.l-common-area {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .l-common-area {
    padding-bottom: 120px;
  }
}

.l-common-area--no-padding {
  padding: 0;
}

.l-common-area__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-common-area__content--full-width {
  max-width: none;
}

.l-notification {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ee696f;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .l-notification {
    padding: 17px 0;
  }
}

.l-notification__text {
  color: #ee696f;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-notification__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.71429;
  }
}

.l-notification__close {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .l-notification__close {
    width: 30px;
    height: 30px;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-notification__close:hover {
    opacity: 0.5;
  }
}

.l-notification__close span {
  background-color: #ee696f;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-notification__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (min-width: 901px), print {
  .l-notification__close span {
    width: 1px;
    height: 100%;
  }
}

.c-arrow:after {
  content: '';
  border-top: 1px solid #469de2;
  border-right: 1px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .c-arrow:after {
    width: 7px;
    height: 7px;
    margin-left: 8px;
  }
}

.c-arrow--grey:after {
  border-top: 1px solid #424648;
  border-right: 1px solid #424648;
}

.c-arrow--white:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-arrow--absolute:after {
  position: absolute;
  margin-left: auto;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.c-link {
  position: relative;
}

.c-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url("../../img/usr/common/icon/link.png") no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-link--inline:after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  right: 0;
  top: auto;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.c-link--grey:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #3b4043;
  background-color: #f3f3f3;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow span {
  cursor: pointer;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-pager {
  float: right;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}

.c-pager__button {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  color: #3b4043;
  border-radius: 50%;
}

.c-pager__button:hover {
  opacity: 0.5;
}

.c-pager__button.active {
  background-color: #58a7e5;
  color: #fff;
}

.c-pager__button + .c-pager__button,
.c-pager__button + .c-pager__ellipsis,
.c-pager__ellipsis + .c-pager__button {
  margin-left: 9px;
}

.c-pager__ellipsis {
  width: auto;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  color: #3b4043;
  border-radius: 50%;
}

.c-pager__prev,
.c-pager__next {
  position: relative;
  cursor: pointer;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-pager__prev:hover,
.c-pager__next:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-pager__prev {
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-top-color: #000;
  border-left-color: #000;
  margin-right: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-pager__next {
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-swipe__wrapper {
  position: relative;
}

.c-swipe__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 60px;
  height: 80%;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.9;
}

.c-swipe__arrow.is-prev {
  left: 0;
}

.c-swipe__arrow.is-next {
  right: 0;
}

.c-product-slider__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__container {
    width: 100%;
  }
}

.c-product-slider__ttl {
  margin: 0 auto;
  text-align: center;
}

.c-product-slider__products {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products {
    max-width: 1440px;
  }
}

.c-product-slider__products .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots {
    margin-top: 60px;
  }
}

.c-product-slider__products .slick-dots li {
  position: relative;
  background-color: #469de2;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

.c-product-slider__products .slick-dots li button {
  display: none;
}

.c-product-slider__products .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots li + li {
    margin-left: 24px;
  }
}

.c-product-slider__products__item {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item {
    width: 220px;
  }
}

.c-product-slider__products__item__img {
  height: auto;
  padding-top: 129.57746%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}

.c-product-slider__products__item__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_product_m_grey.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.c-product-slider__products__item__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product-slider__products__item__brand,
.c-product-slider__products__item__name,
.c-product-slider__products__item__hash-area {
  padding: 0 20px;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__brand {
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__name {
    margin-top: 11px;
    line-height: 1.71429;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__hash-area {
    margin-top: 12px;
  }
}

.c-product-slider__products__item__hash-area a {
  text-decoration: none;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__hash-area a {
    font-size: 12px;
  }
}

.c-product-slider__products__item__hash-area span {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__annotation {
    position: absolute;
    right: 6.59722%;
    bottom: 0;
    font-size: 12px;
    color: #b1b3b4;
  }
}

.c-product-slider__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow {
    width: 6.59722%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product-slider__arrow:hover {
    opacity: 0.5;
  }
}

.c-product-slider__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow span {
    width: 16px;
    height: 16px;
    top: 29.5%;
  }
}

.c-product-slider__arrow--right {
  right: 0;
}

.c-product-slider__arrow--right span {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow--right span {
    border-top: 1px solid #469de2;
    border-right: 1px solid #469de2;
    left: 30px;
  }
}

.c-product-slider__arrow--left {
  left: 0;
}

.c-product-slider__arrow--left span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow--left span {
    border-top: 1px solid #469de2;
    border-left: 1px solid #469de2;
    right: 30px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow.left--type02 span {
    width: 16px;
    height: 16px;
    top: 29.5%;
  }
}

.c-product-slider__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none;
}

.c-product-slider__bar {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  display: none;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__bar {
    width: 54.70085%;
    height: 6px;
    margin-top: 50px;
  }
}

.c-product-slider__bar__indicator {
  width: 60px;
  background-color: #469de2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__bar__indicator {
    height: 6px;
  }
}

.c-product-slider__bar--grey {
  background-color: #f3f3f3;
}

.c-product-slider__container--white .c-product-slider__products__item__img {
  background-color: #f7f7f7;
  position: relative;
}

.c-product-slider__container--white .c-product-slider__products__item__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_top_m.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.c-product-slider__container--white .c-product-slider__bar {
  background-color: #f3f3f3;
}

.c-product-slider__container--mypage .c-product-slider__arrow--right span {
  left: auto;
  right: 0;
}

.c-product-slider__container--mypage .c-product-slider__arrow--left span {
  left: 0;
  right: auto;
}

.c-product-slider__container.slick-current .c-product-slider__products__block:first-child {
  opacity: 1;
}

.c-product-slider__products__block {
  width: 100%;
  width: 97.2807%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block {
    padding: 0 15px;
  }
}

.c-product-slider__products__block.slick-center {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block .c-product__item + .c-product__item {
    margin-left: 2.34%;
  }
}

.c-product-slider__products__block--brand .c-product__item {
  width: 30.11236%;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--brand .c-product__item + .c-product__item {
    margin-left: 4.83%;
  }
}

.c-product-slider__products__block--brand .c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_top_m.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--brand {
    max-width: 890px;
  }
}

.c-product-slider__products__block--mypage .c-product__item {
  width: 21.68539%;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage .c-product__item + .c-product__item {
    margin-left: 4.4%;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage .c-product__item--small {
    width: 46.28571% !important;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage .c-product__item--small + .c-product__item {
    margin-left: 4.4% !important;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage {
    max-width: 890px;
  }
}

.c-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product__item {
  width: 18.12444%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-product__item + .c-product__item {
    margin-left: 2.34%;
  }
}

.c-product__thumb {
  height: auto;
  padding-top: 131.34328%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

.c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_product_s.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.c-product__thumb.is-new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url("../../img/usr/common/badge/new.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__thumb.is-new:before {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 6px;
  }
}

.c-product__thumb.is-soon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url("../../img/usr/common/badge/comingsoon.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__thumb.is-soon:before {
    width: 48px;
    height: 48px;
    top: 6px;
    left: 6px;
  }
}

.c-product__thumb__img {
  width: 97.1831%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product__thumb__img img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .c-product__thumb__img {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product__thumb__img:hover {
    opacity: 0.5;
  }
}

.c-product__like {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("../../img/usr/project/my/favorite/button_like.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__about {
    padding: 0 0 0 12px;
  }
}

.c-product__badge {
  font-family: 'Josefin Sans', 'sans-serif';
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #48add3;
  border-radius: 50%;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__badge {
    width: 49px;
    height: 49px;
    font-size: 12px;
    line-height: 1.021264028;
  }
}

.c-product__special {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 8px;
  color: #ffb400;
}

.c-product__special,
.c-product__brand,
.c-product__name,
.c-product__product-name,
.c-product__price,
.c-product__info,
.c-product__hashtag-area,
.c-product__launch-date {
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .c-product__special,
  .c-product__brand,
  .c-product__name,
  .c-product__product-name,
  .c-product__price,
  .c-product__info,
  .c-product__hashtag-area,
  .c-product__launch-date {
    padding: 0 12px;
  }
}

.c-product__launch-date {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  line-height: 1;
  color: #ee696f;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .c-product__launch-date {
    font-size: 12px;
    top: 25px;
  }
}

.c-product__brand {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
  margin-top: 4px;
}

.c-product__data {
  font-size: 12px;
  line-height: 2.10333;
  color: #b1b3b4;
}

.c-product__name {
  font-size: 14px;
  line-height: 1.71429;
  color: #3b4043;
}

.c-product__product-name {
  font-weight: bold;
  color: #3b4043;
  display: block;
}

@media screen and (min-width: 901px), print {
  .c-product__product-name {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: 0.03em;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product__product-name:hover {
    opacity: 0.5;
  }
}

.c-product__price {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-product__price {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__price span {
    font-size: 12px;
  }
}

.c-product__info {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__hashtag-area {
  display: block;
}

@media screen and (min-width: 901px), print {
  .c-product__hashtag-area {
    margin-top: 4px;
  }
}

.c-product__hashtag-area a,
.c-product__hashtag-area p {
  color: #3b4043;
  display: inline;
}

@media screen and (min-width: 901px), print {
  .c-product__hashtag-area a,
  .c-product__hashtag-area p {
    font-size: 12px;
  }

  .c-product__hashtag-area a + p,
  .c-product__hashtag-area a + a,
  .c-product__hashtag-area p + p,
  .c-product__hashtag-area p + a {
    margin-left: 6px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__hashtag-area a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product__hashtag-area a:hover {
    opacity: 0.5;
  }
}

.c-product__hashtag-area span {
  color: #469de2;
}

.c-product__pager {
  float: right;
  width: 243px;
  margin-top: 60px;
}

.c-product__pager img {
  width: 100%;
}

.c-product-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product__item--small {
  width: 335px;
  width: 30.20739%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.c-product__item--small .c-product__thumb {
  width: 42.38806%;
  height: auto;
  padding-top: 42.38806%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.c-product__item--small .c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_product_ss.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.c-product__item--small .c-product__thumb__img {
  width: 95.77465%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product__item--small .c-product__thumb__img img {
  width: 100%;
}

.c-product__item--small .c-product__about {
  width: 180px;
}

.c-product__item--small .c-product__brand {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__item--small .c-product__product-name {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-product__item--small .c-product__product-name {
    margin-top: 5px;
  }
}

.c-product__item--small .c-product__price {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__item--small .c-product__hashtag-area {
  display: block;
}

.c-product__item--small .c-product__hashtag-area p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__item--grey .c-product__thumb {
  background-color: #fff;
  position: relative;
}

.c-product__item--grey .c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_product_s_grey.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.c-product__item--ranking {
  position: relative;
}

.c-product__item--ranking:after {
  pointer-events: none;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #48add3;
  z-index: 50;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .c-product__item--first:nth-child(1):after {
    pointer-events: none;
    content: '1';
    background-color: #ffb400;
  }

  .c-product__item--first:nth-child(2):after {
    pointer-events: none;
    content: '2';
    background-color: #718496;
  }

  .c-product__item--first:nth-child(3):after {
    pointer-events: none;
    content: '3';
    background-color: #d5622f;
  }

  .c-product__item--first:nth-child(4):after {
    pointer-events: none;
    content: '4';
  }

  .c-product__item--first:nth-child(5):after {
    pointer-events: none;
    content: '5';
  }

  .c-product__item--second:nth-child(1):after {
    pointer-events: none;
    content: '6';
  }

  .c-product__item--second:nth-child(2):after {
    pointer-events: none;
    content: '7';
  }

  .c-product__item--second:nth-child(3):after {
    pointer-events: none;
    content: '8';
  }

  .c-product__item--second:nth-child(4):after {
    pointer-events: none;
    content: '9';
  }

  .c-product__item--second:nth-child(5):after {
    pointer-events: none;
    content: '10';
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__hdg {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__slider {
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__slider--small .c-product-slider__arrow span {
    top: 34%;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area--ranking {
    margin-top: 30px;
  }
}

.c-recommend-area--ranking .c-recommend-area__hdg {
  text-align: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
}

@media screen and (min-width: 901px), print {
  .c-recommend-area--ranking .c-recommend-area__hdg {
    line-height: 1;
    letter-spacing: .18em;
  }
}

.c-recommend-area--ranking .c-recommend-area__subhdg {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .c-recommend-area--ranking .c-recommend-area__subhdg {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1;
    letter-spacing: .09em;
  }
}

@media screen and (min-width: 901px), print {
  .c-recent-view-area {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .c-recent-view-area__hdg {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 901px), print {
  .c-recent-view-area__slider {
    margin-top: 50px;
  }
}

.c-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.c-loading__inner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-loading__bg {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-breadcrumb {
  background: #f3f3f3;
  padding: 7.5px;
}

.c-breadcrumb__inner {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .c-breadcrumb__inner {
    max-width: 1170px;
    padding: 12px 0;
  }
}

.c-breadcrumb__item {
  display: inline;
}

@media screen and (min-width: 901px), print {
  .c-breadcrumb__item {
    font-size: 12px;
  }

  .c-breadcrumb__item a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-breadcrumb__item a:hover {
    opacity: 0.5;
  }
}

.c-breadcrumb__item a {
  color: #3b4043;
}

.breadcrumb__item__arrow {
  background-image: url("../../img/usr/common/icon/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 901px), print {
  .breadcrumb__item__arrow {
    padding: 0 11px;
    background-size: 6px 9px;
    background-position: 5.5px center;
  }
}

.c-contents {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .c-contents {
    padding: 85px 0;
    margin-top: 90px;
  }
}

.c-contents > p {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.c-contents__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .c-contents__inner {
    margin-top: 45px;
  }
}

@media screen and (min-width: 901px), print {
  .c-contents__box {
    width: 373px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 901px), print {
  .c-contents__box + .c-contents__box {
    margin-left: 42px;
  }
}

.c-contents__box__img {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .c-contents__box__img {
    width: 186px;
  }
}

.c-contents__box__img img {
  width: 100%;
}

.c-contents__box__txt {
  font-size: 14px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-contents__box__txt {
    margin-top: 20px;
    margin-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-contents__box__txt:hover {
    opacity: 0.5;
  }
}

.c-common-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

.c-common-modal__background {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
}

.c-common-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-common-modal__closebtn {
  display: block;
  position: absolute;
  top: -75px;
  right: 0;
  width: 52px;
  height: 52px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-common-modal__closebtn:after,
.c-common-modal__closebtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-common-modal__closebtn:before {
  width: 52px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-common-modal__closebtn:after {
  width: 52px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-common-modal__closebtn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-favorite-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../img/usr/common/favorite/like.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 20;
}

.c-favorite-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.c-favorite-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("../../img/usr/common/favorite/like.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .c-favorite-btn:hover {
    background: white;
  }

  .c-favorite-btn:hover:after {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.5;
  }
}

.c-favorite-btn.type02 {
  background: url("../../img/usr/common/favorite/like02.png") no-repeat;
  background-size: cover;
  border: 1px solid #48add3;
}

.c-favorite-btn.type02:before,
.c-favorite-btn.type02:after {
  background: none;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn.type02 {
    width: 55px;
    height: 55px;
  }
}

.c-favorite-btn.type02.play {
  background: none;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn--large {
    width: 60px;
    height: 60px;
  }
}

.c-favorite-btn--inline {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn--inline {
    margin-right: 16px;
  }
}

.c-favorite-btn__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.c-favorite-btn__img.play {
  opacity: 1;
  -webkit-animation: faveAnim 0.6s ease;
  animation: faveAnim 0.6s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.c-favorite-btn__img.play:hover {
  opacity: 0.5 !important;
}

.c-favorite-btn.play:after {
  background: none;
}

@-webkit-keyframes faveAnim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes faveAnim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.c-sort-modal__background {
  position: fixed;
}

.c-sort-modal__inner {
  width: 86.66667%;
  background-color: #fff;
  padding: 35px 0 22.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3b4043;
  box-sizing: border-box;
}

.c-sort-modal__txt {
  font-size: 3.2vw;
  line-height: 1;
}

.c-sort-modal__list {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  display: block;
}

.c-sort-modal__list__item {
  padding: 22.5px;
  text-align: center;
  font-size: 4vw;
}

.c-sort-modal__list__item + .c-sort-modal__list__item {
  border-top: 1px solid #f7f7f7;
}

.c-sort-modal__list__item.is-active {
  background-color: #e4f3f8;
}

.c-sort-modal__btn {
  width: 84.61538%;
  padding: 17px 0;
  margin-top: 17.5px;
  color: #fff;
  background-color: #3b4043;
  text-align: center;
  font-size: 3.2vw;
  box-sizing: border-box;
}

.c-drop-down .c-drop-down__target {
  display: none;
}

.c-drop-down.is-open .c-drop-down__trigger:after {
  top: 54%;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.c-drop-down.is-open .js-open-target {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.c-drop-down.is-open .c-drop-down__target {
  display: block;
}

.c-drop-down input[type="radio"] {
  display: none;
}

.c-drop-down label {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.c-drop-down label:hover {
  background-color: #f3f3f3;
}

.c-drop-down__trigger {
  position: relative;
  display: inline-block;
}

.c-drop-down__trigger > input {
  display: block;
  padding: 8px 15px;
  width: 130px;
  font-size: 14px;
  color: #333;
  background-color: #f3f3f3;
  border: none;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.c-drop-down__trigger:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 46%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  z-index: 1;
  border-right: 1px solid #469de2;
  border-bottom: 1px solid #469de2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
}

.c-drop-down__target {
  position: relative;
  z-index: 10;
  list-style: none;
  border: 1px solid #f3f3f3;
  border-top: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.js-open-target {
  top: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-sns-area {
  position: relative;
}

.c-sns-area__text {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-sns-area__text {
    font-size: 14px;
    line-height: 2.14286;
  }
}

.c-sns-area__btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 901px), print {
  .c-sns-area__btn-wrapper {
    margin-top: 20px;
  }
}

.c-sns-area form {
  color: #75797b;
  box-sizing: border-box;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .c-sns-area form {
    width: 195px;
    height: 35px;
    font-size: 12px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-sns-area form:hover {
    opacity: 0.5;
  }
}

.c-sns-area form .c-sns-area__btn {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.c-sns-area form .c-sns-area__btn button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  color: #75797b;
  background-color: white;
  text-decoration: underline;
  cursor: pointer;
}

.c-sns-area form.c-sns-area__form--yahoo {
  background: url("../../img/usr/common/sns/btn_yahoo.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.c-sns-area form.c-sns-area__form--line {
  background: url("../../img/usr/common/sns/btn_line.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.c-sns-area form.c-sns-area__form--facebook {
  background: url("../../img/usr/common/sns/btn_facebook.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.c-sns-area form.c-sns-area__form--twitter {
  background: url("../../img/usr/common/sns/btn_twitter.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.p-top-section__kv {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv {
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-top-section__kv__slide--right {
    right: -102.5%;
    left: auto;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  .p-top-section__kv__slide--left {
    left: -102.5%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.p-top-section__kv__slide .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots {
    bottom: -28px;
  }
}

.p-top-section__kv__slide .slick-dots li {
  position: relative;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-color: #999999;
  }
}

.p-top-section__kv__slide .slick-dots li button {
  display: none;
}

.p-top-section__kv__slide .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots li + li {
    margin-left: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide-frame {
    width: 100%;
    height: auto;
    padding: 0 1px;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .p-top-section__kv__slide-frame--1 {
    background: url("../../img/usr/project/top/kv/kv_01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top-section__kv__slide-frame--2 {
    background: url("../../img/usr/project/top/kv/kv_02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top-section__kv__slide-frame--3 {
    background: url("../../img/usr/project/top/kv/kv_03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top-section__kv__slide-frame a {
    width: 100%;
    display: block;
  }

  .p-top-section__kv__slide-frame img {
    width: 100%;
  }
}

.p-top-section__hdg {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-section__hdg {
    font-size: 28px;
    letter-spacing: .18em;
  }
}

.p-top-menu {
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-top-menu {
    width: 100%;
    padding: 102px 0 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list {
    width: 693px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-top-menu__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item {
    width: 27.56133%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-menu__list__item:hover {
    opacity: 0.5;
  }

  .p-top-menu__list__item + .p-top-menu__list__item {
    margin-left: 8.65801%;
  }

  .p-top-menu__list__item:nth-child(n+4) {
    margin-top: 35px;
  }

  .p-top-menu__list__item:nth-child(4) {
    margin-left: 0;
  }
}

.p-top-menu__list__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #3b4043;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item__link {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item__icon {
    width: 37px;
    margin-right: 12px;
  }
}

.p-top-products {
  width: 100%;
  background-color: #fff;
  color: #3b4043;
}

.p-top-products__container {
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-top-products__container {
    max-width: 1440px;
    padding: 0 3.75%;
    padding-bottom: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-top-products__item {
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 901px), print {
  .p-top-products__item {
    font-size: 1.21739vw;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item {
    font-size: 14px;
  }
}

.p-top-products__item__thumb {
  display: block;
}

.p-top-products__item__thumb.is-new:before {
  content: '';
  position: absolute;
  top: 3%;
  left: 4%;
  border-radius: 50%;
  background: url("../../img/usr/common/badge/new.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__thumb.is-new:before {
    width: 48px;
    height: 48px;
  }
}

.p-top-products__item__thumb.is-soon:before {
  content: '';
  position: absolute;
  top: 3%;
  left: 4%;
  border-radius: 50%;
  background: url("../../img/usr/common/badge/comingsoon.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__thumb.is-soon:before {
    width: 48px;
    height: 48px;
  }
}

.p-top-products__item__img {
  overflow: hidden;
}

.p-top-products__item__brand,
.p-top-products__item__name,
.p-top-products__item__hash-area {
  line-height: 1;
  letter-spacing: .03em;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__brand,
  .p-top-products__item__name,
  .p-top-products__item__hash-area {
    padding: 0 21px;
  }
}

.p-top-products__item__name {
  font-weight: bold;
  color: #3b4043;
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__name {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-products__item__name:hover {
    opacity: 0.5;
  }
}

.p-top-products__item__hash-area a {
  text-decoration: none;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__hash-area a {
    font-size: 1.04348vw;
    line-height: 2;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-products__item__hash-area a:hover {
    opacity: 0.5;
  }

  .p-top-products__item__hash-area a + a {
    margin-left: 6px;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item__hash-area a {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item__hash-area a {
    font-size: 12px;
  }
}

.p-top-products__item__hash-area span {
  color: #469de2;
}

.p-top-products__item img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 {
    width: 25%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-1 {
    width: 20%;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__thumb {
    position: relative;
    padding-top: 130%;
    overflow: hidden;
  }

  .p-top-products__item--type-1 .p-top-products__item__thumb:after {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
    background: url("../../img/usr/common/frames/frame_product_m.svg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
  }
}

.p-top-products__item--type-1 .p-top-products__item__img {
  height: auto;
  padding: 0 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: 97%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 900px) and (min-width: 901px) {
  .p-top-products__item--type-1 .p-top-products__item__img.is-new:before {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 900px) and (min-width: 901px) {
  .p-top-products__item--type-1 .p-top-products__item__img.is-soon:before {
    width: 48px;
    height: 48px;
  }
}

.p-top-products__item--type-1 .p-top-products__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__brand {
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__name {
    margin-top: 5px;
    line-height: 1.71429;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1.on-4-col {
    display: block;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-1.on-4-col {
    display: none !important;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 {
    width: 25%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-2 {
    width: 20%;
  }
}

.p-top-products__item--type-2 .p-top-products__item__grad {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-top-products__item--type-2 .p-top-products__item__grad--1 {
  background: -webkit-linear-gradient(317deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background: linear-gradient(133deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--2 {
  background: -webkit-linear-gradient(314deg, rgba(26, 80, 124, 0.8), rgba(66, 137, 175, 0.8), rgba(156, 213, 214, 0.8), rgba(219, 225, 227, 0.8));
  background: linear-gradient(136deg, rgba(26, 80, 124, 0.8), rgba(66, 137, 175, 0.8), rgba(156, 213, 214, 0.8), rgba(219, 225, 227, 0.8));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--3 {
  background: -webkit-linear-gradient(45deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background: linear-gradient(45deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--4 {
  background: -webkit-linear-gradient(226deg, rgba(26, 80, 124, 0.8), rgba(66, 137, 175, 0.8), rgba(156, 213, 214, 0.8), rgba(219, 225, 227, 0.8));
  background: linear-gradient(-136deg, rgba(26, 80, 124, 0.8), rgba(66, 137, 175, 0.8), rgba(156, 213, 214, 0.8), rgba(219, 225, 227, 0.8));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--5 {
  background: -webkit-linear-gradient(223deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background: linear-gradient(-133deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__img {
  height: auto;
  padding-top: 130%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.p-top-products__item--type-2 .p-top-products__item__img:after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_top_m.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.p-top-products__item--type-2 .p-top-products__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.p-top-products__item--type-2 .p-top-products__item__name {
  font-weight: normal;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 .p-top-products__item__name {
    margin-top: 6px;
    line-height: 1.71429;
  }
}

.p-top-products__item--type-2 .p-top-products__item__text {
  width: 77.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f7f7f7;
  z-index: 15;
  text-shadow: 0px 7px 28.42px rgba(3, 41, 59, 0.4);
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 .p-top-products__item__text {
    font-size: 2.08696vw;
    line-height: 1.75;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-2 .p-top-products__item__text {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-2 .p-top-products__item__text {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 {
    width: 50%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 {
    width: 40%;
  }
}

.p-top-products__item--type-3 .p-top-products__item__grad {
  width: 99.1%;
  height: 99.1%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-top-products__item--type-3 .p-top-products__item__grad--1 {
  background: -webkit-linear-gradient(45deg, rgba(26, 54, 124, 0.6), rgba(26, 155, 193, 0.6), rgba(102, 187, 212, 0.6), rgba(242, 158, 22, 0.6));
  background: linear-gradient(45deg, rgba(26, 54, 124, 0.6), rgba(26, 155, 193, 0.6), rgba(102, 187, 212, 0.6), rgba(242, 158, 22, 0.6));
  background-size: 400% 400%;
}

.p-top-products__item--type-3 .p-top-products__item__grad--2 {
  background: -webkit-linear-gradient(317deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background: linear-gradient(133deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background-size: 400% 400%;
}

.p-top-products__item--type-3 .p-top-products__item__grad--3 {
  background: -webkit-linear-gradient(314deg, rgba(26, 80, 124, 0.8), rgba(66, 137, 175, 0.8), rgba(156, 213, 214, 0.8), rgba(219, 225, 227, 0.8));
  background: linear-gradient(136deg, rgba(26, 80, 124, 0.8), rgba(66, 137, 175, 0.8), rgba(156, 213, 214, 0.8), rgba(219, 225, 227, 0.8));
  background-size: 400% 400%;
}

.p-top-products__item--type-3 .p-top-products__item__img {
  height: auto;
  padding-top: 75.55556%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-top-products__item--type-3 .p-top-products__item__img:after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("../../img/usr/common/frames/frame_top_l.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.p-top-products__item--type-3 .p-top-products__item__img img {
  width: 99.07407%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-top-products__item--type-3 .p-top-products__item__text-area {
  position: absolute;
  top: 50%;
  left: 11.11111%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  z-index: 15;
  text-shadow: 0px 7px 28.42px rgba(3, 41, 59, 0.4);
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area {
    width: 88.88889%;
  }
}

.p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  letter-spacing: .03em;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
    font-size: 5.65217vw;
    line-height: 1.015384615;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
    font-size: 4.51389vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
    font-size: 65px;
  }
}

.p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
    font-size: 2.08696vw;
    letter-spacing: .03em;
    margin-top: 17px;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
    font-size: 24px;
  }
}

.p-top-products__item--type-3 .p-top-products__item__text-area__text {
  letter-spacing: .03em;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__text {
    font-size: 1.21739vw;
    line-height: 1.714285714;
    margin-top: 2.66667%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__text {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__text {
    font-size: 14px;
  }
}

.p-top-products__item--type-4 {
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 {
    width: 50%;
    box-sizing: border-box;
    padding-top: 28.33333%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 {
    width: 40%;
    padding-top: 28.33333%;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__thumb {
    width: 42.22222%;
  }
}

.p-top-products__item--type-4 .p-top-products__item__img {
  position: relative;
  pointer-events: none;
  overflow: visible;
}

.p-top-products__item--type-4 .p-top-products__item__img:after {
  pointer-events: none;
  content: '';
  position: absolute;
  border-radius: 50%;
  background: url("../../img/usr/common/badge/pickup.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__img:after {
    width: 75px;
    height: 75px;
    font-size: 16px;
    top: -40px;
    left: -5px;
  }
}

.p-top-products__item--type-4 .p-top-products__item__brand,
.p-top-products__item--type-4 .p-top-products__item__name,
.p-top-products__item--type-4 .p-top-products__item__hash-area {
  padding: 0;
  line-height: 1;
}

.p-top-products__item--type-4 .p-top-products__item__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__detail {
    width: 54.44444%;
    padding-left: 3.33333%;
    line-height: 1.714285714;
    height: 100%;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__brand {
    font-size: 1.56522vw;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 .p-top-products__item__brand {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-4 .p-top-products__item__brand {
    font-size: 18px;
  }
}

.p-top-products__item--type-4 .p-top-products__item__name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__name {
    margin-top: 9px;
    font-size: 1.56522vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 .p-top-products__item__name {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-4 .p-top-products__item__name {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__description {
    font-size: 1.21739vw;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 .p-top-products__item__description {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-4 .p-top-products__item__description {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__hash-area {
    margin-top: 9px;
  }
}

.p-top-products__item--type-4 .p-top-products__item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 15px;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__container {
    left: 15px;
    top: 16.28352%;
    position: absolute;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products--lower {
    padding-top: 60px;
  }
}

.p-top-search {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-search {
    padding: 65px 0;
  }
}

.p-top-search__grad {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(314deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background: linear-gradient(136deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background-size: 600% 600%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.p-top-search__background {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -5;
  background-position: center;
  opacity: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-search__background {
    width: 100vw;
    height: 100vw;
    background: url("../../img/usr/project/top/search/bg_pc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.p-top-search__container {
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-top-search__container {
    width: 390px;
    padding-top: 296px;
  }
}

.p-top-search__container:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../../img/usr/project/top/search/shape.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.p-top-search__container:after {
  pointer-events: none;
  content: '';
  border-top: 1px solid #4e5355;
  border-right: 1px solid #4e5355;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}

@media screen and (min-width: 901px), print {
  .p-top-search__container:after {
    width: 25px;
    height: 25px;
    right: 35px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-search__container + .p-top-search__container {
    margin-left: 60px;
  }
}

.p-top-search__container span {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-search__container:hover:before {
    opacity: 0.5;
  }

  .p-top-search__container:hover:after {
    pointer-events: none;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
}

.p-top-search__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .p-top-search__inner {
    width: 272px;
  }
}

.p-top-search__hdg {
  color: #3b4043;
  line-height: 1;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-top-search__hdg {
    font-size: 24px;
  }
}

.p-top-search__txt {
  color: #3b4043;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-top-search__txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-top-brand {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-brand {
    padding: 90px 0;
  }
}

.p-top-brand__link {
  font-size: 12px;
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-top-brand__link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-brand__link:hover {
    opacity: 0.5;
  }
}

.p-top-brand__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-brand__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-brand__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-brand__list {
  font-size: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-top-brand__list {
    margin-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-brand__list__item {
    width: 7.69231%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-brand__list__item:hover {
    opacity: 0.5;
  }

  .p-top-brand__list__item + .p-top-brand__list__item {
    margin-left: 2.47863%;
  }

  .p-top-brand__list__item:nth-child(n+11) {
    margin-top: 45px;
  }

  .p-top-brand__list__item:nth-child(11n) {
    margin-left: 0;
  }
}

.p-top-brand__list__item img {
  width: 100%;
}

.p-top-ranking {
  width: 100%;
  padding: 90px 0;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking {
    padding: 90px 0;
  }
}

.p-top-ranking__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__container {
    width: 100%;
    max-width: 1440px;
  }
}

.p-top-ranking__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-ranking__category {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__category {
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top-ranking__category__item {
  border: 1px solid #3b4043;
  color: #3b4043;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__category__item {
    width: 180px;
    font-size: 12px;
    padding: 9px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .p-top-ranking__category__item:hover {
    background-color: #3b4043;
    color: #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__category__item + .p-top-ranking__category__item {
    margin-left: 20px;
  }
}

.p-top-ranking__category__item.is-active {
  background-color: #3b4043;
  color: #fff;
}

.p-top-ranking__item {
  position: relative;
}

.p-top-ranking__item:after {
  pointer-events: none;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #48add3;
  z-index: 50;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__item--first:nth-child(1):after {
    pointer-events: none;
    content: '1';
    background-color: #ffb400;
  }

  .p-top-ranking__item--first:nth-child(2):after {
    pointer-events: none;
    content: '2';
    background-color: #718496;
  }

  .p-top-ranking__item--first:nth-child(3):after {
    pointer-events: none;
    content: '3';
    background-color: #d5622f;
  }

  .p-top-ranking__item--first:nth-child(4):after {
    pointer-events: none;
    content: '4';
  }

  .p-top-ranking__item--first:nth-child(5):after {
    pointer-events: none;
    content: '5';
  }

  .p-top-ranking__item--second:nth-child(1):after {
    pointer-events: none;
    content: '6';
  }

  .p-top-ranking__item--second:nth-child(2):after {
    pointer-events: none;
    content: '7';
  }

  .p-top-ranking__item--second:nth-child(3):after {
    pointer-events: none;
    content: '8';
  }

  .p-top-ranking__item--second:nth-child(4):after {
    pointer-events: none;
    content: '9';
  }

  .p-top-ranking__item--second:nth-child(5):after {
    pointer-events: none;
    content: '10';
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__annotation {
    position: absolute;
    right: 9.375%;
    bottom: 0;
    font-size: 12px;
    color: #b1b3b4;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__arrow span {
    top: 40.5%;
  }
}

.p-top-ranking .c-product-slider__arrow--right span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-top-ranking .c-product-slider__arrow--left span {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__products {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1107px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__products__block {
    max-width: none;
  }
}

.p-top-about {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .p-top-about {
    padding: 65px 0;
  }
}

.p-top-about__grad {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(314deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background: linear-gradient(136deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background-size: 600% 600%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.p-top-about__background {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -5;
  opacity: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-about__background {
    width: 100vw;
    height: 100vw;
    background: url("../../img/usr/project/top/about/bg_pc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.p-top-about__ttl {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.p-top-about__description {
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-top-about__description {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2.4;
  }
}

.p-top-about__link {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #3b4043;
  text-decoration: none;
  display: block;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-about__link {
    width: 280px;
    margin-top: 20px;
    font-size: 12px;
    padding: 17px 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-about__link:hover {
    opacity: 0.5;
  }

  .p-top-about__link.c-arrow--absolute:after {
    right: 19px;
  }
}

.p-top-event {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-event {
    padding: 90px 0;
  }
}

.p-top-event__link {
  font-size: 12px;
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-top-event__link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-event__link:hover {
    opacity: 0.5;
  }
}

.p-top-event__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-event__container__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__inner {
    width: 870px;
    margin-top: 65px;
  }
}

.p-top-event__container__item {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item {
    width: 262px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-event__container__item:hover {
    opacity: 0.5;
  }
}

.p-top-event__container__item img {
  display: block;
}

.p-top-event__container__item__img img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item__info {
    margin-top: 15px;
  }
}

.p-top-event__container__item__date {
  color: #3b4043;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item__date {
    font-size: 12px;
  }
}

.p-top-event__container__item__text {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item__text {
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-top-event__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-info {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-top-info {
    padding: 90px 0;
  }
}

.p-top-info__link {
  font-size: 12px;
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-top-info__link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-info__link:hover {
    opacity: 0.5;
  }
}

.p-top-info__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-info__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__inner {
    width: 860px;
    margin-top: 65px;
  }
}

.p-top-info__container__item {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-info__container__item:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item + .p-top-info__container__item {
    margin-top: 30px;
  }
}

.p-top-info__container__item__date {
  color: #b1b3b4;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item__date {
    font-size: 14px;
  }
}

.p-top-info__container__item__date span {
  margin-left: 10px;
  color: #469de2;
  border: 1px solid #469de2;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item__date span {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.p-top-info__container__item__info {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item__info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-top-info__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-contents {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-contents {
    padding: 90px 0 148px;
  }
}

.p-top-contents__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow {
    width: 6.59722%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-contents__arrow:hover {
    opacity: 0.5;
  }
}

.p-top-contents__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow span {
    width: 16px;
    height: 16px;
    top: 63%;
  }
}

.p-top-contents__arrow--right {
  right: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow--right span {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    border-top: 1px solid #469de2;
    border-right: 1px solid #469de2;
    left: 30px;
  }
}

.p-top-contents__arrow--left {
  left: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow--left span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid #469de2;
    border-left: 1px solid #469de2;
    right: 30px;
  }
}

.p-top-contents__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none;
}

.p-top-contents__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-contents__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner {
    width: 860px;
    margin-top: 45px;
  }
}

.p-top-contents__container__inner .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots {
    bottom: -50px;
  }
}

.p-top-contents__container__inner .slick-dots li {
  position: relative;
  background-color: #469de2;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

.p-top-contents__container__inner .slick-dots li button {
  display: none;
}

.p-top-contents__container__inner .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots li + li {
    margin-left: 24px;
  }
}

.p-top-contents__container__group {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__group {
    width: 860px;
  }
}

.p-top-contents__container__group.slick-center {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__item {
    width: 195px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-contents__container__item:hover {
    opacity: 0.5;
  }
}

.p-top-contents__container__item__info {
  color: #3b4043;
  line-height: 1.714285714;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__item__info {
    margin-top: 12px;
    font-size: 14px;
  }
}

.p-top-contents__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-contents__subttl {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__subttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-top-stores {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-stores {
    padding: 40px 0;
    background-color: #fff;
  }
}

.p-top-stores__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.p-top-stores__container__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column {
    width: 50%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-stores__container__column:hover {
    opacity: 0.5;
  }
}

.p-top-stores__container__column__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__logo {
    width: 32px;
    margin-right: 30px;
  }
}

.p-top-stores__container__column__logo img {
  width: 100%;
}

.p-top-stores__container__column__info {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__info .info-hdg {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__info .info-txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column + .p-top-stores__container__column {
    border-left: 1px solid #3b4043;
  }
}

@-webkit-keyframes ko_gradation_skybluemix {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@keyframes ko_gradation_skybluemix {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.p-faq-content {
  width: 870px;
  max-width: 85.33333%;
}

@media screen and (min-width: 901px), print {
  .p-faq-content {
    padding: 115px 0 107px 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__heading--primaly {
    font-size: 30px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__heading--secondaly {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

.p-faq-content__notice {
  width: 100%;
  border: 1px solid #ee696f;
  color: #ee696f;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice {
    padding: 38px 45px;
    margin-top: 53px;
  }
}

.p-faq-content__notice__heading {
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__heading {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__list li:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons-area {
    margin-top: 70px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons-area--large-margin {
    margin-top: 100px;
  }
}

.p-faq-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 27px;
  }
}

.p-faq-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button:nth-child(2n) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-faq-content__buttons__button--icon-self {
  position: relative;
}

.p-faq-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("../../img/usr/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-faq-content__buttons__button--icon-blank {
  position: relative;
}

.p-faq-content__buttons__button--icon-blank:after {
  content: "";
  background-image: url("../../img/usr/faq/icn_link-blank.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button--icon-blank:after {
    right: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation {
    margin-top: 75px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation__heading {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation__list {
    margin-top: 16px;
  }
}

.p-faq-content__corporation__list li {
  list-style: disc;
  color: #469de2;
  margin-left: 1.5em;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 3;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-faq-content__corporation__list li:hover {
    opacity: 0.5;
  }
}

.p-faq-content__corporation__list li a {
  color: #3b4043;
  text-decoration: underline;
}

.p-faq-content__corporation__textlink--icon-blank {
  margin-left: 5px;
  height: 11px;
  width: 11px;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__is-sp {
    display: none;
  }
}

.p-faq-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__hover-action:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content {
    padding: 115px 0 107px;
  }
}

.p-contact-content__inner {
  width: 870px;
  max-width: 85.33333%;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__inner {
    padding: 0 0 0 135px;
  }
}

.p-contact-bg-gray {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-contact-bg-gray {
    padding: 90px 0 90px;
    margin-top: 85px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__heading--primary {
    font-size: 27px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__heading--secondary {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-contact-content__notice {
  width: 100%;
  border: 1px solid #ee696f;
  color: #ee696f;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice {
    padding: 38px 45px;
    margin-top: 53px;
  }
}

.p-contact-content__notice__heading {
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__heading {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__list li:not(:first-child) {
    margin-top: 15px;
  }
}

.p-contact-content__text {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__text + .p-contact-content__heading--secondary {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons-area {
    margin-top: 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons-area--no-margin {
    margin-top: 0px;
  }
}

.p-contact-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 36px;
  }
}

.p-contact-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button:nth-child(2n) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-contact-content__buttons__button--icon-self {
  position: relative;
}

.p-contact-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("../../img/usr/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-contact-content__buttons__button--icon-blank {
  position: relative;
}

.p-contact-content__buttons__button--icon-blank:after {
  content: "";
  background-image: url("../../img/usr/contact/icn_link-blank.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button--icon-blank:after {
    right: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation {
    margin-top: 85px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation__heading {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation__list {
    margin-top: 20px;
  }
}

.p-contact-content__corporation__list li {
  list-style: disc;
  color: #469de2;
  margin-left: 1.5em;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 3;
  }
}

.p-contact-content__corporation__list li a {
  color: #3b4043;
  text-decoration: underline;
}

.p-contact-content__corporation__textlink--icon-blank {
  margin-left: 5px;
  height: 11px;
  width: 11px;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__is-sp {
    display: none;
  }
}

.p-contact-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-my-content {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-my-content {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 115px;
  }
}

.p-my-content__heading.is-index {
  width: 175.3px;
}

.p-my-content__heading.is-favorite {
  width: 139.7px;
}

.p-my-content__inner {
  padding-top: 75px;
  padding-bottom: 143px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__inner {
    max-width: 1170px;
    margin: 0 auto;
  }

  .p-my-content__inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-my-content__sidenavi {
  width: 196px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__sidenavi {
    float: left;
    position: relative;
  }
}

.p-my-content__main {
  width: 870px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__main {
    float: right;
  }
}

.p-my-content__navigation__wrapper + .p-my-content__navigation__wrapper {
  margin-top: 74px;
}

.p-my-content__navigation {
  width: 100%;
  border-bottom: 1px solid #e0e1e1;
}

.p-my-content__navigation__heading + .p-my-content__navigation {
  margin-top: 18px;
}

.p-my-content__navigation__heading {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #75797b;
}

.p-my-content__navigation__item {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e0e1e1;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-my-content__navigation__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .p-my-content__navigation__item:hover {
    background-color: #e4f3f8;
  }
}

.p-my-content__navigation__item.active {
  background-color: #e4f3f8;
}

.p-my-content__navigation__item.is-favorite a {
  background-image: url("../../img/usr/project/my/common/icon_favorite.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-history a {
  background-image: url("../../img/usr/project/my/common/icon_history.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-delivery a {
  background-image: url("../../img/usr/project/my/common/icon_delivery.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-point a {
  background-image: url("../../img/usr/project/my/common/icon_point.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-user a {
  background-image: url("../../img/usr/project/my/common/icon_user.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-mail a {
  background-image: url("../../img/usr/project/my/common/icon_mail.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-key a {
  background-image: url("../../img/usr/project/my/common/icon_key.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-compass a {
  background-image: url("../../img/usr/project/my/common/icon_compass.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-card a {
  background-image: url("../../img/usr/project/my/common/icon_card.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-magazine a {
  background-image: url("../../img/usr/project/my/common/icon_magazine.png");
  background-size: 25px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item a {
  color: #3b4043;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 43px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.p-my-content__navigation__item.active a:after {
  background-color: #e4f3f8;
}

.p-my-content__navigation__logout {
  margin-top: 30px;
}

.p-my-content__navigation__logout a {
  font-size: 14px;
  line-height: 1.92857;
  letter-spacing: 0.03em;
  color: #75797b;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #75797b;
}

.p-my-content__status {
  width: 100%;
  height: 120px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}

.p-my-content__status__icon {
  width: 37px;
  height: 36px;
  background-image: url("../../img/usr/project/my/common/icon_status.png");
  background-repeat: no-repeat;
  background-position: center;
}

.p-my-content__status__name {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
  margin-left: 13px;
}

.p-my-content__status__point {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  color: #3b4043;
  margin-left: 60px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__status__point {
    font-size: 40px;
  }
}

.p-my-content__status__point span {
  font-size: 19.2px;
  letter-spacing: 0.09em;
  color: #3b4043;
  margin-left: 11px;
}

.p-my-content__status__limit {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.p-my-content__about-point {
  color: #75797b;
  font-size: 12px;
  letter-spacing: 0.03em;
  display: block;
  margin-top: 25px;
  text-align: right;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-my-content__about-point {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-my-content__about-point:hover {
    opacity: 0.5;
  }
}

.p-my-content__recommended {
  margin-top: 120px;
}

.p-my-content__recommended__heading {
  font-size: 24px;
  line-height: 1.475;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.p-my-content__recommended__inner {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 11px;
  margin-left: -10px;
  margin-top: 33px;
}

.p-my-content__recommended__list {
  width: 100%;
  white-space: nowrap;
}

.p-my-content__recommended__list::-moz-selection {
  background: transparent;
}

.p-my-content__recommended__list::selection {
  background: transparent;
}

.p-my-content__recommended__list *::-moz-selection {
  background: transparent;
}

.p-my-content__recommended__list *::selection {
  background: transparent;
}

.p-my-content__recommended__item {
  width: 190px;
  display: inline-block;
  white-space: normal;
}

.p-my-content__recommended__item.new {
  position: relative;
}

.p-my-content__recommended__item.new:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -11px;
  width: 36px;
  height: 36px;
  background-image: url("../../img/usr/project/my/common/batch_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-my-content__recommended__item + .p-my-content__recommended__item {
  margin-left: 30px;
}

.p-my-content__recommended__item__thumbnail {
  width: 100%;
}

.p-my-content__recommended__item__thumbnail img {
  pointer-events: none;
  width: 100%;
}

.p-my-content__recommended__item__brand {
  font-size: 14px;
  line-height: 1.85357;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recommended__item__name {
  font-size: 14px;
  line-height: 1.85357;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.p-my-content__recommended__item__price {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recommended__item__hashtag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-my-content__recommended__item__hashtag__list p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recently {
  margin-top: 120px;
}

.p-my-content__recently__heading {
  font-size: 24px;
  line-height: 1.475;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.p-my-content__recently__inner {
  margin-top: 60px;
  overflow: hidden;
}

.p-my-content__recently__list {
  width: 100%;
  white-space: nowrap;
}

.p-my-content__recently__item {
  width: 324px;
  display: inline-block;
  white-space: normal;
}

.p-my-content__recently__item + .p-my-content__recently__item {
  margin-left: 70px;
}

.p-my-content__recently__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-my-content__recently__item__thumbnail img {
  pointer-events: none;
  width: 100%;
}

.p-my-content__recently__item__about {
  width: 180px;
}

.p-my-content__recently__item__brand {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recently__item__name {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.p-my-content__recently__item__price {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recently__item__hashtag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-my-content__recently__item__hashtag__list p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-content-slider .c-product-slider__annotation {
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item {
    width: 22.52874%;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item + .c-product__item {
    margin-left: 3.25%;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item:nth-child(n+5) {
    margin-top: 50px;
  }
}

.p-my-content__modal {
  color: #3b4043;
  font-size: 14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal {
    padding: 157px 0;
  }
}

.p-my-content__modal .modal_link {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-my-content__modal .modal_link:hover {
  opacity: 0.5;
}

.p-my-content__modal__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__inner {
    max-width: 1080px;
    width: 75%;
    padding: 60px 105px 50px;
  }
}

.p-my-content__modal__hdg {
  margin: 0 auto;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.p-my-content__modal__subhdg {
  line-height: 1;
  font-size: 14px;
  margin-top: 38px;
}

.p-my-content__modal__txt {
  line-height: 30px;
  margin-top: 9px;
}

.p-my-content__modal__txt + .p-my-content__modal__txt {
  margin-top: 20px;
}

.p-my-content__modal__txt--buy {
  margin-top: 60px;
}

.p-my-content__modal__cart-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__cart-area {
    width: 507px;
    margin-top: 26px;
  }
}

.p-my-content__modal__cart-area .item_counter-area {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__cart-area .item_counter-area {
    width: 244px;
    height: 60px;
  }
}

.p-my-content__modal__cart-area .item_text {
  color: #3b4043;
  font-size: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-my-content__modal__cart-area .item_counter {
  width: 182px;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  border: 1px solid #469de2;
  box-sizing: border-box;
}

.p-my-content__modal__cart-area .item_counter .counter_btn {
  position: absolute;
  width: 55px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #469de2;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__cart-area .item_counter .counter_btn {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-my-content__modal__cart-area .item_counter .counter_btn:hover {
    opacity: 0.5;
  }
}

.p-my-content__modal__cart-area .item_counter .counter_btn-minus {
  left: 0;
}

.p-my-content__modal__cart-area .item_counter .counter_btn-plus {
  right: 0;
}

.p-my-content__modal__cart-area .item_counter .counter_num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #469de2;
}

.p-my-content__modal__store-area {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__store-area {
    width: 507px;
    margin-top: 60px;
  }
}

.p-my-content__modal__store-area .store_list {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__category + .p-my-content__categories__category {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__heading {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-my-content__categories__heading.c-arrow--absolute:after {
  right: 40px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__heading__icon {
    width: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.09;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__list li {
    width: 240px;
    margin: 15px 0;
  }
}

.p-my-content__categories__textlink {
  color: #3b4043;
  text-decoration: none;
  display: inline-block;
}

.p-my-favorite-content__tab {
  height: 36px;
  border: 1px solid #3b4043;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__tab {
    width: 100%;
  }
}

.p-my-favorite-content__tab__item {
  width: 50%;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__tab__item:hover a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    background: #3b4043;
  }
}

.p-my-favorite-content__tab__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #3b4043;
  background: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__tab__item a {
    font-size: 14px;
  }
}

.p-my-favorite-content__tab__item a.active {
  color: #ffffff;
  background: #3b4043;
}

.p-my-favorite-content__tab__target {
  display: none;
  margin-top: 90px;
}

.p-my-favorite-content__tab__target:after {
  content: "";
  display: block;
  clear: both;
}

.p-my-favorite-content__tab__target.active {
  display: block;
}

.p-my-favorite-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-my-favorite-content__list__item {
  width: 195px;
}

.p-my-favorite-content__list__item + .p-my-favorite-content__list__item {
  margin-left: 30px;
}

.p-my-favorite-content__list__item:nth-of-type(4n+1) {
  margin-left: 0;
}

.p-my-favorite-content__list__item:nth-of-type(n+5) {
  margin-top: 60px;
}

.p-my-favorite-content__list__thumb {
  position: relative;
  width: 100%;
}

.p-my-favorite-content__list__thumb img {
  width: 100%;
}

.p-my-favorite-content__list__like {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("../../img/usr/project/my/favorite/button_like.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.p-my-favorite-content__list__link {
  text-decoration: none;
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.p-my-favorite-content__list__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.p-my-favorite-content__list__new-batch {
  width: 40px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 2;
}

.p-my-favorite-content__list__special {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #ffb400;
}

.p-my-favorite-content__list__brand {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-favorite-content__list__data {
  line-height: 2.10333;
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__data {
    font-size: 12px;
  }
}

.p-my-favorite-content__list__name {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__name {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.p-my-favorite-content__list__referrer {
  line-height: 1;
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__referrer {
    font-size: 12px;
  }
}

.p-my-favorite-content__list__product-name {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.p-my-favorite-content__list__price {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-favorite-content__list__hash {
  letter-spacing: 0.03em;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__hash {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__hash span + span {
    margin-left: 13px;
  }
}

.product {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .product .l-main__content {
    max-width: 1174px;
  }
}

.product .p-path {
  background: #f3f3f3;
}

.product .p-path-inner {
  width: 100%;
  margin: 25px auto;
  font-size: 12px;
  padding: 12px 0 11px;
}

@media screen and (min-width: 901px), print {
  .product .p-path-inner {
    max-width: 1332px;
  }
}

.product .p-product__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .product .p-product__content {
    width: 1170px;
  }
}

.product .p-product__header {
  margin: 100px 0 55px;
}

.product .p-product__header--title {
  font-size: 28px;
  margin: 0 0 10px;
}

.product .p-product__header--title span {
  font-size: 18px;
}

.product .p-product__header--text {
  font-size: 12px;
  line-height: 1.8;
  width: 860px;
}

.product .p-product__header--tag {
  font-size: 14px;
  margin: 12px 0;
}

.product .p-product__header--tag .innertag {
  color: #48add3;
}

.product .p-product__header--tag__link {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .product .p-product__header--tag__link {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__header--tag__link:hover {
    opacity: 0.5;
  }
}

.product .p-product__wrap:after {
  content: '';
  display: block;
  clear: both;
}

.product .p-product__left__wrap {
  width: 195px;
  float: left;
  position: relative;
  background-color: #fff;
}

.product .p-product__left__wrap ul li.list-category__item > a {
  display: block;
  padding: 10px 0 10px 23px;
  color: #3b4043;
  font-size: 14px;
}

.product .p-product__left__wrap ul li.list-category__item > a:hover {
  background: #e4f3f8;
}

.product .p-product__left__wrap ul li.list-choice__item > label {
  display: block;
  padding: 3px 0 3px 35px;
  cursor: pointer;
}

.product .p-product__left__wrap ul li.list-choice__item > label:hover {
  background: #e4f3f8;
}

.product .p-product__left__wrap ul.p-product__left__list-choice li + li {
  margin-top: 3px;
}

.product .p-product__left__search {
  border-bottom: 1px solid #b1b3b4;
  padding-bottom: 9px;
  margin-bottom: 27px;
  position: relative;
}

.product .p-product__left__search input.search-icon {
  border: none;
  color: #3b4043;
  font-size: 14px;
  text-align: left;
  width: 170px;
}

.product .p-product__left__search input.search-icon::-webkit-input-placeholder {
  color: #b1b3b4;
}

.product .p-product__left__search input.search-icon::placeholder {
  color: #b1b3b4;
}

.product .p-product__left__search__icon {
  position: absolute;
  bottom: 3px;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__search__icon {
    width: 18px;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__left__search__icon:hover {
    opacity: 0.5;
  }
}

.product .p-product__left__search__icon img {
  width: 100%;
}

.product .p-product__left__list-title {
  font-weight: bold;
  margin: 13px 0 12.5px 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.09em;
}

.product .p-product__left__list-title .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.product .p-product__left__list-title .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .p-product__left__list-title .p-arrow:before,
.product .p-product__left__list-title .p-arrow:after {
  right: 7px;
  width: 11px;
  height: 1px;
}

.product .p-product__left__list-title .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product .p-product__left__list-title.is-choice {
  margin: 54px 0 12px -5px;
  letter-spacing: 0.03em;
}

.product .p-product__left__list-title-head {
  margin: 0 0 20px -5px;
  letter-spacing: 0.03em;
}

.product .p-product__left__list-title__dot {
  color: #469de2;
  margin-right: 5px;
}

.product .p-product__left__list-choice {
  margin-top: 13px;
  font-size: 14px;
  line-height: 2;
}

.product .p-product__left__list-title.js-accordion-open {
  font-weight: bold;
  margin: 17px 0 10px 15px;
  position: relative;
}

.product .p-product__left__list-title.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product .p-product__left__price > p {
  font-size: 14px;
  margin: 28px 0 5px;
}

.product .p-product__left__much {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .p-product__left__much p {
  margin: 7px 2px 0 2px;
}

.product .p-product__left__much .c-much_waku {
  border: 1px solid #3b4043;
  padding: 10px;
  font-size: 12px;
  width: 90px;
  height: 38px;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  color: #3b4043;
}

.product .p-product__left__much .c-much_waku::-webkit-input-placeholder {
  color: #b1b3b4;
}

.product .p-product__left__much .c-much_waku::placeholder {
  color: #b1b3b4;
}

.product .p-product__left__filterBtn {
  background: #3b4043;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 44px 0 23px;
  letter-spacing: 2px;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__filterBtn {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__left__filterBtn:hover {
    opacity: 0.5;
  }
}

.product .p-product__left__filterBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 6px;
  height: 6px;
  right: 17px;
  z-index: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product .p-product__left__filterBtn:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 111px;
  background-image: url(../../img/usr/product/search-icon_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__filterBtn:before {
    display: none;
  }
}

.product .p-product__left__sortBtn {
  background: #f3f3f3;
  color: #3b4043;
  font-size: 14px;
  line-height: 1;
  padding: 13px 10px 13px 21px;
  text-align: center;
  margin: 60px 0 10px;
  letter-spacing: .09em;
  position: relative;
  width: 40%;
}

.product .p-product__left__sortBtn:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 41px;
  background-image: url(../../img/usr/product/sort-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.product .p-product__left__sortBtn:before {
  content: "";
  position: relative;
  background-image: url(../../img/usr/product/sort-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 11.5px;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__sortBtn:before {
    display: none;
  }
}

.product .p-product__left__detailBtn span {
  position: relative;
  font-size: 14px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__detailBtn span {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__left__detailBtn span:hover {
    opacity: 0.5;
  }
}

.product .p-product__left__detailBtn span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 33%;
  width: 6px;
  height: 6px;
  right: -17px;
  z-index: 1;
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product .radio01-input,
.product .radio02-input,
.product .check01-input,
.product .check02-input,
.product .check03-input {
  display: none;
}

.product .radio01-input + label,
.product .radio02-input + label,
.product .check01-input + label,
.product .check02-input + label,
.product .check03-input + label {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  cursor: pointer;
}

.product .radio01-input + label:before,
.product .radio02-input + label:before,
.product .check01-input + label:before,
.product .check02-input + label:before,
.product .check03-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #6a6b6a;
  border-radius: 50%;
  box-sizing: border-box;
}

.product .radio01-input,
.product + label,
.product .radio02-input,
.product + label,
.product .check01-input,
.product + label,
.product .check02-input + label,
.product .check03-input + label {
  color: #469de2;
}

.product .radio01-input:checked + label:after,
.product .radio02-input:checked + label:after,
.product .check01-input:checked + label:after,
.product .check02-input:checked + label:after,
.product .check03-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #469de2;
  border-radius: 50%;
}

.product .p-product__sortBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 55;
}

.product .p-product-item {
  margin: 0 30px 30px 0;
}

.product .p-product__main {
  position: relative;
  padding: 80px 0 60px;
}

.product .p-product__main:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .product .sp {
    display: none;
  }
}

.product .sp a {
  text-decoration: none;
}

.product .p-my-modal {
  padding: 0;
  width: 1080px;
  background: #fff;
}

.product .p-my-modal__band {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 30px;
  width: 100%;
  font-size: 14px;
  line-height: 2.67643;
  letter-spacing: 0.03em;
  background: #eee;
  box-sizing: border-box;
}

.product .p-my-modal__band__right.is-slide-arrow {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.product .p-my-modal__band__right.is-slide-arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.product .p-my-modal__band__left.is-slide-arrow {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.product .p-my-modal__band__left.is-slide-arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.product .p-my-modal__band__left > input {
  width: 500px;
  font-size: 14px;
  color: #3b4043;
  border: none;
  background-color: transparent;
}

.product .p-my-modal__band__left > input::-webkit-input-placeholder {
  color: #3b4043;
}

.product .p-my-modal__band__left > input::placeholder {
  color: #3b4043;
}

.product .p-my-modal__wrapper {
  width: 100%;
}

.product .p-my-modal__kodawari {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 22.5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.product .p-my-modal__content {
  padding: 40px 0 27px;
  width: 100%;
  box-sizing: border-box;
}

.product .p-my-modal__content__switch {
  padding: 0 30px;
}

.product .p-my-modal__content__slider {
  width: 100%;
}

.product .p-my-modal__content__inner {
  width: 100%;
  box-sizing: border-box;
}

.product .p-my-modal__content__list {
  margin-top: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .p-my-modal__content__list:before {
  content: '';
  display: block;
  width: 221px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product .p-my-modal__content__list:after {
  content: '';
  display: block;
  width: 221px;
}

.product .p-my-modal__content__list__itm {
  margin-top: 25px;
  width: 221px;
}

.product .p-my-modal__content__list__itm label {
  padding: 10px 0 10px 25px;
  font-size: 14px;
}

.product .p-my-modal__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.product .p-my-modal__prices__inr {
  position: relative;
  padding-right: 26px;
}

.product .p-my-modal__prices__inr:after {
  content: '円';
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

.product .p-my-modal__prices__inr > input {
  padding: 0 0 0 10px;
  width: 120px;
  height: 38px;
  font-size: 12px;
  color: #3b4043;
  vertical-align: middle;
  border: 1px solid #3b4043;
  box-sizing: border-box;
}

.product .p-my-modal__prices__inr + p {
  margin: 0 25px 0 15px;
  font-size: 14px;
}

.product .p-my-modal__content__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  margin-top: 60px;
  padding: 15px 0;
}

.product .p-my-modal__content__btn--reset,
.product .p-my-modal__content__btn--sort {
  width: 180px;
  font-size: 14px;
  line-height: 2.67643;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  box-sizing: border-box;
  cursor: pointer;
}

.product .p-my-modal__content__btn--reset:hover,
.product .p-my-modal__content__btn--sort:hover {
  opacity: 0.7;
}

.product .p-my-modal__content__btn--reset + .p-my-modal__content__btn--sort {
  margin-left: 30px;
}

.product .p-my-modal__content__btn--sort {
  background: #3b4043;
  color: #fff;
  border: solid 1px #3b4043;
}

.product .p-my-modal__content__btn--sort:disabled {
  background: #b1b3b4;
  border: solid 1px #b1b3b4;
  cursor: auto;
}

.product .p-my-modal__content__btn--sort:disabled:hover {
  opacity: 1;
}

.product .p-my-modal__content__btn--reset {
  background: #fff;
  color: #3b4043;
  border: solid 1px #eee;
}

.product .p-my-modal__heading {
  font-size: 14px;
  line-height: 2.67643;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.product .p-my-modal__check-input {
  display: none;
}

.product .p-my-modal__check-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #469de2;
  border-radius: 50%;
}

.product .p-my-modal__check-input + label {
  position: relative;
  cursor: pointer;
}

.product .p-my-modal__check-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #6a6b6a;
  border-radius: 50%;
  box-sizing: border-box;
}

.product .p-my-modal__content__inner + .p-my-modal__content__inner {
  margin-top: 40px;
}

.product .p-myModal__slider {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.product .p-myModal__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product .p-myModal__layer.is-layer_1 {
  left: 0;
}

.product .p-myModal__layer.is-layer_2 {
  left: 100%;
}

.product .p-myModal__layer.is-layer_3 {
  left: 200%;
}

.product .p-myModal__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.product .p-myModal__container.is-show {
  opacity: 1;
  visibility: visible;
}

.product .p-myModal__haeder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.product .p-myModal__haeder__btn__back {
  width: 56px;
  height: 100%;
  background: url(../../img/usr/product/back.png) no-repeat center/8.5px 13.5px;
  text-indent: -9999px;
}

.product .p-myModal__haeder__title {
  font-size: 14px;
}

.product .p-myModal__haeder__btn__close {
  width: 56px;
  height: 100%;
  background: url(../../img/usr/product/close.png) no-repeat center/14px 12.5px;
  text-indent: -9999px;
}

.product .p-myModal__content {
  padding: 0 0 30px;
  height: calc(100vh - 60px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.product .p-myModal__content.is-float-btn {
  height: calc(100vh - 60px - 75px);
}

.product .p-myModal__content--index {
  padding: 22px 0 30px;
}

.product .p-myModal__content__inr {
  position: relative;
  width: 100%;
}

.product .p-myModal__keyword {
  padding: 0 25px;
  box-sizing: border-box;
}

.product .p-myModal__keyword label {
  display: block;
  font-size: 12px;
}

.product .p-myModal__keyword__input {
  position: relative;
  margin: 5px 0 0;
}

.product .p-myModal__keyword__input:before {
  content: '';
  position: absolute;
  top: 28%;
  right: 8px;
  width: 19px;
  height: 19px;
  background: url(../../img/usr/product/search-icon_black.png) no-repeat center/contain;
}

.product .p-myModal__keyword__input input {
  padding: 12.5px 12.5px;
  width: 100%;
  font-size: 12px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.product .p-myModal__keyword__input input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b1b3b4;
}

.product .p-myModal__keyword__input input::placeholder {
  font-size: 12px;
  color: #b1b3b4;
}

.product .p-myModal__conditions--index {
  margin-top: 15px;
}

.product .p-myModal__conditions--index .p-myModal__condition:first-child {
  border-top: 1px solid #f3f3f3;
}

.product .p-myModal__condition {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
}

.product .p-myModal__condition--next {
  position: relative;
}

.product .p-myModal__condition--next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 8.5px;
  background: url(../../img/usr/product/next.png) no-repeat center/contain;
}

.product .p-myModal__condition__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  height: 58px;
  box-sizing: border-box;
}

.product .p-myModal__condition__inr--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  height: 98px;
  box-sizing: border-box;
}

.product .p-myModal__condition__inr__label {
  font-size: 12px;
}

.product .p-myModal__condition__inr__name {
  font-size: 14px;
  color: #3b4043;
}

.product .p-myModal__condition__inr__data {
  width: 65%;
}

.product .p-myModal__condition__inr__data input {
  padding-right: 16px;
  width: 100%;
  font-size: 12px;
  text-align: right;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  box-sizing: border-box;
}

.product .p-myModal__condition__inr__range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 5px;
}

.product .p-myModal__condition__inr__range input {
  margin: 0;
  padding: 12.5px 16px;
  width: 43.07692%;
  font-size: 12px;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.product .p-myModal__condition__inr__range input::-webkit-input-placeholder {
  color: #b1b3b4;
}

.product .p-myModal__condition__inr__range input::placeholder {
  color: #b1b3b4;
}

.product .p-myModal__condition__inr__range p {
  font-size: 10px;
}

.product .p-myModal__conditions__reset {
  padding: 0 25px;
  text-align: right;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
}

.product .p-myModal__conditions__reset--index {
  margin-top: 15px;
  text-align: right;
  border: none;
}

.product .p-myModal__conditions__reset__btn {
  padding: 11px 0;
  font-size: 12px;
  color: #3b4043;
  background-color: transparent;
}

.product .p-myModal__action {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 30px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.product .p-myModal__action__btn {
  padding: 14px 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #3b4043;
}

.product .p-myModal__action__btn:disabled {
  background-color: #b1b3b4;
}

.product .p-myModal__checkboxes__container {
  padding: 0 25px;
  box-sizing: border-box;
}

.product .p-myModal__checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .p-myModal__checkboxes__title {
  position: relative;
  left: -2px;
  display: block;
  margin-top: 26px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

.product .p-myModal__checkbox {
  width: 50%;
}

.product .p-myModal__checkbox input[type=checkbox] {
  display: none;
}

.product .p-myModal__checkbox input[type=checkbox]:checked + label:after {
  content: "";
}

.product .p-myModal__checkbox label {
  position: relative;
  display: block;
  padding: 12px 0 12px 20px;
  font-size: 12px;
}

.product .p-myModal__checkbox label:before,
.product .p-myModal__checkbox label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
}

.product .p-myModal__checkbox label:before {
  content: "";
  left: 0;
  width: 15px;
  height: 15px;
  border: 1.2px solid #6a6b6a;
}

.product .p-myModal__checkbox label:after {
  content: none;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #469de2;
}

.product .p-top-products__item__img {
  height: auto;
  padding-top: 130%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

.product .p-top-products__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product .p-top-products__item__img:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url(../../img/usr/common/frames/frame_top_m.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item {
    width: 23.21839%;
  }
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item + .c-product__item {
    margin-left: 2.35%;
  }
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item:nth-child(n+5) {
    margin-top: 50px;
  }
}

.p-product-content__anno {
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-product-content__anno {
    font-size: 12px;
    line-height: 1.41667;
    text-align: right;
    margin-top: 57px;
  }
}

.product-detail {
  color: #3b4043;
}

.product-detail .clear {
  clear: both;
}

.product-detail .l-main__content {
  max-width: 1174px;
}

@media screen and (min-width: 901px), print {
  .product-detail .l-main__content {
    padding-bottom: 80px;
  }
}

.product-detail .l-main__content a {
  color: #3b4043;
}

.product-detail .p-path {
  background: #f3f3f3;
}

.product-detail .p-path-inner {
  width: 100%;
  max-width: 1170px;
  margin: 25px auto;
  font-size: 12px;
  padding: 12px 0 11px;
}

.product-detail .p-product-detail__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__content {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__wrap {
    margin: 90px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-detail .p-product-detail__left {
  width: 390px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__left {
    padding-left: 45px;
    padding-right: 60px;
  }
}

.product-detail .p-product-detail__left .sum {
  margin: 20px 0 0;
}

.product-detail .p-product-detail__left .sum img {
  width: 90%;
}

.product-detail .p-product-detail__item__img {
  height: auto;
  padding: 0 1%;
  padding-top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.product-detail .p-product-detail__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__right {
    width: 675px;
    margin-top: 11px;
    margin-left: 7px;
  }
}

.product-detail .p-product-detail__camp__waku {
  border: 1px solid #469de2;
  padding: 30px 25px 25px;
  margin: 49px 0 0;
  font-size: 14px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__camp__waku {
    width: 549px;
  }
}

.product-detail .p-product-detail__camp__text {
  color: #469de2;
  line-height: 1.7;
}

.product-detail .p-product-detail__camp__text li:before {
  content: "・";
  color: #469de2;
}

.product-detail .p-product-detail__camp__detail a {
  font-size: 12px;
  color: #469de2;
  margin: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__camp__detail a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__camp__detail a:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__item__badge {
  margin: 0 10px 0 0;
  float: left;
}

.product-detail .p-product-detail__item__badge img {
  width: 36px;
}

.product-detail .p-product-detail__item__comingsoon {
  color: #ee696f;
  padding: 6px 0 0;
  display: inline-block;
}

.product-detail .p-product-detail__item__camp {
  color: #ffb400;
  padding: 6px 0 0;
  display: inline-block;
}

.product-detail .p-product-detail__item__name {
  clear: both;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__name {
    margin: 30px 0 0;
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__title {
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: 0.09em;
  }
}

.product-detail .p-product-detail__item__star {
  color: #469de2;
  font-size: 14px;
}

.product-detail .p-product-detail__item__text {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  margin: 35px 0 0;
}

.product-detail .p-product-detail__item__net {
  margin: 0;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__net {
    font-size: 14.5px;
  }
}

.product-detail .p-product-detail__item__price {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__price {
    margin: 9px 0 0 0;
    letter-spacing: 0.03em;
    font-size: 14px;
  }
}

.product-detail .p-product-detail__item__price span {
  font-size: 27px;
}

.product-detail .p-product-detail__item__price--sale .sale-price {
  color: #ee696f;
}

.product-detail .p-product-detail__item__price--sale .default-price {
  text-decoration: line-through;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__price--sale .default-price {
    letter-spacing: 0.03em;
    font-size: 14px;
    margin-left: 10px;
  }
}

.product-detail .p-product-detail__item__hashTag {
  font-size: 12px;
  margin: 21px 0 0;
  width: 405px;
  line-height: 2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__hashTag a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__item__hashTag a:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__item__hashTag span {
  color: #469de2;
}

.product-detail .p-product-detail__text {
  line-height: 1.78571;
  padding-top: 30px;
}

.product-detail .p-product-detail__text__box,
.product-detail .p-product-detail__text__hdg {
  padding-left: 1em;
  position: relative;
}

.product-detail .p-product-detail__text__box:before,
.product-detail .p-product-detail__text__hdg:before {
  position: absolute;
  left: 0;
  content: "・";
  color: #469de2;
}

.product-detail .p-product-detail__text__hdg {
  font-weight: bold;
}

.product-detail .p-product-detail__text .p-product-detail__howto_subtitle {
  padding-bottom: 30px;
}

.product-detail .p-product-detail__text__box {
  padding-top: 30px;
  margin-left: 3em;
}

.product-detail .p-product-detail__peri__camp__waku {
  border: 1px solid #469de2;
  font-size: 14px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__camp__waku {
    margin: 51px auto 0;
    width: 534px;
    padding: 25px 25px 25px;
  }
}

.product-detail .p-product-detail__peri__camp__text {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__camp__text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__camp__price {
    margin: 10px 0 0 0;
    letter-spacing: 0.08em;
    font-size: 14px;
  }
}

.product-detail .p-product-detail__peri__camp__price span {
  font-size: 27px;
}

.product-detail .p-product-detail__peri__camp__price + .p-product-detail__item__net + .p-product-detail__color {
  margin: 102px 0 0;
}

.product-detail .p-product-detail__peri__camp__detail a {
  font-size: 12px;
  color: #469de2;
  margin: 14px 0 0;
  display: inline-block;
  text-decoration: none;
}

.product-detail .p-product-detail__color {
  margin: 50px 0 0;
}

.product-detail .p-product-detail__color__choice {
  color: #3b4043;
  /* font-size: 18px; */
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__choice {
    letter-spacing: 0.15em;
    line-height: 1;
  }
}

.product-detail .p-product-detail__color__choice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-detail .p-product-detail__color__choice-container .p-product-detail__color__title01 {
  margin: 0;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__choice-container .p-product-detail__color__text01 {
    margin-top: 20px;
  }
}

.product-detail .p-product-detail__color__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__right {
    margin-top: 8px;
  }
}

.product-detail .p-product-detail__color__img {
  float: left;
}

.product-detail .p-product-detail__color__img img {
  width: 70px;
  margin: 57px 71px 50px 13px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__list + .p-product-detail__color__list {
    padding-top: 11px;
  }
}

.product-detail .p-product-detail__color__title {
  color: #3b4043;
  border-bottom: 1px solid #b1b3b4;
  margin: 0 0 20px;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__title {
    margin: 15px 0 0;
    padding: 20px 0 10px 25px;
  }
}

.product-detail .p-product-detail__color__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 48%;
  width: 6px;
  height: 6px;
  left: 3px;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-detail .p-product-detail__color__title.js-accordion-open {
  color: #469de2;
  border-bottom: 1px solid #b1b3b4;
  padding: 20px 0 10px 25px;
  margin: 15px 0 0;
  font-size: 14px;
  position: relative;
}

.product-detail .p-product-detail__color__title.js-accordion-open:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 55%;
  width: 6px;
  height: 6px;
  left: 3px;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product-detail .p-product-detail__color__title01 {
  font-size: 14px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__title01 {
    margin: 45px 0 23px;
  }
}

.product-detail .p-product-detail__color__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 0;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 16px;
  }
}

.product-detail .p-product-detail__color__group img {
  width: 86%;
  top: 0px;
  position: absolute;
}

.product-detail .p-product-detail__color__group__item {
  box-sizing: border-box;
}

.product-detail .p-product-detail__color__group__item:before {
  content: '';
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__group__item {
    width: 47px;
    padding-bottom: 24px;
  }

  .product-detail .p-product-detail__color__group__item + .p-product-detail__color__group__item {
    margin-left: 22px;
  }

  .product-detail .p-product-detail__color__group__item:nth-child(10n+1) {
    margin-left: 0;
  }
}

.product-detail .p-product-detail__color__group__item .group__item__thumb {
  cursor: pointer;
  width: 100%;
  height: 47px;
  box-sizing: border-box;
}

.product-detail .p-product-detail__color__group__item .group__item__thumb img {
  width: 100%;
  position: relative;
}

.product-detail .p-product-detail__color__group__item .group__item__text {
  margin-top: 7px;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__group__item .group__item__text {
    font-size: 12px;
  }
}

.product-detail .p-product-detail__color__group__item .group__item__text img {
  width: 100%;
  position: relative;
}

.product-detail .p-product-detail__color__group__item:hover .group__item__thumb {
  border: 1px solid #469de2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.product-detail .p-product-detail__color__group__item:hover .group__item__thumb:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__color__group__item.is-active .group__item__thumb {
  border: 1px solid #469de2;
}

.product-detail .p-product-detail__color__text01 {
  font-size: 12px;
}

.product-detail .p-product-detail__color__all {
  text-align: right;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__all {
    padding-top: 5px;
    font-size: 16px;
  }
}

.product-detail .p-product-detail__color__all.is-peri {
  padding-top: 23px;
}

.product-detail .p-product-detail__color__all a {
  color: #469de2;
}

.product-detail .p-product-detail__color--mt {
  margin: 80px 0 0 0;
}

.product-detail .p-product-detail__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 14px;
  margin-top: 20px;
}

.product-detail .p-product-detail__store__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-justify-content: space-around; */
  -ms-flex-pack: distribute;
  /* justify-content: space-around; */
  font-size: 14px;
  margin-top: 20px;
  margin-left: 28px;
}

.product-detail .p-product-detail__btn__purchase {
  width: 320px;
  height: 45px;
  background: #ee696f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  border: 1px solid #ee696f;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 50px;
}

.product-detail .p-product-detail__btn__purchase:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__purchase:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  background-image: url(../../img/usr/product/cart.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.product-detail .p-product-detail__btn__purchase.is-onlinestore:after {
  display: none;
}

.product-detail .p-product-detail__btn__favorite {
  width: 318px;
  height: 45px;
  color: #48add3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__favorite {
    margin: 35px 0 37px 8px;
  }

  .product-detail .p-product-detail__btn__favorite:hover {
    opacity: 1;
  }
}

.product-detail .p-product-detail__btn__store {
  width: 318px;
  height: 45px;
  border: 1px solid #48add3;
  color: #469de2 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__store {
    margin-left: 30px;
  }
}

.product-detail .p-product-detail__btn__store:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  background-image: url(../../img/usr/product/store.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.product-detail .p-product-detail__btn__store:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__text {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__text {
    font-size: 14px;
    line-height: 2.14286;
    letter-spacing: .09em;
    margin-bottom: 20px;
  }
}

.product-detail .p-product-detail__btn__no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  margin-top: 20px;
}

.product-detail .p-product-detail__btn__no__purchase {
  width: 320px;
  height: 45px;
  background: #f2f2f2;
  color: #e0e0e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}

.product-detail .p-product-detail__btn__no__purchase:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  background-image: url(../../img/usr/product/cart_grey.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.product-detail .p-product-detail__btn__no__favorite {
  width: 318px;
  height: 45px;
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 33px 50px;
  position: relative;
}

.product-detail .p-product-detail__btn__no__favorite:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 25px;
  background-image: url(../../img/usr/product/favorite.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
}

.product-detail .p-product-detail__btn__no__store {
  width: 318px;
  height: 45px;
  border: 1px solid #469de2;
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0;
}

.product-detail .p-product-detail__btn__no__store:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  background-image: url(../../img/usr/product/store.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.product-detail .p-product-detail__btn__no__store:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 11px;
  background-image: url(../../img/usr/product/target.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.product-detail .p-product-detail__peri {
  background: #f3f7fa;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri {
    padding: 30px 40px 109px;
    margin: 110px 0 119px;
  }
}

.product-detail .p-product-detail__peri__title {
  font-size: 24px;
  letter-spacing: 0.09em;
}

.product-detail .p-product-detail__peri__text {
  color: #469de2;
  margin: 55px 0 8px;
}

.product-detail .p-product-detail__peri__img {
  text-align: center;
  margin-top: 50px;
}

.product-detail .p-product-detail__peri__img img {
  max-width: 100%;
}

.product-detail .p-product-detail__peri__btn {
  color: #469de2;
  font-size: 12px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__btn {
    margin-top: 47px;
  }
}

.product-detail .p-product-detail__peri__btn__purchase {
  height: 45px;
  background: #ee696f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-detail .p-product-detail__peri__btn__purchase:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 20px;
  background-image: url(../../img/usr/product/regular.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 18px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__btn__purchase {
    margin: 39px 0 15px 0;
    width: 320px;
  }
}

.product-detail .p-product-detail__peri__btn__purchase:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__peri__btn__purchase.is-onlinestore {
  margin: 0;
  margin-top: 20px;
  color: #fff;
}

.product-detail .p-product-detail__peri__btn__purchase.is-onlinestore:after {
  display: none;
}

.product-detail .p-product-detail__peri__btn__favorite {
  width: 278px;
  height: 43px;
  color: #48add3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-detail .p-product-detail__peri__btn__store {
  width: 278px;
  height: 43px;
  border: 1px solid #469de2;
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-detail .p-product-detail__peri__btn__store:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  background-image: url(../../img/usr/product/store.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.product-detail .p-product-detail__peri__btn__store:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 11px;
  background-image: url(../../img/usr/product/target.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.product-detail .p-product-detail__peri__btn__store:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__peri__btn__teiki {
  color: #3b4043;
  font-size: 12px;
  margin: 10px 0 0;
  text-decoration: underline;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.product-detail .p-product-detail__peri__btn__teiki:hover {
  opacity: 0.5;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri .p-product-detail__color__group__item + .p-product-detail__color__group__item {
    margin-left: 25px;
  }

  .product-detail .p-product-detail__peri .p-product-detail__color__group__item:nth-child(8n+1) {
    margin-left: 0;
  }
}


.product-detail .p-product-detail__feature ul,
.product-detail .p-product-detail__howto ul,
.product-detail .p-product-detail__blend ul {
  margin: 0;
}

.product-detail .p-product-detail__feature p,
.product-detail .p-product-detail__howto p,
.product-detail .p-product-detail__blend p {
  line-height: 1.8;
}

.product-detail .p-product-detail__howto .p-product-detail__text li + li {
  padding-top: 35px;
}

.product-detail .p-product-detail__howto .p-product-detail__text .p-product-detail__howto_desc {
  padding-top: 21px;
  text-indent: 0;
}

.product-detail .p-product-detail__title:before,
.product-detail .p-product-detail__howto_title:before,
.product-detail .p-product-detail__blend_title:before {
  /* margin: 30px 0;
  font-size: 14px !important; */
  /* content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 20%;
  width: 6px;
  height: 6px;
  left: 0;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.product-detail .p-product-detail__title.js-accordion-open,
.product-detail .p-product-detail__howto_title.js-accordion-open,
.product-detail .p-product-detail__blend_title.js-accordion-open {
  margin: 0 0 10px;
  position: relative;
}

.product-detail .p-product-detail__title.js-accordion-open:before,
.product-detail .p-product-detail__howto_title.js-accordion-open:before,
.product-detail .p-product-detail__blend_title.js-accordion-open:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 30%;
  width: 6px;
  height: 6px;
  left: 0;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.product-detail .p-product-detail__font{
  margin: 30px 0;
  font-size: 14px;
}

.product-detail .p-product-detail__howto_subtitle {
  font-weight: bold;
}

.product-detail .p-product-detail__freeArea {
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__freeArea {
    height: 250px;
  }
}

.product-detail .p-product-detail__review {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title {
    font-size: 27px;
    margin: 115px 0 27px 0;
  }
}

.product-detail .p-product-detail__review__title__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__block {
    padding-top: 20px;
    letter-spacing: 0.03em;
  }
}

.product-detail .p-product-detail__review__title__t01 {
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t01 {
    font-size: 28px;
    margin: 0 0 -5px;
  }
}

.product-detail .p-product-detail__review__title__t02 {
  font-size: 12px;
}

.product-detail .p-product-detail__review__title__t03 {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t03 {
    font-size: 54px;
    letter-spacing: -0.06em;
  }
}

.product-detail .p-product-detail__review__title__t04 {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t04 {
    font-size: 20px;
    padding-bottom: 17px;
    padding-left: 15px;
    font-size: 17px;
    letter-spacing: 0.3em;
  }
}

.product-detail .p-product-detail__review__title__t05 {
  padding-bottom: 17px;
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t05 {
    font-size: 14px;
  }
}

.product-detail .p-product-detail__review__left {
  margin: 0 30px 0 0;
}

.product-detail .p-product-detail__review__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail .p-product-detail__review__more {
  border: 1px solid #ccc;
  text-align: center;
  padding: 9px 0;
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__more {
    width: 180px;
    margin: 10px auto 24px;
  }
}

.product-detail .p-product-detail__review__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  background-color: #3b4043;
}

.product-detail .p-product-detail__review__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-detail .p-product-detail__review__more .p-arrow:before,
.product-detail .p-product-detail__review__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__more .p-arrow:before,
  .product-detail .p-product-detail__review__more .p-arrow:after {
    left: 150px;
  }
}

.product-detail .p-product-detail__review__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-detail .p-product-detail__review__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__post {
    font-size: 12px;
    letter-spacing: 0.03em;
    width: 130px;
    margin: 0 auto 120px;
    text-decoration: underline;
  }
}

.product-detail .p-product-detail__review__post a {
  color: #3b4043;
}

.product-detail .p-product-detail__review__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__review__contents__left {
  width: 48%;
}

.product-detail .p-product-detail__review__contents__right {
  width: 46.8%;
}

.product-detail .p-product-detail__review__contents__c01 {
  color: #b1b3b4;
  font-size: 12px;
}

.product-detail .p-product-detail__review__contents__c02 {
  font-size: 18px;
  padding-top: 5px;
  letter-spacing: 0.03em;
}

.product-detail .p-product-detail__review__contents__c03 {
  color: #469de2;
  line-height: 1;
  padding-top: 8px;
  letter-spacing: 0.3em;
  font-size: 13px;
}

.product-detail .p-product-detail__review__contents__c04 {
  margin-top: 23px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__contents__c04 {
    font-size: 14px;
    line-height: 2.14;
  }
}

.product-detail .p-product-detail__review__contents__c05 {
  position: relative;
  left: 30px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__contents__c05 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.product-detail .p-product-detail__review__contents__c05:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  left: -30px;
  background: url("../../img/usr/product/pc03_user01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.product-detail .p-product-detail__review__contents--mo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__article {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__article {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 168px;
  }
}

.product-detail .p-product-detail__article__title {
  font-size: 27px;
  margin: 120px 0 60px;
}

.product-detail .p-product-detail__article__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__article__contents--01,
.product-detail .p-product-detail__article__contents--02,
.product-detail .p-product-detail__article__contents--03,
.product-detail .p-product-detail__article__contents--04 {
  width: 48%;
}

.product-detail .p-product-detail__article__contents--01:after,
.product-detail .p-product-detail__article__contents--02:after,
.product-detail .p-product-detail__article__contents--03:after,
.product-detail .p-product-detail__article__contents--04:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__article__contents--01,
  .product-detail .p-product-detail__article__contents--02,
  .product-detail .p-product-detail__article__contents--03,
  .product-detail .p-product-detail__article__contents--04 {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__article__contents--01:hover,
  .product-detail .p-product-detail__article__contents--02:hover,
  .product-detail .p-product-detail__article__contents--03:hover,
  .product-detail .p-product-detail__article__contents--04:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__article__contents--03,
.product-detail .p-product-detail__article__contents--04 {
  margin-top: 40px;
}

.product-detail .p-product-detail__article__contents--img {
  float: left;
  margin: 0 20px 0 0;
  font-size: 0;
}

.product-detail .p-product-detail__article__contents--img img {
  width: 100%;
}

.product-detail .p-product-detail__article__contents--text {
  font-size: 14px;
}

.product-detail .p-product-detail__article__contents--hash {
  font-size: 12px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__relation {
    padding: 0 0 110px;
  }
}

.product-detail .p-product-detail__relation__title {
  font-size: 27px;
  margin: 100px 0;
}

.p-product-detail__slider__thumb-area {
  position: relative;
  overflow: hidden;
}

.p-product-detail__slider__thumb {
  background-color: #f7f7f7;
}

.p-product-detail__slider__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../img/usr/common/frames/frame_product_l.svg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.p-product-detail__slider__thumb__item.slick-active .p-product-detail__item__img {
  cursor: default;
}

.p-product-detail__slider__nav {
  position: relative;
}

.p-product-detail__slider__count {
  margin: 10px 0;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 14px;
  color: #3b4043;
  letter-spacing: .09em;
  line-height: 1;
  text-align: center;
}

.p-product-detail__slider__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}

.p-product-detail__slider__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__slider__arrow span {
    width: 7px;
    height: 7px;
  }
}

.p-product-detail__slider__arrow--right {
  right: -10px;
}

.p-product-detail__slider__arrow--right span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-product-detail__slider__arrow--right span {
    border-top: 1px solid #3b4043;
    border-right: 1px solid #3b4043;
  }
}

.p-product-detail__slider__arrow--left {
  left: -10px;
}

.p-product-detail__slider__arrow--left span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 901px), print {
  .p-product-detail__slider__arrow--left span {
    border-top: 1px solid #3b4043;
    border-left: 1px solid #3b4043;
  }
}

.p-product-detail__slider__nav__item {
  padding: 5px;
}

.p-product-detail__modal {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal {
    padding: 157px 0;
  }
}

.p-product-detail__modal .modal_link {
  cursor: pointer;
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-product-detail__modal .modal_link:hover {
  opacity: 0.5;
}

.p-product-detail__modal__inner {
  background-color: #fff;
  position: relative;
  top: auto;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__inner {
    width: 870px;
    padding: 60px;
  }
}

.p-product-detail__modal__hdg {
  line-height: 1;
}

.p-product-detail__modal__txt {
  line-height: 1;
  margin-top: 20px;
}

.p-product-detail__modal__txt--buy {
  margin-top: 60px;
}

.p-product-detail__modal__cart-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__cart-area {
    width: 507px;
    margin-top: 26px;
  }
}

.p-product-detail__modal__cart-area .item_counter-area {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__cart-area .item_counter-area {
    width: 244px;
    height: 60px;
  }
}

.p-product-detail__modal__cart-area .item_text {
  color: #3b4043;
  font-size: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-product-detail__modal__cart-area .item_counter {
  width: 182px;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  box-sizing: border-box;
}

.p-product-detail__modal__cart-area .item_counter .counter_btn {
  position: absolute;
  width: 55px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #469de2;
  font-size: 24px;
  z-index: 5;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__cart-area .item_counter .counter_btn {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-product-detail__modal__cart-area .item_counter .counter_btn:hover {
    opacity: 0.5;
  }
}

.p-product-detail__modal__cart-area .item_counter .counter_btn-minus {
  left: 0;
}

.p-product-detail__modal__cart-area .item_counter .counter_btn-plus {
  right: 0;
}

.p-product-detail__modal__cart-area .item_counter .counter_num {
  position: absolute;
  width: 72px;
  height: 100%;
  border-top: 1px solid #469de2;
  border-bottom: 1px solid #469de2;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #469de2;
  text-align: center;
}

.p-product-detail__modal__store-area {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__store-area {
    width: 507px;
    margin-top: 60px;
  }
}

.p-product-detail__modal__store-area .store_list {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-product-detail__float-cart {
  display: block;
  position: fixed;
  z-index: 50;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__float-cart {
    width: 54px;
    right: 0;
    bottom: 100px;
  }
}

.p-product-detail__float-cart img {
  width: 100%;
}

.p-product-detail__favorite-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-module-sort-target].is-sort-unmatch {
  position: absolute;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

[data-module-sort-target].is-sort-unmatch * {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-brand-wrapper {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-brand-wrapper {
    padding-top: 115px;
    width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-heading--primaly {
    font-size: 28px;
    line-height: 1.178571;
    letter-spacing: 0.09;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-heading--secondaly {
    font-size: 24px;
    line-height: 1.475;
    letter-spacing: 0.09;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-container {
    width: 100%;
    margin-top: 65px;
  }

  .p-brand-container:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-menu {
    width: 195px;
    float: left;
    position: relative;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list {
    margin-top: 5px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list li {
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #dddede;
  }

  .p-brand-menu__list li:last-child {
    border-bottom: 1px solid #dddede;
  }
}

.p-brand-menu__list__link {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list__link {
    display: block;
    padding: 10px 30px 10px 5px;
  }
}

.p-brand-menu__list__link:after {
  content: '';
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list__link:after {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content {
    width: 74.35897%;
    float: right;
  }
}

.p-brand-content__bar {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .p-brand-content__bar {
    margin-bottom: 120px;
  }
}

.p-brand-content__cluster__brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands {
    margin-top: 35px;
    margin-left: -6.89655%;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands li {
    width: 26.88172%;
    margin-left: 6.45161%;
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands--simple {
    margin-left: -3.44828%;
    margin-top: 55px;
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands--simple li {
    width: 21.66667%;
    margin-left: 3.33333%;
    margin-bottom: 20px;
  }
}

.p-brand-content__cluster__brand__link {
  color: #3b4043;
}

.p-brand-content__cluster__brand__image {
  width: 100%;
  display: block;
  line-height: 0;
}

.p-brand-content__cluster__brand__image .p-brand-content__cluster__brand__image__file {
  width: 100%;
}

.p-brand-content__cluster__brand__image.is-border {
  border: 1px solid #e0e0e0;
}

.p-brand-content__cluster__brand__image.is-border .p-brand-content__cluster__brand__image__file {
  width: calc(100% - 2px);
}

.p-brand-content__cluster__brand__name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brand__name {
    font-size: 14px;
    line-height: 2.142857;
    letter-spacing: 0.03;
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brand__name--simple {
    line-height: 1.5;
    margin-top: 5px;
    font-weight: normal;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brand__description {
    font-size: 14px;
    line-height: 1.714285;
    letter-spacing: 0.03;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-hover-action {
    display: block;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-brand-hover-action:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top .l-main__content {
    max-width: none;
  }
}

.p-brand-top__header {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.p-brand-top__header__logo {
  width: 91px;
  margin: 0 auto;
  padding: 15px 0;
}

.p-brand-top__header__logo img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__wrap {
    max-width: 1170px;
  }
}

.p-brand-top__content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__content {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__wrap:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__img {
    max-width: 870px;
  }
}

.p-brand-top__mv__img img {
  width: 100%;
  vertical-align: middle;
}

.p-brand-top__mv__ttl {
  letter-spacing: 0.06em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__ttl {
    margin-top: 26px;
    font-size: 14px;
    font-weight: bold;
  }
}

.p-brand-top__mv__lead {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__lead {
    margin-top: 11px;
    font-size: 14px;
  }
}

.p-brand-top__mv__link {
  border: 1px solid #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__link {
    width: 223px;
    margin-top: 25px;
    letter-spacing: 0.3px;
  }
}

.p-brand-top__mv__link a {
  color: #3b4043;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__link a {
    font-size: 12px;
    padding: 7px 0 8px 39px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-brand-top__mv__link a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__topic {
    margin-top: 90px;
    max-width: 870px;
  }
}

.p-brand-top__topic__hdg {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__topic__hdg {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__topic__inner {
    margin-top: 45px;
  }
}

.p-brand-top__slider {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider {
    margin-top: 90px;
    padding-bottom: 120px;
    width: 100%;
  }
}

.p-brand-top__slider__hdg {
  font-size: 24px;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow--left {
    left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow--right {
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow span {
    top: 34%;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__annotation {
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__products__hdg {
    padding: 120px 0 60px;
    font-size: 24px;
    letter-spacing: 0.09em;
  }
}

.p-brand-top__products__hdg span {
  font-size: 18px;
}

.brand-product {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .brand-product .l-main__content {
    max-width: 1174px;
  }
}

.brand-product .p-path {
  background: #f3f3f3;
}

.brand-product .p-path-inner {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  padding: 12px 0 11px;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-path-inner {
    max-width: 1332px;
  }
}

.brand-product .p-product__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-product__content {
    width: 1332px;
  }
}

.brand-product .p-product__header {
  margin: 100px 0 55px;
}

.brand-product .p-product__header--title {
  font-size: 28px;
  margin: 0 0 10px;
}

.brand-product .p-product__header--title span {
  font-size: 18px;
}

.brand-product .p-product__header--text {
  font-size: 12px;
  line-height: 1.8;
  width: 860px;
}

.brand-product .p-product__header--tag {
  font-size: 14px;
  margin: 12px 0;
}

.brand-product .p-product__header--tag .innertag {
  color: #48add3;
}

.brand-product .p-product__logo {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0 8px;
}

.brand-product .p-product__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-product .p-product__left__wrap {
  width: 210px;
  float: left;
}

.brand-product .p-product__left__wrap ul {
  font-size: 14px;
  line-height: 2;
}

.brand-product .p-product__left__wrap ul li {
  padding: 10px 0 10px 10px;
}

.brand-product .p-product__left__wrap ul li.is-selected {
  background: #e4f3f8;
}

.brand-product .p-product__left__wrap ul li:hover {
  background: #e4f3f8;
}

.brand-product .p-product__left__search {
  border-bottom: 1px solid #b1b3b4;
  padding-bottom: 4px;
}

.brand-product .p-product__left__search img {
  width: 22px;
  margin-bottom: -3px;
}

.brand-product .p-product__left__search input.search-icon {
  color: #ccc;
  border: none;
  color: #b1b3b4;
  font-size: 14px;
  text-align: center;
  width: 170px;
}

.brand-product .p-product__left__list-title {
  font-weight: bold;
  margin: 20px 0 15px;
  position: relative;
}

.brand-product .p-product__left__list-title span {
  color: #48add3;
}

.brand-product .p-product__left__list-title .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.brand-product .p-product__left__list-title .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.brand-product .p-product__left__list-title .p-arrow:before,
.brand-product .p-product__left__list-title .p-arrow:after {
  right: 0;
  width: 15px;
  height: 1.2px;
}

.brand-product .p-product__left__list-title .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brand-product .p-product__left__list-title.js-accordion-open {
  font-weight: bold;
  margin: 50px 0 10px;
  position: relative;
}

.brand-product .p-product__left__list-title.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.brand-product .p-product__left__price > p {
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 10px;
}

.brand-product .p-product__left__much {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-product .p-product__left__much p {
  margin: 7px 5px 0 5px;
}

.brand-product .p-product__left__much .c-much_waku {
  border: 1px solid #3b4043;
  padding: 10px;
  font-size: 12px;
  width: 90px;
  height: 38px;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.brand-product .p-product__left__filterBtn {
  background: #3b4043;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 25px 0 30px;
  letter-spacing: 2px;
  position: relative;
}

.brand-product .p-product__left__filterBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 6px;
  height: 6px;
  right: 17px;
  z-index: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brand-product .p-product__left__filterBtn:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 112px;
  background-image: url(../../img/usr/product/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-product__left__filterBtn:before {
    display: none;
  }
}

.brand-product .p-product__left__sortBtn {
  background: #f3f3f3;
  color: #3b4043;
  font-size: 12px;
  padding: 13px 10px 13px 21px;
  text-align: center;
  margin: 60px 0 10px;
  letter-spacing: 2px;
  position: relative;
  width: 40%;
}

.brand-product .p-product__left__sortBtn:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 41px;
  background-image: url(../../img/usr/product/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.brand-product .p-product__left__sortBtn:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 24px;
  background-image: url(../../img/usr/product/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-product__left__sortBtn:before {
    display: none;
  }
}

.brand-product .p-product__left__detailBtn span {
  position: relative;
  font-size: 14px;
  color: #3b4043;
}

.brand-product .p-product__left__detailBtn span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 33%;
  width: 6px;
  height: 6px;
  right: -17px;
  z-index: 1;
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brand-product .radio01-input,
.brand-product .radio02-input,
.brand-product .check01-input,
.brand-product .check02-input,
.brand-product .check03-input {
  display: none;
}

.brand-product .radio01-input + label,
.brand-product .radio02-input + label,
.brand-product .check01-input + label,
.brand-product .check02-input + label,
.brand-product .check03-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.brand-product .radio01-input + label:before,
.brand-product .radio02-input + label:before,
.brand-product .check01-input + label:before,
.brand-product .check02-input + label:before,
.brand-product .check03-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1.2px solid #6a6b6a;
  border-radius: 50%;
}

.brand-product .radio01-input,
.brand-product + label,
.brand-product .radio02-input,
.brand-product + label,
.brand-product .check01-input,
.brand-product + label,
.brand-product .check02-input + label,
.brand-product .check03-input + label {
  color: #469de2;
}

.brand-product .radio01-input:checked + label:after,
.brand-product .radio02-input:checked + label:after,
.brand-product .check01-input:checked + label:after,
.brand-product .check02-input:checked + label:after,
.brand-product .check03-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  width: 10px;
  height: 10px;
  background: #469de2;
  border-radius: 50%;
}

.brand-product .p-product__sortBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 22;
}

.brand-product .p-product__sortBtn #tg {
  display: none;
}

.brand-product .p-product__sortBtn .menu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -10px;
  list-style: none;
}

.brand-product .p-product__sortBtn .menu li {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.brand-product .p-product__sortBtn .dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.brand-product .p-product__sortBtn .dropLabel {
  font-size: 14px;
  padding: 8px 15px;
  width: 100px;
  display: block;
  background-color: #f3f3f3;
  text-align: left;
  position: relative;
  color: #333;
  text-decoration: none;
}

.brand-product .p-product__sortBtn .dropLabel:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 32%;
  width: 6px;
  height: 6px;
  right: 14px;
  z-index: 1;
  border-right: 2px solid #469de2;
  border-bottom: 2px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brand-product .p-product__sortBtn .item {
  font-size: 14px;
  padding: 8px 15px;
  display: block;
  background-color: #fff;
  text-align: left;
  position: relative;
  color: #333;
  text-decoration: none;
}

.brand-product .p-product__sortBtn .item:hover {
  background-color: #f3f3f3;
}

.brand-product .p-product__sortBtn .animation {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.brand-product .p-product-item {
  margin: 0 30px 30px 0;
}

.brand-product .p-product__main {
  position: relative;
  padding: 70px 0 50px 100px;
}

.brand-product .p-product__main:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .brand-product .sp {
    display: none;
  }
}

.brand-product .sp a {
  text-decoration: none;
}

.brand-product .p-myModal_popUp,
.brand-product input[name="myModal_switch"],
.brand-product #myModal_open + label ~ label {
  display: none;
}

.brand-product #myModal_open + label,
.brand-product #myModal_close-button + label {
  cursor: pointer;
}

.brand-product .p-myModal_popUp {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.brand-product #myModal_open:checked + label ~ .p-myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 998;
}

.brand-product #myModal_open:checked + label ~ .p-myModal_popUp > .p-myModal_popUp-content {
  width: calc(100% - 40px);
  height: calc(100% - 20px - 44px);
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.brand-product #myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}

.brand-product .p-myModal__kodawari {
  text-align: center;
  padding: 2%;
}

.brand-product .p-myModal__brand {
  background: #eee;
  padding: 5px 4%;
  font-size: 12.8px;
  font-size: 0.8rem;
  position: relative;
  width: 97.5%;
  left: -3%;
}

.brand-product .p-myModal__honbun {
  margin: 30px 0 0;
  padding: 30px 0 0 10px;
  font-weight: bold;
}

.brand-product .p-myModal__01 ul,
.brand-product .p-myModal__02 ul,
.brand-product .p-myModal__03 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-product .p-myModal__01 li,
.brand-product .p-myModal__02 li,
.brand-product .p-myModal__03 li {
  width: 180px;
}

.brand-product .p-myModal__03 {
  margin-bottom: 30px;
}

.brand-product .p-myModal__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
}

.brand-product .p-myModal__b01 {
  color: #3b4043;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 25px 20px 30px;
  letter-spacing: 2px;
  border: solid 1px #eee;
}

.brand-product .p-myModal__b02 {
  background: #3b4043;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 25px 0 30px;
  letter-spacing: 2px;
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label:before {
  content: '×';
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label:after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

.brand-product .p-top-products__item__img {
  height: auto;
  padding-top: 130%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

.brand-product .p-top-products__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brand-product .p-top-products__item__img:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url(../../img/usr/common/frames/frame_top_m.svg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.p-about-wrapper {
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-about-wrapper {
    min-width: 1170px;
  }
}

.p-about-cluster {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-about-cluster {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about-cluster__inner {
    margin: 0 auto;
    width: 1080px;
  }
}

.p-about-bgBand {
  background-color: #f3f7fa;
}

.p-about__lead {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 901px), print {
  .p-about__lead {
    padding: 120px 0 130px;
  }
}

.p-about__lead__logo {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-about__lead__logo {
    margin-bottom: 60px;
    width: 556px;
  }
}

.p-about__lead__logo img {
  width: 100%;
}

.p-about__lead__state {
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__lead__state {
    line-height: 2;
    font-size: 24px;
  }
}

.p-about__lead__text {
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__lead__text {
    margin-top: 20px;
    line-height: 2.4;
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership {
    padding: 117px 0 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
    width: 100%;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item {
    width: 33.3333%;
    text-align: center;
  }

  .p-about__membership__feature__item:nth-child(n+4) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item img {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
  }
}

.p-about__membership__feature__item__title {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__title {
    text-align: center;
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__subtitle {
    font-size: 12px;
  }
}

.p-about__membership__feature__item__desc {
  letter-spacing: 0.03em;
  text-align: left;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__desc {
    line-height: 2;
    font-size: 15px;
    width: 270px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__desc__small {
    font-size: 12px;
  }
}

.p-about__membership__feature__item__link {
  text-align: left;
  display: block;
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__link {
    line-height: 2;
    font-size: 12px;
    width: 270px;
    margin: 10px auto 0;
  }
}

.p-about__membership__signup {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup {
    background-color: #f3f7fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 100px;
    width: 990px;
    box-sizing: border-box;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup-leftside {
    text-align: center;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup-rightside {
    width: 376px;
    text-align: center;
  }
}

.p-about__membership__signup__text {
  letter-spacing: 0.09em;
  line-height: 1em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__text {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-about__membership__signup__caption {
  line-height: 1em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__caption {
    letter-spacing: 0.09em;
    font-size: 14px;
  }
}

.p-about__membership__signup__btn {
  position: relative;
  display: block;
  background-color: #ee696f;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__btn {
    padding: 20px 0;
    width: 100%;
    font-size: 14px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__membership__signup__btn:hover {
    opacity: 0.7;
  }
}

.p-about__membership__signup__btn:after {
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__btn:after {
    right: 25px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app {
    padding: 140px 0 131px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis {
    position: relative;
    padding-bottom: 130px;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__inner {
    width: 930px;
  }
}

.p-about__app__diagnosis__subtitle {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__subtitle {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.p-about__app__diagnosis__title img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__title {
    margin-bottom: 25px;
    width: 260px;
  }
}

.p-about__app__diagnosis__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__text {
    margin-bottom: 50px;
    width: 525px;
    line-height: 2.4;
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__demoImg {
    position: absolute;
    top: -50px;
    right: 206px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__btn {
    position: relative;
    display: block;
    width: 300px;
    background-color: #3b4043;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 48px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__app__diagnosis__btn:after {
    position: absolute;
    top: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

@media screen and (min-width: 901px) and (min-width: 901px), print {
  .p-about__app__diagnosis__btn:after {
    right: 24px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__download {
    position: relative;
    padding-top: 90px;
    width: 688px;
  }
}

.p-about__app__download__title {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.p-about__app__download__caption {
  letter-spacing: 0.09em;
}

.p-about__app__download__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__btn {
    width: 365px;
  }

  .p-about__app__download__btn .-appstore {
    width: 164px;
  }

  .p-about__app__download__btn .-googleplay {
    width: 184px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__btn a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__app__download__btn a:hover {
    opacity: 0.7;
  }
}

.p-about__app__download__btn a img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__qr {
    position: absolute;
    top: 90px;
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__sns {
    padding: 87px 0 90px;
  }
}

.p-about__sns__title {
  text-align: center;
  letter-spacing: 0.09em;
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-about__sns__title {
    margin-bottom: 45px;
    font-weight: lighter;
    font-size: 28px;
  }
}

.p-about__sns__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-about__sns__icon {
    width: 330px;
  }

  .p-about__sns__icon .-twitter {
    width: 38px;
  }

  .p-about__sns__icon .-facebook {
    width: 17px;
  }

  .p-about__sns__icon .-line {
    width: 41px;
  }

  .p-about__sns__icon .-instagram {
    width: 32px;
  }

  .p-about__sns__icon .-youtube {
    width: 39px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__sns__icon a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__sns__icon a:hover {
    opacity: 0.7;
  }
}

.p-about__sns__icon a img {
  width: 100%;
}

.p-about-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .p-about-search {
    padding: 65px 0;
  }
}

.p-about-search__grad {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(317deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background: linear-gradient(133deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background-size: 600% 600%;
}

.p-about-search__background {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: -5;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 901px), print {
  .p-about-search__background {
    width: 100vw;
    height: 100vh;
    background: url("../../img/usr/about/bg_search.jpg") no-repeat;
    background-position: 0 100%;
    background-size: cover;
  }
}

.p-about-search__container {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-about-search__container {
    padding-top: 296px;
    width: 390px;
  }
}

.p-about-search__container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../img/usr/project/top/search/shape.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-about-search__container:after {
  position: absolute;
  top: 50%;
  z-index: 5;
  border-top: 1px solid #4e5355;
  border-right: 1px solid #4e5355;
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .p-about-search__container:after {
    right: 35px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about-search__container + .p-about-search__container {
    margin-left: 60px;
  }
}

.p-about-search__container span {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-about-search__container:hover:before {
    opacity: 0.5;
  }

  .p-about-search__container:hover:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    pointer-events: none;
  }
}

.p-about-search__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .p-about-search__inner {
    width: 272px;
  }
}

.p-about-search__hdg {
  z-index: 10;
  color: #3b4043;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-about-search__hdg {
    letter-spacing: 0.03em;
    font-size: 24px;
  }
}

.p-about-search__txt {
  z-index: 10;
  color: #3b4043;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-about-search__txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__heading--primaly {
    font-size: 27px;
    line-height: 1.22222;
    letter-spacing: .09em;
  }
}

.p-cp__heading--secondaly {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-cp__heading--secondaly {
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: .09em;
  }
}

.p-cp__pagetitle {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp__pagetitle {
    padding: 110px 0 80px;
    max-width: 1170px;
  }
}

.p-cp__pickup {
  background-color: #f3f3f3;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup {
    padding: 90px 0 140px;
  }
}

.p-cp__pickup__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow {
    width: 6.59722%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-cp__pickup__arrow:hover {
    opacity: 0.5;
  }
}

.p-cp__pickup__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow span {
    width: 16px;
    height: 16px;
    top: 60%;
  }
}

.p-cp__pickup__arrow--right {
  right: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow--right span {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    border-top: 1px solid #469de2;
    border-right: 1px solid #469de2;
    left: 30px;
  }
}

.p-cp__pickup__arrow--left {
  left: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow--left span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid #469de2;
    border-left: 1px solid #469de2;
    right: 30px;
  }
}

.p-cp__pickup__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
}

.p-cp__pickup__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-cp__pickup__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner {
    width: 860px;
    margin-top: 55px;
  }
}

.p-cp__pickup__container__inner .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots {
    bottom: -50px;
  }
}

.p-cp__pickup__container__inner .slick-dots li {
  position: relative;
  background-color: #469de2;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

.p-cp__pickup__container__inner .slick-dots li button {
  display: none;
}

.p-cp__pickup__container__inner .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots li + li {
    margin-left: 24px;
  }
}

.p-cp__pickup__container__group {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__group {
    width: 860px;
  }
}

.p-cp__pickup__container__group.slick-center {
  opacity: 1;
}

.p-cp__pickup__container__item img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__item {
    width: 260px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-cp__pickup__container__item:hover {
    opacity: 0.5;
  }
}

.p-cp__pickup__container__item__info {
  color: #3b4043;
  line-height: 1.714285714;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__item__info {
    margin-top: 20px;
    font-size: 12px;
  }
}

.p-cp__pickup__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-cp__pickup__subttl {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__subttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-cp__brand-nav {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav {
    padding: 90px 0 70px;
    max-width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__contents {
    margin-top: 20px;
  }
}

.p-cp__brand-nav__list {
  font-size: 0;
}

.p-cp__brand-nav__list__item {
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__list__item {
    width: 25%;
    font-size: 14px;
    line-height: 1.28571;
    letter-spacing: .09em;
    margin-top: 30px;
  }

  .p-cp__brand-nav__list__item:nth-child(4n+1) {
    border-left: 1px solid #e0e0e0;
  }
}

.p-cp__brand-nav__list__item a {
  width: 100%;
  color: #000000;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__list__item a {
    height: 60px;
    padding-bottom: 7px;
    box-sizing: border-box;
  }
}

.p-cp__brand-nav__list__item a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
}

.p-cp__brand-nav__list__item a span {
  position: absolute;
  width: 100%;
  display: inline-block;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.p-cp__brand-nav__more {
  border: 1px solid #cccccc;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__more {
    width: 180px;
    margin: 50px auto 24px;
    font-size: 12px;
    padding: 7px 0;
  }
}

.p-cp__brand-nav__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.p-cp__brand-nav__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-cp__brand-nav__more .p-arrow:before,
.p-cp__brand-nav__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__more .p-arrow:before,
  .p-cp__brand-nav__more .p-arrow:after {
    left: 150px;
  }
}

.p-cp__brand-nav__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-cp__brand-nav__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-cp__brands__border {
  margin: 0 auto;
  border-top: 1px solid #e1e1e1;
}

@media screen and (min-width: 901px), print {
  .p-cp__brands__border {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__brands__brand {
    width: 870px;
    margin: 105px auto 85px;
  }
}

.p-cp__brand__title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 5px;
  }
}

.p-cp__brand__logo {
  display: inline-block;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand__logo {
    width: 180px;
  }
}

.p-cp__brand__logo img {
  width: 100%;
}

.p-cp__brand__campaigns {
  font-size: 0;
}

.p-cp__campaign {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign {
    width: 29.88506%;
    margin-top: 50px;
  }

  .p-cp__campaign:not(:nth-child(3n+1)) {
    margin-left: 5.17241%;
  }
}

.p-cp__campaign a {
  display: block;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign:not(:nth-child(3n+1)) {
    margin-left: 5.17241%;
  }
}

.p-cp__campaign__image {
  font-size: 0;
}

.p-cp__campaign__image img {
  width: 100%;
}

.p-cp__campaign__date {
  word-wrap: break-word;
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign__date {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .09em;
    margin-top: 5px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__hover-action {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-cp__hover-action:hover {
    opacity: 0.5;
  }
}

.p-category-breadcrunb {
  background: #f3f3f3;
}

.p-category-content {
  position: relative;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-category-content {
    padding: 115px 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__inner {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__heading--primaly {
    font-size: 28px;
    letter-spacing: 0.09em;
    line-height: 1.178571;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__heading--secondaly {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-category-content__search {
  border-bottom: 1px solid #b1b3b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-category-content__search {
    margin-top: 40px;
    padding-bottom: 10px;
    width: 390px;
  }
}

.p-category-content__search input.search-icon {
  border: none;
  color: #3b4043;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-category-content__search input.search-icon {
    font-size: 14px;
    letter-spacing: 0.1;
    padding-right: 30px;
  }
}

.p-category-content__search__icon {
  position: absolute;
  bottom: 3px;
}

@media screen and (min-width: 901px), print {
  .p-category-content__search__icon {
    width: 26px;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-category-content__search__icon:hover {
    opacity: 0.5;
  }
}

.p-category-content__search__icon img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__category + .p-category-content__categories__category {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__heading {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__heading__icon {
    width: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.09;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__list li {
    width: 240px;
    margin: 15px 0;
  }
}

.p-category-content__categories__textlink {
  color: #3b4043;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-category-content__hover-action {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-category-content__hover-action:hover {
    opacity: 0.5;
  }
}

.p-beauty__kv {
  text-align: center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv {
    background-image: url("../../img/usr/beautytopics/kv_bg_default_pc.jpg");
    height: 330px;
    padding-top: 80px;
    max-width: 1170px;
    margin: 60px auto 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv--photo {
    background-image: url("../../img/usr/beautytopics/kv_bg_photo_pc.jpg");
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv--panel {
    background-image: url("../../img/usr/beautytopics/kv_bg_panel_pc.jpg");
  }
}

.p-beauty__kv__title {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv__title {
    font-size: 45px;
    line-height: 1.33333;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv__subtitle {
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 30px;
  }
}

.p-beauty__heading {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty__heading {
    margin-bottom: 30px;
  }
}

.p-beauty__heading__title {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__heading__title {
    font-size: 28px;
    letter-spacing: .18em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__heading__subtitle {
    font-size: 14px;
    line-height: 3;
    letter-spacing: .09em;
  }
}

.p-beauty__new {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new {
    padding-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi {
    display: block;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
  }
}

.p-beauty__new__navi li {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi li {
    width: 154px;
    max-width: 16.666666%;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .09em;
    border-top: 1px solid #3b4043;
    border-right: 1px solid #3b4043;
    border-bottom: 1px solid #3b4043;
  }
}

.p-beauty__new__navi li a:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 12px;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi li:first-child {
    border-left: 1px solid #3b4043;
  }
}

.p-beauty__new__navi li a {
  color: #3b4043;
  display: block;
  width: 100%;
  height: 100%;
}

.p-beauty__new__list {
  display: inline-block;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__list {
    width: 1000px;
    max-width: 100%;
    margin: auto -15px;
  }
}

.p-beauty__new__list li {
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__list li {
    width: 210px;
    margin: 40px 15px 10px;
  }
}

.p-beauty__new__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.p-beauty__new__image:after {
  content: '';
  position: absolute;
  width: 107.6%;
  height: 107.6%;
  top: -3.8%;
  left: -3.8%;
  z-index: 1;
  display: inline-block;
  background-image: url("../../img/usr/common/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.p-beauty__new__image img {
  width: 100%;
}

.p-beauty__new__texts {
  text-align: left;
  color: #3b4043;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 2.24;
    letter-spacing: .03em;
  }
}

.p-beauty__new__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__author {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__tags {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 5px;
  }
}

.p-beauty__new__tag + .p-beauty__new__tag {
  margin-left: 1em;
}

.p-beauty__new__tag strong {
  font-weight: normal;
  color: #48add3;
}

@media screen and (min-width: 901px), print {
  .p-beauty__category {
    display: none;
  }
}

.p-beauty__keyword {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty__keyword {
    padding: 80px 0 80px;
  }
}

.p-beauty__keyword__list {
  display: inline-block;
  width: 1000px;
  max-width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty__keyword__list {
    margin-top: -10px;
  }
}

.p-beauty__keyword__list li {
  display: inline-block;
}

.p-beauty__keyword__list li a {
  border: 1px solid #b1b3b4;
  display: block;
  height: 100%;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__keyword__list li a {
    padding: 0 35px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .03em;
    border-radius: 23px;
    margin: 10px;
  }
}

.p-beauty__keyword__list strong {
  font-weight: normal;
  color: #48add3;
}

.p-beauty__pickup {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup {
    padding: 90px 0 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-direction: row wrap;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__list li {
    width: 262px;
    margin: 0 22px;
  }
}

.p-beauty__pickup__texts {
  text-align: left;
  color: #3b4043;
}

.p-beauty__pickup__image {
  width: 100%;
}

.p-beauty__pickup__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
    margin: 5px auto 3px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__description {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-beauty__feature--bg-gray {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature {
    padding: 90px 0 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-direction: row wrap;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__list li {
    width: 300px;
    margin: 0 30px;
  }
}

.p-beauty__feature__image-area {
  width: 100%;
  background-image: url("../../img/usr/beautytopics/feature_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.p-beauty__feature__image-area--bg-white {
  background-image: url("../../img/usr/beautytopics/feature_bg_white.png");
}

.p-beauty__feature__image {
  width: 100%;
}

.p-beauty__feature__texts {
  text-align: left;
  color: #3b4043;
}

.p-beauty__feature__title {
  text-align: left;
  color: #3b4043;
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-beauty__feature__description {
  text-align: left;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-beauty__hover-action {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-beauty__hover-action:hover {
    opacity: 0.5;
  }
}

.p-beauty-list__maico {
  text-align: center;
  width: 100%;
  display: block;
  background-image: url("../../img/usr/beautytopics/list/logo_bg.png");
  background-size: cover;
  font-size: 0;
}

.p-beauty-list__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__content {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header {
    margin: 100px 0 55px;
  }
}

.p-beauty-list__header--title {
  font-size: 28px;
  margin: 0 0 10px;
}

.p-beauty-list__header--title span {
  font-size: 18px;
}

.p-beauty-list__header--text {
  font-size: 12px;
  line-height: 1.8;
  width: 860px;
}

.p-beauty-list__header--tag {
  font-size: 14px;
  margin: 12px 0;
}

.p-beauty-list__header--tag .innertag {
  color: #48add3;
}

.p-beauty-list__header--tag__link {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header--tag__link {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-beauty-list__header--tag__link:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search {
    display: none;
  }
}

.p-beauty-list__search__wrap {
  border-bottom: 1px solid #b1b3b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search__wrap {
    margin-top: 40px;
    padding-bottom: 10px;
    width: 900px;
  }
}

.p-beauty-list__search__wrap input.search-icon {
  border: none;
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search__wrap input.search-icon {
    font-size: 14px;
    letter-spacing: .1em;
    width: 100%;
    margin-left: 20px;
  }
}

.p-beauty-list__search__icon {
  margin-bottom: -3px;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search__icon {
    width: 15px;
  }
}

.p-beauty-list__search__icon img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__sortBtn {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 55;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__sortModal {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__categories {
    display: none;
  }
}

.p-beauty-list__main {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__main {
    padding: 95px 0 60px;
  }
}

.p-beauty-list__main:after {
  content: "";
  display: block;
  clear: both;
}

.p-beauty-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__wrap {
    padding-bottom: 30px;
  }
}

.p-beauty-list__topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-beauty-list__topics li {
  width: 22.29885%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics li + .p-beauty-list__topics li {
    margin-left: 2.34%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics li:nth-child(n+5) {
    margin-top: 60px;
  }
}

.p-beauty-list__topics__thumb {
  position: relative;
}

.p-beauty-list__topics__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.p-beauty-list__topics__image:after {
  content: '';
  position: absolute;
  width: 107.6%;
  height: 107.6%;
  top: -3.8%;
  left: -3.8%;
  z-index: 1;
  display: inline-block;
  background-image: url("../../img/usr/common/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.p-beauty-list__topics__image img {
  width: 100%;
}

.p-beauty-list__topics__texts {
  text-align: left;
  color: #3b4043;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__date {
    font-size: 12px;
    line-height: 2.24;
    letter-spacing: .03em;
  }
}

.p-beauty-list__topics__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.73333;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__author {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__tags {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 5px;
  }
}

.p-beauty-list__topics__tag + .p-beauty-list__topics__tag {
  margin-left: 1em;
}

.p-beauty-list__topics__tag strong {
  font-weight: normal;
  color: #48add3;
}

.p-beauty-list__left__wrap {
  width: 195px;
  float: left;
  position: relative;
  background-color: #fff;
}

.p-beauty-list__left__wrap__listtitle {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}

.p-beauty-list__left__wrap__listtitle:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #469de2;
}

.p-beauty-list__left__wrap ul li.list-category__item {
  border-top: 1px solid #e0e1e1;
  position: relative;
}

.p-beauty-list__left__wrap ul li.list-category__item:last-child {
  border-bottom: 1px solid #e0e1e1;
}

.p-beauty-list__left__wrap ul li.list-category__item:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 1em;
  width: 5px;
  height: 5px;
  border-top: 2px solid #3a3a3a;
  border-right: 2px solid #3a3a3a;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-beauty-list__left__wrap ul li.list-category__item > a {
  display: block;
  padding: 13px 0 12px 23px;
  color: #3b4043;
  font-size: 14px;
}

.p-beauty-list__left__wrap ul li.list-category__item > a:hover {
  background: #e4f3f8;
}

.p-beauty-list__left__search {
  border-bottom: 1px solid #b1b3b4;
  padding-bottom: 9px;
  margin-top: 45px;
}

.p-beauty-list__left__search img {
  width: 19px;
  margin-bottom: -6px;
}

.p-beauty-list__left__search input.search-icon {
  border: none;
  color: #3b4043;
  font-size: 15px;
  text-align: left;
  width: 165px;
}

.p-beauty-list__left__search input.search-icon::-webkit-input-placeholder {
  color: #b1b3b4;
}

.p-beauty-list__left__search input.search-icon::placeholder {
  color: #b1b3b4;
}

.p-beauty-list__recommend-topics .c-product-slider__products .slick-dots {
  margin-top: 40px;
}

.p-beauty-list__recommend-topics__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.p-beauty-list__recommend-topics__image:after {
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  z-index: 1;
  display: inline-block;
  background-image: url("../../img/usr/common/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.p-beauty-list__recommend-topics__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-contents.p-beauty-list__pc-bg-white {
    background-color: transparent;
  }
}

.p-beauty-list__hover-action {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__hover-action:hover {
    opacity: 0.5;
  }
}

.p-beauty-detail {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin: 90px auto 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__main {
    width: 870px;
  }
}

.p-beauty-detail__head {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__date {
    font-size: 12px;
    line-height: 2.25;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__head__title {
  color: #48add3;
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__category {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__head__tags {
  margin-left: -1em;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__tags {
    margin-top: 5px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__head__tag {
  display: inline-block;
  margin-left: 1em;
}

.p-beauty-detail__head__share-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0;
  line-height: 1;
  margin-left: -10px;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__share-pc {
    margin-top: 20px;
  }
}

.p-beauty-detail__head__share-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0;
  line-height: 1;
  margin-left: -10px;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__share-sp {
    display: none;
  }
}

.p-beauty-detail__head__share-icon {
  margin-left: 10px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .p-beauty-detail__head__share-icon.p-beauty-detail__head__share-icon--pocket {
    display: none;
  }
}

.p-beauty-detail__body {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__body {
    box-sizing: border-box;
  }
}

.p-beauty-detail__kv {
  width: 100%;
  font-size: 0;
}

.p-beauty-detail__kv img {
  width: 100%;
}

.p-beauty-detail__contents {
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents {
    padding: 60px 120px 0;
  }
}

.p-beauty-detail__contents__section {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__section:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__section.p-beauty-detail__contents__section--heading-margin {
    margin-top: 80px;
  }
}

.p-beauty-detail__contents__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item {
    width: 47.61905%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item:nth-child(2n) {
    margin-left: 4.7619%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item:nth-child(n+3) {
    margin-top: 4.7619%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item {
    width: 30.15873%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item:not(:nth-child(3n+1)) {
    margin-left: 4.7619%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item:nth-child(n+4) {
    margin-top: 6.34921%;
  }
}

.p-beauty-detail__contents__colored-area {
  background-color: #f3f7fa;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__colored-area {
    padding: 40px 45px;
    margin-top: 40px;
  }
}

.p-beauty-detail__contents__tree-of-contents {
  background-color: #f3f7fa;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents {
    padding: 30px 45px 35px;
  }
}

.p-beauty-detail__contents__tree-of-contents-title {
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-title {
    font-size: 18px;
    line-height: 2.66667;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__tree-of-contents-title:before {
  content: '';
  background-color: #f3f7fa;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-title:before {
    width: 60px;
    height: 30px;
  }
}

.p-beauty-detail__contents__tree-of-contents-title:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
  border-bottom: 1px solid #e0e0e0;
}

.p-beauty-detail__contents__tree-of-contents-list {
  font-weight: bold;
  color: #469de2;
  margin-left: 2em;
  text-indent: -2em;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-list {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__tree-of-contents-list li a {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-list li + li {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__text + .p-beauty-detail__contents__text {
  margin-top: 2em;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__textlink {
    font-size: 15px;
    line-height: 3.2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__textlink a {
  color: #48add3;
}

.p-beauty-detail__contents__textlink--blank a:after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("../../img/usr/beautytopics/list/common/icon_link_blank.png");
  background-size: contain;
}

.p-beauty-detail__contents__heading {
  font-weight: bold;
  word-break: break-all;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--secondaly {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__heading--thirdaly {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--thirdaly {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__heading--thirdaly:before {
  content: '●';
}

.p-beauty-detail__contents__heading--quaternary {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--quaternary {
    font-size: 15px;
    line-height: 1.53333;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__heading--quaternary:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -12px;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--quaternary:after {
    background: -webkit-repeating-linear-gradient(135deg, #4aaed3, #4aaed3 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 12px);
    background: repeating-linear-gradient(-45deg, #4aaed3, #4aaed3 6px, rgba(255, 255, 255, 0) 6px, rgba(255, 255, 255, 0) 12px);
  }
}

.p-beauty-detail__contents__image {
  font-size: 0;
  width: 100%;
}

.p-beauty-detail__contents__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__caption {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__caption a {
  color: #48add3;
  font-weight: normal;
}

.p-beauty-detail__contents__product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f3f7fa;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card {
    padding: 30px;
  }
}

.p-beauty-detail__contents__product-card__image {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__image {
    width: 40.35088%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__texts {
    width: 54.38596%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__lead {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__product-card__lead.p-beauty-detail__contents__product-card__lead--red {
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__brand {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__product-card__name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__name {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__link {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.71429;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__product-card__link a {
  font-weight: normal;
  color: #469de2;
}

.p-beauty-detail__contents__border {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__border {
    margin: 90px auto;
  }
}

.p-beauty-detail__contents__dot-spacer {
  position: relative;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__dot-spacer {
    margin: 60px 0;
  }
}

.p-beauty-detail__contents__dot-spacer span {
  display: block;
  position: absolute;
  background: #e0e0e0;
  width: 10px;
  height: 10px;
  top: 0;
  left: 50%;
}

.p-beauty-detail__contents__dot-spacer span:nth-child(1) {
  -webkit-transform: translateX(-300%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-300%) translateY(-50%) rotate(45deg);
  transform: translateX(-300%) translateY(-50%) rotate(45deg);
}

.p-beauty-detail__contents__dot-spacer span:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.p-beauty-detail__contents__dot-spacer span:nth-child(3) {
  -webkit-transform: translateX(200%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(200%) translateY(-50%) rotate(45deg);
  transform: translateX(200%) translateY(-50%) rotate(45deg);
}

.p-beauty-detail__contents__button {
  border: 1px solid #b1b3b4;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__button {
    height: 60px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 0 30px;
  }
}

.p-beauty-detail__contents__button:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__button:after {
    right: 23px;
  }
}

.p-beauty-detail__contents__link-card {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card {
    border: 1px solid #b1b3b4;
  }
}

.p-beauty-detail__contents__link-card a {
  display: block;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card__text {
    padding: 15px 15px 20px;
  }
}

.p-beauty-detail__contents__link-card__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card__description {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__map iframe {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__map iframe {
    height: 354px;
  }
}

.p-beauty-detail__contents__movie iframe {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__movie iframe {
    height: 354px;
  }
}

.p-beauty-detail__contents__favorite {
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__favorite {
    margin-top: 80px;
    font-size: 14px;
    line-height: 2.71429;
    letter-spacing: .09em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__favorite img {
    width: 54px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__share {
    margin-top: 50px;
  }
}

.p-beauty-detail__contents__share-text {
  font-size: 12px;
  margin-right: 20px;
}

.p-beauty-detail__contents__share-icons-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.p-beauty-detail__contents__share-icons-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  margin-top: 2.66667vw;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__share-icons-sp {
    display: none;
  }
}

.p-beauty-detail__contents__share-icon {
  margin-left: 10px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .p-beauty-detail__contents__share-icon.p-beauty-detail__contents__share-icon--pocket {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__heading {
    width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__heading--secondaly {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__border {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__border {
    width: 1170px;
    margin: 90px auto 0;
  }
}

.p-beauty-detail__border--no-margin {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics {
    margin-top: 90px;
  }
}

.p-beauty-detail__relation-topics__list {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__list {
    width: 1170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__list li:nth-child(n+3) {
    margin-top: 45px;
  }
}

.p-beauty-detail__relation-topics__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__list li a {
    width: 570px;
  }
}

.p-beauty-detail__relation-topics__image {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__image {
    width: 170px;
  }
}

.p-beauty-detail__relation-topics__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__texts {
    width: 380px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__tags {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__relation-topics__tag {
  color: #3b4043;
}

.p-beauty-detail__relation-topics__tag strong {
  color: #48add3;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__common-area.l-common-area {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__recommend-area .c-recommend-area {
    margin-top: 90px;
  }
}

.p-beauty-detail__hover-action {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__hover-action:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}


@media screen and (min-width: 901px), print {
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
  }
  /* ----入力フォーム共通---- */
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  select,
  textarea {
    padding: 3px;
    border: 1px solid #b1b3b4;
    background-color: #fff;
  }
  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="email"]:hover,
  input[type="search"]:hover,
  input[type="password"]:hover,
  input[type="url"]:hover,
  input[type="number"]:hover,
  select:hover,
  textarea:hover {
    border: 1px solid #666;
  }
  input[type="radio"] {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-right: 5px;
  }
  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
  }
  label.radio,
  label.checkbox,
  input[type="radio"],
  input[type="radio"] + label,
  input[type="checkbox"],
  input[type="checkbox"] + label,
  select {
    cursor: pointer;
  }
  input[type="text"][disabled] {
    background: #b1b3b4;
    cursor: not-allowed;
  }
  /* ----ボタン---- */
  .btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 13px;
    letter-spacing: 0.03em;
    border: none;
    box-sizing: border-box;
  }
  .btn:hover,
  .btn:focus {
    text-decoration: none;
  }
  .btn:active,
  .btn.active {
    outline: 0;
  }
  .btn.disabled,
  .btn[disabled],
  .btn.disabled:hover,
  .btn[disabled]:hover,
  .btn.disabled:active,
  .btn[disabled]:active {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none !important;
  }
  .btn-default {
    background-color: #3b4043;
    color: #fff;
  }
  .btn-primary {
    color: #fff;
    background-color: #ee696f;
    border: none;
  }
  .btn-secondary {
    color: #fff;
    border: solid 1px #333;
    background-color: #666;
  }
  .btn-danger {
    color: #fff;
    background-color: #ee696f;
  }
  .hidden-btn {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
  }
  /* ----画面上部メッセージ---- */
  .alert {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
  }
  .success {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
  }
  /* ----入力フォームタイトル---- */
  .legend {
    margin: 40px 0 20px;
    padding: 0 0 5px;
    font-size: 18px;
    letter-spacing: 0.09em;
    font-weight: normal;
    border-bottom: #999 1px solid;
  }
  /* ----縦型入力フォーム---- */
  .fieldset-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fieldset-vertical .form-group {
    margin: 5px 0 20px 0;
  }
  .fieldset-vertical .form-label,
  .fieldset-vertical .constraint {
    margin: 0 0 10px 0;
  }
  .fieldset-vertical .form-label {
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    text-align: left;
    background: #f3f3f3;
    vertical-align: middle;
  }
  .fieldset-vertical .form-label label {
    font-weight: bold;
  }
  .fieldset-vertical .form-control {
    clear: both;
  }
  /* ----横型入力フォーム---- */
  .fieldset {
    margin: 10px auto 20px;
    max-width: 900px;
    font-size: 14px;
  }
  .fieldset .form-group {
    display: table;
    width: 100%;
    border-top: #b1b3b4 1px solid;
    border-right: #b1b3b4 1px solid;
    border-left: #b1b3b4 1px solid;
    box-sizing: border-box;
  }
  .fieldset .form-group:last-child {
    border-bottom: #b1b3b4 1px solid;
  }
  .fieldset .form-label,
  .fieldset .constraint,
  .fieldset .form-control {
    display: table-cell;
    box-sizing: border-box;
  }
  .fieldset .form-label {
    width: 23%;
    padding: 22px 10px 25px 22px;
    text-align: left;
    background: #f3f3f3;
  }
  .fieldset .form-label label {
    font-weight: bold;
  }
  .fieldset .constraint {
    width: 65px;
    padding: 5px;
    background: #f3f3f3;
  }
  .fieldset .form-control {
    padding: 20px;
  }
  /* ----入力支援---- */
  .form-error {
    display: block;
    color: #a94442;
  }
  .required:after {
    display: inline-block;
    margin: 0 0 0 -10px;
    padding: .05em 1.2em;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    color: #fff;
    background-color: #ee696f;
    content: "必須";
  }
  .help-block {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #737373;
  }
  .count-msg-another {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #555;
  }
  .count-msg {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #f66;
  }
  /* ----入力フォームボタン---- */
  .action-buttons {
    width: 100%;
    text-align: center;
    display: block;
  }
  .action .btn {
    height: 45px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    border: none;
    text-decoration: none;
  }
  .action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0 0;
  }
  .action-buttons .action {
    margin: 0 10px;
  }
  .action-buttons .action .btn-default {
    width: 240px;
    background-color: #b1b3b4;
  }
  .action-buttons .action .btn-primary {
    width: 240px;
    color: #fff;
    background-color: #ee696f;
  }
  .action-buttons .action .btn-danger {
    width: 240px;
    color: #fff;
    background-color: #b1b3b4;
  }
  /* ----ラジオボタン、チェックボックス---- */
  .radio {
    margin-right: 10px;
  }
  .checkbox {
    margin-right: 10px;
  }
  /* ----EFO---- */
  .efo-icon {
    border: none;
    vertical-align: middle;
  }
  input[type="text"].efo-error,
  input[type="tel"].efo-error,
  input[type="email"].efo-error,
  input[type="search"].efo-error,
  input[type="password"].efo-error,
  input[type="url"].efo-error,
  input[type="number"].efo-error,
  select.efo-error,
  textarea.efo-error {
    background-color: #f2dede;
  }
  input[type="text"].efo-valid,
  input[type="tel"].efo-valid,
  input[type="email"].efo-valid,
  input[type="search"].efo-valid,
  input[type="password"].efo-valid,
  input[type="url"].efo-valid,
  input[type="number"].efo-valid,
  select.efo-valid,
  textarea.efo-valid {
    background-color: #e9f2d7;
  }
  /* ----テーブル---- */
  .table,
  .table td,
  .table th {
    border-collapse: collapse;
    border: 1px solid #b1b3b4;
    letter-spacing: 0.03em;
  }
  .table td,
  .table th {
    padding: 10px;
  }
  .table th {
    font-weight: bold;
    background-color: #f3f3f3;
  }
  /* ----テキストカラー----*/
  .text-muted {
    color: #777;
  }
  .text-warning {
    color: #8a6d3b;
  }
  .text-danger {
    color: #a94442;
  }
  .default-price {
    text-decoration: line-through;
    font-weight: bold;
  }
  .net-price {
    color: #555;
  }
  .exchange-price {
    color: #555;
  }
  /* ----プロモーションメッセージ--- */
  .promotion-criteria,
  .promotion-benefit {
    color: #f00;
    font-weight: bold;
  }
  /* ----商品説明リスト---- */
  .goods-detail-description {
    display: table;
    width: 100%;
  }
  .goods-detail-description dt {
    display: table-cell;
    width: 100px;
    font-weight: bold;
  }
  .goods-detail-description dd {
    display: table-cell;
  }
  /* ----パネル---- */
  .panel {
    padding: 10px;
    overflow: hidden;
    border: solid 1px #b1b3b4;
    background: #fff;
  }
  /* ----バッジ---- */
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background-color: #777;
  }
  .badge:empty {
    display: none;
  }
  /* ----ページャー---- */
  .pager {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .pager > * {
    display: inline-block;
    vertical-align: top;
  }
  .pager-scope {
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
  }
  .pager-total {
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
  }
  .pagination {
    display: inline-block;
    vertical-align: middle;
  }
  .pagination a {
    color: #3b4043;
  }
  .pagination > * {
    list-style-type: none;
    float: left;
    margin-left: 4px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #b1b3b4;
    font-size: 13px;
  }
  .pagination > .disabled {
    color: #777;
  }
  .pager-current {
    border: 1px solid #ee696f;
    color: #ee696f;
  }
  /* ----画像センタリング配置---- */
  .img-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-center img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  /* ----ツールチップ---- */
  .balloontip {
    min-width: 20px;
    padding: 10px;
    border-radius: 6px;
    opacity: 1;
    z-index: 32767;
    text-align: left;
    font-size: 12px;
    border: 1px solid #777777;
    box-shadow: #555555 4px 4px 4px;
    color: white;
    background: #333;
  }
  /* ----ドロップダウン---- */
  .dropdown {
    z-index: 11000;
  }
  .dropdown li {
    background: #444;
  }
  .dropdown li span {
    display: block;
    padding: 13px 15px;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }
  .dropdown li span:hover {
    background: #616d0b;
  }
  /* ----モーダルダイアログ---- */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10000;
  }
  .modal-overlay-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10002;
  }
  .modal-alert {
    width: 400px;
    z-index: 10003;
  }
  .modal-dialog {
    width: 600px;
    z-index: 10001;
  }
  .modal-header {
    padding: 15px 20px 15px;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    border-bottom: none;
    line-height: 1;
    color: #fff;
    background-color: #333;
  }
  .modal-content {
    background: #eee;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-body p {
    margin-bottom: 20px;
  }
  .modal-body li {
    border-bottom: 1px dotted #444;
  }
  .modal-body li a {
    padding: 12px;
    color: #4da7ba;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 560px;
    font-size: 16px;
  }
  .modal-body li a i {
    margin: 0 10px 0 auto;
    color: #444;
    font-size: 16px;
  }
  .modal-body li a:hover {
    text-decoration: none;
  }
  .modal-body li a:hover i {
    color: #4da7ba;
    text-decoration: none;
  }
  .modal-footer {
    padding: 0 10px 15px;
  }
  .modal-alert .modal-footer {
    text-align: center;
  }
  .modal-alert .modal-footer input {
    width: 40%;
  }
  .modal-close {
    display: block;
    width: 18px;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
  }
  .modal-dialog .modal-footer {
    text-align: center;
  }
  .modal-dialog .modal-footer .btn {
    min-width: 150px;
    margin-right: 5px;
  }
  /* ----ホワイトスペース制御----*/
  .white-space-pre-wrap {
    white-space: pre-wrap;
  }
  /* ----表示・非表示---- */
  .hidden {
    display: none;
  }
  .show {
    display: block;
  }
  /* ----サイクル情報編集---- */
  .block-regular-cycle--cycle-sub-type {
    margin-bottom: 10px;
    padding: 20px;
    background: #f3f3f3;
  }
  .block-regular-cycle--deliv_date {
    width: 100%;
    margin: 20px 0;
  }
  .block-regular-cycle--deliv_date--prev-expected-dt {
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
  }
  .block-regular-cycle--deliv_date--next-expected-dt {
    border: 1px dotted #ccc;
  }
  .block-regular-cycle--deliv_date--prev-expected-dt-title,
  .block-regular-cycle--deliv_date--next-expected-dt-title {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    background-color: #f3f3f3;
    border-bottom: 1px dotted #ccc;
  }
  .block-regular-cycle--deliv_date--prev-expected-dt-date,
  .block-regular-cycle--deliv_date--next-expected-dt-date {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
  }
  /* ----会員規約画面---- */
  .block-member-terms--header {
    margin-top: 0;
  }
  .block-member-terms--body {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  /* ----会員登録画面---- */
  .block-member-info--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  .block-member-info input[name="name"],
  .block-member-info input[name="name2"],
  .block-member-info input[name="kana"],
  .block-member-info input[name="kana2"] {
    max-width: 200px;
  }
  /* ----アドレス帳の新規登録・変更画面---- */
  .block-shipping-address--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  .block-shipping-address input[name="name"],
  .block-shipping-address input[name="name2"],
  .block-shipping-address input[name="kana"],
  .block-shipping-address input[name="kana2"] {
    max-width: 200px;
  }
  /* ----ログイン画面---- */
  .block-login--member-message {
    margin: 0 0 20px;
    letter-spacing: 0.03em;
  }
  .block-login--input-items {
    width: 700px;
    margin: 20px auto;
  }
  .block-login--uid input,
  .block-login--pwd input {
    width: 350px;
  }
  .block-login--uid .form-label,
  .block-login--pwd .form-label {
    width: 180px;
  }
  .block-login--login {
    width: 320px;
  }
  .block-login--ask-password {
    margin-top: 10px;
    text-align: center;
  }
  .block-login--ask-password a {
    font-size: 14px;
    color: #3b4043;
    text-decoration: underline;
  }
  .block-login--entry {
    width: 160px;
  }
  .block-login--first-time-body {
    overflow: hidden;
    background: #fff;
    letter-spacing: 0.03em;
  }
  .block-login--first-time hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block-login--member-body {
    display: table;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0 0 40px;
  }
  .block-login--member-frame {
    display: table-cell;
  }
  .block-login--amazon-body {
    display: table-cell;
    padding-left: 20px;
  }
  .block-login--amazon-login {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .block-login--guest {
    margin-top: 10px;
    font-size: 14px;
    width: 240px;
  }
  .block-login--member-info-value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  /* ----入荷案内申し込み商品画面---- */
  .block-arrival-notice-list--form li {
    margin-bottom: 20px;
  }
  .block-arrival-notice-list--goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .block-arrival-notice-list--image {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
  .block-arrival-notice-list--description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .block-arrival-notice-list--delete-item {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    text-align: center;
  }
  .block-arrival-notice-list--image figure {
    background: #f3f3f3;
    width: 142px;
    height: 142px;
  }
  .block-arrival-notice-list--goods-name a {
    color: #000;
    text-decoration: underline;
  }
  .block-arrival-notice-list--price-title,
  .block-arrival-notice-list--price {
    display: inline-block;
  }
  .block-arrival-notice-list--update-dt dt,
  .block-arrival-notice-list--update-dt dd {
    display: inline-block;
  }
  /* ----購入履歴一覧画面---- */
  .block-purchase-history--table {
    margin: 5px 0 20px;
    width: 100%;
  }
  .block-purchase-history--table th {
    font-size: 14px;
    text-align: left;
  }
  .block-purchase-history--table td {
    padding: 20px;
    border: none;
  }
  .block-purchase-history--table a {
    color: #3b4043;
  }
  .block-purchase-history--order-id a {
    text-decoration: underline;
  }
  .block-purchase-history--order-detail-reorder {
    margin: 20px 0 0 0;
  }
  .block-purchase-history--order-detail-reorder a {
    display: block;
    padding: 12px 6px;
    text-decoration: underline;
    border: 1px solid #d0d0d0;
  }
  .block-purchase-history--status a:hover {
    text-decoration: none;
  }
  /* ----購入履歴詳細画面---- */
  .block-purchase-history-detail--order-info {
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .block-purchase-history-detail--order-info-left {
    width: 65%;
  }
  .block-purchase-history-detail--order-info-right {
    width: 35%;
    padding: 0 0 0 10px;
  }
  .block-purchase-history-detail--order-info-table {
    width: 100%;
  }
  .block-purchase-history-detail--order-info-table th {
    width: 250px;
    text-align: left;
  }
  .block-purchase-history-detail--order-body {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  .block-purchase-history-detail--order-body-left {
    width: 65%;
  }
  .block-purchase-history-detail--order-body-right {
    width: 35%;
    padding: 0 0 0 10px;
  }
  .block-purchase-history-detail--order-detail-items {
    width: 100%;
  }
  .block-purchase-history-detail--order-detail-items tbody {
    text-align: right;
  }
  .block-purchase-history-detail--order-detail-items tbody tr:nth-of-type(1),
  .block-purchase-history-detail--order-detail-items tbody tr:nth-of-type(2) {
    text-align: left;
  }
  .block-purchase-history-detail--payment-info-items {
    width: 100%;
  }
  .block-purchase-history-detail--point-message {
    margin: 5px 0;
  }
  .block-purchase-history-detail--shipping-info {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .block-purchase-history-detail--shipping-info-left {
    width: 65%;
  }
  .block-purchase-history-detail--shipping-info-right {
    width: 35%;
    padding: 0 0 0 10px;
  }
  .block-purchase-history-detail--sender-items {
    width: 100%;
  }
  .block-purchase-history-detail--shipping-info-items {
    width: 100%;
  }
  .block-purchase-history-detail--shipping-info-items th {
    width: 250px;
    text-align: left;
  }
  .block-purchase-history-detail--shiment-address {
    margin: 10px 0;
  }
  .block-purchase-history-detail--shipment-items {
    width: 100%;
  }
  .block-purchase-history-detail--shipment-items a {
    color: #3b4043;
  }
  .block-purchase-history-detail--csv-info-items {
    width: 100%;
    margin: 10px 0;
  }
  .block-purchase-history-detail--csv-info-items th {
    width: 250px;
  }
  .block-purchase-history-detail--invoice {
    margin: 5px 0;
    width: 100%;
  }
  .block-purchase-history-detail--invoice dt {
    display: inline-block;
    font-weight: bold;
  }
  .block-purchase-history-detail--invoice dd {
    display: inline-block;
  }
  .block-purchase-history-detail--track-shipment {
    margin: 5px 0;
    width: 100%;
  }
  .block-purchase-history-detail--track-shipment dt {
    display: inline-block;
    font-weight: bold;
  }
  .block-purchase-history-detail--track-shipment dd {
    display: inline-block;
  }
  .block-purchase-history-detail--append-items {
    width: 100%;
  }
  .block-purchase-history-detail--append-items th {
    width: 250px;
  }
  .block-purchase-history-detail .block-purchase-history-detail--add-goods {
    width: 300px;
  }
  .block-purchase-history-detail .block-purchase-history-detail--contact {
    width: 300px;
  }
  .block-purchase-history-detail .block-purchase-history-detail--cancel {
    width: 250px;
  }
  .block-purchase-history-detail--child-order-id a {
    text-decoration: underline;
  }
  .block-purchase-history-detail--parent-order-id a {
    text-decoration: underline;
  }
  .block-purchase-history-detail--regular-sales-include a {
    text-decoration: underline;
  }
  /* ----ご注文キャンセル画面---- */
  .block-order-cancellation--order-info {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .block-order-cancellation--shiment-address {
    margin: 10px 0;
  }
  .block-order-cancellation--payment-info-items {
    width: 100%;
  }
  .block-order-cancellation--order-items {
    width: 100%;
  }
  .block-order-cancellation--order-items tbody th {
    text-align: right;
  }
  /* ----定期購入商品一覧画面---- */
  .block-regular-purcharse-list--table {
    margin: 5px 0;
    width: 100%;
  }
  .block-regular-purcharse-list--regular-sales a {
    color: #3b4043;
    text-decoration: underline;
  }
  /* ----定期購入商品詳細画面---- */
  .block-regular-purcharse-detail--body {
    margin: 10px 0;
    width: 100%;
  }
  .block-regular-purcharse-detail--regular-sales-items {
    width: 100%;
  }
  .block-regular-purcharse-detail--regular-sales-items th {
    width: 250px;
    text-align: left;
  }
  .block-regular-purcharse-detail--shipment-address {
    margin: 10px 0 30px;
  }
  .block-regular-purcharse-detail--update-address {
    margin: 10px 0;
  }
  .block-regular-purcharse-detail--goods-items {
    width: 100%;
  }
  .block-regular-purcharse-detail--append-items {
    width: 100%;
  }
  .block-regular-purcharse-detail--append-items th {
    width: 250px;
  }
  .block-regular-purcharse-detail--include-items {
    width: 100%;
  }
  .block-regular-purcharse-detail--include-items th {
    width: 250px;
  }
  .block-regular-purcharse-detail--action-message {
    margin-top: 10px;
  }
  .block-regular-purcharse-list--order-id a {
    text-decoration: underline;
  }
  /* ----定期購入商品カード情報確認画面---- */
  .block-regular-purchase-creditcard-info-confirmation--regular-purchase-items {
    width: 100%;
  }
  .block-regular-purchase-creditcard-info-confirmation--regular-purchase-items th {
    width: 250px;
  }
  .block-regular-purchase-creditcard-info-confirmation--goods-table {
    width: 100%;
    margin: 10px 0;
  }
  .block-regular-purchase-creditcard-info-confirmation--card-info-items {
    width: 100%;
  }
  .block-regular-purchase-creditcard-info-confirmation--card-info-items th {
    width: 250px;
  }
  /* ----定期購入商品カード情報変更画面---- */
  .block-update-regular-purchase-creditcard-info--regular-purchase-info-items {
    width: 100%;
  }
  .block-update-regular-purchase-creditcard-info--regular-purchase-info-items th {
    width: 250px;
  }
  .block-update-regular-purchase-creditcard-info--goods-table {
    width: 100%;
    margin: 10px 0;
  }
  /* ----定期購入商品配送先変更画面---- */
  .block-regular-purcharse-shipment-info-update--new-address,
  .block-regular-purcharse-shipment-info-update--old-address {
    margin: 10px 0;
  }
  /* ----定期購入商品サイクル情報変更画面---- */
  .block-regular-purcharse-cycle-info-update h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px 0;
  }
  .block-regular-purcharse-cycle-info-update--body {
    margin: 10px 0;
    width: 100%;
  }
  .block-regular-purcharse-cycle-info-update--regular-sales-items {
    width: 100%;
  }
  .block-regular-purcharse-cycle-info-update--regular-sales-items th {
    width: 250px;
    text-align: left;
  }
  .block-regular-purcharse-cycle-info-update--shipment-address {
    margin: 10px 0 30px;
  }
  .block-regular-purcharse-cycle-info-update--goods-items {
    width: 100%;
  }
  /* ----定期購入商品解約画面---- */
  .block-regular-purcharse-cancellation--goods-items {
    margin: 10px 0;
    width: 100%;
  }
  .block-regular-purcharse-cancellation--message {
    text-align: center;
  }
  /* ----カード情報確認画面---- */
  .block-credit-card-confirmation--credit-card-info-table {
    width: 100%;
  }
  .block-credit-card-confirmation--credit-card-info-table th {
    width: 250px;
    text-align: left;
  }
  /* ----お問い合わせ画面---- */
  .block-inquiry--inquiry-body .form-label,
  .block-inquiry--inquiry-body .constraint {
    vertical-align: top;
    padding-top: 8px;
  }
  /* ----お問い合わせ履歴一覧画面---- */
  .block-inquiry-history--body li {
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #b1b3b4;
  }
  .block-inquiry-history--body li span {
    margin: 0 10px 0 0;
  }
  .block-inquiry-history--body li span a {
    color: #3b4043;
  }
  /* ----お問い合わせ履歴詳細画面---- */
  .block-inquiry-history-detail--form {
    margin: 20px 0;
  }
  .block-inquiry-history-detail--message {
    text-align: center;
  }
  .block-inquiry-history-detail--inquiry-body {
    margin: 20px 0;
  }
  .block-inquiry-history-detail--inquiry-body textarea {
    width: 100%;
  }
  .block-inquiry-history-detail--item dt {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .block-inquiry-history-detail--contact-name {
    width: 80%;
  }
  .block-inquiry-history-detail--update-dt {
    width: 20%;
    text-align: right;
    font-weight: normal;
  }
  .block-inquiry-history-detail--message-confirm {
    text-align: center;
  }
  .block-inquiry-history-detail--inquiry-body-confirm {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #b1b3b4;
  }
  /* ----ポイント履歴一覧画面---- */
  .block-point-history-list--point {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    color: #ee696f;
  }
  .block-point-history-list--message {
    margin: 5px 0;
  }
  .block-point-history-list--items {
    margin: 5px 0;
    width: 100%;
  }
  /* ----所持クーポン一覧画面---- */
  .block-coupon-list--table {
    margin: 5px 0;
    width: 100%;
  }
  .block-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px;
  }
  /* ----店舗クーポン一覧画面---- */
  .block-store-coupon-list--table {
    margin: 5px 0;
    width: 100%;
  }
  .block-store-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px;
  }
  /* ----ログアウト画面---- */
  .block-logout--message a {
    text-decoration: underline;
    color: #3b4043;
  }
  .block-logout--message a:hover {
    text-decoration: none;
  }
  /* ----パスワード再設定---- */
  .block-reset-password--tel {
    border-bottom: 1px solid #b1b3b4;
  }
  /* 商品詳細ユーザーレビュー */
  .block-goods-user-review h2 {
    background-color: #f3f3f3;
    font-size: 22px;
    padding: 10px 15px;
  }
  .block-goods-user-review--score dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
  }
  .block-goods-user-review--score dd {
    display: inline-block;
    vertical-align: top;
    height: 21px;
  }
  .block-goods-user-review--score dd img {
    height: 21px;
  }
  .block-goods-user-review--count dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
  }
  .block-goods-user-review--count dd {
    display: inline-block;
  }
  .block-goods-user-review--need-login-message a {
    text-decoration: underline;
  }
  .block-goods-user-review--write-review-link {
    text-decoration: underline;
  }
  .block-goods-user-review--description {
    margin: 10px 0;
  }
  .block-goods-user-review--item {
    margin-top: 15px;
  }
  .block-goods-user-review--item-title {
    font-weight: bold;
    font-size: 16px;
  }
  .block-goods-user-review--item-score dt {
    margin: 0 0 5px 0;
    height: 14px;
  }
  .block-goods-user-review--item-score dt img {
    height: 14px;
  }
  .block-goods-user-review--item-size dt,
  .block-goods-user-review--item-color dt,
  .block-goods-user-review--item-name dt,
  .block-goods-user-review--item-size dd,
  .block-goods-user-review--item-color dd,
  .block-goods-user-review--item-name dd,
  .block-goods-user-review--item-moderate-underestimate dt,
  .block-goods-user-review--item-moderate-underestimate dd,
  .block-goods-user-review--item-moderate-overestimate dt,
  .block-goods-user-review--item-moderate-overestimate dd {
    display: inline-block;
  }
  .block-goods-user-review--item-moderate-link,
  .block-goods-user-review--item-moderate-other-link {
    text-decoration: underline;
  }
  .block-goods-user-review--pagenav {
    background: #f0f0f0 none repeat scroll 0 0;
    clear: both;
    margin: 0 0 10px;
    padding: 5px;
  }
  .block-goods-user-review--pager-now {
    color: #c00;
  }
  .block-goods-user-review--item-comment {
    margin: 5px 0;
  }
  .block-goods-user-review--write-review-btn {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 6px 0;
    width: 160px;
  }
  /* ----ユーザーレビュー画面---- */
  .block-user-review--score .form-label,
  .block-user-review--score .constraint {
    vertical-align: top;
    padding-top: 8px;
  }
  .block-user-review--review-body .form-label,
  .block-user-review--review-body .constraint {
    vertical-align: top;
    padding-top: 8px;
  }
  .block-user-review--evaluation-score img {
    height: 21px;
  }
  .block-user-review--evaluator-name dt,
  .block-user-review--evaluator-name dd {
    display: inline-block;
  }
  .block-user-review--review-comment {
    margin: 10px 0;
  }
  /* ----注文フロー右サイドエリア----*/
  .block-cart--container,
  .block-order-method--container,
  .block-order-estimate--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .block-cart--container .order-side-area-fixed,
  .block-order-method--container .order-side-area-fixed,
  .block-order-estimate--container .order-side-area-fixed {
    display: inline-block;
    position: fixed;
    top: 75px;
    z-index: 1;
  }
  .block-cart--container .order-side-area-end,
  .block-order-method--container .order-side-area-end,
  .block-order-estimate--container .order-side-area-end {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* ----カートアイテム ---- */
  .block-cart--infomation {
    background: #fff;
    border: 1px solid #666;
    margin: 20px auto;
    padding: 10px;
    text-align: left;
    width: 800px;
  }
  .block-cart--order-button-description {
    font-size: 12px;
    text-align: center;
  }
  .block-cart--amazonpay {
    border-top: 1px solid #9f9c97;
    padding: 0;
    margin-top: 5px;
    text-align: center;
  }
  .block-cart--amazonpay-description {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
  }
  .block-cart--container {
    position: relative;
    overflow: hidden;
  }
  .block-cart--goods-list-image {
    float: left;
    margin: 0 15px 0 0;
    background: #f3f3f3;
    width: 200px;
    height: 200px;
  }
  .block-cart--goods-list-item-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }
  .block-cart--goods-list-item-name a {
    color: #3b4043;
  }
  .block-cart .block-icon {
    margin: 0 15px 0 0;
  }
  .block-cart--goods-list-item {
    max-width: 720px;
    margin: 8px 0 8px 0;
  }
  .block-cart--goods-list-item-price-info {
    float: left;
    text-align: left;
    margin: 8px 10px 0 10px;
  }
  .block-cart--goods-list-item-price-info span {
    font-size: 16px;
    font-weight: bold;
  }
  .block-cart--goods-list-item-input {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .block-cart--goods-list-item-qty {
    position: relative;
    margin: 0 0 10px 0;
  }
  .block-cart--goods-list-item-qty input {
    width: 100%;
    padding: 6px 10px 6px 10px;
    box-sizing: border-box;
  }
  .block-cart--goods-list-item-qty:after {
    position: absolute;
    top: 4px;
    right: 28px;
    content: "";
    width: 1px;
    height: 27px;
    background: #ccc;
  }
  .block-cart--goods-list-item-qty-plus {
    position: absolute;
    top: 6px;
    right: 10px;
  }
  .block-cart--goods-list-item-qty-minus {
    position: absolute;
    top: 21px;
    right: 10px;
  }
  .block-cart--goods-list-item-calc-btn {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .block-cart--goods-list-item-delete {
    cursor: pointer;
    font-size: 14px;
    border: none;
    text-decoration: underline;
    background: none;
    width: 100%;
  }
  /* カート左エリア */
  .block-cart--contents {
    width: 700px;
    float: left;
    background: #fff;
    border: solid 1px #b1b3b4;
  }
  .block-cart--goods-list li:last-child {
    padding: 0;
    border: none;
  }
  .block-cart--goods-list li {
    position: relative;
    margin: 20px;
    padding: 0 0 12px 0;
    overflow: hidden;
    border-bottom: solid 1px #b1b3b4;
    letter-spacing: 0.03em;
  }
  /* カート右サイドエリア */
  .block-cart--side-area {
    position: relative;
    float: left;
  }
  .block-cart--side-contents {
    width: 280px;
    margin: 0 0 0 20px;
  }
  .block-cart--procedure {
    border: solid 1px #b1b3b4;
    background: #fff;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .block-cart--procedure-container {
    padding: 10px;
    overflow: hidden;
  }
  .block-cart--order-btn {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }
  .block-cart--order-btn-gift {
    display: block;
    margin: 20px 0 10px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }
  .block-cart--subtotal {
    text-align: center;
    padding: 8px 0;
    letter-spacing: 0.03em;
  }
  .block-cart .block-exchange-price {
    text-align: center;
    margin-bottom: 8px;
  }
  .block-cart--subtotal-price span {
    font-size: 18px;
    font-weight: bold;
  }
  .block-cart--continue-shopping {
    text-align: right;
    margin-bottom: 40px;
  }
  .block-cart--promotion {
    text-align: center;
  }
  .block-cart--promotion dd,
  .block-cart--promotion dt {
    display: inline-block;
    margin-bottom: 10px;
  }
  .block-cart--promotion-discount {
    font-size: 13px;
    font-weight: bold;
  }
  .block-cart--continue-shopping-link {
    cursor: pointer;
    font-size: 14px;
    border: none;
    text-decoration: underline;
    background: none;
    letter-spacing: 0.03em;
  }
  .block-promotion-message--content {
    border: 1px solid #f00;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
    font-size: 12px;
  }
  .block-promotion-message--content span {
    color: #f00;
    font-weight: bold;
    font-size: 13px;
  }
  a.block-promotion-message--info {
    text-decoration: none;
  }
  /* ---------------------- */
  /* ----通常の注文--------- */
  /* ---------------------- */
  /* ----カート画面直後のAmazonPayローディング---- */
  .block-order-amazonpay--loading {
    text-align: center;
  }
  /* ----アマゾンウィジェット---- */
  .block-order-estimate--amazonpay-address-widget,
  .block-order-amazonpay--address-widget,
  .block-amazon--address-widget {
    width: 600px;
    margin: 0 auto;
    height: 270px;
    padding: 5px 0;
    box-sizing: content-box;
  }
  /* ----注文方法指定画面---- */
  /* 共通設定 */
  .block-order-method--regular-content,
  .block-order-method--host-confirmation,
  .block-order-method--dest-content,
  .block-order-method--goods-content,
  .block-order-method--spec-content,
  .block-order-method--payment-content,
  .block-order-method--host-content {
    margin: 0 0 80px 0;
  }
  .block-order-method h2 {
    display: block;
    padding: 15px;
    background: #f3f3f3;
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 0.09em;
  }
  .block-order-method h3 {
    font-weight: bold;
    margin: 0 0 12px 0;
    font-size: 18px;
    letter-spacing: 0.09em;
  }
  .block-order-method address {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .block-order-method .block-icon {
    margin: 0 15px 0 0;
  }
  .block-order-method dt {
    font-weight: bold;
  }
  .block-order-method--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .block-order-method--contents {
    float: left;
  }
  .block-order-method--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  /* 右サイドエリア */
  .block-order-method--side-area {
    position: relative;
    float: left;
  }
  .block-order-method--side-contents {
    background: #eee;
    width: 300px;
    margin: 0 0 0 20px;
  }
  .block-order-method--procedure {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .block-order-method--next-btn {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 14px 0;
  }
  /* お届け先 */
  .block-order-method--dest-item:first-child {
    padding: 0 0 20px;
  }
  .block-order-method--dest-item {
    border-bottom: solid 1px #b1b3b4;
    padding: 20px 0;
    overflow: hidden;
  }
  .block-order-method--dest-item address {
    float: left;
  }
  .block-order-method--dest-title-salesinclude {
    display: block;
    padding: 3px 10px;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    background: #f3f3f3;
  }
  .block-order-method--dest-item-salesinclude {
    font-weight: bold;
  }
  .block-order-method--dest-change {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f3f3f3;
    border: 1px solid #b1b3b4;
  }
  .block-order-method--dest-change strong {
    font-weight: bold;
  }
  .block-order-method--dest-change span {
    margin-left: 20px;
    font-size: 12px;
  }
  .block-order-method--dest-add {
    padding: 20px 0;
  }
  .block-order-method--dest-item-edit {
    text-align: right;
  }
  .block-order-method--dest-list address {
    margin: 0 0 0 28px;
  }
  /* 商品情報 */
  .block-order-method--goods-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .block-order-method--goods-item-image {
    float: left;
    margin: 0 20px 0 0;
    background: #f3f3f3;
    width: 150px;
    height: 150px;
  }
  .block-order-method--goods-item-name,
  .block-order-method--goods-item-set-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }
  .block-order-method--sales-detail-append-item {
    overflow: hidden;
  }
  /* 配送方法 */
  .block-order-method--spec-content dl {
    margin: 0 0 10px 0;
    letter-spacing: 0.03em;
  }
  .block-order-method--spec-content dl dt {
    float: left;
  }
  .block-order-method--spec-content dl dd {
    margin-left: 8em;
  }
  /* お支払い情報 */
  .block-order-method--coupon-content,
  .block-order-method--promotion-content,
  .block-order-method--point-use,
  .block-order-method--payment-method {
    margin: 0 0 30px 0;
  }
  .block-order-method--payment-method-select li {
    margin: 0 0 10px 0;
  }
  .block-order-method--payment-method-select li .help-block {
    display: inline-block;
    margin-left: 30%;
  }
  .block-order-method--point-use-select {
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #b1b3b4;
  }
  .block-order-method--point-use-select input {
    vertical-align: baseline;
  }
  .block-order-method--point-use-select label {
    cursor: pointer;
    padding: 0 23px 0 5px;
  }
  .block-order-method--current-point {
    margin: 0 0 10px 0;
  }
  .block-order-method--current-point-num {
    font-weight: bold;
  }
  .block-order-method--coupon-available-btn {
    margin: 0 0 0 14px;
  }
  /* その他 */
  .block-order-method--sales-append-content {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
  }
  .block-order-method--sales-append-content .form-label,
  .block-order-method--sales-append-content .constraint {
    background-color: #f3f3f3;
  }
  .block-order-method--sales-append-content .form-group:not(:last-child) {
    border-bottom: solid 1px #b1b3b4;
  }
  /* クーポンダイアログ */
  .block-order-method--coupondialog-wrapper {
    max-height: 300px;
    overflow-y: auto;
  }
  .block-order-method--coupondialog-table {
    width: 100%;
  }
  .block-order-method--coupondialog-table td {
    background: #fff;
  }
  .block-order-method--coupondialog-header-code {
    width: 180px;
  }
  .block-order-method--coupondialog-header-select {
    width: 180px;
  }
  /* ---- 注文内容確認(通常フロー) ---- */
  /* クレジットカード設定 */
  .block-order-estimate--pay-input {
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 1px solid #b1b3b4;
  }
  .block-order-estimate--pay-header {
    background: #333;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #fff;
  }
  .block-order-estimate--pay-input .form-group .form-label {
    width: 25%;
  }
  .block-order-estimate--pay-savecard,
  .block-order-estimate--pay-selectcard {
    padding: 0 0 0 20px;
  }
  .block-order-estimate--pay-input .block-common-alert-list {
    margin: 10px;
  }
  /* 画面内共通設定 */
  .block-order-estimate--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .block-order-estimate h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0 10px 0;
  }
  .block-order-estimate h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.09em;
    margin: 0 0 12px 0;
  }
  .block-order-estimate h3 a {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 20px;
    padding: 6px 0;
    width: 70px;
  }
  .block-order-estimate--salesinclude-btn {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 5px !important;
    width: 120px !important;
  }
  .block-order-estimate address {
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    letter-spacing: 0.03em;
  }
  .block-order-estimate--point,
  .block-order-estimate--entry-customer-point {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
  }
  .block-order-estimate--confirmation,
  .block-order-estimate--date-spec-confirmation,
  .block-order-estimate--novelty,
  .block-order-estimate--goods-content,
  .block-order-estimate--sales-append,
  .block-order-estimate--regular-cycle-confirmation,
  .block-order-estimate--comment-content,
  .block-order-estimate--entry,
  .block-order-estimate--amazonpay-login {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px;
    letter-spacing: 0.03em;
  }
  .block-order-estimate--comment-content {
    border: none;
    padding: 0;
  }
  .block-order-estimate--procedure {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 4px;
  }
  /* 注文内容確認左サイドエリア */
  .block-order-estimate--content {
    float: left;
  }
  /* お届け先情報 */
  .block-order-estimate--confirmation {
    overflow: hidden;
  }
  .block-order-estimate--confirmation-list {
    width: 350px;
    display: inline-block;
    vertical-align: top;
  }
  .block-order-estimate--confirmation-list li {
    padding: 0 0 20px 0;
  }
  .block-order-estimate--confirmation-list-full li {
    padding: 0 0 20px 0;
  }
  .block-order-estimate--amazonpay-wallet {
    border: 1px solid #b1b3b4;
    clear: both;
  }
  .block-order-estimate--amazonpay-wallet-header {
    background: #333;
    padding: 10px;
    color: #fff;
  }
  .block-order-estimate--amazonpay-wallet-content {
    margin: 15px auto;
    height: 270px;
  }
  .block-order-estimate--amazonpay-wallet-widget {
    margin: 0 auto;
    width: 600px;
  }
  /* 配送希望情報 */
  .block-order-estimate--date-spec-confirmation {
    overflow: hidden;
  }
  .block-order-estimate--confirmation-message {
    color: #555;
    font-size: 12px;
  }
  /* ノベルティ商品のノベルティ選択 */
  .block-order-estimate--novelty-item label {
    cursor: pointer;
  }
  .block-order-estimate--novelty-item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .block-order-estimate--novelty-item-image,
  .block-order-estimate--novelty-item-goods {
    display: table-cell;
    vertical-align: middle;
  }
  .block-order-estimate--novelty-item-image {
    width: 200px;
  }
  .block-order-estimate--novelty-item-goods {
    padding-left: 10px;
    width: auto;
  }
  .block-order-estimate--novelty-item-image figure {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
  }
  /* ご注文商品 */
  .block-order-estimate--goods-list li {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  .block-order-estimate--goods-item-image {
    float: left;
    margin: 0 20px 0 0;
    background: #f3f3f3;
    width: 150px;
    height: 150px;
  }
  .page-estimate .block-icon {
    margin: 0 15px 0 0;
  }
  .block-order-estimate--goods-item {
    float: left;
    width: 50%;
  }
  .block-order-estimate--goods-item-comment {
    overflow: hidden;
  }
  .block-order-estimate--amt {
    width: 140px;
    margin: 0 10px 0 0;
    font-weight: bold;
  }
  .block-order-estimate--goods-item-name,
  .block-order-estimate--goods-item-set-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }
  /* ご注文商品 注文明細拡張情報 */
  .block-order-estimate--sales-detail-append-link-edit {
    text-decoration: underline;
  }
  /* その他 */
  .block-order-estimate--sales-append-list {
    width: 100%;
  }
  .block-order-estimate--sales-append-list th {
    padding: 12px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #999;
    color: #fff;
    border-top: 1px solid #b1b3b4;
    border-left: 1px solid #b1b3b4;
    border-bottom: 1px solid #b1b3b4;
    width: 30%;
  }
  /* AmazonPayログイン */
  .block-order-estimate--amazonpay-loginform {
    margin: 10px 0 0 0;
  }
  .block-order-estimate--amazonpay-loginform .form-label {
    text-align: left;
  }
  /* 備考 */
  .block-order-estimate--comment-content textarea {
    width: 100%;
  }
  /* 注文内容確認右サイドエリア */
  .block-order-estimate--order-terms-link {
    text-decoration: underline;
    cursor: pointer;
  }
  .block-order-estimate--order-terms-link:hover {
    text-decoration: none;
  }
  .block-order-estimate--agreebody {
    width: 100%;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
  }
  .block-order-estimate--side-area {
    position: relative;
    float: left;
  }
  .block-order-estimate--side-contents {
    width: 300px;
    margin: 0 0 0 20px;
  }
  .block-order-estimate--procedure-container {
    padding: 14px;
    letter-spacing: 0.03em;
  }
  .block-order-estimate--commit {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .block-order-estimate--commit p {
    font-size: 13px;
  }
  .block-order-estimate--commit-btn {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    padding: 14px 0;
  }
  .block-order-estimate--total {
    text-align: center;
    padding: 8px;
    margin: 20px 0;
    background: #fff;
    font-size: 18px;
  }
  .block-order-estimate .block-exchange-price {
    text-align: center;
    margin-bottom: 12px;
  }
  .block-order-estimate--total-price {
    font-size: 18px;
    font-weight: bold;
  }
  .block-order-estimate--total-tax {
    font-size: 11px;
  }
  .block-order-estimate--point-add {
    overflow: hidden;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #b1b3b4;
    font-size: 14px;
  }
  .block-order-estimate--point-add dt {
    float: left;
    width: 40%;
  }
  .block-order-estimate--point-add dd {
    float: left;
    width: 60%;
    text-align: right;
  }
  .block-order-estimate--point-add-num {
    color: #f00;
    font-size: 16px;
  }
  .block-order-estimate--point-add dd + dd {
    width: 100%;
    color: #f00;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px;
  }
  .block-order-estimate--price-items {
    letter-spacing: -.4em;
    font-size: 14px;
    color: #555;
    margin: 10px 0 0 0;
  }
  .block-order-estimate--price-items dt {
    display: inline-block;
    letter-spacing: normal;
    width: 60%;
    margin: 0 0 10px 0;
  }
  .block-order-estimate--price-items dd {
    display: inline-block;
    letter-spacing: normal;
    text-align: right;
    width: 40%;
  }
  /* メッセージ「クール便追加料金を含む」 */
  dd.block-order-estimate--cool-postage {
    width: 100%;
    text-align: right;
    margin: 0 0 10px 0;
  }
  .block-order-estimate--promotion-novelty-helper {
    border: 1px solid #f00;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
  }
  /* お届け先の変更(ダイアログ)*/
  .block-order-estimate--address-frame {
    background: #f3f3f3;
    max-width: 725px;
    margin: 0 auto;
  }
  .block-order-estimate--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  /* ×ボタン */
  .block-order-estimate--address-frame-close {
    position: relative;
    cursor: pointer;
  }
  .block-order-estimate--address-frame-close span {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
  }
  .block-order-estimate--address-frame-close span:before {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .block-order-estimate--address-frame-close span:after {
    position: absolute;
    top: 0;
    right: 6px;
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* お届け先の変更 */
  .block-order-estimate--address-frame h2 {
    color: #fff;
    background: #333;
    border-bottom: none;
    font-size: 21px;
    margin: 0 0 20px;
    padding: 10px 10px 10px;
  }
  .block-order-estimate--dest-address-item-register-input-title {
    font-weight: bold;
  }
  .block-order-estimate--dest-address-select,
  .block-order-estimate--amazonpay-address-select {
    padding: 0 20px;
    letter-spacing: 0.03em;
    font-size: 16px;
  }
  .block-order-estimate--dest-salesinclude-address-select,
  .block-order-estimate--dest-salesinclude-address-note {
    padding: 0 20px;
  }
  .block-order-estimate--amazonpay-address-area p {
    margin-left: 20px;
  }
  .block-order-estimate--dest-address-list {
    padding: 20px;
  }
  .block-order-estimate--amazonpay-address-container {
    padding: 0 0 10px 0;
  }
  .block-order-estimate--dest-address-item,
  .block-order-estimate--dest-address-item-register {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 240px;
    vertical-align: top;
  }
  .block-order-estimate--dest-address-item-container {
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px 0 10px 0;
  }
  .block-order-estimate--dest-address-item,
  .block-order-estimate--dest-address-item-register {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 5px 10px 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .block-order-estimate--dest-address-item address {
    word-wrap: break-word;
  }
  .block-order-estimate--dest-address-change-btn {
    width: 100%;
  }
  .block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    margin: -20px auto 0;
    text-align: center;
  }
  .block-order-estimate--dest-address-change {
    width: 100%;
  }
  .block-order-estimate--dest-address-item-buttons__selected {
    cursor: default;
    background: #fffcfc;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  /* お届け先情報入力 */
  .block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
  .block-order-estimate--guest-address-input-form {
    background: #fff;
    border: solid 1px #b1b3b4;
    padding: 20px;
  }
  .block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
    margin: 10px 0;
  }
  .block-order-estimate--dest-address-name .checktype_name,
  .block-order-estimate--dest-address-kana .checktype_kana,
  .block-order-estimate--guest-address-name .checktype_name,
  .block-order-estimate--guest-address-kana .checktype_kana {
    margin: 0 0 10px 0;
  }
  /* お届けサイクル */
  .block-order-estimate--regular-cycle {
    width: 80%;
  }
  .block-order-estimate--regular-cycle th {
    padding: 12px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #999;
    color: #fff;
    border-top: 1px solid #b1b3b4;
    border-left: 1px solid #b1b3b4;
    border-bottom: 1px solid #b1b3b4;
    width: 30%;
  }
  /* ---- 注文完了(通常・ギフトフロー共通) ---- */
  .block-order-complete--orderinfo,
  .block-order-complete--customerentry-wrapper {
    background: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
  .block-order-complete--message {
    margin: 0 0 30px 0;
  }
  .block-order-complete--orderinfo dt {
    width: 30%;
    background: #f3f3f3;
    font-weight: bold;
    float: left;
  }
  .block-order-complete--orderinfo dt,
  .block-order-complete--orderinfo dd {
    border-bottom: 1px solid #b1b3b4;
    padding: 8px 8px 8px 8px;
  }
  .block-order-complete--orderinfo dd {
    margin-left: 30%;
  }
  .block-order-complete--orderinfo dd:after {
    clear: both;
    display: block;
  }
  .block-order-complete--home {
    margin: 20px auto;
    text-align: center;
  }
  .block-order-complete--home-btn {
    width: 240px;
    padding: 10px;
  }
  .block-order-complete--customerentry-form {
    margin: 20px 0 0 0;
  }
  .block-order-complete--rules {
    margin: 10px 0 0 0;
  }
  .block-order-complete--orderid {
    width: 700px;
    margin: 0 auto 30px;
  }
  .block-order-complete--orderid th {
    width: 30%;
  }
  .block-order-complete--orderid td {
    width: 70%;
  }
  .block-order-complete--orderid td a {
    color: #3b4043;
  }
  .block-order-complete--salesinclude {
    width: 100%;
    margin-bottom: 10px;
  }
  .block-order-complete--salesinclude th {
    width: 30%;
  }
  .block-order-complete--salesinclude td {
    width: 70%;
  }
  .block-order-complete--convenience {
    width: 100%;
    margin-bottom: 10px;
  }
  .block-order-complete--convenience th {
    width: 30%;
  }
  .block-order-complete--convenience td {
    width: 70%;
  }
  /* ---------------------- */
  /* ----ギフトフロー------- */
  /* ---------------------- */
  /* ---- 配送先選択 ---- */
  .block-order-gift-dest h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0 10px 0;
  }
  .block-order-gift-dest--check-all {
    margin: 0 0 10px 0;
  }
  .block-order-gift-dest--list-wrapper,
  .block-order-gift-dest--method-sender-info,
  .block-order-gift-dest--address-item,
  .block-order-gift-dest--method-sender-info-edit {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }
  /* お届け先配送情報エリア */
  .block-order-gift-dest--address-item {
    background: #f3f3f3;
  }
  .block-order-gift-dest--address-item-title {
    font-weight: bold;
  }
  .block-order-gift-dest--address-item address {
    margin: 5px 0 5px 20px;
  }
  .block-order-gift-dest--address-change {
    text-align: right;
  }
  .block-order-gift-dest--address-error {
    margin: 0 0 10px 0;
  }
  /* 贈り主情報エリア */
  .block-order-gift-dest--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  .block-order-gift-dest--method-sender-change label {
    font-weight: bold;
  }
  .block-order-gift-dest--method-sender-info address {
    margin: 0 0 10px 0;
  }
  .block-order-gift-dest--address-item {
    background: #f3f3f3;
  }
  .block-order-gift-dest--method-sender-info-edit {
    margin: 10px 0 0 0;
  }
  .block-order-gift-dest--method-sender-btn {
    text-align: right;
  }
  .block-order-gift-dest--action-buttons {
    margin: 0 0 20px 0;
  }
  /* ---- 配送先商品追加 ---- */
  .block-order-gift-select h2 {
    font-weight: bold;
    font-size: 20px;
  }
  .block-order-gift-select h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .block-order-gift-select--sender-info,
  .block-order-gift-select--delivery-dest-content,
  .block-order-gift-select--delivery-date,
  .block-order-gift-select--payment-content,
  .block-order-gift-select--point-use-select {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }
  .block-order-gift-select--sender-info {
    margin: 0 0 5px 0;
  }
  .block-order-gift-select--delivery-dest-add {
    padding: 5px 0 5px 0;
    margin: 0 0 10px 0;
    text-align: right;
  }
  .block-order-gift-select--delivery-dest-goods-select,
  .block-order-gift-select--point-use-select {
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
  }
  /* お届け先 */
  .block-order-gift-select--delivery-dest-header {
    position: relative;
  }
  .block-order-gift-select--delivery-dest-delete {
    position: absolute;
    right: 0;
    top: 3px;
  }
  .block-order-gift-select--delivery-dest-nickname {
    font-weight: bold;
  }
  .block-order-gift-select--delivery-dest-address address {
    margin: 0 0 10px 0;
  }
  .block-order-gift-select--delivery-dest-goods-content-list table {
    width: 100%;
  }
  .block-order-gift-select--delivery-dest-goods-name {
    width: 800px;
  }
  .block-order-gift-select--delivery-dest-goods-qty {
    text-align: right;
  }
  .block-order-gift-select--delivery-dest-goods-qty input {
    text-align: right;
    margin: 0 0 0 10px;
  }
  /* お届け先商品 */
  .block-order-gift-select--delivery-dest-goods-content-info,
  .block-order-gift-select--delivery-dest-goods-noshi {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .block-order-gift-select--delivery-dest-goods-price,
  .block-order-gift-select--delivery-dest-goods-total,
  .block-order-gift-select--delivery-dest-goods-noshi-charge {
    width: 18%;
    text-align: right;
  }
  .block-order-gift-select--delivery-dest-goods-sales-qty {
    width: 100px;
  }
  .block-order-gift-select--delivery-dest-goods-sales-qty input {
    text-align: right;
  }
  .block-order-gift-select--delivery-dest-goods-content-info-delete,
  .block-order-gift-select--delivery-dest-goods-noshi-edit {
    width: 70px;
  }
  .block-order-gift-select--delivery-dest-goods-noshi th,
  .block-order-gift-select--delivery-dest-goods-noshi td {
    text-align: left;
  }
  .block-order-gift-select--delivery-dest-total table {
    margin-left: auto;
  }
  /* 配送方法 */
  .block-order-gift-select--delivery-date-content {
    display: table;
  }
  .block-order-gift-select--delivery-date-content dt,
  .block-order-gift-select--delivery-date-content dd {
    display: table-cell;
  }
  /* お支払い情報 */
  .block-order-gift-select--method-list li {
    margin: 0 0 10px 0;
  }
  .block-order-gift-select--method-list li .help-block {
    display: inline-block;
    margin-left: 30%;
  }
  .block-order-gift-select--method-list label {
    cursor: pointer;
  }
  .block-order-gift-select--current-point {
    margin: 0 0 10px 0;
  }
  .block-order-gift-select--current-point-num {
    font-weight: bold;
  }
  .block-order-gift-select--coupon-available-btn {
    margin: 0 0 0 14px;
  }
  .block-order-gift-select--point-use-select {
    background: #f3f3f3;
  }
  .block-order-gift-select--point-use-select label {
    cursor: pointer;
    padding: 0 23px 0 5px;
  }
  /* その他 */
  .block-order-gift-select--sales-append-content {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
  }
  .block-order-gift-select--sales-append-content .form-group:not(:last-child) {
    border-bottom: solid 1px #b1b3b4;
  }
  /* ---- のし・ラッピング設定 ---- */
  .block-order-gift-noshi h1 {
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0 0 0;
  }
  .block-order-gift-noshi h2 {
    font-weight: bold;
    font-size: 20px;
  }
  .block-order-gift-noshi h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .block-order-gift-noshi--sender {
    font-weight: bold;
  }
  .block-order-gift-noshi--noshi-select,
  .block-order-gift-noshi--purpose-select,
  .block-order-gift-noshi--paper-wrapper,
  .block-order-gift-noshi--nameprint-wrapper,
  .block-order-gift-noshi--covertype-select,
  .block-order-gift-noshi--wrap-select,
  .block-order-gift-noshi--bag-wrapper {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }
  .block-order-gift-noshi--noshi-select li,
  .block-order-gift-noshi--purpose-select li,
  .block-order-gift-noshi--paper-wrapper li,
  .block-order-gift-noshi--nameprint-wrapper li,
  .block-order-gift-noshi--covertype-select li,
  .block-order-gift-noshi--wrap-select li,
  .block-order-gift-noshi--bag-wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
  }
  .block-order-gift-noshi--paper-item-price,
  .block-order-gift-noshi--bag-item-price,
  .block-order-gift-noshi--wrap-item-price {
    display: block;
  }
  .block-order-gift-noshi--paper-message,
  .block-order-gift-noshi--covertype-message,
  .block-order-gift-noshi--wrap-message,
  .block-order-gift-noshi--bag-message {
    background: #f3f3f3;
    border: solid 1px #b1b3b4;
    margin: 10px 0 10px 0;
    padding: 20px 20px 20px 20px;
    width: 60%;
  }
  .block-order-gift-noshi--setting-message {
    text-align: center;
    font-weight: bold;
  }
  .block-order-gift-noshi--nameprint-input {
    margin: 15px 0 0 0;
  }
  .block-order-gift-noshi--setting-all-btn {
    margin: 0 0 20px 0;
  }
  /* ---- 注文内容確認(ギフトフロー) ---- */
  .block-order-gift-confirmation h2 {
    font-weight: bold;
    font-size: 20px;
  }
  .block-order-gift-confirmation h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
  }
  .block-order-gift-confirmation table {
    width: 100%;
  }
  .block-order-gift-confirmation--item-image figure,
  .block-order-gift-confirmation--sending-item-image figure {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
  }
  .block-order-gift-confirmation--item-image,
  .block-order-gift-confirmation--sending-item-image {
    width: 220px;
  }
  .block-order-gift-confirmation--order-item-wrapper,
  .block-order-gift-confirmation--order,
  .block-order-gift-confirmation--destination-address-wrapper,
  .block-order-gift-confirmation--other-wrapper,
  .block-order-gift-confirmation--novelty-content,
  .block-order-gift-confirmation--order-comment,
  .block-order-gift-confirmation--payment-method-wrapper {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }
  .block-order-gift-confirmation--order-item-detail {
    display: inline-block;
    width: 780px;
    vertical-align: top;
  }
  .block-order-gift-confirmation--order-item-summary {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 0 0 0 15px;
  }
  .block-order-gift-confirmation--order-item-summary-table th,
  .block-order-gift-confirmation--point-summary th {
    width: 180px;
  }
  .block-order-gift-confirmation--order-item-summary-table td,
  .block-order-gift-confirmation--point-summary td {
    text-align: right;
  }
  .block-order-gift-confirmation--item-qty-header {
    width: 50px;
  }
  .block-order-gift-confirmation--item-amount,
  .block-order-gift-confirmation--item-qty {
    text-align: right;
  }
  /* ノベルティ商品のノベルティ選択 */
  .block-order-gift-confirmation--novelty-item label {
    cursor: pointer;
  }
  .block-order-gift-confirmation--novelty-item {
    display: table;
    margin-bottom: 10px;
    width: 100%;
  }
  .block-order-gift-confirmation--novelty-item-image,
  .block-order-gift-confirmation--novelty-item-goods {
    display: table-cell;
    vertical-align: middle;
  }
  .block-order-gift-confirmation--novelty-item-image {
    width: 200px;
  }
  .block-order-gift-confirmation--novelty-item-goods {
    padding-left: 10px;
    width: auto;
  }
  .block-order-gift-confirmation--novelty-item-image figure {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
  }
  /* 配送情報 */
  .block-order-gift-confirmation--shipping-address {
    display: inline-block;
    vertical-align: top;
    width: 700px;
  }
  .block-order-gift-confirmation--shipping-info {
    width: 430px;
    display: inline-block;
    margin: 0 0 0 15px;
  }
  .block-order-gift-confirmation--shipping-info-detail th {
    width: 150px;
  }
  /* お届け先 */
  .block-order-gift-confirmation--destination-address {
    margin: 0 0 10px 0;
  }
  .block-order-gift-confirmation--sending-item-qty-header {
    width: 50px;
  }
  .block-order-gift-confirmation--sending-item-qty {
    text-align: right;
  }
  .block-order-gift-confirmation--sending-item-comment-header,
  .block-order-gift-confirmation--sending-item-noshi-header {
    width: 220px;
  }
  /* その他 */
  .block-order-gift-confirmation--other-detail th {
    width: 300px;
  }
  .block-order-gift-confirmation--order-comment textarea {
    width: 100%;
  }
  /* ----メールニュース画面----*/
  .block-mail-news--terms-body {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  /* ----クイックオーダー---- */
  .block-quick-order--table {
    width: 100%;
  }
  .block-quick-order--goods-code-header {
    width: 320px;
  }
  .block-quick-order--goods-detail-cell {
    width: 100px;
    text-align: center;
  }
  .block-quick-order--name {
    font-size: 14px;
  }
  .block-quick-order--qty-cell,
  .block-quick-order--subtotal-cell {
    text-align: right;
  }
  .block-quick-order--stock-cell {
    text-align: center;
  }
  .block-quick-order--delete-btn-cell .btn {
    padding: 4px 20px;
  }
  .block-quick-order--qty-header {
    width: 100px;
  }
  .block-quick-order--subtotal-header {
    width: 100px;
  }
  .block-quick-order--stock-header {
    width: 100px;
  }
  .block-quick-order--delete-btn-header {
    width: 80px;
  }
  .block-quick-order--suggest-list {
    background-color: #fff;
    border: 1px solid #000;
    display: none;
    padding: 5px;
    position: absolute;
    top: 50px;
    left: 5px;
  }
  .block-quick-order--suggest-list-line {
    padding: 2px;
    list-style: none;
  }
  .block-quick-order--suggest-item-code {
    float: left;
    font-weight: bold;
    margin-right: 5px;
  }
  .block-quick-order--suggest-item-not-found {
    text-align: center;
    padding: 5px;
    height: 20px;
    width: 250px;
  }
  .block-quick-order .block-quick-order--forward {
    width: 240px;
  }
}
.p-cart-content {
  margin: 0 auto;
}
@media screen and (min-width: 901px), print {
  .p-cart-content {
    max-width: 1170px;
    padding: 115px 0 107px;
  }
}
.p-cart-content__text {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
.p-cart-content__inner {
  max-width: 85.33333%;
}
@media screen and (min-width: 901px), print {
  .p-cart-content__inner {
    width: 870px;
    padding: 0 0 0 135px;
  }
}
.p-cart-content__heading--primaly {
  margin: 0 0 30px;
}
@media screen and (min-width: 901px), print {
  .p-cart-content__heading--primaly {
    font-size: 27px;
    letter-spacing: 0.09em;
    line-height: 1.3;
  }
}
.block-quick-order--qty-cell,
.block-quick-order--delete-btn-cell {
  text-align: center;
}
.block-goods-agree--disagree,
.block-goods-agree--agree {
  width: 240px;
}
.p-cart-flow {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 901px), print {
  .p-cart-flow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-cart-flow__step {
  position: relative;
  border: 1px solid #3b4043;
  color: #3b4043;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 901px), print {
  .p-cart-flow__step {
    width: 180px;
    font-size: 12px;
    padding: 9px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 901px), print {
  .p-cart-flow__step + .p-cart-flow__step {
    margin-left: 38px;
  }
}
.p-cart-flow__step + .p-cart-flow__step:after {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}
.p-cart-flow__step.is-active {
  background-color: #3b4043;
  color: #fff;
}
.block-cart .block-cart--wrapper {
  font-size: 14px;
}
.block-cart .block-cart--wrapper .block-cart--infomation {
  background: #fff;
  border: 1px solid #3b4043;
  margin: 40px auto;
  padding: 20px;
  text-align: left;
  width: 834px;
}
.block-cart .block-cart--wrapper .block-cart--continue-shopping {
  text-align: center;
  margin-bottom: 40px;
}
.block-cart .block-cart--wrapper .block-cart--continue-shopping-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}
.block-cart .block-cart--wrapper .block-cart--continue-shopping-link:hover {
  text-decoration: none;
}
.block-login--member .c-sns-area {
  max-width: 870px;
}
.block-login--member-header,
.block-login--first-time-header {
  margin: 0 0 30px;
  font-size: 22px;
  letter-spacing: 0.09em;
}
.block-login--member-header span,
.block-login--first-time-header span {
  display: block;
  padding: 15px;
  background: #f3f3f3;
}
.block-login--first-time-title {
  margin: 80px 0 0;
}
.block-login--first-time-message {
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}
.block-order-method--goods-item-set-name {
  font-weight: normal;
}
.block-order-method--coupon-content,
.block-order-method--promotion-content,
.block-order-method--point-use {
  letter-spacing: 0.03em;
}
.block-order-method--payment-method-select li {
  letter-spacing: 0.03em;
}
.checktype_name .efo-required,
.checktype_kana .efo-required {
  width: 200px;
}
.block-regular-cycle--deliv_date--prev-expected-dt,
.block-regular-cycle--deliv_date--next-expected-dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-regular-cycle--deliv_date--prev-expected-dt dt,
.block-regular-cycle--deliv_date--prev-expected-dt dd,
.block-regular-cycle--deliv_date--next-expected-dt dt,
.block-regular-cycle--deliv_date--next-expected-dt dd {
  width: 50%;
}
.block-order-estimate--goods-item-set-name {
  font-weight: normal;
}
.block-order-estimate--dest,
.block-order-estimate--method,
.block-order-estimate--coupon,
.block-order-estimate-usage-point {
  margin: 0 0 20px 0;
}
.block-order-estimate--dest-address-change-dest-btn {
  display: block;
  width: 100%;
}
.block-order-estimate--dest-address-item-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.p-my-content__main .modal-content {
  background: transparent;
}
.p-my-content__main .modal-content button {
  font-size: 11px;
}
.p-my-content__heading--secondaly {
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 0.09em;
  width: 100%;
  height: 80px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.p-my-content__heading--thirdaly {
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 0.09em;
}
.p-my-content__main .p-my-content__heading--thirdaly {
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}
.block-member-terms {
  letter-spacing: 0.03em;
}
.block-member-terms--disagree,
.block-member-terms--agree {
  width: 240px;
}
.block-member-info--form .block-member-info--message + .legend {
  margin: 40px 0 20px;
}
.block-member-info--form .legend a,
.block-member-info--form .block-member-info--message-password a {
  color: #3b4043;
  text-decoration: underline;
}
.block-member-info--form .legend + .legend,
.block-member-info--form .block-member-info--message-password + .legend {
  margin: 80px 0 20px;
}
.block-member-info--message,
.block-member-info--message-password {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}
.block-member-info--mailnews .form-control label {
  position: relative;
  top: 2px;
}
.block-member-info--use-spoofing-protection .form-control label {
  position: relative;
  top: 2px;
}
.block-member-info--use-spoofing-protection .form-control #agree_checkbox + label {
  top: 1px;
}
.block-member-registration-completed--forward-to-mypage,
.block-member-registration-completed--forward {
  width: 240px;
}
.block-member-info {
  letter-spacing: 0.03em;
}
.block-member-info--message .required:after {
  padding: 0 1.2em;
  margin: 0 6px 0 0;
  height: 18px;
  line-height: 18px;
}
.block-member-info--update-mail a {
  font-size: 13px;
  text-decoration: underline;
  color: #3b4043;
}
.block-member-info--back,
.block-member-info--forward {
  width: 240px;
}
.block-member-info--customer-name {
  font-weight: bold;
}
.input-error {
  border: 1px solid #a94442 !important;
  background: #f2dede !important;
}
.block-member-info-confirmation--customer-name {
  font-weight: bold;
}
.block-member-info-confirmation {
  letter-spacing: 0.03em;
}
.block-member-info-confirmation--back,
.block-member-info-confirmation--forward {
  width: 240px;
}
.block-shipping-address-registration--message {
  margin: 0 0 20px;
}
.block-shipping-address--customer-name {
  font-weight: bold;
}
.block-shipping-address--dept {
  border-bottom: #b1b3b4 1px solid;
}
.block-shipping-address-confirmation--customer-name {
  font-weight: bold;
}
.block-shipping-address-confirmation--dept {
  border-bottom: #b1b3b4 1px solid;
}
.block-purchase-history--customer-name {
  font-weight: bold;
}
.status-order {
  background: #f7f7f7;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 14px;
  box-sizing: border-box;
}
.block-purchase-history--pager-top .pager,
.block-purchase-history--pager-bottom .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-purchase-history--pager-top .pager .area-pagination,
.block-purchase-history--pager-bottom .pager .area-pagination {
  margin: 0 0 0 auto;
}
.block-purchase-history--pager-top .pager .area-pagination .pager-next,
.block-purchase-history--pager-top .pager .area-pagination .pager-last,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-next,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-last {
  padding: 0;
  margin-left: 8px;
  border: none;
}
.block-purchase-history--pager-top .pager .area-pagination .pager-next a,
.block-purchase-history--pager-top .pager .area-pagination .pager-last a,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-next a,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-last a {
  border-bottom: 1px solid #444;
}
.block-purchase-history--table--reorder {
  padding: 12px;
  border: 1px solid #b1b3b4;
}
.block-purchase-history-detail--customer-name {
  font-weight: bold;
}
.block-purchase-history-detail--shipment-header,
.block-purchase-history-detail--shipment-header {
  margin: 80px 0 20px;
}
.block-purchase-history-detail--goods-qty {
  text-align: center;
}
.block-purchase-history-detail--goods-total-price {
  text-align: right;
}
.block-purchase-history-detail--destination-shipment-qty {
  text-align: center;
}
.block-member-id--customer-name {
  font-weight: bold;
}
.block-member-id--login-link a {
  text-decoration: underline;
  font-size: 14px;
}
.block-member-id--login-link a:hover {
  text-decoration: none;
}
.block-member-password--customer-name {
  font-weight: bold;
}
.block-member-password--login-link a {
  text-decoration: underline;
  font-size: 14px;
}
.block-member-password--login-link a:hover {
  text-decoration: none;
}
.block-inquiry-history--customer-name {
  font-weight: bold;
}
.block-inquiry-history--subject a {
  text-decoration: underline;
}
.block-inquiry-history--subject a:hover {
  text-decoration: none;
}
.block-inquiry-history--pager-top {
  margin: 0 0 20px;
}
.block-inquiry-history--pager-bottom {
  margin: 20px 0 0;
}
.block-inquiry-history--pager-top .pager,
.block-inquiry-history--pager-bottom .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-inquiry-history--pager-top .pager .area-pagination,
.block-inquiry-history--pager-bottom .pager .area-pagination {
  margin: 0 0 0 auto;
}
.block-inquiry-history--pager-top .pager .area-pagination .pager-next,
.block-inquiry-history--pager-top .pager .area-pagination .pager-last,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-next,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-last {
  padding: 0;
  margin-left: 8px;
  border: none;
}
.block-inquiry-history--pager-top .pager .area-pagination .pager-next a,
.block-inquiry-history--pager-top .pager .area-pagination .pager-last a,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-next a,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-last a {
  border-bottom: 1px solid #444;
}
.block-inquiry-history-detail--customer-name {
  margin: 0 0 20px;
  font-weight: bold;
}
.block-withdrawal--customer-name {
  font-weight: bold;
}
.block-withdrawal--pwd {
  border-bottom: #b1b3b4 1px solid;
}
.block-withdrawal--forward {
  color: #fff !important;
  background-color: #ee696f !important;
}
.block-mail-address--customer-name {
  font-weight: bold;
}
.block-mail-address--mypage-link a {
  text-decoration: underline;
}
.block-mail-address--mypage-link a:hover {
  text-decoration: none;
}
.block-coupon-list--customer-name {
  font-weight: bold;
}
.block-coupon-list--coupon-name .conditions {
  background: #f7f7f7;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 14px;
  box-sizing: border-box;
}
.block-coupon-list--coupon-name .conditions p {
  font-size: 13px;
  font-weight: bold;
}
.block-coupon-list--table-col4 {
  width: 100%;
  table-layout: fixed;
}
.block-coupon-list--table-col4 th,
.block-coupon-list--table-col4 td {
  max-width: 25%;
}
.block-coupon-list--table-col4 .block-coupon-list--coupon-dt span {
  white-space: normal;
}
.block-regular-purcharse-list--customer-name {
  font-weight: bold;
}
.block-regular-purcharse-list--create-dt,
.block-regular-purcharse-list--regular-sales,
.block-regular-purcharse-list--method {
  text-align: center;
}
.block-regular-purcharse-detail--customer-name {
  font-weight: bold;
}
.block-regular-purcharse-detail--shipment-header {
  margin: 80px 0 20px;
}
.block-regular-purcharse-detail--goods-img {
  text-align: center;
}
.block-regular-purcharse-detail--goods-img img {
  width: 120px;
  height: 120px;
}
.block-regular-purcharse-detail--body .action-buttons {
  display: block;
}
.block-regular-purcharse-detail--body .action-buttons .action {
  margin: 20px 10px;
}
.block-regular-purcharse-detail--withdrawal .action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-regular-purcharse-detail--skip {
  margin: 0 0 40px;
  background: #f3f3f3;
  padding: 20px 0;
}
.block-regular-purcharse-detail--qty {
  text-align: center;
}
.block-regular-purcharse-detail--price,
.block-regular-purcharse-detail--subtotal {
  text-align: right;
}
.block-regular-purcharse-detail--withdrawal-btn {
  color: #fff !important;
  background-color: #ee696f !important;
}
.block-regular-purcharse-detail--update-cycle {
  color: #3b4043;
  text-decoration: underline;
  font-size: 14px;
}
.block-regular-purcharse-detail--goods-name a {
  color: #3b4043;
}
.block-regular-purcharse-shipment-info-update--customer-name {
  font-weight: bold;
}
.block-regular-purcharse-shipment-info-update--new-info-header {
  margin: 80px 0 20px;
}
.block-regular-purcharse-shipment-info-update--old-info-message {
  font-size: 14px;
}
.block-regular-purcharse-shipment-info-update--new-info-items li:first-child {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: solid 1px #b1b3b4;
}
.block-regular-purcharse-cancellation--customer-name {
  font-weight: bold;
}
.block-regular-purcharse-cancellation--goods-img {
  text-align: center;
}
.block-regular-purcharse-cancellation--goods-img img {
  width: 120px;
  height: 120px;
}
.block-regular-purcharse-cancellation--qty {
  text-align: center;
}
.block-regular-purcharse-cancellation--price,
.block-regular-purcharse-cancellation--subtotal {
  text-align: right;
}
.block-regular-purcharse-cancellation--forward {
  color: #fff !important;
  background-color: #ee696f !important;
}
.block-regular-purcharse-cancellation--goods-name a {
  color: #3b4043;
}
.block-point-history-list--customer-name {
  font-weight: bold;
}
.block-point-history-list--point-in {
  text-align: right;
}
.block-arrival-notice-list--customer-name {
  font-weight: bold;
}
.block-credit-card-confirmation--customer-name {
  font-weight: bold;
}
.block-credit-card-confirmation--update-confirmation-header {
  margin: 80px 0 20px;
}
.block-update-credit-card-info--customer-name {
  font-weight: bold;
}
.block-order-cancellation--order-info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.block-order-cancellation--cancellation-reasons-form .legend {
  margin: 80px 0 20px;
}
.block-order-cancellation--forward {
  color: #fff !important;
  background-color: #ee696f !important;
}
.block-regular-purcharse-cycle-info-update--customer-name {
  font-weight: bold;
}
.block-regular-purcharse-cycle-info-update--shipment-header {
  margin: 80px 0 20px;
}
.block-regular-purcharse-cycle-info-update--goods-img {
  text-align: center;
}
.block-regular-purcharse-cycle-info-update--goods-img img {
  width: 120px;
  height: 120px;
}
.block-regular-purcharse-cycle-info-update--qty {
  text-align: center;
}
.block-regular-purcharse-cycle-info-update--price,
.block-regular-purcharse-cycle-info-update--subtotal {
  text-align: right;
}
.block-regular-purcharse-cycle-info-update--back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-mail-news--register-form,
.block-mail-news---release-form {
  margin: 80px 0 0;
}
.p-contact-content__inner--form {
  width: 100%;
}
.p-contact-content__inner--form .block-inquiry {
  margin-top: 53px;
}
.block-inquiry--customer-name {
  font-weight: bold;
}
.block-inquiry--forward {
  background-color: #ee696f !important;
}
.block-inquiry-completed--customer-name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .u-is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .u-is-pc {
    display: block;
  }
}

.u-is-hover2actType--01 {
  opacity: 1;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

@media screen and (min-width: 901px), print {
  .u-is-hover2actType--01:hover {
    opacity: 0.5;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
  }
}

  /* ----ランディングページ画面---- */
  /* 共通設定 */
  .block-landingpage-login--member-header{
    margin: 0 0 80px 0;
  }
  .block-landingpage h2 {
    display: block;
    padding: 15px;
    background: #f3f3f3;
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 0.09em;
  }
  .block-landingpage h3 {
    font-weight: bold;
    margin: 0 0 12px 0;
    font-size: 18px;
    letter-spacing: 0.09em;
  }
  .block-landingpage address {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .block-landingpage .block-icon {
    margin: 0 15px 0 0;
  }
  .block-landingpage dt {
    font-weight: bold;
  }
  .block-landingpage--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  .block-landingpage--contents {
    float: left;
  }
  .block-landingpage--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }
  /* お届け先 */
  .block-landingpage--dest-item:first-child {
    padding: 0 0 20px;
  }
  .block-landingpage--dest-item {
    border-bottom: solid 1px #b1b3b4;
    padding: 20px 0;
    overflow: hidden;
  }
  .block-landingpage--dest-item address {
    float: left;
  }
  .block-landingpage--dest-title-salesinclude {
    display: block;
    padding: 3px 10px;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    background: #f3f3f3;
  }
  .block-landingpage--dest-item-salesinclude {
    font-weight: bold;
  }
  .block-landingpage--dest-change {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f3f3f3;
    border: 1px solid #b1b3b4;
  }
  .block-landingpage--dest-change strong {
    font-weight: bold;
  }
  .block-landingpage--dest-change span {
    margin-left: 20px;
    font-size: 12px;
  }
  .block-landingpage--dest-add {
    padding: 20px 0;
  }
  .block-landingpage--dest-item-edit {
    text-align: right;
  }
  .block-landingpage--dest-list address {
    margin: 0 0 0 28px;
  }

  .block-landingpage-login--ask-password a {
    font-size: 14px;
    color: #3b4043;
    text-decoration: underline;
  }







/*# sourceMappingURL=../../_maps/style.css.map */