@charset "UTF-8";

/* # =================================================================
# Common
# ================================================================= */

@font-face {
  font-family: "noto-sans-jp";
  font-weight: 400;
  src: url(../font/noto-sans-jp/NotoSansJP-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "noto-sans-jp";
  font-weight: 700;
  src: url(../font/noto-sans-jp/NotoSansJP-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "noto-sans-jp";
  font-weight: 900;
  src: url(../font/noto-sans-jp/NotoSansJP-Black.ttf) format("truetype");
}

* {
  font-family: "noto-sans-jp", sans-serif;
}

body {
  background-color: #c8e5e8;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.w-100 {
  width: 100% !important;
}

.link-hover {
  display: inline-block;
  transition: 0.3s;
}

.link-hover:hover {
  opacity: 0.7;
}

.d-lg-none {
  display: none !important;
}

.d-lg-block {
  display: block !important;
}

.fade-content {
  opacity: 0;
  visibility: hidden;
}

.fade-content.active {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

@media screen and (max-width: 992px) {
  .d-none {
    display: none !important;
  }

  .d-block {
    display: block !important;
  }
}

/* # =================================================================
# Header
# ================================================================= */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}

.header-title-image {
  width: 265px;
}

.ham-box {
  position: relative;
  width: 28px;
  height: 20px;
  z-index: 9999;
}

.ham-box:hover {
  cursor: pointer;
}

.ham-bar,
.ham-bar::before,
.ham-bar::after {
  background: #333;
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 1;
}

.ham-bar {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ham-bar::before {
  content: "";
  top: -6px;
  transition: 0.3s;
}

.ham-bar::after {
  content: "";
  top: 6px;
  transition: 0.3s;
}

.is-active .ham-bar {
  background-color: transparent !important;
}

.is-active .ham-bar::before {
  background-color: #333;
  transform: translateY(6px) rotate(-45deg);
  transition: 0.3s;
}

.is-active .ham-bar::after {
  background-color: #333;
  transform: translateY(-6px) rotate(45deg);
  transition: 0.3s;
}

.ham-drawer {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .7);
  max-width: 320px;
  width: 100%;
  height: fit-content;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 8888;
}

.ham-drawer-wrapper {
  background-color: #fff;
  height: 100svh;
  scrollbar-gutter: stable;
}

.ham-drawer.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-menu-scroll-height {
  height: 100svh;
  scrollbar-gutter: stable;
}

.ham-drawer-list {
  list-style-type: none;
  padding: 60px 30px;
}

.ham-drawer-list-item {
  text-align: center;
}

.ham-drawer-list-item:not(:last-of-type) {
  margin-bottom: 32px;
}

.ham-drawer-link {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }

  .header {
    position: fixed;
    background-color: #fff;
  }

  .header-title {
    line-height: 18px;
  }

  .header-container {
    padding: 8px 12px;
  }

  .header-title-image {
    width: 128px;
  }

  .ham-drawer {
    background-color: #fff;
    top: 34px;
    max-width: none;
    width: 100%;
    height: calc(100lvh - 34px);
  }

  .ham-drawer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 16px;
  }

  .ham-drawer-list {
    margin-bottom: 48px;
  }

  .ham-drawer-link {
    font-size: 28px;
  }
}

/* # =================================================================
# Main
# ================================================================= */

.main {
  width: 100%;
  margin: 0 auto;
  background-color: #c8e5e8;
}

.hero-wrapper {
  background-image: url("../images/pc/bg_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 3001 / 2001;
  width: 100%;
  height: fit-content;
  position: relative;
}

.image-hero {
  display: block;
  width: 100%;
  margin-bottom: -1px;
}

.img-hero-body {
  width: 100%;
  margin-bottom: -1px;
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - (125px * 2));
  width: 100%;
}

.hero-text-present {
  width: 100%;
  margin: 0 auto;
}

.section-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.section-prize-container {
  max-width: calc(100% - (12.5% * 2));
  width: 100%;
  padding-bottom: 270px;
  margin: 0 auto;
}

.square-box {
  background-color: #fff;
  border-radius: 56px;
}

.prize-wrapper {
  padding: 55px 100px;
  margin-bottom: 35px;
}

.section-prize-detail {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
  column-gap: 80px;
  margin-bottom: 48px;
}

.image-prize-box {
  aspect-ratio: 300 / 123;
  max-width: calc((100% - 80px) / 2);
  width: 100%;
}

.image-prize-box img {
  aspect-ratio: 300 / 123;
  object-fit: contain;
}

.section-prize-picture {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 0 100px;
  margin-bottom: 50px;
}

.picture-first,
.picture-end {
  position: relative;
}

.picture-first::before,
.picture-end::before,
.picture-end::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
}

.picture-first::before {
  background-image: url("../images/pc/img_character01.png");
  aspect-ratio: 182 / 150;
  width: 90%;
  bottom: 0;
  left: -50%;
}

.picture-end::before {
  background-image: url("../images/pc/img_character02.png");
  aspect-ratio: 194 / 239;
  width: 50%;
  bottom: 0;
  right: -55%;
}

.section-prize-link {
  text-align: center;
}

.prize-link-button {
  position: relative;
  font-weight: 900;
  font-size: 26px;
  background-color: #fff;
  border: 3px solid #333;
  color: #333;
  width: 426px;
  border-radius: 9999px;
  padding: 4px 80px 4px 48px;
  letter-spacing: 0.1rem;
}

.prize-link-button::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 21px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #333;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}

.w_chance-wrapper {
  padding: 60px 95px;
  margin-bottom: 55px;
}

.section-w_chance-detail {
  display: flex;
  gap: 40px;
}

.img-w_chance-detail-box {
  position: relative;
}

.img-w_chance-body {
  align-self: center;
  width: 40%;
}

.img-w_chance-detail-box {
  width: calc(54% - 40px);
}

.img-w_chance-detail-box::after {
  position: absolute;
  content: "";
  background-image: url("../images/pc/img_character03.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 240 / 248;
  width: 50%;
  top: -80px;
  right: -96px;
}

.img-w_chance-sp {
  display: none;
}

#terms {
  padding-top: 100px;
}

.terms-wrapper {
  position: relative;
  padding: 45px 60px 50px;
  margin-bottom: 162px;
}

.terms-title-inner {
  margin-bottom: 50px;
}

.terms-title-subject {
  position: absolute;
  top: -2.75%;
  left: 50%;
  width: 26.8%;
  transform: translateX(-50%);
}

.terms-title-subject-text {
  width: 26%;
  padding-top: 2%;
  margin: 0 auto;
}

.terms-detail-inner {
  position: relative;
  margin-bottom: 30px;
}

.terms-detail-title {
  width: 30%;
  margin: 0 auto 20px;
}

.terms-detail-box {
  width: 100%;
  padding-top: 50px;
  margin: 0 auto 55px;
}

.terms-detail-box.more::after {
  position: absolute;
  content: "";
  background-image: url("../images/pc/img_text_terms_accent.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 22%;
  height: 220px;
  top: 50%;
  right: -10%;
}

.term-apply-box {
  margin-bottom: 70px;
}

.terms-apply-title {
  text-align: left;
  font-size: 24px;
  margin-bottom: 24px;
}

.terms-ways-box {
  max-width: calc(100% - (130px * 2));
  width: 100%;
  padding-right: 24px;
  margin: 0 auto 50px;
}

.terms-title-way-text {
  width: 90%;
  padding-top: 16px;
  margin: 0 auto 50px;
}

.button-apply-box {
  text-align: center;
}

.button-apply-body {
  position: relative;
  max-width: 630px;
  width: 100%;
  margin-bottom: 90px;
}

.button-apply-body::after {
  position: absolute;
  content: "";
  background-image: url("../images/pc/img_character_button_top.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62%;
  height: 252px;
  top: calc(-100% - 114px);
  left: 50%;
  transform: translateX(-50%);
}

.attention-wrapper {
  padding: 50px 70px;
  margin-bottom: 50px;
}

.attention-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}

.attention-lists {
  list-style-type: none;
}

.attention-list-text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding-left: 1.2em;
}

.attention-list-text::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.attention-text {
  font-size: 14px;
}

.section-course {
  padding-top: 0;
}

.section-course-container {
  position: relative;
  background-color: #fff;
  padding-bottom: 150px;
}

.section-course-container::before {
  position: absolute;
  content: "";
  background-image: url("../images/pc/bg_flower_top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 470px;
  top: -230px;
  left: 0;
}

.section-course-container::after {
  position: absolute;
  content: "";
  background-image: url("../images/pc/bg_flower_bottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 470px;
  bottom: -230px;
  left: 0;
}

.course-text-lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 150px;
  margin-bottom: 50px;
}

.course-text-title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
  margin: 0 auto 40px;
}

.course-text-title::before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

.course-link-container {
  position: relative;
  width: 55%;
  margin: 0 auto;
}

.course-link-container::before,
.course-link-container::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.course-link-container::before {
  background-image: url("../images/pc/img_character04.png");
  width: 200px;
  height: 200px;
  top: 50%;
  left: -240px;
  transform: translateY(-50%);
}

.course-link-container::after {
  background-image: url("../images/pc/img_character05.png");
  width: 200px;
  height: 200px;
  top: 12%;
  right: -230px;
  transform: translateY(-50%);
}

.course-button-box {
  width: 100%;
}

.course-button-body {
  display: block;
  width: 100%;
}

.course-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 8px;
  margin-bottom: 35px;
}

.course-text:last-child {
  margin-bottom: 70px;
}

.course-attention-container {
  max-width: calc(100% - (50px * 2));
  width: 100%;
  background-color: #fcfbed;
  border-radius: 30px;
  padding: 60px;
  margin: 0 auto;
}

.course-attention-wrapper {
  height: 300px;
  overflow-y: scroll;
}

.course-attention-title {
  text-align: center;
  font-size: 28px;
  padding-bottom: 50px;
}

.course-attention-title-sub {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.course-attention-lists {
  padding-left: 1.25em;
  margin-bottom: 40px;
}

.course-attention-lists:last-of-type {
  margin-bottom: 0;
}

.course-attention-list-item {
  line-height: 2;
}

.course-attention-link-mail {
  color: #333;
}

@media screen and (max-width: 992px) {
  .d-none {
    display: none !important;
  }

  .hero-wrapper {
    background-image: none;
    height: fit-content;
    background-position: top center;
    background-size: contain;
    padding-top: 34px;
    margin-bottom: 24px;
  }

  .image-hero {
    position: relative;
  }

  .image-hero::after {
    position: absolute;
    content: "";
    background-image: url("../images/sp/img_hero_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-text-container {
    position: static;
    transform: none;
    max-width: calc(100% - (30px * 2));
    padding-top: 4px;
    margin: 0 auto;
  }

  .section-prize-container {
    max-width: calc(100% - (20px * 2));
    width: 100%;
    padding-bottom: 0;
    margin: 0 auto;
  }

  .square-box {
    border-radius: 12px;
  }

  .prize-wrapper {
    padding: 40px 0 24px;
  }

  .section-prize-detail {
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-prize-box {
    max-width: fit-content;
  }

  .section-prize-picture {
    flex-wrap: wrap;
    gap: 0 32px;
    padding: 0;
  }

  .image-prize-picture {
    max-width: calc((100% - 60px) / 2);
  }

  .picture-first::before {
    display: none;
  }

  .picture-end::before {
    width: 55%;
    bottom: -5%;
    right: -60%;
  }

  .picture-end::after {
    position: absolute;
    content: "";
    background-image: url("../images/pc/img_character01.png");
    aspect-ratio: 182 / 150;
    width: 110%;
    bottom: -5%;
    left: -80%;
  }

  .prize-link-button {
    max-width: 292px;
    width: 100%;
    font-size: 22px;
    padding: 4px 24px 4px 12px;
  }

  .prize-link-button::after {
    width: 19px;
    height: 16px;
    right: 16px;
  }

  .w_chance-wrapper {
    padding: 35px 20px;
    margin-bottom: 0;
  }

  .section-w_chance-detail {
    flex-direction: column;
  }

  .img-w_chance-body {
    width: 100%;
    height: auto;
  }

  .img-w_chance-detail-body {
    width: 100%;
    height: auto;
  }

  .img-w_chance-detail-box {
    width: 100%;
  }

  .img-w_chance-detail-box::after {
    display: none;
  }

  .img-w_chance-sp {
    display: block;
    margin: 0 auto;
  }

  .img-w_chance-sp-body {
    max-width: 195px;
  }

  #terms {
    padding-top: 60px;
  }

  .terms-wrapper {
    padding: 0 0 60px;
    margin-bottom: 100px;
  }

  .terms-title-subject {
    max-width: 350px;
    width: 65%;
    top: -20px;
  }

  .terms-title-subject-text {
    width: 50%;
    padding-top: 12%;
  }

  .terms-detail-inner {
    position: relative;
    margin-bottom: 50px;
  }
  
  .terms-detail-title {
    max-width: 350px;
    width: 65%;
  }

  .terms-detail-box.more::after {
    background-image: url("../images/sp/img_text_terms_accent_sp.png");
    width: 30vw;
    height: 30vw;
    top: 44%;
    right: 0;
    transform: translateY(-50%);
  }

  .terms-apply-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
  }

  .term-apply-box .terms-detail-box img {
    padding: 0 16px;
  }

  .terms-ways-box {
    max-width: 253px;
    width: 100%;
    padding-right: 0;
    padding-left: 14px;
    margin: 0 auto;
  }

  .terms-title-way-text {
    padding: 0 18px;
    width: 90%;
    margin-bottom: 0;
  }

  .button-apply-body {
    width: 100%;
    margin-bottom: 70px;
  }

  .button-apply-body::after {
    background-position: center;
    width: 100%;
    height: 155px;
    top: -140px;
  }

  .attention-wrapper {
    padding: 40px 20px;
    margin-bottom: 24px;
  }

  .attention-title {
    text-align: center;
    font-size: 21px;
  }

  .attention-list-text,
  .attention-text {
    font-size: 14.5px;
  }

  .attention-text {
    line-height: 2;
  }

  .section-course {
    padding-top: 40px;
  }

  .section-course-container {
    padding-bottom: 70px;
  }

  .section-course-container::before {
    height: 175px;
    top: -82px;
  }

  .section-course-container::after {
    height: 175px;
    bottom: -75px;
  }

  .course-text-lead {
    font-size: 16px;
    padding: 65px 12px 0;
  }

  .course-text-title {
    font-size: 14px;
    letter-spacing: 0;
  }

  .course-link-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .course-link-container::before,
  .course-link-container::after {
    display: none;
  }

  .course-text {
    font-size: 14px;
    letter-spacing: 0;
  }

  .course-text:last-child {
    margin-bottom: 32px;
  }

  .course-image-sp {
    text-align: center;
  }

  .course-attention-container {
    max-width: calc(100% - (16px * 2));
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 30px;
  }

  .course-attention-wrapper {
    height: 322px;
  }

  .course-attention-title-sub {
    text-align: center;
  }
}

/* # =================================================================
# Footer
# ================================================================= */

.footer {
  background-color: #c8e5e8;
  width: 100%;
  padding-top: 230px;
}

.footer-conteiner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url("../images/pc/img_footer.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  aspect-ratio: 3001 / 1045;
}

.footer-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.footer-text-inquiry {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.inquiry-link-wrapper {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.inquiry-link-wrapper a {
  color: #222;
}

.footer-text-info {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.footer-logo-wrapper {
  margin-top: auto;
  text-align: center;
}

.footer-logo-box {
  width: 325px;
  margin-bottom: 20px;
}

.footer-copyright {
  text-align: center;
  padding-bottom: 16px;
}

.footer-copyright-text {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.floating-button-box {
  position: fixed;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  bottom: 30px;
  right: 30px;
}

.floating-button-body {
  object-fit: contain;
  width: 130px;
}

.button-page-top-body {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-top: 80px;
  }

  .footer-conteiner {
    background-image: url("../images/sp/img_footer_sp.png");
    aspect-ratio: 752 / 885;
  }

  .footer-title {
    font-size: 20px;
  }

  .inquiry-link-wrapper {
    font-size: 20px;
  }

  .footer-text-inquiry {
    font-size: 16px;
  }

  .footer-text-info {
    font-size: 12px;
    margin-bottom: 100px;
  }

  .footer-text-info-sub {
    font-size: 14px;
  }

  .footer-logo-box {
    width: 215px;
    margin-bottom: 8px;
  }

  .footer-copyright {
    padding-bottom: 20px;
  }

  .footer-copyright-text {
    font-size: 10px;
  }

  .floating-button-box {
    display: contents;
    bottom: unset;
  }

  .floating-button-body {
    position: fixed;
    top: 60px;
    right: 12px;
    width: 105px;
    z-index: 999;
  }

  .button-page-top-inner {
    position: fixed;
    bottom: 20px;
    right: 8px;
    z-index: 999;
  }
}
