@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%;
}

@media screen and (min-width: 901px), print {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    color: #3b4043;
    background-image: url("../img/common/bg_header.png");
    background-position: center top, center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 65px;
    padding-top: 20px;
    box-sizing: border-box;
  }
}

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

.l-header:before,
.l-header:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 65px;
  z-index: -999;
}

.l-header:before {
  left: calc(50% + -850px);
  margin-left: -500%;
  padding-left: 500%;
  background: url("../img/common/bg_header_left.png") repeat-x right top;
}

.l-header:after {
  right: calc(50% + -850px);
  margin-right: -500%;
  padding-right: 500%;
  background: url("../img/common/bg_header_right.png") repeat-x left top;
}

.l-header__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .l-header__inner {
    max-width: none;
    width: 1100px;
  }
}

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

@media screen and (min-width: 901px), print {
  .l-header__logo {
    width: 200px;
    float: left;
  }
}

@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.34722%;
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1171px), print {
  .l-header.shrink .l-header__logo {
    width: 77px;
  }
}

@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;
  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 {
  .l-footer__inner {
    padding-bottom: 60px;
  }
}

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

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

.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;
  }
}

.p-esprique-ymk {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

.p-esprique-ymk__background {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
}

.p-esprique-ymk__inner {
  position: relative;
}

.p-esprique-ymk__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;
}

.p-esprique-ymk__closebtn:after,
.p-esprique-ymk__closebtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.p-esprique-ymk__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);
}

.p-esprique-ymk__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);
}

.p-esprique-ymk__closebtn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.p-esprique-ymk__btn {
  margin: 0 auto;
  margin-top: 60px;
  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;
  width: 48.27586%;
  height: 60px;
  padding: 0 40px;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.p-esprique-ymk__btn + .p-esprique-ymk__btn {
  margin-top: 15px;
}

.p-esprique-ymk__btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url("../img/common/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%);
}

.p-esprique-ymk__btn:hover {
  opacity: 0.7;
}

.p-esprique-ymk__btn--small {
  margin: 0 auto;
  margin-top: 15px;
  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;
  width: 48.27586%;
  height: 60px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-size: 12px;
  border: none;
}

.p-esprique-ymk__btn--small:after {
  content: none;
}

.p-esprique-ymk__btn--small:hover {
  opacity: 1;
  text-decoration: underline;
}

.p-esprique-ymk__tab {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 15px;
}

.p-esprique-ymk__tab__item {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #b1b3b4;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}

.p-esprique-ymk__tab__item + .p-esprique-ymk__tab__item {
  border-left: 1px solid #b1b3b4;
}

.p-esprique-ymk__tab__item.is-active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #b1b3b4;
}

.product-detail {
  color: #3b4043;
}

.product-detail .clear {
  clear: both;
}

.product-detail .l-main__content {
  max-width: 1174px;
}

.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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.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;
  }
}

.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;
  font-size: 0;
}

.product-detail .p-product-detail__item__badge img {
  width: 36px;
}

.product-detail .p-product-detail__item__comingsoon {
  color: #ee696f;
  padding: 9px 0 0;
  display: inline-block;
  font-size: 12px;
}

.product-detail .p-product-detail__item__camp {
  color: #ffb400;
  padding: 9px 0 0;
  display: inline-block;
  font-size: 12px;
}

.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.33333;
    letter-spacing: 0.09em;
    margin-top: 6px;
  }
}

.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: 23px 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: 120px 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 {
    margin-top: 30px;
  }
}

.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: flex;
  -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;
}

@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: auto;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
  font-family: 'Avenir';
}

@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__group__item--eyeshadow {
  width: 30% !important;
  margin: 0 !important;
  margin-bottom: 24px !important;
}

.product-detail .p-product-detail__color__group__item--eyeshadow + .p-product-detail__color__group__item--eyeshadow {
  margin-left: 3.333% !important;
}

.product-detail .p-product-detail__color__group__item--eyeshadow:nth-child(4) {
  margin-left: 0 !important;
}

.product-detail .p-product-detail__color__group__item--eyeshadow .group__item__thumb {
  width: 100% !important;
}

.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__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;
}

.product-detail .p-product-detail__btn__purchase:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__purchase:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/assets/img/product/cart_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}

.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: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/assets/img/product/store_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}

.product-detail .p-product-detail__btn__store:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__makeup {
  color: #fff !important;
  background-color: #469de2;
  width: 320px;
  height: 45px;
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__makeup {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .product-detail .p-product-detail__btn__makeup:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__btn__makeup:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__makeup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/assets/img/product/camera.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__makeup:after {
    width: 45px;
    height: 45px;
  }
}

.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(/assets/img/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(/assets/img/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(/assets/img/product/store_blue.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(/assets/img/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: 63px 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: 25px 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: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/assets/img/product/regular.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}

@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(/assets/img/product/store_blue.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(/assets/img/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,
.product-detail .p-product-detail__howto,
.product-detail .p-product-detail__blend {
  margin: 30px 0;
  font-size: 14px;
}

.product-detail .p-product-detail__feature ul,
.product-detail .p-product-detail__howto ul,
.product-detail .p-product-detail__blend ul {
  margin: 0;
  padding-bottom: 35px;
}

.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,
.product-detail .p-product-detail__howto_title,
.product-detail .p-product-detail__blend_title {
  border-bottom: 1px solid #b1b3b4;
  padding: 0 0 5px 20px;
  margin: 0 0 10px;
  position: relative;
}

.product-detail .p-product-detail__title:before,
.product-detail .p-product-detail__howto_title:before,
.product-detail .p-product-detail__blend_title:before {
  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 {
  color: #469de2;
  border-bottom: 1px solid #b1b3b4;
  padding: 0 0 5px 20px;
  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__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: 12px;
    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("/assets/img/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;
}

.product-detail .p-product-detail__staffstart {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart {
    padding-bottom: 120px;
  }
}

.product-detail .p-product-detail__staffstart__list {
  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__staffstart__list li {
  width: 22.29885%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__list li {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__list li + .product-detail .p-product-detail__staffstart__list li {
    margin-left: 2.34%;
  }
}

.product-detail .p-product-detail__staffstart__thumb {
  position: relative;
}

.product-detail .p-product-detail__staffstart__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.product-detail .p-product-detail__staffstart__image:after {
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  z-index: 1;
  display: inline-block;
  background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.product-detail .p-product-detail__staffstart__image img {
  width: 100%;
}

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

  .product-detail .p-product-detail__staffstart__hover-action:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__staffstart__texts {
  text-align: left;
  color: #3b4043;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__texts {
    padding: 5px 12px 0;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__title {
    font-size: 14px;
    line-height: 1.73333;
    letter-spacing: .03em;
  }
}

.product-detail .p-product-detail__staffstart__title a {
  color: inherit;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__author {
    font-size: 12px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.product-detail .p-product-detail__staffstart__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__staffstart__more {
    width: 180px;
    margin: 10px auto 24px;
  }
}

.product-detail .p-product-detail__staffstart__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__staffstart__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__staffstart__more .p-arrow:before,
.product-detail .p-product-detail__staffstart__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__more .p-arrow:before,
  .product-detail .p-product-detail__staffstart__more .p-arrow:after {
    left: 150px;
  }
}

.product-detail .p-product-detail__staffstart__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-detail .p-product-detail__staffstart__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.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("/freepage/maison-kose/common/img/frames/frame_product_l.png") 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;
  background-color: #f7f7f7;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.p-product-detail__slider__nav__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.p-product-detail__slider__nav__item.slick-current:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/freepage/maison-kose/common/img/frames/frame_product_ss-blue.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.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__modal-makeup {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #3b4043;
}

.p-product-detail__modal-makeup__inner {
  background-color: #fff;
  position: relative;
  top: auto;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__inner {
    width: 1080px;
    padding: 55px 90px 60px;
  }
}

.p-product-detail__modal-makeup__title {
  text-align: center;
  background-color: #fbf2f4;
  color: #e75580;
  padding: 24px 0;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__title {
    font-size: 24px;
    margin-bottom: 46px;
    line-height: 1.875;
  }

  .p-product-detail__modal-makeup__title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #fbf2f4 transparent transparent transparent;
  }
}

.p-product-detail__modal-makeup__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__contents {
    -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;
  }
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__YKK-module {
    width: 424px;
    height: 424px;
  }
}

.p-product-detail__modal-makeup__sub-area {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area {
    width: 430px;
    height: 630px;
  }
}

.p-product-detail__modal-makeup__sub-area.has-howto {
  min-height: 630px;
}

.p-product-detail__modal-makeup__sub-area .howto {
  height: 100%;
  background-color: rgba(233, 247, 252, 0.9);
  color: #3b4043;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto {
    padding: 40px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto .title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .title {
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .flow-list {
    margin-bottom: 15px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto .flow-list li {
  margin-left: 1.5em;
  text-indent: -1.4em;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .flow-list li {
    font-size: 14px;
    line-height: 2.14286;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .flow-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto .flow-list .bold {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .anotation {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__choice {
  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 {
  .p-product-detail__modal-makeup__sub-area .color-choice .make-clear {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #3b4043;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .make-clear:hover {
    opacity: 0.5;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .make-clear:hover {
    cursor: pointer;
  }
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item {
  position: relative;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item .group__item__thumb {
  text-align: center;
  box-sizing: border-box;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item.is-disable:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 104%;
  background-color: #e0e0e0;
  opacity: 0.8;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item.is-disable .group__item__thumb {
  box-sizing: border-box;
  border: none;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item + .p-product-detail__color__group__item {
    margin-left: 22px;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item:nth-child(6n+1) {
    margin-left: 0;
  }
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item .group__item__thumb {
  box-sizing: border-box;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__all {
  margin-bottom: 0;
}

.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;
}

.group__item__thumb__color {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.p-product-detail__product {
  margin-top: 30px;
  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-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;
  text-align: center;
}

.p-product-detail__product img {
  width: auto;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__product img {
    height: 200px;
  }
}

.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: 78px;
  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(/assets/img/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(/assets/img/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(/assets/img/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: 27px 0 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(/assets/img/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(/assets/img/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(/assets/img/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(/assets/img/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;
}

@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;
  }
}

.js-accordion-open + .p-product__filter__category__items {
  box-sizing: border-box;
  margin-bottom: 40px;
}

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

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

/*# sourceMappingURL=../../_maps/style.css.map */