@charset "UTF-8";



/*____________ common_____________

_______ font


font-family: genkaimincho,sans-serif;
font-weight: 800;
font-style: normal;

font-family: zen-old-mincho,sans-serif;
font-weight: 700;
font-style: normal;




/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

img {
 /* max-width: 100%;*/
  height: auto;
  border: 0;
	border-style:none;
  vertical-align: top;
}

img a,
img a:visited{
border-style:none;
	border=0;
}

a img{
border-style:none;
	border=0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}





/*____________ common_____________*/




 /*全要素へbox-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/*//スマホの長押し禁止*/
	
img {
/*	pointer-events: none;*/
	
	 -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

img.usemap {
	pointer-events: auto !important;
}






* {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE */
}

@media print {
    * {
		display: none;
		opacity: 0;
		background: #fff;
	}

	body {
		display: none;
	}

	img {
		display: none;
		opacity: 0;
		background: #fff;
 	}
}



html, body {
	position: relative;
	color: hsla(0,0%,100%,0.50);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;/*100%だとモーダルに影響の場合あり */
	/*line-height: 0;*/  /*全ての要素にline-height設定*/
/*font-family: ibm-plex-sans-jp,sans-serif;*/
	font-weight: 700;
	font-style: normal;
	font-family: zen-old-mincho, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: source-han-sans-japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;*/
	font-size: clamp(0.95rem, 0.932rem + 0.09vw, 1rem); /*11pt*/
	/* letter-spacing: 0.05rem; */
	
	/*font表示最適化 ON*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/*background-image: url(../img/pc_top_01.jpg);*/
	background-repeat: repeat-y;
	text-shadow: 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-position: center top;
	height: 100vh;
	height: 100dvh;
	/*background-image: url(../img/common/base.jpg);*/
	background-size: 100% auto;
	background-attachment: fixed;
	background-color: hsla(0,0%,0%,1.00);
}





a{
	text-decoration: none;
	color: #C80404;
	
}

a:hover{
color: #FF0000;	
}

a:visited{
color: #FF0000;	
	
}

/*リンク枠消す*/
a:focus, *:focus { outline:none; }

.sp{
display: none;
}


.mb-1{ margin-bottom: 1rem !important;}
.mb-2{ margin-bottom: 2rem !important;}
.mb-3{ margin-bottom: 3rem !important;}
.mb-4{ margin-bottom: 4rem !important;}
.mb-5{ margin-bottom: 5rem !important;}

.mt-1{ margin-top: 1rem !important;}
.mt-2{ margin-top: 2rem !important;}
.mt-3{ margin-top: 3rem !important;}
.mt-4{ margin-top: 4rem !important;}
.mt-5{ margin-top: 5rem !important;}


@media screen and (max-width: 767px) {
	
	
	html, body {
	/*background-image: url(../img/common/base_sp.jpg);	*/
		
	}
	
.mb-1{ margin-bottom: 0.75rem !important;}
.mb-2{ margin-bottom: 1.25rem !important;}
.mb-3{ margin-bottom: 1.75rem !important;}
.mb-4{ margin-bottom: 2.5rem !important;}
.mb-5{ margin-bottom: 3rem !important;}

.mt-1{ margin-top: 0.5rem !important;}
.mt-2{ margin-top: 1rem !important;}
.mt-3{ margin-top: 1.5rem !important;}
.mt-4{ margin-top: 2rem !important;}
.mt-5{ margin-top: 2.5rem !important;}
	
.pc{
display: none !important;
}

.sp{
display: block;
}
}


.full img{
width:100%;
height:auto;
}

.full-h img{
width:auto;
height:100%;
}



.anime_a,
.last_anime{
	opacity: 0;
}

.top-bt{
	
}

.center{
	margin: auto !important;
}



.modaal-video{

}



/*loader new*/



.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
   background-color: #000000;
 /* transition: opacity .8s, visibility .8s;*/
 z-index: 888;
 /* .is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}

.js-loader-progress {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #001A63;
	z-index: 889;
	opacity: 0;  /*.is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}
.js-loader-progress-bar {
	background-color: hsla(0,96%,40%,0.4);
	height: 100%;
	width: 0;
	transition: width .4s;
}
.js-loader-progress-number {
  text-align: right;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
	padding-right: 10px;
	  color: #E10F35;
	opacity: 0;
}




/* Loading　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}


.loading_logo{
	width:250px;
	margin:0 auto 20px;
	left:0;
	right: 0;
	 opacity: 0;
}


@media screen and (max-width: 767px) {
	
	.loading_logo{
	width:40%;
}
	
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #000000;
  /*  transition: all 0.5s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);*/
}
/*上の画面*/
.loader_cover-up {
   /* transform-origin: center top;*/
	
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}






/*barba*/


.mask {
	/*position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFE2F2;
	z-index: 10;
	transform: rotateY(90deg);
	transform-origin: right;
	visibility: hidden;
	pointer-events: none;
	transition-property: transform, visibility;
	transition-duration: .5s;
	transition-timing-function: ease;*/
	
 
}


 .mask.is-close {
	/*transform: rotateY(0deg);
	transform-origin: left;
	visibility: visible;
	pointer-events: auto;
	 z-index: 999;*/
  }



/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
	z-index: 888;
 background-image: url(../img/common/header_base.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.header__pink {
	background-color: hsla(326,78%,96%,1);
	position: fixed;
}


.header__twitter {
position: absolute;
 width: 40px;	
height:auto;
top:10px;
	left:5px;
}


.header__logo {
/*  flex-shrink: 0;*/
  width: 70px;
  margin-left: 80px;
}


/*header-sns*/

.header-sns {
	position: absolute;
	/*width:200px;*/
	right:10px;
    display: flex;
    flex-wrap: wrap;
 /*   justify-content: center;*/
	  justify-content: space-between;
	
align-items: center;
	/*z-index: 999;*/
}

.header-sns__item {
	position: relative;
	width:25px;
	margin: 0 5px;
}

.header-sns__item2 {
	position: relative;
	width:50px;
	margin: 0 5px;
	
	   display: flex;
    justify-content: center;
	 align-items: center;
}

.header-sns__item2 img {
	width:100%;
	
}




@media screen and (max-width: 767px) {
  .header {
    
  }
	
	
	.header__twitter {
 width: 65px;	
top:3px;
	left:3px;
}
	
  .header__logo {
/*   flex-shrink: 0;*/
  width: 60px;
  margin-left: 65px;
	 /* margin:auto;*/
  }
	
	.header__pink {
	height: 50px;
}
	
	.header-sns {
	position: absolute;
	/*width:200px;*/
	right:65px;
		top:12px;
    display: flex;
    flex-wrap: wrap;
 /*   justify-content: center;*/
	  justify-content: space-between;
	
	 align-items: center;
	/*z-index: 999;*/
	
}
	
	.header-sns__item {
	position: relative;
	width:25px;
	margin: 0 8px;
}

.header-sns__item2 {
	position: relative;
	width:40px;
	margin: 0 8px;
	
	   display: flex;
    justify-content: center;
	 align-items: center;
}
	
}




/*g-nav*/

#g-nav{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -100%;
	width: max(30%, 400px);
	height: 100vh;
	/*動き*/
	transition: all 0.6s;
	
}




/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
	right: 0;
	
}


#g-nav.horizontal{
  	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: 0;
	width: 100%;
	height: 60px;/*ナビの高さ*/
/*	background-color: hsla(0,0%,100%,1);*/
	/*動き*/
	transition: all 0.6s;
}


@media screen and (max-width: 767px) {
	#g-nav.horizontal{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -100%;
	
	height: 100vh;/*ナビの高さ*/
	background-color: hsla(0,0%,0%,1);
	/*動き*/
	transition: all 0.6s;	
		
	width: 100%;
}
	
	#g-nav.panelactive{
    right: 0;
		
}

	
}


/*ナビゲーションの縦スクロール 調整必要*/
#g-nav-list{
   
/*    position: fixed;
    z-index: 999; 
   width: max(30%, 500px);
    height: 100vh;*/
	
	
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	
	 width: 100%;
    height: 100vh;
	position:relative;
	
	 display: flex;
  justify-content: center;
  align-items: center;
	/*padding:3rem;*/
	 flex-direction: column;
}


.horizontal #g-nav-list{
	    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	
	 width: 100%;
    height: 100%;
	
	position:absolute;
	 display: flex;
  justify-content: center;
  align-items: center;
	padding:0rem;
	flex-direction: row;
}



@media screen and (max-width: 767px) {
	
.horizontal #g-nav-list{

	flex-direction: column;
}

	
}




.g-nav_logo{
	/*margin: 4rem 0 3rem;*/
	position: absolute;
	width: 160px;
left:20px;
	opacity: 0.7;
	z-index: 999;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
 /*   z-index: 999;*/
	width:100%;

   /* top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
}



.horizontal ul{
	top:0;
	position: absolute;
		 display: flex;
	  justify-content: center;
}




/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
}

#g-nav li a{
	color: #C90404;
	text-decoration: none;
	padding: 0px;
	display: block;
/*	text-transform: uppercase;*/
	font-family: genkaimincho, sans-serif;
	font-weight: 800;
	font-style: normal;
	margin-bottom: 1.5rem;
	font-style: normal;
	font-size: 
	
	
}


#g-nav.horizontal li a{
	margin:0 0.8rem;	
	font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
/*	color: hsla(223,100%,54%,1.00);	*/
}

#g-nav.horizontal li a:hover{
	color: #FF0000;
}


@media screen and (max-width: 767px) {
#g-nav.horizontal li a{
	margin:1.6rem 0;	
	font-size: 1.4rem;
/*	color: hsla(223,100%,54%,1.00);	*/
}	
	
	.g-nav_logo{

	position: relative;
	width: 180px;
left:auto;
		margin-bottom: 2rem;
}
	
}





.underline {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	
	width: 0;
	height: 1px;
	/*background-color: hsla(0,0%,80%,0.5);*/
	background-color:  #E80000;	
	/*background-color:#fff;*/
}


.list_item a {
    position: relative;
    display: inline-block;

}



@media screen and (max-width: 767px) {
	
	#g-nav{
	width: 100%;
	}
	
	#g-nav-list{
	width: 100%;	
	}
	
.horizontal ul{
	
		 display: block;
}

	
	#g-nav li a{

	margin-bottom: 1.5rem;
text-align:center;
/* font-size:clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);*/
	
	
}
	
}

.header-sp{
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: hsla(0,0%,100%,1);
	z-index: 100;
}


/*menuボタン*/
.openbtn{
	position: fixed;
	z-index: 5555;/*ボタンを最前面に*/
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 70px;
	height: 60px;
	color: hsla(0,0%,0%,1.00);
	/*background-color: hsla(0,0%,0%,1.00);*/
}

.openbtn svg{
	width: 70px;
	height: 60px;
}


.nc-int-icon{
	fill: #E80000; 
}


.top-bt{
	position: fixed;
width:70px;
	height:auto;
	z-index: 888;
	right:10px;
	bottom:10px;
}

@media screen and (max-width: 767px) {
	
	.openbtn{

	width: 60px;
	height: 50px;
}

.openbtn svg{
	width: 60px;
	height: 50px;
}
	
	
	.top-bt{
	position: fixed;
width:50px;
	height:auto;
	z-index: 888;
	right:5px;
	bottom:5px;
}
	
}










/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {
/*margin-bottom: 50px;*/
	
}




  .mainVisual {
	position: relative;
	width: auto;
	 height: 100%;
	/*background-color: #140119;*/
	z-index: 100;
	
	
  }


.mainVisual__inner{

		
	height:auto;
	width: 100%;
	display: block;
	position: relative;
	line-height: 0;
	
	
}

.margin-auto{
	position: relative;
	margin: auto;
}

.mainVisual__layer{
	 width: 100%;
	 position: absolute;
    line-height: 0;
	 top:0;
	left:0;
	opacity: 0;
}

.mainVisual__layer2{
	width: 100%;
	position: absolute;
	line-height: 0;
	top: 0;
	left: 0;
	
}


.mainVisual.flex{
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 /* justify-content: space-between;*/
  justify-content: center;
	 /* justify-content: space-around;*/
 
  align-items: center;
	
	overflow: hidden;
	height: 100vh;
}

.mainVisual__flexitem{
	position: relative;
	width:50%;
	/*height: 100%;*/

}

.container-item-img{
position: relative;

}

.container-item-img img{
    display: block;
	height: 100vh;
    object-fit: contain;
	object-position: 80% 50%;
    width: 100%;
	overflow: hidden;
}

.container-item-img__left img{
    display: block;
	height: 100vh;
    object-fit: contain;
	object-position: 20% 50%;
    width: 100%;
	overflow: hidden;
}

.anime{
	position: absolute;
	opacity: 1;
	/*z-index: 100;*/
}


#pc_top_a{
	opacity: 0;
}

#pc_top_a_03{

}

#pc_top_b{
	opacity: 0;
}



#pc_top_04{
	
}

#pc_top_05{
	
}


.official_twitter{
	position: absolute;
	width:13%;
	top:70px;
	left:20px;
	opacity: 0;
	z-index: 999;
}


.bnr_dvd{
	position: absolute;
	width:23%;
	bottom:40%;
	right:3%;
	opacity: 0;
}


.copyright{
	position: absolute;
	width:200px;
	bottom:20px;
	right:20px;
	z-index: 100;
	opacity: 0.6;
}



@media screen and (max-width: 767px) {
	
	
	.bnr_dvd{
	position: absolute;
	width:90%;
	bottom:2%;
	right:0;
		left:0;
		margin: auto;
	opacity: 0;
}

	
	#pc_top_b{
		position: absolute;
		top:0;
		left: 0;
		
	}
	
	
	.official_twitter{
	position: absolute;
	width:70px;
	top:7px;
	left:5px;
	/*opacity: 1;*/
	z-index: 999;
}
	
	
  .mainContents {
  /*  margin-top: 100px;*/
  }

	
.mainVisual.flex{
/*	height:100vh;
	height:100dvh;*/
		height: 100%;
	  flex-direction:column;
  }
	
	.mainVisual__flexitem{
	position: relative;
	width:100%;


}
	

	

	
	.container-item-img img{
    display: block;
	height:auto;
    object-fit: fill;
	object-position: 50% 0%;
    width: 100%;
	overflow: hidden;
}

.container-item-img__left img{
    display: block;
	height:auto;
    object-fit: fill;
	object-position: 50%  0%;
    width: 100%;
	overflow: hidden;
}
	
	
	.copyright{
	position: relative;
			margin: auto;
	width:200px;
	bottom:auto;
	right:0;
	z-index: 100;
	opacity: 0.6;
		padding:0 10px 10px;
}
}


/*top news banner*/


.fusen_set {
	position: relative;

	width: 100%;
	display: flex;
	 flex-direction: column;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between;*/
	justify-content: center;

}

.fusen_set__pc{
	position: absolute;
	display: flex;
		 flex-direction: column;
	top:80px;
	left:20px;
}

.fusen{
transform: rotate(-2deg);	
	
	margin:0 0rem 5px
}

.fusen__top {
	position: relative;
	margin-bottom: 0.2rem;
	padding: 0.5rem 1rem;
	border-left: 20px solid #FFDCF1;
	background-color: white;
	font-weight: 500;
	color: #5E5E5E;
	font-size:clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
	
	max-width: 250px;
	
}

.fusen__top::before {
	position: absolute;
	right: 1px;
	bottom: 10px;
	width: 50%;
	height: 50%;
	box-shadow: 0 5px 20px hsla(0,0%,20%,0.20);
	transform: rotate(2deg);
	z-index: -1;
	content: '';
	-webkit-box-shadow: 0px 5px 20px hsla(0,0%,20%,0.20);
}


@media screen and (max-width: 767px) {
	
	.fusen{
transform: rotate(-2deg);	
margin:0 0.5rem 8px
}
	
	.fusen_set {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 /* justify-content: space-between;*/
  justify-content:center;
	
}
	
	.fusen__top {
	position: relative;
	margin-bottom: 0.2rem;
	padding: 0.6rem 1rem;
	border-left: 20px solid #FFDCF1;
	font-size:clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);;
	
	
	
}
	
}


/*section__topbnr*/
.section__topbnr{
	padding: 1rem 0 0 0;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
	/* justify-content: space-between;*/
	justify-content: center;
	background-color: hsla(0,0%,0%,1.00);
}

.section__topbnr__item{
	width:24%;
	max-width: 230px;
	margin: 5px 5px;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}


.section__topbnr__item2{
	width:100%;
	max-width: 300px;
	margin: 0 auto;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}

.section__topbnr__item.border img{
/*	border: 1px solid hsla(257,100%,25%,1.00);*/
}

@media screen and (max-width: 767px) {
	
	
	.section__topbnr__item2{
	width:90%;
	max-width: 100%;
	margin: 0 auto;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}
	
	
	.section__topbnr{
	padding: 1rem 5px 0 5px;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	 justify-content: space-between;
/*	justify-content: center;*/
	background-color: hsla(0,0%,0%,1.00);
}
	
	.section__topbnr__item{
	width:49%;
	max-width: 100%;
	margin: 5px 0px;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}
}


/*section__bnr*/


.section__bnr{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between;*/
	justify-content: center;

}

.section__bnr__item{
	width: 200px;
	margin: 0 5px;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}

.section__bnr__item.border{

border: 1px solid hsla(0,0%,26%,1.00);
}

.section__trailer__item{
	width:47%;
	max-width: 700px;
	margin: 0 10px;
	
}


.section__trailer__item a {
  position: relative;
  display: block;
max-width: 700px;
  padding: 0;
	
border: 0px solid #C90404
}


.trailer-overlay {
	position: absolute;
	width:20%;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 150;
  transition: all 0.2s ease 0s;
    opacity: 1;
	 pointer-events: none;
/*	border: 1px solid hsla(0,0%,59%,1.00);*/
}

.trailer-overlay:hover {
	
}


.section__trailer__item a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url(../img/common/play_mark.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 20%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
    opacity: 0.5;
}


.section__trailer__item a:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}

.overlay {
   /* display: none;*/
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: hsla(0,0%,100%,0.90);
    /* background-color: #000;*/
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 910;
}

.trailer-title{
	text-align: center;
	margin:0rem 0 0 0;
	font-size:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
letter-spacing: 0.00rem;
}

@media screen and (max-width: 767px) {
	
	.section__trailer__item{
	width: 95%;
	
	
}
	
	.section__trailer__item a {
		width: 100%;
	}
	
.section__trailer__item a .overlay {
		width: 100%;
	}
	
	.section__bnr__item{
	width: 45%;
	margin: 0 5px;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}
	
	.trailer-title{
	text-align: center;
	margin:0rem 0 1.5rem 0;
	
}
	
}




/*slick*/

.slideWrapper{
	
		/*max-width: 600px;*/ /* ×1 */
	/*max-width: 800px !important;*/ /* ×2 jsの数も修正 */

/*	overflow-x: hidden;
	overflow-y: hidden;*/
	opacity: 0;
	
	margin:auto;
	margin-bottom: 6rem !important;
}

.sliderwaku{
	position: relative;
	display: block;
	padding: 0px 10px 0;
	overflow: hidden;
/*	border: 1px solid hsla(0,0%,80%,1.00);*/
	}

.sliderwaku2{
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;	/*background-color: hsla(32,100%,46%,0.74);*/
	/*background-color: hsla(0,0%,0%,1.00);*/
	}

@media screen and (max-width: 767px) {
	
	
	.section__bnr{
		/*max-width:342px;*/
		margin: auto;
		/*padding:0 1rem;*/
	}
	
	.section__trailer__item{
	width: 95%;
		margin: 10px 0px;
	
}
	
	.section__trailer__item a {
		width: 100%;
	}
	
.trailer-overlay {
		
	}
	
	.section__bnr__item{

	/*	margin:0 10px;*/
}
	
	.sliderwaku{

	padding: 0px 5px 0;
	
	}
	
}


/*section__news*/

/*----------------------------------------
	Card
----------------------------------------*/
.cardList__item{
	/*background-color: #fff;*/
	
}

.card {
	display: block;
	border: 1px solid hsla(0,96%,40%,0.5);
	/*border-radius: 5px;*/
	color: inherit;
	text-decoration: none;
	transition: color .3s;
	background-color: #000;
	height: 100%;
	/*color: #C80404;*/
	color: #fff;
}


.card__thumb {
	overflow: hidden;
}
.card__thumb img {
	max-width: none;
	width: 100%;
	/*border-radius: 5px 5px 0 0;*/
	transition: transform .3s;
}

.card__text__base{
	position: relative;
	padding:10px 15px;
	height: auto;
	
}

.card__date {
	font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
	margin: 0px 0px 5px;
	color: hsla(0,0%,100%,0.3);
}
.card__txt {
	font-size: clamp(0.85rem, 0.795rem + 0.27vw, 1rem); 
	line-height: 1.5rem;
	/*color: #C80404;*/
}
/*hover*/
.card:hover {
/*color: hsla(0,100%,50%,1.00);*/
color: hsla(0,0%,100%,1.00);
	border: 1px solid hsla(0,96%,40%,0.7);
}
.card:hover .card__thumb img {
	/*transform: scale(1.1);*/
}


@media screen and (max-width: 767px) {
	
	.card__txt {

	line-height: 1.4rem;
}
}

/*----------------------------------------
	CardList04
----------------------------------------*/
.cardList {
	display: grid; /*girdレイアウトにする*/
	gap: 10px; /*隣接するアイテム間余白を20pxに設定*/
	grid-template-columns: repeat(2,1fr); /*均等2カラム指定*/
	grid-auto-rows: minmax(100px, auto);
	
}
@media screen and (min-width: 768px),print {
	.cardList {
		
		grid-template-columns: repeat(2,1fr); /*均等2カラム指定*/
	}
}
@media screen and (min-width: 992px),print {
	.cardList {
		grid-template-columns: repeat(3,1fr); /*均等3カラム指定*/
	}
}
@media screen and (min-width: 1200px),print {
	.cardList {
		grid-template-columns: repeat(3,1fr); /*均等3カラム指定*/
		/*grid-template-columns: repeat(4,1fr); *//*均等4カラム指定*/
	}
}




/*comment*/


.comment-set{
	position: relative;
	/*background-color: hsla(0,0%,100%,1);*/
	padding: 1.5rem 0rem;

		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
 /* justify-content: center;*/
 
  align-items: top;
}


.comment-text-item{
	position: relative;
	width: 75%;
/*	line-height: 1.7rem;
font-size:clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);*/
}

.comment-img-item{
	position: relative;
	width: 21%;
}


.comment-img-item img{
		border: 1px solid hsla(0,96%,40%,0.5);
}





.comment-text-item2{
	position: relative;
	width: 100%;
/*	line-height: 1.7rem;
font-size:clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);*/
}

.comment-text-item2.about{
	position: relative;
	width: 100%;
	line-height: 1.8rem;
/*font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);*/
}

.text_story{

	text-align: center;
	line-height: 2.1rem;
font-size:clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);
}

.comment-name{
	margin-bottom: 0.5rem;
	position: relative;
	color: #FFF;

	font-style: normal;
	font-size: clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);
	line-height: 1.7rem;
	text-align: left;
}

.comment-name .large{
	font-size: 130%;
}

.comment-name.name{
	text-align: left;
}


.name2{
	font-size:70%;
	margin-left: 0rem;
}

.comment__bold{
	font-weight: 800;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 0.25rem;
}

.comment__bold__about{
	font-weight: 800;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 1rem;
	font-size:clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
	text-align: center;
}


p.comment__margin {
	margin-bottom: 1.25rem;
}


.small-right{
	text-align: right;
	font-size: 70%;
	color: hsla(0,0%,100%,0.7);
}

.sup {
	font-size: 0.7em;
	vertical-align: top;
}


.profile-set{
	padding: 1rem 1.5rem;
	background-color: hsla(0,0%,100%,0.1);
	font-size: clamp(0.85rem, 0.832rem + 0.09vw, 0.9rem);
	color: hsla(0,0%,100%,0.4);
}

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

	.comment-set{
	padding:1.5rem 0rem;
}
	
	
	.comment-text-item{

	width: 100%;
}
	
	.comment-name{
	line-height: 1.5rem;
		text-align: center;
	
}

.comment-img-item{
	
	width: 60%;
	margin:0 auto 1.5rem;
}
	
	
	.text_story{
		line-height: 1.8rem;
		
}
	
	.text_story.mb-1{
		margin-bottom: 1.8rem!important;
	}
	.profile-set{
	padding: 1rem 1rem;
	
}
}



/*----------------------------------------
	footer
----------------------------------------*/


  .footer {
	/*background-color:#FDEFF7;	*/

	position: relative;
	/* display: flex;
  justify-content: center;
  align-items: center;*/
	padding: 0x 50px;
	/*background-image: url(../img/about/footer_base.webp);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
  }

.footer2 {
	
	position: relative;
	padding: 50px 50px;
	background-image: url(../img/common/base2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	
}


.footer2__item{
	color: hsla(0,0%,100%,0.2);
	width: 100%;
	max-width: 700px;

	font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	line-height: 1rem;
}

.footer2__item a{

	color: hsla(0,0%,100%,0.4);
}


.footer__set{
	position:relative;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}


.footer__logo{
	position: relative;
	width: 250px;
margin-bottom: 2rem;
	opacity: 0.7;
}

.footer__logo2{
	position: relative;
	width: 400px;
	
}


.footer__billing{
	position: relative;
	width:90%;
	max-width: 1000px;
	
}

.footer__title{
	font-size:  clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	text-align: center;
margin-bottom: 1rem;
}


@media screen and (max-width: 767px) {
	
	.footer2 {
			padding: 20px 10px 40px;
	}
	
	.footer__logo{
	position: relative;
	width: 170px;
margin-bottom: 1rem;
}
	
	.footer__logo2{
	
	width: 90%;
	
}
	

}





/*sns brands*/

.brands {
	position: relative;
	width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 0.7rem;
}

.brands__item {
    flex: 0 0 20%;
}

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.brands__item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}




/*social bt*/

.social-bt {
	position: relative;
	width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: auto;
	margin-bottom: 1.5rem;
	 align-items: center;
	
}

.social-bt__item {
    flex: 0 0 33.333333%;
	line-height: 0;
	text-align: center;
	
}


.social-bt__item.boder {
	border: 1px solid hsla(0,0%,26%,1.00);
	margin-right: 1rem;
}

.social-set{
	position: relative;
	margin: auto;
}


 
.wb-logo-item-flex{
	position: relative;		
	display: flex;
    flex-direction: row;
	justify-content: center;
  align-items: center;
		
	width:auto;
}

.wb-logo{
	width: 20px;
	line-height: 0;

}

.wb-link {
	display: flex;	
justify-content: center;
  align-items: center;
	
   /* margin-left: 0.5rem;*/
/*	margin-top:0.5rem;*/
   font-size: 0.6rem;
	   
}

.wb-link a {
	 color: #818181 !important;  
margin:0  0.5rem
}


.footer__billing-bt{
	width: 150px;
	height: auto;
	line-height: 0;
}

.footer__billing-bt__close{
	width: 150px;
	height: auto;
	line-height: 0;
}



#billing{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 9999;
	/*ナビのスタート位置と形状*/
  
	bottom: -120%;
	width: 100%;
	height: 100vh;/*ナビの高さ*/
	/*動き*/
	transition: all 0.6s;
	background-color: hsla(326,73%,96%,1);
	color: #818181;    /*padding: 50px 50px;*/
	
	
	
}

/*アクティブクラスがついたら位置を0に*/
#billing.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#billing.panelactive #billing-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	
}


.billing__set{
padding: 30px 50px;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}

.footer__billing-text{
	width:100%;
	max-width: 800px;
	margin:auto;
}


@media screen and (max-width: 767px) {
	
	
	.billing__set{
padding: 50px 10px;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}
	
	
	.footer {
  padding: 0px 0px 0px;
/* background-image: url(../img/about/footer_base_sp.webp);*/
}



}








/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 1200px;
  margin: auto;

}

.container.slide {
  max-width: 1400px;
  margin: auto;

}


/*----------------------------------------
	section
----------------------------------------*/


section {
	 position: relative;
    padding:100px 50px;
  }


section.contents-page {
	 position: relative;
    padding:150px 50px 100px;
  }


.section__black{
	background-color: hsla(0,0%,0%,1.00);	
}



.section__blue{
	background-image: url(../img/common/blue_base.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: hsla(0,0%,0%,1.00);
}









 .section {
	 position: relative;
    padding:100px 0px 50px;
  }


.section.section__child-top {
    padding:120px 20px 4px;
  }

.section__full-vh{
 height: 100vh;
	min-height: 100dvh;
}

.section__pink{
	background-color:#FDEFF7;	
}

.section__cream{
	background-color: #F8F6EB;
	 padding:20px 10px;

}

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

    padding:50px 15px;
  }
	
	section.contents-page {
	
     padding:100px 15px 50px;
  }
	
 .section {
    padding:30px 10px;
}
	
	.section.section__child-top {
    padding:90px 10px 0px;
  }
	
	.section__cream{
	background-color: #F8F6EB;
	 padding:10px 10px 20px;

}

}

/*----------------------------------------
	heading
----------------------------------------*/


.headingL {
	margin-bottom: 50px;
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	text-align: left;
	text-transform: uppercase;
	font-family: genkaimincho, sans-serif;
	font-weight: 800;
	color: hsla(0,96%,40%,1.00);
}


.contents-page .headingL{
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	
	.headingL {
    margin-bottom: 25px;
  }
	
.contents-page .headingL{
    margin-bottom: 50px;
  }
  
}



/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
	
	/*display: block;*/
	padding: 5px 20px 7px;
		border: 1px solid hsla(0,96%,40%,0.9);
	background-color: #000000;
	color:#C80404;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
/*	border-radius: 4px;*/
font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
	
	
}
.buttonM:hover {
  background: #000;
  color:#FF0000;
		border: 1px solid hsla(0,96%,40%,1);
}

.buttonM.more {
	min-width: 200px;
}

.buttonL {
  display: block;
  padding: 20px;
  border: 2px solid #37952F;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.buttonL:hover {
  background: #37952F;
  color: #fff;
}

 .centerButton {
		display: flex;
/*  flex-direction: row;
  flex-wrap: wrap;*/
/*  justify-content: space-between;*/
  justify-content: center;
  align-items: center;
  }


@media screen and (max-width: 767px) {
 .centerButton {
 
  margin: auto;
}
}


/*youtube*/
.youtube {
	position: relative;
	/* padding-bottom: 56.25%;
    padding-top: 30px;*/
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 1rem;
	background-color: #FFFFFF;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}




/*widget*/


.widget-waku {
	width:100%;
	
	max-height: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 4rem;
	overflow-y: hidden;
}

.widget-item {
	height: 600px;
	padding:0 20px;
	width: 100%;
	max-width: 500px;
	margin: auto;
	overflow-y: auto;
}


.footer__ticket{
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  justify-content: center;
  align-items: center;
	margin-bottom: 1rem;
}

.footer__ticket__item{
	max-width: 200px;
	margin:0 5px;
}

@media screen and (max-width: 767px) {
	.widget-item {
		width: 100%;
		margin-bottom: 4rem;
	}
	
}
