@charset "UTF-8";

/* overwrite */
.l-wrapper {
  height: auto;
  background: none;
}

.l-wrapper section {
  position: relative;
  z-index: 2;
}

.c-yt-modal__nav {
  flex-wrap: wrap;
  justify-content: center;
  height: 45px;
  top: -95px;
  width: 768px;
}
.c-yt-modal__link {
  border-radius: 4px;
  flex-basis: 245px;
  height: 40px;
  margin: 5px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .c-yt-modal__nav {
    flex-wrap: wrap;
    justify-content: center;
    height: 11.5384615385vw;
    left: 1vw;
    /*top: -14.1025641026vw;*/
    top: -27vw;
    width: 98vw;
  }
  .c-yt-modal__link {
    border-radius: 1vw;
    font-size: 3vw;
    flex-basis: 48vw;
    height: 6.75vw;
    padding-top: 2vw;
    margin: 0.5vw;
  }
}

/* font */
/*
font-family: 'Cormorant', serif;
font-family: 'Noto Sans JP', sans-serif;
*/

/* full */
.fullContents {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  overflow: hidden;
  /* overflow-x: hidden;
  overflow-y: auto; */
}

@media screen and (max-width: 768px) {
  .fullContents {
    font-size: 14px;
  }
}


/* main visual */
.mainVisual {
  position: relative;
  overflow: hidden;
}
.mainVisual .img {
  font-size: 0;
}
.mainVisual .img img {
  width: 100%;
}
.overContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2% 0 0;
}
.overContent .academy {
  width: 80%;
  margin: -1.75% auto 2.5%;
}
.overContent .academy img {
  width: 100%;
}
.overContent .lead {
  width: 63.32%;
  margin: 0 auto 17%;
}
.overContent .title {
  width: 28%;
  margin: 0 auto 1.5%;
}
.overContent .roadshow {
  width: 42.67%;
  margin: 0 auto 2.5%;
}
.overContent .caststaff {
  width: 53.29%;
  margin: 0 auto 1%;
}
.overContent .copyright {
  width: 16%;
  margin: 0 auto;
}
.overContent .copyright img {
  width: 100%;
  height: auto;
}
.mv-banner-wrap {
  position: absolute;
  bottom: 13%;
  left: 2.5%;
  display: block;
  width: 19%;
}
.mv-banner-wrap-r {
  position: absolute;
  bottom: 13%;
  right: 2.5%;
  display: block;
  width: 19%;
}
.mv-banner-wrap-r-top {
  position: absolute;
  top: 1.25%;
  right: 1%;
  display: block;
  width: 13%;
}
.mv-banner-item {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.mv-banner-item.bddvd {
  display: block;
  width: 70%;
  margin: 5px auto 15px;
}
.mv-banner-item img {
  width: 100%;
  height: auto;
  transition: .25s;
}
.mv-banner-item:hover img {
  transform: scale(1.05);
}
.spotifyWrap {
  width: 100%;
  margin: 5px 0;
}

#cboxCurrent {
  display: none !important;
  opacity: 0 !important;
}

@media screen and (max-width: 768px) {
  .overContent {
    padding: 3% 0 0
  }
  .overContent .academy {
    width: 95%;
    margin: -2.5% auto 7%;
  }
  .overContent .lead {
    width: 80%;
    margin: 0 auto 35%;
  }
  .overContent .title {
    width: 62%;
    margin: 0 auto 4%;
  }
  .overContent .roadshow {
    width: 80%;
    margin: 0 auto 4%;
  }
  .overContent .caststaff {
    width: 58%;
    margin: 0 auto 1%;
  }
  .overContent .copyright {
    width: 35%;
    margin: 0 auto;
  }
  .mv-banner-wrap,
  .mv-banner-wrap-r,
  .mv-banner-wrap-r-top {
    display: none;
  }
}


/* nav */
.nav {
  position: relative;
  padding: 50px 0;
  background: #fff;
  z-index: 2;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.nav-item {
  width: 18%;
  margin: 1%;
  height: 40px;
}
.nav-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'Cormorant', serif;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #47B5BB;
  border-radius: 4px;
  background: #47B5BB;
  cursor: pointer;
  transition: .2s;
}
.nav-link:hover {
  color: #47B5BB;
  background: #fff;
}
.nav_twitter {
  display: block;
  width: 50px;
  height: 50px;
  margin: 40px auto 0;
}
.nav_twitter img {
  width: 100%;
  height: 100%;
}
.nav-banner-wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-item {
    width: 48%;
    margin: 1%;
  }
  .nav-banner-wrap {
    display: block;
    width: 88%;
    margin: 30px auto 0;
  }
  .nav-banner-item,
  .nav-banner-item-b {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 5px auto;
  }
  .nav-banner-item img {
    width: 100%;
    height: auto;
  }
  .nav-banner-item-b img {
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #ddd;
    overflow-y: hidden;
  }
  .spotifyWrap {
    width: 100%;
    max-width: 400px;
    margin: 5px auto;
  }
}


/* intro */
.intro {
  position: relative;
}
.intro .img {
  font-size: 0;
}
.intro-catch {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 92%;
  margin: 0 auto;
}
.intro-contents-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 14% 0 0;
  padding: 4%;
  box-sizing: border-box;
}
.intro-textWrap {
  width: 50%;
  max-width: 570px;
  margin: 0 0 0 50%;
  padding: 10% 0 0;
}
.intro-title {
  width: 70%;
  margin: 0 auto;
}
.intro-lead {
  margin: 8% auto;
}
.intro-text {
  height: 25vw;
  color: #fff;
  line-height: 2em;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .intro-catch {
    top: 2%;
    left: 5%;
    width: 90%;
  }
  .intro-contents-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
    background: #fff;
  }
  .intro-textWrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 4% 0 0;
  }
  .intro-text {
    height: auto;
    color: #000;
    line-height: 2em;
    overflow-y: auto;
  }
}


/* story */
.story {
  position: relative;
  background: #47B5BB;
}
.story-inner {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 20vw 0 15vw;
}
.story-title {
  margin: 0 0 40px;
  text-align: center;
}
.story-text {
  line-height: 2em;
}
.story-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  font-size: 0;
}
.story-img02 {
  position: absolute;
  bottom: 30vw;
  right: 0;
  width: 24%;
  font-size: 0;
}
.story-photoWrap {
  display: flex;
  flex-wrap: wrap;
}
.story-photo-item {
  width: 25%;
  font-size: 0;
  overflow: hidden;
}
.story-photo-item img {
  display: block;
  transform: scale(1.05);
}

@media screen and (max-width: 1080px) {
  .story-img02 {
    bottom: 330px;
  }
}

@media screen and (max-width: 768px) {
  .story-inner {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
  .story-title {
    width: 36%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .story-img01 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .story-img02 {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .story-text {
    padding: 0 0 40px;
  }
  .story-photo-item {
    width: 50%;
    font-size: 0;
    overflow: hidden;
  }
}


.bgfix {
  position: relative;
  width: 100%;
  height: 72vw;
  background: url(../img/bgfix_pc.jpg) center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* .bgfix::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/bgfix_pc.jpg) center bottom no-repeat;
  background-size: cover;
  z-index: 1;
} */

@media screen and (max-width: 768px) {
  .bgfix {
    height: 125vw;
  }
  .bgfix::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bgfix_sp.jpg) center bottom no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

.pnote {
  padding: 120px 0 60vw;
  background: #fff url(../img/pnote_bg_pc.jpg) center bottom -2px no-repeat;
  background-size: 100% auto;
}
.pnote-inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
.pnote-title {
  margin: 0 0 120px;
  text-align: center;
}
.noteWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.note-item {
  width: 30%;
  margin: 0 0 40px;
}
.note-item .img {
  margin: 0 0 8px;
  border-radius: 10px;
  overflow: hidden;
}
.note-item .img img {
  transition: .2s;
}
.note-item:hover .img img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .pnote {
    padding: 60px 0 90vw;
    background: #fff url(../img/pnote_bg_sp.jpg) center bottom -2px no-repeat;
    background-size: 100% auto;
  }
  .pnote-title {
    width: 80%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .note-item {
    width: 100%;
  }
}

.cast {
  padding: 120px 0;
  background: #47B5BB;
}
.cast-inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
.cast-title {
  margin: 0 0 60px;
  text-align: center;
}
.castWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast-item {
  width: 48%;
  margin: 0 0 40px;
}
.cast-item.cast-item-l {
  width: 100%;
}
.cast-item .img {
  margin: 0 0 8px;
  border-radius: 10px;
  overflow: hidden;
}
.cast-item .text {
  width: 85%;
}
.cast-item .text img {
  width: 100%;
}
.cast-item.cast-item-l .text img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .cast {
    padding: 60px 0;
  }
  .cast-title {
    width: 26%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .cast-item {
    width: 100%;
  }
  .cast-item .text {
    width: 100%;
  }
  .cast-item.cast-item-l .text img {
    width: 100%;
  }
}



.bgWrap {
  position: relative;
  background: #fff url(../img/staff_bg_pc.jpg) center bottom no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}
.bgWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vw;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  z-index: 1;
}
.bgWrap > section {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .bgWrap {
    background: transparent;
  }
  .bgWrap::before {
    display: none;
  }
}

.staff {
  padding: 120px 0;
}
.staff-inner {
  width: 90%;
  max-width: 970px;
  margin: 0 auto;
}
.staff-title {
  margin: 0 0 60px;
  text-align: center;
}
.staffWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff-item {
  width: 48%;
  margin: 0 0 40px;
}
.staff-item.staff-item-l {
  width: 100%;
}
.staff-item img {
  width: 100%;
  height: auto;
}
.staff-item.staff-item-l .img {
  margin: 0 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.staff-item.staff-item-l .img img {
  width: 100%;
}
.staff-item.staff-item-l .text  {
  width: 85%;
}
.staff-item.staff-item-l .text img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .staff {
    padding: 60px 0 120vw;
    background: #fff url(../img/staff_bg_sp.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  .staff-title {
    width: 28%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .staff-item {
    width: 100%;
  }
  .staff-item.staff-item-l .text  {
    width: 100%;
  }
  .staff-item.staff-item-l .text img {
    width: 100%;
  }
}


.music {
  padding: 120px 0;
  background: rgba(71,181,187,.9);
}
.music-inner {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}
.music-title {
  margin: 0 0 20px;
  text-align: center;
}
.music .stitle {
  margin: 0 0 20px;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.songlist {
  text-align: center;
  line-height: 2em;
}
.songlist br {
  display: none;
}
.songlist span {
  font-weight: 700;
}
.music-banner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 50px auto 0;
}
.music-banner-item,
.music-spotifyWrap {
  width: 100%;
  margin: 3% 0 0;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .music {
    padding: 60px 0;
    background: rgba(71,181,187,1);
  }
  .music-title {
    width: 33%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .music .stitle img {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .songlist br {
    display: inline;
  }
}


.bottom {
  position: relative;
  margin: 0;
  padding: 0;
}
.bottom .title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bottom .title {
    width: 85%;
  }
}

.footer {
  position: relative;
  z-index: 2;
}


.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/pagetop.svg) center no-repeat;
  background-size: 100%;
  z-index: 3;
  cursor: pointer;
}


/* modal */
#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url("../../full/img/btn_modal_close.svg") center center no-repeat;
  background-size: 100%;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	transition: all .5s;
	z-index: 200;
}
.commentModal #cboxClose {
  top: 0;
	right: 0;
  width: 50px;
	height: 50px;
  background: rgba(71,181,187,1) url("../../full/img/btn_comment_modal_close.svg") center center no-repeat;
  background-size: 30px;
}