@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: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  overflow: hidden;
}
.page p, .page a {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page p, .page a {
    font-size: 3.6vw;
    line-height: 1.78;
  }
}
.page p.c-text-notes, .page a.c-text-notes {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page p.c-text-notes, .page a.c-text-notes {
    text-align: left;
    margin-top: 5.2vw;
  }
}
.page h2, .page h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page h2, .page h3 {
    font-size: 4.4vw;
  }
}
.page h4 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page h4 {
    font-size: 3.9vw;
  }
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 769px) {
  .page a:hover {
    opacity: 0.6;
  }
}
.page section {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .page section {
    margin-bottom: 19vw;
  }
}
.page img {
  max-width: 100%;
  height: auto;
}
.page .p-top__sns {
  padding-top: 0;
  margin-bottom: 0;
}
.page li {
  list-style-type: none;
}

.is-c-blue {
  color: #6A90B2 !important;
}

.is-c-pink {
  color: #C0A395 !important;
}

.is-bg-blue {
  background-color: #6A90B2 !important;
}

.is-bg-pink {
  background-color: #C0A395 !important;
}

.page .c-btn {
  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;
  color: #fff;
  width: 304px;
  height: 54px;
  margin: 30px auto 0;
  background-color: #222;
  background-size: 6px auto;
  background-position: right 5.2% center;
  background-repeat: no-repeat;
  background-image: url("../../../assets/img/common/icon/icon_arrow-next.png");
}
@media screen and (max-width: 768px) {
  .page .c-btn {
    width: 79.2vw;
    height: 15.8vw;
    margin: 6vw auto 0;
    background-size: 1.3vw auto;
  }
}
.page .c-btn.is-rounded {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page .c-btn.is-rounded {
    border-radius: 2.1vw;
  }
}

.page .c-inner {
  width: 96%;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .c-inner {
    width: 89.6vw;
  }
}

.page .c-head {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .c-head {
    margin: 0 auto 5.2vw;
  }
}
.page .c-head b {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  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 screen and (max-width: 768px) {
  .page .c-head b {
    font-size: 4.4vw;
  }
}
.page .c-head span {
  position: relative;
  z-index: 1;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: rgba(106, 144, 178, 0.15);
}
@media screen and (max-width: 768px) {
  .page .c-head span {
    font-size: 10.4vw;
  }
}
.page .c-head.is-c-pink b {
  color: #222;
}
.page .c-head.is-c-pink span {
  color: rgba(206, 136, 146, 0.15);
}
.page.ladies .c-head span {
  color: rgba(192, 163, 149, 0.1019607843);
}

.page .c-title {
  font-weight: 500;
  color: #6A90B2;
  text-align: center;
  margin: 0 auto 14px;
  letter-spacing: 0.048em;
}
@media screen and (max-width: 768px) {
  .page .c-title {
    margin: 0 auto 3.1vw;
  }
}
.page.ladies .c-title {
  color: #C0A395;
}

.page .c-text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .c-text {
    text-align: left;
  }
  .page .c-text br {
    display: none;
  }
}

.page .c-img {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .c-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 5.2vw;
  }
}

.page .slick-arrow {
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-size: auto 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  position: absolute;
  z-index: 10;
  top: 44.6%;
}
.page .slick-arrow.slick-disabled {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .slick-arrow {
    width: 9.6vw;
    height: 9.6vw;
    background-size: auto 9.4vw;
  }
}
.page .slick-next {
  right: -24px;
  background-image: url("../../../assets/img/common/icon/icon_arrow_slick_next.png");
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .slick-next {
    right: -2.3vw;
  }
}
.page .slick-prev {
  left: -24px;
  background-image: url("../../../assets/img/common/icon/icon_arrow_slick_prev.png");
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .slick-prev {
    left: -2.3vw;
  }
}
.page.ladies .slick-next {
  background-image: url("../../../assets/img/common/icon/icon_arrow_slick_next-pink.png");
}
.page.ladies .slick-prev {
  background-image: url("../../../assets/img/common/icon/icon_arrow_slick_prev-pink.png");
}

/* p-kv
---------------------------*/
.page .p-kv {
  position: relative;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .page .p-kv {
    margin: 0 auto 11.7vw;
  }
}
.page .p-kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .p-kv h1 {
    min-width: 100%;
  }
}
.page .p-kv h1 img {
  margin: auto;
}
.page .p-kv .js-p-kv-slide {
  display: none;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.page .p-kv .js-p-kv-slide.slick-initialized {
  display: block;
}
@media screen and (min-width: 769px) {
  .page .p-kv .js-p-kv-slide .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: none;
  }
  .page .p-kv .js-p-kv-slide .slick-arrow:after {
    content: "" !important;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 7.5px);
  }
  .page .p-kv .js-p-kv-slide .slick-arrow.slick-next {
    right: 0;
  }
  .page .p-kv .js-p-kv-slide .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .page .p-kv .js-p-kv-slide .slick-arrow {
    display: none !important;
  }
}
.page .p-kv .js-p-kv-slide .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .p-kv .js-p-kv-slide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.page .p-kv .js-p-kv-slide .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 6px;
  height: 6px;
  border: unset;
  display: block;
  background: #707070;
  cursor: pointer;
  border-radius: 50%;
}
.page .p-kv .js-p-kv-slide .slick-dots .slick-active button {
  background: #fff;
}
.page .p-kv .js-p-kv-slide .p-kv__item {
  overflow: hidden;
}
.page .p-kv .js-p-kv-slide .p-kv__item h1 {
  position: relative;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  min-width: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-kv .js-p-kv-slide .p-kv__item h1 {
    min-width: auto;
  }
}
.page .p-kv .js-p-kv-slide .p-kv__item img {
  min-width: 1920px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-kv .js-p-kv-slide .p-kv__item img {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .p-kv .js-p-kv-slide .p-kv__item img {
    min-width: 100%;
  }
}
.page .p-kv .js-p-kv-slide .p-kv__item img.view--pc {
  display: block !important;
}
.page .p-kv .js-p-kv-slide .p-kv__item img.view--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page .p-kv .js-p-kv-slide .p-kv__item img.view--pc {
    display: none !important;
  }
  .page .p-kv .js-p-kv-slide .p-kv__item img.view--sp {
    display: block !important;
  }
}

/* p-style
---------------------------*/
.page .p-style__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .p-style__item {
  width: 48.97%;
  margin-right: 3.29%;
}
.page .p-style__item:nth-child(even), .page .p-style__item:last-child {
  margin-right: 0;
}
.page .p-style__title {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  margin: 0 0 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .page .p-style__title {
    padding: 0 4.2vw;
    margin: 0 0 4.2vw;
    font-size: 3.1vw;
    letter-spacing: 0.24em;
  }
}
.page .p-style__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .page .p-style__title span {
    padding: 0 2.1vw;
  }
}
.page .p-style__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #C0A395;
  position: absolute;
  top: 51%;
  left: 0;
}
.page .p-style__img {
  position: relative;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .p-style__img {
    margin: 0 auto 4.7vw;
  }
}
.page .p-style__img__inner {
  position: absolute;
  top: 0;
  left: 0;
  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;
  text-align: center;
  width: 100%;
  height: 100%;
}
.page .p-style__img__inner * {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.24em;
}
.page .p-style__img__inner p {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .page .p-style__img__inner p {
    font-size: 7.8vw;
  }
}
.page .p-style__img__inner small {
  display: block;
  font-size: 16px;
  margin: 6px 0 0;
}
@media screen and (max-width: 768px) {
  .page .p-style__img__inner small {
    font-size: 3.1vw;
    margin: 2.1vw 0 0;
  }
}
.page .p-style .c-title small {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .p-style .c-title small {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .p-style .c-title {
    text-align: left;
  }
  .page .p-style .is-sp-1column {
    display: block;
  }
  .page .p-style .is-sp-1column .p-style__item {
    width: 100%;
    margin: 0 auto 10.4vw;
  }
  .page .p-style .is-sp-1column .p-style__item:last-child {
    margin-bottom: 0;
  }
  .page .p-style .is-sp-1column .p-style__title {
    text-align: center;
  }
}
.page .p-style .p-style__list.js-style-slide {
  width: calc(100% + 32px);
  left: -16px;
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide {
    width: calc(75vw + 20px);
    left: 0;
    margin: 0 auto;
  }
}
.page .p-style .p-style__list.js-style-slide .p-style__item {
  text-align: center;
  width: 31.1%;
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide .p-style__item {
    width: 100%;
    margin: 0 10px;
  }
}
.page .p-style .p-style__list.js-style-slide .p-style__item .c-text {
  width: 84.2%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-style .p-style__list.js-style-slide .p-style__item .c-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide .p-style__item .c-text {
    width: 91.6%;
  }
}
.page .p-style .p-style__list.js-style-slide .p-style__item .c-text {
  text-align: left;
}
.page .p-style .p-style__list.js-style-slide .p-style__img__inner p {
  font-size: 32px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide .p-style__img__inner p {
    font-size: 7.8vw;
    letter-spacing: 0.24em;
  }
}
.page .p-style .p-style__list.js-style-slide .p-style__img__inner small {
  font-size: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide .p-style__img__inner small {
    font-size: 3.1vw;
    letter-spacing: 0.24em;
  }
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide .slick-arrow.slick-next {
    right: -8.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .p-style .p-style__list.js-style-slide .slick-arrow.slick-prev {
    left: -8.5vw;
  }
}
.page.ladies .p-style .c-head {
  margin-bottom: 20px;
}
.page.ladies .p-style .p-style__item {
  width: 31%;
  margin: 0 3.3% 0 0;
  text-align: center;
}
.page.ladies .p-style .p-style__item:nth-child(even) {
  margin-right: 3.3%;
}
.page.ladies .p-style .p-style__item:last-child {
  margin-right: 0;
}
.page.ladies .p-style .p-style__item a:hover {
  opacity: 1;
}
.page.ladies .p-style .p-style__img__inner {
  z-index: 10;
}
.page.ladies .p-style .p-style__title span {
  color: #000;
}
.page.ladies .p-style .p-style__text {
  text-align: center;
  margin: 0 0 50px;
}
.page.ladies .p-style .p-style__text p {
  font-size: 20px;
}
.page.ladies .p-style .p-style__text b {
  color: #C6958C;
  font-weight: bold;
}
.page.ladies .p-style .p-style__img p {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .page.ladies .p-style .c-head {
    margin-bottom: 5.2vw;
  }
  .page.ladies .p-style .p-style__item {
    margin: 0 2.6vw;
  }
  .page.ladies .p-style .p-style__item:nth-child(even) {
    margin-right: 2.6vw;
  }
  .page.ladies .p-style .p-style__item:last-child {
    margin-right: 2.6vw;
  }
  .page.ladies .p-style .p-style__title span {
    font-size: 4.16vw;
  }
  .page.ladies .p-style .p-style__text {
    margin: 0 0 5.4vw;
  }
  .page.ladies .p-style .p-style__text p {
    font-size: 5.2vw;
    line-height: 1.8;
  }
}

/* p-setprice
---------------------------*/
.page .p-setprice {
  margin: 0 auto 63px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .p-setprice {
    margin: 0 auto 9.6vw;
  }
}
.page .p-setprice__section {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__section {
    margin-bottom: 10.4vw;
  }
}
.page .p-setprice__section:last-child {
  margin-bottom: 0;
}
.page .p-setprice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__list {
    margin: 0 auto 6.3vw;
  }
}
.page .p-setprice__list .p-setprice__item {
  position: relative;
}
.page .p-setprice__list .p-setprice__item:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("../../../assets/img/common/icon/icon_arrow_setprice-next.png");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(100% + 40px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__list .p-setprice__item:after {
    width: 8.3vw;
    left: calc(100% + 7.3vw);
  }
}
.page .p-setprice__list .p-setprice__item:last-child:after {
  content: none;
}
.page .p-setprice__item {
  width: 128px;
  margin-right: 144px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__item {
    width: 24.5vw;
    margin-right: 22.4vw;
  }
}
.page .p-setprice__item.is-double {
  width: 244px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__item.is-double {
    width: 39.7vw;
  }
}
.page .p-setprice__item.is-double .p-setprice__title, .page .p-setprice__item.is-double .p-setprice__price {
  color: #6A90B2;
}
.page .p-setprice__item:last-child {
  margin-right: 0;
}
.page .p-setprice__head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 33px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__head {
    font-size: 3.9vw;
    margin: 0 auto 6.4vw;
  }
}
.page .p-setprice__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__title {
    font-size: 4.4vw;
    margin: 0 auto 2.3vw;
  }
}
.page .p-setprice__title span {
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__title span {
    font-size: 7.2vw;
  }
}
.page .p-setprice__img {
  position: relative;
  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;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__img {
    margin: 0 auto 3.6vw;
  }
}
.page .p-setprice__img img {
  width: auto;
  max-width: initial;
  height: 136px;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__img img {
    height: 22.1vw;
  }
}
.page .p-setprice__price {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__price {
    font-size: 6.3vw;
  }
}
.page .p-setprice__point {
  display: inline-block;
  background-color: #6A90B2;
  color: #fff;
  padding: 21px 32px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__point {
    padding: 4.2vw 5.2vw 3.9vw;
    margin: 0 auto;
  }
}
.page .p-setprice__point p {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__point p {
    font-size: 3.6vw;
  }
}
.page .p-setprice__point span {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: baseline;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .p-setprice__point span {
    font-size: 6.1vw;
  }
}
.page .p-setprice .c-text {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .page .p-setprice .c-text {
    margin-top: 3.4vw;
  }
}
.page.ladies .p-setprice__item:after {
  background-image: url("../../../assets/img/common/icon/icon_arrow_setprice-next-ladies.png");
}
.page.ladies .p-setprice__item.is-double .p-setprice__title, .page.ladies .p-setprice__item.is-double .p-setprice__price {
  color: #C0A395;
}
.page.ladies .p-setprice__point {
  background-color: #C0A395;
}

/* p-pricetype
---------------------------*/
.page .p-pricetype__section {
  margin-bottom: 135px;
}
@media screen and (max-width: 768px) {
  .page .p-pricetype__section {
    margin-bottom: 18.8vw;
  }
}
.page .p-pricetype__about {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .p-pricetype__about {
    max-width: 100%;
    margin: 0 auto 10.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .p-pricetype__about .c-title, .page .p-pricetype__about .c-text {
    width: 89.6vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.page.ladies .p-pricetype__title {
  color: #C0A395;
}

/* p-pricebox
---------------------------*/
.page .p-pricebox__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__section {
    margin-bottom: 10.5vw;
  }
}
.page .p-pricebox__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__section .c-title {
    margin-bottom: 5.2vw;
  }
}
.page .p-pricebox__top {
  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;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__top {
    margin: 0 auto 8.9vw;
  }
}
.page .p-pricebox__top .p-pricebox__img {
  width: 128px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__top .p-pricebox__img {
    width: 20.8vw;
    margin-right: 5.2vw;
  }
}
.page .p-pricebox__top .p-pricebox__price {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__top .p-pricebox__price {
    font-size: 6.3vw;
  }
}
.page .p-pricebox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__list {
    width: 84.4vw;
    display: block;
    margin: 0 auto;
  }
}
.page .p-pricebox__item {
  width: 48.36%;
  margin-right: 3.27%;
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__item {
    width: 100%;
    margin: 0 auto;
  }
  .page .p-pricebox__item:first-child {
    border-bottom: none;
  }
  .page .p-pricebox__item:first-child .p-pricebox__item__head {
    margin-top: 0;
  }
  .page .p-pricebox__item:first-child .p-pricebox__item__inner:last-of-type {
    border-bottom: 1px solid #D2D2D2;
  }
  .page .p-pricebox__item:nth-child(2) .p-pricebox__item__head {
    border-bottom: 1px solid #D2D2D2;
  }
  .page .p-pricebox__item:nth-child(2) .p-pricebox__item__inner:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 769px) {
  .page .p-pricebox__item:last-child, .page .p-pricebox__item:nth-child(even) {
    margin-right: 0;
  }
}
.page .p-pricebox__item__inner {
  padding: 12px 0;
  border-top: 1px solid #D2D2D2;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__item__inner {
    padding: 3.4vw 0 3.6vw;
  }
}
.page .p-pricebox__item p {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__item p {
    margin-bottom: 3.6vw;
  }
}
.page .p-pricebox__item p:last-child {
  margin-bottom: 0;
}
.page .p-pricebox__item p.p-pricebox__item__head {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__item p.p-pricebox__item__head {
    font-size: 3.9vw;
    margin-top: 10.4vw;
    margin-bottom: 0;
    padding-bottom: 5.2vw;
  }
}
.page .p-pricebox__title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .p-pricebox__title {
    font-size: 3.9vw;
  }
}
.page.ladies .p-pricebox__head {
  color: #C0A395;
}

/* p-staffstyle
---------------------------*/
.page .p-staffstyle {
  padding: 64px 0;
  background: #EAEAEA;
}
@media screen and (max-width: 768px) {
  .page .p-staffstyle {
    padding: 10.4vw 0;
    background: #F0F0F0;
  }
}
.page .p-staffstyle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .p-staffstyle__item {
  width: 31.1%;
  margin: 0 1.63%;
}
@media screen and (max-width: 768px) {
  .page .p-staffstyle__item {
    width: 42.2vw;
    margin: 0 2.6vw;
  }
}
@media screen and (min-width: 769px) {
  .page .p-staffstyle__item:first-child {
    margin-left: 0;
  }
  .page .p-staffstyle__item:last-child {
    margin-right: 0;
  }
}
.page .p-staffstyle__img {
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .page .p-staffstyle__img {
    margin: 0 auto 2.3vw;
  }
}
.page .p-staffstyle__title {
  font-weight: 500;
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .page .p-staffstyle__title {
    margin: 0 auto 7.7vw;
  }
}
.page .p-staffstyle__name {
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #707070;
  line-height: 1;
}
.page .p-staffstyle__btn {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: right;
  margin-top: 50px;
  padding-right: 20px;
  color: #6A90B2;
  background-size: auto 99%;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../../../assets/img/common/icon/icon_other_btn.png");
}
@media screen and (max-width: 768px) {
  .page .p-staffstyle__btn {
    font-size: 2.6vw;
    margin-top: 6.5vw;
    padding-right: 3.9vw;
  }
}
@media screen and (min-width: 769px) {
  .page .p-staffstyle .js-staffstyle-slide-sp .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .page .p-staffstyle .js-staffstyle-slide-sp {
    width: calc(100% + 5.2vw);
    left: -2.6vw;
  }
}
.page.ladies .p-staffstyle__btn {
  color: #C0A395;
  background-image: url("../../../assets/img/common/icon/icon_other_btn-pink.png");
}

/* p-option
---------------------------*/
.page .p-option {
  text-align: center;
}
.page .p-option > div {
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .p-option > div {
    margin: 0 auto 9.6vw;
  }
}
.page .p-option > div:last-child {
  margin-bottom: 0;
}
.page .p-option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .p-option__item {
  width: 128px;
  margin-right: 3.27%;
}
@media screen and (max-width: 768px) {
  .page .p-option__item {
    width: 28.1vw;
    max-width: 100%;
    margin-right: 0;
  }
}
.page .p-option__item:last-child {
  margin-right: 0;
}
.page .p-option__head {
  display: inline-block;
  background-color: #6A90B2;
  color: #fff;
  padding: 8px 16px 9px;
  margin: 0 0 16px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .p-option__head {
    padding: 2.1vw 4.3vw;
    margin: 0 0 4.2vw;
    font-size: 3.9vw;
  }
}
.page .p-option__title {
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .page .p-option__title {
    margin: 0 0 3.1vw;
  }
}
.page .p-option__img {
  font-weight: bold;
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .page .p-option__img {
    width: 20.8vw;
    margin: 0 auto 1vw;
  }
}
.page .p-option__price {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page .p-option__price {
    margin-bottom: 3.1vw;
  }
}
.page .p-option__price:last-child {
  margin-bottom: 0;
}
.page .p-option__price span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .p-option__price span {
    font-size: 4.7vw;
  }
}
.page .p-option__price small {
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .p-option__price small {
    font-size: 3.1vw;
  }
}
.page .p-option__totalPrice {
  margin-top: 32px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .p-option__totalPrice {
    margin-top: 6.3vw;
    font-size: 7.3vw;
  }
}
.page .p-option__main, .page .p-option-set, .page .p-option .c-text, .page .p-option .c-title {
  width: 96%;
  max-width: 976px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page .p-option__main, .page .p-option-set, .page .p-option .c-text, .page .p-option .c-title {
    width: 89.6vw;
  }
}
.page .p-option__main .c-title, .page .p-option-set .c-title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .page .p-option__main .c-title, .page .p-option-set .c-title {
    margin-bottom: 6.5vw;
  }
}
.page .p-option-set {
  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 .p-option-set {
    display: block;
  }
}
.page .p-option-set__top {
  margin: 0 auto 33px;
}
@media screen and (max-width: 768px) {
  .page .p-option-set__top {
    margin: 0 auto 6.4vw;
  }
}
.page .p-option-set__item {
  width: 48.3%;
  max-width: 472px;
  margin-right: 3.27%;
}
@media screen and (max-width: 768px) {
  .page .p-option-set__item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10.4vw;
  }
  .page .p-option-set__item:last-child {
    margin-bottom: 0;
  }
  .page .p-option-set__item .c-text {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .page .p-option-set__item:nth-child(even), .page .p-option-set__item:last-child {
    margin-right: 0;
  }
}
.page .p-option-set .p-option__item {
  position: relative;
  margin-right: 16.9%;
}
@media screen and (max-width: 768px) {
  .page .p-option-set .p-option__item {
    width: 37vw;
    margin-right: 5.2vw;
  }
}
.page .p-option-set .p-option__item:after {
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background-image: url("../../../assets/img/common/icon/icon_plus.png");
  background-repeat: no-repeat;
  background-position: top 27% center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(100% + 24px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .p-option-set .p-option__item:after {
    background-position: top 20% center;
    width: 5.2vw;
    left: 100%;
  }
}
.page .p-option-set .p-option__item:last-child {
  margin-right: 0;
}
.page .p-option-set .p-option__item:last-child:after {
  content: none;
}
.page.ladies .p-option__head {
  background-color: #C0A395;
}
.page.ladies .p-option-set .p-option__item:after {
  background-image: url("../../../assets/img/common/icon/icon_plus-pink.png");
}

/* p-voice
---------------------------*/
.page .p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page .p-voice__list {
    display: block;
    margin-top: 6vw;
  }
}
.page .p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 48.3%;
  padding: 0 24px 24px 0;
  margin: 32px 3.27% 0 0;
  border-bottom: #B1B1B1 1px solid;
  border-right: #B1B1B1 1px solid;
}
@media screen and (max-width: 768px) {
  .page .p-voice__item {
    display: block;
    width: 100%;
    padding: 5.2vw 7.8vw 5.2vw 5.2vw;
    margin: 0 auto 5.2vw;
  }
  .page .p-voice__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .page .p-voice__item:nth-child(even) {
    margin-right: 0;
  }
  .page .p-voice__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .p-voice__img {
  width: 31.37%;
  margin-right: 5.35%;
}
@media screen and (max-width: 768px) {
  .page .p-voice__img {
    width: 25vw;
    margin: 0 auto 2.1vw;
  }
}
.page .p-voice__img img[class^=is] {
  display: none;
}
.page .p-voice__img img.is-mens {
  display: block;
}
.page .p-voice__text {
  width: 63.3%;
}
@media screen and (max-width: 768px) {
  .page .p-voice__text {
    width: 100%;
  }
}
.page .p-voice__text p {
  text-align: justify;
}
.page .p-voice .nav {
  text-align: center;
}
.page .p-voice .nav .voice_btn {
  margin: 30px auto 0;
  line-height: 1.2;
  background-color: #003894;
  border: solid 1px #003894;
  color: #fff;
  display: inline-block;
  width: 284px;
  padding: 23px 25px;
  font-size: 14px;
  border-radius: 10px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .p-voice .nav .voice_btn {
    width: 57.8vw;
    padding: 3.6vw;
    margin: 6.5vw 0 0 2vw;
    font-size: 3.4vw;
    border-radius: 1.3vw;
  }
}
.page .p-voice .nav .voice_btn::after {
  background-image: url(/order/assets/img/index/arrow-right_white-pc.png);
  width: 8px;
  height: 12px;
  top: 43%;
  right: 15px;
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page .p-voice .nav .voice_btn::after {
    background-image: url(/order/assets/img/index/arrow-right_white-sp.png);
    right: 2.6vw;
    width: 2.1vw;
    height: 3.1vw;
  }
}
.page.ladies .p-voice__img img[class^=is] {
  display: none;
}
.page.ladies .p-voice__img img.is-ladies {
  display: block !important;
}
.page.suit .p-voice__img img[class^=is] {
  display: none;
}
.page.suit .p-voice__img img.is-suit {
  display: block !important;
}

/* p-column
---------------------------*/
.page .p-column {
  background-color: #EAEAEA;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .page .p-column {
    padding: 10.4vw 0;
  }
}
.page .p-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .p-column__list {
    width: 79.2vw;
    display: block;
    margin: 0 auto;
  }
}
.page .p-column__item {
  position: relative;
  width: 48.3%;
  margin: 32px 3.27% 0 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .page .p-column__item:nth-child(even) {
    margin-right: 0;
  }
  .page .p-column__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .p-column__item {
    width: 100%;
    margin: 0 auto 5.2vw;
  }
  .page .p-column__item:last-child {
    margin-bottom: 0;
  }
}
.page .p-column__text {
  padding: 30px 32px 113px 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .p-column__text {
    padding: 3.6vw 5.2vw 21.2vw 5.2vw;
  }
}
.page .p-column__text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .p-column__text p {
    font-size: 4.2vw;
  }
}
.page .p-column__date {
  position: absolute;
  bottom: 30px;
  left: 32px;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #707070;
}
@media screen and (max-width: 768px) {
  .page .p-column__date {
    bottom: 4.4vw;
    left: 5.2vw;
    font-size: 3.6vw;
  }
}

/* p-lineup
---------------------------*/
.page .p-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page .p-lineup__item {
  position: relative;
  width: 23.1%;
  margin: 0 2.45% 0 0;
}
.page .p-lineup__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .p-lineup__item {
    display: block;
    width: 42.7vw;
    margin: 4.2vw 4.2vw 0 0;
  }
  .page .p-lineup__item:last-child {
    margin-bottom: 0;
  }
  .page .p-lineup__item:nth-child(even) {
    margin-right: 0;
  }
  .page .p-lineup__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page .p-lineup__item img {
  position: relative;
  z-index: 1;
}
.page .p-lineup__item p {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (max-width: 768px) {
  .page .p-lineup__item p {
    font-size: 3.6vw;
  }
}

/* p-flow
---------------------------*/
.page .p-flow__about {
  margin: 0 auto 33px;
}
@media screen and (max-width: 768px) {
  .page .p-flow__about {
    margin: 0 auto 6.4vw;
  }
}
.page .p-flow__list {
  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 .p-flow__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .p-flow__item {
  position: relative;
  width: 128px;
  margin: 0 3.27%;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-flow__item {
    margin: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .page .p-flow__item {
    width: 25vw;
    margin: 6.3vw 7.3vw 0 0;
  }
  .page .p-flow__item:nth-child(3) {
    margin-right: 0;
  }
  .page .p-flow__item:nth-child(3):after {
    content: none;
  }
  .page .p-flow__item:nth-child(4) {
    margin-left: 5.2vw;
  }
  .page .p-flow__item:nth-child(4):before {
    content: "▶";
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: calc(100% + 21px);
    top: 40%;
    left: -5.2vw !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 769px) {
  .page .p-flow__item:nth-child(4):before {
    font-size: 16px;
    left: calc(100% + 8px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .page .p-flow__item:nth-child(4):before {
    font-size: 4.2vw;
    left: calc(100% + 1.8vw);
  }
}
@media screen and (max-width: 768px) {
  .page .p-flow__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.page .p-flow__item:after {
  content: "▶";
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: calc(100% + 21px);
  top: 40%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-flow__item:after {
    font-size: 16px;
    left: calc(100% + 8px);
  }
}
@media screen and (max-width: 768px) {
  .page .p-flow__item:after {
    font-size: 4.2vw;
    left: calc(100% + 1.8vw);
  }
}
.page .p-flow__item:last-child:after {
  content: none;
}
.page .p-flow__title {
  margin: 0 0 8px;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .p-flow__title {
    margin: 0 0 1vw;
  }
}
.page .p-flow__title span {
  font-size: 32px;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .page .p-flow__title span {
    font-size: 5.5vw;
  }
}
.page .p-flow__img {
  margin: 0 auto 8px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-flow__img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page .p-flow__img {
    width: 83.3%;
    margin: 1.8vw auto 0;
  }
}
.page .p-flow__text {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page .p-flow__text {
    letter-spacing: 0;
    font-size: 3.1vw;
  }
}

/* p-point
---------------------------*/
.page .p-point {
  text-align: center;
}
.page .p-point__list {
  display: inline-block;
  min-width: 720px;
  padding: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #6A90B2;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-point__list {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .p-point__list {
    min-width: auto;
    padding: 3.9vw 4.7vw;
    border-width: 0.5vw;
  }
}
.page .p-point__item {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 40px;
  background-image: url("../../../assets/img/common/icon/icon_check.png");
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: top 3px left;
}
@media screen and (max-width: 768px) {
  .page .p-point__item {
    margin-bottom: 3.5vw;
    padding-left: 8.3vw;
    background-size: auto 4.7vw;
    background-position: top 1vw left;
  }
}
.page .p-point__item:last-child {
  margin-bottom: 0;
}
.page .p-point__item p {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page .p-point__item p {
    font-size: 3.9vw;
    line-height: 1.5;
  }
}
.page.ladies .p-point__list {
  border-color: #C0A395;
}
.page.ladies .p-point__item {
  background-image: url("../../../assets/img/common/icon/icon_check-pink.png");
}
.page.suit .p-point__item {
  background-image: url("../../../assets/img/common/icon/icon_check-green.png");
}

/* p-ranking
---------------------------*/
.page .p-ranking {
  padding: 64px 0;
  text-align: center;
  background-image: url("../../../assets/img/common/ranking/ranking_bg.png");
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page .p-ranking {
    padding: 10.4vw 0;
    background-image: url("../../../assets/img/common/ranking/ranking_bg-sp.png");
  }
}
.page .p-ranking .c-head {
  color: #fff;
}
.page .p-ranking__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 93.2%;
  max-width: 910px;
  margin: 64px auto 0;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-ranking__list {
    width: 96%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .page .p-ranking__list {
    display: block;
    width: 79vw;
    margin: 12.5vw auto 0;
  }
}
.page .p-ranking__item {
  position: relative;
  width: 30.9%;
  padding: 61px 25px 25px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-ranking__item {
    width: 32%;
    padding: 64px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-ranking__item {
    width: 100%;
    margin: 0 auto 11.5vw;
    padding: 12.5vw 5.2vw 5.2vw;
  }
  .page .p-ranking__item:last-child {
    margin-bottom: 0;
  }
}
.page .p-ranking__head {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
  background-color: #6A90B2;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .p-ranking__head {
    top: -7.3vw;
    width: 14.6vw;
    height: 14.6vw;
    font-size: 3.6vw;
  }
}
.page .p-ranking__head b {
  font-size: 40px;
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .p-ranking__head b {
    font-size: 7.3vw;
  }
}
.page .p-ranking__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .page .p-ranking__title {
    font-size: 3.3vw;
    margin: 0 0 4.3vw;
  }
}
.page .p-ranking__img {
  margin: 0 0 16px;
  width: 100%;
  height: 99px;
  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 screen and (max-width: 768px) {
  .page .p-ranking__img {
    width: 68.8vw;
    height: 24.7vw;
    margin: 0 0 4.3vw;
  }
}
.page .p-ranking__img img {
  max-width: 230px;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-ranking__img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .p-ranking__img img {
    max-width: 100%;
  }
}
.page .p-ranking__text {
  text-align: left;
  line-height: 1.73;
  letter-spacing: 0;
}
.page.ladies .p-ranking__head {
  background-color: #C0A395;
}

/* p-banner
---------------------------*/
.page .p-banner__item {
  width: 488px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .p-banner__item {
    width: 89.6vw;
  }
}
.page .p-banner__item img[class^=is] {
  display: none;
}
.page .p-banner__item img.is-mens {
  display: block;
}
.page.ladies .p-banner__item img[class^=is] {
  display: none;
}
.page.ladies .p-banner__item img.is-ladies {
  display: block !important;
}
.page.suit .p-banner__item img[class^=is] {
  display: none;
}
.page.suit .p-banner__item img.is-suit {
  display: block !important;
}

/* p-quality
---------------------------*/
.page .p-quality-box {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .page .p-quality-box {
    margin-bottom: 10.4vw;
  }
}
.page .p-quality-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .page .p-quality-box.is-column-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page .p-quality-box.is-column-3 .p-quality-box__item {
    width: 31.1%;
    margin-right: 3.27%;
  }
  .page .p-quality-box.is-column-3 .p-quality-box__item:nth-child(3n) {
    margin-right: 0;
  }
  .page .p-quality-box.is-column-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page .p-quality-box.is-column-2 .p-quality-box__item {
    width: 48.3%;
    margin-right: 3.27%;
  }
  .page .p-quality-box.is-column-2 .p-quality-box__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .p-quality-box__item {
    margin-bottom: 10.4vw;
  }
  .page .p-quality-box__item:last-child {
    margin-bottom: 0;
  }
}
.page .p-quality-box__item .c-title {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .p-quality-box__item .c-title {
    margin-bottom: 4.3vw;
  }
}
.page .p-quality-box__item .c-title span {
  display: inline-block;
  line-height: 1;
}
.page .p-quality-box__item .c-text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .p-quality-box__item .c-text {
    width: 83.3vw;
    margin: 0 auto;
  }
}
.page .p-quality-box__item .c-btn:nth-of-type(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page .p-quality-box__item .c-btn:nth-of-type(n+2) {
    margin-top: 5.2vw;
  }
}
@media screen and (min-width: 769px) {
  .page .p-quality-box__item.is-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page .p-quality-box__item.is-row .p-quality__img {
    width: 50%;
    margin-right: 6.55%;
    margin-bottom: 0;
  }
  .page .p-quality-box__item.is-row .p-quality__text {
    width: 36.8%;
  }
  .page .p-quality-box__item.is-row .p-quality__text .c-text {
    text-align: center;
  }
}
.page .p-quality__img {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .p-quality__img {
    margin-bottom: 4.3vw;
  }
}

/* p-shop
---------------------------*/
.page .p-shop .c-btn {
  background-color: #6A90B2;
}
.page.ladies .p-shop .c-btn {
  background-color: #C0A395;
}

/* p-fixed_btn
---------------------------*/
.page .p-fixed_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9997;
}
@media screen and (min-width: 769px) {
  .page .p-fixed_btn {
    height: 100%;
    right: 0;
    top: 0;
    -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 .p-fixed_btn {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.page .p-fixed_btn__item {
  position: relative;
  width: 48px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__item {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__item {
    width: 50%;
    margin: 0;
  }
}
.page .p-fixed_btn__item:first-child .p-fixed_btn__btn {
  background-color: #7E9B90;
}
.page .p-fixed_btn__item:last-child {
  margin-bottom: 0;
}
.page .p-fixed_btn__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 190px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin: 0;
  background-image: none;
  background: #381810;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .page .p-fixed_btn__btn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__btn {
    height: 170px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__btn {
    height: 12.9vw;
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.page .p-fixed_btn__text {
  position: absolute;
  right: calc(100% + 21px);
  background: #DA6914;
  color: #fff;
  -webkit-animation: yureru-s 2s infinite;
          animation: yureru-s 2s infinite;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__text {
    right: calc(100% + 12px);
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__text {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.3vw 1.6vw;
    font-size: 2.6vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    left: 0;
    right: auto;
    bottom: calc(100% + 3vw);
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
}
@-webkit-keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes yureru-s {
  0% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  5% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  10% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  15% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  20% {
    -webkit-transform: translate(2px, 0px);
            transform: translate(2px, 0px);
  }
  25% {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes yureru-j {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
.page .p-fixed_btn__text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #DA6914;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .p-fixed_btn__text:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #DA6914;
    right: -9px;
  }
}
@media screen and (max-width: 768px) {
  .page .p-fixed_btn__text:before {
    border-top: 2.6vw solid transparent;
    border-bottom: 2.6vw solid transparent;
    border-left: 2.6vw solid #DA6914;
    bottom: -3vw;
    right: 0;
    left: 0;
    top: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.page .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.page .modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.page .modal.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .modal__body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .page .modal__body {
    padding: 7.8vw;
  }
}
.page .modal__title {
  font-size: 38px;
  font-weight: bold;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .modal__title {
    font-size: 32px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .modal__title {
    font-size: 5.2vw;
    margin: 0 auto 10.4vw;
  }
}
.page .modal__text {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .modal__text {
    font-size: 3.9vw;
    margin: 0 auto 5.2vw;
  }
}
.page .modal__list {
  width: 362px;
  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 .modal__list {
    width: 100%;
  }
}
.page .modal__item {
  width: 44.5%;
}
@media screen and (max-width: 768px) {
  .page .modal__item {
    width: 46.9%;
  }
}
.page .modal__item:nth-child(2) {
  border: 1px solid #707070;
}
.page .modal__btn {
  display: block;
  width: 80%;
  margin: auto;
  padding: 16px;
  border: 1px solid #222222;
  text-align: center;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page .modal__btn {
    width: 100%;
    padding: 4.2vw;
    font-size: 2.6vw;
    margin: 7.8vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .m-pagetop {
    bottom: 15.6vw;
  }
}

@media screen and (min-width: 769px) {
  #jacket_pants {
    margin-top: -120px;
    padding-top: 120px;
  }
}