/* about the movie css */


/* common */

/* 
font-family: 'Bebas Neue', cursive;
font-family: 'Noto Sans JP', sans-serif;
 */

body {
  font-size: 15px;
  line-height: 1.9em;
}

.page_about img {
  width: 100%;
  height: auto;
}
.page_about a {
  transition: .25s;
}

section {
  position: relative;
  z-index: 2;
}

.section_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.section_title {
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: .05em;
}

footer.footer.black {
  position: relative;
  background: #13378A;
  z-index: 2;
}

/* slick overwrite */
.slick-dots {
  bottom: -70px;
}
.slick-dots li button{
  font-size:initial;
  color:initial;
  background:initial;
}
.slick-dots li button:before{
  content:none;
}
.slick-dots li{
  width: 44px;
  height: 44px;
}
.slick-dots li button{
  width:100%;
  height:100%;
  padding: 0;
  font-family: 'Bebas Neue', cursive;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  color:#13378A;
  text-align: center;
  border: 1px solid #13378A;
}
.slick-dots li.slick-active button{
  color: #fff;
  background:#13378A;
}
.intro .slick-dots {
  text-align: left;
}
.story .slick-dots li button{
  color: #000;
  border: 1px solid #000;
}
.story .slick-dots li.slick-active button{
  color: #fff;
  background: #000;
}

@media screen and (max-width: 768px) {
  .intro .slick-dots {
    text-align: center;
  }
}

/* about_top */
.about_top {
  width: 100%;
  height: 35vw;
  padding-top: 5vw;
  background: url(../img/about/about_head_img_pc.jpg) center no-repeat;
  background-size: 100%;
}
.about_title {
  font-size: 80px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about_top {
    height: 79vw;
    padding-top: 24vw;
    background: url(../img/about/about_head_img_sp.jpg) center no-repeat;
    background-size: 100%;
  }
  .about_title {
    font-size: 14vw;
  }
}

/* introduction */
.intro {
  position: relative;
  padding: 50px 0 150px;
  background: #bcc6d2 url(../img/about/intro_bg_pc.jpg) right bottom no-repeat;
  background-size: 90%;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  background: rgb(188,198,210);
  background: -moz-linear-gradient(0deg, rgba(188,198,210,0) 0%, rgba(188,198,210,1) 75%, rgba(188,198,210,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(188,198,210,0) 0%, rgba(188,198,210,1) 75%, rgba(188,198,210,1) 100%);
  background: linear-gradient(0deg, rgba(188,198,210,0) 0%, rgba(188,198,210,1) 75%, rgba(188,198,210,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bcc6d2",endColorstr="#bcc6d2",GradientType=1);
  z-index: 1;
}
.intro_inner {
  position: relative;
  z-index: 3;
}
.intro_title {
  color: #FCF001;
}
.intro_catch {
  width: 100%;
  max-width: 1016px;
  margin: 60px auto 115px;
}
.intro_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.intro_slider {
  width: 44%;
}
.intro_lead {
  margin: 0 0 30px;
}
.intro_nande {
  position: absolute;
  bottom: 43vw;
  right: 4.5%;
  width: 3.5%;
}

@media screen and (max-width: 1200px) {
  .intro {
    background: #bcc6d2 url(../img/about/intro_bg_pc.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  .intro_nande {
    bottom: 47vw;
    right: 5%;
    width: 3.5%;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 40px 0 78vw;
    background: #bcc6d2 url(../img/about/intro_bg_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  .intro::before {
    height: 120vw;
  }
  .intro_catch {
    margin: 30px auto 55px;
  }
  .intro_slider {
    width: 100%;
  }
  .intro_nande {
    bottom: 54vw;
    right: 3.5%;
    width: 7%;
  }
}

/* story */
.story {
  padding: 90px 0 0;
  background: #fff;
}
.story_title {
  color: #000;
}
.story_photos {
  position: relative;
  width: 104%;
  margin-left: -2%;
  z-index: 3;
}
.story_item {
  position: relative;
  width: 15%;
  margin: 1vw 0 0 80%;
  z-index: 3;
}
.story_content {
  margin: -18vw 0 0;
  padding: 20vw 0 100px;
  background: #FCF001;
}
.story_slider {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.story_lead {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 700;
}
.story_lead_bottom {
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .story {
    padding: 35px 0 0;
  }
  .story_photos {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .story_photos picture {
    display: none;
  }
  .story_photos_sp {
    width: 110%;
    height: 300px;
    background: url("../img/about/story_img_sp.png");
    -webkit-background-size: auto 300px;
    background-size: auto 300px;
    background-repeat-y: no-repeat;
    animation: bgscroll-2 20s linear infinite;
  }
  .story_item {
    display: none;
  }
  .story_slider {
    margin-top: 50px;
  }
  .story_lead {
    margin: 0 0 5px;
    font-size: 20px;
  }
  .story_lead_bottom {
    margin: 5px 0 0;
  }
}

@-webkit-keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -833px 0;
  }
}
@keyframes bgscroll-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -833px 0;
  }
}


.bgfixed1 {
  width: 100%;
  height: 65vw;
  background: url(../img/about/visual1_pc.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .bgfixed1 {
    position: relative;
    height: 81vw;
    background: url(../img/about/visual1_sp.jpg) center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    z-index: 2;
  }
}

/* characters */
.characters {
  position: relative;
  padding: 90px 0 160px;
  background: #13378A;
}
.characters_title {
  margin-bottom: 80px;
  color: #FCF001;
}
.characters_note1 {
  position: absolute;
  top: 110px;
  left: 5%;
  width: 15%;
}
.characters_note2 {
  position: absolute;
  bottom: 60px;
  right: 5%;
  width: 15%;
}
.characters_diagram_scroll_text {
  display: none;
}

@media screen and (max-width: 768px) {
  .characters {
    padding: 60px 0 110px;
  }
  .characters_inner {
    width: 100%;
  }
  .characters_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .characters_title_text {
    width: 260px;
    text-align: center;
  }
  .characters_title::before {
    content: "";
    width: 12%;
    height: 22vw;
    background: url(../img/about/characters_note1_sp.svg) center no-repeat;
    background-size: 100% auto;
  }
  .characters_title::after {
    content: "";
    width: 12%;
    height: 22vw;
    background: url(../img/about/characters_note2_sp.svg) center no-repeat;
    background-size: 90% auto;
  }
  .characters_note1,
  .characters_note2 {
    display: none;
  }
  .characters_diagram {
    width: 100%;
    text-align: center;
    overflow-x: scroll;
  }
  .characters_diagram_img {
    display: inline-block;
    width: 1060px;
    padding: 0 30px;
  }
  .characters_diagram_scroll_text {
    display: block;
    width: 90%;
    margin: 30px auto 0;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Bebas Neue', cursive;
    font-size: 7vw;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    color: #13378A;
    background: url(../img/about/characters_diagram_scroll.png) center no-repeat;
    background-size: 100%;
  }
}

.gallery {
  position: relative;
  margin: 0;
  overflow: hidden;
  z-index: 3;
}
.gallery_img {
  width: 100%;
  height: 28vw;
  background: url("../img/about/gallery.jpg") center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .gallery_img {
    width: 110%;
    height: 230px;
    background: url("../img/about/gallery.jpg");
    -webkit-background-size: auto 230px;
    background-size: auto 230px;
    background-repeat-y: no-repeat;
    animation: bgscroll-1 40s linear infinite;
  }
}

@-webkit-keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 785px 0;
  }
}
@keyframes bgscroll-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 785px 0;
  }
}

.bgfixed2 {
  width: 100%;
  height: 65vw;
  background: url(../img/about/visual2_pc.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .bgfixed2 {
    position: relative;
    height: 120vw;
    background: none;
  }
  .bgfixed2::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/about/visual2_sp.jpg) center no-repeat;
    background-size: cover;
  }
}

/* cast */
.cast {
  padding: 105px 0 210px;
  background: #13378A;
}
.cast_inner {
  position: relative;
  max-width: 800px;
}
.cast_title {
  margin-bottom: 80px;
  color: #FCF001;
}
.cast_note1 {
  position: absolute;
  top: -2%;
  left: -14%;
  width: 12%;
}
.cast_note2 {
  position: absolute;
  top: 102%;
  right: -12%;
  width: 24%;
}
.cast_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast_item {
  position: relative;
  width: 31.25%;
  margin-bottom: 3%;
  overflow: hidden;
}
.cast_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/about/cast_icon_plus.svg) center no-repeat;
  background-size: 100%;
  transition: .15s;
}
.cast_item:hover::after {
  transform: scale(1.15);
}
.cast_item_l {
  width: 100%;
  margin-bottom: 3%;
}
.cast_thumbnail {
  transition: .25s;
}
.cast_item:hover .cast_thumbnail {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .cast {
    padding: 15vw 0 80px;
  }
  .cast_title {
    margin-bottom: 13vw;
  }
  .cast_note1 {
    top: -2%;
    left: 3%;
    width: 12%;
  }
  .cast_note2 {
    position: absolute;
    top: -3%;
    right: 3%;
    width: 13%;
  }
  .cast_item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .cast_item_l {
    width: 100%;
    margin-bottom: 3%;
  }
}

/* staff */
.staff {
  position: relative;
  padding: 90px 0 130px;
  background: #fff;
  z-index: 3;
}
.staff_inner {
  position: relative;
  max-width: 700px;
}
.staff_note1 {
  position: absolute;
  top: 20%;
  left: -14%;
  width: 12%;
}
.staff_note2 {
  position: absolute;
  top: 4%;
  right: -12%;
  width: 10%;
}
.staff_note3 {
  position: absolute;
  bottom: -16%;
  left: -8%;
  width: 16%;
}
.staff_band {
  position: absolute;
  bottom: -12%;
  right: 3%;
  width: 22%;
}
.staff_wrap {

}
.staff_item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 44px 0 0;
  padding: 15px 25px;
  border: 1px solid #FFF79F;
  background: #FFF79F;
}
.staff_item:hover {
  border: 1px solid #FCF001;
  background: #fff;
}
.staff_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../img/about/staff_icon_plus.svg) center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.staff_item:hover::after {
  width: 36px;
  height: 36px;
  margin-top: -18px;
}
.staff_item .staff_icon {
  width: 10%;
  margin-right: 5%;
}
.staff_item .staff_name {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .staff {
    padding: 45px 0 30vw;
  }
  .staff_title {
    margin-bottom: 10vw;
  }
  .staff_note1 {
    top: 0;
    left: 5%;
    width: 15%;
  }
  .staff_note2 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 12%;
  }
  .staff_note3 {
    display: none;
  }
  .staff_band {
    position: absolute;
    bottom: -30vw;
    right: 8%;
    width: 84%;
  }
  .staff_item {
    margin: 25px 0 0;
  }
  .staff_item .staff_name {
    width: 70%;
  }
}

/* song */
.song {
  padding: 60px 0 90px;
  color: #fff;
  background: #13378A;
}
.song_inner {
  max-width: 700px;
}
.song_title {
  margin-bottom: 80px;
  color: #FCF001;
}
.song_higedan {
  width: 58%;
  margin: 0 auto;
}
.song_choral_a {
  width: 35.5%;
  margin: 5% auto;
}
.song_text {
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .song {
    padding: 35vw 0 90px;
  }
}

/* bottom */
.bottom {
  padding: 4.5vw 0 37.5vw;
  background: url(../img/about/bottom_bg_pc.jpg) center bottom no-repeat;
  background-size: 100% auto;
}
.bottom_inner {
  max-width: 1142px;
}

@media screen and (max-width: 768px) {
  .bottom {
    padding: 9vw 0 85vw;
    background: url(../img/about/bottom_bg_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
}

/* colorbox overwrite */
.profModal #cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url("../img/modal/modal_btn_close.svg") center center no-repeat;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}