@charset "UTF-8";
/*googleフォントからNoto Sans JP,oto Serif JP,Robotoを引用*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");


/*****************************************/
/*PC,SPでの出し分け*/
/* sp時にしか表示させない */
@media only screen and (min-width: 769px) {.is_sp {display: none !important}}
/* PC時にしか表示させない */
@media only screen and (max-width: 768px) {.is_pc {display: none !important}}
/*****************************************/
html {
  font-size: 10px
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  /*背景画像もプリントアウト対象にする*/
  -webkit-print-color-adjust: exact
}
/*****************************************/
/*flex関連をclass化*/

/*通常版*/
.flex {
  display: flex;
  flex-flow: row wrap;
}

/*左右中央寄せ*/
.flex_center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/*天地中央寄せ*/
.flex_middle {
  display: flex;
  flex-flow: row wrap;
  -ms-align-items: center;
  align-items: center;
}

/*flex逆から*/
.flex_reverse {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row-reverse;
}

/*flex-boxを使った天地左右中央寄せ*/
.just_center {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*左右詰め等倍*/
.space_between {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/*-----------------------------*/
/*      form周りのリセット（要適宜）      */
/*----------------------------*/
/*
input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-clip: padding-box;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
}

input::-ms-clear,
button:-ms-clear {
  display: none;
}

input::-ms-reveal,
button:-ms-reveal {
  display: none;
}

input::-ms-expand,
button:-ms-expand {
  display: none;
}

input:focus,
button:focus {
  outline: none;
}
*/
nav {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif !important;
}
/*****************************************/
/*
  footer
*/
footer {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
  padding-top: 64px;
  background: #fff;
}
footer .inbox .bnr_area {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer .inbox .logo1 {
  text-align: center;
  padding: 0px 0 24px;
}
footer .inbox .logo1 img {
  width: 96px;
  height: 48px;
}
footer .inbox .footermenu {
  text-align: center;
  padding-bottom: 8px;
}
footer .inbox .footermenu {
  color: #004EA2;
}
footer .inbox .footermenu li {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #999999;
}
footer .inbox .footermenu li:first-child, footer .inbox .copyright li:first-child {
  border: none !important;
}
footer .inbox .footermenu li a {
  color: #004EA2;
}
footer .inbox .logo2 {
  text-align: center;
  padding: 48px 0 24px;
}
footer .inbox .logo2 img {
  width: 160px;
  height: 48px;
}
footer .inbox .copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 16px;
}
footer .inbox .copyright li {
  width: 100%;
}
footer .inbox .copyright li {
  display: inline-block;
  padding: 0 8px;
  color: #004EA2;
}
footer .inbox .footermenu li:first-child, footer .inbox .copyright li:first-child {
  border: none !important;
}
footer .inbox .footermenu li a {
  color: #004EA2;
}
@media only screen and (max-width: 768px) {
  footer .inbox .logo1 {
    padding: 0px 0 16px;
  } 
  footer .inbox .logo2 {
    padding: 32px 0 16px;
  }
}
/*****************************************/
/*****************************************/
/*****************************************/
#body_bgi{
  background:url(../images/bg_kv_pc.jpg) 50% 0 no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#l_curtain,
#r_curtain{
  width: 50%;
  position: fixed;
  top: 0;
  z-index: -1;
}
#l_curtain img,
#r_curtain img{
  width: 100%;
}
#l_curtain{left: 0;}
#r_curtain{right: 0;}
@media only screen and (min-width: 769px) {
  #l_curtain,
  #r_curtain{
    width: 31.25%;
  }
}
@media only screen and (max-width: 768px) {
  #body_bgi{
    background:url(../images/bg_kv_sp.jpg) 32% 0 no-repeat;
    background-size: cover;
  }
}
/*
  #kv
*/
.sp_p0_8{
  padding: 0 8px;
}
.changeArea .scorp{
  display: none;
}
.changeArea .scorp.current{
  display: block;
}
.grid03 .scorp_thumb{
  width: 23.8889%;
  cursor: pointer;
}

.grid04{
  background: url(../images/bak_name.png) 50% 50% no-repeat;
  background-size: auto 100%;
  width: 100%;
  text-align: center;
  padding: 0;
}

.grid04 .release{
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  background: #99AAD6;
  border-radius: 48px;
  padding: 4px 15px;
  display: inline-block;
}
.grid04 .item{
  margin-top: 8px;
  font-size: 1.4rem;
  color: #06518C;
}
.grid04 .name{
  margin-top: 8px;
  font-size: 2rem;
  font-weight: bold;
  color: #6283C2;
}
.grid04 .detail{
  margin-top: 8px;
  font-size: 1.4rem;
  color: #7688B2;
}

@media only screen and (min-width: 769px) {
  body:not(.ie) .jc{
    height: 50%;
    display:flex;
    flex-flow:row wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body:not(.ie) .grid02{
    height: 100%;
  }
  h1{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .grid_area{
    width: calc(100% / 16 * 12);
    margin: 0 auto 24px;
  }
  .grid_area .left{
    width: calc(100% / 12 * 3);
    width: 25%;
  }
  .grid_area .center{
    width: calc(100% / 12 * 6);
    width: 50%;
  }
  .grid_area .right{
    width: calc(100% / 12 * 3);
    width: 25%;
  }
  body:not(.ie) .grid01 {
    height: 21.484%;
  }
  .grid03 .scorp_thumb,
  .grid03 .click {
    width: 50%;
  }
  body:not(.ie) .grid04 {
    height: 71.178%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    background: url(../images/bak_name.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    margin-top: 25%;
    padding: 48px 0 96px;
  }
  .chara_img {
    margin-top: -49%;
  }
}

@media only screen and (min-width: 1440px) {
  h1{
    max-width: none;
    width: calc(100% / 16 * 8.9);
  }
}

@media only screen and (max-width: 768px) {
  .grid_area {
    margin-bottom: 16px;
  }
  .grid01 {
    margin-top: 16px;
  }
  .grid04 {
    display: flex;
    flex-direction: column;
    background: url(../images/bak_name_sp.png) 50% 50% no-repeat;
    background-size: auto 100%;
    margin-top: 48px;
    min-height: 400px;
  }
  .grid04 .chara_img {
    max-width: 344px;
    width: 100%;
    margin: -72px auto 0;
  }
  .grid04 .text {
    padding-top: 16px;
  }
}

#intro {
  text-align: center;
  padding-bottom: 40px;
}
.intro_wrap {
  padding: 0 16px;
}

@media only screen and (max-width: 768px) {
  #intro {
    padding-bottom: 0;
  }
  .intro_wrap {
    padding: 0;
  }
}

/*--------------------*/
.btn a{
  display: block;
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 11px 0;
  background: #6283C2;
  border: 4px solid #99aad6;
  box-shadow: 0px 0px 6px #fff;
  border-radius: 26px;
}
.dl{
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .btn a{
    max-width: 360px;
  }
  .dl{
    max-width: none;
  }
}
/*--------------------*/
/*
  #lineup
*/
#lineup{
  padding-top: 80px;
  padding-bottom: 32px;
}
#lineup h2{
  padding: 0 8px;
}
.lineup_list{
  padding: 0 4px;
}
.lineup_list li{
  padding: 0 4px;
  margin-top: 8px;
}
.lineup_list li a{
  display: block;
  border-radius: 17px 17px 16px 16px;
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.8));
  overflow: hidden;
  text-align: center;
  background: #fff;
  padding-bottom: 18px;
  height: 100%;
}

.lineup_list h3{
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #6283C2;
}
.lineup_list h3 span.name{
  font-size: 1.6rem;
  color: #06518C;
}
.lineup_list h3 span.ib{
  display: inline-block;
}
.lineup_list .date{
  font-size: 1.2rem;
  color: #7688B2;
  padding-top: 8px;
}
@media only screen and (min-width: 769px) {
  #lineup h2{
    padding: 0;
    max-width: 640px;
    margin: 0 auto 24px;
  }
  .lineup_list{
    padding: 0;
    width: calc(100% / 16 * 8);
    margin: 0 auto;
  }
  .lineup_list li{
    padding: 0;
    width: calc( (100% - 18px ) / 3 );
    margin-right: 9px;
    margin-top: 16px;
  }
  .ie  .lineup_list li{
    width: 32.5%;
    margin-right: 1.25%;
  }
  .lineup_list li:nth-child(3n){
    margin-right: 0;
  }
  .lineup_list li:last-of-type{
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .lineup_list h3 {
    font-size: 1.1rem;
  }
  .lineup_list .date {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  #lineup{
    padding-top: 64px;
    padding-bottom: 48px;
  }
  .lineup_list {
    width: 100%;
    padding: 0 8px;
  }
  .lineup_list li{
    padding: 0;
    width: calc( (100% - 9px ) / 2 );
    margin-top: 0;
  }
  .lineup_list li:nth-child(odd){
    margin-right: 9px;
  }
  .lineup_list li:nth-child(n+3){
    margin-top: 10px;
  }
  .lineup_list h3 {
    font-size: 1.4rem;
  }
  .lineup_list h3 span.name {
    font-size: 1.4rem;
  }
  .lineup_list .date {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 350px) {
  .lineup_list h3 {
    font-size: 1.2rem;
  }
  .lineup_list .date {
    font-size: 1.2rem;
  }
}


/*--------------------*/
/*
  #chara_list
*/
#chara_list{
  background: transparent;
  backdrop-filter: blur(29.78179931640625px);
  --webkit-backdrop-filter: blur(29.78179931640625px);
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 8px;
}
#chara_list li{
  width: calc( (100% - 10px) / 2 );
  margin-right: 10px;
  margin-top: 16px;
  text-align: center;
}
#chara_list li:nth-of-type(2n){
  margin-right: 0;
}
#chara_list .img{
  border: 2px solid #99AAD6;
  border-radius: 20px;
  overflow: hidden;
}
#chara_list h3{
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #06518C;
}
@media only screen and (min-width: 769px) {
  #chara_list h2{
    max-width: 640px;
    margin: 0 auto 32px;
  }
  .chara_list{
    width: calc(100% / 16 * 11);
    margin: 0 auto;
  }
  #chara_list li{
    width: calc(100% / 4);
    width: 25%;
    margin-right: 0;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  #chara_list {
    padding-top: 48px;
    padding-bottom: 68px;
  }
}
/*--------------------*/
/*
  #movie
*/
#movie{
  padding: 64px 8px;
  /* background: #F6EECB; */
}
.movie{
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;


}

iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 17px 17px 16px 16px;
  box-shadow: 0px 4px 16px rgba(72, 122, 177, 0.66);


}

@media only screen and (min-width: 769px) {
  #movie h2{
    max-width: 540px;
    margin: 0 auto;
  }
  .movie_wrap{
    margin: 0 auto;
    width: calc( 100% / 16 * 8 );
  }
}




