@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-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  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 {
  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;
}

/* Loading　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  color:#ddd;
  text-align:center;
  background: url(../img/img_loading_back.jpg) no-repeat center bottom #fff;
  background-size: 100%;
}
#loadingImg {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 45vh;
  transform: translate(-50%,-50%);
}
#loadingIcon {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10vh;
  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: 50%;
  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: 120%;
  }
  100%{
    left: -20%;
  }
}
#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 50% 80%;
  background-size: 100%;
  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: url(../img/back_map_op.jpg) no-repeat 50% 60%;
  background-size: 100%;
}
#opening.remove {
  opacity: 0.0;
}
#opInner{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
#opInner .ship {
  position: absolute;
  top: 59%;
  left: 44.5%;
  width: 15%;
  -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: 56%;
  left: 60.5%;
  width: 15%;
}
#opInner .opChara01, #opInner .opChara02, #opInner .opChara03 {
  position: absolute;
  transform: translate(-50%,-50%);
}
#opInner .opChara01 {
  top: 218%;
  left: 34%;
  width: 268px;
}
#opInner .opChara02 {
  top: 218%;
  left: 67%;
  width: 172px;
}
#opInner .opChara03 {
  top: 218%;
  left: 50%;
  width: 202px;
}
#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: 80px;
  background: #FFF;

  justify-content: flex-start;
}
.header_sdgs {
  display: block;
  height: 80px;
}
.header_sdgs img {
  height: 100%;
}
.header_center {
  position: absolute;
  left: 50%;
  display: flex;
  margin: auto;
  height: 100%;
  transform: translateX(-50%);

  align-items: center;
}
.header_intro {
  margin-right: 25px;
  margin-left: auto;
  width: 143px;
}
.header_logo {
  display: block;
  width: 108px;
}
@media screen and (max-width: 749px) {
  .header_logo {
    width: 90px;
  }
}
.header_title {
  display: none;
}
.header_title_pc {
  position: fixed;
  top: 100px;
  left: 20px;
  display: block;
  width: 220px;
}

/*shere btn*/
.share {
  display: flex;
  width: 130px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 110px;
}
@media screen and (min-width: 750px) {
  .share {
    margin: 0 0 0 50px;
  }
}
@media screen and (max-width: 749px) {
  .share {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;

    flex-wrap: wrap;
    justify-content: center;
  }
}
.share_text {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .share_text {
    font-size: 1.0rem;
  }
}
.share_link {
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .share_link {
    margin-left: 5px;
    width: 30px;
  }
}
@media screen and (max-width: 749px) {
  .share_link {
    margin-bottom: 5px;
    width: 26px;
  }
}
.opa {
  opacity: 1;
  transition: 0.5s;
}
.opa:hover {
  opacity: 0.5;
}
.w100 {
  display: block;
  width: 100% !important;
}

/*navigation*/
.navBtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #3350AA;
  cursor: pointer;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0 0 2px;
  font-weight: 800;
}
.navBtn div {
  position: absolute;
  left: 53%;
  width: 40px;
  height: 4px;
  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: 36px;
}
.navBtn div:nth-child(2) {
  top: 47px;
}
.navBtn div:nth-child(3) {
  top: 58px;
}
.navBtn div.active:nth-child(1) {
  top: 23px;
  left: 37px;
  width: 20px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.navBtn div.active:nth-child(2) {
  top: 29px;
}
.navBtn div.active:nth-child(3) {
  top: 35px;
  left: 37px;
  width: 20px;
  transform: translate(-50%,-50%) rotate(-45deg);
}

.aboutBtn {
  position: fixed;
  top: 0;
  right: 80px;
  z-index: 7;
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/icon_about.gif) no-repeat center center #3350AA;
  background-size: 100%;
  cursor: pointer;
}
.eventBtn {
  position: fixed;
  top: 100px;
  right: 190px;
  z-index: 7;
  display: block;
  padding: 0 2rem;
  width: auto;
  height: 60px;
  border: solid 6px #d06800;
  border-radius: 50px;
  background-color: #fff;
  color: #d06800;
  font-weight: 600;
  cursor: pointer;
}
.eventBtn p {
  display: block;
  margin: 0.5rem 0 0 0;
}

nav {
  position: fixed;
  right: -600px;
  z-index: 9;
  display: block;
  padding: 0;
  width: 600px;
  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 {
  width: 17px;
  height: 3px;
  left: 15px;
  border-radius: 10px;
  background-color: #fff;
}
.navBtnClose div:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.navBtnClose div:nth-child(2) {
  top: 22px;
  transform: rotate(-45deg);
}
nav h2 {
  margin: 20px 0 0 50px;
  font-weight: 600;
  font-size: 4rem;
}
nav dl {
  display: block;
  font-weight: 600;
}
nav dl dt {
  margin: 10px 0 10px 0;
  padding: 5px 30px 5px 50px;
  width: auto;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  border-radius: 0 50px 50px 0;
  color: #3350aa;
  display: inline-block;
}
nav dl dd {
  width: 50%;
  line-height: 1;
}
nav dl dd.navStory {
  width: 100%;
}
nav dl dd a {
  margin: 0 0 0 50px;
  padding: 0;
  background: none !important;
  color: #fff;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.8;
}
.navigation p {
  position: absolute;
  bottom: 1.4rem;
  width: 80%;
  color: #fff;
  font-size: 1.0rem;
  margin: 0 50px;
}

/*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;
  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: 1730px;
  height: 1214px;
  background: url(../img/back_map.jpg) no-repeat #fff;
  background-size: 100%;
}
#check, #ls {
  position: fixed;
  top: 45%;
  left: 50%;
  z-index: 999999;
  display: block;
  border: solid 1px #000;
  background-color: #fff;
  font-size: 4rem;
  transform: translate(-50%,-50%);
}
#check {
  top: 45%;
  left: 50%;
}
#ls {
  top: 70%;
  left: 50%;
  width: 460px;
}

a.pin {
  position: absolute;
  display: block;
  width: 55px;
  height: 98px;
  text-align: center;
  transform: translate(0%,-50%) scale(1.0);
  animation: map-pin 4.0s ease-out infinite;
}
a.topNews {
  width: 151px !important;
  height: 116px !important;
  position: absolute;
  display: block;
  text-align: center;
  transform: translate(0%,-50%) scale(1.0);
  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: 15%;
  left: 77%;
  background: url(../img/pin_story1_active.png) no-repeat center center;
  background-size: 100%;
}
a.btn2 {
  top: 33%;
  left: 67%;
  background: url(../img/pin_story2_active.png) no-repeat center center;
  background-size: 100%;
}
a.btn3 {
  top: 49%;
  left: 86.5%;
  background: url(../img/pin_story3_active.png) no-repeat center center;
  background-size: 100%;
}
a.btn4 {
  top: 64%;
  left: 55%;
  background: url(../img/pin_story4_active.png) no-repeat center center;
  background-size: 100%;
}
.btn2Passive {
  position: absolute;
  top: 35%;
  left: 67%;
  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: 49%;
  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: 64%;
  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: 24%;
  left: 42%;
  background: url(../img/pin_present.png) no-repeat center center;
  background-size: 100%;
}
a.topNews {
  top: 33%;
  left: 24%;
  background: url(../img/pin_event_icon.png) no-repeat center center;
  background-size: 100%;
}
a.btn8 {
  position: absolute;
  top: 42%;
  left: 36%;
  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: 70%;
  left: 24.8%;
  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: 62%;
  left: 70.1%;
  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: 28%;
  left: 60.8%;
  width: 150px;
  height: 205px;
  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: 32%;
  left: 81.8%;
  width: 150px;
  height: 220px;
  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: 47.8%;
  width: 100px;
  height: 240px;
  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: 75%;
  left: 82%;
  width: 240px;
  height: 300px;
  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: 11;
  display: none;
  width: 100vw;
  height: 100vh;
  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: 12;
  overflow: hidden;
  width: 380px;
  height: 600px;
  border: none;
  background: none;
  transform: translate(-50%,-50%) scale(130%);
}
.lbSet iframe {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
}
.lbContents {
  z-index: 13;
  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, .page02, .page03, .page04, .page05, .page06, .page07, .page08, .page09, .page10, .page11, .page12, .page13, .page14 {
  background-color: #fff;
}

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

.sponser {
  position: absolute;
  font-size: 0.8rem;
  transform: translate(-50%, 0);
  left: 50%;
  top: 493px;
  color: #fff;
}
.sponserLogin {
  position: absolute;
  font-size: 0.8rem;
  transform: translate(-50%, 0);
  left: 50%;
  top: 476px;
  color: #fff;
}

/*********** ここまでベースCSS・リセットCSS ***********/
.carousel {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 375px;
  height: 330px;
}
.carousel.present {
  height: 430px;
}
.carousel.event {
  height: 400px;
}
.carousel.book {
  height: 540px;
}
.carousel.login {
  height: 400px;
}
.carousel.about {
  height: 430px;
}
.carousel.prologue {
  height: 430px;
}
.carousel-area {
  /* リスト数×リスト幅を計算してwidth指定してもいいが、汎用性を考慮してjQueryで計算代入する */
  position: absolute;
  display: flex;
  margin: 0 auto;
  padding: 0;
  height: 330px;
}
.carousel-area.present {
  height: 420px;
}
.carousel-area.event {
  height: 400px;
}
.carousel-area.book {
  height: 540px;
}
.carousel-area.login {
  height: 400px;
}
.carousel-area.about {
  height: 420px;
}
.carousel-area.prologue {
  height: 420px;
}
/* object-fitを使用せずに画像トリミングさせるためにbackgroundで指定 */
li.carousel-list {
  overflow: hidden;
  margin: 10px 30px 30px 30px;
  width: 310px;
  height: 320px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

li.carousel-list.present, li.carousel-list.event {
  display: block;
  overflow: visible;
  margin: 10px 30px 0 30px;
  padding: 0;
  width: 310px;
  height: 420px;
}
li.carousel-list.book {
  display: block;
  overflow: visible;
  margin: 10px 30px 0 30px;
  padding: 0;
  width: 310px;
  height: 490px;
  background-color: #12B12C;
}
li.carousel-list.login {
  display: block;
  overflow: visible;
  margin: 10px 30px 0 30px;
  padding: 0;
  width: 310px;
  height: 400px;
  background: url(../img/login/back.jpg) no-repeat center center;
  background-size: cover;
}
li.carousel-list.about {
  display: block;
  overflow: visible;
  margin: 10px 30px 0 30px;
  padding: 0;
  width: 310px;
  height: 420px;
  border: solid 7px #3350AA;
  background-color: #fff;
}
li.carousel-list.present {
  background-color: #12B12C;
  overflow: hidden;
  position: relative;
}
li.carousel-list.event {
  background-color: #e39f00;
}
li.carousel-list.book {
  background-color: #03AFB1;
}
li.carousel-list.login {
  background-color: #03AFB1;
}
li.carousel-list.prologue {
  margin: 10px 30px 0 30px;
  width: 310px;
  height: 470px;
  background: url(../img/prologue/img_back.png) no-repeat 20px 360px #3366ff;
  background-size: 90%;
}

li.carousel-list.present p, li.carousel-list.event p, li.carousel-list.book p {
  display: block;
  margin: 0 auto;
  width: 90%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: -0.05rem;
}
li.carousel-list.login p {
  display: block;
  margin: 0 auto;
  width: 90%;
  color: #3350AA;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
}
#loginLink {
  width: 60%;
  font-size: 1.6rem;
  margin-top: 30px;
}
li.carousel-list.about p {
  display: block;
  margin: 0 auto;
  margin: 15px auto 0 auto;
  width: 85%;
  color: #3350AA;
  font-size: 1.2rem;
  line-height: 1.6;
}
li.carousel-list.prologue p {
  display: block;
  margin: 20px auto 0 auto;
  width: 90%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}
li.carousel-list.prologue p.note {
  font-size: 1.1rem;
}
li.carousel-list.present div {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
  width: 90%;
  background-color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 1em 2rem;
  border: solid 3px #fe0;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  font-weight: 800;
  line-height: 1;
}
.closeBtn {
  position: relative;
  left: 295px;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.closeBtn p {
  position: absolute;
  top: 46px;
  display: block;
  width: 60px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.closeLine:nth-child(1) {
  transform: translate(-50%,-50%) rotate(45deg);
}
.closeLine:nth-child(2) {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.closeLine {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 40px;
  background-color: #fff;
}



/* 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%);
}
/*********** スライド送りボタン ***********/
/* 共有パーツ */
.arrow-btn {
  position: relative;
  width: 48px;
  height: 48px;
  transition: .2s !important;
}
/* 左 */
.arrow-left {
  position: absolute;
  top: 50%;
  left: 7.5%;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: url(../img/lb_nav_story.png) no-repeat center center;
  background-size: 100%;
  transition: .2s !important;
  transform: translate(-50%,-50%);
  z-index: 9998;
}
.arrow-left:hover {
  background: url(../img/lb_nav_story_hover.png) no-repeat center center;
  background-size: 100%;
}
/* 右 */
.arrow-right {
  position: relative;
  top: 50%;
  left: 90.5%;
  z-index: 11;
  width: 40px;
  height: 40px;
  background: url(../img/lb_nav_story.png) no-repeat center center;
  background-size: 100%;
  transition: .2s !important;
  transform: translate(-50%,-50%) rotate(180deg);
  z-index: 9999;
}
.arrow-right:hover {
  background: url(../img/lb_nav_story_hover.png) no-repeat center center;
  background-size: 100%;
}

.about .arrow-left, .about .arrow-right {
  background: url(../img/lb_nav_about.png) no-repeat center center;
  background-size: 100%;
}
.about .arrow-left:hover, .about .arrow-right:hover {
  background: url(../img/lb_nav_about_hover.png) no-repeat center center;
  background-size: 100%;
}
.present .arrow-left, .present .arrow-right {
  background: url(../img/lb_nav_about.png) no-repeat center center;
  background-size: 100%;
}
.present .arrow-left:hover, .present .arrow-right:hover {
  background: url(../img/lb_nav_about_hover.png) no-repeat center center;
  background-size: 100%;
}


/*********** ページネーション ***********/
.pagination {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  margin: 5% auto 0;
  width: 150px;
  transform: translate(-50%,0);
  justify-content: space-around;
}
.pagination.story1 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  margin: 5% auto 0;
  width: 190px;
  transform: translate(-50%,0);
  justify-content: space-around;
}
.pagination-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff78c8;
}
/* jsでtargetクラスがついたら背景色を変える */
.pagination-circle.target {
  background-color: #ff1e32;
}

.about .pagination, .present .pagination {
  width: 70px;
}
.about .pagination-circle, .present .pagination-circle {
  background-color: #99a7d4;
}
.about .pagination-circle.target, .present .pagination-circle.target {
  background-color: #3350aa;
}


/*story product*/
.product {
  display: flex;
  background-color: #d0f8ff;

  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.product p {
  display: block;
  width: 100%;
  text-align: center;
}
.product a {
  display: block;
  margin: 10px auto 0 auto;
  padding: 0.5rem 0;
  width: 80%;
  border-radius: 50px;
  background-color: #00d9ff;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.product a img {
  width: 1.2rem;
}

/*present*/
.present h2 {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  line-height: 0;
}
.present ul li:nth-child(2) {
  background-color: #3366ff;
  line-height: 0;
}
.present .imgNote {
  margin: 0 auto;
  width: 80%;
}
.present a {
  display: block;
  margin: 0 auto;
  width: 45%;
  position: relative;
  top: 0px;
}
.present ul li p {
  display: block;
  margin: 0 auto;
  width: 90%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4 !important;
}
.present ul li:nth-child(2) p {
  position: relative;
  top: 0px;
}

/*event*/
.event h2 {
  margin: 2.5rem auto 1.5rem auto;
  width: 90%;
}
.eventIntroduction {
  display: flex;
  margin: 0 auto;
  width: 90%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
/* .eventIntroduction dl {
  display: flex;
  margin: 0 0 1.5rem 0;
  width: 58%;
  color: #fff;
  font-size: 1.0rem;

  flex-wrap: wrap;
}
.eventIntroduction dl dt {
  display: block;
  padding: 5px 0;
  width: 37%;
  border-bottom: dotted 2px #fff;
  text-align: left;
  line-height: 1.4;
}
.eventIntroduction dl dt img {
  width: auto;
  height: 1.6rem;
}
.eventIntroduction dl dd {
  display: block;
  padding: 5px 0;
  width: 63%;
  border-bottom: dotted 2px #fff;
  line-height: 1.4;
}
.eventIntroduction dl dd img {
  width: auto;
  height: 1.6rem;
}
.eventIntroduction dl dd:nth-child(2) img {
  height: 2.7rem;
} */
/* .eventIntroduction dl dd:nth-child(8) img {
  height: 1.0rem;
} */
.eventIntroduction p {
  width: 60% !important;
}
.eventIntroduction div {
  width: 40%;
}
.event a {
  display: block;
  margin: 10px auto 0 auto;
  width: 60%;
  line-height: 1;
}
#eventTxt {
  display: block;
  margin: 2rem auto 0 auto;
}

/*book*/
.book h2 {
  margin: 1.5rem auto 0.5rem auto;
  width: 80%;
}
.bookIntroduction {
  display: flex;
  margin: 20px auto 10px auto;
  width: 90%;

  flex-wrap: nowrap;
  justify-content: space-between;
}
.bookIntroduction p {
  display: block;
  margin: 0 !important;
  width: 47% !important;
}
.bookIntroduction p img {
  width: 100% !important;
}
.bookIntroduction div {
  display: block;
  width: 47% !important;
}
.book a {
  display: block;
  margin: 0 auto;
  width: 50%;
}

/*login*/
.login h2 {
  margin: 20px auto 0 auto;
  width: 70%;
}
.login .stump {
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  width: 90%;
  height: 135px;
  background: url(../img/login/stump_base.png) no-repeat center center;
  background-size: 100%;
}
.login ul li {
  position: absolute;
  width: 72px;
  height: 82px;
  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;
  transform: translate(-50%,-50%) scale(130%);

  -moz-opacity:0.0;
}
.login ul li.active {
  opacity:1.0;
  filter: alpha(opacity=100);
  transform: translate(-50%,-50%) scale(100%);

  -moz-opacity:1.0;
}
.login ul li img {
  width: 100%;
}
.login ul li p {
  color: #FF6617 !important;
  line-height: 0 !important;
}
.stump_pos01 {
  top: 39px;
  left: 40px;
}
.stump_pos02 {
  top: 80px;
  left: 106px;
}
.stump_pos03 {
  top: 39px;
  left: 172px;
}
.stump_pos04 {
  top: 80px;
  left: 238px;
}
.loginPresent {
  position: absolute;
  top: 55%;
  left: 50%;
  display: none;
  padding: 1rem 2.5rem 1.5rem 2.5rem;
  width: 80%;
  border: solid 2px #3350aa;
  border-radius: 50px;
  background-color: #e0e5f2;
  text-align: center;
  line-height: 1.0;
  transform: translate(-50%,-50%);
  font-weight: 800;
  color: #3350aa;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  font-size: 2.4rem;
}
.loginPresent span {
  font-size: 1.2rem;
  display: block;
  line-height: 1.4;
  margin: 10px 0 0 0;
}
.loginPresent.active {
  display: block;
}

/*about*/
.about h2 {
  margin: 10px auto 0 auto;
  width: 100%;
}
.about img {
  display: block;
  margin: 15px auto 0 auto;
  width: 85%;
}


/*studys*/
header.studys {
  top: 0;
}
#studysArea {
  position: relative;
  display: fixed;
  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: 350px;
  margin: 0 auto;
  padding: 110px 0 10px 0
}
#studysArea .content h2 {
  width: 400px;
  margin: 0 auto 20px auto;
}
#studysArea .content h3 {
  width: 500px;
  margin: 40px auto 10px auto;
}
#studysArea .content {
  display: block;
  width: 600px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fff000;
  border-radius: 20px;
}
#studysArea .content p {
  display: block;
  width: 500px;
  margin: 0 auto 20px auto;
  font-size: 1.4rem;
}
#modalArea {
  height: 660px;
}

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

#studysArea #study {
  display: block;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 50px 0;
  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: 100%, 100%, 100%;
}
#studysArea #study h2 {
  width: 600px;
  margin: 0 auto;
}
#studysArea #study p {
  display: block;
  width: 500px;
  margin: 20px auto 30px auto;
  font-size: 1.4rem;
  color: #fff;
}
.category1, .category2, .category3, .category4 {
  height: 520px;
  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: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
}

#studysArea #study ul li {
  display: block;
  width: 158px;
  height: auto;
  margin: 0 30px 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
#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 li {
  border-radius: 10px 10px 0 0;
  width: 200px;
  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;
}

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



/*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: 830px;
  margin: 80px 0 0 0;
  padding: 0 0 100px 0;
} 
#archivesArea h1 {
  width: 350px;
  margin: 0 auto;
  padding: 110px 0 10px 0;
  text-align: center;
}
#archivesArea h2 {
  text-align: left;
  color: #fff;
}
#archivesArea ul {
  display: flex;
  flex-wrap: wrap;
  width: 680px;
  margin: 0 auto;
}
#archivesArea ul li {
  width: 315px;
  margin: 10px 50px 0 0;
}
#archivesArea ul li:nth-child(2n) {
  margin: 10px 0 0 0;
}

.secToTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 117px;
}
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: 100%;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
footer#studys a, footer#archives a {
  display: block;
  width: 225px;
  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: 80px;
}
.news h2 {
  width: 280px;
  margin: 40px auto;
}
.news h2 img {
  width: 100%;
  height: auto;
}
.news ul {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: 50vh;
  overflow: hidden;
}
.news ul.active {
  height: 60vh;
  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: 100%;
  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 - 210px);
  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: none;
}
.news.active .close {
  display: block;
  position: absolute;
  top: calc(100vh - 160px);
  background-color: #00428b;
  color: #fff;
  text-align: center;
  height: 80px;
  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: 40%;
  left: 50%;
}
.news .close div:nth-child(2) {
  transform: translate(-50%,-50%) rotate(-45deg);
  top: 40%;
  left: 50%;
}
.news .close p {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 80%;
  left: 50%;
  font-size: 1.4rem;
}


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