@charset "UTF-8";

.page-2026summer {
  --color-blue: #8ac1e1;
  --color-lightblue: #d4ecfb;
  --font-zenmaru: "Zen Maru Gothic", sans-serif;
}

/* 背景色変更 */
html body.page-2026summer {
  background: #e9f4ff;
}
#page .bg.-setsuden2026summer {
  background-color: var(--color-lightblue);
}
#page .bg.-setsuden2026summer.-about {
  padding-block: 64px calc(120px - var(--space-base-margin));
  @media screen and (max-width: 768px) {
    padding-top: 20px;
  }
}

/* 見出しとボタンの色調整 */
.page-2026summer {
  .title.-style02 {
    border-color: var(--color-blue);
    font-family: var(--font-zenmaru);
    font-weight: 700;
  }
  .btn.-basic .btn__link {
    border-color: var(--color-lightblue);
  }
  .btn.-cv .btn__link {
    border-color: var(--color-lightblue);
  }
  .font-zenmaru {
    font-family: var(--font-zenmaru);
  }
  .setsuden-w800 {
    max-width: 800px;
    margin-inline: auto;
  }
  .setsuden-kamome-l {
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: -135px;
      left: -20px;
      width: 331px;
      height: 134px;
      background: url(../img/kamome_l.png) no-repeat left top / 100% auto;
      @media screen and (max-width: 768px) {
        top: -73px;
        left: -15px;
        width: 165px;
        height: 67px;
      }
    }
  }
  .setsuden-kamome-r {
    position: relative;
    &::before {
      content: "";
      position: absolute;
      top: -160px;
      right: -20px;
      width: 331px;
      height: 134px;
      background: url(../img/kamome_r.png) no-repeat left top / 100% auto;
      @media screen and (max-width: 768px) {
        top: -73px;
        right: -15px;
        width: 165px;
        height: 67px;
      }
    }
  }
}

/* タイトル */
.setsuden-aboutTitle {
  margin: 0 auto 40px;
  text-align: center;
  background: url(../img/kamome.png) no-repeat center bottom / 1080px auto;
  @media screen and (max-width: 768px) {
    margin-bottom: 24px;
    padding-top: 40px;
    background: url(../img/sp-kamome.png) no-repeat center top / 100% auto;

  }
  .image,
  .text {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .image {
    margin-bottom: -23px;
    @media screen and (max-width: 768px) {
      margin-bottom: -18px;
    }
  }
  .text {
    padding: 10px 75px;
    background: white;
    border-radius: 500px;
    font-weight: 700;
    font-size: 3.6rem;
    font-family: var(--font-zenmaru);
    color: var(--color-main);
    @media screen and (max-width: 768px) {
      width: auto;
      max-width: 350px;
      padding: 10px 15px;
      font-size: clamp(10px, 26 / 375 * 100vw, 30px);
    }
  }
  .year {
    font-size: 3.9rem;
    @media screen and (max-width: 768px) {
      font-size: clamp(10px, 29 / 375 * 100vw, 33px);
    }
  }
}

.setsuden-media {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 56px;
  margin-bottom: 24px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.setsuden-border {
  border-top: 1px solid #c3c3c3;
  padding-top: 60px;
  @media screen and (max-width: 768px) {
    padding-top: 40px;
  }
}
