@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.disp_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .disp_sp {
    display: block;
  }
}
.disp_pc {
  display: block;
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none;
  }
}
.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .flex_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contents {
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  font-size: min(calc(0.0694444444 * 16 * 1vw), 16px);
}
.contents img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .contents {
    font-size: calc(0.2666666667 * 14 * 1vw);
  }
}
.wrap01 {
  width: min(calc(0.0694444444 * 1100 * 1vw), 1100px);
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wrap01 {
    width: 90%;
  }
}
.ttl01 {
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
.ttl01--bold {
  font-weight: bold;
}
.ttl01__span {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: dashed 1px #DBCE8A;
}
.ttl01__small {
  color: #fff;
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
.ttl01 em {
  font-style: normal;
}
.ttl01 .f40 {
  font-size: min(calc(0.0694444444 * 40 * 1vw), 40px);
}

@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: calc(0.2666666667 * 20 * 1vw);
  }
  .ttl01 .f40 {
    font-size: calc(0.2666666667 * 24 * 1vw);
  }
  .ttl01__span {
    padding-bottom: calc(0.2666666667 * 5 * 1vw);
  }
  .ttl01__small {
    font-size: calc(0.2666666667 * 18 * 1vw);
  }
}
.ttl_icon {
  padding-top: min(calc(0.0694444444 * 56 * 1vw), 56px);
  background: center top/min(calc(0.0694444444 * 30 * 1vw), 30px) url("../img/im-ttl_deco.png") no-repeat;
}

@media screen and (max-width: 767px) {
  .ttl_icon {
    padding-top: calc(0.2666666667 * 56 * 1vw);
    background-size: calc(0.2666666667 * 30 * 1vw);
  }
}
.bg_gold {
  display: inline-block;
  padding: calc(8 / 40 * 1em) calc(38.5 / 40 * 1em);
  position: relative;
  font-size: min(calc(0.0694444444 * 40 * 1vw), 40px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  background: linear-gradient(to right, #F7F3B0, #BBA661);
}
.bg_gold .f32 {
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
  font-style: normal;
}
.bg_gold:before {
  position: absolute;
  content: "";
  display: block;
  width: 95%;
  height: 80%;
  border: solid 1px #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
}

@media screen and (max-width: 767px) {
  .bg_gold {
    font-size: calc(0.2666666667 * 24 * 1vw);
    padding: calc(8 / 24 * 1em) calc(40 / 24 * 1em);
  }
  .bg_gold .f32 {
    font-size: calc(0.2666666667 * 20 * 1vw);
  }
}
.cmn_mark {
  position: relative;
}
.cmn_mark:before {
  display: block;
  content: "※";
  position: absolute;
  top: -1em;
  right: -0.4em;
  font-size: min(calc(0.0694444444 * 10 * 1vw), 10px);
  font-weight: 300;
  transform-origin: right top;
}
.cmn_mark--01:before {
  content: "※1";
  transform: scale(0.8);
}
.cmn_mark--02:before {
  content: "※2";
  transform: scale(0.8);
}

@media screen and (max-width: 767px) {
  .cmn_mark:before {
    font-size: calc(0.2666666667 * 10 * 1vw);
  }
}
.cmn_thin_border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
}
.cmn_thin_border:before, .cmn_thin_border:after {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.cmn_thin_border:before {
  left: 0;
  right: auto;
}
.cmn_thin_border:after {
  right: 0;
  left: auto;
}
.cmn_thin_border--gold {
  background-color: #BCA762;
}
.cmn_thin_border--gold:before, .cmn_thin_border--gold:after {
  background-color: #BCA762;
}

.cmn_bg01 {
  position: relative;
}
.cmn_bg01:before {
  height: 100%;
  width: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(141deg, #7A3030 0%, #3C0F0F 73.52%);
  z-index: -1;
}
.cmn_bg01:after {
  height: 100%;
  width: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(218deg, #285875 0%, #0F364E 65.55%);
  z-index: -1;
}

.cmn_gold_border {
  display: block;
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #F7F3B0 0%, #BBA661 100%);
}

.model {
  padding: min(calc(0.0694444444 * 30 * 1vw), 30px) 0 0;
}
.model__ttl {
  width: min(calc(0.0694444444 * 863.25 * 1vw), 863.25px);
  margin: 0 auto;
}
.model__blk01 {
  background: linear-gradient(to right, #451111 50%, #0F364E 50%);
  box-shadow: 2px -2px 5px 0px rgba(0, 0, 0, 0.25);
}
.model__flex {
  display: flex;
}
.model__epi, .model__go {
  width: 50%;
}
.model__btn_list {
  justify-content: center;
  align-items: center;
  column-gap: min(calc(0.0694444444 * 55 * 1vw), 55px);
  padding: 1em 0 3em;
}
.model__btn_list .cta_btn__a {
  width: min(33vw, 411px);
  height: min(calc(0.0694444444 * 58 * 1vw), 58px);
  padding: 0 min(calc(0.0694444444 * 20.71 * 1vw), 20.71px);
  font-size: min(calc(0.0694444444 * 16 * 1vw), 16px);
  letter-spacing: 0;
}
.model__btn_list .cta_btn__a img {
  width: min(calc(0.0694444444 * 24.17 * 1vw), 24.17px);
}

@media screen and (max-width: 767px) {
  .model .wrap01 {
    max-width: 100%;
    width: 100%;
  }
  .model__ttl {
    width: calc(0.2666666667 * 312.8 * 1vw);
  }
  .model__btn_list {
    justify-content: center;
    align-items: center;
    grid-row-gap: calc(0.2666666667 * 20 * 1vw);
  }
  .model__btn_list .cta_btn__a {
    width: calc(0.2666666667 * 318 * 1vw);
    height: calc(0.2666666667 * 48 * 1vw);
    padding: 0 calc(0.2666666667 * 20 * 1vw);
    font-size: calc(0.2666666667 * 12 * 1vw);
  }
  .model__btn_list .cta_btn__a img {
    width: calc(0.2666666667 * 20 * 1vw);
  }
}
.cost {
  background-color: #451111;
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0;
}

@media screen and (max-width: 767px) {
  .cost {
    padding: calc(0.2666666667 * 20 * 1vw) 0;
  }
}
.layout01 {
  background-color: #fff;
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0;
}
.layout01__ttl {
  width: min(calc(0.0694444444 * 914 * 1vw), 914px);
  margin: 0 auto min(calc(0.0694444444 * 40 * 1vw), 40px);
}
.layout01__flex01 {
  justify-content: center;
  column-gap: min(calc(0.0694444444 * 52 * 1vw), 52px);
}
.layout01__left {
  width: min(calc(0.0694444444 * 354 * 1vw), 354px);
}
.layout01__right {
  width: min(calc(0.0694444444 * 486 * 1vw), 486px);
}

@media screen and (max-width: 767px) {
  .layout01 {
    padding: calc(0.2666666667 * 30 * 1vw) 0 0;
  }
  .layout01__ttl {
    width: calc(0.2666666667 * 310.32 * 1vw);
    margin-bottom: calc(0.2666666667 * 25 * 1vw);
  }
  .layout01__ttl--02 {
    width: calc(0.2666666667 * 325 * 1vw);
    margin-bottom: calc(0.2666666667 * 4 * 1vw);
  }
  .layout01__left {
    width: 100%;
  }
  .layout01__right {
    width: 100%;
  }
}
.latest {
  background-color: #0F364E;
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0;
}

@media screen and (max-width: 767px) {
  .latest {
    padding: calc(0.2666666667 * 20 * 1vw) 0;
  }
}
.series {
  padding: min(calc(0.0694444444 * 87 * 1vw), 87px) 0 0;
  background: center top/contain url("../img/bg-cmn01-pc.png") no-repeat;
}
.series__ttl {
  margin-bottom: min(calc(0.0694444444 * 26 * 1vw), 26px);
}
.series__txt {
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: min(calc(0.0694444444 * 54 * 1vw), 54px);
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .series {
    padding: calc(0.2666666667 * 50 * 1vw) 0 0;
    background: center top/100% url("../img/bg-cmn01-sp.png");
  }
  .series__ttl {
    margin-bottom: calc(0.2666666667 * 26 * 1vw);
  }
  .series__txt {
    font-size: calc(0.2666666667 * 18 * 1vw);
    padding-bottom: calc(0.2666666667 * 44 * 1vw);
  }
}
.ipl {
  background-color: #ECE9E1;
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0 min(calc(0.0694444444 * 93 * 1vw), 93px);
}
.ipl__wrap {
  width: min(calc(0.0694444444 * 914 * 1vw), 914px);
  max-width: 90%;
  margin: 0 auto;
}
.ipl__ttl {
  text-align: center;
  margin-bottom: min(calc(0.0694444444 * 20 * 1vw), 20px);
}
.ipl__txt01 {
  text-align: center;
  line-height: 2;
  padding-bottom: min(calc(0.0694444444 * 50 * 1vw), 50px);
  font-size: min(calc(0.0694444444 * 22 * 1vw), 22px);
}
.ipl__img01 {
  padding-bottom: min(calc(0.0694444444 * 40 * 1vw), 40px);
}
.ipl__flex {
  padding-bottom: min(calc(0.0694444444 * 40 * 1vw), 40px);
  align-items: center;
}
.ipl__txt02 {
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  line-height: 2;
}
.ipl__txt02 span {
  color: #C53939;
  font-weight: bold;
}
.ipl__img02 {
  width: min(calc(0.0694444444 * 354 * 1vw), 354px);
}

@media screen and (max-width: 767px) {
  .ipl {
    padding: calc(0.2666666667 * 28 * 1vw) 0 calc(0.2666666667 * 50 * 1vw);
  }
  .ipl__wrap {
    width: 100%;
    max-width: 100%;
  }
  .ipl__ttl {
    margin-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .ipl__txt01 {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .ipl__img01 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: calc(0.2666666667 * 18 * 1vw);
  }
  .ipl__flex {
    padding-bottom: calc(0.2666666667 * 21 * 1vw);
  }
  .ipl__txt02 {
    text-align: center;
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-bottom: calc(0.2666666667 * 39 * 1vw);
  }
  .ipl__img02 {
    width: 100%;
  }
  .ipl__img03 {
    width: 90%;
    margin: 0 auto;
  }
}
.more {
  padding: 3.9vw 0 8.3vw;
  background: center/cover url("../img/bg-more-pc.jpg") no-repeat;
  color: #fff;
}
.more__txt01 {
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: calc(3 / 24 * 1em);
  text-align: center;
  padding-top: min(calc(0.0694444444 * 60 * 1vw), 60px);
  background: center top/min(calc(0.0694444444 * 433 * 1vw), 433px) url("../img/im-more_deco.png") no-repeat;
}
.more__ttl {
  margin-bottom: min(calc(0.0694444444 * 50 * 1vw), 50px);
}
.more__txt02 {
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  line-height: 1.7;
  letter-spacing: 0.15em;
  padding-bottom: min(calc(0.0694444444 * 50 * 1vw), 50px);
  text-align: center;
}
.more__txt02 span {
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
}
.more__left {
  width: min(calc(0.0694444444 * 506 * 1vw), 506px);
}
.more__right {
  width: min(calc(0.0694444444 * 539 * 1vw), 539px);
}
.more__txt03 {
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  line-height: 2;
  font-weight: 500;
  padding-bottom: min(calc(0.0694444444 * 60 * 1vw), 60px);
}
.more__txt04 {
  font-size: min(calc(0.0694444444 * 10 * 1vw), 10px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 767px) {
  .more {
    padding: calc(0.2666666667 * 41 * 1vw) 0 calc(0.2666666667 * 91 * 1vw);
    background-image: url("../img/bg-more-sp.jpg");
  }
  .more__txt01 {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-top: calc(0.2666666667 * 29 * 1vw);
    background-size: calc(0.2666666667 * 249.12 * 1vw);
    padding-bottom: 0;
  }
  .more__ttl {
    margin-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .more .ttl01 {
    font-size: calc(0.2666666667 * 16 * 1vw);
  }
  .more .ttl01 .f40 {
    font-size: calc(0.2666666667 * 22 * 1vw);
  }
  .more__txt02 {
    font-size: calc(0.2666666667 * 24 * 1vw);
    padding-bottom: calc(0.2666666667 * 18 * 1vw);
  }
  .more__txt02 span {
    font-size: calc(0.2666666667 * 20 * 1vw);
  }
  .more__txt03 {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-bottom: calc(0.2666666667 * 16 * 1vw);
  }
  .more__left {
    width: 100%;
  }
  .more__txt04 {
    font-size: calc(0.2666666667 * 10 * 1vw);
    padding-bottom: calc(0.2666666667 * 28 * 1vw);
  }
  .more__right {
    width: 100%;
  }
}
.interview {
  padding: min(calc(0.0694444444 * 89 * 1vw), 89px) 0 min(calc(0.0694444444 * 99 * 1vw), 99px);
  background-color: #ECE9E1;
}
.interview__ttl {
  line-height: 2;
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  text-align: center;
  font-weight: 500;
  padding-bottom: min(calc(0.0694444444 * 30 * 1vw), 30px);
}
.interview .bg_gold {
  margin-top: 0.3em;
  margin-right: 0.3em;
}
.interview__blk01 {
  padding-top: min(calc(0.0694444444 * 60 * 1vw), 60px);
  width: min(calc(0.0694444444 * 619 * 1vw), 619px);
  margin: 0 auto;
}
.interview__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: min(calc(0.0694444444 * 30 * 1vw), 30px);
}
.interview__flex--last {
  padding-bottom: 0;
}
.interview__name {
  font-size: min(calc(0.0694444444 * 16 * 1vw), 16px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding-bottom: 1em;
}
.interview__coment {
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.interview__img {
  width: min(calc(0.0694444444 * 260 * 1vw), 260px);
}

@media screen and (max-width: 767px) {
  .interview {
    padding: calc(0.2666666667 * 38 * 1vw) 0 calc(0.2666666667 * 40 * 1vw);
  }
  .interview__ttl {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-bottom: calc(0.2666666667 * 30 * 1vw);
  }
  .interview .bg_gold {
    padding: calc(0.2666666667 * 4 * 1vw) calc(0.2666666667 * 10 * 1vw);
    font-size: calc(0.2666666667 * 20 * 1vw);
  }
  .interview__blk01 {
    width: 100%;
    padding-top: calc(0.2666666667 * 30 * 1vw);
  }
  .interview__flex {
    padding-bottom: calc(0.2666666667 * 40 * 1vw);
  }
  .interview__flex--last {
    padding-bottom: 0;
  }
  .interview__name {
    font-size: calc(0.2666666667 * 11 * 1vw);
    padding-bottom: calc(0.2666666667 * 9 * 1vw);
  }
  .interview__coment {
    font-size: calc(0.2666666667 * 16 * 1vw);
  }
  .interview__img {
    width: calc(0.2666666667 * 126 * 1vw);
  }
}
.pick {
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0;
}
.pick .wrap01 {
  width: min(calc(0.0694444444 * 914 * 1vw), 914px);
}
.pick__txt {
  padding: min(calc(0.0694444444 * 23 * 1vw), 23px) 0;
  background-color: #fff;
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pick {
    padding: calc(0.2666666667 * 30 * 1vw) 0 calc(0.2666666667 * 52 * 1vw);
  }
  .pick .wrap01 {
    width: 90%;
  }
  .pick__txt {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding: calc(0.2666666667 * 27 * 1vw) 0 calc(0.2666666667 * 11 * 1vw);
  }
}
.cta {
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0;
}
.cta--epi {
  background-color: #451111;
}
.cta--go {
  background-color: #0F364E;
}
.cta__bg {
  background-color: #fff;
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) min(calc(0.0694444444 * 90 * 1vw), 90px);
}
.cta__ttl {
  padding-bottom: min(calc(0.0694444444 * 37 * 1vw), 37px);
}
.cta__blk01 {
  padding-bottom: min(calc(0.0694444444 * 40 * 1vw), 40px);
}
.cta__flex01 {
  align-items: center;
  text-align: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.cta__txt01 {
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: min(calc(0.0694444444 * 30 * 1vw), 30px);
}
.cta__txt01__span {
  font-size: min(calc(0.0694444444 * 40 * 1vw), 40px);
}
.cta__txt02 {
  font-size: min(calc(0.0694444444 * 40 * 1vw), 40px);
  line-height: 1.5;
  font-weight: 500;
}
.cta__note01 {
  font-size: min(calc(0.0694444444 * 10 * 1vw), 10px);
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-top: min(calc(0.0694444444 * 8 * 1vw), 8px);
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cta__img01 {
  width: min(calc(0.0694444444 * 440 * 1vw), 440px);
}
.cta__blk02 {
  padding: min(calc(0.0694444444 * 40 * 1vw), 40px) 0;
}
.cta__flex02 {
  display: flex;
  justify-content: space-between;
}
.cta__dl {
  width: min(calc(0.0694444444 * 418 * 1vw), 418px);
  text-align: center;
}
.cta__dt_wrap {
  min-height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__dt {
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500;
}
.cta__dt__span {
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
}
.cta__dd_img {
  padding-bottom: min(calc(0.0694444444 * 16 * 1vw), 16px);
}
.cta__dd_txt {
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.cta__note02 {
  font-size: min(calc(0.0694444444 * 10 * 1vw), 10px);
  font-weight: 500;
  padding: min(calc(0.0694444444 * 20 * 1vw), 20px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.cta__blk03 {
  padding: min(calc(0.0694444444 * 40 * 1vw), 40px) 0 0;
  justify-content: center;
  column-gap: min(calc(0.0694444444 * 50 * 1vw), 50px);
  align-items: center;
}
.cta__left {
  width: min(calc(0.0694444444 * 172 * 1vw), 172px);
}
.cta__right {
  text-align: center;
}
.cta__right--epi {
  width: min(calc(0.0694444444 * 361 * 1vw), 361px);
}
.cta__right--go {
  width: min(calc(0.0694444444 * 392 * 1vw), 392px);
}
.cta__price {
  padding-bottom: min(calc(0.0694444444 * 20 * 1vw), 20px);
}

@media screen and (max-width: 767px) {
  .cta {
    padding: calc(0.2666666667 * 34 * 1vw) 0;
  }
  .cta__bg {
    padding: calc(0.2666666667 * 17 * 1vw) calc(0.2666666667 * 12 * 1vw) calc(0.2666666667 * 30 * 1vw);
  }
  .cta__ttl {
    width: 100%;
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .cta__txt01 {
    font-size: calc(0.2666666667 * 20 * 1vw);
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .cta__txt01__span {
    font-size: calc(0.2666666667 * 32 * 1vw);
  }
  .cta__img01 {
    width: 100%;
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .cta__txt02 {
    font-size: calc(0.2666666667 * 24 * 1vw);
    text-align: center;
  }
  .cta__note01 {
    width: calc(0.2666666667 * 270 * 1vw);
    margin: 0 auto;
    padding-top: calc(0.2666666667 * 10 * 1vw);
    font-size: calc(0.2666666667 * 10 * 1vw);
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
  }
  .cta__blk01 {
    padding-bottom: calc(0.2666666667 * 14 * 1vw);
  }
  .cta__blk02 {
    padding: calc(0.2666666667 * 20 * 1vw) 0 calc(0.2666666667 * 21 * 1vw);
  }
  .cta__dl {
    width: calc(0.2666666667 * 150 * 1vw);
  }
  .cta__dt_wrap {
    min-height: 4.5rem;
  }
  .cta__dt {
    font-size: calc(0.2666666667 * 16 * 1vw);
  }
  .cta__dt__span {
    font-size: calc(0.2666666667 * 24 * 1vw);
  }
  .cta__dd_img {
    padding-bottom: calc(0.2666666667 * 15 * 1vw);
  }
  .cta__dd_txt {
    font-size: calc(0.2666666667 * 12 * 1vw);
  }
  .cta__note02 {
    font-size: calc(0.2666666667 * 10 * 1vw);
    padding-top: calc(0.2666666667 * 20 * 1vw);
  }
  .cta__note02--epi {
    padding-left: 1em;
    text-indent: -1em;
  }
  .cta__blk03 {
    padding: calc(0.2666666667 * 15 * 1vw) 0 0;
  }
  .cta__right--epi {
    width: calc(0.2666666667 * 270 * 1vw);
  }
  .cta__right--go {
    width: calc(0.2666666667 * 296 * 1vw);
  }
  .cta__price {
    padding-bottom: calc(0.2666666667 * 25 * 1vw);
  }
}
.body {
  background: linear-gradient(218deg, #285875 0%, #0F364E 65.55%);
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0 min(calc(0.0694444444 * 100 * 1vw), 100px);
  color: #fff;
  text-align: center;
}
.body__ttl {
  padding-bottom: min(calc(0.0694444444 * 38 * 1vw), 38px);
}
.body__txt01 {
  font-weight: 500;
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  padding-bottom: min(calc(0.0694444444 * 13 * 1vw), 13px);
  letter-spacing: 0.03em;
}
.body__note01 {
  font-size: min(calc(0.0694444444 * 10 * 1vw), 10px);
  font-weight: 500;
  padding-bottom: min(calc(0.0694444444 * 50 * 1vw), 50px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.body__ul {
  display: flex;
  justify-content: space-between;
  grid-row-gap: min(calc(0.0694444444 * 14 * 1vw), 14px);
  padding-bottom: min(calc(0.0694444444 * 100 * 1vw), 100px);
  flex-wrap: wrap;
}
.body__li {
  text-align: center;
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
  font-weight: 500;
  width: min(calc(0.0694444444 * 349.71 * 1vw), 349.71px);
}
.body__li_img {
  padding-bottom: 0;
}
.body__care {
  width: min(calc(0.0694444444 * 716 * 1vw), 716px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .body {
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .body__ttl {
    padding-bottom: calc(0.2666666667 * 33 * 1vw);
    word-break: keep-all;
  }
  .body__txt01 {
    font-size: calc(0.2666666667 * 18 * 1vw);
    padding-bottom: calc(0.2666666667 * 19 * 1vw);
  }
  .body__note01 {
    font-size: calc(0.2666666667 * 10 * 1vw);
    padding-bottom: calc(0.2666666667 * 40 * 1vw);
  }
  .body__ul {
    grid-row-gap: calc(0.2666666667 * 10 * 1vw);
    padding-bottom: calc(0.2666666667 * 50 * 1vw);
  }
  .body__li {
    width: calc(0.2666666667 * 159 * 1vw);
    font-size: calc(0.2666666667 * 16 * 1vw);
  }
  .body__li__img {
    padding-bottom: 0;
  }
  .body__care {
    width: 100%;
  }
}
.match__blk01 {
  background: center top/cover url("../img/bg-cmn01-pc.png") no-repeat;
  padding: min(calc(0.0694444444 * 70 * 1vw), 70px) 0 min(calc(0.0694444444 * 100 * 1vw), 100px);
}
.match__ttl {
  padding-bottom: min(calc(0.0694444444 * 32 * 1vw), 32px);
}
.match__ttl02 {
  padding-bottom: min(calc(0.0694444444 * 73 * 1vw), 73px);
}
.match__txt01 {
  font-size: min(calc(0.0694444444 * 17 * 1vw), 17px);
  font-weight: 500;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.match__blk02 {
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0;
}
.match__pat01 {
  background-color: #fff;
  border-radius: calc(20 / 16 * 1em);
  border: solid 3px #B39D41;
  padding: min(calc(0.0694444444 * 50 * 1vw), 50px) 0;
  margin-bottom: min(calc(0.0694444444 * 94 * 1vw), 94px);
}
.match__pat01--skin {
  padding: min(calc(0.0694444444 * 33 * 1vw), 33px) 0;
  margin-bottom: 0;
}
.match__pat01--last {
  margin-bottom: min(calc(0.0694444444 * 140 * 1vw), 140px);
}
.match__pat01__img01 {
  width: min(calc(0.0694444444 * 997 * 1vw), 997px);
  margin: 0 auto;
}
.match__pat01__img02 {
  width: min(calc(0.0694444444 * 728.27 * 1vw), 728.27px);
  margin: 0 auto;
}
.match__pat01__img03 {
  width: min(calc(0.0694444444 * 605 * 1vw), 605px);
  margin: 0 auto;
}
.match__pat01__txt01 {
  text-align: center;
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  font-weight: 500;
  line-height: 2;
}
.match__sub_ttl01 {
  position: relative;
  width: min(calc(0.0694444444 * 306 * 1vw), 306px);
  margin: 0 auto min(calc(0.0694444444 * 40 * 1vw), 40px);
  color: #B39D41;
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.match__sub_ttl01:before, .match__sub_ttl01:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0.6em;
  width: 100%;
  height: 1px;
  background-color: #B39D41;
}
.match__sub_ttl01:after {
  height: 2px;
  top: 0.8em;
}
.match__sub_ttl01 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5em;
  position: relative;
  z-index: 3;
}
.match__sub_ttl02 {
  width: min(calc(0.0694444444 * 421 * 1vw), 421px);
  margin: 0 auto min(calc(0.0694444444 * 30 * 1vw), 30px);
}
.match__pat02 {
  position: relative;
  background-color: #ECE9E1;
  border-radius: calc(20 / 16 * 1em);
  border: solid 3px #B39D41;
  padding: min(calc(0.0694444444 * 49 * 1vw), 49px) 0 min(calc(0.0694444444 * 72 * 1vw), 72px);
  margin-bottom: min(calc(0.0694444444 * 66 * 1vw), 66px);
}
.match__pat02__num {
  font-family: "Cinzel", serif;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  width: calc(222 / 24 * 1em);
  text-align: center;
}
.match__pat02__img {
  width: min(calc(0.0694444444 * 862.5 * 1vw), 862.5px);
  margin: 0 auto;
}
.match__pat02__img--02 {
  width: min(calc(0.0694444444 * 860.5 * 1vw), 860.5px);
}
.match__pat02__img--03 {
  width: min(calc(0.0694444444 * 840.5 * 1vw), 840.5px);
}
.match__pat02__txt {
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  padding-bottom: min(calc(0.0694444444 * 39 * 1vw), 39px);
}

@media screen and (max-width: 767px) {
  .match__blk01 {
    background: center top/cover url("../img/bg-cmn01-sp.png") no-repeat;
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .match__ttl {
    padding-bottom: calc(0.2666666667 * 40 * 1vw);
  }
  .match__ttl02 {
    padding-bottom: calc(0.2666666667 * 56 * 1vw);
  }
  .match__txt01 {
    font-size: calc(0.2666666667 * 16 * 1vw);
    text-align: left;
  }
  .match__blk02 {
    padding: calc(0.2666666667 * 40 * 1vw) 0;
  }
  .match__pat01 {
    padding: calc(0.2666666667 * 30 * 1vw) 0;
    margin-bottom: calc(0.2666666667 * 26 * 1vw);
  }
  .match__pat01--skin {
    margin-bottom: 0;
  }
  .match__pat01--last {
    margin-bottom: calc(0.2666666667 * 50 * 1vw);
  }
  .match__pat01__img01 {
    width: calc(0.2666666667 * 311 * 1vw);
  }
  .match__pat01__img02 {
    width: calc(0.2666666667 * 293 * 1vw);
  }
  .match__pat01__img03 {
    width: calc(0.2666666667 * 300 * 1vw);
  }
  .match__pat01__txt01 {
    font-size: calc(0.2666666667 * 14 * 1vw);
    padding-bottom: calc(0.2666666667 * 36 * 1vw);
  }
  .match__sub_ttl01 {
    width: calc(0.2666666667 * 272 * 1vw);
    margin: 0 auto calc(0.2666666667 * 20 * 1vw);
    font-size: calc(0.2666666667 * 24 * 1vw);
  }
  .match__sub_ttl02 {
    width: calc(0.2666666667 * 306.46 * 1vw);
    margin: 0 auto calc(0.2666666667 * 15 * 1vw);
  }
  .match__pat02 {
    padding: calc(0.2666666667 * 43 * 1vw) 0 calc(0.2666666667 * 43 * 1vw);
    margin-bottom: calc(0.2666666667 * 56 * 1vw);
  }
  .match__pat02__num {
    font-size: calc(0.2666666667 * 24 * 1vw);
    width: calc(222 / 24 * 1em);
    padding: calc(8 / 24 * 1em);
  }
  .match__pat02__img {
    width: calc(0.2666666667 * 300 * 1vw);
  }
  .match__pat02__txt {
    line-height: 1.8;
    font-size: calc(0.2666666667 * 20 * 1vw);
    padding-bottom: calc(0.2666666667 * 22 * 1vw);
  }
}
.level {
  padding: min(calc(0.0694444444 * 70 * 1vw), 70px) 0 min(calc(0.0694444444 * 100 * 1vw), 100px);
  background: center top/cover url("../img/bg-cmn01-pc.png") no-repeat;
}
.level__ttl {
  padding-bottom: min(calc(0.0694444444 * 50 * 1vw), 50px);
}
.level__txt {
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: min(calc(0.0694444444 * 17 * 1vw), 17px);
}

@media screen and (max-width: 767px) {
  .level {
    padding: calc(0.2666666667 * 35 * 1vw) 0;
    background: center top/cover url("../img/bg-cmn01-sp.png") no-repeat;
  }
  .level__ttl {
    padding-bottom: calc(0.2666666667 * 30 * 1vw);
  }
  .level__txt {
    font-size: calc(0.2666666667 * 16 * 1vw);
    text-align: left;
  }
}
.step {
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0;
}
.step__ttl {
  width: min(calc(0.0694444444 * 874.02 * 1vw), 874.02px);
  margin: 0 auto;
  padding-bottom: min(calc(0.0694444444 * 88 * 1vw), 88px);
}
.step__ol {
  display: flex;
  justify-content: space-between;
  grid-row-gap: min(calc(0.0694444444 * 60 * 1vw), 60px);
  flex-wrap: wrap;
}
.step__li {
  width: min(calc(0.0694444444 * 482.86 * 1vw), 482.86px);
}
.step__sub_ttl {
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-bottom: min(calc(0.0694444444 * 10 * 1vw), 10px);
  display: flex;
  align-items: center;
  column-gap: calc(16 / 24 * 1em);
}
.step__num {
  color: #fff;
  display: inline-block;
  background: linear-gradient(130deg, #F7F3B0 0%, #BBA661 100%);
  font-size: min(calc(0.0694444444 * 16.56 * 1vw), 16.56px);
  font-weight: bold;
  padding: calc(2.7 / 16.56 * 1em) calc(11 / 16.56 * 1em);
  border-radius: calc(5.52 / 16.56 * 1em);
}
.step__flex {
  display: flex;
}
.step__img {
  flex-shrink: 0;
  width: min(calc(0.0694444444 * 248.33 * 1vw), 248.33px);
}
.step__img--04 {
  margin: min(calc(0.0694444444 * -46 * 1vw), -46px) auto auto;
}
.step__txt {
  padding-top: min(calc(0.0694444444 * 17 * 1vw), 17px);
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  line-height: 2;
}
.step__ico {
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
  display: inline-block;
  padding-left: 1em;
  background: center left/min(calc(0.0694444444 * 13.04 * 1vw), 13.04px) url("../img/im-step_ico.png") no-repeat;
}

@media screen and (max-width: 767px) {
  .step {
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .step__ttl {
    width: 100%;
    margin: 0 auto;
    padding-bottom: calc(0.2666666667 * 40 * 1vw);
  }
  .step__ol {
    grid-row-gap: calc(0.2666666667 * 40 * 1vw);
  }
  .step__li {
    width: 100%;
  }
  .step__sub_ttl {
    font-size: calc(0.2666666667 * 20 * 1vw);
    padding-bottom: calc(0.2666666667 * 6 * 1vw);
    column-gap: 1em;
  }
  .step__num {
    font-size: calc(0.2666666667 * 12 * 1vw);
    font-weight: bold;
    padding: calc(2 / 12 * 1em) calc(8 / 12 * 1em);
  }
  .step__img {
    flex-shrink: 0;
    width: calc(0.2666666667 * 180 * 1vw);
    margin-right: calc(0.2666666667 * -14 * 1vw);
  }
  .step__img--04 {
    margin-top: calc(0.2666666667 * -36 * 1vw);
  }
  .step__txt {
    padding-top: calc(0.2666666667 * 20 * 1vw);
    font-size: calc(0.2666666667 * 14 * 1vw);
  }
  .step__ico {
    font-size: calc(0.2666666667 * 14 * 1vw);
    display: inline-block;
    background: center left/calc(0.2666666667 * 9.45 * 1vw) url("../img/im-step_ico.png") no-repeat;
  }
}
.voice {
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0;
  background-color: #ECE9E1;
}
.voice__ttl {
  width: min(calc(0.0694444444 * 645 * 1vw), 645px);
  margin: 0 auto;
  padding-bottom: min(calc(0.0694444444 * 21 * 1vw), 21px);
}
.voice__ul {
  width: min(calc(0.0694444444 * 912 * 1vw), 912px);
  margin: 0 auto;
  padding: min(calc(0.0694444444 * 77 * 1vw), 77px) 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.voice__li {
  margin-bottom: min(calc(0.0694444444 * 87 * 1vw), 87px);
  position: relative;
  z-index: 2;
}
.voice__li:last-of-type {
  margin-bottom: 0;
}
.voice__txt_blk {
  width: min(calc(0.0694444444 * 893 * 1vw), 893px);
  border: solid 1px #C2AF6A;
  background-color: #fff;
  position: relative;
}
.voice__txt_blk:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #C2AF6A;
  top: 2px;
  left: 2px;
  z-index: -1;
}
.voice__txt_blk--odd {
  margin-right: auto;
  margin-left: 0;
  padding: min(calc(0.0694444444 * 42 * 1vw), 42px) min(calc(0.0694444444 * 175 * 1vw), 175px) min(calc(0.0694444444 * 42 * 1vw), 42px) min(calc(0.0694444444 * 42 * 1vw), 42px);
}
.voice__txt_blk--even {
  margin-right: 0;
  margin-left: auto;
  padding: min(calc(0.0694444444 * 42 * 1vw), 42px) min(calc(0.0694444444 * 42 * 1vw), 42px) min(calc(0.0694444444 * 42 * 1vw), 42px) min(calc(0.0694444444 * 175 * 1vw), 175px);
}
.voice__img {
  position: absolute;
  width: min(calc(0.0694444444 * 167.85 * 1vw), 167.85px);
  top: 50%;
  margin: auto;
}
.voice__img--odd {
  right: min(calc(0.0694444444 * 22 * 1vw), 22px);
  transform-origin: right bottom;
  transform: rotate(4.7deg) translateY(-50%);
}
.voice__img--even {
  left: min(calc(0.0694444444 * 22 * 1vw), 22px);
  transform-origin: left bottom;
  transform: rotate(-4.7deg) translateY(-50%);
}
.voice__comment {
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: min(calc(0.0694444444 * 8 * 1vw), 8px);
}
.voice__age {
  font-size: min(calc(0.0694444444 * 16 * 1vw), 16px);
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .voice__ttl {
    width: calc(0.2666666667 * 269 * 1vw);
    padding-bottom: calc(0.2666666667 * 16 * 1vw);
  }
  .voice__ul {
    width: 100%;
    padding: calc(0.2666666667 * 52 * 1vw) 0 0;
  }
  .voice__li {
    margin-bottom: calc(0.2666666667 * 57 * 1vw);
  }
  .voice__li:last-of-type {
    margin-bottom: 0;
  }
  .voice__txt_blk {
    width: calc(0.2666666667 * 225 * 1vw);
  }
  .voice__txt_blk--odd {
    margin-right: auto;
    margin-left: 0;
    padding: calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 35 * 1vw) calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 15 * 1vw);
  }
  .voice__txt_blk--even {
    margin-right: 0;
    margin-left: auto;
    padding: calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 35 * 1vw);
  }
  .voice__img {
    width: calc(0.2666666667 * 123 * 1vw);
    bottom: 0;
    top: auto;
  }
  .voice__img--odd {
    right: calc(0.2666666667 * 15 * 1vw);
    transform: rotate(4.7deg);
  }
  .voice__img--even {
    left: calc(0.2666666667 * 15 * 1vw);
    transform: rotate(-4.7deg);
  }
  .voice__comment {
    font-size: calc(0.2666666667 * 14 * 1vw);
    padding-bottom: calc(0.2666666667 * 10 * 1vw);
  }
  .voice__age {
    font-size: calc(0.2666666667 * 12 * 1vw);
  }
}
.security {
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0;
}
.security__bg {
  background: center/contain url("../img/bg-security-pc.png") no-repeat;
  padding: min(calc(0.0694444444 * 40 * 1vw), 40px) 0 min(calc(0.0694444444 * 51 * 1vw), 51px);
  width: min(calc(0.0694444444 * 917 * 1vw), 917px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.security__ttl01 {
  width: min(calc(0.0694444444 * 539 * 1vw), 539px);
  padding-bottom: min(calc(0.0694444444 * 20 * 1vw), 20px);
}
.security__img {
  width: min(calc(0.0694444444 * 539 * 1vw), 539px);
  padding-bottom: min(calc(0.0694444444 * 40 * 1vw), 40px);
}
.security__ttl02 {
  width: min(calc(0.0694444444 * 347 * 1vw), 347px);
  padding-bottom: min(calc(0.0694444444 * 20 * 1vw), 20px);
}
.security__txt01 {
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
  padding-bottom: min(calc(0.0694444444 * 20 * 1vw), 20px);
}
.security__note01 {
  font-size: min(calc(0.0694444444 * 12 * 1vw), 12px);
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: min(calc(0.0694444444 * 40 * 1vw), 40px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: min(calc(0.0694444444 * 459 * 1vw), 459px);
}
.security__txt02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  padding-bottom: min(calc(0.0694444444 * 3 * 1vw), 3px);
}
.security__tel {
  font-size: min(calc(0.0694444444 * 60 * 1vw), 60px);
  font-weight: bold;
  padding-left: min(calc(0.0694444444 * 76 * 1vw), 76px);
  background: center left/min(calc(0.0694444444 * 60 * 1vw), 60px) url("../img/ic-tel.png") no-repeat;
}
.security__tel a {
  color: #B39D41;
  text-decoration: none;
}
.security__txt03 {
  color: #B39D41;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(calc(0.0694444444 * 14 * 1vw), 14px);
  padding-bottom: min(calc(0.0694444444 * 6 * 1vw), 6px);
}
.security__txt04 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: min(calc(0.0694444444 * 12 * 1vw), 12px);
}

@media screen and (max-width: 767px) {
  .security {
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .security__bg {
    background: center/contain url("../img/bg-security-sp.png") no-repeat;
    padding: calc(0.2666666667 * 23 * 1vw) 0 calc(0.2666666667 * 53 * 1vw);
    width: 100%;
  }
  .security__ttl01 {
    width: calc(0.2666666667 * 299 * 1vw);
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .security__img {
    width: calc(0.2666666667 * 299 * 1vw);
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .security__ttl02 {
    width: calc(0.2666666667 * 278 * 1vw);
    padding-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .security__txt01 {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-bottom: calc(0.2666666667 * 24 * 1vw);
    text-align: center;
  }
  .security__note01 {
    font-size: calc(0.2666666667 * 12 * 1vw);
    padding-bottom: calc(0.2666666667 * 45 * 1vw);
    width: calc(0.2666666667 * 300 * 1vw);
  }
  .security__txt02 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: calc(0.2666666667 * 14 * 1vw);
    padding-bottom: calc(0.2666666667 * 10 * 1vw);
  }
  .security__tel {
    font-size: calc(0.2666666667 * 36 * 1vw);
    padding-left: calc(0.2666666667 * 37 * 1vw);
    background: center left/calc(0.2666666667 * 28.71 * 1vw) url("../img/ic-tel.png") no-repeat;
    padding-bottom: calc(0.2666666667 * 3 * 1vw);
  }
  .security__txt03 {
    font-size: calc(0.2666666667 * 12 * 1vw);
    padding-bottom: calc(0.2666666667 * 16 * 1vw);
  }
  .security__txt04 {
    width: calc(0.2666666667 * 291 * 1vw);
    font-size: calc(0.2666666667 * 12 * 1vw);
  }
}
.faq {
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0;
  background-color: #ECE9E1;
}
.faq__ttl {
  color: #000;
  padding-bottom: min(calc(0.0694444444 * 64 * 1vw), 64px);
}
.faq__blk01 {
  width: min(calc(0.0694444444 * 905 * 1vw), 905px);
  margin: 0 auto;
  line-height: 1.5;
}
.faq__dt {
  padding: min(calc(0.0694444444 * 20 * 1vw), 20px) min(calc(0.0694444444 * 90 * 1vw), 90px) min(calc(0.0694444444 * 20 * 1vw), 20px) 0;
  position: relative;
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000;
  cursor: pointer;
}
.faq__dt:before, .faq__dt:after {
  width: 3px;
  height: 3px;
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  bottom: -1.5px;
  margin: auto;
  transform: rotate(45deg);
}
.faq__dt:before {
  left: 0;
}
.faq__dt:after {
  right: 0;
}
.faq__dt.open .faq__arrow {
  transform: rotate(0deg);
}
.faq__arrow {
  position: absolute;
  width: min(calc(0.0694444444 * 12 * 1vw), 12px) !important;
  transform-origin: center;
  transition: all ease .5s;
  top: 0;
  bottom: 0;
  right: min(calc(0.0694444444 * 28 * 1vw), 28px);
  margin: auto;
  transform: rotate(180deg);
}
.faq__a_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.faq__dd {
  padding: min(calc(0.0694444444 * 20 * 1vw), 20px) min(calc(0.0694444444 * 90 * 1vw), 90px) min(calc(0.0694444444 * 20 * 1vw), 20px) 0;
  font-size: min(calc(0.0694444444 * 18 * 1vw), 18px);
  display: none;
}
.faq__flex {
  display: flex;
  align-items: center;
}
.faq__ico {
  font-size: min(calc(0.0694444444 * 24.62 * 1vw), 24.62px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(0.0694444444 * 40 * 1vw), 40px);
  height: min(calc(0.0694444444 * 40 * 1vw), 40px);
  margin-right: min(calc(0.0694444444 * 50 * 1vw), 50px);
  color: #fff;
  flex-shrink: 0;
}
.faq__ico--q {
  background-color: #0F364E;
}
.faq__ico--a {
  background-color: #451111;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .faq__ttl {
    color: #000;
    padding-bottom: calc(0.2666666667 * 27 * 1vw);
  }
  .faq__blk01 {
    width: 100%;
  }
  .faq__dt {
    padding: calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 23 * 1vw) calc(0.2666666667 * 15 * 1vw) 0;
    font-size: calc(0.2666666667 * 16 * 1vw);
    align-items: flex-start;
  }
  .faq__arrow {
    width: calc(0.2666666667 * 12 * 1vw) !important;
  }
  .faq__dd {
    padding: calc(0.2666666667 * 15 * 1vw) calc(0.2666666667 * 23 * 1vw) calc(0.2666666667 * 15 * 1vw) 0;
    font-size: calc(0.2666666667 * 14 * 1vw);
  }
  .faq__flex {
    display: flex;
    align-items: flex-start;
  }
  .faq__ico {
    font-size: calc(0.2666666667 * 16 * 1vw);
    width: calc(0.2666666667 * 26 * 1vw);
    height: calc(0.2666666667 * 26 * 1vw);
    margin-right: calc(0.2666666667 * 14 * 1vw);
  }
}
.gift {
  padding: min(calc(0.0694444444 * 79 * 1vw), 79px) 0 min(calc(0.0694444444 * 117 * 1vw), 117px);
  color: #fff;
}
.gift__ttl01 {
  text-align: center;
  font-size: min(calc(0.0694444444 * 28 * 1vw), 28px);
  letter-spacing: 0.03em;
  line-height: 2;
  padding-bottom: min(calc(0.0694444444 * 31 * 1vw), 31px);
}
.gift__ttl01 span {
  font-size: min(calc(0.0694444444 * 32 * 1vw), 32px);
}
.gift__img01 {
  padding-bottom: min(calc(0.0694444444 * 50 * 1vw), 50px);
  width: min(calc(0.0694444444 * 1100 * 1vw), 1100px);
  margin: 0 auto;
}
.gift__ttl02 {
  margin-bottom: min(calc(0.0694444444 * 36 * 1vw), 36px);
  color: #000;
  text-align: center;
}
.gift__ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(calc(0.0694444444 * 40 * 1vw), 40px);
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  padding-bottom: min(calc(0.0694444444 * 35 * 1vw), 35px);
}
.gift__li {
  padding-left: min(calc(0.0694444444 * 23 * 1vw), 23px);
  background: center left/min(calc(0.0694444444 * 18 * 1vw), 18px) url("../img/ic-gift.png") no-repeat;
}
.gift__img02 {
  padding-bottom: min(calc(0.0694444444 * 80 * 1vw), 80px);
}
.gift__ttl03 {
  padding-bottom: min(calc(0.0694444444 * 20 * 1vw), 20px);
}
.gift__txt {
  color: #fff;
  font-size: min(calc(0.0694444444 * 24 * 1vw), 24px);
  letter-spacing: 0.03em;
  text-align: center;
  padding-bottom: min(calc(0.0694444444 * 60 * 1vw), 60px);
}
.gift__btn_list {
  justify-content: center;
  align-items: center;
  column-gap: min(calc(0.0694444444 * 30 * 1vw), 30px);
}
.gift__btn_list .cta_btn__a {
  width: min(33vw, 411px);
  height: min(calc(0.0694444444 * 58 * 1vw), 58px);
  padding: 0 min(calc(0.0694444444 * 20.71 * 1vw), 20.71px);
  font-size: min(calc(0.0694444444 * 16 * 1vw), 16px);
  letter-spacing: 0;
}
.gift__btn_list .cta_btn__a img {
  width: min(calc(0.0694444444 * 24.17 * 1vw), 24.17px);
}

@media screen and (max-width: 767px) {
  .gift {
    padding: calc(0.2666666667 * 34 * 1vw) 0 calc(0.2666666667 * 65 * 1vw);
  }
  .gift__ttl01 {
    font-size: calc(0.2666666667 * 20 * 1vw);
    padding-bottom: calc(0.2666666667 * 36 * 1vw);
  }
  .gift__ttl01 span {
    font-size: calc(0.2666666667 * 24 * 1vw);
  }
  .gift__img01 {
    padding-bottom: calc(0.2666666667 * 60 * 1vw);
    width: 100%;
  }
  .gift__ttl02 {
    margin-bottom: calc(0.2666666667 * 20 * 1vw);
  }
  .gift__ttl02 span {
    width: 100%;
  }
  .gift__ttl02 i {
    font-size: calc(0.2666666667 * 24 * 1vw) !important;
  }
  .gift__ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(0.2666666667 * 299 * 1vw);
    margin: 0 auto;
    column-gap: calc(0.2666666667 * 40 * 1vw);
    grid-row-gap: calc(0.2666666667 * 4 * 1vw);
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding-bottom: calc(0.2666666667 * 16 * 1vw);
  }
  .gift__li {
    padding-left: calc(0.2666666667 * 23 * 1vw);
    background: center left/calc(0.2666666667 * 18 * 1vw) url("../img/ic-gift.png") no-repeat;
  }
  .gift__img02 {
    padding-bottom: calc(0.2666666667 * 48 * 1vw);
  }
  .gift__ttl03 {
    font-size: calc(0.2666666667 * 24 * 1vw);
    padding-bottom: calc(0.2666666667 * 30 * 1vw);
  }
  .gift__txt {
    line-height: 1.5;
    font-size: calc(0.2666666667 * 24 * 1vw);
    padding-bottom: calc(0.2666666667 * 50 * 1vw);
  }
  .gift__btn_list {
    justify-content: center;
    align-items: center;
    grid-row-gap: calc(0.2666666667 * 30 * 1vw);
  }
  .gift__btn_list .cta_btn__a {
    width: calc(0.2666666667 * 318 * 1vw);
    height: calc(0.2666666667 * 48 * 1vw);
    padding: 0 calc(0.2666666667 * 20 * 1vw);
    font-size: calc(0.2666666667 * 12 * 1vw);
  }
  .gift__btn_list .cta_btn__a img {
    width: calc(0.2666666667 * 20 * 1vw);
  }
}
.line {
  padding: min(calc(0.0694444444 * 100 * 1vw), 100px) 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.line__blk01 {
  width: min(calc(0.0694444444 * 600 * 1vw), 600px);
  margin: 0 auto;
}
.line__ttl {
  padding-bottom: 2em;
}
.line__ttl a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 1em;
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
  letter-spacing: 0.03em;
  text-align: center;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.line__ttl a:after {
  display: block;
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
.line__txt01 {
  color: red;
  font-weight: bold;
  font-size: min(calc(0.0694444444 * 20 * 1vw), 20px);
  padding-left: 1.5em;
  background: center left/1em url("../img/icon_delivery.png") no-repeat;
  padding-bottom: 0.2em;
}
.line__txt02 {
  font-size: min(calc(0.0694444444 * 16 * 1vw), 16px);
  padding-bottom: 2em;
}
.line__txt02 a {
  font-weight: bold;
}
.line__btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .line {
    padding: calc(0.2666666667 * 50 * 1vw) 0;
  }
  .line__blk01 {
    width: 90%;
  }
  .line__ttl {
    padding-bottom: 1.5em;
  }
  .line__ttl a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 1em;
    /* font-size: calc(0.2666666667 * 14 * 1vw); */
    font-size: calc(0.2666666667 * 13 * 1vw);
    letter-spacing: 0.03em;
    text-align: center;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  .line__txt01 {
    font-size: calc(0.2666666667 * 14 * 1vw);
  }
  .line__txt02 {
    font-size: calc(0.2666666667 * 12 * 1vw);
    padding-bottom: 2em;
  }
}
.cta_btn__a {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  font-size: min(calc(0.0694444444 * 22.62 * 1vw), 22.62px);
  line-height: 2;
  letter-spacing: 0.03em;
  font-weight: bold;
  padding: min(calc(0.0694444444 * 11 * 1vw), 11px) min(calc(0.0694444444 * 42 * 1vw), 42px);
  width: min(calc(0.0694444444 * 352 * 1vw), 352px);
  border-radius: calc(127 / 22 * 1em);
  background: linear-gradient(to bottom, #DCC57A 50%, #EDD788 50%);
  box-shadow: 0px 5.6546187401px 5.6546187401px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.cta_btn img {
  width: min(calc(0.0694444444 * 28.27 * 1vw), 28.27px);
}

@media screen and (max-width: 767px) {
  .cta_btn__a {
    font-size: calc(0.2666666667 * 16 * 1vw);
    padding: calc(0.2666666667 * 8 * 1vw) calc(0.2666666667 * 30 * 1vw);
    width: calc(0.2666666667 * 249 * 1vw);
  }
  .cta_btn img {
    width: calc(0.2666666667 * 20 * 1vw);
  }
}
