@charset "UTF-8";

.p-scenario {
  color: var(--color-blue);
  margin-bottom: 18rem;
  font-family: YakuHanJP, "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 960px) {
  .p-scenario {
    margin-bottom: 15rem;
  }
}

.p-scenario_title {
  width: 40%;
  max-width: 800px;
  margin: 50px auto;
}

@media screen and (max-width: 960px) {
  .p-scenario_title {
    width: 60%;
    margin: 60px auto 40px;
  }
}

.p-scenario_head {
  width: 89.5%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 4.2rem 5rem 3.4rem;
  border-radius: 1rem;
  background: var(--color-yellow);
  text-align: center;
  font-weight: 900;
  font-size: 3rem;
}

@media screen and (max-width: 960px) {
  .p-scenario_head {
    padding: 3rem 0 2.6rem;
    font-size: 2rem;
  }
}

.p-scenario_con {
  margin-top: 5rem;
}

.p-scenario_con.last {
  margin-top: 15rem;
}


@media screen and (max-width: 960px) {
  .p-scenario_con {
    margin-top: 3rem;
  }

  .p-scenario_con.last {
    margin-top: 8rem;
  }
}

.p-scenario_in {
  width: 89.5%;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5.2rem 5rem 4.4rem;
  border-radius: 1rem;
  background: #fff;
  border: 2px solid var(--color-yellow);
}

@media screen and (max-width: 960px) {
  .p-scenario_in {
    padding: 3.2rem 2rem 3.4rem;
  }
}

.p-scenario_in.hiru {
  background: #fffae7;
}

.p-scenario_in.yoru {
  background: #f1f8ff;
}

.p-scenario_in .p-scenario_info {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .p-scenario_in .p-scenario_info {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}

.p-scenario_in .photo {
  margin-left: 140px;
  padding: 20px 0 20px 40px;
  border-left: 1px solid var(--color-blue);
}

@media screen and (max-width: 960px) {
  .p-scenario_in .photo {
    margin-left: 80px;
    font-size: 1.2rem;
    padding: 15px 0 15px 10px;
  }
}

.p-scenario_in .photo.first {
  padding-top: 0;
}

.p-scenario_in .text {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .p-scenario_in .text {
    font-size: 1.3rem;
  }
}

.p-scenario_in .text dt {
  width: 120px;
  margin-right: 20px;
  padding-top: 15px;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-scenario_in .text dt {
    width: 70px;
    margin-right: 10px;
    padding-top: 10px;
  }

  .p-scenario_in .text dt.txt_s {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.p-scenario_in .text dd {
  width: calc(100% - 140px);
  border-left: 1px solid var(--color-blue);
  padding: 15px 0 15px 40px;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .p-scenario_in .text dd {
    width: calc(100% - 80px);
    padding: 10px 0 10px 10px;
  }
}

.p-scenario_in .text-sub {
  font-size: 1.5rem;
  margin-left: 140px;
  padding: 15px 0 15px 40px;
  color: #888;
  border-left: 1px solid var(--color-blue);
}

@media screen and (max-width: 960px) {
  .p-scenario_in .text-sub {
    margin-left: 80px;
    font-size: 1.2rem;
    padding: 10px 0 10px 10px;
  }
}

.p-scenario_in .reki {
  font-weight: 800;
  color: #f0aa00;
}

.p-scenario_in .ranga {
  font-weight: 800;
  color: #74afdd;
}

.p-scenario_in .miya {
  font-weight: 800;
  color: #9cb900;
}

.p-scenario_in .cherry {
  font-weight: 800;
  color: #ef8fc1;
}

.p-scenario_in .joe {
  font-weight: 800;
  color: #2f9d56;
}

.p-scenario_in .adam {
  color: #e6454e;
}

.stage_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 89.5%;
  max-width: 100rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 960px) {
  .stage_select {
    margin: 3rem auto 0;
  }
}

.stage_select li {
  position: relative;
  width: 48.5%;
  margin-left: 3%;
  background: var(--color-yellow);
  text-align: center;
  border-radius: 1rem;
  line-height: 1em;
  border: 2px solid var(--color-blue);
  -webkit-transition: background 0.5s var(--ease_inout);
  transition: background 0.5s var(--ease_inout);
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .stage_select li {
    width: 49%;
    margin-left: 2%;
  }
}

.stage_select li:first-child {
  margin-left: 0;
}

.stage_select li p {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding: 3.4rem 0 3.5rem;
  color: var(--color-blue);
  font-family: "DotGothic16", sans-serif;
  display: inline-block;
}

.stage_select li p::before {
  content: "";
  width: 12px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../img/scenario/ar.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s var(--ease_inout);
  transition: all 0.5s var(--ease_inout);
}


@media screen and (max-width: 960px) {
  .stage_select li p {
    font-size: 1.1rem;
    padding: 2rem 0;
    letter-spacing: 0;
  }

  .stage_select li p::before {
    width: 6px;
    height: 10px;
    top: 50%;
    left: -10px;
  }
}

@media screen and (min-width: 961px) {
  .stage_select li:hover {
    background: #fff;
  }

  .stage_select li:hover p::before {
    left: -25px;
    opacity: 1;
  }

  .stage_select li.current p::before {
    opacity: 1;
    left: -25px;
  }
}

.stage_select li.current p::before {
  opacity: 1;
}

.end {
  text-align: right;
  margin-top: 50px;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .end {
    margin-top: 30px;
    font-size: 1.3rem;
  }
}

.l-footer__pagetop-text {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
}

.l-footer_help__link-text {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
}

@media screen and (max-width: 960px) {
  .l-footer_help__list {
    gap: 0.5rem;
  }

  .l-footer_help__link-text {
    letter-spacing: -3px;
    font-size: 1.6rem;
  }
}

.l-footer__legal {
  font-family: "DotGothic16", sans-serif;
}

.root_wrap {
  position: relative;
}

.root {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  width: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s, -webkit-transform 0.3s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0s;
  pointer-events: none;
}

.root.current {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: relative;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-top: 0;
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s, -webkit-transform 0.8s cubic-bezier(0.43, 0.72, 0.57, 1.01) 0.3s;
  pointer-events: auto;
}