@charset "UTF-8";
li {
  list-style-type: none;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.page p, .page a {
  line-height: 1.875;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .page p, .page a {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
  }
}
.page {
  --color-green: #EDECE7;
  --color-gray: #000;
}
.page section {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .page section {
    margin-bottom: 20.8vw;
  }
}
.page .page-inner {
  width: 90%;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .page-inner {
    width: 89.6vw;
  }
}
.page .page-heading--border {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .page-heading--border {
    margin: 0 auto 7.8vw;
  }
}
.page .page-heading--border span {
  display: inline-block;
  padding: 20px 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.3em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .page .page-heading--border span {
    padding: 5.2vw 2.6vw;
    font-size: 7.3vw;
  }
}
.page .page__heading--lead {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .page__heading--lead {
    font-size: 7.3vw;
    margin: 0 0 7.8vw;
  }
}
.page .page__heading--lead span {
  display: block;
  color: var(--color-green);
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .page__heading--lead span {
    font-size: 3.6vw;
    margin: 0 0 3.6vw;
  }
}
.page .page-tab .page-tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .page-tab .page-tab__button {
  padding: 14px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  font-weight: bold;
  color: #D9D9D9;
  border-bottom: 3px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .page .page-tab .page-tab__button {
    padding: 3.6vw 1.3vw;
    font-size: 6.3vw;
    letter-spacing: 0;
    border-bottom: 0.8vw solid #D9D9D9;
  }
}
.page .page-tab .page-tab__button.is-active {
  background: var(--color-green);
  color: #fff;
  border-bottom: 3px solid var(--color-green);
}
@media screen and (max-width: 768px) {
  .page .page-tab .page-tab__button.is-active {
    border-bottom: 0.8vw solid var(--color-green);
  }
}
.page .page-tab .page-tab__button span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
@media screen and (max-width: 768px) {
  .page .page-tab .page-tab__button span {
    font-size: 3.6vw;
  }
}
.page .page-tab .page-tab__content {
  display: none;
  width: 100%;
}
.page .page-tab .page-tab__content.is-show {
  display: block;
}
.page .layout-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .layout-grid {
    display: block;
  }
}
.page .layout-grid .layout-grid__item {
  width: 46.9%;
  margin: 60px 6.1% 0 0;
}
@media screen and (min-width: 769px) {
  .page .layout-grid .layout-grid__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .page .layout-grid .layout-grid__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .layout-grid .layout-grid__item {
    width: 100%;
    margin: 0 auto 10.4vw;
  }
  .page .layout-grid .layout-grid__item:last-child {
    margin-bottom: 0;
  }
}
.page .layout-grid .layout-grid__title {
  text-align: center;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .layout-grid .layout-grid__title {
    margin: 0 0 2.6vw;
    font-size: 5.2vw;
  }
}
.page .layout-grid .layout-grid__title span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-green);
  margin: 0 auto 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .layout-grid .layout-grid__title span {
    font-size: 3.6vw;
    margin: 0 auto 2.6vw;
  }
}
.page .layout-cross .layout-cross__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .layout-cross .layout-cross__item {
    display: block;
    margin: 0 0 10.4vw;
  }
  .page .layout-cross .layout-cross__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .layout-cross .layout-cross__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page .layout-cross .layout-cross__item:nth-child(even) .layout-cross__contents {
    padding: 0 3% 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 385px) {
  .page .layout-cross .layout-cross__item:nth-child(even) .layout-cross__contents {
    padding-top: 20px;
  }
}
.page .layout-cross .layout-cross__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .layout-cross .layout-cross__img {
    width: 100%;
    margin: 0 0 4.4vw;
  }
}
.page .layout-cross .layout-cross__contents {
  width: 50%;
  padding: 0 0 0 3%;
  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;
}
@media screen and (max-width: 768px) {
  .page .layout-cross .layout-cross__contents {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.page .layout-cross .layout-cross__title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .layout-cross .layout-cross__title {
    font-size: 5.2vw;
    margin: 0 0 2.6vw;
  }
}
.page .layout-cross .layout-cross__catch {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
  margin: 30px 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) and (min-width: 385px) {
  .page .layout-cross .layout-cross__catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .layout-cross .layout-cross__catch {
    font-size: 6.3vw;
    margin: 2.6vw 0 0;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1024px) and (min-width: 385px) {
  .page .layout-cross br.view--pc {
    display: none;
  }
}
.page .layout-cross .page-btn--arrow {
  margin: 50px 0 0 auto;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) and (min-width: 385px) {
  .page .layout-cross .page-btn--arrow {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .layout-cross .page-btn--arrow {
    margin: 5.2vw auto 0;
  }
}
.page .page-btn--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page .page-btn--arrow {
    font-size: 4.2vw;
  }
}
.page .page-btn--arrow:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon_circle_arrow.png");
  background-size: contain;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page .page-btn--arrow:after {
    width: 7.3vw;
    height: 7.3vw;
    margin: 0 0 0 5.2vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.page .page-btn--box {
  width: 400px;
  height: 100px;
  background-color: #222;
  background-image: url("../img/icon_arrow_right.png");
  background-size: 10px auto;
  background-position: center right 20px;
  background-repeat: no-repeat;
  color: #fff;
  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;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .page .page-btn--box {
    width: 100%;
    height: 26vw;
    background-size: 2.6vw auto;
    background-position: center right 5.2vw;
    font-size: 6.3vw;
    border-radius: 2.6vw;
    margin: 10.4vw auto 0;
  }
}
.page .page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .page-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icon_link.png");
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .page .page-link:after {
    width: 5.2vw;
    height: 5.2vw;
    margin: 0 0 0 3.9vw;
  }
}
.page .kv {
  margin: 0;
}
.page .hero {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-green)), color-stop(50%, var(--color-green)), color-stop(50%, #F4F3ED), to(#F4F3ED));
  background: linear-gradient(90deg, var(--color-green) 0%, var(--color-green) 50%, #F4F3ED 50%, #F4F3ED 100%);
  color: #000;
}
@media screen and (max-width: 768px) {
  .page .hero {
    padding: 0;
    background: #F4F3ED;
  }
}
.page .hero .hero__inner {
  width: 90%;
  max-width: 896px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.page .hero .hero__contents,
.page .hero .hero__mv {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__contents,
  .page .hero .hero__mv {
    width: 100%;
  }
}
.page .hero .hero__contents {
  padding-right: 6.6%;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__contents {
    padding: 7.8vw 5.2vw;
    background: #EDECE7;
  }
}
.page .hero .hero__heading {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.25em;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__heading {
    font-size: 7.3vw;
    margin: 0 0 8.1vw;
  }
}
.page .hero .hero__text {
  margin: 0 0 36px;
  line-height: 3.2;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__text {
    margin: 0 0 8.3vw;
    line-height: 3;
  }
}
.page .hero .hero__catch {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.91;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__catch {
    font-size: 6.3vw;
    letter-spacing: 0;
    letter-spacing: 0.13em;
  }
}
.page .hero .hero__mv {
  padding-left: 8.9%;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__mv {
    padding: 7.8vw 5.2vw;
  }
}
.page .hero .hero__slide {
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page .hero .hero__slide.slick-slider {
  opacity: 1;
  height: auto;
}
.page .style {
  max-width: 976px;
  margin: 160px auto;
}
@media screen and (max-width: 768px) {
  .page .style {
    max-width: 89.6vw;
    margin: 20.8vw auto;
  }
}
.page .owatashi {
  background: #EDECE7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .page .owatashi {
    padding: 7.8vw 0;
  }
}
.page .owatashi-img {
  display: block;
  margin: 0 auto;
  max-width: 976px;
}
@media screen and (max-width: 768px) {
  .page .owatashi-img {
    max-width: 89.6vw;
  }
}
.page .recommend-heading {
  display: block;
  margin: 0 auto 50px;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .page .recommend-heading {
    max-width: 89.6vw;
    margin-bottom: 7.8vw;
  }
}
.page .recommend-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .recommend-flex {
    max-width: 89.6vw;
    -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;
    gap: 7.8vw;
  }
}
.page .recommend-flex-sec {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page .recommend-flex-sec {
    width: 100%;
  }
}
.page .recommend .experience {
  max-width: 488px;
  display: block;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .page .recommend .experience {
    max-width: 89.6vw;
    margin-top: 20.8vw;
  }
}
.page .faq {
  padding: 160px 0;
  background: #EDECE7;
}
@media screen and (max-width: 768px) {
  .page .faq {
    padding: 13vw 0;
  }
}
.page .faq .page__heading--lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .faq .page__heading--lead {
    margin-bottom: 5.2vw;
  }
}
.page .faq .faq__main {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__main {
    padding: 5.2vw 5.2vw 7.8vw;
  }
}
.page .faq .faq__list {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__list {
    margin: 0 0 7.8vw;
  }
}
.page .faq .faq__item {
  margin: 0 0 50px;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__item {
    margin: 0 0 5.2vw;
  }
}
.page .faq .faq__item:last-child {
  margin-bottom: 0;
}
.page .faq .faq__item .faq__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__item .faq__title {
    margin: 0 0 5.2vw;
  }
}
.page .faq .faq__item .faq__title:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #000;
  background-position: center center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url("/order/assets/img/mens/icon_accordion_plus.svg");
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__item .faq__title:after {
    width: 7.3vw;
    height: 7.3vw;
    background-size: 3.6vw auto;
  }
}
.page .faq .faq__item .faq__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.3em;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__item .faq__title span {
    font-size: 5.2vw;
    padding: 0 2.6vw 0 0;
  }
}
.page .faq .faq__item .faq__title span:before {
  content: "Q";
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #000;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__item .faq__title span:before {
    font-size: 6.3vw;
    margin: 0 1.3vw 0 0;
  }
}
.page .faq .faq__item .faq__text {
  display: none;
  padding: 0 0 50px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .page .faq .faq__item .faq__text {
    padding: 0 0 5.2vw;
  }
}
.page .faq .faq__item.is-open .faq__title span {
  color: #000;
}
.page .faq .faq__item.is-open .faq__title span:before {
  color: #222;
}
.page .faq .faq__item.is-open .faq__title:after {
  background-color: #000;
  background-image: url("/order/assets/img/mens/icon_accordion_minus.svg");
}
.page .faq .page-btn--box {
  width: 320px;
  margin-top: 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .faq .page-btn--box {
    width: 100%;
    font-size: 4.2vw;
  }
}
.page .gakuwari-link {
  max-width: 104px;
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .page .gakuwari-link {
    max-width: 27.1vw;
    margin-top: 5.2vw;
  }
}
.page .campaign {
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .page .campaign {
    margin-top: 20.8vw;
  }
}
.page .campaign-sec {
  max-width: 976px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  .page .campaign-sec {
    max-width: 89.6vw;
    margin-bottom: 20.8vw;
  }
}
.page .campaign-heading {
  max-width: 450px;
  margin: 0 auto 110px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .campaign-heading {
    max-width: 89.6vw;
    margin-bottom: 7.8vw;
  }
}

.style-sp {
  position: relative;
  margin: 2.6vw auto 7.8vw;
}

.style-sp .modal-open {
  position: absolute;
  display: block;
  opacity: 0;
  z-index: 2;
}

/* モーダル全体 */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* 背景 */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* モーダル本体 */
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 320px;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

/* 画像 */
.modal-content img {
  display: block;
  width: 100%;
  height: auto;
}

/* 閉じる */
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 3;
}

body.is-modal-open {
  overflow: hidden;
}

.modal-btn01 {
  width: 22.9vw;
  height: 6.5vw;
  top: 13vw;
  left: 5.2vw;
}
.modal-btn02 {
  width: 22.9vw;
  height: 6.5vw;
  top: 52.9vw;
  right: 5.2vw;
}
.modal-btn03 {
  width: 22.9vw;
  height: 6.5vw;
  bottom: 13vw;
  left: 5.2vw;
}
.modal-btn04 {
  width: 22.9vw;
  height: 6.5vw;
  top: 13vw;
  left: 5.2vw;
}
.modal-btn05 {
  width: 22.9vw;
  height: 6.5vw;
  top: 52.9vw;
  right: 5.2vw;
}
.modal-btn06 {
  width: 22.9vw;
  height: 6.5vw;
  bottom: 13vw;
  left: 5.2vw;
}
.modal-btn07 {
  width: 22.9vw;
  height: 6.5vw;
  top: 13vw;
  left: 5.2vw;
}
.modal-btn08 {
  width: 22.9vw;
  height: 6.5vw;
  bottom: 13vw;
  right: 5.2vw;
}
.modal-btn09 {
  width: 22.9vw;
  height: 6.5vw;
  top: 13vw;
  left: 5.2vw;
}
.modal-btn10 {
  width: 22.9vw;
  height: 6.5vw;
  bottom: 13vw;
  right: 5.2vw;
}