@charset "utf-8";

body {
  font-family: YakuHanMP, "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", YuMincho, "MS PMincho", serif;
  font-size: 14px;
  line-heght: 2em;
  color: #000;
}

@media screen and ( max-width: 768px ){
  body {
    font-size: 13px;
    line-heght: 2em;
  }
}

footer {
  position: relative;
  background: #5693AE !important;
  z-index: 2;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fulfilling-bouncing-circle-spinner, .fulfilling-bouncing-circle-spinner * {
  box-sizing: border-box;
}

.fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: calc(60px * 0.03) solid #5693AE;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #5693AE;
  display: block;
  border-radius: 50%;
  position: relative;
  border: calc(60px * 0.1) solid #5693AE;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}

.mainVisual {
  position: relative;
}
.mainVisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bgfix_pc.jpg") right bottom no-repeat;
  background-size: cover;
  z-index: 1;
}
.mainVisual .mv {
  position: relative;
  z-index: 2;
}
.mainVisual h1 {
  position: absolute;
  top: 32%;
  left: 53%;
  width: 44.4%;
  z-index: 2;
}
.mainVisual h2 {
  position: absolute;
  top: 3%;
  left: 2%;
  /*width: 11%;*/
  width: 9.5%;
  z-index: 2;
}
.mainVisual h3 {
  position: absolute;
  top: 3.5%;
  left: 63.5%;
  width: 34%;
  z-index: 2;
}
.mainVisual h4 {
  position: absolute;
  bottom: 3%;
  right: 2%;
  width: 25%;
  z-index: 2;
}

.mv-bnr {
  position: absolute;
  left: 2%;
  /*max-width: 250px;
  width: 18%;*/
  /* max-width: 240px; */
  width: 16%;
  /* width: 12.5%; */
  z-index: 5;
  bottom: 4%;
}

.mv-bnr-item {
  transition: 0.5s;
  margin: 0 0 5% 0;
  display: block;
}

.mv-bnr-item:last-child {
  margin: 0;
}

.mv-bnr-item:hover {
  opacity: 0.8;
}

/* @media screen and ( max-width: 1800px ){
  .mv-bnr {
    max-width: 200px;
    width: 13%;
  }
} */

@media screen and ( max-width: 768px ){
  .mainVisual::before {
    display: none;
  }
  .mainVisual h1 {
    top: 3.5%;
    left: 4%;
    width: 92%;
  }
  .mainVisual h2 {
    top: 25%;
    left: 81%;
    width: 16%;
  }
  .mainVisual h3 {
    top: 83.5%;
    left: 4%;
    width: 36.4%;
  }
  .mainVisual h4 {
    bottom: 2%;
    right: 3%;
    width: 30%;
  }

  .mv-bnr {
    position: relative;
    left: auto;
    max-width: auto;
    width: 70%;
    bottom: auto;
    margin: 0 auto 5% auto;
  }

  .mv-bnr-item {
    margin: 0 0 5% 0;
  }
  
  .mv-bnr-item:last-child {
    margin: 0;
  }
  
}

/* menu */
.menu {
  padding: 40px 0;
  background: #fff;
}
.menu .nav {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.menu .nav li {
  width: 19%;
  margin: 0.5%;
}
.menu .nav li a {
  display: block;
  width: 100%;
  font-size: 0;
  border-radius: 3px;
  background: #DB6A99;
  transition: .5s;
}
.menu .nav li.cs a {
  opacity: .5;
  cursor: default;
}
.menu .nav li.cs a:hover{
  background: #DB6A99;
  cursor: default;
}
.menu .sns {
  display: flex;
  flex-wrap: wrap;
  width: 110px;
  margin: 20px auto 0;
}
.menu .sns li {
  width: 50px;
}
.menu .sns li:first-of-type {
  margin-right: 10px;
}
.menu .sns li a {
  display: block;
  width: 100%;
  font-size: 0;
  border-radius: 25px;
  background: #DB6A99;
  transition: .5s;
}
.menu .nav li:hover a,
.menu .sns li:hover a {
  background: #5693AE;
}

@media screen and ( max-width: 768px ){
  .menu .nav li {
    width: 32.33%;
  }
}

@media screen and ( max-width: 600px ){
  .menu .nav li {
    width: 48%;
    margin: 1%;
  }
}

section, .storySpBgWrap {
  position: relative;
  z-index: 2;
}
section .inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
section h2 img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
section .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and ( max-width: 768px ){
  section .inner {
    width: 90%;
    max-width: 90%;
  }
}

/* tieup */
.tieup {
  padding: 40px 0 0 0;
}

.tieup-wrapper {
  width: 90%;
  margin: 0 auto;
}

.tieup-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tieup-list-item {
  width: 200px;
  margin: 0 10px 20px 10px;
}

.tieup-list-btn img {
  transition: 0.3s;
}

.tieup-list-btn:hover img {
  opacity: 0.8;
}

@media screen and ( max-width: 768px ){

  .tieup-list {
    justify-content: space-between;
    /* justify-content: center; */
  }
  
  .tieup-list-item {
    width: 48%;
    margin: 0 0 4% 0;
  }

}

/* bnr */
.bnr {
  padding: 20px 0 0 0;
}

.bnr-wrapper {
  width: 90%;
  margin: 0 auto;
}

.bnr-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.bnr-list-item {
  width: 200px;
  margin: 0 10px 20px 10px;
}

.bnr-list-btn img {
  transition: 0.3s;
}

.bnr-list-btn:hover img {
  opacity: 0.8;
}

@media screen and ( max-width: 768px ){

  .bnr-list {
    /* justify-content: space-between; */
    justify-content: center;
  }
  
  .bnr-list-item {
    width: 48%;
    margin: 0 0 4% 0;
  }

}

/* barrier_free */
.barrier_free {
  padding: 10px 0 0 0;
}

.barrier_free-wrapper {
  width: 90%;
  margin: 0 auto;
}

.barrier_free-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.barrier_free-list-item {
  width: 300px;
  margin: 0 10px 10px 10px;
}

.bnr-list-chip img {
  transition: 0.3s;
}

.bnr-list-btn:hover img {
  opacity: 0.8;
}

@media screen and ( max-width: 768px ){

  .bnr-list {
    /* justify-content: space-between; */
    justify-content: center;
  }
  
  .bnr-list-item {
    width: 48%;
    margin: 0 0 4% 0;
  }

}

/* intro */
.intro {
  padding: 80px 0;
  background: url("../images/intro_bg.jpg") center center no-repeat;
  background-size: cover;
}
.intro h2 {
  width: auto;
  height: 19px;
}
.intro h3 {
  margin: 7% 0;
}
.intro h4 {
  margin: 0 0 5%;
}
.intro .phSetSp {
  display: none;
}
.intro .wrap {
  
}
.intro .txSet {
  width: 50%;
}
.intro .phSet {
  width: 46%;
}
.intro .phWrap {
  display: flex;
  width: 86%;
  margin: 6% 0 0;
}
.intro .phWrap .ph {
  width: 50%;
}
.intro .phWrap .ph:nth-of-type(2) {
  margin: 5% 0 0 -5%;
}
.intro .messageWrap {
  margin: 5% 0 0;
}
.intro .message:first-of-type {
  width: 74%;
}
.intro .message:nth-of-type(2) {
  width: 80%;
  margin: 2% 0 0 20%;
}

@media screen and ( max-width: 768px ){
  .intro {
    padding: 0 0 40px;
  }
  .intro .inner {
    padding-top: 30px;
  }
  .intro h2 img {
    width: 56.4%;
  }
  .intro h3 {
    width: 58%;
    margin: 7% auto 9%;
  }
  .intro .phSetSp {
    display: block;
    width: 100%;
  }
  .intro .txSet {
    width: 100%;
  }
  .intro .phSet {
    display: none;
  }
  .intro .phWrap {
    width: 100%;
  }
  .intro .phWrap .ph {
    width: 52.5%;
  }
}

/* story */
.storySpBgWrap {
  background: none;
}
.story {
  position: relative;
  padding: 10% 0;
  background: url("../images/story_bg.jpg") center center no-repeat;
  background-size: cover;
}
.story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(left, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 45%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 45%);
  background: linear-gradient(to right, rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 45%);
  z-index: 1;
} 
.story .phSetSp {
  display: none;
}
.story .inner {
  position: relative;
  width: 32.5%;
  margin: 0 4%;
  z-index: 2;
}
.story h2 {
  width: auto;
  height: 24px;
}
.story h2 img {
  margin: 0;
}
.story h3 {
  margin: 7% 0;
}
.story .tx {
  width: 90%;
  color: #fff;
}

@media screen and ( max-width: 768px ){
  .storySpBgWrap {
    background: url("../images/diagram_bg.jpg") center top no-repeat;
    background-size: cover;
  }
  .story {
    padding: 0;
    background: none;
  }
  .story::before {
    display: none;
  }
  .story .phSetSp {
    display: block;
    width: 100%;
  }
  .story .inner {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 9% 0 5%;
  }
  .story h2 img {
    width: 22%;
    margin: 0 auto;
  }
  .story .tx {
    width: 100%;
    color: #000;
  }
}

/* diagramWrap */
.diagramWrap {
  padding: 20px 0 80px;
  background: url("../images/diagram_bg.jpg") center top no-repeat;
  background-size: cover;
}

@media screen and ( max-width: 768px ){
  .diagramWrap {
    padding: 0 0 50px;
    background: none;
  }
}

/* phSet */
.phSet1,
.phSet2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.phSet1 {
  width: 98%;
  margin: 0 auto;
}
.phSet1 .ph {
  width: 23%;
  margin: 1%;
}
.phSet2 {
  background: #fff;
}
.phSet2 .ph {
  width: calc(100% / 3);
}

@media screen and ( max-width: 768px ){
  .phSet1 {
    width: 92%;
  }
  .phSet1 .ph {
    width: 48%;
    margin: 1%;
  }
  .phSet2 .ph {
    width: calc(100% / 2);
  }
  .phSet2 .ph.ph1 {
    order: 1;
  }
  .phSet2 .ph.ph2 {
    order: 3;
  }
  .phSet2 .ph.ph3 {
    order: 5;
  }
  .phSet2 .ph.ph4 {
    order: 2;
  }
  .phSet2 .ph.ph5 {
    order: 4;
  }
  .phSet2 .ph.ph6 {
    order: 6;
  }
}

/* diagram */
.diagram {
  padding: 80px 0 0;
}
.diagram h2 img {
  height: 21px;
}
.diagram .map {
  width: 90%;
  max-width: 840px;
  margin: 5% auto;
}
.diagram .btn_zoom {
  display: none;
}

@media screen and ( max-width: 768px ){
  .diagram h2 img {
    width: 25%;
  }
  .diagram .btn_zoom {
    display: block;
    width: 60%;
    max-width: 240px;
    margin: 0 auto;
    border-radius: 3px;
    background: #5693AE;
  }
}

/* bgfix */
.bgfix {
  width: 100%;
  background: url("../images/bgfix_pc.jpg") center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgfix .tx {
  position: relative;
  padding: 80px 80px 360px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 3.5em;
  overflow-y: auto;
  z-index: 2;
}

@media screen and ( max-width: 768px ){
  .bgfix {
    position: relative;
    background: none;
    z-index: 1;
  }
  .bgfix::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/bgfix_sp.jpg") right bottom no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .bgfix .tx {
    position: relative;
    padding: 1.5em 1.5em 30em;
    font-size: 14px;
    z-index: 2;
  }
}

/* cast */
.cast {
  padding: 80px 0;
  background: #fff;
}
.cast h2 img {
  height: 18px;
}
.cast .wrap {
  justify-content: space-between;
  margin: 5% 0 0;
}
.cast a {
  display: block;
  margin: 0 0 6%;
  transition: .5s;
}
.cast a:hover {
  opacity: .5;
}
.cast .pfL {
  width: 48%;
}
.cast .pfS {
  width: 17%;
}
.cast .pfL .name {
  width: 86%;
}
.cast .ph {
  margin: 0 0 10px;
}

@media screen and ( max-width: 768px ){
  .cast {
    padding: 40px 0 20px;
  }
  .cast h2 img {
    width: 54.4%;
  }
  .cast .pfL {
    width: 100%;
  }
  .cast .pfS {
    width: 46%;
  }
}

/* staff */
.staff {
  padding: 0 0 80px;
  background: #fff;
}
.staff h2 img {
  height: 18px;
}
.staff .wrap {
  margin: 5% 0 0;
}
.staff .phSet {
  width: 44%;
}
.staff .phL {
  display: none;
}
.staff .txSet {
  width: 53%;
}
.staff .txSet .name {
  width: 34%;
}
.staff .txSet .prof {
  margin: 1.5em 0 0;
}

@media screen and ( max-width: 768px ){
  .staff {
    padding: 0 0 40px;
  }
  .staff h2 img {
    width: 57.6%;
  }
  .staff .phSet,
  .staff .txSet {
    display: none;
  }
  .staff .phL {
    display: block;
    width: 100%;
  }
  .staff .phL .name {
    width: 56%;
    margin-top: 10px;
  }
}

/* themesong */
.themesong {
  padding: 80px 0;
  background: url("../images/themesong_bg.jpg") center top no-repeat;
  background-size: cover;
}
.themesong h2 img {
  height: 21px;
}
.themesong h3 {
  width: 28%;
  margin: 4% auto 2%;
}
.themesong .ph {
  width: 38.5%;
  margin: 0 auto;
}
.themesong .tx {
  margin-top: 1.5em;
  text-align: center;
}

@media screen and ( max-width: 768px ){
  .themesong {
    padding: 40px 0;
  }  
  .themesong h2 img {
    width: 15%;
  }
  .themesong h3 {
    width: 84%;
  }
  .themesong .ph {
    width: 90%;
  }
  .themesong .tx {
    text-align: left;
  }
  .themesong .tx br {
    display: none;
  }
}

/* ft */
.ft {
  padding: 80px 0;
  background: url("../images/ft_bg.jpg") center top no-repeat;
  background-size: cover;
}
.ft .inner {
  width: 90%;
  max-width: 430px;
  margin: 0 auto;
}
.ft .cast1 {
  width: 80%;
  margin: 0 auto 5%;
}
.ft .cast2 {
  width: 100%;
}
.ft .song {
  width: 90%;
  margin: 5% auto 7%;
}
.ft .staff1 {
  width: 100%;
}
.ft .roadshow {
  width: 46%;
  margin: 16% auto 0;
}
.ft .copyright {
  width: 100%;
}

@media screen and ( max-width: 768px ){
  .ft {
    padding: 40px 0;
  }
}

/* modal */
.modalWrap {
  display: none;
}
.castModal {
  background: #fff;
}
.castModal .wrap {
  display: flex;
  flex-wrap: wrap;
}
.castModal .ph {
  width: 68%;
  height: 70vh;
}
.castModal .ph img {
  display: none;
}
#cast01.castModal .ph {
  background: url("../images/cast_ph1.jpg") center center no-repeat;
  background-size: cover;
}
#cast02.castModal .ph {
  background: url("../images/cast_ph2.jpg") center center no-repeat;
  background-size: cover;
}
#cast03.castModal .ph {
  background: url("../images/cast_ph3.jpg") center center no-repeat;
  background-size: cover;
}
#cast04.castModal .ph {
  background: url("../images/cast_ph4.jpg") center center no-repeat;
  background-size: cover;
}
#cast05.castModal .ph {
  background: url("../images/cast_ph5.jpg") center center no-repeat;
  background-size: cover;
}
#cast06.castModal .ph {
  background: url("../images/cast_ph6.jpg") center center no-repeat;
  background-size: cover;
}
#cast07.castModal .ph {
  background: url("../images/cast_ph7.jpg") center center no-repeat;
  background-size: cover;
}
#cast08.castModal .ph {
  background: url("../images/cast_ph8.jpg") center center no-repeat;
  background-size: cover;
}
#cast09.castModal .ph {
  background: url("../images/cast_ph9.jpg") center center no-repeat;
  background-size: cover;
}
#cast10.castModal .ph {
  background: url("../images/cast_ph10.jpg") center center no-repeat;
  background-size: cover;
}
#cast11.castModal .ph {
  background: url("../images/cast_ph11.jpg") center center no-repeat;
  background-size: cover;
}
#cast12.castModal .ph {
  background: url("../images/cast_ph12.jpg") center center no-repeat;
  background-size: cover;
}
.castModal .txSet {
  width: 32%;
  height: 70vh;
  padding: 3.5em 2.5em;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.castModal .txSet h1 {
  margin: 0 0 8%;
}
.castModal .chara {
  margin: 15% 0 24%;
}
.castModal .chara h2 {
  margin: 0 0 3%;
  padding: 0 0 2%;
  font-size: 128%;
  border-bottom: 1px dashed #629EC2;
}
.castModal .chara.f h2 {
  border-bottom: 1px dashed #CF6691;
}
.staffModal .txSet h1 img:first-of-type {
  display: block;
}
.staffModal .txSet h1 img:last-of-type {
  display: none;
}

@media screen and ( max-width: 768px ){
  .castModal .ph {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .castModal .ph img {
    display: block;
  }
  #cast01.castModal .ph,
  #cast02.castModal .ph,
  #cast03.castModal .ph,
  #cast04.castModal .ph,
  #cast05.castModal .ph,
  #cast06.castModal .ph,
  #cast07.castModal .ph,
  #cast08.castModal .ph,
  #cast09.castModal .ph,
  #cast10.castModal .ph,
  #cast11.castModal .ph,
  #cast12.castModal .ph {
    background: none;
  }
  .castModal .txSet {
    width: 100%;
    height: auto;
    padding: 3.5em 2.5em;
  }
  .castModal .txSet h1 {
    width: 76%;
  }
  .castModal .chara {
    margin: 10% 0 0;
  }
  .staffModal .txSet h1 img:first-of-type {
    display: none;
  }
  .staffModal .txSet h1 img:last-of-type {
    display: block;
    width: 114%;
  }
}


