/*/*/*/*/*/*/*/*/*/**/*/*/*/*/*/*/*/*/*/
@charset "UTF-8";



/*____________ common_____________

_______ font


font-family: nitalago-ruika,sans-serif;
font-weight: 100;
font-style: normal;


/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

*:focus {
  outline: none;　/*safariの画像枠*/
}

::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;
	border-image-width: 0;
}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);　/*　スマホ対策*/
  cursor:pointer;
}

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;
	

}



html, body {
	position: relative;
	color: #3F3F3F;
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;/*100%だとモーダルに影響の場合あり */
	/*line-height: 0;*/  /*全ての要素にline-height設定*/
/*font-family: ibm-plex-sans-jp,sans-serif;*/
	font-weight: 100;
	font-style: normal;
	font-family: nitalago-ruika, 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.9rem, 0.864rem + 0.18vw, 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: no-repeat;
	text-shadow: 0px 0px;
	background-attachment: fixed;
	-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-size: cover;
	background-position: center center;
	height: 100vh;
	height: 100dvh;
}





a{
	text-decoration: none;
	color: hsla(351,92%,38%,1.00);	
}

a:hover{
	
}

.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 {
		
		
	}
	
.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;
}


.anime_a,
.anime_b,
.anime_c,
.last_anime{
	opacity: 0;
}

.top-bt{
	
}

.anime0{
		opacity: 0;
}



/*loader new*/



.js-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	background-color: #fbc902;
	transition: opacity .8s, visibility .8s;
	z-index: 888; /* .is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
	  background: #e1b404;
  z-index: 889;
	 opacity: 0;
  /*.is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}
.js-loader-progress-bar {
  background: #a60a22;
  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: #FBC902;
}




/* 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:200px;
	margin:0 auto 160px;
	left:0;
	right: 0;
	 opacity: 0;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
  background-color: #fbc902;
  /*  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);
}



@media screen and (max-width: 767px) {
	.loading_logo{
	width:140px;
	margin:0 auto 120px;
	left:0;
	right: 0;
	 opacity: 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
----------------------------------------*/

#wb_header {
    position: relative;
    width: 100%;
    height: 59px;
    border-bottom: solid 1px #b2bfcd;
    z-index: 990;
    background: #FFF;
    overflow: hidden;
	
	
}

.wb_icon{
	position: absolute;
	left:25px;
	width:100px;
	  display: flex;
flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wb_icon_item{
	 width: 40%;	
height:44px;
margin: 7px 3px 0;
}

.wb_icon_item img{
	height: 100%;
	width: auto;
}

.header {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: flex;

  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
	z-index: 888;
 /* background: #fff;s
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
}

.header__sns {
  position: absolute;
	 width:240px;
 
  display: flex;
flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
	z-index: 999;
	 top:-55px;
	right:8px;
}


.header__sns_icon {
 width: 20%;	
height:auto;
margin: 0px 2px;
}

.header__sns_icon2 {
 width:30%;	
height:auto;
margin:5px 5px 0;
}


.header__logo {
/*  flex-shrink: 0;*/
  width: 70px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
	
	
	.wb_icon_item{
	 width: 35%;	
height:35px;
margin: 10px 1px 0;
}



	
	
.header__sns {
	 width:200px;

	 top:-50px;
	right:2px;
}
	
	
.header__sns_icon {
/* width: 44%;*/	
height:auto;
	
margin: 0px 2px;
}
	
	.header__sns_icon2 {
/* width:30%;	*/
height:auto;
margin:5px 5px 0;
}

	
  .header__logo {
/*   flex-shrink: 0;*/
  width: 60px;
  margin-left: 65px;
	 /* margin:auto;*/
  }
	
.wb_icon{
	position: absolute;
	left:0px;
	width:100px;
	  display: flex;
flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
}



/*g-nav*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    left: -100%;
	 width: max(30%, 400px);
    height: 100vh;/*ナビの高さ*/
	background-color: #e1b404;
	 padding:40px 10px;
color:#a60a22;
		background-image: url(../img/common/base_yellow.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:  auto 100%;
    /*動き*/
	transition: all 0.6s;
	
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 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;
}


.g-nav_logo{
	margin: 4rem 0 3rem;
	position: relative;
	width: clamp(200px, 60%, 300px);

}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    z-index: 999;
	width:100%;

   /* top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #C30822;
  text-decoration: none;
  padding:0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
	font-weight: 100;
	margin-bottom: 1.5rem;
font-style: normal;
 font-size:clamp(1.4rem, 1.127rem + 0.36vw, 1.4rem);
	
	
}

.underline {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	/*background-color: hsla(0,0%,80%,0.5);*/
	background-color: hsla(0,0%,80%,0.7);	
	/*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%;	
		padding: 2rem 1rem;
	}
	
	.g-nav_logo{
	margin: 1rem 0 2rem;
	position: relative;

}
	
	#g-nav li a{
  letter-spacing: 0.05em;
	font-weight: 100;
	margin-bottom: 1.2rem;
 letter-spacing: 0.00em;
	
}
	
}




/*menuボタン*/
.openbtn{
	position: absolute;
	z-index: 5555;/*ボタンを最前面に*/
	top: 0px;
	left: 20px;
	cursor: pointer;
	width: 70px;

	/*bottom: auto;*/
}

.openbtn.header-fixed {
		position: -webkit-sticky;
position: sticky;
}

.openbtn .openbtn_img{
	opacity: 1;
		transition: all 0.5s;
}

.openbtn.active .openbtn_img{
	opacity: 0;
}

.openbtn .openbtn2{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
		transition: all 0.5s;
}

.openbtn.active .openbtn2{
	opacity: 1;
}

.openbtn svg{
	width: 70px;
	height: 60px;
}


.nc-int-icon{
	fill: #FBC902; 
}



  

@media screen and (max-width: 767px) {
	
	.openbtn{
left: 5px;
	width: 70px;
	/*height: 50px;*/
}

.openbtn svg{
	width: 60px;
	height: 50px;
}
	
}


.top-bt{
	position: fixed;
width: 40px;
	height:auto;
	z-index: 888;
	right:10px;
	bottom:10px;
}


/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {

	
 position: relative; 
 width: 100%;
 height: auto;
	
}




  .mainVisual {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	  
  }

  .mainVisual.slick {
	overflow-x: visible;
	overflow-y: visible;
}


.mainVisual__inner{
	 width: 100%;
	 position: relative;
    line-height: 0;
	
}

.mainVisual__layer{
	 width: 100%;
	 position: absolute;
    line-height: 0;
	 top:0;
	left:0;
	opacity: 0;
}


#pc_top_01{
	
}

#pc_top_02{
	
}

#pc_top_03{
	
}

#pc_top_04{
	
}

#pc_top_05{
	
}


.before_bnr{
	position: absolute;
	width:22%;
	bottom:-10%;
	left:-5%;
}


.section_loadshow{
	position: relative;
		background-color: #a60a22;
height:200px;
width:100%;
	
}

.tieup_logo{
	position: absolute;
	margin:auto;
	max-width: 400px;
	top:30px;
	left:0;
	right:0;
}




@media screen and (max-width: 767px) {
	
	.section_loadshow{
	position: relative;
		background-color: #a60a22;
height:220px;
width:100%;
	
}
	
	.tieup_logo{
	position: absolute;
	margin:auto;
	max-width: 400px;
	top:50px;
	left:0;
	right:0;
}
	
	
  .mainContents {
  /*  margin-top: 100px;*/
  }

	
	 .mainVisual {
  
  }
	
	.before_bnr{
	position: absolute;
		margin: auto;
	width:80%;
	bottom:-7%;
	right:0;
		left:0;
}
}


/*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: 100;
	color: #5E5E5E;
	font-size:clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
	
	max-width: 250px;
	min-width:150px;
	
}

.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);
}


.top__bnr{
	position: absolute;
	width:35%;
	bottom:4%;
	left:25%;
	/*max-width: 300px;*/
	display: flex;
/* flex-direction: column;*/
  justify-content: center;
  align-items: center;
}

.top__bnr__item{
	margin-bottom:10px;
}



.bnr_musume{
	position: absolute;
	width:19%;
	right:10.5%;
	top:35%;
}

.bnr_mother{
	position: absolute;
	width:19%;
	left:10.5%;
	top:35%;
}


@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);;
	
	
	
}
	
	.top__bnr{
	position: relative;
	width:70%;

	bottom:auto;
	left:auto;
		margin: 1rem auto 10px;
			max-width: 100%;
		  justify-content: space-between;
		flex-direction: column;
		/* flex-direction: row;*/
}
	
	.top__bnr__item{
	width:100%;
	margin:0 auto 10px;
}
	
	
	.bnr_musume{
	position: absolute;
	width:50%;
	right:-2%;
	top:74%;
}

.bnr_mother{
position: absolute;
	width:50%;
	left:-2%;
	top:74%;
}
	
}



/*section__bnr*/

.mvtk__area{
	position: relative;
max-width: 840px;
width:100%;
}

.mvtk__bnr{
	/*border-radius: 6px;*/
	    border: 1px solid #ccc;
/*max-width: 400px;*/
}

#mvtk-widgets-container{
	width: 342px;
		margin:auto;
	left:0;
	right:0;

}





.section__bnr{
 width: 100%;
	 
	position:relative;
  flex-wrap: wrap;
	 display: flex;
justify-content: center;
	 justify-content: space-between;

  align-items: center;
	 flex-direction: column;
}

.section__bnr__item{
	max-width: 600px;
	border: 1px solid hsla(0,0%,59%,1.00);
}

.section__trailer__item{
	width: 400px;
	margin: 0 5px;
	
	
}


.section__trailer__item img{
	border: 1px solid hsla(0,0%,59%,1.00);
}

.section__trailer__item a {
  position: relative;
  display: block;
 width: 400px;
  padding: 0;
}


.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;
}




.trailer-img{
	opacity: 0.8;
	transition: all 0.2s ease 0s;
	border: 2px solid #e1b404;
}

.trailer-img:hover{
	opacity:1;
}







.trailer-title{
	position: relative;
	text-align: center;
	font-weight: 100;
	/*letter-spacing: 0.1rem;*/
	margin-top:0.5rem;
}

.trailer-overlay1 {
   /* 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;
}


.button-container{
	position: relative;
	width:100%;
	margin: auto;
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
 /* justify-content: center;*/
 
  align-items: center;
}

.button-item{
	position: relative;
	width:32%;
	margin-bottom: 10px;
}

.trailer-name{
	color: #C30922;	
	text-align: center;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}


/*slick*/

.slideWrapper{
	
		/*max-width: 600px;*/ /* ×1 */
	max-width: 1200px !important; /* ×2 jsの数も修正 */

/*	overflow-x: hidden;
	overflow-y: hidden;*/
	opacity: 0;
	
	margin:auto;
	margin-bottom: 4rem !important;
}

.sliderwaku{
	position: relative;
	display: block;
	padding: 0px 5px 0;
	overflow: hidden;
	
	}



.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);*/
	}


.slick-arrow {
  position: absolute;
width:4%;
	max-width: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor:pointer;
	transition: 0.2s ease-in-out;
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

.prev-arrow {
  left: 1%;
  z-index: 10;
}
.next-arrow {
  right: 1%;
}






@media screen and (max-width: 767px) {
	
	.slick-arrow {
  position: absolute;
width:7%;
	max-width: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
	cursor:pointer;
}
	
	
	.button-container{
	width:100%;
		
	}
	
	.button-item{
	position: relative;
	width:48%;
}
	
	
	.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;*/
}
	
}


/*section__news*/

/*----------------------------------------
	Card
----------------------------------------*/
.cardList__item{
	/*background-color: #fff;*/
	
}

.card {
	display: block;
	border: 3px solid #A60A22;
	/*border-radius: 5px;*/
	color: inherit;
	text-decoration: none;
	transition: color .3s;
	height:100%;
	
	background-color: #a60a22;
	background-image: url(../img/common/base_red.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:  auto 100%;
}

.card.noborder {
	border: 3px solid hsla(351,89%,35%,0);
}


.card__thumb {
	overflow: hidden;
}
.card__thumb img {
	max-width: none;
	width: 100%;
	transform: scale(1);
	/*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 3px;
	color: #FBC902;
}
.card__txt {
	font-size: clamp(0.85rem, 0.832rem + 0.09vw, 0.9rem); 
	line-height: 1.3rem;
	color: #FBC902;
}
/*hover*/
.card:hover {
	border: 3px solid #C30822;
}

.card:hover .card__txt {
	color: #FFDB4D;
}
.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(4,1fr); /*均等4カラム指定*/
	}
}




/*comment*/


.comment-set{
	width:100%;
	position: relative;
	background-color: hsla(0,0%,100%,1);
	padding: 1.5rem 2rem;
	border: 1px solid hsla(0,0%,0%,0.10);
	color: #7A7979;
}


.comment-text-item2{
	position: relative;
	width: 100%;
	line-height: 1.7rem;

}

.comment-text-item2.about{
	position: relative;
	width: 100%;
	line-height: 1.8rem;
/*font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);*/
}

.text_story{
	font-family: nitalago-ruika,sans-serif;
font-weight: 100;
font-style: normal;
	text-align: center;
	line-height: 2.1rem;
font-size:clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);
}

.comment-name{
	
	margin-bottom: 1rem;
	position: relative;
	color:#525252;
    
	
	font-family: nitalago-ruika,sans-serif;
font-weight: 100;
font-style: normal;
	
	
	font-size:clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
	line-height: 2rem;
}

.comment-name.about{
	text-align: center;
}


.name2{
	font-size:70%;
	margin-left: 0rem;
}

.comment__bold{
	font-weight: 100;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 0.25rem;
}

.comment__bold__about{
	font-weight: 100;
	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;
}




@media screen and (max-width: 767px) {

	.comment-set{
	padding:1.5rem 1.25rem;
}
	.text_story{
		line-height: 1.8rem;
		
}
	
	.text_story.mb-1{
		margin-bottom: 1.8rem!important;
	}
}



/*----------------------------------------
	footer
----------------------------------------*/


  .footer {
	  
background-color:#fff;	
  color: #818181;
	  position: relative;
   /* display: flex;
  justify-content: center;
  align-items: center;*/
    padding: 50px 50px;
  }


.footer__set{
	position:relative;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}


.footer__logo{
	position: relative;
	width: clamp(70px, 35%, 150px);
	margin-bottom: 2rem;
}


.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;
}


.footer__title{
	font-size:  clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	text-align: center;
margin-bottom: 1rem;
}



/*sns brands*/

.brands {
	position: relative;
	width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 1rem;
}

.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-bottom: 2rem;
}

.social-bt__item {
    flex: 0 0 33.333333%;
	line-height: 0;
	text-align: center;
}



 
.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;
}

.copyright{
	font-size: 
}


@media screen and (max-width: 767px) {
	
	
	.billing__set{
padding: 50px 10px;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}
	
	
	.footer {
  padding: 30px 30px;
 
}



}








/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 1120px;
  margin: auto;

}


/*----------------------------------------
	section
----------------------------------------*/


 .section {
    padding:50px 20px;
  }

 .section2 {
    padding:0px 20px;
  }




.section__trailer {
    padding:50px 0px 70px;
	
	/* display: flex;   //slack時はoff
  justify-content: center;
  align-items: center;*/
  }


.section.section__child-top {
    padding:120px 20px 80px;
	min-height: 100vh;
  }

.section__full-vh{
 height: 100vh;
	min-height: 100dvh;
}

.section__red{
	background-color: #a60a22;
	padding: 60px 10px;
	color: #e1b404;
	background-image: url(../img/common/base_red.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:  auto 100%;
}

.section__yellow{
	background-color: #e1b404;
	 padding:60px 10px;
color:#a60a22;
		background-image: url(../img/common/base_yellow.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size:  auto 100%;
}

@media screen and (max-width: 767px) {
 .section {
    padding:30px 10px;
}
	
	 .section2 {
    padding:10px 10px;
}
	
	.section__trailer {
    padding:30px 0px 30px;
  }
	
	.section.section__child-top {
    padding:90px 10px 40px;
  }
	
	.section__cream{
	background-color: #0A0A0A;
	padding: 10px 10px 20px;
}

}

/*----------------------------------------
	heading
----------------------------------------*/


.headingL {
margin-bottom: 40px;
font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);

  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.headingL_img {
position: relative;
	margin:0 auto 60px;
	max-width: 500px;
}

@media screen and (max-width: 767px) {
	
	.headingL {
    margin-bottom: 20px;
  }
  
}



/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
	display: block;
	padding: 12px 15px;
	border: 2px solid #C30922;
	
	 background-color: #FBC904;
	color: #C30922;
	

	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	/*border-radius: 4px;*/
	font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);
}
.buttonM:hover,
.buttonM.current{
	background-color: #C30922;
	color: #FBC904;
	border: 2px solid #C30922;
}

.buttonL {
  display: block;
  padding: 20px;
  border: 2px solid #37952F;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.buttonL:hover {
  background: #37952F;
  color: #fff;
}

 .centerButton {
	  max-width: 240px;
    margin: auto;
  }

 .centerButton2 {
  max-width: 300px;
    margin: auto;
  }

.center_button__img{
	position: relative;
	max-width:350px;
	margin:auto;
}





@media screen and (max-width: 767px) {
 .centerButton {
 
  margin: auto;
}
	
.centerButton2 {
 
  margin: auto;
}
	
	.center_button__img{
	position: relative;
	max-width:80%;
	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: #000000;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}

