@charset "UTF-8";
/* ===================================================================
  CSS information
  file name  :  style.css
=================================================================== */

/* --------------------------
  common
-------------------------- */
:root {
  --noto-sans: "Noto Sans JP", "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  --navy: #3f4f5f;
  --red: #f35f71;
  --lightblue: #17c0e6;
  --beige: #f7f4f1;
  --orange: #ff8b11;
  --blue: #003499;
}
body {
  font-family: var(--noto-sans);
  font-size: min(2.56vw, 20px);
  color: var(--navy);
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.fixed {
  max-height: 100vh;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px 2px #d6d6d6;
}
.inner {
  width: 89.74%;
  max-width: 700px;
  margin: 0 auto;
}
.ttl-sub {
  display: block;
}

/* --------------------------
  kv-box
-------------------------- */
.kv-box {
  background: url(../../assets/images/kv_bg.png) no-repeat center top / cover;
  position: relative;
}
.kv-box p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* --------------------------
  plan-box
-------------------------- */
.plan .plan-box {
background: url(../images/cv_box_bg_a.png) no-repeat center top / 100% auto, var(--red);
}

.plan-box .coupon-box,
.plan-box .btn-box {
  display: grid;
}
.plan-box .coupon-box .coupon,
.plan-box .btn-box .btn,
.plan-box .box-bg {
  grid-area: 1 / 1;
}
.plan-box .coupon-box .coupon,
.plan-box .btn-box .btn {
  z-index: 2;
}

/* coupon */
.plan-box .coupon-box .coupon {
  width: 77.56%;
  max-width: 605px;
  margin: 0 auto;
  display: grid;
  position: relative;
  cursor: pointer;
}
.plan-box .coupon-box .coupon span,
.plan-box .coupon-box .coupon img {
  grid-area: 1 / 1;
}
.plan-box .coupon-box .coupon span {
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  bottom: 2.4em;
  left: 38%;
}

/* btn */
.plan-box .btn-box .btn {
  width: 92.31%;
  max-width: 720px;
  margin: 0 0 0 auto;
}
.plan-box .btn-box .btn a {
  display: block;
  width: 92.78%;
  max-width: 668px;
  position: relative;
  animation: ani-down 2.5s infinite;
}

/* --------------------------
  henkin-box
-------------------------- */
.henkin-box {
  padding-bottom: min(15.51vw, 121px);
}
.henkin-btn-box {
  border-radius: min(1.54vw, 12px);
  overflow: hidden;
  box-shadow: min(1.28vw, 10px) min(1.28vw, 10px) min(1.28vw, 10px) rgb(46 50 53 / 0.3);
}
.henkin-btn-box a {
  display: block;
}

.plan .henkin-box {
  padding-top: min(7.82vw, 61px);
  padding-bottom: min(8.46vw, 66px);
}
.support .henkin-box {
  padding-bottom: min(12.82vw, 100px);
}


/* --------------------------
  header
-------------------------- */
/* coupon */
header .coupon-box .coupon {
  position: relative;
  /* pointer-events: none; */
}

header .coupon-box .coupon span,
header .coupon-box .coupon img {
  grid-area: 1 / 1;
}

.coupon span {
  font-size: 2.2em;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  bottom: 33%;
  left: 33.2%;
  letter-spacing: 0.15em;
}
.btn img {
  filter: drop-shadow(calc((10/750) * 100rem) calc((10/750) * 100rem) calc((3/750) * 100rem) rgba(98,209,195,0.2));
}

/* --------------------------
  img
-------------------------- */
video {
  width: 100%;
}
img {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* cnt01 */
.cnt01-img01 {
  top: 2.6%;
  left: 8.5%;
  width: 83%;
}
.cnt01-img02 {
  top: 25.7%;
  left: 0;
  width: 38.5%;
}
.cnt01-img03 {
  top: 25.7%;
  left: 29.2%;
  width: 41.7%;
}
.cnt01-img04 {
  top: 25.7%;
  left: 61.5%;
  width: 38.5%;
}
.cnt01-img05 {
  bottom: 17.4%;
  left: 25%;
  width: 50.3%;
}
.cnt01-02-img01 {
  top: 20.5%;
  left: 9.6%;
  width: 81.2%;
  z-index: 1;
}
.cnt01-02-movie {
  bottom: 0;
  left: 1.6%;
  width: 96.7%;
}
.cnt01-02-layer {
  top: 0;
  left: 0;
  opacity: 0.5;
}
/* cnt02 */
.cnt02-01-img01 {
  top: 12.7%;
  left: 11.8%;
  width: 77.3%;
}
.cnt02-01-movie {
  top: 31.2%;
  left: 5.5%;
  width: 89%;
}
.cnt02-01-img02 {
  bottom: 4%;
  left: 10.6%;
  width: 78.7%;
}
.cnt02-02-img01 {
  top: 13.4%;
  left: 10.2%;
  width: 79.9%
}
.cnt02-02-img02 {
  top: 52.9%;
  left: 0.8%;
  width: 37.7%;
}
.cnt02-02-img03 {
  top: 53.1%;
  left: 30.1%;
  width: 39.8%;
}
.cnt02-02-img04 {
  top: 52.9%;
  left: 60.4%;
  width: 39.1%;
}
/* cnt03 */
.cnt03-01-img01 {
  top: 4.2%;
  left: 65.2%;
  width: 24%;
}
.cnt03-01-img02 {
  bottom: 2.8%;
  left: 5.3%;
  width: 91.9%;
}
/* cv */
.cv-coupon {
  top: 53.5%;
  left: 10.8%;
  width: 78.5%;
}
.cv-btn {
  bottom: 0;
  left: 5.3%;
  width: 89.4%;
}
/* cnt04 */
.cnt04-01-img01 {
  top: 7.6%;
  left: 11.7%;
  width: 76.3%;
}
.cnt04-01-img02 {
  top: 23.5%;
  left: 34.2%;
  width: 31.7%;
}
.cnt04-01-img03 {
  bottom: 5.2%;
  left: 11.5%;
  width: 77.4%;
}
/* cnt05 */
.cnt05-01-img01 {
  top: 0;
  left: 17.7%;
  width: 65%;
}
.cnt05-01-img02 {
  top: 29.4%;
  left: 21.1%;
  width: 58%;
}
.cnt05-01-movie {
  bottom: 15.4%;
  left: 5.5%;
  width: 89.2%;
}
.cnt05-01-img03 {
  bottom: 4.4%;
  left: 16%;
  width: 67.6%
}
.cnt05-02-img01 {
  top: 0;
  left: 31%;
  width: 38%;
}
.cnt05-02-img02 {
  top: 25.8%;
  left: 26%;
  width: 48.4%;
}
.cnt05-02-img03 {
  bottom: 14%;
  left: 0.5%;
  width: 51.8%;
}
.cnt05-02-img04 {
  bottom: 13.8%;
  left: 49.2%;
  width: 50.8%;
}
.cnt05-02-img05 {
  bottom: 8.4%;
  left: 25.4%;
  width: 49.3%;
}
/* cnt06 */
.cnt06-01-img01 {
  top: 12.9%;
  left: 29.7%;
  width: 41%;
}
.cnt06-01-img02 {
  top: 25.3%;
  left: 22%;
  width: 56.1%;
}
.cnt06-01-img03 {
  bottom: 18.7%;
  left: 3.4%;
  width: 92.9%;
}
.cnt06-02-img01 {
  top: 3.6%;
  left: 12%;
  width: 75.7%;
}
.cnt06-02-img02 {
  bottom: 4.6%;
  right: 0;
  width: 98.3%;
}
/* cnt07 */
.cnt07 {
  background-color: #ffc9c2;
}
.cnt07-01-img01 {
  top: 9%;
  left: 10.2%;
  width: 79.9%
}
.cnt07-01-img02 {
  top: 50.9%;
  left: 0.8%;
  width: 37.7%;
}
.cnt07-01-img03 {
  top: 51.1%;
  left: 30.1%;
  width: 39.8%;
}
.cnt07-01-img04 {
  top: 50.9%;
  left: 60.4%;
  width: 39.1%;
}
.cnt07-02-img01 {
  top: 4.5%;
  left: 9.2%;
  width: 82%;
}
.cnt07-02-img02 {
  top: 19%;
  left: 3.6%;
  width: 92.9%;
}
.cnt07-02-img03 {
  top: 50%;
  left: 4.4%;
  width: 90.4%;
}
.cnt07-03-img01 {
  top: 0%;
  left: 5.3%;
  width: 90%;
}
.cnt07-04-img01 {
  top: 11.2%;
  left: 64.5%;
  width: 15.8%;
}
/* cnt08 */
.cnt08-01-img01 {
  top: 8%;
  left: 7.7%;
  width: 85.3%;
}
.cnt08-02-img01 {
  top: 14%;
  left: 5.4%;
  width: 91.7%;
}
/* cnt09 */
.cnt09-01-img01 {
  top: 5.1%;
  left: 11%;
  width: 77.9%;
}
.cnt09-01-img02 {
  top: 24.3%;
  left: 3.8%;
  width: 93.4%;
}
.cnt09-01-img03 {
  bottom: 2.8%;
  left: 5.7%;
  width: 88.8%;
}
.cnt09-02-img01 {
  top: 18%;
  left: 8.1%;
  width: 89.1%;
}
.cnt09-02-img02 {
  top: 48%;
  left: 6.4%;
  width: 87.4%;
}
/* cnt10 */
.cnt10-splide {
  top: 21.9%;
  left: 18.9%;
  width: 63.1%;
}
/* cnt11 */
.cnt11-01-img01 {
  top: 6.5%;
  left: 6.4%;
  width: 87.5%;
}
.cnt11-01-img02 {
  top: 28.1%;
  left: 2.8%;
  width: 94.7%;
}
.cnt11-01-img03 {
  bottom: 28.8%;
  left: 9.7%;
  width: 80.8%;
}
.cnt11-01-img04 {
  bottom: 12.8%;
  left: 9.5%;
  width: 81.5%;
}
/* cnt12 */
.cnt12-01-img01 {
  top: 5.2%;
  left: 60.7%;
  width: 24%;
}
/* cnt13 */
.cnt13-01-img01 {
  top: 5.2%;
  left: 6.9%;
  width: 86.8%;
}
.cnt13-01-img02 {
  top: 29.8%;
  left: 4.6%;
  width: 93%;
}
/* cnt14 */
.cnt14-01-img01 {
  top: 10.5%;
  left: 11.9%;
  width: 75%;
}
.cnt14-01-img02 {
  top: 27.8%;
  left: 12.4%;
  width: 75.4%;
}
.cnt14-01-img03 {
  top: 35.5%;
  right: 0;
  width: 98.4%;
}
.cnt14-01-img04 {
  bottom: 4.4%;
  left: 4.3%;
  width: 91.5%;
}
/* cnt15 */
.cnt15-01-img01 {
  top: 1.3%;
  left: 5.7%;
  width: 89%;
}
.cnt15-01-img02 {
  top: 28.1%;
  left: 14.1%;
  width: 69.2%;
}
.cnt15-01-img03 {
  bottom: 22%;
  left: 24.9%;
  width: 50.1%;
}
.cv-btn--ctn15 {
  bottom: 8.2%;
}

/* --------------------------
  anime
-------------------------- */
.slide-in {
  opacity: 0;
}
.slide-in.active {
  animation-name: slideIn;
    animation-duration: .8s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.delay01 {
  animation-delay: .2s;
}
.delay02 {
  animation-delay: .4s;
}
.delay03 {
  animation-delay: .6s;
}

/* --------------------------
  splide
-------------------------- */
.splide__slide img {
  aspect-ratio: 473/ 618;
  width: 100%;
  height: auto;
}
/* ページネーションのスタイル */
.cnt10-page {
  background-color: #fff;
  height: min(calc((16 / 750) * 100vw), 16px);
  transition: .5s all;
  width: min(calc((16 / 750) * 100vw), 16px);
}
/* 現在表示されているページネーションのスタイル */
.cnt10-page.is-active {
  background-color: #f48b95;
  opacity: 1;
  transform: scale(1);
}
/* ページネーションの位置 */
.cnt10-pagination {
  bottom: -4.3em;
}
/* ページネーション間の余白 */
.cnt10-pagination li {
  margin-left: min(calc((13 / 750) * 100vw), 13px);
  margin-right: min(calc((13 / 750) * 100vw), 13px);
}
/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}
/* --------------------------
  nayami
-------------------------- */
.nayami-checkbox {
  display: grid;
  font-size: clamp(10px, calc((32 / 750) * 100vw), 32px);
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.nayami-checkbox .check-ttl,
.nayami-checkbox .check-list {
  grid-area: 1 / 1;
}

.nayami-checkbox .check-list {
  padding: min(calc((154 / 750) * 100vw), 154px) 0 0 min(calc((65 / 750) * 100vw), 65px);
}
.nayami-checkbox .check-list li {
  padding-left: min(calc((52 / 750) * 100vw), 52px);
  position: relative;
  cursor: pointer;
}
.nayami-checkbox .check-list li::before,
.nayami-checkbox .check-list li::after {
  content: '';
  position: absolute;
  top: 0.6em;
  left: min(calc((7 / 750) * 100vw), 7px);
  box-sizing: border-box;
  height: min(calc((31 / 750) * 100vw), 31px);
}
.nayami-checkbox .check-list li::before {
  width: min(calc((31 / 750) * 100vw), 31px);
  background-color: #fff;
  border: min(0.26vw, 2px) solid #ffd8e3;
  border-radius: min(calc((4 / 750) * 100vw), 4px);
}
.nayami-checkbox .check-list li::after {
  width: min(calc((32 / 750) * 100vw), 32px);
  background: url(../../assets/images/check.png) no-repeat left top / contain;
  opacity: 0;
  transition: opacity 0.3s;
  top: min(calc((21 / 750) * 100vw), 21px);
  left: min(calc((10 / 750) * 100vw), 10px);
}
.nayami-checkbox .check-list li.active::after {
  opacity: 1;
}
.nayami-checkbox .check-list li + li {
  margin-top: min(calc((16 / 750) * 100vw), 16px);
}
.nayami-checkbox .check-list li .line {
  display: inline-block;
  background: url(../../assets/images/line_wavy.png) repeat-x left bottom / min(4.1vw, 32px) min(1.54vw, 12px);
}


.nayami-01 {
  background: url(../images/nayami_01_bg_bottom.png) no-repeat center bottom / 100% auto;
}
.nayami-02 {
  background: url(../images/nayami_02_bg_top.png) no-repeat center top / 100% auto, url(../images/nayami_02_bg_bottom.png) repeat-y center bottom / 100% auto;
}


/* --------------------------
  plan
-------------------------- */
.plan .plan-03 {
  background: url(../../assets/images/plan_03_bg_a.png) repeat-y center top / 100% auto;
}
.plan .plan-04 {
  background: url(../../assets/images/plan_04_bg_a.png) repeat-y center top / 100% auto;
}

.plan-notes-list {
  background-color: var(--beige);
  padding-top: min(11.54vw, 90px);
  padding-bottom: min(18.59vw, 145px);
}
.plan-notes-box {
  font-size: 1.4em;
  line-height: 1.44;
}
.plan-notes-box + .plan-notes-box {
  margin-top: 1.1lh;
}
.plan-notes-box dt {
  font-weight: 700;
}
.plan-notes-box .img-box:first-of-type {
  margin-top: 1em;
}
.plan-notes-box .img-box:nth-last-child(2) {
  margin-bottom: 0.9em;
}

/* --------------------------
  notes
-------------------------- */
.notes {
  padding-top: min(16.41vw, 128px);
  padding-bottom: min(9.23vw, 72px);
}

.notes-area + .notes-area {
  margin-top: 5.7em;
}

.notes .ttl,
.notes .lead {
  letter-spacing: 0.05em;
}
.notes .ttl,
.notes .lead {
  font-weight: 900;
}
.notes .lead {
  font-size: 1.4em;
}
.notes .ttl {
  font-size: 3em;
  text-align: center;
  margin-bottom: 0.6em;
}
.notes .lead {
  margin-bottom: 2.7em;
  line-height: 1.84;
}
.notes .small {
  font-size: 0.8em;
  margin-top: 1lh;
}

.notes .ttl-line {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.3em;
  align-items: center;
  margin-bottom: 0.4em;
}
.notes .ttl-line::after {
  content: '';
  width: 100%;
  height: 0.1em;
  background-color: var(--navy);
}

.notes-box + .notes-box {
  margin-top: 3lh;
}
.notes-box .box-ttl {
  font-size: 1.7em;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
}
.notes-box dt {
  font-size: 1.4em;
  font-weight: 700;
}
.notes-box dd,
.notes-box p {
  font-size: 1.4em;
  letter-spacing: -0.01em;
  line-height: 1.44;
}

.notes-list-box + .notes-list-box {
  margin-top: 1.23lh;
}

/* --------------------------
  footer
-------------------------- */
footer {
  padding-bottom: min(11.54vw, 90px);
}
footer ul li {
  text-align: center;
}
footer ul li + li {
  margin-top: 1.35em;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5;
  color: currentColor;
  border-bottom: 1px solid currentColor;
}

/* --------------------------
  floating
-------------------------- */
.floating-bnr {
  background-color: rgb(255 255 255 / 0.8);
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 1em;
  z-index: 3;
}
.floating-bnr a {
  display: block;
  width: 97.18%;
  max-width: 758px;
  margin: 0 auto;
}
.floating-bnr img {
  filter: drop-shadow(calc((10/750) * 100rem) calc((10/750) * 100rem) calc((3/750) * 100rem) rgba(98,209,195,0.2));
}

/* --------------------------
  modal
-------------------------- */
.modal {
  display: none;
  height: 100dvh;
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font-size: 1.4em;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgb(0 0 0 / 0.5);
  overflow: auto;
  box-sizing: border-box;
}

.modal__content {
  background: #fff;
  text-align: left;
  padding: min(11.54vw, 90px) min(5.13vw, 40px) min(8.21vw, 64px);
  width: 89.74%;
  max-width: 960px;
  height: 94%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 8;
  transform: translate(-50%, -50%);
}

.modal_scroll {
  max-height: calc(100% - min(8.21vw, 64px));
  overflow-y: auto;
  padding-bottom: 1em;
}

.modal_scroll p:last-child {
  line-height: 1.4;
}

.modal_scroll span {
  font-size: min(calc(18/750 * 100vw), 18px);
}

.modal-close {
  display: block;
  position: absolute;
  width: min(4.23vw, 33px);
  height: min(4.23vw, 33px);
  top: min(2.82vw, 22px);
  right: min(2.82vw, 22px);
  z-index: 9;
  cursor: pointer;
  background: currentColor;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  /* 棒の幅（太さ） */
  width: min(0.51vw, 4px);
  /* 棒の高さ */
  height: min(2.18vw, 17px);
  /* バツ印の色 */
  background: #fff;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
p.modal-close {
  margin: 0;
}

.modal .ttl {
  font-size: 1.29em;
  text-align: center;
  padding-bottom: 1em;
}
.modal .modal-lead {
  margin-bottom: 2lh;
}
.modal-box + .modal-box {
  margin-top: 2lh;
}
.modal-box .box-ttl {
  margin-bottom: 0.5em;
}
.modal-box ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.modal-box a {
  color: var(--lightblue);
  text-decoration: underline;
}
.modal .modal-notes {
  font-size: 0.58em;
  margin: 1em 0 5.75em;
}


/* --------------------------
  Animations
-------------------------- */
/* ボタンの光 */
.shine {
  position: absolute;
  width: min(99%, 671px);
  height: min(100%, 160px);
  border-radius: 999px;
  overflow: hidden;
  top: 0;
  left: min(0.51vw, 4px);
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.shine::before {
  content: "";
  width: 200%;
  height: 200%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  animation: shine 2.5s linear infinite;
}

@keyframes ani-down {
  0% {
    translate: 0 0 0;
  }
  10% {
    translate: 0 1% 0;
  }
  20% {
    translate: 0 0 0;
  }
  30% {
    translate: 0 1% 0;
  }
  40% {
    translate: 0 0 0;
  }
}
@keyframes shine {
  from,
  0% {
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  70% {
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 1;
  }
  80% {
    transform: translate3d(100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
  to,
  100% {
    transform: translate3d(-100%, 0, 0) rotate(45deg);
    opacity: 0;
  }
}