@charset "UTF-8";
/* =========================
   Reset CSS
========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

:where(button, input, textarea, select) {
  outline: none;
}

img {
  width: 100%;
  height: 100%;
}

p {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

.text-red {
  color: #E30505;
}

.text-s {
  font-size: 1.4rem;
}

.text-m {
  font-size: 2.0rem;
}

.text-l {
  font-size: 2.6rem;
}

.text-left {
  text-align: left;
}

.text-ver {
  writing-mode: vertical-rl;
}

.text-caution {
  position: relative;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1em;
  line-height: 1.2;

  &::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
    font-size: 1.2rem;
  }
}

.text-num {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.text-bb {
  position: relative;
  width: fit-content;
  z-index: 1;

  &::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    content: "";
    border-radius: 4px;
    z-index: -1;
    background-color: #FFFC2D;
  }
}

body > div:nth-of-type(2) {
  display: none;
}

.lp_main {
  background: #fff;
}


.lp_wrapper .box_l {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  top: 0;
  left: 0;
  padding-top: 60px;
  padding-right: calc((100 / 1920) * 100vw);
  width: calc((100% - 375px) / 2);
  height: 100dvh;
  z-index: 1;

  .left-box-block {
    width: calc((428 / 1920) * 100vw);
    height: calc((220 / 1920) * 100vw);
    /* width: 428px;
    min-width: 428px;
    height: 220px; */

    > img:nth-of-type(1) {
      width: 100%;
      height: 100%;
    }
  }
}

.lp_wrapper .box_r {
  position: fixed;
  top: 0;
  left: calc((50% + (375px / 2)));
  padding-bottom: 105px;
  padding-left: calc((87 / 1920) * 100vw);
  width: calc((100vw - 375px) / 2);
  height: 100dvh;
  z-index: 1;

  .right-box-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background-color: transparent;
    
    .right-box-block__image {
      width: calc((476 / 1920) * 100vw);
      height: calc((231 / 1920) * 100vw);

      > img {
        width: 100%;
        height: 100%;
        margin-right: auto;
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  .lp_wrapper .box_r,
  .lp_wrapper .box_l {
    display: none;
  }
}


.lp_wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
background: linear-gradient(180deg, #FF475F 1.92%, #FFF2F9 92.79%);  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.lp_wrapper .lp_main {
  width: 375px !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14902);
  z-index: 3;
}

/* MV */

.main-visual {
  position: relative;
  margin-top: 0;
  padding: 0;
  width: 100%;
  height: 600px;
  background-color: #2BD4AB;
}

.mv__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  z-index: 2;

  > img, img {
    width: 230px;
  }
}

.mv__anim1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 1;
  transition: opacity .3s ease;
  transition-delay: 4s;
}

.mv__phone {
  position: relative;
  width: 226px;
  height: 455px;
  margin: auto;
  border-radius: 50px;
  object-fit: contain;
}

.mv__frame {
  position: relative;
  z-index: 1;
  border-radius: 50px;
}

.mv__screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97%;
  height: 98%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #FE3C56;
  transition: box-shadow .5s ease;
  transform: translateY(-50%) translateX(-50%);
}

.mv__bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  align-self: center;
  top: 50%;
  left: 50%;
  background-image: url("../img_sites/img_mv-phone-bg_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) translateX(-50%) scale(3);
  transition: transform .3s ease;
  transition-delay: 1s;
  transform-origin: center;
}

.mv__bg2 {
  position: absolute;
  width: 70%;
  height: 70%;
  align-self: center;
  top: 50%;
  left: 50%;
  background-image: url("../img_sites/img_mv-phone-bg_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity .3s ease;
  transition-delay: 1s;
  transform-origin: center;
  opacity: 0;
}

.mv__title1 {
  position: absolute;
  width: 50%;
  height: 30%;
  align-self: center;
  top: 50%;
  left: 50%;
  background-image: url("../img_sites/img_mv-txt_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) translateX(-50%) scale(1);
  transition:
  opacity .3s ease,
  transform .3s ease;
  transition-delay: 2s;
  transform-origin: center;
  opacity: 0;
  z-index: 1;
}

.mv__anim1.is-anim {
  opacity: 0;
  .mv__screen {
    box-shadow: 0px 0px 26px 5px #ffffff;
  }

  .mv__bg1 {
    transform: translateY(-50%) translateX(-50%) scale(1.3);
  }

  .mv__bg2 {
    opacity: 1;
  }

  .mv__title1 {
    opacity: 1;
    transform: scale();
    transform: translateY(-50%) translateX(-50%) scale(1.5);
  }
}

.mv__anim2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 上がスライド */
/* .mv__bg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  transform: translate(-100%, 13%) skewY(-20deg);
  transition-delay: 5s;
  transition: transform 2.5s ease;
  transform-origin: left bottom;
}

.mv__clip {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background-color: #2BD4AB;
  clip-path: polygon(0 0, 20% 0, 100% 100%, 0 100%);

} 
.mv__bg3::after {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 50px;
  height: 110px;
  content: "";
  background-image: url(../img_sites/img_mv-bag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-100%) skew(20deg) rotate(25deg);
}

*/

/* 下がスライド */
.mv__bg3 {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 200%;
  height: 100%;
  transform: translate(-101%, 13%) skewY(-20deg);
  transition-delay: 5s;
  transition: transform 2.5s ease;
  transform-origin: left bottom;
}

.mv__clip {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background-color: #FE3C56;
  clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
  
}
.mv__bg3::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 110px;
  content: "";
  background-image: url(../img_sites/img_mv-bag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-100%) skew(20deg) rotate(25deg);
}


.mv__anim2.is-anim {
  .mv__bg3 {
    transform: translate(-1%, -33%) skewY(-20deg);

    &::after {
      transform: translateY(-100%) skew(20deg) rotate(25deg);
    }
  }
}

.mv__anim3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv__bg4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 58%;
  left: 50%;
  background-image: url("../img_sites/img_mv-bg_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) translateX(-50%) scale(2);
  transition: transform .5s ease;
}

.mv__img1,
.mv__img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  > img {
    position: absolute;
  }
}

.mv__img1 {
  > img {
    max-width: none;
    position: absolute;
    object-fit: contain;
    transition-delay: .5s;
    &:nth-of-type(1) {
      width: 700px;
      height: 420px;
      left: -200px;
      top: 30px;
    }
    &:nth-of-type(2) {
      width: 100px;
      height: 160px;
      left:130px;
      top: 65px;
    }
    &:nth-of-type(3) {
      width: 100px;
      height: 100px;
      left: -40px;
      top: 240px;
    }
    &:nth-of-type(4) {
      width: 150px;
      height: 170px;
      right: -30px;
      top: 80px;
    }
    &:nth-of-type(5) {
      width: 100px;
      height: 100px;
      right: -40px;
      top: 240px;
    }
    &:nth-of-type(6) {
      width: 160px;
      height: 180px;
      right: 5px;
      bottom: 10px;
    }
    &:nth-of-type(7) {
      width: 170px;
      height: 290px;
      left: 0px;
      bottom: -110px;
    }
    &:nth-of-type(8) {
      width: 100px;
      height: 100px;
      right: -20px;
      bottom: -30px;
    }

    &:nth-of-type(9) {
      width: 100px;
      height: 80px;
      right: 60px;
      top: 30px;
    }
  }
}

.mv__img2 {
  transition-delay: 1s;
  > img {
    max-width: none;
    position: absolute;
    object-fit: contain;
    &:nth-of-type(1) {
      width: 120px;
      height: 100px;
      left: 0px;
      top: 110px;
    }
    &:nth-of-type(2) {
      width: 70px;
      height: 100px;
      left: 190px;
      top: 100px;
    }
    &:nth-of-type(3) {
      width: 90px;
      height: 70px;
      right: 180px;
      bottom: 110px;
    }
    &:nth-of-type(4) {
      width: 60px;
      height: 110px;
      left: -10px;
      bottom: -10px;
    }
    &:nth-of-type(5) {
      width: 120px;
      height: 120px;
      right: 140px;
      bottom: 5px;
    }
    &:nth-of-type(6) {
      width: 90px;
      height: 120px;
      left: 20px;
      top: 20px;
    }
  }
}


/* .mv__title2 {
  position: absolute;
  width: 80%;
  height: 30%;
  align-self: center;
  top: 50%;
  left: 50%;
  background-image: url("../img_sites/img_mv-txt_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) translateX(-50%) scale(0) rotate(-5deg);
  transition:
  opacity .3s ease,
  transform .3s ease;
  transition-delay: 2s;
  transform-origin: center;
  z-index: 1;
} */

.mv__title3 {
  position: absolute;
  width: 90%;
  height: 40%;
  align-self: center;
  top: 55%;
  left: 50%;
  background-image: url("../img_sites/img_mv-txt_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition:
  opacity .3s ease,
  transform .3s ease;
  transition-delay: 2s;
  transform-origin: center;
  opacity: 0;
  z-index: 1;
  .mv__h1 {
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

.mv__anim3.is-anim {
  .mv__bg4 {
    transform: translateY(-50%) translateX(-50%) scale(1.1);
  }
  .mv__img1,
  .mv__img2 {
    opacity: 1;
  }

  /* .mv__title2 {
      animation: popup 2s ease forwards;
      animation-delay: 2s;
  } */

  .mv__title3 {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
}

@keyframes popup {
    0% {
      opacity: 0;
      transform: translateY(-50%) translateX(-50%) scale(0) rotate(-5deg);
    }

    20% {
      opacity: 1;
      transform: translateY(-50%) translateX(-50%) scale(1) rotate(-5deg);
    }

    80% {
      opacity: 1;
      transform: translateY(-50%) translateX(-50%) scale(1) rotate(-5deg);
    }

    100% {
      opacity: 0;
      transform: translateY(-50%) translateX(-50%) scale(0) rotate(-5deg);
    }
}

/* コンテンツ */
.logo {
  width: 100%;
}

.logo__inner {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 32px 15px 0;
}

.logo__image {
  &:nth-of-type(1) {
    width: 185px;
  }
  &:nth-of-type(2) {
    width: 138px;
  }
  > img {
    object-fit: contain;
    width: 100%;
  }
}

.feature {
  margin-top: 30px;

  .feature__logo {
    margin-top: 20px;
    margin-inline: auto;
    width: 250px
  }

  > p {
    margin-top: 10px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }
}

.feature__hdg {
  margin-top: 10px;
  font-size: 3.0rem;
  font-weight:900;
  text-align: center;
}


.block {
  margin-top: 150px;
}

.block__wrapper {
  padding: 0 10px;
}

.block__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 8px;
  border-radius: 5px;

  &::before {
    position: absolute;
    top: -49px;
    left: 50%;
    width: calc(100% + 16px);
    height: 50px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
  }

  &::after {
    position: absolute;
    bottom: -49px;
    left: 50%;
    width: calc(100% + 16px);
    height: 50px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%) rotate(180deg);
  }
}

.block__icon {
  position: relative;
  &::before {
    position: absolute;
    top: calc(-65px - 58px - 10px);
    left: 50%;
    width: 116px;
    height: 116px;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
  }
}

.block__hdg {
  width: 100%;
}

.block__container {
  margin-top: 34px;
  background-color: #fff;
  border-radius: 15px;
}

.block__content {
  position: relative;
  padding-inline: 10px;
  padding-block-end: 30px;

  &::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 1.6rem;

  &::after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 12px;
    content: "";
    border-top: solid 2px;
    border-right: solid 2px;
    border-color: #fff;
    transform: translateY(-40%) rotate(45deg);
    cursor: pointer;
  }

  > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #fff;
  }
}

.btn--desable {
  margin-top: 10px;
  background-color: #C1BFBF;
  cursor: none;
  pointer-events: none;
}

.btn--black {
  margin-top: 18px;
  background-color: #000;
}



/* ticket */

.block--ticket {
  margin-top: 140px;
  .block__inner {
    background-color: #2BD4AB;
  }

  .block__inner::before {
    background-image: url("../img_sites/img_ticket_bg.png");
  }

  .block__inner::after {
    background-image: url("../img_sites/img_ticket_bg.png");
  }

  .block__icon::before {
    background-image: url("../img_sites/img_section-icon_01.png");
  }

  .block__content--01 {
    padding-block-start: 45px;

    > img {
      display: block;
      margin-top: 10px;
      margin-inline: auto;
      width: 90%;
    }

    > div {
      display: flex;
      justify-content: right;
      align-items: center;
      gap: 25px;

      > div {
        margin-top: 10px;
        > p {
          line-height: 1.2;
        }
        .text-num {
          font-size: 2.6rem;
        }
      }

      > div:nth-of-type(2) {
        padding: 10px 15px;
        background-color: #FFFC2D;
        border-radius: 3px;
      }
    }
  }

  
  .block__content--02 {
    position: relative;
    margin-top: 35px;
    padding: 30px 10px;

    &::before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 300px;
      height: 2px;
      content: "";
      background-color: #000;
      transform: translateX(-50%);
    }

    > p:nth-of-type(2) {
      > span:nth-of-type(1) {
        font-size: 2.2rem;
      }
    }

    &::after {
      display: none;
    }

    > img {
      display: block;
      width: 100%;
      margin-top: 30px;
    }

    > div {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 16px;
      margin-top: 20px;

      > img {
        width: 83px;
      }

      > div {
        p {
          position: relative;
          width: fit-content;
          text-align: left;
          font-size: 2.3rem;
          z-index: 1;

          &::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 7px;
            content: "";
            background-color: #FFFC2D;
            border-radius: 4px;
            z-index: -1;
          }
        }
      }
    }
  }
}


.ticket__acc-btn {
  position: relative;
  width: 260px;
  padding: 10px 34px;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 80px;
  border: solid 1px #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;

  &::after {
    position: absolute;
      top: 50%;
      right: 25px;
      width: 10px;
      height: 10px;
      content: "";
      border-top: solid 2px;
      border-right: solid 2px;
      border-color: #000;
      transform: translateY(-50%) rotate(135deg);
      transition: .5s ease;
  }

  &.open {
    &::after {
      transform: translateY(-50%) rotate(-45deg);
    }
  }
}

.mile-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 20px;
  margin-top: 10px;
  margin-inline: auto;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 5px;
  gap: 10px;

  &:nth-of-type(1) {
    margin-top: 10px;
  }

  > img {
    width: 34px;
    height: 34px;
  }

  .text-num {
    font-size: 3.0rem;
  }
}

.ticket__acc-content {
  display: block;
  margin-top: 0;
  height: 0;
  padding: 0;
  transform: translateY(-20px);
  overflow: hidden;
  transition: 
  height 0.5s ease,
  padding .5s ease;
  
  &.open {
    padding: 50px 10px 25px;
  }

  .block__content {
    padding: 0;
    > div:not(:nth-of-type(3)) {
      padding: 20px 10px;
      margin-top: 20px;
      border-radius: 5px;
      background-color: #FDFFD7;
    }

    > div:nth-of-type(3) {
      padding: 20px 17px 30px;
      background-color: #D0FFF4;
      border-radius: 4px;

      > p {
        font-size: 2.0rem;
      }
    }

    .red-arrow {
      width: 100%;
      height: 20px;
      margin: 10px 0;
      background-image: url("../img_sites/img_red-arrow.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    > div:nth-of-type(1) {
      > p {
        margin-top: 10px;
      }

      div:nth-of-type(2) {
        position: relative;
        img {
          display: block;
          width: 90px;
          height: 90px;
          margin: 0 auto;
        }
        &::after {
          position: absolute;
          top: 50%;
          right: 0;
          width: 60px;
          height: 90px;
          content: "";
          background-image: url("../img_sites/img_ticket_04.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          transform: translateY(-50%) translateX(-50%);
        }
      }

      .text-caution {
        width: fit-content;
        margin-left: auto;
        font-size: 1.0rem;

        &::before {
          font-size: 1.0rem;
        }
      }
    }

    > div:nth-of-type(2) {
      padding: 0;
      margin: 20px auto 0;
      width: 213px;
      background-color: transparent;

      > img {
        width: 100%;
      }
    }

    > div:last-of-type {
      > div:first-of-type {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        margin-top: 10px;
        border: solid 1px #000;
        border-radius: 5px;
        gap: 10px;

        > img {
          width: 34px;
          height: 34px;
        }
        
        .text-num {
          font-size: 3.0rem;
        }
      }

      > div:nth-of-type(2) {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-block: 10px;
        margin: 0 auto;

        &::after {
          position: absolute;
          top: 0;
          left: 50%;
          width: 30px;
          height: 100%;
          content: "";
          background-image: url("../img_sites/img_ticket-arrow_02.png");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          transform: translateX(-50%);
        }
        > img {
          position: relative;
          z-index: 1;
          width: 190px;
          height: 58px;
        }
      }

      > div:nth-of-type(3) {
        padding: 5px 0;
        border-radius: 50px;
        border: solid 2px #000;
        background-color: #FFFC2D;

        .text-num {
          font-size: 3.4rem;
        }
      }

      .text-caution {
        margin-top: 20px;
      }
    }
  }

  > p:nth-of-type(2) {
    margin-top: 15px;
  }
}

/* mile */
.block--mile {
  margin-top: 200px;
  .block__inner {
    background-color: #FE3C56;
  }

  .block__inner::before {
    background-image: url("../img_sites/img_mile_bg.png");
  }

  .block__inner::after {
    background-image: url("../img_sites/img_mile_bg.png");
  }

  .block__icon::before {
    background-image: url("../img_sites/img_section-icon_02.png");
  }

  .block__container {
    margin-top: 55px;
  }

  .block__content {
    padding-block-start: 35px;
    padding-block-end: 30px;
    padding-inline: 15px;
    > p:nth-of-type(1) {
      width: 100%;
      padding-bottom: 10px;
      border-bottom: solid 1px #000;
    }
    
    > p:nth-of-type(2) {
      margin-top: 14px;
    }
  }

  .block__content--03 {
    > p:nth-of-type(1) {
      border-bottom: none;
      padding-bottom: 0;
    }

    > p:nth-of-type(2) {
      border-bottom: solid 1px #000;
      padding-bottom: 10px;
      margin-top: 0;
    }
  }

  .mile__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 34px;
    gap: 30px;

    > div {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;

      > img {
        width: 130px;
        height: 130px;
        margin-top: 10px;
      }

      > p {
        position: relative;
        width: fit-content;
        z-index: 1;

        &::after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 7px;
          content: "";
          border-radius: 4px;
          z-index: -1;
        }
      }
    }
  }

  .block__content--01 {
    > img {
      display: block;
      margin-top: 15px;
      margin-inline: auto;
      width: 113px;
    }

    .mile__link {
      width: 260px;
      height: 40px;
      margin: 25px auto 0;

      > a {
        position: relative;
        padding-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 1.6rem;
        border-radius: 40px;
        border: solid 1px #000;

        &::after {
          position: absolute;
          top: 50%;
          right: 25px;
          width: 8px;
          height: 8px;
          content: "";
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          transform: translateY(-40%) rotate(45deg);
        }
      }
    }

    .text-caution {
      margin-top: 24px;
      font-size: 1.2rem;
    }
  }

  .block__content--02 {
    .text-caution {
      margin-top: 20px;
    }
  }

  .block__content--03 {
    padding-inline: 10px;
    > p:last-of-type {
      margin-top: 30px;
    }

    
    .text-caution {
      margin-top: 17px;

      &:nth-of-type(3) {
        margin-top: 5px;
      }
    }
  }
}

/* SIM */

.block--sim {
  margin-top: 200px;
  .block__inner {
    background-color: #2BD4AB;
  }

  .block__inner::before {
    background-image: url("../img_sites/img_ticket_bg.png");
  }

  .block__inner::after {
    background-image: url("../img_sites/img_ticket_bg.png");
  }

  .block__icon::before {
    background-image: url("../img_sites/img_section-icon_03.png");
  }

  .block__content {
    padding: 30px 20px;
    .sim__list {
      display: flex;
      justify-content: center;
      align-items: center;
      > img {
        width: 260px;
      }
    }
    > p:not(:last-of-type) {
      margin-top: 20px;
    }
    > div:nth-of-type(2) {
      margin-top: 20px;
    }

    > div:nth-of-type(3) {
      margin-top: 4px;
    }
  }

  .text-bb {
    margin-inline: auto;
  }

}

/* price */

.block--price {
  margin-top: 120px;
  
  .block__inner--jalmobile {
    position: relative;
    background-color: #FE3C56;
    .block__hdg {
      margin-top: -45px;
      /* transform: translateY(-45px); */
    }

    .block__content {
      .price__detail {
        > p {
          padding: 20px 0 25px;
        }
        .text-caution {
          transform: translateY(-160%);
        }
      }
    }
  }

  .block__inner--iij {
    .text-bb {
      margin-inline: auto;
    }
  }

  .block__icon::before {
    background-image: url("../img_sites/img_section-icon_04.png");
  }

  .block__content {
    padding: 30px 20px;
    > img {
      display: block;
      margin: 0 auto;
    }

    .price__detail {
      > p {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding: 10px 0;
        gap: 10px;
        line-height: 1;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;

        .text-bg {
          padding: 2px 10px;
          margin: 0;
          font-size: 1.4rem;
          line-height: 1.2;
          background-color: #000;
          color: #fff;

          .text-num {
            font-size: 2.0rem;
          }
        }

        .text-num {
          font-size: 6.0rem;
        }

        > span:last-of-type {
          transform: translateY(-30%);
          align-self: flex-end;
        }
      }

      .text-caution {
        display: block;
        width: fit-content;
        margin-top: 0;
        margin-left: auto;
        transform: translateY(-50%);
      }
    }

    > p {
      font-size: 2.0rem;

      &:first-of-type {
        margin-top: 20px;
      }
    }
  }

  .text-bg {
    display: block;
    width: fit-content;
    padding: 5px 20px;
    margin-inline: auto;
    margin-top: 10px;
    font-size: 2.2rem;
    text-align: center;
    color: #1E008A;
    background-color: #E9E3FF;
    border-radius: 4px;
  }

  .text-caution {
    margin-top: 20px;
  }

  .block__content--01 {
    > img {
      width: 100%;
    }

    > p {
      font-weight: 900;
      .text-l {
        font-size: 3.6rem;
      }
      &:last-of-type {
        margin-top: 10px;
      }

      > span:last-of-type {
        font-size: 3.0rem;
      }
    }

    .text-deco {
      display: block;
      position: relative;
      padding: 0 10px;
      margin-top: 40px;
      margin-inline: auto;
      width: fit-content;
      line-height: 1;
      font-size: 2.5rem;

      &::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        content: "";
        background-color: #E30505;
        transform: skew(20deg);
      }

      &::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 3px;
        height: 100%;
        content: "";
        background-color: #E30505;
        transform: skew(-20deg);
      }
    }
  }

  .block__content--02 {
    margin-top: 27px;
    border: solid 1px #000;
    border-radius: 15px;
    > img {
      width: 100%;
    }

    .price__detail {
      > p {
        border-bottom: none;
      }
    }

    > p:nth-of-type(2) {
      position: relative;
      width: fit-content;
      margin: 0 auto;
      z-index: 1;

      &::after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 7px;
          content: "";
          background-color: #FFFC2D;
          border-radius: 4px;
          z-index: -1;
      }
    }
  }
}

/* Q&A */
.qa {
  margin-top: 50px;
}

.qa__container {
  padding: 0 20px 50px;
  > h2 {
    width: 76px;
    margin: 0 auto;

    > img {
      width: 100%;
    }
  }

  > p {
    margin-top: 5px;
    font-weight: 300;
  }

  .btn {
    &::after {
      display: none;
    }
  }
}

.qa__contents {
  margin-top: 40px;
}

.qa__list {
  display: flex;
  flex-direction: column;

  > li {
    border-top: solid 1px #000;
    position: relative;

    > div {
      .qa__inner {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px 30px 20px 0;
        gap: 10px;
        font-size: 1.6rem;
        background-color: #fff;
  
        &::after {
          position: absolute;
          top: 50%;
          right: 10px;
          width: 12px;
          height: 12px;
          content: "";
          border-top: solid 2px;
          border-right: solid 2px;
          border-color: #000;
          transform: translateY(-40%) rotate(135deg);
          transition: .5s ease;
        }

        .qa__icon {
          display: flex;
          justify-content: center;
          align-items: center;
          align-self: flex-start;
          flex-shrink: 0;
          width: 45px;
          height: 45px;
          content: "";
          background-color: #EB002A;
          border-radius: 50%;
          color: #fff;
          font-weight: bold;
          font-size: 2.4rem;

        }
      }
    }

    .qa__question {
      z-index: 1;
      cursor: pointer;
      pointer-events: all;

      &.open {
        .qa__inner {
          &::after {
            transform: translateY(-40%) rotate(-45deg);
          }
        }
      }
    }
    
    .qa__answer {
      height: 0;
      opacity: 0;
      transition: .5s ease;

      .qa__inner {
        padding-top: 0;
        &::after {
          display: none;
        }
      }

      &.open {
        transform: translateY(0);
        opacity: 1;
      }
    }

    &:last-of-type {
      border-bottom: solid 1px #000;
    }

    img {
      width: 45px;
      height: 45px;
    }
  }
}

/* contact */
.contact {

}

.contact__container {
  padding: 0 20px;
  text-align: center;
  > h2 {
    font-size: 3.2rem;
    font-weight: 900;
  }
}

.contact__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 35px 10px;

  &:nth-of-type(1) {
    border-bottom: solid 1px #000;
  }

  > p {
    font-weight: 400;
  }

}

.contact__link {
  width: 260px;
  height: 40px;
  margin: 0 auto;
  a {
    position: relative;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    border-radius: 40px;
    border: solid 1px #000;

    &::after {
      position: absolute;
      top: 50%;
      right: 25px;
      width: 8px;
      height: 8px;
      content: "";
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      transform: translateY(-40%) rotate(45deg);
    }
  }
}

/* footer */
.footer {
  margin-top: 55px;
  padding: 10px;
  background-color: #000;

  .footer__copy {
    font-size: 1.2rem;
    color: #fff;
  }
}

