@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
header{
		display: block;
	}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header{
		display: block;
	}	
}
body {
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
  line-height: 1.5;
  background-color: #060705;
  overflow-y: scroll;
}
img {
  max-width: 100%;
  height: auto;
	vertical-align: bottom;
}
.mainSite {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrapper {
  position: relative;
  text-align: center;
}
.inner{
    width: 70%;
    margin: 0 auto;
    padding: 3% 0 ;

}

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

.loading_wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000;
}
.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: none;
  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;
  }
}

.scaleIn {
  animation-name: scaleInAnime;
  animation-duration: 2s;
  animation-iteration-count: none;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes scaleInAnime {
  0% {
	  transform: scale(1.2);
	  filter: blur(10px);
  }
  100% {
	   transform: scale(1);
	  filter: blur(0);
  }
}


.blurS {
	animation-name: blurS;
  animation-duration: 3s;
	  animation-iteration-count: none;
  animation-timing-function: ease;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes blurS {
  0%   {
  	filter: blur(10px);
	  opacity: 0;
	
  }
  100% { 
    filter: blur(0);
	  opacity: 1;
  }
}

/*--------------------
ムビチケ
---------------------*/
.mvtk_wrap {
    margin: 0 auto 5%;
}
.mvtk_bnr {
    width: 250px;
    margin: 0 auto;
}
#mvtk-widgets-container {
    margin: 2% auto;
}
/*--------------------
TOP
---------------------*/

section.top{
	width: 100%;
	position: relative;	
}


.top .inner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
		
}

.title{

    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
	opacity: 0;
}
.date{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
	opacity: 0;
}
.date.pc{
	width: 75%;
	margin: 10% auto 0;
}
.copyright{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
	opacity: 0;
}


ul.sns_list{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 3%;
    right: 3%;
	    z-index: 500;
		/*opacity: 0;*/
}
li.sns_item:first-child{
	margin: 0 20px 0 0;
}
li.sns_item a{
    display: flex;
    width: 50px;
    height: 50px;
    background-color: ;
    justify-content: center;
    align-items: center;
	transition: .7s;
}
li.sns_item a:hover{
	transition: .7s;
}
li.sns_item a img{
	width: 80%;
	margin: 0 auto;
}
.responsive {
	margin: 0 auto 5%;
width: 560px;
height: 360px;
}

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

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

nav.header_nav {
position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    z-index: 300;
	border-bottom: 1px solid #d9c57e;
}
.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 {
    
    justify-content: right;
    
    width: auto;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 300;
    align-items: center;
    
    
}
nav.header_nav ul li {
vertical-align: middle;
     padding: 0 1.5% 0 0;
	font-size: 1.8rem;
}

nav.header_nav ul li a {
  display: block;
  transition: 0.8s;
	color: #fff;
	text-align: center;
}
nav.header_nav ul li a:hover {
  opacity: 0.7;
  transition: 0.8s;
}
nav.header_nav ul li a img{
    height: 1vw;
    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;
	vertical-align: middle;
}
.sns_icon {
    text-align: center;
}
.sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 25% 0;
}
.sns_icon a {
transition: .7s;
    box-sizing: border-box;
}
.sns_icon a:hover {
	transition: .7s;
	opacity: .7;
}
.sns_icon a img{
	    width: 2rem;
}
.sns_icon a:hover {
  transition: .7s;
}
/*hamburger-menu*/
  .menu_bg {
width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 779;
	  
  }
  .menu {
        height: 20px;
        position: absolute;
        top: 70%;
        right: 3%;
        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-color: rgba(5,5,5,0.7);
    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: 100%;
    height: 6vh;
    vertical-align: middle;
    line-height: 6vh;
    margin: 0 auto;
  }
  .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;
  }

/*--------------------
NEWS
---------------------*/
#news{
	background-image: url("../img/bg_1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    opacity: ;
    background-position: center center;
}

.kisaragi_hp_bnr{
    width: 45%;
    margin: 0 auto;
}
.kisaragi_hp_bnr a{
   display: block;
   transition: .7s;
   border: 1px solid #fff;
}
.kisaragi_hp_bnr a:hover{
   opacity: .7;
   transition: .7s;
}


h1.midashi_title{
    color: #000000;
    text-align: left;
    font-size: 3rem;
    margin: 3% auto 3%;
    line-height: 1;
    letter-spacing: 0.5rem;
	text-align: center;
}
h1.midashi_title img{
	margin:0 auto 2%;
	width: 175px
}

.news .inner{
width: 50%;

}


.news_wrap{
width: 100%;
margin: 2% auto 0;

}
.news_date{
 color: #000000;
    display: block;
    text-align: left;
    width: auto;
    margin: 0 10px 0 0;
	padding: 5px 10px;
}
.news_title {
     width: 90%;
    margin: 0 auto;
    line-height: 1;
	text-align: left;
	color: #000000;
}



.viewall{
text-align: right;
    font-size: 14px;
    position: relative;
    width: 120px;
    margin: 0 0 0 auto;
}

a.nor{
color: #000000;
    text-align: right;
    font-size: 1.5rem;
    font-weight: bold;
	transition: .7s;
}
a.nor img{
	width: 60%;
}
a.nor:hover{
  transition: .7s;
  opacity: .6;
}

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

ul.ulblogtitle li{
    width: 90%;
    border-bottom: 1px solid #000000;
    padding: 0px 0 10px 0%;
    margin: 0 auto 2%;
    box-sizing: border-box;
    
    /*background-image: linear-gradient(to right, #C11F22 1px, transparent 2px);*/
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
ul.ulblogtitle li:first-child{
     padding: 0 0 3% 0;

}
ul.ulblogtitle li:last-child{
     border-bottom: ; 
	background: none;
}
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: #C11F22;
}



.arrow {
    position: relative;
    display: inline-block;
    width: 17px;
    margin: 0 0 0 10px;
    border-radius: 9999px;
   /* background-color: #C11F22;*/
}

/*.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  background-color: #C11F22;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}*/

/*--------------------
intro
--------------------*/
.intro img{
	width:100%;
    height:auto;
}
.intro h1{
	 position: absolute;
    top:46%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
}
.intro h2{
	 position: absolute;
    top:53%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
}
.intro .text img{
	width: 48%;
	 position: absolute;
    top:52%;
    left:50%;
    transform: translate(-52%,-50%);
    padding:0;
    margin:0;
}
.intro .inner {
    padding: 0;
	width: 85%;
}
/*--------------------
story
--------------------*/
.story {
	font-family: "Noto Serif JP", sans-serif;
    background: rgb(255, 255, 255, 0.3);
}
.story .text{
	padding: 2%;
	color: #fff;
	background: rgba(0, 0, 0, 0.2);
}
.story h1.midashi_title img {
	margin: 0;}
.story h2{
	padding: 3%;
    background: rgba(0, 0, 0, 0.2);
}

/*--------------------
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: calc(50% - 40px);
    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{
    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
---------------------*/
.movie{
	background-image: url("../img/bg_1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    opacity: ;
    background-position: center center;
}
section.movie{
	position: relative;
	overflow: hidden;
}
.mvtk_wrap::before{
	    mix-blend-mode: lighten;
}
.movie .inner{
	position: relative;
	z-index: 2;

	    padding: 5% 0;
}
.movie_wrap{
display: flex;
overflow: hidden;
}
.movie h1 img {
    width: 25%;
}
ul.trailer_list{
      width: 70%;
    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;
}
/* 背景映像 */
video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; /* コンテンツの後ろに配置 */
  object-fit: cover; /* 画面比率に合わせて切り抜き */
}
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; /* 動画をクリックできないようにし、後ろのコンテンツを触れるようにする */
  overflow: hidden;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 の比率 */
  min-height: 100vh;
  min-width: 177.77vh; /* 16:9 の比率 */
  transform: translate(-50%, -50%);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 0.5を上げるとより暗くなります */
  z-index: 1;
}
/*--------------------
CAST
---------------------*/

section.cast{
	background: rgb(255, 255, 255, 0.3);
	z-index: 1;
}

section.cast .inner{
	position: relative;
	z-index: 3;
	    min-width: 800px;
}
.cast_img{
	    width: 70%;
    margin: 0 auto 5%;
}
.cast_name{
	margin: 0 auto 1%;
}
.cast_name img {
    height: 6vw;
    max-height: 30px;
    min-height: 20px;
}
.cast_name_eng{
	color: #fed661;
	margin: 0 auto 3%;
	font-size: 1.4rem;
}

ul.cast_list.list_02{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
ul.cast_list.list_01{
	width: 50%;
	    min-width: 600px;
    margin: 0 auto 7%;
}
ul.cast_list.list_02 li.cast_list_item{
	width: calc(95% / 2);
	margin: 0 5% 5% 0 ;
}
ul.cast_list.list_02 li.cast_list_item:nth-child(2n){
	margin: 0 0 5% 0 ;
}
ul.cast_list.list_02 li.cast_list_item:last-child{
	margin: 0;
}

ul.cast_list.list_02 .cast_name img {
    height: 5.8vw;
    max-height: 25px;
    min-height: 18px;
}
.cast .text {
    background: rgb(0, 0, 0, 0.2);
    text-align: justify;
	color: #fff;
    padding: 3%;
	font-family: "Noto Serif JP", sans-serif;
}

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

footer{
width: 100%;
border-top: 1px solid #2A646B;
color: #fff;
font-size: 14px;
background: black;
}
footer .inner{
padding: 2% 0;
}
.billing{
width: 63%;
margin: 0 auto;

}
.footer_logo {
    width: 50%;
    margin: 0px auto;
}
.footer_billing{
	width: 40%;
    margin: 5% auto;
}
@media screen and (max-width: 1200px) {
	.news .inner {
    width: 70%;
}
}

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

.inner {
    width: 80%;
    margin: 0 auto;
    padding: 3% 0;
}

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

.logo {
width: 50%;
}
/*--------------------
ムビチケ
---------------------*/
.mvtk_wrap {
    margin: 0 auto 10%;
}
.mvtk_bnr {
    width: 230px;
    margin: 0 auto;
}

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

section.top{

}
ul.sns_list {
    top: 3%;
    right: 6%;

}

li.sns_item a {
    width: 40px;
    height: 40px;
	}
	li.sns_item:first-child {
    margin: 0 10px 0 0;
}
	.responsive {
		margin: 0 auto;
width: 340px;
height: 260px;
}
	.sns_item{
		display: none;
	}
	.top_main img{
		margin: 10% 0 0 0;
	}
/*--------------------
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%;
	border-bottom: 1px solid #f4bb00;
}
	nav.header_nav ul{
		background-color: #000;
	}


  /*hamburger-menu*/
  .menu_bg {
width: 100%;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 779;
	  background-color: #000;
	  border-bottom: 2px solid #cca212;
  }
  .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-color: #000;
    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: 100%;
    height: 6vh;
    vertical-align: middle;
    line-height: 6vh;
    margin: 0 auto;
  }
  .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: 80%;
        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 5%;
  }
	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: 6vw;
        max-height: 35px;
    }

nav.header_nav ul li a {
    text-align: center;
	font-size: 1.8rem;
	}
	/*humberger-menuここまで*/
	
	.sns_wrap {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
	}
	
/*--------------------
NEWS
---------------------*/
	
	.kisaragi_hp_bnr {
    width: 100%;
	}
	
	.news .inner {
    width: 80%;
    padding: 5% 0 8% 0;
}
.news_wrap {
    margin: 2% auto 0;
	}

   h1.midashi_title {
    font-size: 1.7rem;
        margin: 5% 0 5%;
	   
    }
	h1.midashi_title img {
    width: 100px;
    max-width: 100%;
    margin: 0px 0 0px 3%;
		
}
	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{
		font-size: 1.2rem;
	}
/*--------------------
movie
---------------------*/	
.intro .inner {
    width: 100%;
}	
	
	
/*--------------------
movie
---------------------*/	
	.movie .inner{
		padding: 2% 0 10% 0;
	}
	.movie h1 img{
		width: 120px;
	}
/*--------------------
story
---------------------*/	
	.story .inner{
		width: 90%;
			
	}
	.story h2 {
    padding: 3%;
    background: rgba(0, 0, 0, 0.2);
}
	.story .text {
    padding: 4%;
    
}
/*--------------------
CAST
	---------------------*/
	
		section.cast .inner{
		min-width: inherit;
	}
	
	.cast_img {
    width: 100%;
    margin: 0 auto 10%;
}
	.cast_name {
    margin: 0 auto 3%;
}
	.cast .text{
		padding: 4%;
		
	}
	.list_01 .cast_name img {
    height: 8vw;
}
	.cast_name_eng {
    margin: 0 ;
		padding: 3% 0 0 0;
		font-size: clamp(13px, 4vw, 16px);
		background: rgb(0, 0, 0, 0.2);
}
	ul.cast_list.list_01 {
    width: 100%;
		 margin: 0 auto 15%;
		   min-width: inherit;
	}
	ul.cast_list.list_02 {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
		        min-width: inherit;
	}
	ul.cast_list.list_02 li.cast_list_item {
    width: 100%;
    margin: 0 0 15% 0;
}
	ul.cast_list.list_02 li.cast_list_item:nth-child(2n) {
    margin: 0 0 15% 0;
}
	  ul.cast_list.list_02 .cast_img {
        width: 80%;
	}
	.cast .inner{
		width: 90%;
	}
/*--------------------
FOOTER
---------------------*/
footer{
font-size: 12px;
}
footer .inner {
    padding: 5% 0 8%;
}
.footer_billing {
    width: 100%;
    margin: 7% auto;
}
.billing {
    width: 100%;
	max-width: 450px;
	}
	
	
}

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

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

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




@media (orientation: landscape) and (max-width: 960px){
/*デバイスが横向き、画面の横幅が 767px 以下の場合の記述*/

}
	
	
	
	