/***************************/
/* add style                */
/***************************/
@charset "UTF-8";

.is-sp {
  display: none;
}

@media screen and (max-width: 680px) {
  .is-sp {
    display: block;
  }
}

.c-btn__center {
  margin: 60px auto 0;
}

/* header */
.l-header__menu__item {
  position: relative;
}

.l-header__submenu {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  height: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity .5s;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.l-header__submenu>li>a {
  font-size: 14px;
  color: #2D2926;
  line-height: 2;
  white-space: nowrap;
  width: fit-content;
}

.l-header__menu__item:hover>a {
  padding-bottom: 25px;
}

.l-header__menu__item:hover>.l-header__submenu {
  overflow: visible;
  height: auto;
  padding: .3em 1em;
  opacity: 1;
}

.l-header__submenu__item {
  margin: .5em 0;
}

.l-header__submenu__item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.l-header__submenu__item a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #555;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}

.l-header__submenu__item a:hover::after {
  transform: scale(1, 1);
}

@media screen and (max-width: 680px) {
  .l-header__submenu {
    overflow: hidden;
    position: static;
    left: 0;
    top: 0;
    height: auto;
    opacity: 1;
    background-color: #fff;
    padding: 0 0 0 1em;
    box-shadow: none;
  }

  .l-header__submenu__item {
    border-top: 1px solid #ddd;
    margin: 0;
  }

  .l-header__submenu__item a::after {
    display: none;
  }

  .l-header__submenu>li>a {
    font-size: .8125em;
    padding: 1em 0 1em 1em;
  }
}

/* footer */
.l-footer__menu {
  justify-content: center;
}

.l-footer__menu .l-footer__menu__item:not(:first-child) {
  margin-left: 40px;
}

.l-footer__menu .l-footer__menu__item {
  white-space: nowrap;
}

.l-footer__bottom {
  display: flex;
}

.l-footer__submenu {
  margin-left: 0;
  width: 100%;
  justify-content: flex-end;
}

.l-footer__submenu__item {
  white-space: nowrap;
  font-size: 12px;
}

.l-footer__submenu__item:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 680px) {
  .l-footer__menu {
    flex-direction: column;
  }

  .l-footer__menu a {
    font-size: 16px;
  }

  .l-footer__menu .l-footer__menu__item:not(:first-child) {
    margin-left: 0;
  }

  .l-footer__submenu {
    margin-left: 1em;
  }

  .l-footer__submenu__items {
    padding: 0 10px;
  }
}

/* how to use */
.p-list__howto__list {
  max-width: 1180px;
}

.p-list__howto__item.is-original {
  margin: 0 2%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__item.is-original {
    margin: 20px 0;
  }
}

.p-list__howto__item.is-new {
  margin: 0 2%;
  width: 40%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__item.is-new {
    margin: 20px 0;
    width: auto;
  }
}

.p-list__howto__original.is-none::after {
  display: none;
}

/* .p-list__howto__original__img img {
	max-width: 80px;
} */
.p-list__howto__original__item.is-amper {
  width: 45.75%;
}

.p-list__howto__original__item.is-amper::after {
  background: none;
  content: "&";
}

.p-list__howto__original__item.is-small {
  padding-top: 87px;
  width: 43%;
}

.p-list__howto__original__item.is-small::before {
  padding-top: 80%;
  width: 80%;
  top: 25%;
  left: 10%;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__item.is-amper {
    width: 160px;
  }

  .p-list__howto__original__item.is-amper .p-list__howto__original__img {
    margin-top: -2em;
  }

  .p-list__howto__original__item.is-small {
    padding-top: 32px;
    width: 160px;
  }

  .p-list__howto__original__item.is-small .p-list__howto__original__img {
    margin-top: -2em;
  }

  .p-list__howto__original__item.is-amper::after {
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }

  .p-list__howto__original__item.is-small::before {
    width: 100px;
    left: calc(50% - 50px);
    top: 5%;
    padding-top: 100px;
  }
}

.p-list__howto__original__en {
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
  .p-list__howto__original__item.is-amper .p-list__howto__original__en {
    /* margin-top: -2.2em; */
  }

  .p-list__howto__original__item.is-small .p-list__howto__original__en {
    /* margin-top: -1.6em; */
  }
}

.p-list__howto__circle {
  border: none;
  padding-top: 0;
}

.p-list__howto__circle::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d7d7d7;
  padding-top: 100%;
  border-radius: 50%;
  z-index: 1;
}

.p-list__howto__circle .p-list__howto__circle__img {
  position: relative;
  padding-top: 20px;
  z-index: 2;
}

.p-list__howto__circle .p-list__howto__circle__img img {
  max-width: 80px;
  margin: 0 auto;
}

.p-list__howto__circle .p-list__howto__circle__text {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .p-list__howto__circle .p-list__howto__circle__text br {
    display: none;
  }
}

.p-list__product__content__item:not(:last-child) {
  margin-bottom: 40px;
}

.p-list__product__content__item .p-list__product__link {
  margin-top: 20px;
}

.p-list__howto__original:before,
.p-list__howto__original:after {
  background: url("/beauty/branchic/common/images/icon_arrow.png") center/contain no-repeat;
}

/* product show */

.c-product_info__subscription__choice__price {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 680px) {
  .c-product_info__subscription__choice__price {
    flex: 1;
    text-align: right;
    white-space: nowrap
  }
}

.c-product_info__set {
  padding: 40px 30px;
}

.c-product_info__set__title {
  text-align: center;
}

.c-product_info__subscription {
  background: transparent;
  padding: 0;
}

.c-product__cart__box {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 20px;
}

.p-descriptionList__title {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 1.5em;
  padding: 1em 5px;
  text-align: center;
  font-size: 16px;
}

.p-descriptionList__data {
  margin-top: 1em;
}

.p-review__inner__list {
  justify-content: space-between;
  margin-top: 40px;
}

.c-review_item__title.desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.c-review_item__text.desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.c-review_btn__close,
.c-review_btn__open {
  color: #9A9A9A;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.c-review_btn__close.off,
.c-review_btn__open.off {
  display: none;
}

.c-review_btn__close::after {
  font-family: "icon", sans-serif !important;
  content: "\e906";
  display: inline-block;
  font-size: 24px;
  height: 1em;
  width: 1em;
}

.c-review_btn__open::after {
  content: "";
  display: inline-block;
  background: url("/beauty/branchic/common/images/icon_arrow-open.svg") center/contain no-repeat;
  height: 20px;
  width: 16px;
}

.c-review_btn__close::after {}

.c-review_btn__open::after {}

.c-review_header,
.c-review_footer {
  display: flex;
}

.c-review_header {
  align-items: stretch;
}

.c-review_footer {
  align-items: center;
  margin-top: 1em;
}

.c-review_item__star,
.c-review_item__name {
  margin: 0 1.5em 0 0;
}

.c-review_item__time {
  margin-top: 0;
}

.c-review_btn__box {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 679px) {
  .p-review__inner__list__item {
    width: calc((100% - 40px) / 2);
  }

  .p-review__inner__list__item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }

  .p-review__inner__list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.p-product_reccomend__item {
  margin: 0 10px;
  width: calc((100% - 40px) / 2);
}

.p-product_reccomend__img {
  margin: 0 auto 65px;
  width: 52%;
}

.p-product_reccomend__img img {
  height: auto;
  max-width: 100%;
}

.p-product_reccomend__content {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}

.p-product_reccomend__en {
  font-size: 22px;
}

.p-product_reccomend__jp {
  font-size: 16px;
  margin-top: .5em;
}

@media screen and (min-width: 679px) {
  .p-product_reccomend__item {
    margin: 0 10px;
    width: calc((100% - 80px) / 4);
  }
}

.p-product_reccomend .p-product_reccomend__inner {
  padding-bottom: 40px;
  max-width: 1140px;
}

.slick-prev,
.slick-next {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 6px;
  width: 20px;
  position: absolute;
}

.slick-prev {
  background: url("/beauty/branchic/common/images/icon_arrow-left.svg") center/contain no-repeat;
  /* bottom: 0;*/
  top: 50%;
  left: -20px;
}

.slick-next {
  background: url("/beauty/branchic/common/images/icon_arrow-right.svg") center/contain no-repeat;
  /* bottom: 0; */
  top: 50%;
  right: -20px;
}

@media screen and (max-width: 680px) {
  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }
}

.p-product_feature__skinmask {
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 120px;
}

.p-product_feature__skinmask ul li {
  counter-increment: number;
  margin: 40px auto 80px;
}

.p-product_feature__skinmask .p-product_feature__skinmask__tit {
  font-family: "A1譏取悃", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-indent: -2.3em;
  margin-left: 2.3em;
  margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask .p-product_feature__skinmask__tit {
    font-size: 20px;
  }
}

.p-product_feature__skinmask .p-product_feature__skinmask__tit::before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "futura-pt", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  margin-right: 16px;
  font-weight: normal;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask .p-product_feature__skinmask__tit::before {
    margin-right: .5em;
  }
}

.p-product_feature__skinmask .p-product_feature__skinmask__subtit {
  border-bottom: 1px solid #707070;
  font-size: 21px;
  line-height: 1.25;
  padding: 0 0 .4em 0;
  width: fit-content;
  margin-bottom: 1em;
  margin-top: 1em;
}

.p-product_feature__skinmask .p-product_feature__skinmask__subtit span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask .p-product_feature__skinmask__subtit {
    font-size: 18px;
  }
}

.p-product_feature__skinmask .p-product_feature__skinmask--note--tit {
  font-family: "A1譏取悃", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 22px;
  margin-bottom: 1em;
}

.p-product_feature__skinmask .p-product_feature__skinmask--note--tit .in-small {
  display: inline;
  font-size: 20px;
}

.p-product_feature__skinmask .p-product_feature__skinmask--note--tit span {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask .p-product_feature__skinmask--note--tit {
    font-size: 20px;
  }
}

.p-product_feature__skinmask .p-product_feature__skinmask--note--sub {
  border-bottom: 1px solid #707070;
  font-family: "A1譏取悃", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 16px;
  padding: 0 0 .4em 0;
  margin-bottom: 1em;
  width: fit-content;
}

.p-product_feature__skinmask li p {
  font-size: 17px;
  line-height: 2;
}

.p-product_feature__skinmask li p .sup {
  font-size: 10px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask li p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-product_feature__skinmask .small {
  font-size: .7em;
}

.p-product_feature__skinmask__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 48px auto 60px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask__list {
    flex-direction: column;
    margin: 2em auto 3em;
  }
}

.p-product_feature__skinmask__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #000000;
  padding: 1.25em;
  background: #f2f2f2;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask__item {
    width: 100%;
    font-size: 17px;
    margin-top: .5em;
  }
}

.p-product_feature__skinmask__item span {
  font-size: 16px;
  margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask__item span {
    font-size: 14px;
  }
}

.p-product_feature__skinmask--use {
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 48px 36px 36px;
  margin-top: 20px;
}

.p-product_feature__skinmask .p-product_feature__skinmask--note {
  width: 75%;
}

.p-product_feature__skinmask .p-product_feature__skinmask--note p {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask .p-product_feature__skinmask--note p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.p-product_feature__skinmask--img {
  text-align: center;
  width: 25%;
}

.p-product_feature__skinmask--img .caption {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}

.p-product_feature__skinmask--memo {
  font-size: 17px;
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .p-product_feature__skinmask--use {
    flex-direction: column;
    padding: 1.5em;
    margin-top: 20px;
  }

  .p-product_feature__skinmask .p-product_feature__skinmask--note {
    order: 1;
    margin-top: 1em;
    width: 100%;
  }

  .p-product_feature__skinmask--img {
    text-align: center;
    width: 100%;
  }

  .p-product_feature__skinmask--memo {
    font-size: 15px;
    text-align: left;
  }
}

.p-product_feature__capsule {
  max-width: 1020px;
  width: 100%;
  margin: 40px auto 120px;
}

.p-product_feature__capsule ul li {
  counter-increment: number;
  margin: 40px auto 80px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__capsule ul li {
    margin: 1.5em auto 3em;
  }
}

.p-product_feature__capsule .p-product_feature__capsule__tit {
  font-family: "A1譏取悃", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 27px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-indent: -2.3em;
  margin-left: 2.3em;
  margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
  .p-product_feature__capsule .p-product_feature__capsule__tit {
    font-size: 20px;
  }
}

.p-product_feature__capsule .p-product_feature__capsule__tit::before {
  content: counter(number, decimal-leading-zero) ".";
  font-family: "futura-pt", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  margin-right: 16px;
  font-weight: normal;
}

@media screen and (max-width: 680px) {
  .p-product_feature__capsule .p-product_feature__capsule__tit::before {
    margin-right: .5em;
  }
}

.p-product_feature__capsule .p-product_feature__capsule__item {
  display: flex;
  justify-content: space-between;
}

.p-product_feature__capsule .p-product_feature__capsule--note {
  width: 58%;
}

.p-product_feature__capsule .p-product_feature__capsule--note p {
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0;
}

.p-product_feature__capsule .p-product_feature__capsule--note p span {
  font-size: 10px;
}

.p-product_feature__capsule .p-product_feature__capsule--note .small {
  font-size: .7em;
  display: inline-block;
  line-height: 1;
}

.p-product_feature__capsule .p-product_feature__capsule--img {
  width: 36.2745%;
}

@media screen and (max-width: 680px) {
  .p-product_feature__capsule .p-product_feature__capsule__item {
    flex-direction: column;
  }

  .p-product_feature__capsule .p-product_feature__capsule--note {
    order: 2;
    margin-top: 1em;
    width: 100%;
  }

  .p-product_feature__capsule .p-product_feature__capsule--img {
    order: 1;
    width: 100%;
  }
}

.p-product_feature__ingredient {
  background: #F2F2F2;
  padding: 80px 100px 5px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.p-ingredient__item {
  margin-bottom: 75px;
  width: 370px;
}

@media screen and (max-width: 680px) {
  .p-product_feature__ingredient {
    padding: 3em 3em 1px;
    margin-top: 2em;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .p-ingredient__item {
    margin-bottom: 3em;
    width: 100%;
  }
}

.p-ingredient__item p {
  font-size: 15px;
}

.p-ingredient__item .flex-grid {
  display: flex;
  margin-bottom: 24px;
}

.p-ingredient__item .flex-grid img {
  width: 123px;
}

.p-ingredient__item .flex-grid h4 {
  font-size: 16px;
}

.p-ingredient__item .flex-grid p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: normal;
}

.p-ingredient__item--note {
  margin-left: 1em;
}

/* subscription */
.p-subscription__about__nav__btn a {
  padding-left: 30px;
}

.p-subscription__item__list {
  max-width: 800px;
  width: calc(100% - 200px);
  margin: 30px auto 0;
  position: relative;
}

@media screen and (max-width: 680px) {
  .p-subscription__item__list {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list thead tr th {
    background: #2d2926;
    opacity: 1;
  }

  .p-subscription__about__block__list tbody tr {
    display: block;
  }
}

.p-subscription__item__list tbody tr td {
  padding: 20px 30px 30px;
}

.p-subscription__item__product {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.p-subscription__item__product .p-subscription__item__product__note p {
  text-align: left;
}

.p-subscription__item__product img {
  max-height: 190px;
  width: auto;
}

.p-subscription__item__product__note {
  font-family: "futura-pt", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  margin: 0;
  width: 50%;
}

.p-subscription__item__product__note p {
  margin-top: 10px;
  line-height: 1.2;
}

.p-subscription__item__product__note .p-subscription__item__product__title {
  font-size: 22px;
  line-height: 1.2;
}

.p-subscription__item__product__note .p-subscription__item__regular {
  font-size: 11px;
}

.p-subscription__item__product__note .p-subscription__item__regular--price {
  font-size: 17px;
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-top: 3px;
}

.p-subscription__item__product__note .p-subscription__item__regular--price::before {
  background-color: #2d2926;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 97%;
  top: 50%;
}

.p-subscription__item__product__note .p-subscription__item__price {
  font-size: 20px;
}

.p-subscription__item__product__note .p-subscription__item__regular--price span,
.p-subscription__item__product__note .p-subscription__item__price span {
  font-size: .6em;
  margin: 0 5px;
}

.p-subscription__item__product__note button,
.p-subscription__item__product__note .btn--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  font-family: "futura-pt", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 15px;
  background-color: #F2F2F2;
  border: 1px solid #2d2926;
  margin: 16px auto 0;
}

.p-subscription__item__product__note button img,
.p-subscription__item__product__note .btn--submit img {
  width: 14px;
  margin: 0 8px 0 0;
}

.p-subscription__about__block__list__discount {
  top: calc(50% + 20px);
  left: -200px;
}

@media screen and (max-width: 680px) {
  .p-subscription__about__block__list tbody {
    position: relative;
  }

  .p-subscription__about__block__list__discount {
    top: 0;
    left: 50%;
    transform: translate(-50%, -110%);
  }
}

.p-subscription__set__list {
  max-width: 800px;
  width: calc(100% - 200px);
  margin: 60px auto 0;
  position: relative;
}

@media screen and (max-width: 680px) {
  .p-subscription__set__list {
    width: 100%;
    position: relative;
  }
}

.p-subscription__set__product {
  text-align: center;
  padding: 30px;
}

.p-subscription__set__title {
  font-family: "futura-pt", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
}

.p-subscription__note {
  font-size: 17px;
  line-height: 2;
  margin-top: 16px;
}

.p-subscription__set__product button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  width: 100%;
  height: 50px;
  font-family: "futura-pt", "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #2d2926;
  margin: 16px auto 0;
}

.p-subscription__product__inner {
  max-width: 1120px;
}


/* 郢ｧ�ｻ郢晢ｿｽ繝ｨ髮会ｽｼ陷茨ｽ･郢晏｣ｹ�ｽ郢ｧ�ｸ */
.p-list_header .p-list_header__inner {
  justify-content: center;
  position: relative;
}

.p-list_header .p-list_header__inner .c-list_tool {
  display: block;
  margin-top: 1em;
  position: static;
  text-align: center;
  transform: none;
  width: 100%;
}

.p-set_list {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 719px) {
  .p-set_list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-set_list__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .p-set_list__list .c-confirm_item {
    width: calc((100% - 121px) / 3);
  }

  .p-set_list__list .c-confirm_item:not(:nth-child(4n)) {
    margin-right: 40px;
  }

  .p-set_list__list .c-confirm_item:not(:nth-child(-n+4)) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_list__list .c-confirm_item {
    width: 100%;
  }

  .p-set_list__list .c-confirm_item:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_list {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-confirm_item {
  position: relative;
  border: 1px solid #D8DDDF;
  padding-bottom: 40px;
}

.c-confirm_item__inner {
  padding: 40px 20px;
}

@media screen and (max-width: 719px) {
  .c-confirm_item__inner {
    padding: 20px 16px;
  }
}

.c-confirm_item__inner .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 719px) {
  .c-confirm_item__inner .title {
    font-size: 18px;
  }
}

.c-confirm_item__inner .price {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 719px) {
  .c-confirm_item__inner .price {
    font-size: 16px;
  }
}

@media screen and (max-width: 719px) {
  .c-confirm_item__inner .price {
    margin-top: 16px;
  }
}

.c-confirm_item__inner .desc {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 719px) {
  .c-confirm_item__inner .desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 719px) {
  .c-confirm_item__inner .desc {
    margin-top: 16px;
  }
}

.c-confirm_item__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-confirm_item__button>a {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-confirm_item__button>a>span {
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 719px) {
  .c-confirm_item__button>a>span {
    font-size: 14px;
  }
}

/* 郢ｧ�ｻ郢晢ｿｽ繝ｨ髮会ｽｼ陷茨ｽ･髫ｧ�ｳ驍擾ｽｰ郢晏｣ｹ�ｽ郢ｧ�ｸ */
.p-set_selection {
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 100px;
}

@media screen and (max-width: 719px) {
  .p-set_selection {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-set_selection__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 719px) {
  .p-set_selection__inner {
    display: block;
  }
}

.p-set_selection__content {
  width: calc(100% - 360px);
  padding-right: 60px;
}

@media screen and (max-width: 719px) {
  .p-set_selection__content {
    width: 100%;
    padding-right: 0;
  }
}

.p-set_selection__content__list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 720px) {
  .p-set_selection__content__list .c-product_item {
    width: calc((100% - 61px) / 3);
  }

  .p-set_selection__content__list .c-product_item:not(:nth-child(3n)) {
    margin-right: 30px;
  }

  .p-set_selection__content__list .c-product_item:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 680px) {
  .p-set_selection__content__list .c-product_item {
    width: 90%;
    margin: 0 auto 3em;
  }

  .p-set_selection__content__list .c-product_item:nth-child(odd) {
    margin-right: auto;
  }

  .p-set_selection__content__list .c-product_item:not(:nth-child(-n+2)) {
    margin-top: auto;
  }

  .c-product_item__inner__eyecatch__img {
    padding-top: 110%;
  }
}

.p-set_selection__content__change-sets {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.p-set_selection__content__change-sets .label_container {
  display: flex;
}

.p-set_selection__content__change-sets .label_container:not(:first-child) {
  margin-top: 16px;
}

.p-set_selection__content__change-sets .set_label {
  display: flex;
  align-items: center;
}

.p-set_selection__content__change-sets .set_label input[type=radio] {
  display: none;
}

.p-set_selection__content__change-sets .set_label input:checked+span:before {
  background-color: inherit;
}

.p-set_selection__content__change-sets .set_label .checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}

.p-set_selection__content__change-sets .set_label .checkbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: #ffffff;
  background-color: #ffffff;
  transition: 0.3s;
}

.p-set_selection__content__change-sets .set_label .value {
  font-size: 14px;
  letter-spacing: 1;
  line-height: 1.5;
}

@media screen and (max-width: 719px) {
  .p-set_selection__content__change-sets .set_label .value {
    font-size: 14px;
  }
}

.p-set_selection__sidebar {
  width: 360px;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar {
    width: 100%;
    max-height: 90%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
}

.p-set_selection__sidebar__inner {
  position: relative;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__inner {
    border-top-style: solid;
    border-top-width: 1px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-set_selection__sidebar__header .set_status {
  font-size: 18px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .set_status {
    font-size: 18px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .set_status {
    font-size: 14px;
    padding-right: 10px;
  }
}

.p-set_selection__sidebar__header .select_clear {
  margin-top: 10px;
  cursor: pointer;
  transition: 0.4s;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__header .select_clear:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .select_clear {
    display: none;
  }
}

.p-set_selection__sidebar__header .select_clear i {
  font-size: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .select_clear i {
    font-size: 22px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .select_clear i {
    font-size: 16px;
  }
}

.p-set_selection__sidebar__header .select_clear span {
  font-size: 14px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .select_clear span {
    font-size: 14px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__header .select_clear span {
    font-size: 12px;
  }
}

.p-set_selection__sidebar__header .toggle_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 140px;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__header .toggle_btn {
    display: none;
  }
}

.p-set_selection__sidebar__header .toggle_btn.is-open i {
  transform: rotate(90deg);
}

.p-set_selection__sidebar__header .toggle_btn i {
  font-size: 18px;
  vertical-align: middle;
  transform: rotate(-90deg);
}

.p-set_selection__sidebar__header .toggle_btn span {
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__form {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__form__inner {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-set_selection__sidebar__form__inner .clear_btn_alt {
  cursor: pointer;
  display: block;
  width: 130px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__form__inner .clear_btn_alt {
    display: none;
  }
}

.p-set_selection__sidebar__form__inner .clear_btn_alt i {
  font-size: 20px;
  vertical-align: middle;
}

.p-set_selection__sidebar__form__inner .clear_btn_alt span {
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-decoration: underline;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__list {
    order: 0;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__list {
    max-height: 350px;
    overflow: auto;
    padding: 20px;
  }
}

.p-set_selection__sidebar__item {
  padding: 20px 0;
  border-top-style: solid;
  border-top-width: 1px;
}

.p-set_selection__sidebar__item:last-child {
  border-bottom-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.p-set_selection__sidebar__item__inner {
  display: flex;
}

.p-set_selection__sidebar__item__inner>.thumbnail {
  width: 54px;
}

.p-set_selection__sidebar__item__inner>.thumbnail>img {
  width: 100%;
  height: auto;
}

.p-set_selection__sidebar__item__inner>.info {
  width: calc(100% - 54px);
  padding-left: 20px;
}

.p-set_selection__sidebar__item__inner>.info>.name {
  font-size: 14px;
  /*font-weight: bold; */
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__item__inner>.info>.name {
    font-size: 14px;
  }
}

.p-set_selection__sidebar__item__inner>.info>.variant {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__item__inner>.info>.variant {
    font-size: 12px;
  }
}

.p-set_selection__sidebar__item__inner>.info>.control {
  margin-top: 10px;
  max-width: 160px;
  width: 100%;
  height: 35px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  display: flex;
}

.p-set_selection__sidebar__item__inner>.info>.control>.cut,
.p-set_selection__sidebar__item__inner>.info>.control .add {
  font-size: 20px;
  width: 35px;
  height: 35px;
  flex-grow: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.4s;
}

@media screen and (max-width: 719px) {

  .p-set_selection__sidebar__item__inner>.info>.control>.cut,
  .p-set_selection__sidebar__item__inner>.info>.control .add {
    font-size: 19px;
  }
}

@media screen and (min-width: 720px) {

  .p-set_selection__sidebar__item__inner>.info>.control>.cut:hover,
  .p-set_selection__sidebar__item__inner>.info>.control .add:hover {
    opacity: 0.6;
  }
}

.p-set_selection__sidebar__item__inner>.info>.control>.cut i,
.p-set_selection__sidebar__item__inner>.info>.control .add i {
  vertical-align: middle;
}

.p-set_selection__sidebar__item__inner>.info>.control>.quantity {
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(100% - 70px);
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.p-set_selection__sidebar__button {
  margin-top: 40px;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__button {
    order: 1;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__button {
    margin-top: 0;
  }
}

.p-set_selection__sidebar__button>input {
  font-size: 16px;
  width: 100%;
  height: 60px;
  letter-spacing: 0.05em;
  border-radius: 2px;
  transition: 0.4s;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__button>input {
    font-size: 16px;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__button>input {
    border-radius: 0;
  }
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__button>input:hover {
    opacity: 1;
  }

  .p-set_selection__sidebar__button>button:hover {
    opacity: 1;
  }
}

.p-set_selection__sidebar__button>input:disabled {
  opacity: 0.2;
  cursor: default;
}

.p-set_selection__sidebar__button>button:disabled {
  opacity: 0.2;
  cursor: default;
}

.p-set_selection__sidebar__prices {
  margin-top: 40px;
  padding: 20px;
}

@media screen and (min-width: 720px) {
  .p-set_selection__sidebar__prices {
    display: block !important;
    order: 2;
  }
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__prices {
    margin-top: 20px;
    margin-bottom: 10px;
    display: none;
  }
}

.p-set_selection__sidebar__prices>.price_title {
  font-size: 18px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__prices>.price_title {
    font-size: 18px;
  }
}

.p-set_selection__sidebar__prices>.price_table {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.p-set_selection__sidebar__prices>.price_table>.price_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-set_selection__sidebar__prices>.price_table>.price_part:not(:first-child) {
  margin-top: 20px;
}

.p-set_selection__sidebar__prices>.price_table>.price_part>.price_label {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 20%;
  padding-right: 10px;
  flex-grow: 0;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__prices>.price_table>.price_part>.price_label {
    font-size: 14px;
  }
}

.p-set_selection__sidebar__prices>.price_table>.price_part>.price_value {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  flex-grow: 1;
  text-align: right;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__prices>.price_table>.price_part>.price_value {
    font-size: 16px;
  }
}

.p-set_selection__sidebar__prices>.price_total {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-set_selection__sidebar__prices>.price_total>.price_label {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 20%;
  padding-right: 10px;
  flex-grow: 0;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__prices>.price_total>.price_label {
    font-size: 14px;
  }
}

.p-set_selection__sidebar__prices>.price_total>.price_value {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  flex-grow: 1;
  text-align: right;
}

@media screen and (max-width: 719px) {
  .p-set_selection__sidebar__prices>.price_total>.price_value {
    font-size: 22px;
  }
}

.p-browsing_history {
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 719px) {
  .p-browsing_history {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-browsing_history__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-browsing_history__inner__title {
  text-align: center;
  margin-bottom: 40px;
}

.p-browsing_history__inner__title__en {
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.p-subs_cancel {
  margin-top: 40px;
}

.p-subs_cancel__part {
  display: flex;
  align-items: center;
}

.p-subs_cancel__part:not(:first-child) {
  margin-top: 20px;
}

.p-subs_cancel__part__checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.p-subs_cancel__part__checkbox input {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  margin-right: 6px;
}

.p-subs_cancel__part__checkbox__frame {
  width: 12px;
  height: 6px;
  position: absolute;
  left: 4px;
  top: calc(50% - 4px);
  border-left-width: 2px;
  border-left-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  transform: rotate(-45deg);
  opacity: 0;
}

.p-subs_cancel__part__checkbox__text {
  font-size: 14px;
}

@media screen and (max-width: 719px) {
  .p-subs_cancel__part__checkbox__text {
    font-size: 14px;
  }
}

input:checked+.p-subs_cancel__part__checkbox__frame {
  opacity: 1;
}

.p-subs_cancel__part__textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border-style: solid;
  border-width: 1px;
}

.p-subs_cancel__part__textarea:placeholder {
  opacity: 0.2;
}

.c-product_item__inner__control {
  margin-top: 16px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.c-product_item__inner__control>.btn-cut,
.c-product_item__inner__control .btn-add {
  width: calc(50% - 8px);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  transition: 0.4s;
}

@media screen and (min-width: 720px) {

  .c-product_item__inner__control>.btn-cut:hover,
  .c-product_item__inner__control .btn-add:hover {
    opacity: 0.6;
  }
}

.c-product_item__inner__control>.btn-cut i,
.c-product_item__inner__control .btn-add i {
  font-size: 24px;
}

@media screen and (max-width: 719px) {

  .c-product_item__inner__control>.btn-cut i,
  .c-product_item__inner__control .btn-add i {
    font-size: 18px;
  }
}

.p-set_selection__sidebar__item__inner>.info>.control>.cut {
  font-size: 16px;
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qty_text {
  color: #9B9B9B;
  font-size: 14px;
}

.p-payment_list__add__btn.u-color__bg--main {
  background-color: #000 !important;
}

/* confirm */
.p-checkout_confirm__inner {
  flex-direction: column;
  max-width: 700px;
}

.p-checkout_confirm__inner__list {
  order: 2;
  width: 100%;
}

.p-checkout_confirm__inner__side {
  /* order: 1; */
  margin-bottom: 3em;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.p-checkout_confirm__inner__side .c-billing_list {
  /* order: 2; */
  margin-bottom: 0;
}

.p-checkout_confirm__inner__side .c-cart_list {
  /* order: 1; */
  margin-bottom: 2em;
}

.c-confirm__desc__list {
  order: 3;
  margin-top: 1.5em;
}

.c-confirm__desc__item--tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.c-confirm__desc__item {
  font-size: 14px;
  line-height: 2;
  letter-spacing: normal;
}

.c-confirm__desc__item span {
  color: #ff0000;
  display: block;
  padding-left: 1em;
}

.c-confirm__desc__item.small {
  font-size: 12px;
}

.p-descriptionBox {
  margin-top: 3em;
}


.l-header__cart__count {
  color: #2d2926;
}

@media screen and (max-width: 680px) {
  .c-cart_submit__block__submit {
    margin: 20px auto;
  }
}

.l-footer__copyright {
  white-space: nowrap;
  padding: 0 30px 0 0;
}

.l-footer__language {
  display: none;
  max-width: 210px;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
}

@media screen and (max-width: 680px) {
  .l-footer__language {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  footer.l-footer {
    padding-bottom: 145px;
  }

  .c-order_quantity__input {
    padding-left: 45px;
    padding-right: 45px;
  }

  .pconly {
    display: none;
  }

  .c-product_info__subscription__submit button {
    margin: 10px auto;
  }
}


span.c-cart_item__info__title:hover {
  opacity: 1;
}

a.c-cart_item__info__title:hover {
  opacity: 0.4;
}

/* 九里追加 */

.p-product_faeture__cream__img{
  margin: auto;
  width: 80%;
}

@media screen and (max-width: 680px) {
  .p-product_faeture__cream__img {
    width: 100%;
  }
}
