@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 12rem 0 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 9rem 0 12rem 0;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_anc {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
}
@media screen and (min-width: 768px) {
  .intro_anc {
    margin-top: -3rem;
  }
}
.intro_anc > li {
  width: 47.0588235294%;
  margin: 4rem 0 0 5.8823529412%;
}
@media screen and (min-width: 768px) {
  .intro_anc > li {
    width: 29.6296296296%;
    margin: 3rem 0 0 5.5555555556% !important;
  }
}
.intro_anc > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .intro_anc > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.intro_anc > li > a {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .intro_anc > li > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
  margin-top: 12rem;
  padding: 18rem 0 10rem 0;
}
@media screen and (min-width: 768px) {
  .intro_wrap {
    margin-top: 9rem;
    padding: 13.5rem 3.2407407407% 7.5rem 3.2407407407%;
  }
}
.intro_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.9) 80%, white 100%);
  z-index: -2;
}
.intro_wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 17.6470588235%;
  aspect-ratio: 1/1;
  background-image: url(../images/top/intro_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_wrap::after {
    width: 90px;
  }
}
.intro_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.intro_text > p {
  position: relative;
  width: 100%;
  padding-top: 0;
  font-size: 3.2rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    font-size: 2.4rem;
  }
}
.intro_text > p + p {
  padding-top: 12rem;
}
@media screen and (min-width: 768px) {
  .intro_text > p + p {
    padding-top: 9rem;
  }
}
.intro_text > p + p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4rem;
  display: block;
  width: 26.7647058824%;
  aspect-ratio: 184/41;
  background-image: url(../images/top/intro_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_text > p + p::after {
    top: 3rem;
    width: 136px;
  }
}
.intro_text > p > em {
  display: inline-block;
  color: transparent;
  font-size: 150%;
  letter-spacing: 0;
  background: linear-gradient(0deg, #ff6700 0%, #001450 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.intro_text > p > em.font_notoserif {
  font-weight: 700;
}
.intro_text > p > em.font_stoke {
  font-weight: 400;
}
.intro_text > p > em > ruby[data-ruby] {
  color: transparent;
  background: linear-gradient(0deg, #ff6700 0%, #001450 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.intro_text > p > em > ruby[data-ruby]::after {
  color: #001450;
}
.intro_text > p > small {
  display: inline-block;
  font-size: 75%;
}
.intro_btn {
  position: relative;
  width: 93.6764705882%;
  margin: 4rem 0 0 5.8823529412%;
}
@media screen and (min-width: 768px) {
  .intro_btn {
    width: 47.2277227723%;
    margin: 3rem 0 0 27.7227722772%;
  }
}
.intro_btn > a {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .intro_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}

/* ========================================================
    play
======================================================== */
.play {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .play {
    padding: 12rem 0;
  }
}
.play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
@media screen and (min-width: 1920px) {
  .play::before {
    background-size: 100% auto;
  }
}
.play::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  width: 73.7333333333%;
  aspect-ratio: 553/568;
  background-image: url(../images/top/play_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .play::after {
    right: -6.5rem;
    width: 48.0869565217%;
    aspect-ratio: 553/729;
    background-image: url(../images/top/play_bg01_pc.png);
    transform: none;
  }
}
@media screen and (min-width: 1150px) {
  .play::after {
    right: calc(50% - 640px);
    width: 553px;
  }
}
.play_column {
  position: relative;
  width: 100%;
  padding: 10rem 0 48rem 0;
}
@media screen and (min-width: 768px) {
  .play_column {
    padding: 7.5rem 7.4074074074%;
  }
}
.play_column::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -2;
}
.play_ttl {
  position: relative;
  width: 34.8529411765%;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .play_ttl {
    width: 178px;
    margin: -3rem auto 0 auto;
  }
}
.play_wrap {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .play_wrap {
    margin-top: 3rem;
  }
}
.play_text {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .play_text {
    text-align: left;
  }
}
.play_text > p {
  width: 100%;
  font-size: 3.2rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .play_text > p {
    font-size: 2.4rem;
  }
}
.play_text > p .logo {
  display: inline-block;
  width: 22.3rem;
  margin-right: 0.3em;
  vertical-align: middle;
  transform: translateY(-0.2em);
}
@media screen and (min-width: 768px) {
  .play_text > p .logo {
    width: 18.6rem;
  }
}
.play_btn {
  position: relative;
  width: 64.7058823529%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .play_btn {
    width: 35.8695652174%;
    margin: 4.5rem 0 0 0;
  }
}
.play_btn > a {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .play_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}

/* ========================================================
    present
======================================================== */
.present {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .present {
    padding: 12rem 0;
  }
}
.present::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 238, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 100%);
  z-index: -3;
}
.present_column {
  position: relative;
  width: 100%;
}
.present_ttl {
  position: relative;
  width: 55.4411764706%;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .present_ttl {
    width: 283px;
    margin: -3rem auto 0 auto;
  }
}
.present_wrap {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .present_wrap {
    margin-top: 3rem;
  }
}
.present_text {
  position: relative;
  width: 100%;
  text-align: center;
}
.present_text > p {
  width: 100%;
  font-size: 3.2rem;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .present_text > p {
    font-size: 2.4rem;
  }
}
.present_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .present_list {
    margin-top: 6rem;
  }
}
.present_list > li {
  width: 82.3529411765%;
  margin: 6rem 0 0 0;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .present_list > li {
    width: 38.8888888889%;
    margin: 0 5.5555555556%;
  }
}

/* ========================================================
    scrap
======================================================== */
.scrap {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .scrap {
    padding: 7.5rem 0;
  }
}
.scrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
@media screen and (min-width: 1920px) {
  .scrap::before {
    background-size: 100% auto;
  }
}
.scrap .inner {
  max-width: 1350px;
}
.scrap_column {
  position: relative;
  width: 100%;
}
.scrap_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .scrap_wrap {
    flex-direction: row-reverse;
  }
}
.scrap_text {
  position: relative;
  width: 100%;
  margin-top: -2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .scrap_text {
    width: 42.1875%;
    margin-top: 0;
    text-align: left;
  }
}
.scrap_text > p {
  width: 100%;
  margin-top: 3.2rem;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 2.4;
  text-stroke: 0.2em #001450;
  -webkit-text-stroke: 0.2em #001450;
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .scrap_text > p {
    margin-top: 2.4rem;
    font-size: 2.4rem;
  }
}
.scrap_text > p:first-child {
  margin-top: 0;
}
.scrap_text > p > em {
  color: #ff6700;
  font-size: 150%;
  letter-spacing: 0;
}
.scrap_btn {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .scrap_btn {
    width: 53.125%;
    margin-top: 0;
  }
}
.scrap_btn > a {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .scrap_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}

/* ========================================================
    question
======================================================== */
.question {
  position: relative;
  width: 100%;
  padding: 16rem 0 64rem 0;
}
@media screen and (min-width: 768px) {
  .question {
    padding: 12rem 0;
  }
}
.question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03_sp.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: auto auto;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .question::before {
    background-image: url(../images/common/common_bg03_pc.jpg);
  }
}
@media screen and (min-width: 1920px) {
  .question::before {
    background-size: 100% auto;
  }
}
.question::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 70%;
  aspect-ratio: 525/567;
  background-image: url(../images/top/question_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .question::after {
    left: 3.5rem;
    width: 64.347826087%;
    aspect-ratio: 740/729;
    background-image: url(../images/top/question_bg01_pc.png);
    transform: none;
  }
}
@media screen and (min-width: 1150px) {
  .question::after {
    left: calc(50% - 540px);
    width: 740px;
  }
}
.question_column {
  position: relative;
  width: 100%;
}
.question_ttl {
  position: relative;
  width: 60.8823529412%;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .question_ttl {
    width: 310px;
    margin: -3rem auto 0 auto;
  }
}
.question_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .question_wrap {
    margin-top: 4.5rem;
  }
}
.question_list {
  position: relative;
  width: 94.1176470588%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .question_list {
    width: 44.4444444444%;
    margin: 0 0 0 auto;
  }
}
.question_list > li {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .question_list > li {
    margin-top: 3rem;
  }
}
.question_list > li:first-child {
  margin-top: 0;
}
.question_list > li.last .question_btn > .num::before {
  background-image: url(../images/top/question_bg03.png);
}
.question_list > li.last .question_btn > .num > span {
  color: #ff6700;
}
.question_list > li.last .question_btn > .tag > span {
  color: #ff6700;
}
.question_list > li.budge .question_btn::before {
  content: "";
}
.question_list > li.disabled .question_btn {
  pointer-events: none;
}
.question_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  aspect-ratio: 640/120;
  padding: 0 7.8125% 0 10.9375%;
  background-image: url(../images/top/question_btn01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 20, 80, 0.6));
}
@media screen and (min-width: 768px) {
  .question_btn:hover {
    transform: translateY(-1rem);
    opacity: 1 !important;
  }
}
.question_btn::before {
  content: none;
  position: absolute;
  left: -6.25%;
  top: 50%;
  display: block;
  width: 15.15625%;
  aspect-ratio: 97/88;
  background-image: url(../images/top/question_bg04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.question_btn > .num {
  position: relative;
  width: 51.9230769231%;
  padding-right: 20.7692307692%;
  text-align: center;
}
.question_btn > .num::before {
  content: "";
  position: absolute;
  right: 9.2592592593%;
  top: 50%;
  display: block;
  width: 21.4814814815%;
  aspect-ratio: 58/17;
  background-image: url(../images/top/question_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.question_btn > .num > span {
  display: inline-block;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .question_btn > .num > span {
    font-size: 2.0869565217vw;
  }
}
@media screen and (min-width: 1150px) {
  .question_btn > .num > span {
    font-size: 2.4rem;
  }
}
.question_btn > .num > span > em {
  display: inline-block;
  font-family: "Stoke", serif;
  font-size: 175%;
  line-height: 1;
}
.question_btn > .tag {
  position: relative;
  width: 48.0769230769%;
  text-align: left;
}
.question_btn > .tag > span {
  display: inline-block;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .question_btn > .tag > span {
    font-size: 2.0869565217vw;
  }
}
@media screen and (min-width: 1150px) {
  .question_btn > .tag > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    notice
======================================================== */
.notice {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .notice {
    padding: 12rem 0;
  }
}
.notice_column {
  position: relative;
  width: 100%;
}
.notice_ttl {
  position: relative;
  width: 48.5294117647%;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .notice_ttl {
    width: 249px;
    margin: -3rem auto 0 auto;
  }
}
.notice_wrap {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding: 10rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .notice_wrap {
    margin-top: 4.5rem;
    padding: 7.5rem 7.4074074074%;
  }
}
.notice_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -2;
}
.notice_subttl {
  position: relative;
  width: 100%;
  margin: 8rem 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .notice_subttl {
    margin: 6rem 0 3rem 0;
  }
}
.notice_subttl:first-child {
  margin-top: 0;
}
.notice_subttl > span {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .notice_subttl > span {
    font-size: 3.2rem;
  }
}
.notice_h4ttl {
  position: relative;
  width: 100%;
  margin: 4rem 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .notice_h4ttl {
    margin: 3rem 0 1.5rem 0;
  }
}
.notice_h4ttl:first-child {
  margin-top: 0;
}
.notice_h4ttl > span {
  display: inline-block;
  color: #ff6700;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .notice_h4ttl > span {
    font-size: 2.2rem;
  }
}
.notice_list {
  position: relative;
  width: 100%;
  margin-top: 0;
}
.notice_list > li {
  position: relative;
  margin-top: 1.6rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .notice_list > li {
    margin-top: 1.2rem;
  }
}
.notice_list > li:first-child {
  margin-top: 0;
}
.notice_list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #ff6700;
}
.notice_list > li a {
  text-decoration: underline;
}/*# sourceMappingURL=top.css.map */