@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: 'M PLUS Rounded 1c', sans-serif;
}
body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.87;
}
body.sec {
  overflow: auto;
  height: auto;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.87;
}

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

*:focus {
  outline: none;
}

p {
  line-height: 1.8;
}
p.bold {
  font-weight: bold;
}
p.mid {
  font-size: 1.4rem;
}
ruby rt {
  font-size: 1rem;
  transform: translateY(3px) scale(0.6);
}
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;
}

/* Loading　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  color:#ddd;
  text-align:center;
  background: url(../img/img_loading_back_sp.jpg) no-repeat center bottom #fff;
  background-size: 100%;
}
#loadingImg {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 60%;
  transform: translate(-50%,-50%);
}
#loadingIcon {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 20%;
  transform: translate(-50%,-50%) rotate(-15deg);
  transform-origin: bottom;
  animation: splash-icon 1.0s ease-in-out infinite;
}
@keyframes splash-icon {
  0%{
    transform: translate(-50%,-50%) rotate(-15deg);
  }
  50%{
    transform: translate(-50%,-50%) rotate(15deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(-15deg);
  }
}
#splash p {
  position: absolute;
  top: 45%;
  left: 50%;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  transform: translate(-50%,-50%);
}
#splash .splashChara {
  position: absolute;
  position: fixed;
  top: 90%;
  left: 120%;
  width: 400px;
  transform: translate(-50%,-50%);
  animation: op-chara 5.0s ease-in forwards;

  flex-wrap: nowrap;
}
@keyframes op-chara {
  0%{
    left: 160%;
  }
  100%{
    left: -60%;
  }
}
#splash .splashChara01 {
  width: 148px;
}
#splash .splashChara02 {
  width: 86px;
}
#splash .splashChara03 {
  width: 101px;
}


/* Opening　*/
#opening {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  display: block;
  width: 100vw;
  height: 100vh;
  background: url(../img/back_map_op.jpg) no-repeat 75% 0%;
  background-size: 170%;
  opacity: 1.0;
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  -ms-transition-duration: 5s;
  -o-transition-duration: 5s;
  transition-duration: 5s;
}
#opening.active {
  background-size: 200%;
}
#opening.remove {
  opacity: 0.0;
}
#opInner{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
#opInner .ship {
  position: absolute;
  top: 600px;
  left: 40px;
  width: 30%;
  -webkit-transition-duration: 5s;
  -moz-transition-duration: 5s;
  -ms-transition-duration: 5s;
  -o-transition-duration: 5s;
  transition-duration: 5s;
  transform: translate(-50%,-50%);
}
#opInner .ship.active {
  top: 500px;
  left: 160px;
  width: 35%;
}
#opInner .opChara01, #opInner .opChara02, #opInner .opChara03 {
  position: absolute;
  transform: translate(-50%,-50%);
}
#opInner .opChara01 {
  top: 218%;
  left: 19%;
  width: 60%;
}
#opInner .opChara02 {
  top: 218%;
  left: 82%;
  width: 35%;
}
#opInner .opChara03 {
  top: 218%;
  left: 50%;
  width: 45%;
}
#opInner .opChara01.active {
  top: 88%;
  animation: op-chara-01 1.0s ease-out forwards;
}
#opInner .opChara02.active {
  top: 85%;
  animation: op-chara-02 1.0s ease-out forwards;
}
#opInner .opChara03.active {
  top: 88%;
  animation: op-chara-03 1.0s ease-out forwards;
}
@keyframes op-chara-01 {
  0%{
    top: 218%;
  }
  80%{
    top: 83%;
  }
  100%{
    top: 88%;
  }
}
@keyframes op-chara-02 {
  0%{
    top: 218%;
  }
  80%{
    top: 80%;
  }
  100%{
    top: 85%;
  }
}
@keyframes op-chara-03 {
  0%{
    top: 218%;
  }
  80%{
    top: 83%;
  }
  100%{
    top: 88%;
  }
}
.opFade {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 31;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.opFade.active {
  opacity: 1.0;
}

/*header*/
.header {
  position: fixed;
  z-index: 9;
  display: flex;
  width: 100%;
  height: 96px;
  background: #FFF;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.header_sdgs {
  display: block;
  width: 100px;
  height: 100px;
}
.header_sdgs img {
  height: 100%;
}

.header_center {
  display: flex;
  margin: auto 0 auto 10px;
  width: 82%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.header_intro {
  margin-right: 10px;
  width: 100px;
}
.header_logo {
  display: block;
  width: 60px;
}

.header_title {
  display: block;
  margin: -3px 0 -10px 0;
}
.header_title_pc {
  display: none;
}

/*footer*/
footer {
  display: block;
  padding: 1rem 0;
  width: 100%;
  background-color: #fff;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
#footerContent p {
  display: block;
  margin: 1.0rem auto;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

/*navigation*/
.aboutBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 7;
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/icon_about.gif) no-repeat center center #dfe4f1;
  background-size: 100%;
  cursor: pointer;
}
.navBtn {
  position: fixed;
  top: 48px;
  right: 0;
  z-index: 9;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #3350AA;
  cursor: pointer;
  padding: 3px 0 0 1px;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 800;
}
.navBtn div {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  transform: translate(-50%,-50%) rotate(0deg);
}
.navBtn div:nth-child(1) {
  top: 24px;
}
.navBtn div:nth-child(2) {
  top: 32px;
}
.navBtn div:nth-child(3) {
  top: 38px;
}
/* .navBtn div.active:nth-child(1) {
  top: 20px;
  left: 30px;
  width: 14px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.navBtn div.active:nth-child(2) {
  top: 24px;
}
.navBtn div.active:nth-child(3) {
  top: 29px;
  left: 29px;
  width: 14px;
  transform: translate(-50%,-50%) rotate(-45deg);
} */


.eventBtn {
  position: fixed;
  top: 120px;
  right: 140px;
  z-index: 7;
  display: block;
  padding: 0 1rem;
  width: auto;
  height: 48px;
  border: solid 6px #d06800;
  border-radius: 50px;
  background-color: #fff;
  color: #d06800;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
}
.eventBtn p {
  display: block;
  margin: 0;
  line-height: 1.2;
}
nav {
  position: fixed;
  right: -90%;
  z-index: 17;
  display: block;
  padding: 0 20px 0 0;
  width: 90%;
  height: 100vh;
  background-color: #3350AA;
  color: #fff;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
nav.active {
  right: 0;
}
.navBtnClose {
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 18;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  border: solid 3px #fff;
}
.navBtnClose div {
  border: solid 1.5px #fff;
  width: 17px;
  height: 2px;
  left: 15px;
  border-radius: 10px;
}
.navBtnClose div:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.navBtnClose div:nth-child(2) {
  top: 23px;
  transform: rotate(-45deg);
}
nav h2 {
  margin: 20px 0 0 30px;
  font-weight: 600;
  font-size: 3.0rem;
  line-height: 1.2;
}
nav dl {
  display: block;
  line-height: 1.8;
}
nav dl dt {
  margin: 20px 0 10px 0;
  padding: 5px 30px;
  width: auto;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.0;
  background-color: #fff;
  color: #3350ab;
  border-radius: 0 20px 20px 0;
  display: inline-block;
}
nav dl dd {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.4;
}
nav dl dd.navStory {
  width: 100%;
}
nav dl dd a {
  padding: 0 0 0 30px;
  background: none !important;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
}
.navigation p {
  /* position: absolute;
  bottom: 1.4rem;
  left: 30px; */
  width: 80%;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.2;
  margin: 0 auto;
}

/*shere btn*/
.share {
  display: flex;
  width: 80%;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 0 30px;
  /* position: absolute;
  bottom: 10rem; */
}
.share_text {
  font-weight: 700;
  font-size: 1.4rem;
  width: 55px;
}
.share_link {
  width: 40px;
  margin: 0 10px 0 0;
}

/*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;
}

/* 画面内に入った状態 */
.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;
}

/*------------------------------------------------------------*/
#backMap {
  position: relative;
  top: 85px;
  display: block;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  background-color: #fff;

  -ms-overflow-style: none;
  scrollbar-width: none;
}
#backMap::-webkit-scrollbar {
  display:none;
}
.map {
  position: absolute;
  display: block;
  width: 1210px;
  height: 900px;
  background: url(../img/back_map.jpg) no-repeat #fff;
  background-size: 100%;
}
#check {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
  display: block;
  border: solid 1px #000;
  background-color: #fff;
  font-size: 4rem;
  transform: translate(-50%,-50%);
}

a.pin {
  position: absolute;
  display: block;
  width: 55px;
  height: 98px;
  text-align: center;
  transform: translate(0%,-50%);
  animation: map-pin 4.0s ease-out infinite;
}
a.topNews {
  width: 135px !important;
  height: 116px !important;
  position: absolute;
  display: block;
  text-align: center;
  transform: translate(0%,-50%);
  animation: map-pin 4.0s ease-out infinite;
}
@keyframes map-pin {
  0%{
    transform: translate(0%,-50%) scale(1.0);
  }
  5%{
    transform: translate(0%,-60%) scale(1.2);
  }
  10%{
    transform: translate(0%,-45%) scale(0.9);
  }
  12%{
    transform: translate(0%,-50%) scale(1.0);
  }
  100%{
    transform: translate(0%,-50%) scale(1.0);
  }
}
a.other {
  width: 120px !important;
  height: 86px !important;
}
a.btn1 {
  top: 12%;
  left: 76%;
  background: url(../img/pin_story1_active.png) no-repeat center center;
  background-size: 100%;
}
a.btn2 {
  top: 29%;
  left: 66.5%;
  background: url(../img/pin_story2_active.png) no-repeat center center;
  background-size: 100%;
}
a.btn3 {
  top: 45%;
  left: 86.5%;
  background: url(../img/pin_story3_active.png) no-repeat center center;
  background-size: 100%;
}
a.btn4 {
  top: 59%;
  left: 55%;
  background: url(../img/pin_story4_active.png) no-repeat center center;
  background-size: 100%;
}
.btn2Passive {
  position: absolute;
  top: 31%;
  left: 66.5%;
  display: block;
  width: 55px;
  height: 98px;
  background: url(../img/pin_story2.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  transform: translate(0%,-50%);
}
.btn3Passive {
  position: absolute;
  top: 45%;
  left: 86.5%;
  display: block;
  width: 55px;
  height: 98px;
  background: url(../img/pin_story3.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  transform: translate(0%,-50%);
}
.btn4Passive {
  position: absolute;
  top: 59%;
  left: 55%;
  display: block;
  width: 55px;
  height: 98px;
  background: url(../img/pin_story4.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  transform: translate(0%,-50%);
}
.btn2Passive p, .btn3Passive p, .btn4Passive p {
  position: relative;
  top: 80%;
  left: 50%;
  width: 200%;
  color: #333;
  text-shadow:1px 0 0 #fff,0 1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;
  font-weight: 800;
  font-size: 1.3rem;
  line-height: 0.5;
  transform: translate(-50%, -50%);
}


a.btn6 {
  top: 21%;
  left: 40.5%;
  background: url(../img/pin_present.png) no-repeat center center;
  background-size: 100%;
}
a.topNews {
  top: 29%;
  left: 23%;
  background: url(../img/pin_event_icon.png) no-repeat center center;
  background-size: 100%;
}
a.btn8 {
  background-size: 100%;
  position: absolute;
  top: 38%;
  left: 34%;
  display: block;
  width: 120px !important;
  height: 86px !important;
  background: url(../img/pin_book.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  transform: translate(0%,-50%) scale(1.0);
  animation: map-pin 4.0s ease-out infinite;
}
a.btn9 {
  top: 64%;
  left: 23.4%;
  background: url(../img/pin_login.png) no-repeat center center;
  background-size: 100%;
}
a.btn10 {
  top: 65%;
  left: 70.8%;
  background: url(../img/pin_archives.png) no-repeat center center;
  background-size: 100%;
}
a.btn12 {
  position: absolute;
  top: 57%;
  left: 68.3%;
  display: block;
  width: 141px !important;
  height: 112px !important;
  background: url(../img/pin_archives.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  transform: translate(0%,-50%) scale(1.0);
  animation: map-pin 4.0s ease-out infinite;
}

.mapC {
  position: absolute;
  display: block;
  text-align: center;
  transform: translate(-50%,-50%) scaleX(1.0) scaleY(1.0) rotate(0deg);
}
.mapC.mapChara01 {
  top: 29%;
  left: 60.8%;
  width: 110px;
  height: 155px;
  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: 28%;
  left: 82.8%;
  width: 120px;
  height: 170px;
  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: 40%;
  left: 48.0%;
  width: 83px;
  height: 200px;
  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: 70%;
  left: 84%;
  width: 200px;
  height: 240px;
  background: url(../img/map_chara04_2.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);
  }
}

/*------------------------------------------------------------*/
.lightboxBack {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 120%;
  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: 50%;
  left: 50%;
  z-index: 22;
  overflow: hidden;
  width: 100%;
  height: 560px;
  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: 500px; /*全体の高さから-2pxする*/
}
#story00, #story01, #story02, #story03, #story04, #story05,
#info01, #info02, #info03, #info04, #info05 {
  display: none;
  opacity:0.0;
  filter: alpha(opacity=0);

  -moz-opacity:0.0;
}
#story00.active, #story01.active, #story02.active, #story03.active, #story04.active, #story05.active,
#info01.active, #info02.active, #info03.active, #info04.active, #info05.active {
  display: block;
}

.page01 {
  background-color: #ff9;
}
.page02 {
  background-color: #f09;
}
.page03 {
  background-color: #09f;
}
.page04 {
  background-color: #9ff;
}
.page05 {
  background-color: #0f9;
}

.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;
}


.carousel {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 380px;
}
.carousel.present {
  height: 400px;
}
.carousel.event {
  height: 400px;
}
.carousel.book {
  height: 510px;
}
.carousel.login {
  height: 400px;
}
.carousel.about {
  height: 400px;
}
.carousel-area {
  /* リスト数×リスト幅を計算してwidth指定してもいいが、汎用性を考慮してjQueryで計算代入する */
  position: absolute;
  display: flex;
  margin: 0 auto;
  padding: 0;
}
.carousel-area.present {
  height: 400px;
}
.carousel-area.event {
  height: 400px;
}
.carousel-area.book {
  height: 510px;
}
.carousel-area.login {
  height: 400px;
}
.carousel-area.about {
  height: 400px;
}
/* object-fitを使用せずに画像トリミングさせるためにbackgroundで指定 */
.carousel-list {
  display: block;
  margin: 20px auto;
  width: 100vw;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}





.carousel-list:nth-child(1) {
  background-image: url(./img/hamster.jpg);
}
.carousel-list:nth-child(2) {
  background-image: url(./img/sheep.jpg);
}
.carousel-list:nth-child(3) {
  background-image: url(./img/turtle.jpg);
}
.carousel-list:nth-child(4) {
  background-image: url(./img/bird.jpg);
}
.carousel-list:nth-child(5) {
  background-image: url(./img/lion.jpg);
}
/* clipで非表示指定（スクリーンリーダー対策） */
.carousel-img {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;

  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
/*********** スライド送りボタン ***********/
/* 共有パーツ */
/* .arow-wrap {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
.arrow-btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background-color: rgba(113, 135, 245, 0.8) !important;
  transition: .2s !important;
}
.arrow-btn:focus {
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8) !important;
}
.arrow-btn:hover {
  background-color: rgb(51, 79, 216) !important;
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8) !important;
}
/* 左 */
.arrow-left {
  position: relative;
  top: 50%;
  left: 7.5%;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background-color: rgba(113, 135, 245, 0.8) !important;
  transition: .2s !important;
  transform: translate(-50%,-50%);
  z-index: 9998;
}
.arrow-left:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  content: "";
  transform: translate(-30%, -50%)rotate(-45deg);
}
/* 右 */
.arrow-right {
  position: relative;
  top: 36.5%;
  left: 92.5%;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background-color: rgba(113, 135, 245, 0.8) !important;
  transition: .2s !important;
  transform: translate(-50%,-50%);
  z-index: 9999;
}
.arrow-right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  content: "";
  transform: translate(-70%, -50%)rotate(135deg);
}
/*********** ページネーション ***********/
.pagination {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  margin: 5% auto 0;
  width: 150px;
  transform: translate(-50%,0);

  justify-content: space-around;
}
.pagination-circle {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: rgba(83, 97, 223, 0.3);
}
/* jsでtargetクラスがついたら背景色を変える */
.pagination-circle.target {
  background-color: rgba(83, 97, 223, 0.8);
}


/*studys*/
header.studys {
  top: 0;
}
#studysArea {
  position: relative;
  display: inline-block;
  width: 100vw;
  height: auto;
  background: url(../img/studys/back.jpg) repeat-y center top;
  background-size: 110%;
  padding: 0;
}
#studysArea h1, #studysArea h2, #studysArea h3 {
  text-align: center;
}
#studysArea h1 {
  width: 80%;
  margin: 0 auto;
  padding: 110px 0 10px 0
}
#studysArea .content h2 {
  width: 90%;
  margin: 0 auto 20px auto;
}
#studysArea .content h3 {
  width: 90%;
  margin: 40px auto 10px auto;
}
#studysArea .content {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff000;
  border-radius: 20px;
}
#studysArea .content p {
  display: block;
  width: 90%;
  margin: 0 auto 20px auto;
  font-size: 1.4rem;
}

#studysArea .c-chapter__inner_youtube iframe {
  width: 100%;
  height: auto;
}

#studysArea .c-chapter__iframe {
  display: block;
  margin: 0 auto;
  width: 500px;
  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 {
  width: 335px;
  margin: 0 auto;
}

#studysArea #study {
  display: block;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 50px 2.5%;
  background: url(../img/studys/back_2-2.jpg) repeat-x center top, url(../img/studys/back_2-3.jpg) repeat-x center bottom, url(../img/studys/back_2-1.jpg) repeat center center;
  background-size: 250%, 250%, 200%;
}
#studysArea #study h2 {
  width: 100%;
}
#studysArea #study p {
  display: block;
  width: 90%;
  margin: 20px auto 30px auto;
  font-size: 1.4rem;
  color: #fff;
}
#modalArea {
  height: 1080px;
}
.category1, .category2, .category3, .category4 {
  height: 870px;
  overflow-y: scroll;
  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: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
#studysArea #study ul li {
  display: block;
  width: 44%;
  height: auto;
  margin: 0 30px 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
#studysArea #study ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}
#studysArea #study ul.modalNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
#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: 70% !important;
  margin: 0 auto;
}
#studysArea .banner {
  display: block;
  width: 80%;
  margin: 20px auto;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  line-height: 0;
}

.modal1 h4, .modal2 h4, .modal3 h4, .modal4 h4 {
  font-weight: 800;
}
.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; */
}
.md-inner{
  padding: 10px;
  background: #fff;
  height: auto;
  border-radius: 10px;
  height: 540px;
  overflow: scroll;
  border-radius: 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);
}


/*archives*/
header.archives {
  top: 0;
}
#archivesArea {
  position: relative;
  width: 100vw;
  height: auto;
  background: url(../img/archives/back01.jpg) repeat-x center top, url(../img/archives/back03.jpg) repeat-x center bottom, url(../img/archives/back02.jpg) repeat center center;
  background-size: 410px;
  margin: 96px 0 0 0;
  padding: 0 0 60px 0;
} 
#archivesArea h1 {
  width: 80%;
  margin: 0 auto;
  padding: 70px 0 10px 0;
  text-align: center;
}
#archivesArea h2 {
  text-align: left;
  color: #fff;
}
#archivesArea ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
#archivesArea ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
#archivesArea ul li:nth-child(2n) {
  margin: 10px 0 0 0;
}

.secToTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
}
footer#studys, footer#archives {
  position: inherit;
  display: block;
  padding: 1rem 0;
  width: 100%;
  background-color: #fff;
  color: #000;
}
footer#studys p, footer#archives p {
  display: block;
  margin: 1.0rem 2rem;
  padding: 0;
  width: 85%;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
footer#studys a, footer#archives a {
  display: block;
  width: 50%;
  background-color: #fff;
  color: #00428b;
  text-align: center;
  border: solid 2px #00428b;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 40px auto;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}


/*news*/
.news {
  position: fixed;
  display: block;
  top: -100vh;
  left: 0;
  z-index: 7;
  width: 100vw;
  height: 100vh;
  background-color: #efefee;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news.active {
  top: 96px;
}
.news h2 {
  width: 40%;
  margin: 20px auto 0 auto;
}
.news h2 img {
  width: 100%;
  height: auto;
}
.news ul {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 220px;
  overflow-y: hidden;
}
.news ul.active {
  height: 335px;
  overflow-y: scroll;
}
.news li {
  display: flex;
  margin: 10px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 2px #95a3ce;
}
.news img {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
}
.news p {
  width: 230px;
  font-size: 1.2rem;
  font-weight: 600;
}
.news p span {
  color: #00428b;
}
.news a {
  color: #000;
  text-decoration: underline;
}
.news a:hover {
  color: #000;
  text-decoration: none;
}

.news .more {
  display: block;
  position: absolute;
  top: calc(100vh - 310px);
  text-align: center;
  height: 80px;
  width: 100%;
  color: #00428b;
}
.news .more .maru {
  display: block;
  width: 50px;
  height: 50px;
  border: solid 3px #00428b;
  border-radius: 50px;
  position: relative;
  transform: translate(-50%,-50%);
  top: -25%;
  left: 50%;
}
.news .more .maru div {
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: solid 3px #00428b;
  border-right: solid 3px #00428b;
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 60%;
  left: 50%;
}
.news .more p {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 25%;
  left: 50%;
}


.news .close {
  display: block;
  position: absolute;
  top: calc(100vh - 260px);
  background-color: #00428b;
  color: #fff;
  text-align: center;
  height: 165px;
  width: 100%;
}
.news .close div {
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}
.news .close div:nth-child(1) {
  transform: translate(-50%,-50%) rotate(45deg);
  top: 25%;
  left: 50%;
}
.news .close div:nth-child(2) {
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 25%;
  left: 50%;
}
.news .close p {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 45%;
  left: 50%;
  font-size: 1.4rem;
}



/*footer*/
footer {
  position: fixed;
  bottom: 0;
  display: block;
  padding: 1rem 0;
  width: 100%;
  background: none;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#footerContent p {
  display: block;
  margin: 1.0rem auto 0.5rem auto;
  padding: 0;
  width: 90%;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
