@charset "UTF-8";
/* -----------------------------------------------
 detail
 ----------------------------------------------- */
.detail__container {
  padding-top: 58px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 719px) {
  .detail__container {
    padding-top: 9px;
  }
}

.detail__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.0175438596%;
     -moz-column-gap: 7.0175438596%;
          column-gap: 7.0175438596%;
}
@media only screen and (max-width: 999px) {
  .detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 719px) {
  .detail__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}

.detail__img-wrap {
  width: 46.4912280702%;
}
@media only screen and (max-width: 999px) {
  .detail__img-wrap {
    width: 100%;
  }
}

.detail__img {
  display: block;
  position: sticky;
  top: 137px;
}

.detail__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail__contents .alert-success {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #7d7d7d;
  background: #f4f4f4;
  padding: 0;
  margin: 0 0 23px;
}
@media only screen and (max-width: 719px) {
  .detail__contents .alert-success {
    margin: 20px 0 10px;
  }
}
.detail__contents .alert-success p {
  background: none !important;
}
.detail__contents .alert-success p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #7d7d7d;
}
@media only screen and (max-width: 719px) {
  .detail__contents .alert-success p {
    font-size: 11px;
  }
}

.detail-info__head {
  padding-top: 15px;
  padding-bottom: 38px;
  padding-block: 15px 38px;
  border-bottom: 1px solid #ebebeb;
}

.detail-info__soldout {
  font-size: 12px;
  color: #d61212;
  font-family: var(--font-lato);
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
@media only screen and (max-width: 719px) {
  .detail-info__soldout {
    font-size: 10px;
  }
}

.detail-info__name {
  font-family: var(--font-lato);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .detail-info__name {
    font-size: 12px;
  }
}

.detail-info__price {
  margin-top: 11px;
  font-family: var(--font-lato);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .detail-info__price {
    margin-top: 10px;
    font-size: 11px;
  }
}

.detail-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-list {
  border-bottom: 1px solid #ebebeb;
}

.info-list > dt {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-block: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--base-color);
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .info-list > dt {
    font-size: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-block: 16px;
  }
}

.info-list > dt.u-font-en {
  font-family: var(--font-lato);
}

.info-list > dt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background-color: #7d7d7d;
}
@media only screen and (max-width: 719px) {
  .info-list > dt::before {
    width: 8px;
    right: 4px;
  }
}

.info-list > dt::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 9px;
  height: 1px;
  background-color: #7d7d7d;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media only screen and (max-width: 719px) {
  .info-list > dt::after {
    width: 8px;
    right: 4px;
  }
}

.info-list > dt.is-show::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.info-list > dd {
  margin-top: 17px;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5384615385;
  letter-spacing: 0.04em;
  color: #7d7d7d;
  padding-bottom: 40px;
}
@media only screen and (max-width: 719px) {
  .info-list > dd {
    margin-top: 8px;
    font-size: 11px;
    padding-bottom: 28px;
  }
}

.info-list__contents:not(:first-of-type) {
  margin-top: 20px;
}
.info-list__name {
  font-family: var(--font-lato);
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 719px) {
  .info-list__name {
    font-size: 11px;
  }
}

.info-list__name.u-how-to {
  color: var(--base-color);
  font-weight: 400;
}
@media only screen and (max-width: 719px) {
  .info-list__name.u-how-to {
    font-size: 13px;
  }
}

.info-list__name span {
  font-family: var(--font-gothic);
  font-size: 12px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
  color: #7d7d7d;
  display: block;
  margin-top: 3px;
}
@media only screen and (max-width: 719px) {
  .info-list__name span {
    margin-top: 2px;
    font-size: 10px;
  }
}

.info-list__text a {
  text-decoration: underline;
}

.scent-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  position: relative;
}

.scent-table__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #949494, #949494 1px, transparent 2px, transparent 4px);
  background-size: 4px 1px; /* リピート幅・高さを指定 */
  background-position: left bottom; /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  z-index: 2;
}

.scent-table__item dt {
  position: relative;
  padding-left: 8px;
  padding-top: 48px;
  color: #fff;
  font-family: var(--font-lato);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.035em;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 719px) {
  .scent-table__item dt {
    font-size: 10px;
  }
}

.scent-table__item:nth-child(1) dt {
  width: 60px;
  background-color: #9f9f9f;
}

.scent-table__item:nth-child(2) dt {
  width: 120px;
  background-color: #b5b5b5;
}

.scent-table__item:nth-child(3) dt {
  width: 180px;
  background-color: #cdcdcd;
  color: #6e6e6e;
}

.scent-table__item dt::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 101%;
  width: 61px;
  background-color: #fff;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.scent-table__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #7d7d7d;
}
@media only screen and (max-width: 719px) {
  .scent-table__item dd {
    padding-left: 10px;
    font-size: 11px;
  }
}

.scent-table__item dd span {
  display: block;
  font-weight: 500;
  color: var(--base-color);
}

.info-list__contents.u-mt33 {
  margin-top: 33px !important;
}

.how-to-step__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.how-to-step__lists--4 {
  -ms-grid-columns: 25.3% 25.3% 25.3% 24.1%;
  grid-template-columns: 25.3% 25.3% 25.3% 24.1%;
}

.how-to-step__lists--3 {
  -ms-grid-columns: 34% 34% 32%;
  grid-template-columns: 34% 34% 32%;
}

.how-to-step {
  position: relative;
  margin-top: 38px;
  padding-top: 24px;
}
@media only screen and (max-width: 719px) {
  .how-to-step {
    margin-top: 30px;
    padding-top: 20px;
  }
}

.how-to-step:not(:last-child) {
  padding-right: 10px;
}

.how-to-step::before {
  position: absolute;
  content: "";
  top: 0;
  right: 8px;
  width: calc(100% - 38px);
  height: 1px;
  background-image: linear-gradient(to right, var(--base-color), var(--base-color) 1px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.how-to-step:last-child::before {
  right: 0;
  width: calc(100% - 30px);
}

.how-to-step__number {
  position: absolute;
  top: -11px;
  left: 0;
  font-family: var(--font-lato);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--base-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 719px) {
  .how-to-step__number {
    top: -9px;
    font-size: 9px;
    width: 22px;
  }
}

.how-to-step__img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 719px) {
  .how-to-step__img {
    width: 47px;
  }
}

.how-to-step__title {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--base-color);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}
@media only screen and (max-width: 719px) {
  .how-to-step__title {
    font-size: 10px;
  }
}

.how-to-step__text {
  margin-top: 5px;
  text-align: center;
  font-size: 11px;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  color: #7d7d7d;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 719px) {
  .how-to-step__text {
    font-size: 9px;
  }
}

.info-list__text li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5454545455;
}

.info-list__text li a {
  text-decoration: underline;
}

.info-list__voice:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 719px) {
  .info-list__voice:not(:first-child) {
    margin-top: 22px;
  }
}

.info-list__voice .info-list__title {
  font-size: 13px;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 719px) {
  .info-list__voice .info-list__title {
    font-size: 12px;
  }
}

.info-list__voice .info-list__text {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.5454545455;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 719px) {
  .info-list__voice .info-list__text {
    margin-top: 10px;
    font-size: 11px;
  }
}

.info-list__poster {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5454545455;
  letter-spacing: 0.06em;
  color: #cacaca;
}
@media only screen and (max-width: 719px) {
  .info-list__poster {
    margin-top: 7px;
    font-size: 11px;
  }
}

.info-list__form:not(:first-child) {
  margin-top: 20px;
}

.info-list__input {
  margin-top: 3px;
}

.info-list__input input {
  border: 1px solid #ebebeb;
  width: 100%;
  height: 36px;
  border-radius: 2px;
  padding: 9px;
  font-size: 12px;
  line-height: 1.5454545455;
  letter-spacing: 0.04em;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .info-list__input input {
    font-size: 11px;
  }
}

.info-list__input textarea {
  min-height: 108px;
  border: 1px solid #ebebeb;
  width: 100%;
  border-radius: 2px;
  padding: 9px;
  font-size: 12px;
  line-height: 1.5454545455;
  letter-spacing: 0.04em;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .info-list__input textarea {
    font-size: 11px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cacaca !important;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca !important;
}

.info-list__btn {
  margin-top: 19px;
}

.shopping-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 719px) {
  .shopping-btn {
    position: fixed;
    z-index: 50;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: 20px;
  }
}

.shopping-btn button,
.shopping-modal__btn a,
.shopping-modal__btn button {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.shopping-btn button:hover,
.shopping-modal__btn a:hover,
.shopping-modal__btn button:hover {
  opacity: 0.4;
}

/* -----------------------------------------------
 モーダル
 ----------------------------------------------- */
.shopping-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
}

.shopping-modal__inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-inline: 30px;
}
@media only screen and (max-width: 719px) {
  .shopping-modal__inner {
    max-width: none;
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
    top: auto;
    top: initial;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.shopping-modal__container {
  position: relative;
  padding: 40px 50px;
  border-radius: 10px;
  background-color: #fff;
  max-height: 90vh;
  overflow: auto;
}
@media only screen and (max-width: 719px) {
  .shopping-modal__container {
    padding: 50px 20px 30px;
    border-radius: 6px 6px 0 0;
  }
}

.shopping-modal-close {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .shopping-modal-close {
    top: 19px;
    right: 19px;
  }
}

.shopping-modal-close:hover {
  opacity: 1 !important;
}

.shopping-modal-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 1px;
  background-color: #4d4d4d;
}
@media only screen and (max-width: 719px) {
  .shopping-modal-close span {
    width: 17px;
  }
}

.shopping-modal-close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.shopping-modal-close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.shopping-modal__btn--regular {
  margin-top: 9px;
}

.modal-toggle__title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-block: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--base-color);
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .modal-toggle__title {
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-block: 15px;
  }
}

.modal-toggle__title span {
  position: relative;
  padding-right: 14px;
}
@media only screen and (max-width: 719px) {
  .modal-toggle__title span {
    padding-right: 13px;
  }
}

.modal-toggle__title span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background-color: #7d7d7d;
}
@media only screen and (max-width: 719px) {
  .modal-toggle__title span::before {
    top: 56%;
    width: 8px;
  }
}

.modal-toggle__title span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 9px;
  height: 1px;
  background-color: #7d7d7d;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media only screen and (max-width: 719px) {
  .modal-toggle__title span::after {
    top: 56%;
    width: 8px;
  }
}

.modal-toggle__title.is-show span::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

/* -----------------------------------------------
 使用料目安
 ----------------------------------------------- */
.toggle-contents {
  padding-left: 20px;
  padding-right: 20px;
  padding-inline: 20px;
  padding-bottom: 19px;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .toggle-contents {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 0;
    padding-bottom: 20px;
  }
}

.toggle-contents figure {
  margin: 0;
}

.toggle-contents__table {
  width: 100%;
}

.toggle-contents__table tr {
  border-bottom: 1px solid #ebebeb;
}

.toggle-contents__table tr:first-child {
  border-bottom: 2px solid #ebebeb;
}

.toggle-contents__table tr:last-child {
  border-bottom: none;
}

.toggle-contents__table th {
  width: 110px;
  text-align: left;
  font-size: 12px;
  line-height: 1.5833333333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  color: var(--base-color);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-block: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 719px) {
  .toggle-contents__table th {
    width: 102px;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-block: 10px;
  }
}

.toggle-contents__table th span {
  display: block;
  font-size: 11px;
}
@media only screen and (max-width: 719px) {
  .toggle-contents__table th span {
    font-size: 9px;
  }
}

.toggle-contents__table td {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-block: 12px;
  text-align: center;
  font-size: 12px;
  font-family: var(--font-lato);
}
@media only screen and (max-width: 719px) {
  .toggle-contents__table td {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-block: 10px;
  }
}

.toggle-contents__table td figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: var(--font-lato);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .toggle-contents__table td figcaption {
    margin-top: 5px;
    font-size: 10px;
  }
}

.toggle-contents__table td span {
  text-align: center;
  font-family: var(--font-gothic);
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .toggle-contents__table td span {
    font-size: 9px;
  }
}

.toggle-contents__table td span.u-fz11 {
  font-size: 11px;
  font-weight: 400;
  color: #7d7d7d;
}
@media only screen and (max-width: 719px) {
  .toggle-contents__table td span.u-fz11 {
    font-size: 9px;
  }
}

figure.toggle-contents__img {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 719px) {
  figure.toggle-contents__img {
    width: 23px;
  }
}

.toggle-contents__size {
  padding-bottom: 12px !important;
}

.toggle-contents__size {
  padding-left: 36px;
}
@media only screen and (max-width: 719px) {
  .toggle-contents__size {
    padding-left: calc(18.8953vw - 70.8576px);
  }
}

.toggle-contents__size figure {
  max-width: 317px;
}

.toggle-contents__note {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6153846154;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--base-color);
}
@media only screen and (max-width: 719px) {
  .toggle-contents__note {
    font-size: 11px;
  }
}

/* -----------------------------------------------
 utility
 ----------------------------------------------- */
.u-font-ja {
  font-family: var(--font-gothic);
}

.u-text-bottom {
  vertical-align: bottom;
  position: relative;
}

.u-text-top {
  vertical-align: top;
}

.u-text-bottom span {
  font-size: 12px !important;
}

.u-text-bottom span {
  position: absolute;
  top: 12px;
  left: -3px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--base-color);
  padding: 6px 20px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 719px) {
  .u-text-bottom span {
    font-size: 10px !important;
  }
  .u-text-bottom span {
    padding: 5px 15px;
    top: 10px;
  }
}

body.no_scroll {
  overflow: hidden;
}

/* =======================================
 ecforceデフォルトcss打ち消し用
 ======================================= */
.l-wrapper-none[\:has\(.detail__container\)] {
  overflow: visible;
  overflow: initial;
}
.l-wrapper-none[\:has\(.detail__container\)] {
  overflow: visible;
  overflow: initial;
}
.l-wrapper-none:has(.detail__container) {
  overflow: visible;
  overflow: initial;
}

.p-product_content {
  padding: 0;
}

.c-review_star__item__icon {
  font-size: 20px;
  color: var(--base-color);
}

.p-review__inner__entry__content__form__submit {
  max-width: 100%;
  margin: 0;
}