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 .c-head b {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page .c-head b {
    letter-spacing: 0.1em;
  }
}
.page .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .navi {
    display: block;
  }
}
.page .navi .navi__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.3%;
  padding: 24px 60px 24px 34px;
  margin-right: 3.2%;
  background-color: #222;
  background-size: 20px auto;
  background-position: center right 30px;
  background-image: url("../../assets/img/option/men/icon_arrow_bottom.png");
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .navi .navi__btn {
    width: 100%;
    padding: 3.5vw 9.1vw 3.5vw 5.2vw;
    margin: 0 auto 5.2vw;
    background-size: 2.3vw auto;
    background-position: center right 5.2vw;
  }
}
.page .navi .navi__btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .navi .navi__btn:last-child {
    margin: 0 auto;
  }
}
.page .navi .navi__btn__title,
.page .navi .navi__btn__text {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .page .navi .navi__btn__title,
  .page .navi .navi__btn__text {
    font-size: 3.6vw;
  }
}
.page .navi .navi__btn__title b,
.page .navi .navi__btn__text b {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .navi .navi__btn__title b,
  .page .navi .navi__btn__text b {
    font-size: 4.4vw;
  }
}
.page .navi .navi__btn__title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: lighter;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .page .navi .navi__btn__title {
    margin-right: 2.6vw;
    font-size: 3.1vw;
  }
  .page .navi .navi__btn__title b {
    font-size: 5.2vw;
  }
}
.page .navi .navi__btn__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page .about {
  margin-bottom: 129px;
}
@media screen and (max-width: 768px) {
  .page .about {
    margin-bottom: 18.2vw;
  }
}
.page .about .navi {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .page .about .navi {
    margin-top: 10.4vw;
  }
}
.page .about .c-text {
  text-align: center;
}
.page .about .c-text br {
  display: block;
}
.page .section {
  margin-bottom: 127px;
  padding-top: 127px;
  border-top: 1px solid #B9B9B9;
}
@media screen and (max-width: 768px) {
  .page .section {
    margin-bottom: 18.5vw;
    padding-top: 18.5vw;
  }
}
.page .section:first-child {
  padding-top: 0;
  border-top: none;
}
.page .section:last-child {
  margin-bottom: 205px;
}
@media screen and (max-width: 768px) {
  .page .section:last-child {
    margin-bottom: 33.7vw;
  }
}
.page .section .section__heading {
  text-align: center;
}
.page .section .section__heading h2 {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #6A90B2;
}
@media screen and (max-width: 768px) {
  .page .section .section__heading h2 {
    font-size: 3.1vw;
  }
}
.page .section .section__heading p {
  font-size: 15px;
  margin: 6px 0;
}
@media screen and (max-width: 768px) {
  .page .section .section__heading p {
    font-size: 3.6vw;
    margin: 1.3vw 0;
  }
}
.page .section .section__img {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .section .section__img {
    margin: 0 auto 5.2vw;
  }
}
.page .section .section__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section .section__contents .c-text br {
    display: block;
  }
}
.page .section .section__contents,
.page .section .p-point {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .section .section__contents,
  .page .section .p-point {
    margin-bottom: 15.6vw;
  }
}
.page .p-price {
  text-align: center;
}
.page .p-price .p-price__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .p-price .p-price__img {
    margin-bottom: 5.2vw;
  }
}
.page .p-price .p-price__img img {
  width: auto;
  max-width: initial;
  height: 107px;
}
@media screen and (max-width: 768px) {
  .page .p-price .p-price__img img {
    height: 17.7vw;
  }
}
.page .p-price .p-price__text dt {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .p-price .p-price__text dt {
    font-size: 3.6vw;
    margin-bottom: 1.8vw;
  }
}
.page .p-price .p-price__text dd p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .p-price .p-price__text dd p {
    font-size: 4.4vw;
  }
}
.page .p-price .p-price__text dd b {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .p-price .p-price__text dd b {
    font-size: 6.3vw;
  }
}
.page .p-price .p-price__text dd span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .p-price .p-price__text dd span {
    font-size: 3.6vw;
    margin-top: 1.3vw;
  }
}
.page .door {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 128px 0;
  background-image: url("../../assets/img/option/men/door_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .page .door {
    padding: 14.6vw 0;
    background-image: url("../../assets/img/option/men/door_bg-sp.jpg");
  }
}
.page .door:before {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background-image: url("../../assets/img/option/men/door_heading.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .door:before {
    height: 12.2vw;
    top: -13.5vw;
  }
}
.page .door .c-title {
  color: #fff !important;
  letter-spacing: 0.1em;
}
.page .door .c-title span {
  display: block;
  margin: 9px 0 0;
  font-size: 15px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .door .c-title span {
    margin: 3.3vw 0 0;
    font-size: 3.1vw;
  }
}

.page.ladies .c-head span {
  color: rgba(206, 136, 146, 0.15);
}
.page.ladies .c-title {
  color: #CE8892;
}
.page.ladies .p-point__list {
  border-color: #CE8892;
}
.page.ladies .section .section__heading h2 {
  color: #CE8892;
}
.page.ladies .door {
  background-image: url("../../assets/img/option/ladies/door_bg.jpg");
}
@media screen and (max-width: 768px) {
  .page.ladies .door {
    background-image: url("../../assets/img/option/ladies/door_bg-sp.jpg");
  }
}
.page.ladies .door:before {
  background-image: url("../../assets/img/option/ladies/door_heading.png");
}