@charset "UTF-8";

@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-size: 62.5% !important;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.87;
}
@media screen and (min-width: 750px) {
  body {
    background: url(../img/back_pc.png) fixed repeat center center, linear-gradient(0deg, #c5cbd0, #fff, #c5cbd0) fixed;
    background-size: 65.5px;
  }
}

div,
main,
section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

p {
  font-size: 1.4rem;
  line-height: 2.0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
}
p.bold {
  font-weight: bold;
}
p.mid {
  font-size: 1.4rem;
}
ruby {
  letter-spacing: 0;
}
ruby rt {
  font-size: 0.8rem;
  transform: translateY(2px) scale(0.6);
  letter-spacing: -0.10rem;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
	opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}

/*common*/

/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

.closeUp {
  background-size: 135%;
  -webkit-transition-duration: 5.0s;
  -moz-transition-duration: 5.0s;
  -ms-transition-duration: 5.0s;
  -o-transition-duration: 5.0s;
  transition-duration: 5.0s;
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}

.closeUp.scrollin {
  background-size: 150% !important;
}


/* Loading　------------------------------------------------------------*/
#splash {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:url(../img/img_loading_back.jpg) no-repeat center bottom #ffea49;
  background-size: 180%;
  text-align:center;
  color:#fff;
}
.splashLogo {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 30%;
  left: 50%;
  width: 90vw;
  display: inherit;
}
.splashLogo img:nth-child(1) {
  width: 80%;
}
.splashLogo img:nth-child(2) {
  width: 70%;
}
.splashLogo img {
  width: 100%;
}
@media screen and (min-width: 750px) {
  #splash {
    background-size: 60%;
  }
  .splashLogo {
    width: 60vw;
  }
  .splashLogo img:nth-child(1) {
    width: 50rem;
  }
}

/* HTML: <div class="loader"></div> */
.loader {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 52%;
  left: 50%;
  width: 40px;
  aspect-ratio: 1;
  --c: linear-gradient(#FF3266 0 0);
  --r1: radial-gradient(farthest-side at bottom,#FF3266 93%,#fff);
  --r2: radial-gradient(farthest-side at top   ,#FF3266 93%,#fff);
  background: 
    var(--c) ,var(--r1),var(--r2),
    var(--c) ,var(--r1),var(--r2),
    var(--c) ,var(--r1),var(--r2);
  background-repeat: no-repeat;
  animation: l2 1s infinite alternate;
}
@keyframes l2 {
  0%,25% {
    background-size: 8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
 }
 50% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
 }
 75% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
 }
 95%,100% {
    background-size: 8px 100%,8px 4px, 8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px);
 }
}



/*------------------------------------------------------------*/
/*header*/
header {
  position: fixed;
  width: 100%;
  height: 14vw;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  padding: 0.5rem 0 0 0;
  box-shadow: 0 10px 5px rgba(0,0,0,0.7);
  font-size: 1.0rem;
  line-height: 1.0;
}
header::after {
  content: "";
  display: block;
  background: url(../img/header_bar.jpg) repeat-x center center;
  background-size: contain;
  width: 100%;
  height: 5px;
  margin: 1vw 0 0 0;
}
header h1 {
  font-size: 0.8rem;
  line-height: 1.0;
  margin: 0 auto;
  padding: 0;
  width: 60%;
}
header img {
  width: 50%;
  margin: 3px 10px 10px 0;
}
header a img {
  width: 30%;
  margin: 0 0 4px 0;
}
@media screen and (min-width: 750px) {
  header {
    height: 80px;
  }
  header::after {
    height: 10%;
    margin: 0vh 0 0 0;
    position: absolute;
    top: 90%;
  }
  header h1 {
    line-height: 1.4;
  }
  header img {
    width: 15rem;
    margin: 9px 10px 10px 0;
  }
  header a img {
    width: 9rem;
  }
}
/*------------------------------------------------------------*/
#btnInfo {
  position: fixed;
  top: 80px;
  left: 20px;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 750px) {
  #btnInfo {
    top: 110px;
    left: 30px;
  }
}
/*------------------------------------------------------------*/


#content {
  position: relative;
  width: 40%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  padding: 0 0 9rem 0;
}
nav {
  position: fixed;
  bottom: 0vh;
  display: block;
  z-index: 998;
  background: url(../img/nav_back2.png) repeat-x center top;
  background-size: contain;
  width: 100vw;
  height: 103px;
}
nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  position: fixed;
  transform: translate(-50%,0);
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 750px;
  height: 90px;
  background: url(../img/nav_back.jpg) repeat-x center center;
  background-size: contain;
}
nav ul li {
  width: calc(100% / 5);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}
nav ul li a {
  display: block;
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 749px) {
  #content {
    width: 100%;
  }
  nav ul {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  #content {
    padding: 0;
  }
  nav {
    background: none;
    z-index: 20;
    display: block;
  }
  nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 84%;
    width: 25%;
    max-width: 460px;
    min-width: 280px;
    height: auto;
    background: url(../img/img_pc_back_right.png) no-repeat center center;
    background-size: contain;
    padding: 1rem 4rem 0 4rem;
  }
  nav ul li {
    width: calc(100% / 3);
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
  }
  nav ul li a {
    width: 100%;
    height: 100%;
  }
  .pcBackLeft {
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 15.5%;
    width: 25%;
    max-width: 460px;
    min-width: 280px;
    height: auto;
  }
}

#innerCopyright {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 600;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  padding: 0 2.5%;
}
#innerCopyright.sec {
  bottom: 11rem;
}
#innerCopyright.sec.present {
  color: #fff;
}
#quizContent #innerCopyright.sec {
  bottom: 3rem;
  color: #fff;
}
@media screen and (min-width: 750px) {
  #innerCopyright.sec {
    bottom: 1rem;
  }
}
/*------------------------------------------------------------*/
#contentInfo {
  position: absolute;
  top: 0;
  left: -100vw;
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: linear-gradient(90deg, #c5cbd0, #fff, #c5cbd0);
  padding: 9rem 0 11rem 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 1;
}
#contentInfo.active {
  left: 0;
}
#contentInfo p {
  display: block;
  font-size: 4.5vw;
  line-height: 8vw;
  width: 85%;
  margin: 0 auto;
  line-break: anywhere;
}
#contentInfo p#copyright {
  font-size: 3.2vw;
  line-height: 5vw;
  font-weight: 400;
  margin: 20vw auto 0 auto;
}
#contentInfo #snsBtn h2 {
  width: 34%;
  margin: 0 auto;
  position: relative;
  top: 13vw;
}
#contentInfo #snsBtn ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #9ea8b0, #eceeef, #9ea8b0);
  margin: 6vw 0;
  padding: 4vw 0 0 0;
}
#contentInfo #snsBtn ul li div {
  display: block;
  width: 15vw;
  height: 15vw;
  margin: 4vw;
}
#contentInfo #infoClose {
  display: block;
  width: 15vw;
  height: 15vw;
  margin: 4vw auto;
}
@media screen and (min-width: 750px) {
  #contentInfo {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 8vh 0 16vh 0;
  }
  #contentInfo p {
    font-size: 1.4vw;
    line-height: 2.6vw;
  }
  #contentInfo p#copyright {
    font-size: 1.0rem;
    line-height: 1.2rem;
    margin: 10rem auto 0 auto;
  }
  #contentInfo #snsBtn h2 {
    top: 3rem;
  }
  #contentInfo #snsBtn ul {
    margin: 0;
    padding: 3rem 0 0 0;
  }
  #contentInfo #snsBtn ul li div {
    width: 100px;
    height: 100px;
    margin: 20px;
  }
  #contentInfo #infoClose {
    width: 100px;
    height: 100px;
    margin: 2vw auto;
  }
}
/*------------------------------------------------------------*/
#contentClub {
  position: absolute;
  top: 0;
  left: -100vw;
  display: block;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  background: url(../img/img_club_back.gif) repeat-y center 34vw;
  background-size: 100%;
  background-attachment: local;
  padding: 14vw 0 11rem 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#contentClub.active {
  left: 0;
}
#contentClub #clubClose {
  display: block;
  width: 15vw;
  height: 15vw;
  margin: 4vw auto;
}
#contentClub h2 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#contentClub ul {
  display: flex;
  flex-wrap: wrap;
  background: url(../img/img_club_back.gif) repeat-y center top;
  background-size: 100%;
  margin: 0;
  padding: 0;
}
#contentClub ul li {
  width: calc(100% / 2 - 13.5vw);
  height: 52vw;
  margin: 5vw 5vw 7vw 0;
}
#contentClub ul li:nth-child(odd) {
  margin: 5vw 5vw 7vw 13vw;
}
@media screen and (min-width: 750px) {
  #contentClub {
    width: 100%;
    height: auto;
    min-height: 1300px;
    overflow: auto;
    padding: 8vh 0 16vh 0;
  }
  #contentClub #clubClose {
    width: 100px;
    height: 100px;
  }

  #contentClub ul {
    display: flex;
    flex-wrap: wrap;
    background: url(../img/img_club_back.gif) repeat-y center top;
    background-size: 100%;
    margin: 0;
    padding: 0;
  }
  #contentClub ul li {
    width: calc(100% / 2 - 16.5%);
    height: 100%;
    margin: 9% 5% 9% 1%;
  }
  #contentClub ul li:nth-child(odd) {
    margin: 9% 5% 9% 18%;
  }
}
/*------------------------------------------------------------*/
#storyContent {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vw / 75* 160);
  background: url(../img/img_top_back.jpg) no-repeat center top #177fc2;
  background-size: cover;
}
#storyContent.active {
  height: 100vh;
}
a.pin, a.pinClub, div.pin {
  position: absolute;
  display: block;
  width: 75px;
  height: 98px;
  text-align: center;
  transform: translate(-50%,-50%);
  animation: map-pin 4.0s ease-out infinite;
}
@keyframes map-pin {
  0%{
    transform: translate(-50%,-50%) scale(1.0);
  }
  5%{
    transform: translate(-50%,-60%) scale(1.2);
  }
  10%{
    transform: translate(-50%,-45%) scale(0.9);
  }
  12%{
    transform: translate(-50%,-50%) scale(1.0);
  }
  100%{
    transform: translate(-50%,-50%) scale(1.0);
  }
}
a.btn1 {
  top: 24%;
  left: 83%;
  background: url(../img/img_pin01.png) no-repeat center center;
  background-size: 100%;
}
a.btn2 {
  top: 28%;
  left: 64%;
  background: url(../img/img_pin02.png) no-repeat center center;
  background-size: 100%;
}
a.btn3 {
  top: 58%;
  left: 71.5%;
  background: url(../img/img_pin03.png) no-repeat center center;
  background-size: 100%;
}
a.btn4 {
  top: 41%;
  left: 28%;
  background: url(../img/img_pin04.png) no-repeat center center;
  background-size: 100%;
}
#btnClub {
  top: 59%;
  left: 29%;
  background: url(../img/img_pin05.png) no-repeat center center;
  background-size: 100%;
}

.topStory3passive {
  top: 58%;
  left: 71.5%;
  background: url(../img/img_pin03_passive.png) no-repeat center center;
  background-size: 100%;
}
.topStory4passive {
  top: 41%;
  left: 28%;
  background: url(../img/img_pin04_passive.png) no-repeat center center;
  background-size: 100%;
}
.topStory3passive p, .topStory4passive p {
  font-size: 1.0rem;
  line-height: 1.2;
  position: absolute;
  top: -1.8rem;
  left: 25%;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1), -1px -1px 2px rgba(0, 0, 0, 1), -1px 1px 2px rgba(0, 0, 0, 1), 1px -1px 2px rgba(0, 0, 0, 1);
}
@media screen and (min-width: 750px) {
  #storyContent {
    height: 100vh;
    min-height: 1300px;
  }
  a.btn1 {
    top: 26%;
    left: 83%;
    background: url(../img/img_pin01.png) no-repeat center center;
    background-size: 100%;
  }
  a.btn2 {
    top: 30%;
    left: 64%;
    background: url(../img/img_pin02.png) no-repeat center center;
    background-size: 100%;
  }
  a.btn3 {
    top: 59%;
    left: 71.5%;
    background: url(../img/img_pin03.png) no-repeat center center;
    background-size: 100%;
  }
  a.btn4 {
    top: 42%;
    left: 28%;
    background: url(../img/img_pin04.png) no-repeat center center;
    background-size: 100%;
  }
  .topStory3passive {
    top: 59%;
    left: 71.5%;
    background: url(../img/img_pin03_passive.png) no-repeat center center;
    background-size: 100%;
  }
  .topStory4passive {
    top: 42%;
    left: 28%;
    background: url(../img/img_pin04_passive.png) no-repeat center center;
    background-size: 100%;
  }
  #btnClub {
    top: 66%;
    left: 29%;
    background: url(../img/img_pin05.png) no-repeat center center;
    background-size: 100%;
  }
  a.pin, a.pinClub {
    width: 15%;
    height: 9%;
  }
}

#mapLabel1, #mapLabel2, #mapLabel3, #mapLabel4 {
  position: absolute;
  display: block;
  text-align: center;
  transform: translate(-50%,-50%);
}
#mapLabel1 {
  width: 43vw;
  top: 42%;
  left: 77%;
}
#mapLabel2 {
  width: 45vw;
  top: 76%;
  left: 73%;
}
#mapLabel3 {
  width: 35vw;
  top: 54%;
  left: 30%;
}
#mapLabel4 {
  width: 58vw;
  top: 85%;
  left: 31%;
}
@media screen and (min-width: 750px) {
  #mapLabel1 {
    width: 13vw;
    top: 42%;
    left: 77%;
  }
  #mapLabel2 {
    width: 15vw;
    top: 75%;
    left: 71%;
  }
  #mapLabel3 {
    width: 11vw;
    top: 53%;
    left: 30%;
  }
  #mapLabel4 {
    width: 20vw;
    top: 85%;
    left: 31%;
  }
}

.mapC {
  position: absolute;
  display: block;
  text-align: center;
  transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
}
.mapC.mapChara01 {
  top: 20%;
  left: 36.8%;
  width: 100px;
  height: 135px;
  background: url(../img/map_chara01.png) no-repeat center center;
  background-size: 100%;
  animation: map-chara01-move 5.0s ease-out infinite;
}
@keyframes map-chara01-move {
  0%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  3%{
    transform: translate(-50%,-50%) scaleX(0.0) scaleY(1.0) rotate(0deg);
  }
  6%{
    transform: translate(-50%,-50%) scaleX(-1.0) scaleY(1.0) rotate(0deg);
  }
  12%{
    transform: translate(-50%,-50%) scaleX(0.0) scaleY(1.0) rotate(0deg);
  }
  18%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
}
.mapC.mapChara02 {
  top: 41%;
  left: 44.8%;
  width: 100px;
  height: 140px;
  background: url(../img/map_chara02.png) no-repeat center center;
  background-size: 100%;
  animation: map-chara02-move 4.0s linear infinite;
}
@keyframes map-chara02-move {
  0%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  5%{
    transform: translate(-45%,-50%) scaleX(1.0) scaleY(1.0) rotate(5deg);
  }
  10%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  15%{
    transform: translate(-55%,-50%) scaleX(1.0) scaleY(1.0) rotate(-5deg);
  }
  20%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  25%{
    transform: translate(-45%,-50%) scaleX(1.0) scaleY(1.0) rotate(5deg);
  }
  30%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  35%{
    transform: translate(-55%,-50%) scaleX(1.0) scaleY(1.0) rotate(-5deg);
  }
  40%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
}
.mapC.mapChara03 {
  top: 66%;
  left: 11%;
  width: 73px;
  height: 170px;
  background: url(../img/map_chara03.png) no-repeat center center;
  background-size: 100%;
  animation: map-chara03-move 5.5s ease-out infinite;
}
@keyframes map-chara03-move {
  0%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  3%{
    transform: translate(-50%,-55%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  6%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  12%{
    transform: translate(-50%,-55%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  18%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
}
.mapC.mapChara04 {
  top: 64%;
  left: 88%;
  width: 90px;
  height: 160px;
  background: url(../img/map_chara04.png) no-repeat center center;
  background-size: 100%;
  animation: map-chara04-move 6.0s ease-out infinite;
}
@keyframes map-chara04-move {
  0%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  3%{
    transform: translate(-60%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  6%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  12%{
    transform: translate(-60%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  18%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
  }
}
@media screen and (min-width: 750px) {
  .mapC.mapChara01 {
    top: 21%;
    left: 38.8%;
    width: 10vw;
    max-width: 200px;
    height: 14vw;
  }
  .mapC.mapChara02 {
    top: 42%;
    left: 48.8%;
    width: 12vw;
    max-width: 230px;
    height: 17vw;
  }
  .mapC.mapChara03 {
    top: 62%;
    left: 9.8%;
    width: 7vw;
    max-width: 140px;
    height: 17vw;
  }
  .mapC.mapChara04 {
    top: 64%;
    left: 88%;
    width: 9vw;
    max-width: 170px;
    height: 17vw;
  }
}
/*------------------------------------------------------------*/
.lightboxBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-color: #000;
  text-decoration: none;
  opacity:0.0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;

  -moz-opacity:0.0;
}
.lightboxBack.active {
  display: block;
}
.lbSet {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 22;
  overflow: hidden;
  width: 100vw;
  max-width: 600px;
  height: calc(100vw / 75 * 96);
  max-height: 750px;
  border: none;
  background: none;
  transform: translate(-50%,-50%) scale(100%);
}
.lbSet iframe {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
}
.lbContents {
  z-index: 23;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#story01, #story02, #story03, #story04, #story05 {
  display: none;
  opacity:0.0;
  filter: alpha(opacity=0);
 -moz-opacity:0.0;
}
#story01.active, #story02.active, #story03.active, #story04.active, #story05.active {
  display: block;
}
.lbContents button {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 閉じるボタン */
.closeBtn {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 91%;
  left: 50%;
  display: block;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 30;
}
.swiper-button-prev,
.swiper-button-next {
  top: 102% !important;
  width: 30vw !important;
  height: 25vw !important;
}
.storyCopy {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 97.5% !important;
}
@media screen and (min-width: 600px) {
  .closeBtn {
    top: 90%;
    width: 75px;
    height: 75px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 100% !important;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  top: 98.3% !important;
}
}

/*20240816*/
.lastPage1, .lastPage2, .lastPage3, .lastPage4 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 78vh;
}
.lastPage1 {
  background: url(../img/story01/comic011.jpg) no-repeat center center;
  background-size: cover;
}
.lastPage2 {
  background: url(../img/story02/comic011.jpg) no-repeat center center;
  background-size: cover;
}
.lastPage3 {
  background: url(../img/story03/comic011.jpg) no-repeat center center;
  background-size: cover;
}
.lastPage4 {
  background: url(../img/story04/comic011.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .lastPage1, .lastPage2, .lastPage3, .lastPage4 {
    height: 80vh;
  }
}

#nextStory2, #nextStory3, #nextStory4, #nextPresent {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#nextStory2 {
  width: 80%;
}
#nextStory3 {
  width: 50%;
  height: 11%;
  position: absolute;
  top: 67vh;
  line-height: 1.7;
}
#nextStory4 {
  margin: 2rem 0 0 0;
}
.story4set .btn.retry {
  width: 80% !important;
}
#nextPresent {
  width: 80% !important;
  margin: 2rem 0 0 0;
}



/*------------------------------------------------------------*/
#newsContent {
  position: relative;
  display: block;
  width: 100%;
  min-height: 90vh;
  background: linear-gradient(90deg, #c5cbd0, #fff, #c5cbd0);
  padding: 0 0 15vh 0;
}
#newsContent h2 {
  padding: 22vw 0 4vw 0;
}
#newsContent ul {
  display: block;
  padding: 0 0 6vw 0;
}
#newsContent ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 6vw auto;
  padding: 0 0 6vw 0;
  border-bottom: dotted 1px #000;
}
#newsContent ul li img {
  width: 25vw;
}
#newsContent ul li p {
  width: 60vw;
  font-size: 1.4rem;
  line-height: 1.8;
}
#newsContent ul li p span {
  color: #FF3266;
}
#newsContent ul li p a {
  text-decoration: underline;
  color: #000;
}
@media screen and (min-width: 750px) {
  #newsContent {
    min-height: 100vh;
    padding: 0;
  }
  #newsContent h2 {
    padding: 10vw 0 3vw 0;
  }
  #newsContent ul li {
    margin: 0 auto 2vw auto;
    padding: 0 0 2vw 0;
  }
  #newsContent ul li img {
    width: 30%;
  }
  #newsContent ul li p {
    width: 65%;
  }
}
/*------------------------------------------------------------*/
#presentContent {
  background: url(../img/img_present_back.gif) repeat center center;
  background-size: 10%;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 8vh 0;
}
#presentContent h2 {
  padding: 22vw 0 4vw 0;
}
.presentBoxTop {
  position: absolute;
  display: block;
  width: 100%;
  height: 10vw;
  top: -10vw;
  left: 0;
}
#presentContent .presentBox {
  position: relative;
  width: 90%;
  margin: 5% auto 20% auto;
  padding: 5% 5% 2% 5%;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
#presentContent .presentBox p.note {
  font-size: 1.1rem;
  line-height: 1.4;
}
#presentContent .presentBox a, #presentContent .presentBox div {
  display: block;
  width: 70%;
  margin: 5% auto 0 auto;
}
@media screen and (min-width: 750px) {
  #presentContent {
    min-height: 100vh;
  }
  #presentContent h2 {
    padding: 8vw 0 3vw 0;
  }
  .presentBoxTop {
    height: 6rem;
    top: -6rem;
  }
}


/*studys*/
/*------------------------------------------------------------*/
body#study #content{
  padding: 0;
}
@media screen and (max-width: 749px){
  body#study #content{
    padding: 0 0 50px 0;
  }
}
header.studys {
  top: 0;
}
#studysArea {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 0;
  top: 0;
} 
@media screen and (max-width: 749px){
  #studysArea {
    padding: 0;
    top: 0;
  } 
}
#studysArea h1, #studysArea h2, #studysArea h3 {
  text-align: center;
}
#studysArea h3 {
  width: 95%;
  margin: 0 auto;
}
#studysArea h1 {
  width: 350px;
  margin: 0 auto;
  padding: 110px 0 10px 0
}
#studysArea .stydyContent h2 {
  width: 400px;
  margin: 0 auto 20px auto;
}
#studysArea .stydyContent h3 {
  width: 500px;
  margin: 40px auto 10px auto;
}
#studysArea .stydyContent {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff000;
  border-radius: 20px;
}
#studysArea .stydyContent p {
  display: block;
  width: 500px;
  margin: 0 auto 20px auto;
  font-size: 1.4rem;
}
#modalArea {
  height: 660px;
}
@media screen and (max-width: 749px) {
  #modalArea {
    margin: 0 auto 40px auto;
    width: 100%;
    height: auto !important;
    min-height: 86vh;
    overflow: auto !important;
    border-radius: 0px 0px 20px 20px;
  }
}
@media screen and (min-width: 750px) {
  #modalArea {
    height: auto !important;
    min-height: 1370px;
  }
}
#modalChange {
  overflow: auto;
  min-height: 150vw;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 750px) {
  #modalChange {
    min-height: 1250px;
  }
}
#studysArea .c-chapter__inner_youtube iframe {
  width: 100%;
  height: auto;
}

#studysArea .c-chapter__iframe {
  display: block;
  margin: 0 auto;
  width: 90%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 749px) {
  #studysArea .c-chapter__iframe {
      width: 80vw;
      max-width: 600px;
  }
}
#studysArea .c-chapter__iframe iframe {
  width: 100%;
  height: 100%;
}
#studysArea .c-chapter__iframe a {
  display: block;
  width: 335px;
  margin: 0 auto;
}

/* 自由研究リスト */
#studysArea #study {
  display: block;
  width: 100%;
  margin: 80px auto 0 auto;
  padding: 50px 0;
  background: rgb(32, 77, 175) url(../img/study/back_2-1.jpg) repeat-y center top;
  background-size: 100% auto;
  position: relative;
}
#studysArea #study::after {
  content: "";
  display: block;
  background: url(../img/study/img-punch.png) repeat-x center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 10vw;
  z-index: 0;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 750px){
  #studysArea #study {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 749px){
  #studysArea #study {
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
  }
}
#studysArea #study h2 {
  width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 750px){
  #studysArea #study h2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px){
  #studysArea #study h2 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #studysArea #study h2.bannerHeading {
    width: 90% !important;
    margin: 0 auto;
    padding: 0;
  }
}
#studysArea #study p {
  display: block;
  width: 90%;
  margin: 20px auto 30px auto;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 749px){
  #studysArea #study p {
    width: 100%;
    padding: 0;
  }
}
.category1, .category2, .category3, .category4 {
  height: 100%;
  overflow-y: visible;
  border-radius: 0 0 10px 10px;
  position: absolute;
  transform: translate(-50%,0);
  top: 0;
  left: 50%;
}
.category1.active, .category2.active, .category3.active, .category4.active {
  display: flex !important;
}
.category1 {
  /* border-top: solid 10px #ff6717; */
  display: none !important;
  color: #ff6717;
}
.category2 {
  /* border-top: solid 10px #12af2c; */
  display: none !important;
  color: #12af2c;
}
.category3 {
  /* border-top: solid 10px #ff3266; */
  display: none !important;
  color: #ff3266;
}
.category4 {
  /* border-top: solid 10px #a92eca; */
  display: none !important;
  color: #a92eca;
}
#studysArea #study ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}
@media screen and (min-width: 750px){
  #studysArea #study ul {
    width: 100%;
    /* justify-content: space-evenly; */
  }
  #studysArea #study ul.category1,
  #studysArea #study ul.category2,
  #studysArea #study ul.category3,
  #studysArea #study ul.category4{
    display: flex;
    width: 100%;
    height: auto;
    min-height: 1250px;
    gap: 2.6%;
    align-content: flex-start;
  }
}
@media screen and (max-width: 749px){
  #studysArea #study ul.category1,
  #studysArea #study ul.category2,
  #studysArea #study ul.category3,
  #studysArea #study ul.category4{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: unset;
    gap: 4%;
    padding: 10px 10px 20px 10px;
  }
}
#studysArea #study ul li {
  display: block;
  width: 158px;
  height: auto;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 749px){
  #studysArea #study ul li {
    margin: 0 0 20px 0;
    width: 46%;
  }
}
@media screen and (min-width: 750px){
  #studysArea #study ul li {
    width: 25%;
  }
  #studysArea #study ul.category1 li,
  #studysArea #study ul.category2 li,
  #studysArea #study ul.category3 li,
  #studysArea #study ul.category4 li{
    width: 23% !important;
    margin: 0 0 10px 0 !important;
  }
}
#studysArea #study ul li:nth-child(4n) {
  margin: 0 0 20px 0;
}
#studysArea #study ul.modalNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  background: none;
}
#studysArea #study ul.modalNav.nav1 {
  border-bottom: solid 10px #ff6717;
}
#studysArea #study ul.modalNav.nav2 {
  border-bottom: solid 10px #12af2c;
}
#studysArea #study ul.modalNav.nav3 {
  border-bottom: solid 10px #ff3266;
}
#studysArea #study ul.modalNav.nav4 {
  border-bottom: solid 10px #a92eca;
}
@media screen and (max-width:749px){
  #studysArea #study ul.modalNav {
    width: 100%;
  }
}
@media screen and (min-width:750px){
  #studysArea #study ul.modalNav {
    width: 100%;
  }
}
#studysArea #study ul.modalNav li {
  border-radius: 10px 10px 0 0;
  width: 25%;
  margin: 0;
  padding: 0;
}
#modalNav1 {
  background-color: #ff6717;
}
#modalNav2 {
  background-color: #12af2c;
}
#modalNav3 {
  background-color: #ff3266;
}
#modalNav4 {
  background-color: #a92eca;
}

#studysArea h2.bannerHeading {
  width: 490px !important;
  margin: 0 auto;
}
#studysArea .banner {
  display: block;
  width: 400px;
  margin: 20px auto 60px auto;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  line-height: 0;
}
@media screen and (max-width:749px){
  #studysArea .banner {
    width: 90%;
  }
}

.modal1 h4 {
  color: #ff6717;
  line-height: 1.2;
}
.modal2 h4 {
  color: #12af2c;
  line-height: 1.2;
}
.modal3 h4 {
  color: #ff3266;
  line-height: 1.2;
}
.modal4 h4 {
  color: #a92eca;
  line-height: 1.2;
}
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
.md-contents{
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 310px;
  height: 540px;
  transform: translate(-50%,0%);
  z-index: 10000;
  border-radius: 10px;
  background-color: #fff;
}
.md-inner{
  padding: 10px;
  background: #fff;
  height: auto;
  border-radius: 10px;
  height: 520px;
  overflow-x: hidden;
  top: 10px;
}
.md-inner p {
  width: auto !important;
  margin: 1rem auto !important;
  color: #000 !important;
}
.md-xmark{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

/* 挑戦状 */
#experiments {
  display: block;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 20px 0 20px;
  background: #FFF;
  position: relative;  
}
@media screen and (max-width: 749px){
  #experiments {
    margin: 0 auto;
    padding: 0 2.5% 20px 2.5%;
  }
}
#experiments .expe-wrap {
  background: #fced00;
  display: block;
  margin: 0 auto;
  padding: 5% 0;
  width: 100%;
}
#experiments .expe-wrap h2 {
  padding: 0 20px;
}
#experiments .expe-wrap p {
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 749px){
  #studysArea .c-chapter__iframe a {
    width: 100%;
  }
}
#studysArea p.sponsored {
  display: block;
  margin: 0 auto;
  padding: 40px 0 90px 0;
  font-size: 1.4rem;
  width: 100%;
  height: 90px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 749px){
  #studysArea p.sponsored {
    padding: 0 0 210px 0 !important;
  }
}


#article-end {
  opacity: 0;
}