@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
  top: 106px;
  background: url("../img/home/mv.jpg") no-repeat center center;
  background-size: cover;
}
#mv .wrap.flex {
  -webkit-box-align: center;
  align-items: center;
}
.mv_logo {
  margin-top: -200px;
}
.mv_logo img {
  width: 400px;
}
.mv_title {
	padding: 40px 0;
}
.mv_title p {
	writing-mode: vertical-rl;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
}
.released h3 {
  margin-top: 80px;
  margin-right: 10px;
  padding-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #mv {
    top: 78px;
  }
  .mv_logo {
    width: 70%;
  }
  .mv_logo img {
    width: 53.333vw;
  }
  .mv_title {
    width: 90px;
    padding: 20px 0;
  }
  .mv_title p {
    writing-mode: vertical-rl;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
  }
  .released h3 {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    text-align: right;
  }
}
@media screen and (max-width: 414px) {
  .mv_title p {
    font-size: 6.763vw;
  }
}


/*-----------------------------------------------------
	#summary
------------------------------------------------------*/
#summary {
  padding: 186px 0 80px;
  background: url("../img/home/summary_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
#summary h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
}
#summary h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.hirata_name {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.cast_name {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
.staff_name {
  margin-bottom: 80px;
  font-size: 12px;
  font-weight: 500;
}
ul.summary_sns {
  position: relative;
}
ul.summary_sns::before {
  content: "公式SNS";
  position: absolute;
	top: -43px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  width: 100%;
  font-size: 16px;
  text-align: center;
}
ul.summary_sns li {
  display: inline-block;
  padding: 0 15px;
}
ul.summary_sns li img {
  width: 40px;
}

@media screen and (max-width: 750px) {
  #summary {
    padding: 158px 0 80px;
  }
  #summary h2 {
    font-size: 32px;
  }
  #summary h3 {
    font-size: 14px;
  }
  .hirata_name {
    font-size: 28px;
  }
  .cast_name {
    font-size: 16px;
  }
  .staff_name {
    font-size: 12px;
  }
  ul.summary_sns li {
    padding: 0 30px;
  }
}
/*-----------------------------------------------------
	#trailer
------------------------------------------------------*/
#trailer {
  padding: 80px 0;
  background: #004970;
  text-align: center;
}
#trailer h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.md_iframe_image {
  cursor: pointer;
}
.md_iframe_image a {
  display: block;
  position: relative;
}
.md_iframe_image a:hover {
  opacity: 0.6;
}
.md_iframe_image a img {
    width: 100%;
}
.mfp-iframe-holder .mfp-content {
  width: 90% !important;
  max-width: 90% !important;
}
@media screen and (max-width: 750px) {
  #trailer h2 {
    font-size: 32px;
  }
}
/*-----------------------------------------------------
	#scene
------------------------------------------------------*/
.swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
  padding: 0;
}
/*-----------------------------------------------------
	#story
------------------------------------------------------*/
#story {
  padding: 80px 0 40px;
  background: url("../img/home/story_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
#story h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#story p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #02151F;
  line-height: 2;
}
#story h3 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #story {
    padding: 80px 0 40px;
  }
  #story h2 {
    font-size: 32px;
  }
  #story p {
    font-size: 14px;
  }
  #story h3 {
    font-size: 28px;
  }
}
/*-----------------------------------------------------
	#story_bottom
------------------------------------------------------*/
#story_bottom {
  background: #004970;
}
#story_bottom h2 {
  padding: 60px 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #story_bottom h2 {
    font-size: 32px;
  }
}
/*-----------------------------------------------------
	#snow
------------------------------------------------------*/
.snow {
  background: url("../img/home/snow_bg.jpg") top center;
  background-repeat: repeat;
}
/*-----------------------------------------------------
	#cast
------------------------------------------------------*/
#cast {
  padding: 80px 0;
  text-align: center;
}
#cast h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.cast_list {
  width: 31.7%;
}
.cast_list img {
  width: 100%;
  margin-bottom: 30px;
}
.cast_list h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
.cast_list h3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.cast_list p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #cast h2 {
    font-size: 32px;
  }
  .cast_list {
    width: 100%;
    margin-bottom: 50px;
  }
  .cast_list h3 span {
    font-size: 14px;
  }
  .cast_list p {
    font-size: 14px;
  }
}

/*-----------------------------------------------------
Video on demand
------------------------------------------------------*/
#vod_platforms {
  padding: 80px 0;
  background: #004970;
  text-align: center;
}
#vod_platforms h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
#vod_platforms h3 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
#vod_platforms p {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

#vod_platforms .platforms {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 24px;
}

/*-----------------------------------------------------
	#information
------------------------------------------------------*/
#information {
  padding: 80px 0;
  text-align: center;
}
#information .wrap {
  width: 480px;
}
#information .wrap img {
  max-width: 100%;
  margin-bottom: 40px;
  border: 1px solid #004970;
}
#information .wrap img:last-of-type {
  margin-bottom: 60px;
}
#information h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#information h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
#information p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}
#information p a {
  color: #004970;
  text-decoration: underline;
}
#information p a:hover {
  color: #cdcdcd;
  text-decoration: none;
}
.balloon {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 40px 10px;
  background: #004970;
}
.balloon:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #004970;
}
.balloon p {
  margin-bottom: 0 !important;
  font-size: 28px !important;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #information {
    padding: 0 0 80px;
  }
  #information .wrap {
    width: 100%;
  }
  #information h2 {
    font-size: 32px;
  }
  #information h3 {
    font-size: 14px;
  }
  #information p {
    font-size: 16px;
  }
  .balloon {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 40px 10px;
    background: #004970;
  }
  .balloon:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #004970;
  }
  .balloon p {
    margin-bottom: 0 !important;
    font-size: 28px !important;
    color: #fff;
  }
}
/*-----------------------------------------------------
	#come
------------------------------------------------------*/
#come {
  padding: 80px 0;
  background: url("../img/home/come_bg.jpg") no-repeat center center;
  background-size: cover;
}
#come h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#come .flex {
  -webkit-box-align: start;
  align-items: flex-start;
}
#come .flex .come_box {
  width: 48.5%;
  padding: 60px 40px 30px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
}
#come .flex .come_box h3 {
  margin-bottom: 30px;
  font-size: 28px;
  color: #004970;
}
#come .flex .come_box p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #02151F;
  line-height: 1.8;
}
#come .flex .come_box .name {
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
  color: #02151F;
  line-height: 1.5;
}
#come .flex .come_box:nth-child(even) {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  #come h2 {
    font-size: 32px;
  }
  #come .flex .come_box h3 {
    font-size: 20px;
    text-align: center;
  }
  #come .flex .come_box p {
    margin-bottom: 30px;
    font-size: 14px;
    color: #02151F;
    line-height: 1.8;
  }
  #come .flex .come_box .name {
    font-size: 20px;
  }
  #come .flex .come_box {
    width: 100%;
    padding: 48px 16px;
  }
  #come .flex .come_box:nth-child(even) {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding: 80px 0;
  text-align: center;
}
#news h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
#news .x {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #news h2 {
    font-size: 32px;
  }
  #news .x {
    width: 100%;
    margin: 0 auto;
  }
}
/*-----------------------------------------------------
	#message
------------------------------------------------------*/
#message {
  padding: 80px 0;
  background: url("../img/home/message_bg.jpg") no-repeat center center;
  text-align: center;
}
#message h2 {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.message_text {
  margin-top: 50px;
  padding: 40px;
  background: #fff;
  border: 1px solid #004970;
}
.message_text p {
  margin-bottom: 40px;
  font-size: 14px;
  color: #02151F;
  line-height: 2;
  text-align: left;
}
.message_text p.director {
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  color: #004970;
}
@media screen and (max-width: 750px) {
  #message h2 {
    font-size: 32px;
  }
  .message_text {
    padding: 16px;
  }
  .message_text p {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .message_text p.director {
    margin-top: 50px;
  }
}
