@charset "utf-8";
/*=========================
  Common
=========================*/
/* font define */

/* color */
:root {
  --main: #715675;
  --sub: #ffffff;
}

html {
  scroll-behavior: smooth;
  background-color: #fee5f2;
  /* scroll-padding-top: 100px;  */
}
/* @media screen and (max-width: 960px) {
  html {
    scroll-padding-top: 0px;
  }
} */
body {
  background: url(../img/body-bg1x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--main);
  line-height: 1.7;
  /* max-width: 1920px;
  margin-inline: auto; */
  position: relative;
  @media (max-width: 960px) {
    background: url(../img/body-bg-sp.png);
    background-size: 100% auto;
  }
}
a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: inherit;
  &:hover {
    @media (any-hover: hover) {
      opacity: 0.6;
    }
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  /* line-height: 2; */
  text-align: justify;
  @media (max-width: 960px) {
    /* font-size: 1rem; */
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* line-height: 1; */
  font-size: inherit;
  font-weight: inherit;
}

.pc-only {
  /* display: initial; */
}
.sp-only {
  display: none;
}
@media (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

.container {
  width: calc(100% - 10%);
  max-width: 920px;
  margin-inline: auto;
  @media (max-width: 960px) {
    width: calc(100% - 10%);
    max-width: 760px;
  }
}

/*=========================
  mv
=========================*/
section.mv {
  padding-top: 150px;
  margin-bottom: 5rem;
  @media (max-width: 960px) {
    padding-top: 95px;
    margin-bottom: 2rem;
  }
  .mv-img-pc {
    /* width: calc(1180 / 1920 * 100vw);
    max-width: 1180px;
    margin-inline: auto; */
    width: 90%;
    max-width: 920px;
    margin-inline: auto;
    @media (max-width: 960px) {
      display: none;
    }
  }
  .mv-img-sp {
    display: none;
    @media (max-width: 960px) {
      display: block;
      width: 90%;
      /* width: calc(90% - 3rem); */
      max-width: 560px;
      margin-inline: auto;
    }
  }
}

/*=========================
  description
=========================*/
section.sec-description {
  padding-bottom: 5rem;
  @media (max-width: 960px) {
    padding-bottom: 0rem;
  }
  .text {
    font-size: 25px;
    line-height: 2;
    text-align: center;
    @media (max-width: 960px) {
      font-size: 14px;
    }
  }
}

/*=========================
  about
=========================*/
section.sec-about {
  padding: 0 0 5rem;
  @media (max-width: 960px) {
    padding: 3rem 0;
  }
  .sec-about__body {
    background-color: #fff;
    border-radius: 60px;
    padding: 5rem 3rem;
    position: relative;
    @media (max-width: 960px) {
      border-radius: 20px;
      padding: 1.5rem 1.5rem 3rem;
    }
    .illust1 {
      position: absolute;
      top: -3%;
      left: -8%;
      width: calc(234 / 1920 * 100vw);
      max-width: 177px;
      @media (max-width: 1440px) {
        left: 0%;
      }
      @media (max-width: 960px) {
        width: calc(68 / 400 * 100vw);
        max-width: 80px;
        top: initial;
        left: initial;
        bottom: 0%;
        right: 0%;
        translate: 20% 50%;
      }
    }
    .illust2 {
      position: absolute;
      bottom: -3%;
      right: -7%;
      width: calc(199 / 1920 * 100vw);
      max-width: 144px;
      @media (max-width: 1440px) {
        right: 0%;
      }
      @media (max-width: 960px) {
        display: none;
      }
    }
    .body-inner {
      max-width: 860px;
      margin-inline: auto;
      @media (max-width: 960px) {
        max-width: 560px;
      }
    }
  }
  .sec-about__title {
    max-width: 545px;
    margin-inline: auto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border: 4px solid var(--main);
    border-radius: 100vmax;
    padding: 1rem;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      font-size: 22px;
      border: 1px solid var(--main);
      padding: 0.5rem;
      margin-bottom: 2rem;
    }
  }
  .period {
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      margin-bottom: 2rem;
    }
    .period__title-wrapper {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      margin-bottom: 2rem;
      @media (max-width: 960px) {
        margin-bottom: 1rem;
      }
      .period__title {
        flex-shrink: 0;
        font-size: 30px;
        font-weight: bold;
        @media (max-width: 960px) {
          font-size: 18px;
        }
      }
      &::after {
        content: '';
        display: block;
        width: 98%;
        height: 5px;
        margin-left: auto;
        background-image: radial-gradient(circle, var(--main) 2.5px, transparent 2.5px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 23px 5px;
        @media (max-width: 960px) {
          background-image: radial-gradient(circle, #000000 1px, transparent 1px);
          background-position: left bottom;
          background-repeat: repeat-x;
          background-size: 6px 2px;
        }
      }
    }
    .date {
      font-size: 45px;
      font-weight: 500;
      text-align: center;
      text-wrap: balance;
      @media (max-width: 960px) {
        font-size: 15px;
      }
    }
  }
  .how-to-apply {
    .how-to-apply__title-wrapper {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      margin-bottom: 2rem;
      @media (max-width: 960px) {
        margin-bottom: 1rem;
      }
      .how-to-apply__title {
        flex-shrink: 0;
        font-size: 30px;
        font-weight: bold;
        @media (max-width: 960px) {
          font-size: 18px;
        }
      }
      &::after {
        content: '';
        display: block;
        width: 98%;
        height: 5px;
        margin-left: auto;
        background-image: radial-gradient(circle, var(--main) 2.5px, transparent 2.5px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 23px 5px;
        @media (max-width: 960px) {
          background-image: radial-gradient(circle, #000000 1px, transparent 1px);
          background-position: left bottom;
          background-repeat: repeat-x;
          background-size: 6px 2px;
        }
      }
    }
    .step.step1 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 2rem;
      @media (max-width: 960px) {
        flex-direction: column;
        gap: 1rem;
      }
      .step__body {
        width: 55%;
        @media (max-width: 960px) {
          width: 100%;
        }
      }
      .step__title {
        display: flex;
        align-items: center;
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          justify-content: center;
          font-size: 18px;
          margin-bottom: 0.5rem;
        }
        .icon {
          width: 66px;
          margin-right: 1rem;
          @media (max-width: 960px) {
            width: 24px;
            margin-right: 0.5rem;
          }
        }
      }
      .text1 {
        font-size: 20px;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          font-size: 15px;
          text-align: center;
        }
      }
      .text2 {
        font-size: 15px;
        @media (max-width: 960px) {
          font-size: 13px;
          text-align: center;
        }
      }
      .step__img {
        width: min(35%, 315px);
        @media (max-width: 960px) {
          width: min(60%, 300px);
          margin-inline: auto;
        }
      }
    }
    .step.step2 {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 2rem;
      @media (max-width: 960px) {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
      }
      .step__body {
        width: 55%;
        @media (max-width: 960px) {
          width: 100%;
        }
      }
      .step__title {
        display: flex;
        align-items: center;
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          justify-content: center;
          font-size: 18px;
          margin-bottom: 0.5rem;
        }
        .icon {
          width: 66px;
          margin-right: 1rem;
          @media (max-width: 960px) {
            width: 24px;
            margin-right: 0.5rem;
          }
        }
      }
      .text1 {
        font-size: 20px;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          text-align: center;
          font-size: 15px;
          margin-bottom: 0;
        }
      }
      .text2 {
        background-color: #e4667b;
        color: #fff;
        width: fit-content;
        border-radius: 100vmax;
        padding: 1.5rem 3rem;
        font-size: 20px;
      }
      .text2.sp-only {
        @media (max-width: 960px) {
          border-radius: 100vmax;
          font-size: 14px;
          text-align: center;
          text-wrap: balance;
          width: min(90%, 340px);
          margin-inline: auto;
          padding: 1rem 1.5rem;
        }
      }
      .step__img.pc-img {
        width: min(35%, 315px);
        @media (max-width: 960px) {
          display: none;
        }
      }
      .step__img.sp-img {
        display: none;
        @media (max-width: 960px) {
          display: block;
          width: min(80%, 480px);
          margin-inline: auto;
        }
      }
    }
    .step.step3 {
      margin-bottom: 4rem;
      @media (max-width: 960px) {
        margin-bottom: 2rem;
      }
      .step__title {
        display: flex;
        align-items: center;
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          justify-content: center;
          font-size: 18px;
          margin-bottom: 0.5rem;
        }
        .icon {
          width: 66px;
          margin-right: 1rem;
          @media (max-width: 960px) {
            width: 24px;
            margin-right: 0.5rem;
          }
        }
      }
      .text {
        font-size: 20px;
        a {
          text-decoration: underline;
        }
        @media (max-width: 960px) {
          text-align: center;
          font-size: 15px;
        }
      }
    }
  }
  .sponsor {
    margin-bottom: 1rem;
    .sponsor__title-wrapper {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      margin-bottom: 2rem;
      .sponsor__title {
        flex-shrink: 0;
        font-size: 30px;
        font-weight: bold;
        @media (max-width: 960px) {
          font-size: 18px;
        }
      }
      &::after {
        content: '';
        display: block;
        width: 98%;
        height: 5px;
        margin-left: auto;
        background-image: radial-gradient(circle, var(--main) 2.5px, transparent 2.5px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 23px 5px;
        @media (max-width: 960px) {
          background-image: radial-gradient(circle, #000000 1px, transparent 1px);
          background-position: left bottom;
          background-repeat: repeat-x;
          background-size: 6px 2px;
        }
      }
    }
    .sponsor__items {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 2rem;
      @media (max-width: 960px) {
        justify-content: center;
        row-gap: 1rem;
        column-gap: 1rem;
      }
      .sponsor__item:nth-child(1) {
        display: flex;
        align-items: center;
        font-size: 26px;
        @media (max-width: 960px) {
          font-size: 16px;
        }
        .logo {
          width: 257px;
          position: relative;
          top: -16px;
          margin-right: 1rem;
          @media (max-width: 960px) {
            width: 160px;
            top: -10px;
          }
        }
      }
      .sponsor__item:nth-child(2),
      .sponsor__item:nth-child(3) {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        font-size: 21px;
        @media (max-width: 960px) {
          font-size: 14px;
        }
        .icon {
          width: 36px;
          margin-right: 1rem;
          @media (max-width: 960px) {
            width: 24px;
            margin-right: 0.5rem;
          }
        }
      }
    }
  }
  .precautions {
    .precautions__title-wrapper {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      margin-bottom: 1rem;
      .precautions__title {
        flex-shrink: 0;
        font-size: 50px;
        @media (max-width: 960px) {
          font-size: 20px;
        }
      }
      &::after {
        content: '';
        display: block;
        width: 95%;
        height: 1px;
        margin-left: auto;
        border-bottom: 7px dotted var(--main);
        @media (max-width: 960px) {
          border-bottom: 2px dotted var(--main);
          width: 90%;
        }
      }
    }
    .precautions__text-wrapper {
      .text {
        font-size: 20px;
        .head {
          font-size: 1.5em;
        }
        a {
          text-decoration: underline;
        }
        @media (max-width: 960px) {
          font-size: 14px;
          .head {
            font-size: 1.25em;
          }
        }
      }
    }
  }
}

/*=========================
  ranking
=========================*/
section.ranking {
  padding: 5rem 0;
  @media (max-width: 960px) {
    padding: 3rem 0;
  }
  .ranking__body {
    max-width: 1060px;
    margin-inline: auto;
    position: relative;
    border: 5px solid #c8879f;
    border-radius: 60px;
    background-color: #f0afc7;
    padding: 20px;
    @media (max-width: 960px) {
      border: 2px solid #c8879f;
      border-radius: 36px;
      padding: 8px;
      max-width: 560px;
    }
    .ranking__title {
      position: absolute;
      top: 0%;
      left: 50%;
      translate: -50% -50%;
      width: 90%;
      max-width: 853px;
      margin-inline: auto;
      @media (max-width: 960px) {
        width: 90%;
        max-width: 360px;
      }
    }
    .ranking__inner {
      border: 5px solid #c8879f;
      border-radius: 40px;
      background: rgba(200, 230, 250, 1) url(../img/ranking-body-inner.png);
      background-size: 100%, auto;
      background-blend-mode: soft-light;
      padding: 6rem 2rem 4rem;
      @media (max-width: 960px) {
        border: 2px solid #c8879f;
        border-radius: 26px;
        padding: 2rem 1rem 2rem;
      }
    }
    .illust {
      position: absolute;
      width: calc(171 / 1920 * 100vw);
      max-width: 171px;
      bottom: -6%;
      right: -7%;
      @media (max-width: 1440px) {
        right: 0%;
      }
      @media (max-width: 960px) {
        width: calc(74 / 400 * 100vw);
        max-width: 80px;
        right: 0%;
        bottom: 0%;
        translate: 30% 50%;
      }
    }
    .ribbon {
      position: absolute;
      width: calc(200 / 1920 * 100vw);
      max-width: 200px;
      top: 102%;
      left: 50%;
      translate: -50% -50%;
      @media (max-width: 960px) {
        width: calc(64 / 400 * 100vw);
        max-width: 80px;
      }
    }
  }
  .ranking__items {
    max-width: 860px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 2rem;
    @media (max-width: 960px) {
      column-gap: 1rem;
      row-gap: 1rem;
    }
  }
  .ranking__item {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
    @media (max-width: 960px) {
      padding: 0.75rem 0.75rem;
    }
    .icon {
      position: absolute;
      top: 0%;
      left: 0%;
      translate: -30% -30%;
      width: 78px;
      @media (max-width: 960px) {
        width: 40px;
        translate: -20% -20%;
      }
    }
    .item-img-wrapper {
      width: 50%;
      img {
        border-radius: 20px;
        width: 100%;
        object-fit: cover;
        @media (max-width: 960px) {
          border-radius: 10px;
        }
      }
    }
    .item-title {
      font-weight: bold;
      text-align: center;
      font-size: 30px;
      line-height: 1;
    }
  }
  .ranking__item:nth-of-type(1) {
    grid-column: 1/3;
    .item-img-wrapper {
      width: 50%;
    }
    .item-title {
      width: 50%;
      font-size: 78px;
    }
    @media (max-width: 960px) {
      grid-column: 1/3;
      flex-direction: column;
      .item-img-wrapper {
        width: 100%;
        margin-bottom: 0.75rem;
      }
      .item-title {
        width: 100%;
        font-size: 16px;
      }
    }
  }
  .ranking__item:nth-of-type(2),
  .ranking__item:nth-of-type(3) {
    flex-direction: column;
    border-radius: 14px;
    .item-img-wrapper {
      width: 100%;
      margin-bottom: 1rem;
    }
    .item-title {
      width: 100%;
      font-size: 24px;
    }
    @media (max-width: 960px) {
      padding: 0.5rem;
      .icon {
        width: 32px;
      }
      .item-img-wrapper {
        margin-bottom: 0.55rem;
        border-radius: 8px;
      }
      .item-title {
        font-size: 12px;
      }
    }
  }
  .ranking__item:nth-of-type(4),
  .ranking__item:nth-of-type(5) {
    padding: 2rem 1rem;
    border-radius: 100vmax;
    .item-title {
      width: 100%;
      font-size: 24px;
    }
    @media (max-width: 960px) {
      padding: 1rem 1rem;
      border-radius: 16px;
      .icon {
        width: 32px;
      }
      .item-title {
        font-size: 12px;
      }
    }
  }
  .ranking__text {
    text-align: center;
    font-size: 20px;
    margin-top: 2rem;
    font-weight: bold;
    @media (max-width: 960px) {
      text-align: center;
      text-wrap: balance;
      font-size: 12px;
      margin-top: 1rem;
    }
  }
}

/*=========================
  present
=========================*/
section.sec-present {
  padding: 5rem 0;
  @media (max-width: 960px) {
    padding: 3rem 0;
  }
  .sec-present__body {
    background-color: #fff;
    border-radius: 60px;
    padding: 4.5rem 2rem;
    position: relative;
    @media (max-width: 960px) {
      border-radius: 20px;
      padding: 1.5rem 1.5rem 4rem;
    }
    .illust1 {
      position: absolute;
      top: -2%;
      left: -8%;
      width: calc(207 / 1920 * 100vw);
      max-width: 160px;
      @media (max-width: 1440px) {
        left: 0%;
      }
      @media (max-width: 960px) {
        display: none;
      }
    }
    .illust2 {
      position: absolute;
      bottom: -7%;
      right: -7%;
      width: calc(170 / 1920 * 100vw);
      max-width: 146px;
      @media (max-width: 1440px) {
        bottom: -5%;
        right: 0%;
      }
      @media (max-width: 960px) {
        width: calc(50 / 40 * 100vw);
        max-width: 70px;
        right: 0%;
        bottom: 0%;
        translate: 18% 40%;
      }
    }
    .body-inner {
      max-width: 860px;
      margin-inline: auto;
    }
  }
  .sec-present__title {
    max-width: 545px;
    margin-inline: auto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border: 4px solid var(--main);
    border-radius: 100vmax;
    padding: 1rem;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      font-size: 22px;
      border: 1px solid var(--main);
      padding: 0.5rem;
      margin-bottom: 1rem;
    }
  }
  .sec-present__text {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4rem;
    @media (max-width: 960px) {
      font-size: 15px;
      margin-bottom: 3rem;
    }
  }
  .sec-present__1st-item {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 54px; */
    gap: 5%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    background-image: radial-gradient(circle, var(--main) 2.5px, transparent 2.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 23px 5px;
    @media (max-width: 960px) {
      max-width: 500px;
      margin-inline: auto;
      flex-direction: column;
      padding-bottom: 0rem;
      margin-bottom: 3rem;
      background-image: none;
    }
    .img-wrapper {
      position: relative;
      background-color: #fff;
      max-width: 520px;
      /* height: 200px; */
      border-radius: 10px;
      margin-bottom: 1rem;
      .icon {
        position: absolute;
        top: -25px;
        left: -10px;
        width: 109px;
        @media (max-width: 960px) {
          width: 75px;
        }
      }
      .item-img {
        border-radius: 10px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: auto !important;
      }
      .capacity {
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 10px 0 10px 0;
        background-color: var(--main);
        color: #fff;
        font-size: 40px;
        padding: 12px 8px;
        line-height: 1;
        @media (max-width: 960px) {
          padding: 8px 8px;
          font-size: 20px;
        }
        .number {
          font-size: 1.2em;
          /* margin-inline: 0.15em; */
        }
      }
    }
    .item-body {
      flex-shrink: 0;
      line-height: 1.5;
      font-weight: bold;
      .title {
        font-size: 32px;
        margin-bottom: 1rem;
      }
      .text {
        font-size: 14px;
      }
      @media (max-width: 960px) {
        width: 100%;
        padding-top: 0.5rem;
        border-top: 2px dotted var(--main);
        .title {
          font-size: 18px;
          margin-bottom: 0;
        }
      }
    }
  }
  .sec-present__all-participants {
    background-color: #e4667b;
    max-width: 545px;
    margin-inline: auto;
    border-radius: 100vmax;
    padding: 1rem;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      padding: 0.75rem 1rem;
      margin-bottom: 1.5rem;
    }
    img {
      max-width: 282px;
      margin-inline: auto;
      @media (max-width: 960px) {
        max-width: 130px;
      }
    }
  }
  .sec-present__items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 3rem;
    row-gap: 3rem;
    margin-bottom: 2rem;
    @media (max-width: 960px) {
      flex-direction: column;
      gap: 2rem;
      max-width: 500px;
      margin-inline: auto;
    }
    .sec-present__item {
      width: min(50%, 375px);
      @media (max-width: 960px) {
        width: 100%;
      }
      .img-wrapper {
        position: relative;
        background-color: #fff;
        height: 225px;
        border-radius: 10px;
        margin-bottom: 1rem;
        @media (max-width: 960px) {
          height: auto;
        }
        .icon {
          position: absolute;
          top: -25px;
          left: -10px;
          width: 109px;
          @media (max-width: 960px) {
            width: 75px;
          }
        }
        .item-img {
          border-radius: 10px;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .capacity {
          position: absolute;
          bottom: 0;
          right: 0;
          border-radius: 10px 0 10px 0;
          background-color: var(--main);
          color: #fff;
          font-size: 26px;
          padding: 8px 8px;
          line-height: 1;
          @media (max-width: 960px) {
            font-size: 20px;
          }
          .number {
            font-size: 1.2em;
          }
        }
      }
      .item-body {
        /* padding: 1rem 0; */
        /* border-top: 3px dotted var(--main);
        border-bottom: 3px dotted var(--main); */
        font-weight: bold;
        .title {
          font-size: 20px;
        }
        .text {
          font-size: 14px;
          line-height: 1.5;
        }
        @media (max-width: 960px) {
          border-top: 2px dotted var(--main);
          /* border-bottom: 2px dotted var(--main); */
          padding-top: 0.5rem;
          .title {
            font-size: 18px;
          }
          .text {
            font-size: 12px;
          }
        }
      }
    }
  }
  .sec-present__items:last-child {
    margin-bottom: 0rem;
  }
}

/*=========================
  banners
=========================*/
section.sec-banners {
  padding: 5rem 0;
  @media (max-width: 960px) {
    padding: 3rem 0;
  }
  .sec-banners__body {
    background-color: #fff;
    border-radius: 60px;
    padding: 5rem 2rem 6rem;
    position: relative;
    @media (max-width: 960px) {
      padding: 2.5rem 1.5rem 220px;
      border-radius: 20px;
    }
    .illust1 {
      position: absolute;
      top: -2%;
      left: -8%;
      /* width: calc(344 / 1920 * 100vw); */
      max-width: 280px;
      @media (max-width: 1440px) {
        width: 23%;
        top: 2%;
        left: -3%;
        translate: 0% 0%;
      }
      @media (max-width: 960px) {
        top: initial;
        bottom: 0%;
        left: 50%;
        translate: -50% 5%;
        width: 200px;
      }
    }
    .illust2 {
      position: absolute;
      bottom: -3%;
      right: -5%;
      width: calc(143 / 1920 * 100vw);
      max-width: 143px;
      @media (max-width: 1440px) {
        right: 0%;
      }
      @media (max-width: 960px) {
        display: none;
      }
    }
    .body-inner {
      max-width: 920px;
      margin-inline: auto;
    }
  }
  .sec-banners__title {
    margin-bottom: 3rem;
    margin-left: 15%;
    @media (max-width: 1440px) {
      margin-left: 15%;
    }
    @media (max-width: 960px) {
      margin-left: auto;
      margin-bottom: 2rem;
    }
    .title-img-pc {
      max-width: 680px;
      @media (max-width: 960px) {
        display: none;
      }
    }
    .title-img-sp {
      display: none;
      @media (max-width: 960px) {
        display: block;
        margin-inline: auto;
      }
    }
  }
  .sec-banners__text {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      font-size: 16px;
      margin-bottom: 2rem;
    }
  }
  .banners__items {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr;
    max-width: 545px;
    margin-inline: auto;
    column-gap: 40px;
    row-gap: 30px;
    @media (max-width: 960px) {
      grid-template-columns: 1fr;
      row-gap: 20px;
      max-width: 500px;
      margin-inline: auto;
    }
    .banners__item {
      width: fit-content;
      margin-inline: auto;
      .label {
        background-color: #e4667b;
        color: #fff;
        border-radius: 100vmax;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        font-weight: bold;
        padding: 1rem;
        @media (max-width: 1100px) {
          font-size: 20px;
        }
        @media (max-width: 960px) {
          font-size: 18px;
          padding: 0.5rem;
        }
      }
    }
    .banners__item.label1 {
      width: 100%;
      /* grid-column: 1/3;
      grid-row: 1/2; */
      @media (max-width: 960px) {
        grid-column: 1/-1;
        grid-row: span 1;
      }
    }
    .banners__item.label2 {
      width: 100%;
      /* grid-column: 3/4;
      grid-row: 1/2; */
      @media (max-width: 960px) {
        grid-column: 1/-1;
        grid-row: span 1;
      }
    }
  }
}

/*=========================
  terms
=========================*/
section.sec-terms {
  padding: 5rem 0;
  @media (max-width: 960px) {
    padding: 3rem 0;
  }
  .sec-terms__body {
    background-color: #fff;
    border-radius: 60px;
    padding: 5rem 3rem;
    position: relative;
    @media (max-width: 960px) {
      border-radius: 22px;
      padding: 1.5rem 1.5rem 2rem;
    }
    .body-inner {
      max-width: 860px;
      margin-inline: auto;
      @media (max-width: 960px) {
        max-width: 500px;
      }
    }
  }
  .sec-terms__title {
    max-width: max-content;
    margin-inline: auto;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    border: 4px solid var(--main);
    border-radius: 100vmax;
    padding: 1rem 3rem;
    margin-bottom: 3rem;
    @media (max-width: 960px) {
      font-size: 14px;
      border: 1px solid var(--main);
      padding: 0.5rem 1rem;
      margin-bottom: 1.5rem;
    }
  }
  .sec-terms__text-wrapper {
    .text {
      font-size: 18px;
      .head {
        font-size: 1.5em;
        font-weight: bold;
      }
      @media (max-width: 960px) {
        font-size: 13px;
        .head {
          font-size: 1.25em;
        }
      }
    }
  }
}

/*=========================
  footer
=========================*/
.footer__visitcp {
  padding-bottom: 6rem; }
  @media (max-width: 960px) {
    .footer__visitcp {
      padding-bottom: 2rem; } }
  .footer__visitcp .footer__logo {
    width: 420px;
    margin-inline: auto; }
    @media (max-width: 960px) {
      .footer__visitcp .footer__logo {
        width: 180px; } }

.kboard_footer_inner img {
  display: initial; }