@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: #fff;
  overflow-y: scroll;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.mainSite {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrapper {
  position: relative;
  text-align: center;
	margin: 0 auto;
}
.wrapper::before {
  content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
section{
	position: relative;
}
.inner {
  width: 50%;
  margin: 0 auto;
  padding: 7% 0;
}
a {
  display: block;
}
.text{
	color: #fff;
	text-align: justify;
	text-align-last: left;
	font-size: clamp(14px, 1.5vw, 16px);
}

/*--------------------
LOADING
---------------------*/

.loading_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
 background-image: linear-gradient(45deg, #225261, #215361 30%, #265667 64%, #255d63);
}
.logo {
width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 30px;
  text-align: center;
  z-index: 1000;
  opacity: 0;
}

/*--------------------
ANIMATION
---------------------*/

.js-animation {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transition: all 2s;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation-name: fadeOutAnime;
  animation-duration: 2s;
 
  animation-iteration-count: none;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
	display: none;
	  visibility: hidden;
  }
}
.slideInY{
  animation-name: slideInAnimeY;
animation-duration:2s;
animation-iteration-count:1;
animation-timing-function:ease;
animation-delay: 0.5s;
animation-direction:normal;
	animation-fill-mode: forwards;
}
 
@keyframes slideInAnimeY{
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
	
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------
MENU
---------------------*/

header {
 opacity: 0;
  position: fixed;
  z-index: 299;
  translate: none;
}

nav.header_nav {
position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300;
}
.nav_inner {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 60px;
  margin: 0 auto;
}
nav.header_nav ul {
display: -webkit-flex;
    justify-content: end;
    padding: 0;
    width: auto;
    vertical-align: revert-layer;
    box-sizing: border-box;
    z-index: 300;
    align-items: center;
    height: 80px;
    margin: 0 20px 0 0;
}
nav.header_nav ul li {
vertical-align: middle;
     padding: 0 1.5% 0 0;
}

nav.header_nav ul li a {
	transition: 0.8s;
    display: flex;
    justify-content: center;
    align-items: end;
	    margin: 5px auto 0;
	    filter: drop-shadow(0 0 10px black);
}
nav.header_nav ul li a:hover {
  opacity: 0.7;
  transition: 0.8s;
}
.jp{
	    color: #fff;
    margin: 0 0 0.5vw 0.5rem;
   font-size: clamp(12px, 0.8vw, 16px);
	font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
	    line-height: 1;
}
nav.header_nav ul li a img{
height: 1.7vw;
    min-height: 16px;
    max-width: inherit;
}
.new_tab{
    margin: 0 0 0 10px;
    display: inline-block;
}
.new_tab img{
	max-width: inherit;
	height: 10px !important;
}
.sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns_icon a {
transition: .7s;
    box-sizing: border-box;
}
.sns_icon a:hover {
	transition: .7s;
	opacity: .7;
}
.sns_icon a img{
	    width: 50%;
}
.sns_icon a:hover {
  transition: .7s;
}

/*--------------------
TOP
---------------------*/


section.top .inner{
	width: 100%;
	padding: 0;
}
.top_info{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	opacity: 0;
}

h1.midashi_title{
    text-align: left;
    margin: 0 auto 4%;
    display: flex;
    justify-content: left;
    align-items: end;
}
h1.midashi_title img{
	    height: 4vw;
    min-height: 16px;
    max-height: 100px;
}
.midashi_jp{
	color: #fff;
    margin: 0 0 1vw 1rem;
    font-size: clamp(16px, 1vw, 22px);
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

/*--------------------
TRAILER
--------------------*/
.trailer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    opacity: 0;
    display:none;
}

.trailer.on{
	animation-name: TfadeInAnime;
  animation-duration: 0.5s;
  animation-iteration-count: none;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes TfadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.trailer.off{
	animation-name: TfadeOutAnime;
  animation-duration: 0.5s;
  animation-iteration-count: none;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes TfadeOutAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.trailer_overlay{
    position: fixed;
    top: 0;
    width: 100%;
   height: 100%;
    background: #000;
    opacity: 1;
    z-index: 999999997;
    
}

.close_btn{
      position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  z-index: 999999999;
  cursor: pointer;
  transition: .7s;
}
.close_btn:hover{
transition: .7s;
opacity: .7;
}
.close_btn_inner{
position: relative;
width: 100%;
height: 100%;
}

.close_btn_inner::before,
.close_btn_inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 30px;
  border-top: 3px solid #ffffff;
}
 
.close_btn_inner::before {
      transform: translate(-50%, -50%) skewY(-45deg);
}
 
.close_btn_inner::after {
     transform: translate(-50%, -50%) skewY(45deg);
}

.trailer.on .trailer_overlay{
    opacity: 1;
}

.trailer .trailer_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    width: 60%;
    aspect-ratio: 16 / 9;
    z-index: 999999998;
    height: auto;
    box-sizing: content-box;
}

.trailer .trailer_tab{
    position: absolute;
    color: #fff;
    top: 100%;
    display:flex;
    width: 100%;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
	z-index: 999999998;
	 font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}

.trailer .trailer_tab li{
    display: flex;
    justify-content: center;
    width: calc(50% - 2.5px);
    padding: 10px;
    font-weight: bold;
    background: #fff;
    color: #000;
    margin: 0 5px 5px 0;
    font-size: 14px;
    line-height: 1;
    flex-wrap: wrap;
    box-sizing: border-box;
    letter-spacing: 0.1rem;
    text-align: center;
}
.trailer_tab li:nth-child(2n){
	margin: 0 0 5px;
}
.trailer .trailer_tab li:last-child{
    width: 100%;
    margin: 0;
}
.trailer_tab li.f_act{
	cursor: pointer;
	
	background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.trailer_tab li.f_act:hover{
   
}
#youtube1, #youtube2{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1,1);
    opacity: 1;
	z-index: 2;
}

.trailer.on #youtube1{
    transform: scale(1,1);
    opacity: 1;
}


.youtube_wrapper{
		width: 48%;
	
	}
.youtube_wrapper:first-child{
		margin-right: 4%;
	}
.youtube_inner{
position: relative;
 padding-bottom: 56.25%;
  overflow: hidden;
	
}
.youtube_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ytp-cued-thumbnail-overlay-image {
    filter: none;
    -webkit-filter: none;
}

/*--------------------
MOVIE
---------------------*/

section.movie{
	position: relative;
	z-index: 1;
	background-image: url("../img/movie_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.movie .inner{
	position: relative;
	z-index: 3;
	    padding: 5% 0;
}

.movie h1.midashi_title {
    margin: 0 auto 3%;
}

.movie_wrap{
display: flex;
overflow: hidden;
}
ul.trailer_list{
      width: auto;
    margin: 0 auto;
    display: flex;
        justify-content: flex-start;
    align-items: center;
  }
li.trailer_item {
    width: 100%;
    margin: 0 auto;
}
.trailer_pop_btn{
	    margin: 0 auto;
    width: 100%;
	box-sizing: border-box;
	    background: #000;
}
.trailer_pop_btn a{
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: relative;
    z-index: 5;
    text-align: center;
    justify-content: center;
    align-items: center;
	    overflow: hidden;
}
.trailer_pop_btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/yt_logo.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.trailer_pop_btn iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    line-height: 1;
}

.movie_midashi{
    color: #fff;
    margin: 10px 0 0 0;
	    letter-spacing: 0.5rem;
		text-align: center;
}


/*--------------------
NEWS
---------------------*/
.news{
position: relative;
z-index: 1;
}
.news .inner{
	padding: 5% 0 5%;
	position: relative;
	z-index: 3;
}
.news_date{
 color: #F7FBFC;
    display: block;
    text-align: left;
    width: auto;
    margin: 0 10px 0 0;
}
.news_title {
	width: 100%;
    margin: 0 auto;
    line-height: 1;
	text-align: left;
	color: #F7FBFC;
}
.viewall{
    text-align: right;
    font-size: 14px;
    position: relative;
    width: 120px;
    margin: 0 0 0 auto;
}
a.nor{
color: #fff;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    transition: .7s;
    position: relative;
    display: block;
}
a.nor:hover{
  transition: .7s;
  opacity: .6;
}
a.nor img{
	height: 15px;
}

ul.ulblogtitle{
width: 100%;
margin: 0 auto 1%;
}

ul.ulblogtitle li{
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px 0;
    margin: 0 auto 2%;
    box-sizing: border-box;
}
ul.ulblogtitle li a{
	transition: .7s;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	font-size: clamp(14px, 1vw, 16px);
}
ul.ulblogtitle li a:hover .news_title, ul.ulblogtitle li a:hover .news_date{
	transition: .7s;
	color: #fff;
}



/*--------------------
INTRODUCTION
---------------------*/
.intro{
	overflow: hidden;
}

.intro .inner{
	position: relative;
	z-index: 2;
}

.intro_lead, .story_lead {
	font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
	text-align: left;
	font-size: clamp(18px, 2.8vw, 28px);
	color: #fff;
	letter-spacing: 0.05rem;
	margin: 0 auto 3%;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}

.intro_main_left{
    display: flex;
    position: absolute;
    top: 0;
    left: -2vw;
    z-index: 1;
    height: 100%;
}
.intro_main_left img, .intro_main_right img{
	    max-width: none;
    height: 100%;
}
.intro_main_right{
position: absolute;
    top: 0;
        right: -1vw;
    text-align: right;
    z-index: -1;
    height: 100%;
}
.intro .text{
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}

/*--------------------
STORY
---------------------*/

.story{
	background-image: url("../img/story_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20%;
	overflow: hidden;
}
.story .inner {
    width: 43%;
    margin: 0 0 0 auto;
    padding: 7% 12% 7% 0;
}

.story_lead {
	font-size: clamp(18px, 2.8vw, 25px);
}

ul.story_img{
	    display: flex;
    width: 100%;
    margin: 4% auto 0;
}
ul.story_img li{
	width: calc(96% / 3);
    margin: 0 2% 0 auto;
}
ul.story_img li:last-child{
    margin: 0 auto;
}


/*--------------------
FOOTER
---------------------*/

.footer_logo{
	    width: 50%;
    margin: 0 auto;
}


@media screen and (max-width: 1400px) {
	
       .intro_main_left {
        left: -7vw;
    }
	.intro_main_right {
    position: absolute;
    top: 0;
		        right: -5vw;
	}
	.story .inner {
    margin: 0 0 0 auto;
    padding: 7% 7vw 7% 0;
}
		.intro_main_left{
	-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1)20%, rgba(0,0,0,0));
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to right, rgba(0,0,0,1)20%, rgba(0,0,0,0));
  mask-repeat: no-repeat;
  mask-size: cover;
}
	.intro_main_right{
-webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1)50%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1)50%);
  mask-repeat: no-repeat;
  mask-size: cover;
}
	
}

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

.intro_main_left{
	 left: -15vw;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0));
}
	.intro_main_right {
    right: -12vw;
	}
    .story .inner {
        padding: 7% 5vw 7% 0;
    }
	.intro_lead, .story_lead {
    font-size: clamp(18px, 3vw, 21px);
	}
	
}

@media screen and (max-width: 960px) {
	
	.inner {
    width: 80%;
    margin: 0 auto;
    padding: 20% 0;
}
	.text {
    font-size: 16px;
}
	
/*--------------------
LOADING
---------------------*/
	.logo {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
	}
	
/*--------------------
TRAILER
---------------------*/
	
	.trailer .trailer_inner {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    width: 90%;
	}

/*--------------------
MENU
---------------------*/
	
	header{
height: 50px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
}
nav.header_nav{
z-index: 777;
    position: fixed;
    top: inherit;
    left: inherit;
    width: 100%;
}
  /*hamburger-menu*/
	
  .menu_bg {
width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 779;
  }
  .menu {
        height: 20px;
        position: absolute;
        top: 50%;
        right: 5%;
        width: 30px;
        z-index: 779;
        cursor: pointer;
        transform: translate(0, -50%);
  }
  .menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu__line--top {
    top: 0;
  }
  .menu__line--center {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 10px;
    transform: rotate(45deg);
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 7px;
    transform: rotate(-45deg);
  }
  /*gnav*/
  .gnav {
    background-image: linear-gradient(45deg, #225261, #215361 30%, #265667 64%, #255d63);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    z-index: 778;
  }
  .gnav__wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: inherit;
  }
  .gnav__menu__item {
        width: auto;
        height: 6vh;
        vertical-align: middle;
        line-height: 6vh;
        margin: 0 auto 0 0;
  }
  .gnav__menu__item:last-child {
    border: none;
  }
  .gnav__menu__item a {
    color: #fff;
    font-size: clamp(18px, 6vw, 22px);
    font-weight: 700;
    text-decoration: none;
    transition: .5s;
    cursor: default;
    padding: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: left;
  }

     nav.header_nav ul.gnav__menu {
        width: 60%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: left;
  }
  nav.header_nav ul.gnav__menu li {
    text-align: center;
	padding: 0 0 10%;
  }
	nav.header_nav ul.gnav__menu li:last-child {
	padding: 0 auto;
  }
  nav.header_nav ul.gnav__menu li:first-child {
    border-left: none;
  }
nav.header_nav ul.gnav__menu li img {
        height: 10vw;
        max-height: 40px;
    }
nav.header_nav ul li a {
    text-align: center;
	font-size: clamp(16px, 5vw, 20px);
	}
	
	nav.header_nav ul {
    height: auto;
    margin: 0 auto;
}
	    .jp {
        color: #fff;
        margin: 0 0 0.7rem 0.5rem;
        font-size: clamp(13px, 0.8vw, 16px);
    }
	nav.header_nav ul li a {
    filter: none;
}
	    nav.header_nav .sns_wrap {
        padding: 10% 0 0;
        width: 100%;
	}
	  nav.header_nav .sns_icon {
       margin: 0 auto 0 0;
	}
	   nav.header_nav .sns_icon a img {
        width: 30px;
    }
	
  /*humberger-menuここまで*/
	

	
  /*--------------------
TOP
---------------------*/

	    .sns_wrap {
               padding: 0 0 10%;
        width: 100%;
        margin: 0 auto;
    }
    .sns_icon {
        margin: 30px auto 0;
    }
	.sns_icon a img {
    width: 40px;
}
	h1.midashi_title img {
    height: 13vw;
    min-height: 40px;
    max-height: 100px;
}
	.midashi_jp {
    color: #fff;
    margin: 0 0 2.9vw 1rem;
	}
	.date{
		opacity: 0;
	}
	
/*--------------------
MOVIE
---------------------*/	
	
	.movie .inner{
		    padding: 10% 0;
	}
	
	
/*--------------------
NEWS
---------------------*/
	
.news{
padding: 0;
}
	.news .inner {
    width: 80%;
    padding: 10% 0;
}
.news_wrap {
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
	}
.news h1.midashi_title{
  /*        margin: 0px 0px 10%;*/
        width: 100%;
}
	ul.ulblogtitle li a {
    flex-direction: column;
		font-size: clamp(14px, 4vw, 16px);
	}
	.news_date {
    width: 100%;
    margin: 0 0 5px;
	}
	.news_title {
    width: 100%;
    margin: 0 0 3%;
	line-height: inherit;
}
	ul.ulblogtitle {
    width: 100%;
    margin: 0 auto 5%;
}
	a.nor img{
	height: 14px;
}
	
	
  /*--------------------
INTRODUCTION
---------------------*/
	
	   .intro .inner {
        padding: 0 0 20%;
    }
	
	.intro_main_sp{
		    width: 100vw;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
		        margin: 0 auto 15%;
	}
	
	.intro h1.midashi_title {
    text-align: left;
    margin: 0 auto 4%;
    display: flex;
    justify-content: left;
    align-items: end;
    position: absolute;
    bottom: 0%;
    left: 10%;
	}
	.intro_lead, .story_lead {
    font-size: clamp(18px, 6.5vw, 30px);
    margin: 0 auto 10%;
	}
	
/*--------------------
STORY
---------------------*/
	
	.story {
    background-image: none;
	}
	.story .inner {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
	.story_main_sp{
	width: 100vw;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
	margin: 0 auto 15%;
	}
	
	.story h1.midashi_title {
    margin: 0 auto 4%;
    position: absolute;
    bottom: 0%;
    right: 10%;
	}
	ul.story_img {
    flex-direction: column;
    display: flex;
    width: 100%;
    margin: 10% auto 0;
    justify-content: center;
    align-items: center;
}
	ul.story_img li {
    width: 100%;
    margin: 0 auto 5%;
}
	
	
  /*--------------------
FOOTER
---------------------*/
	

	.footer_logo {
    width: 90%;
	}

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

}