em {
  font-style: normal;
}

picture {
  display: block;
}

.f-mon {
  font-family: "Montserrat", sans-serif;
}

.footer_copy {
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  background-color: #d63131;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    font-size: 1em;
  }
}

.content-wrap {
  position: relative;
  font-size: 10px;
  color: #212121;
}
@media screen and (max-width: 767px) {
  .content-wrap {
    font-size: 2.6666666667vw;
  }
}

.inner {
  max-width: 97.3em;
  padding: 0 2em;
  margin: auto;
}

.ham {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 2em;
  right: 2.3em;
  width: 4.5em;
  height: 4.5em;
  border: 2px solid #d63131;
  background: #fff;
  z-index: 100;
  cursor: pointer;
}
.ham:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .ham {
    top: 1.6em;
    right: 1.6em;
    width: 3.6em;
    height: 3.6em;
    border-width: 1px;
  }
}
.ham-line {
  position: absolute;
  width: 2.8em;
  height: 2px;
  background-color: #d63131;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ham-line:nth-child(1) {
  top: calc(50% - 0.5em);
}
.ham-line:nth-child(2) {
  top: calc(50% + 0.5em);
}
@media screen and (max-width: 767px) {
  .ham-line {
    height: 1px;
  }
}
.ham.is-open {
  position: fixed;
  border-color: #fff;
  background: transparent;
}
.ham.is-open .ham-line {
  background-color: #fff;
}
.ham.is-open .ham-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ham.is-open .ham-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.menu {
  position: fixed;
  background-color: #d2282d;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding: 12em 0 8em;
  z-index: 99;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 10.6em 0 8em;
  }
}
.menu.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .menu_lists {
    width: 56em;
    margin-inline: auto;
  }
}
.menu_list {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-size: 3em;
  font-weight: 600;
  text-align: left;
  border-bottom: 2px solid #fff;
  padding: 0 0 1em 1em;
}
.menu_list a {
  color: #fff;
}
.menu_list::before {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  background-color: #fff;
  top: 0.433em;
  left: 0.1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu_list:not(.menu_list:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .menu_list {
    font-size: 2.3em;
    line-height: 1.5;
    width: 11.304em;
    margin-inline: auto;
    padding: 0 0 1em 0.956em;
  }
  .menu_list::before {
    position: absolute;
    content: "";
    width: 0.26em;
    height: 0.26em;
    border-radius: 50%;
    background-color: #fff;
    top: 0.565em;
    left: 0.13em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu_list:not(.menu_list:first-child) {
    margin-top: 1.304em;
  }
}
.menu_ttl {
  font-size: 4.2em;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
  margin-inline: auto;
  margin-top: 1.904em;
}
@media screen and (max-width: 767px) {
  .menu_ttl {
    font-size: 3.2em;
    margin-top: 2.25em;
  }
}
.menu_logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5.7em;
     -moz-column-gap: 5.7em;
          column-gap: 5.7em;
  padding-left: 4em;
  margin-top: 5.4em;
  margin-bottom: 12em;
}
@media screen and (max-width: 767px) {
  .menu_logo-area {
    -webkit-column-gap: 3.2em;
       -moz-column-gap: 3.2em;
            column-gap: 3.2em;
    padding-left: 2em;
    margin-top: 3.5em;
  }
}
.menu_logo:nth-child(1) {
  width: 16.5em;
}
.menu_logo:nth-child(2) {
  width: 31.6em;
}
@media screen and (max-width: 767px) {
  .menu_logo:nth-child(1) {
    width: 9.2em;
  }
  .menu_logo:nth-child(2) {
    width: 17.8em;
  }
}

.hero {
  padding: 10.4em 0 13.5em;
  background: url(../img/hero_bg_pc.png) top 70% center/93.1em no-repeat;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 12.1em 0 13.2em;
    background: url(../img/hero_bg_sp.png) top 66% center/37.5em no-repeat;
  }
}
.hero_head {
  width: 54.8em;
  margin: auto;
  padding-left: 2.2em;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-in-out 0.3s forwards;
          animation: fadeIn 1.5s ease-in-out 0.3s forwards;
}
@media screen and (max-width: 767px) {
  .hero_head {
    width: 30.4em;
    padding-left: 0;
  }
}
.hero_lead {
  width: 69.9em;
  margin: 1.5em auto 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-in-out 0.6s forwards;
          animation: fadeIn 1.5s ease-in-out 0.6s forwards;
}
@media screen and (max-width: 767px) {
  .hero_lead {
    width: 34em;
    margin: 1.3em auto 0;
  }
}
.hero_ttl {
  font-size: 11.115em;
  line-height: 1.15;
  font-weight: 800;
  color: #d63131;
  text-align: center;
  margin-top: 0.089em;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease-in-out 0.9s forwards;
          animation: fadeIn 1.5s ease-in-out 0.9s forwards;
}
@media screen and (max-width: 885px) {
  .hero_ttl {
    font-size: 9.5em;
    margin-top: 0.105em;
  }
}
@media screen and (max-width: 767px) {
  .hero_ttl {
    font-size: 4.2em;
    letter-spacing: -0.009em;
    margin-top: 0.238em;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lead {
  background: transparent url(../img/lead_bg.png) repeat top left/contain;
  color: #fff;
  text-align: center;
  padding: 16.7em 0 15em;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 10em 0 11.2em;
  }
  .lead .inner {
    padding: 0;
  }
}
.lead_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6em;
}
@media screen and (max-width: 767px) {
  .lead_box {
    gap: 0.8em;
  }
}
.lead_text {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lead_text {
    font-size: 1.6em;
    line-height: 1.6875;
  }
}
.lead_text-em {
  font-weight: 900;
  font-size: 30px;
  color: #d63131;
  background-color: #fff;
  padding: 0 0.5em;
  line-height: 49px;
}
@media screen and (max-width: 767px) {
  .lead_text-em {
    display: inline-block;
    font-size: 1.25em;
    line-height: 1.5;
    padding: 0.25em 0.5em;
    word-break: keep-all;
    white-space: nowrap;
  }
  .lead_text-em:last-child {
    margin-top: 0.4em;
  }
}
.lead_deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10em;
  font-style: italic;
  font-weight: bold;
  opacity: 0.25;
  position: absolute;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lead_deco {
    font-size: 5em;
  }
}
.lead_deco.top {
  top: 0.1em;
}
.lead_deco.top span {
  animation: loop 60s linear reverse infinite;
}
.lead_deco.bottom {
  bottom: 0.2em;
}
.lead_deco.bottom span {
  -webkit-animation: loop 60s linear infinite;
          animation: loop 60s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.present {
  text-align: center;
  background: transparent url(../img/present_bg.png) repeat-y center top/100% auto;
  padding: 10.7em 0 9em;
}
@media screen and (max-width: 767px) {
  .present {
    padding: 7em 0 9em;
  }
}
.present_ttl {
  position: relative;
  font-size: 5em;
  font-weight: 800;
  line-height: 1.4;
  color: #d63131;
}
@media screen and (max-width: 767px) {
  .present_ttl {
    font-size: 2.8em;
  }
}
.present_ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.72em;
  height: 4.46em;
  background: transparent url(../img/present_ttl_bg.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .present_ttl::before {
    width: 100%;
    height: 4.355em;
  }
}
.present_txt-01 {
  font-size: 2em;
  line-height: 2;
  font-weight: 600;
  color: #000;
  margin-top: 4.5em;
}
.present_txt-01 em {
  display: inline-block;
  font-size: 1.15em;
  color: #fff;
  background-color: #212121;
  padding: 0em 0.869em;
  margin-bottom: 0.521em;
}
.present_txt-01 em.u-for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .present_txt-01 {
    font-size: 1.6em;
    margin-top: 2.5em;
  }
  .present_txt-01 em {
    font-size: 1.125em;
    padding: 0em 1.111em;
    margin-bottom: 0.666em;
  }
  .present_txt-01 em.u-for-pc {
    display: none;
  }
  .present_txt-01 em.u-for-sp {
    display: inline-block;
  }
}
.present_txt-02 {
  font-size: 2.5em;
  font-weight: 600;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .present_txt-02 {
    font-size: 2em;
    margin-top: 1em;
  }
}
.present_txt-03 {
  width: 68.9em;
  margin-top: 1.7em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .present_txt-03 {
    width: 100%;
  }
}
.present_txt-04 {
  font-size: 2em;
  font-weight: 600;
  color: #d63131;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .present_txt-04 {
    font-size: 1.8em;
  }
}
.present_txt-05 {
  font-size: 2.2em;
  font-weight: 600;
  color: #000;
  margin-top: 2.136em;
}
@media screen and (max-width: 767px) {
  .present_txt-05 {
    font-size: 2em;
    margin-top: 2em;
  }
}
.present_txt-06 {
  font-size: 1.8em;
  font-weight: 600;
  color: #000;
  margin-top: 1.222em;
}
.present_txt-07 {
  font-size: 2.193em;
  font-weight: 700;
  color: #000;
  margin-top: 2.735em;
}
@media screen and (max-width: 767px) {
  .present_txt-07 {
    font-size: 1.8em;
    line-height: 1.3;
    margin-top: 2.5em;
  }
}
.present_txt-08 {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 1em;
}
.present_txt-08 span {
  font-weight: 800;
  color: #d63131;
}
@media screen and (max-width: 767px) {
  .present_txt-08 {
    font-size: 1.8em;
    margin-top: 1em;
  }
}
.present_img {
  width: 68em;
  margin-inline: auto;
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .present_img {
    width: 100%;
    margin-top: 3em;
  }
}
.present_btn.btn {
  font-size: 4.06em;
  background-color: #ccc;
  width: 12.906em;
  height: 2.142em;
  margin-top: 0.418em;
  padding-right: 0;
  background-size: 0.714em 0.172em;
  background-position: right 0.985em center;
  cursor: auto;
}
.present_btn.btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .present_btn.btn {
    font-size: 3em;
    width: 100%;
    height: 2em;
    margin-top: 0.566em;
    background-size: 0.966em 0.233em;
    background-position: right 1.333em center;
  }
}
.present_iframe_wrapper {
  width: 67.4em;
  margin-inline: auto;
  margin-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .present_iframe_wrapper {
    width: 100%;
  }
}
.present .playlist {
  width: 100%;
  height: 41em;
}
.ttl-01 {
  font-weight: bold;
}
.ttl-01_en {
  font-size: 6.75em;
}
.ttl-01_jp {
  font-size: 2em;
}
.ttl-01 span {
  display: block;
}

.event {
  text-align: center;
}
.event_ttl {
  width: 26.6em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .event_ttl {
    width: 18.9em;
  }
}

.event {
  padding: 11.5em 0 16em;
  background: url(../img/bg.png);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .event {
    padding: 7em 0 7em;
  }
  .event .inner {
    padding: 0;
  }
}
.event_text-01 {
  font-weight: 800;
  font-size: 3em;
  color: #d63131;
  letter-spacing: 0.05em;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .event_text-01 {
    font-size: 2em;
    margin-top: 3.85em;
  }
}
.event_text-02 {
  font-weight: 900;
  color: #1d99cd;
  letter-spacing: 0.05em;
  border: 2px solid currentColor;
  padding: 2em 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .event_text-02 {
    padding: 2.7em 1.9em;
    margin-top: 1.6em;
    -webkit-transform: skew(-14deg);
            transform: skew(-14deg);
  }
}
.event_text-02 span {
  font-size: 7.17em;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}
@media screen and (max-width: 767px) {
  .event_text-02 span {
    font-size: 5.086em;
  }
}
.event_text-03 {
  font-size: 2em;
  letter-spacing: 0.05em;
  line-height: 1.85;
  margin-top: 2.45em;
}
@media screen and (max-width: 767px) {
  .event_text-03 {
    font-size: 1.6em;
    line-height: 1.687;
    margin-top: 2.312em;
  }
}
.event_text-03 .em {
  color: #fff;
  background: #000;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .event_text-03 .em {
    font-size: 1.187em;
    display: inline-block;
    padding: 0.312em 1.375em;
    margin-top: 0.562em;
  }
}
.event_text-04 {
  margin-top: 2.777em;
  font-size: 1.8em;
  letter-spacing: 0.05em;
  line-height: 1.833;
  color: #d43232;
}
@media screen and (max-width: 767px) {
  .event_text-04 {
    font-size: 1.6em;
    line-height: 1.687;
    margin-top: 2.5em;
  }
}
.event_text-05 {
  font-size: 2em;
  font-weight: 600;
  color: #d63131;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .event_text-05 {
    font-size: 1.8em;
    margin-top: 1em;
  }
}
.event_present {
  max-width: 79.6em;
  margin: 3.5em auto 0;
}
@media screen and (max-width: 767px) {
  .event_present {
    width: 34em;
    margin: 6.8em auto 0;
  }
}

.answer_btn-area {
  margin-top: 4.3em;
}
.answer_btn.btn {
  background: #1d99cd url(../img/arrow_bottom.png) no-repeat right 1.8em center/0.88em 1.16em;
}
.answer_btn.is-off {
  display: none;
}

.eligible-program {
  overflow: hidden;
  margin: 1.5em 0 9em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.eligible-program.is-off {
  height: 0;
  margin: 0;
}
.eligible-program_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1290px;
  width: 92%;
  padding: 0 4em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .eligible-program_inner {
    padding: 0;
  }
}
.eligible-program_ttl {
  font-size: 2.5em;
}
@media screen and (max-width: 767px) {
  .eligible-program_ttl {
    font-size: 2em;
  }
}
.eligible-program_text-01 {
  font-size: 1.649em;
  font-weight: 700;
  margin-top: 3.153em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .eligible-program_text-01 {
    font-size: 1.649em;
    margin-top: 1.819em;
  }
}
.eligible-program_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 5em;
  margin-top: 4.3em;
}
.eligible-program_item {
  list-style: none;
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 767px) {
  .eligible-program_item {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}
.eligible-program_item a {
  display: block;
  margin: 1em 0 1.6em;
}
.eligible-program_item p {
  font-size: 1.594em;
  font-weight: 600;
  color: #fff;
}
.eligible-program_item p span {
  display: block;
  font-size: 0.823em;
  letter-spacing: 0.05em;
  margin-top: 0.714em;
}
.eligible-program_btn-area {
  margin-top: 4.3em;
}
@media screen and (max-width: 767px) {
  .eligible-program_btn-area {
    margin-top: 2.3em;
  }
}
.eligible-program_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8em;
  font-style: italic;
  color: #d53230;
  background: #fff;
  width: 21.111em;
  height: 3.555em;
  border-radius: 1.771em;
  border: none;
  margin-inline: auto;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .eligible-program_btn {
    font-size: 1.6em;
    width: 92%;
    height: 4em;
    border-radius: 1.992em;
  }
}
.eligible-program_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.944em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 0.666em solid #d53230;
  border-left: 0.444em solid transparent;
  border-right: 0.444em solid transparent;
}
@media screen and (max-width: 767px) {
  .eligible-program_btn::before {
    right: 1em;
    border-top: 0.75em solid #d53230;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
  }
}
.eligible-program_btn.is-off {
  display: none;
}
.eligible-program_btn.is-hidden {
  opacity: 0;
}

.go-top {
  width: 6.4em;
  height: 6.4em;
  position: fixed;
  right: 3em;
  bottom: 2em;
  cursor: pointer;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .go-top {
    position: static;
    margin: 4em auto;
  }
}

.quiz {
  margin-top: 9.4em;
}
@media screen and (max-width: 767px) {
  .quiz {
    margin-top: 6.5em;
  }
}
.quiz_inner {
  position: relative;
  max-width: 1374px;
  padding: 9.8em 0 9.5em;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .quiz_inner {
    padding: 4.1em 0 7.2em;
    width: 34em;
  }
  .quiz_inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/quiz_bg_top_sp.png) no-repeat center top/100% auto, url(../img/quiz_bg_bottom_sp.png) no-repeat center bottom/100% auto;
    z-index: -1;
  }
  .quiz_inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 14.0465793304vw - 14.8471615721vw + 20px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: calc(100% - 5em - 4em + 20px);
    background: url(../img/quiz_bg_sp.png) repeat-y center center/100% auto;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .quiz_inner {
    width: 94.1048034934vw;
  }
  .quiz_inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/quiz_bg_top.png) no-repeat center top/100% auto, url(../img/quiz_bg_bottom.png) no-repeat center bottom/100% auto;
    z-index: -1;
  }
  .quiz_inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 14.0465793304vw - 14.8471615721vw + 20px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/quiz_bg.png) repeat-y center center/100% auto;
    z-index: -1;
  }
}
@media screen and (min-width: 1374px) {
  .quiz_inner {
    width: 1293px;
  }
  .quiz_inner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/quiz_bg_top.png) no-repeat center top/100% auto, url(../img/quiz_bg_bottom.png) no-repeat center bottom/100% auto;
    z-index: -1;
  }
  .quiz_inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 193px - 204px + 20px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/quiz_bg.png) repeat-y center center/1293px auto;
    z-index: -1;
  }
}
.quiz_deco {
  position: absolute;
  height: calc(100% - 8em);
  width: 3.8em;
  top: 50%;
  background: transparent url(../img/deco.png) repeat-y top center/contain;
}
@media screen and (max-width: 767px) {
  .quiz_deco {
    display: none;
  }
}
.quiz_deco.left {
  left: 2%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.quiz_deco.right {
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quiz_ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 9.408em;
  height: 1.7em;
  font-size: 7.174em;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 0.05em;
  padding-top: 0.209em;
  white-space: nowrap;
  word-break: keep-all;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
}
@media screen and (max-width: 767px) {
  .quiz_ttl {
    font-size: 3.243em;
    width: 9.374em;
    height: 1.757em;
    padding-top: 0.246em;
  }
}
.quiz_text-01 {
  font-size: 2.004em;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 2.994em;
}
@media screen and (max-width: 767px) {
  .quiz_text-01 {
    font-size: 1.6em;
    margin-top: 2.812em;
  }
}
.quiz_text-02 {
  font-size: 1.649em;
  font-weight: 600;
  color: #fff;
  margin-top: 1.091em;
}
@media screen and (max-width: 767px) {
  .quiz_text-02 {
    font-size: 1.6em;
    line-height: 1.5625;
    margin-top: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .quiz .swiper {
    position: relative;
    margin-top: 1.8em;
  }
}
.quiz .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .quiz .swiper-wrapper {
    margin-inline: auto;
    max-width: 1160px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    padding: 0 4em;
    margin-top: 2.4em;
    row-gap: 2.3em;
  }
}
@media screen and (max-width: 1105px) {
  .quiz .swiper-wrapper {
    max-width: 90em;
  }
}
@media screen and (max-width: 956px) {
  .quiz .swiper-wrapper {
    max-width: 76em;
  }
}
@media screen and (max-width: 807px) {
  .quiz .swiper-wrapper {
    max-width: 62em;
  }
}
@media screen and (max-width: 767px) {
  .quiz .swiper-button-prev {
    position: absolute;
    width: 1.5em;
    height: 3em;
    top: 10.6em;
    left: 1.9em;
    z-index: 10;
    cursor: pointer;
  }
  .quiz .swiper-button-prev::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 2em;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .quiz .swiper-button-prev::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 2em;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .quiz .swiper-button-next {
    position: absolute;
    width: 1.5em;
    height: 3em;
    top: 10.6em;
    right: 1.9em;
    z-index: 10;
    cursor: pointer;
  }
  .quiz .swiper-button-next::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 2em;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .quiz .swiper-button-next::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 2em;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.quiz .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .quiz .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.4;
    cursor: pointer;
  }
  .quiz .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .quiz_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .quiz_item {
    min-width: 120px;
    width: calc((100% - 12em) / 7);
  }
}
@media screen and (max-width: 767px) {
  .quiz_item_img {
    width: 24em;
  }
}
.quiz_item_name {
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  margin-top: 0.533em;
}
@media screen and (max-width: 767px) {
  .quiz_item_name {
    font-size: 2.5em;
    margin-top: 0.6em;
  }
}
.quiz_item_name span {
  display: block;
  font-size: 0.8em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .quiz_item_name span {
    font-size: 0.64em;
  }
}
.quiz_lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5em;
     -moz-column-gap: 5em;
          column-gap: 5em;
  row-gap: 7.2em;
  max-width: 960px;
  margin-inline: auto;
  margin-top: 13em;
}
@media screen and (max-width: 1120px) {
  .quiz_lists {
    max-width: 678px;
  }
}
@media screen and (max-width: 767px) {
  .quiz_lists {
    width: 94%;
    margin-top: 6.5em;
  }
}
.quiz_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: #fff;
  border-radius: 2em;
  list-style: none;
  padding: 3.6em 2em 3.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .quiz_list {
    position: relative;
    width: 100%;
  }
}
.quiz_list.is-off {
  display: none;
}
.quiz_list_icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quiz_list_music {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  padding: 0 0 0.4em 0.3em;
  margin-top: 0.35em;
}
.quiz_list_music span {
  display: block;
  color: #5b5b5b;
  margin-top: 0.75em;
}
.quiz_list_comment {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 97%;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.31;
  text-align: left;
  background-color: #e6e5e5;
  border-radius: 0.785em;
  margin-top: 1.428em;
  padding: 0.5em 1em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .quiz_list_comment {
    width: 97%;
    font-size: 1.6em;
    line-height: 1.375;
    border-radius: 0.687em;
    margin-top: 1.25em;
    padding: 0.75em 0.875em;
    margin-inline: auto;
  }
}
.quiz_list_comment::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 2.675em;
  border-top: 1.17em solid #e6e5e5;
  border-right: 1.17em solid transparent;
  -webkit-transform: skewX(-14deg) translateY(100%);
          transform: skewX(-14deg) translateY(100%);
}
.quiz_list_person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.7em;
     -moz-column-gap: 1.7em;
          column-gap: 1.7em;
  margin-top: 2.3em;
  padding-left: 0.4em;
}
.quiz_list_person img {
  width: 4.2em;
}
.quiz_list_select_wrapper {
  display: none;
  position: relative;
}
.quiz_list_select_wrapper::before {
  position: absolute;
  content: "";
  top: calc(50% + 0.2em);
  right: 1.4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1em solid #18a4c3;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
}
.quiz_list_select_wrapper select {
  font-size: 1.515em;
  font-weight: 600;
  color: #18a4c3;
  border: 2px dotted #18a4c3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.056em 2.112em 0.858em 0.924em;
  cursor: pointer;
}
.quiz_list_attention {
  font-size: 1.196em;
  font-weight: 600;
  color: #d8322c;
  margin-top: 0.836em;
  display: none;
}
.quiz_list_attention.is-on {
  display: block;
}
.quiz_list_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.834em;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-family: inherit;
  font-style: italic;
  line-height: 1;
  color: #fff;
  width: 14.176em;
  height: 2.29em;
  border: none;
  border-radius: 1.639em;
  background: #1d99cd url(../img/icon_arrow.png) no-repeat right 1.308em center/1.254em 0.327em;
  margin-inline: auto;
  margin-top: 1.363em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.quiz_list_btn:hover {
  opacity: 0.6;
}
.quiz_list.answer {
  padding-left: 0;
  padding-right: 0;
}
.quiz_list.answer .quiz_list_answer {
  text-align: left;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 2em 2em;
  margin-top: 2em;
}
.quiz_list.answer .quiz_list_answer.mt {
  border: none;
  padding-bottom: 0;
}
.quiz_list.answer .quiz_list_text-01 {
  font-size: 1.8em;
  margin-top: 2.5em;
}
.quiz_list.answer .quiz_list_text-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.7em;
  text-align: center;
  font-style: italic;
  color: #d4243c;
  line-height: 1.3529411765;
  margin-top: 1em;
  white-space: nowrap;
  word-break: break-all;
}
.quiz_list.answer .quiz_list_text-03 {
  font-size: 1.8em;
  margin-top: 1em;
}
.quiz_list.answer .quiz_list_music {
  display: inline-block;
  font-size: 1.5em;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  background: #18b0d1;
  padding: 0.4em 0.4em;
}
.quiz_list.answer .quiz_list_music span {
  display: inline;
  font-size: 1em;
  margin-top: 0;
  color: #fff;
}
.quiz_list.answer .quiz_list_music_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
}
.quiz_list.answer .quiz_list_music_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.quiz_list.answer .quiz_list_music_th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4em;
  height: 2em;
  font-size: 1.5em;
  color: #fff;
  line-height: 1.2;
  background: #18b0d1;
}
.quiz_list.answer .quiz_list_music_td {
  font-size: 1.5em;
  line-height: 1.2;
  text-align: left;
  color: #18b0d1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quiz_list.answer .quiz_list_music_td span {
  font-size: 0.8em;
}
.quiz_list.answer .quiz_list_comment {
  font-size: 1.3em;
  background: none;
  line-height: 1.6;
  margin-top: 1em;
  padding: 0;
  width: 100%;
}
.quiz_list.answer .quiz_list_comment::before {
  display: none;
}
.quiz_list.answer .quiz_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.quiz_list.answer .quiz_list_box_img {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quiz_list.answer .quiz_list_box_body {
  text-align: left;
}
.quiz_list.answer .quiz_list_box_text-01 {
  font-size: 1.2em;
  color: #000000;
}
.quiz_list.answer .quiz_list_box_text-02 {
  font-size: 1.2em;
  color: #18b0d1;
  margin-top: 1.5em;
}
.quiz_list.answer .quiz_list_box_text-03 {
  font-size: 2.078em;
  color: #18b0d1;
  margin-top: 0.5em;
}
.quiz_list.answer:nth-child(1) .quiz_list_box_img {
  max-width: 12.2em;
}
.quiz_list.answer:nth-child(2) .quiz_list_box_img {
  max-width: 13em;
}
.quiz_list.answer:nth-child(3) .quiz_list_box_img {
  max-width: 13.5em;
}
.quiz_list.answer:nth-child(4) .quiz_list_box {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.quiz_list.answer:nth-child(4) .quiz_list_box_img {
  max-width: 14em;
}
.quiz_list.answer:nth-child(4) .quiz_list_box {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.quiz_list.answer:nth-child(5) .quiz_list_box_img {
  max-width: 13.65em;
}
.quiz_list.answer:nth-child(6) .quiz_list_box {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.quiz_list.answer:nth-child(6) .quiz_list_box_img {
  max-width: 13em;
}
.quiz_list.answer:nth-child(6) .quiz_list_box {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.quiz_list.answer:nth-child(7) .quiz_list_box_img {
  max-width: 14.6em;
}
.quiz_list.answer:nth-child(8) .quiz_list_box_img {
  max-width: 14em;
}
.quiz_list.answer:nth-child(8) .quiz_list_box_body {
  padding-left: 1em;
}
.quiz_list.answer:nth-child(8) .quiz_list_box {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.quiz_list.answer:nth-child(9) .quiz_list_box {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.quiz_list.answer:nth-child(9) .quiz_list_box_img {
  max-width: 12.4em;
}
.quiz_list.answer:nth-child(9) .quiz_list_box {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.quiz_list.answer:nth-child(10) .quiz_list_box {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.quiz_list.answer:nth-child(10) .quiz_list_box_img {
  max-width: 17em;
}
.quiz_list.answer:nth-child(10) .quiz_list_box {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.quiz_list.answer:nth-child(11) .quiz_list_box_img {
  max-width: 17em;
}
.quiz_list.answer:nth-child(11) .quiz_list_box {
  padding-left: 1.5em;
}
.quiz_list.answer:nth-child(11) .quiz_list_box {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.quiz_list.answer:nth-child(12) .quiz_list_box_img {
  max-width: 14.4em;
}
.quiz_list.answer:nth-child(13) .quiz_list_box_img {
  max-width: 16em;
}
.quiz_list.answer:nth-child(13) .quiz_list_box {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.quiz_list.answer:nth-child(13) .quiz_list_box {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.quiz_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5em;
  font-weight: 800;
  font-style: italic;
  color: #d8322c;
  width: 16.171em;
  height: 2.714em;
  background-color: #fff;
  border-radius: 1.342em;
  border: none;
  margin-inline: auto;
  padding-bottom: 0.285em;
  margin-top: 2em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .quiz_btn {
    font-size: 1.967em;
    width: 16.115em;
    height: 2.694em;
    border-radius: 1.352em;
    padding-bottom: 0.305em;
    margin-top: 2.338em;
  }
}
.quiz_btn.is-off {
  display: none;
}
.quiz_btn:hover {
  opacity: 0.6;
}

.coming-soon {
  width: 58.4em;
  padding: 2.8em 0 2em;
  margin-inline: auto;
  margin-top: 12.8em;
  color: #1d99cd;
  border: 2px solid #1d99cd;
}
@media screen and (max-width: 767px) {
  .coming-soon {
    width: 28.7em;
    padding: 3.8em 0 5em;
    margin-top: 6.1em;
  }
}
.coming-soon_text-01 {
  font-size: 2.477em;
  font-weight: 800;
  line-height: 1.3229713363;
}
@media screen and (max-width: 767px) {
  .coming-soon_text-01 {
    font-size: 2.4em;
    line-height: 1.3658333333;
  }
}
.coming-soon_text-02 {
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.8205555556;
  margin-top: 1.111em;
}
@media screen and (max-width: 767px) {
  .coming-soon_text-02 {
    line-height: 1.6666666667;
    margin-top: 1.111em;
  }
}
.coming-soon_text-02 span {
  font-size: 1.333em;
}
@media screen and (max-width: 767px) {
  .coming-soon_text-02 span {
    display: block;
    font-size: 1.388em;
    margin-top: 0.88em;
  }
}

.pocket-card_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: transparent url(../img/pocket-card_bg.png) no-repeat bottom center/contain;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pocket-card_bg {
    background: transparent url(../img/pocket-card_bg_sp.png) no-repeat bottom center/contain;
  }
}
.pocket-card_bg::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 83.5em;
  height: 17.7em;
  background: url(../img/pocket-card_bg-text.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pocket-card_bg::before {
    width: 30.9em;
    height: 6.3em;
  }
}
.pocket-card_ttl {
  position: relative;
  display: inline-block;
  font-size: 4.969em;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .pocket-card_ttl {
    font-size: 3em;
  }
}
.pocket-card_ttl::before {
  position: absolute;
  content: "";
  background-color: #d63131;
  right: -0.685em;
  bottom: 0.04em;
  width: 1.589em;
  height: 0.1em;
  -webkit-transform: rotate(147deg);
          transform: rotate(147deg);
}
@media screen and (max-width: 767px) {
  .pocket-card_ttl::before {
    right: -0.8em;
    bottom: 0.033em;
    width: 1.766em;
    height: 0.1em;
  }
}

.thought {
  text-align: center;
  padding: 13.2em 0 6em;
  margin-top: -100vh;
}
@media screen and (max-width: 767px) {
  .thought {
    padding: 7.4em 0 1.6em;
  }
  .thought .inner {
    padding: 0;
  }
}
.thought_text-01 {
  font-size: 3.5em;
  letter-spacing: 0.05em;
  font-weight: 800;
  color: #fff;
  margin-top: 2.085em;
}
@media screen and (max-width: 767px) {
  .thought_text-01 {
    font-size: 2em;
    margin-top: 2.95em;
  }
}
.thought_text-01 span {
  display: inline-block;
  background-color: #d63131;
  padding: 0.285em 0.8em;
}
.thought_text-01 span:last-child {
  margin-top: 0.428em;
}
@media screen and (max-width: 767px) {
  .thought_text-01 span {
    padding: 0.5em 0.7em;
  }
  .thought_text-01 span:last-child {
    margin-top: 0.5em;
  }
}
.thought_text-02 {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 2.245;
  letter-spacing: 0.05em;
  margin-top: 2.611em;
}
@media screen and (max-width: 767px) {
  .thought_text-02 {
    font-size: 1.6em;
    line-height: 1.6875;
    margin-top: 1.25em;
  }
}
.thought_text-03 {
  font-size: 2.3em;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 1.304em;
}
@media screen and (max-width: 767px) {
  .thought_text-03 {
    margin-top: 0.869em;
  }
}
.thought_text-04 {
  font-size: 2.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #d63131;
  margin-top: 2.727em;
}
@media screen and (max-width: 767px) {
  .thought_text-04 {
    margin-top: 2.727em;
  }
}
.thought_bnr {
  display: block;
  max-width: 74em;
  margin-inline: auto;
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .thought_bnr {
    width: 31.5em;
  }
}
.thought_bnr:hover {
  opacity: 0.6;
}

.charm {
  text-align: center;
  padding: 9.6em 0 9.8em;
}
@media screen and (max-width: 767px) {
  .charm {
    padding: 8.4em 0 5.2em;
  }
}
.charm .swiper {
  margin-top: 6.6em;
}
.charm .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.charm .swiper-slide-active .charm_item {
  padding-bottom: 0;
}
.charm .swiper-slide-active .charm_name {
  display: block;
}
.charm .swiper-slide-active .charm_img {
  width: 33em;
}
@media screen and (max-width: 767px) {
  .charm .swiper-slide-active .charm_img {
    width: 24.3em;
  }
}
.charm .swiper-button-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 1.3em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.7em;
  z-index: 10;
  cursor: pointer;
}
.charm .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1px;
  background-color: #676767;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.charm .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1px;
  background-color: #676767;
  left: 0;
  top: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(39deg);
          transform: rotate(39deg);
}
@media screen and (max-width: 767px) {
  .charm .swiper-button-prev {
    left: 1.6em;
    top: calc(50% - 2.2em);
    width: 1.2em;
    height: 3em;
  }
  .charm .swiper-button-prev::before {
    width: 1.8em;
    height: 2px;
    background-color: #000;
  }
  .charm .swiper-button-prev::after {
    width: 1.8em;
    height: 2px;
    background-color: #000;
  }
}
.charm .swiper-button-next {
  position: absolute;
  right: 0;
  top: calc(50% - 1.3em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.7em;
  z-index: 10;
  cursor: pointer;
}
.charm .swiper-button-next::before {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1px;
  background-color: #676767;
  right: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.charm .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1px;
  background-color: #676767;
  right: 0;
  top: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(39deg);
          transform: rotate(39deg);
}
@media screen and (max-width: 767px) {
  .charm .swiper-button-next {
    right: 1.6em;
    top: calc(50% - 2.2em);
    width: 1.2em;
    height: 3em;
  }
  .charm .swiper-button-next::before {
    width: 1.8em;
    height: 2px;
    background-color: #000;
  }
  .charm .swiper-button-next::after {
    width: 1.8em;
    height: 2px;
    background-color: #000;
  }
}
.charm_item {
  padding-bottom: 2.4em;
}
.charm_img {
  width: 24em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .charm_img {
    font-size: min(0.8928571429vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .charm_img {
    width: 24.3em;
  }
}
.charm_name {
  display: none;
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 0.666em;
  word-break: keep-all;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .charm_name {
    font-size: 1.6em;
    line-height: 1.4375;
    margin-top: 0.75em;
  }
}
.charm_text-01 {
  font-size: 3em;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #d63131;
  margin-top: 3.4em;
}
@media screen and (max-width: 767px) {
  .charm_text-01 {
    font-size: 2.4em;
    line-height: 1.375;
    margin-top: 2.083em;
  }
}
.charm_text-01 span {
  display: block;
  font-size: 0.666em;
  margin-top: 1.35em;
}
@media screen and (max-width: 767px) {
  .charm_text-01 span {
    font-size: 0.666em;
    margin-top: 0.5em;
  }
}
.charm_btn.btn {
  width: 18.4em;
  margin-top: 2.4em;
  background-color: #212121;
}
@media screen and (max-width: 767px) {
  .charm_btn.btn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 18.888em;
    margin-top: 2.055em;
  }
}

.cm {
  text-align: center;
  padding: 9.2em 0 8em;
}
@media screen and (max-width: 767px) {
  .cm {
    padding: 5.2em 0 2.6em;
  }
  .cm .inner {
    padding: 0 3em;
  }
}
.cm_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3.5em;
     -moz-column-gap: 3.5em;
          column-gap: 3.5em;
  row-gap: 5.6em;
  max-width: 956px;
  margin-inline: auto;
  margin-top: 6.3em;
}
@media screen and (max-width: 767px) {
  .cm_contents {
    margin-top: 5.3em;
    row-gap: 2.6em;
  }
}
.cm_content {
  width: calc((100% - 3.5em) / 2);
}
@media screen and (max-width: 767px) {
  .cm_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 1em;
  }
}
.cm_title {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.cm_movie {
  border-radius: 1.2em;
  overflow: hidden;
  margin-top: 1.5em;
}
.cm_movie iframe {
  width: 100%;
  aspect-ratio: 460/255;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cm_movie {
    border-radius: 1.4em;
    overflow: hidden;
    margin-top: 0;
  }
  .cm_movie iframe {
    aspect-ratio: 314/173;
  }
}

.sns {
  text-align: center;
  padding: 12em 0 9.4em;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: 8.2em 0 8.2em;
  }
}
.sns_ttl {
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #d63131;
}
@media screen and (max-width: 767px) {
  .sns_ttl {
    font-size: 1.8em;
  }
}
.sns_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6em;
     -moz-column-gap: 6em;
          column-gap: 6em;
  margin-top: 3.4em;
}
@media screen and (max-width: 767px) {
  .sns_icons {
    -webkit-column-gap: 4em;
       -moz-column-gap: 4em;
            column-gap: 4em;
    margin-top: 2.6em;
  }
}
.sns_icon:nth-child(1) {
  width: 5.8em;
}
.sns_icon:nth-child(2) {
  width: 6.5em;
}
.sns_icon:nth-child(3) {
  width: 6.9em;
}
@media screen and (max-width: 767px) {
  .sns_icon:nth-child(1) {
    width: 3.8em;
  }
  .sns_icon:nth-child(2) {
    width: 4.2em;
  }
  .sns_icon:nth-child(3) {
    width: 4.5em;
  }
}
.sns_bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8em;
     -moz-column-gap: 8em;
          column-gap: 8em;
  margin-top: 7.8em;
}
@media screen and (max-width: 767px) {
  .sns_bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3em;
    margin-top: 3.8em;
  }
}
.sns_bnr {
  max-width: 43.6em;
}
@media screen and (max-width: 767px) {
  .sns_bnr {
    width: 34em;
  }
}

.ft-content {
  padding: 12.5em 0 6em;
  border-bottom: 1px solid #9f9f9f;
}
@media screen and (max-width: 767px) {
  .ft-content {
    padding: 8.2em 0 8.2em;
  }
}
.ft-bnr {
  display: block;
  width: 60.7em;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ft-bnr {
    width: 34em;
  }
}
.ft-logo_tfm {
  display: block;
  width: 13.1em;
  margin-inline: auto;
  margin-top: 8.2em;
}
@media screen and (max-width: 767px) {
  .ft-logo_tfm {
    margin-top: 7.2em;
  }
}
.ft-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.7em;
     -moz-column-gap: 2.7em;
          column-gap: 2.7em;
  margin-top: 3.2em;
}
@media screen and (max-width: 767px) {
  .ft-sns-area {
    margin-top: 2.2em;
  }
}
.ft-sns {
  display: block;
  width: 5.4em;
}
.ft-sns:nth-child(2) {
  width: 5.2em;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-family: inherit;
  font-style: italic;
  line-height: 1;
  color: #fff;
  width: 19.6em;
  height: 3.279em;
  border: none;
  border-radius: 1.639em;
  background: #1d99cd url(../img/icon_arrow.png) no-repeat right 1.8em center/1.16em 0.28em;
  margin-inline: auto;
  padding: 0 1.2em 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.8em;
    width: 18.888em;
    height: 3.166em;
    border-radius: 1.583em;
    background: #1d99cd url(../img/icon_arrow.png) no-repeat right 1.111em center/1.111em 0.266em;
    padding: 0 1.666em 0 0;
  }
}
.btn:hover {
  opacity: 0.6;
}

.u-for-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-for-pc {
    display: none;
  }
}
.u-for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-for-sp {
    display: block;
  }
}

.c-fade-up {
  opacity: 0;
  will-change: transform;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.c-fade-up.is-view {
  opacity: 1;
}

.c-fade-wrap .c-fade-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.c-fade-wrap .c-fade-up:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.c-fade-wrap .c-fade-up:nth-child(3) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.pc {
  display: block;
}
@media screen and (max-width: 974px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 974px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */