@charset "UTF-8";



/*____________ common_____________

_______ font


font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;

font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;


font-family: "corporate-logo-ver2", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "corporate-logo-ver2", sans-serif;
font-weight: 700;
font-style: normal;


#2B0404
#FCCF19
#2c0d15  --dark


#FFB100
#E49E00


/*----------------------------------------
	var
----------------------------------------*/

:root {

/*color*/	
	
 --color-01: hsla(0,0%,80%,1.00);
 --color-02: hsla(0,0%,100%,1.00);/* strong*/
 --color-03: hsla(0,0%,50%,1.00);
 --color-04: hsla(0,0%,25%,1.00);
--color-05: hsla(0,0%,90%,1.00);
--color-06:#F0F4D1;
--color-07:#BF001F;	
--color-08:#000000;	
 --color-09:#FDDA00;	   
    
    
 --base-font-color:var(--color-01);
	
 --link-font-color:var(--color-06);
 --link-font-hover-color:var(--color-02);
	
--link-border-color:hsla(0,0%,25%,1.00);
--link-border-color2:hsla(0,0%,50%,1.00);
	
 --border-color:hsla(31,89%,52%,0.5);
	
 --background-color: #000000;
 --background-color2:hsla(0,0%,10%,1.00);
	
/*font family*/	
	
 --base-font-family: source-han-sans-japanese, sans-serif;
 --base-font-family2: corporate-logo-ver2, sans-serif;
	
	
/*font size*/	
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
	
  --font-size-large: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  --font-size-default: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  --font-size-small: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
	
  --font-size-menu: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	
--line-height-default:1.8;
--line-height-large:2;
	
	
  --mt-sp:1.5; /*marginのSP設定*/
	
  --font-weight-normal:500;
  --font-weight-bold:700;
  --font-weight-bold2:700;

	
/*  contents width*/
  --pc-contents-width:95%;
  --sp-contents-width:95%;
	
  --width-default:1200px;
  --width-wide:1400px;
  --width-small:1000px;


/*title*/
 --title-font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
 --title-font-weight:700;
 --title-font-color: var(--color-07);
 --title-letter-spacing: 0.3rem;
 --title-font-family:var(--base-font-family2);


/*name*/

--name-font-size: clamp(1.3rem, 1.082rem + 1.09vw, 1.9rem);
--name-font-size-small:clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
	
	
	
	
	
	
	
	
	
	
	}



/*----------------------------------------
	base
----------------------------------------*/

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;/*100%だとモーダルに影響の場合あり */
	/*line-height: 0;*/  /*全ての要素にline-height設定*/
	color: var(--base-font-color);
	font-weight: var(--font-weight-normal);
	font-style: normal;
	font-family: var(--base-font-family);
	font-size: var(--font-size-default); 
	
	 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:var(--background-color)!important;
	
}







h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

a {
  color: var( --link-font-color);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}

a:hover {
  color: var(link-font-hover-color);
	
}

a:visited{
 color: var( --link-font-color);
	
}



.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;
}

.op0{
	opacity: 0;
}


.border{
border: 1px solid var(--border-color);	
}


/*loader new*/



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


.loader-center{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
		display: flex;
  justify-content: center;
  align-items: center;
}


.js-loader-progress {
	position: fixed;

	width: 100%;
	height: 0px;
	/*background-color: #7C233C;*/
	z-index: 889;
	opacity: 0;  /*.is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}
.js-loader-progress-bar {
	/*background-color:#7C233C;*/
	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;
	margin-top:-40px;
/*	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
    z-index: 999;
	
	color: #fff;
	width: 100%;
}


.loading_logo{
	width:20%;
	max-width: 200px;
	margin:0 auto 30px;
	left:0;
	right: 0;
	 opacity: 0;
}


@media screen and (max-width: 767px) {
	
	.loading_logo{
	width:35%;
		margin:0 auto 20px;
}
	
}


/*割れる画面のアニメーション*/
.loader_cover {
	width: 100%;
	height: 50.00%;
	/*background-color:  hsla(343,56%,31%,0.3);  */
background-color:var(--background-color);
	/*  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: 50px;
	z-index: 888;
	background-color:#000;
	/*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: fixed;
	/*width:200px;*/
	top:0px;
	left:20px;
    display: flex;
   /* flex-wrap: wrap;*/
 /*   justify-content: center;*/
	  justify-content: space-between;
	height:50px;
	 align-items: center;
	z-index: 1100;
}

.header-sns__item {
	position: relative;
	width:30px;
	opacity: 0.7;
	/*margin-right:5px;*/
}

.header-sns__item.x {
	position: relative;
	width:26px;
	margin-right:15px;
}

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

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


.header-sns__item3 {
	position: absolute;
	/*background-color: hsla(3,100%,49%,0.7);*/
	/*padding:0 10px;*/
	left: 18px;
	bottom: -27px;
	letter-spacing: 0;
}




@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 {
	left:10px;
		
	}
	
	
	.header-sns__item {
	width:26px;
	/*margin-right:5px;*/
}
	
	.header-sns__item.x {
	width:23px;
	margin-right:8px;
}

	
}




/*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;
	background-color: hsla(0,0%,0%,0.90);	
}




/*アクティブクラスがついたら位置を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: 50px;/*ナビの高さ*/
/*	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: 95vh;/*ナビの高さ*/
	background-color: hsla(0,0%,0%,0.90);
	/*動き*/
	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;
	
	/*padding-bottom: 10rem;*/
}

	
}




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

	display: none;
}

/*ナビゲーション*/
#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{
	text-decoration: none;
	padding: 0px;
	display: block;
	text-transform: capitalize;


	
	font-style: normal;
	margin-bottom: 1.5rem;
	font-style: normal;
	font-size: 
	
	
}


#g-nav.horizontal li a{
	margin:0 10px;	
font-family: var(--base-font-family2);
	font-size:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
  /*  font-size:clamp(1rem, 0.982rem + 0.09vw, 1.05rem);*/
	font-weight: var(--font-weight-bold2);
	font-weight: 700;
letter-spacing: 0rem;
}

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


@media screen and (max-width: 767px) {
#g-nav.horizontal li a{
	margin:0rem 0;	
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
/*	color: hsla(223,100%,54%,1.00);	*/
}	
	
	.g-nav_logo{
			top:0px;
	opacity: 1;
	position: relative;
	width: 60%;
		max-width: 300px;
left:auto;
		/*margin-bottom: 2rem;*/
			display: block;
		
			margin-bottom: 2rem;
}
	
}





/* _____g-nav img_______*/

.menu-img{
	position: relative;
	height: 24px;
}

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



/*________________画像ボタン*/m


.img--button {
  cursor: pointer;
 /* margin-inline: auto;*/
  position: relative;
	
}
/* 画像のスタイル */
.img--button a img {
 height:24px;
  left: 0;
  position: relative;
  width:auto;
}
/* 2枚目の画像は最初透明 */
.img--button a img:last-of-type {
  opacity: 0;
  transition: opacity .3s;
	position: absolute;
	top:0;
	left:0;

	 height:24px;
	 width:auto;
	
	/*margin: auto;*/
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.img--button:hover a img {
  opacity: 1;
} 





.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) {
	
	
.img--button a img:last-of-type {

	margin: auto;
}
	
	
	#g-nav{
	width: 100%;
	}
	
	#g-nav-list{
	width: 100%;	
	}
	
.horizontal ul{
	
		 display: block;
}

	
	#g-nav li a{
line-height: 1.9;
	margin-bottom: 1.5rem;
text-align:center;
/* font-size:clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);*/
	
	
}
	
}

.header-sp{
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: hsla(0,0%,0%,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%,0.6);
}

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


.nc-int-icon{
	fill: var(--link-font-color);
}


.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;
	/*overflow: hidden;*/
	  margin-top: 50px;
	
  }


@media screen and (max-width: 767px) {
	  .mainVisual {
		  margin-top:50px;  
	}
	
}


.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.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;*/
}


/*top設定*/


:root {
  --img-width: 1920;
   --img-height: 1080;
	
	--img-width-sp: 1200;
   --img-height-sp: 2094;
}


/*#pc_top_02{
	width:calc(100% * (1213 / var(--img-width)));
	left:calc(100% * (356 / var(--img-width)));
	top:calc(100% * (420 / var(--img-height)));	
	
}

#pc_top_03{
	width:calc(100% * (585 / var(--img-width)));
	 left:calc(100% * (1322 / var(--img-width)));
	  top:calc(100% * (878 / var(--img-height)));	
}


#pc_top_04{
	width:calc(100% * (1426 / var(--img-width)));
	 left:calc(100% * (246 / var(--img-width)));
	  top:calc(100% * (996 / var(--img-height)));	
}

#pc_top_05{
	width:calc(100% * (1023 / var(--img-width)));
	 left:calc(100% * (-20 / var(--img-width)));
	  top:calc(100% * (107 / var(--img-height)));	
}*/



@media screen and (max-width: 767px) {
	
	
/*#pc_top_02{
    width:calc(100% * (1137 / var(--img-width-sp)));
	 left:calc(100% * (29 / var(--img-width-sp)));
	  top:calc(100% * (1452 / var(--img-height-sp)));	
	
}

#pc_top_03{
    width:calc(100% * (1013 / var(--img-width-sp)));
	 left:calc(100% * (94 / var(--img-width-sp)));
	  top:calc(100% * (1745 / var(--img-height-sp)));	
	
}
	
#pc_top_04{
    width:calc(100% * (1148 / var(--img-width-sp)));
	 left:calc(100% * (27 / var(--img-width-sp)));
	  top:calc(100% * (1958 / var(--img-height-sp)));	
	
}
	
#pc_top_05{
    width:calc(100% * (892 / var(--img-width-sp)));
	 left:calc(100% * (154 / var(--img-width-sp)));
	  top:calc(100% * (627 / var(--img-height-sp)));	
	
}*/
	

	
}





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


.bt_sp{
	position: absolute;
	width:10%;
	bottom:16%;
	/*left:0;*/
	right:4%;
	/*margin: auto;*/
	/*border: 1px solid hsla(50,71%,71%,0.7);*/
}


@media screen and (max-width: 767px) {
    
  .bt_sp{
	position: absolute;
	width:23%;
	bottom:2%;
	
	right:4%;

}  
    
    
}

.bnr_cp{
	position: absolute;
		width:10%;
	bottom:9%;
	/*left:0;*/
	right:4%;
	margin: auto;
	/*border: 1px solid hsla(50,71%,71%,0.7);*/
}

.bt_hash{
	position: fixed;
	width:100%;
    max-width:120px;
	top:1.5%;
	right:1%;
z-index: 999;
	
}

.bnr_spotify{
	position: absolute;
	width:23%;
	bottom:1%;
	left:1%;
/*	left:0;
	right:0;*/
	margin: auto;
	
}


.bnr_blu{
	position: absolute;
	width:12%;
	bottom:23%;

	right:0.2%;
	
	
}

/*.bnr_spotify{
	position: absolute;
	width:23%;
	top:25%;
	right:2%;

	margin: auto;
	
}*/

.bnr_spotify2{
position: relative;
	width:100%;
	max-width:700px;
	top:0;
	right:0;
/*	left:0;
	right:0;*/
	margin: auto;
	
}


.bnr_deli{
	position: absolute;
	width:25%;
	top:15%;
	right:1%;
/*	left:0;
	right:0;*/
	margin: auto;
	
}


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



.mvtk_bnr_set{
	position: absolute;
	bottom:13%;
	left:20px;
	
min-width: 100px;
width:15%;
	max-width: 200px;
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
	
	z-index: 100;
}

.mvtk_bnr_item{
	position: relative;
	width:49%;
	/*max-width:500px;*/
	margin-top:5px;
	
		margin-left: auto;
	 margin-right: auto;
}



@media screen and (max-width: 767px) {
	
	
.bt_hash{
	position: fixed;
	width:100px;
	top:16px;
	right:70px;

	
}
	
	
	.bnr_blu{
	position: absolute;
	width:41%;
	bottom:6.5%;
left:7%;
	right:auto;

	
	
}
	
	
	.bnr_spotify,
	.bnr_spotify2{
position: relative;
	width:90%;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin: auto;
	
}
	
	
	.mvtk_bnr_set{
	position: relative;
	bottom:0;
	left:0;
		margin: auto;
	
min-width:95%;
width:95%;
	max-width:95%;
	display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-between;
 /* justify-content: center;*/
  align-items: center;
}

.mvtk_bnr_item{
	width:90%;
	margin-top:10px;
}
	
	
	.bnr_directer{
	position:relative;
	max-width:342px;
	width: 100%;
	bottom:auto;
	/*left:0;*/
right:0.5%;
	margin: auto;
	
}
    
    .bnr_cp{
	position: absolute;
	width:41%;
	bottom:6.5%;
left:auto;
	right:7%;
	
	
}
	
	.bnr_gene,
	.bnr_deli{
	position: relative;
	width:95%;
	bottom:auto;
	left:0;
	right:0;
	margin: 0 auto 20px;
	
}
	
	#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__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{
position: relative;
	display: block;
	padding: 0px 0px 0;
	overflow: hidden;
	
}


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


.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: url(../svg/play_mark.svg) 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 {
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: hsla(0,0%,100%,0.90);
    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: 0.5rem 0 0 0;
	line-height: 1.4;
}

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

	
	
}
	
	.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:0.5rem 0 0rem 0;
	
}
	
}





/*slick*/

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

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

.sliderwaku{
	position: relative;
	display: block;
	padding: 0px 10px 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:100%;
	max-width: 25px;
  top: 0;
  bottom: 20px;
  margin: auto;
	cursor:pointer;
	transition: 0.2s ease-in-out;
}

.slick-arrow.slick-disabled {
	opacity: 0;
}

.prev-arrow {
  left: -30px;
  z-index: 10;
}
.next-arrow {
  right: -30px;
}


.slick-slide {
    display: none;
    float: left;
    height: 100%;
     min-height: 0px; 
}

.slick-dots li button:before
{

color: hsla(67,61%,89%,1);
	
}


.slick-dots li.slick-active button:before {
	opacity: 1.0;
	color: hsla(67,61%,89%,0.9);
}



.trailer-overlay {
	position: absolute;
	width:15%;
	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: 0.6;
	 pointer-events: none;
}




.trailer-img{
	opacity: 0.8;
	transition: all 0.2s ease 0s;
	border: 1px solid hsla(0,0%,30%,1.00);
}

.trailer-img:hover{
	opacity:1;
}




@media screen and (max-width: 767px) {
	
	.slick-arrow {
  position: absolute;
width:100%;
	max-width:20px;
  top: -15px;
  bottom: 0;
  margin: auto;
	cursor:pointer;
}
	
	.prev-arrow {
  left: 0;
  z-index: 10;
}
.next-arrow {
  right: 0;
}
	
	
	.button-container{
	width:100%;
		
	}
	
	.button-item{
	position: relative;
	width:48%;
}
	
	
	.section__bnr{
		/*max-width:342px;*/
		margin: auto;
		/*padding:0 1rem;*/
	}
	
	.section__trailer__item{
	
	
}
	
	.section__trailer__item a {
		width: 100%;
	}
	
.trailer-overlay {
	width:20%;
		/*top: 40%;*/
	}
	
	.section__bnr__item{

	/*	margin:0 10px;*/
}
	
}







/*section__news*/

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

.card {
	display: block;
	border: 1px solid var(--link-border-color);
	/*border-radius: 5px;*/
	/*color: inherit;*/
	text-decoration: none;
	transition: color .3s;
	/*	background-color: #000;*/
	background-color: #000;
	height: 100%;
	/*color: #C80404;*/
	transition: all .3s;
/*	font-weight: 100;*/
	font-family: var( --base-font-family2);
	
}


.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:15px 15px;
	height: auto;
	background-color: hsla(0,0%,10%,1.00);
/*	min-height: 6rem;*/
}

.card__date {
	font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
	margin: 0px 0px 5px;
color:var(--color-03);
}
.card__txt {
	font-size: clamp(0.85rem, 0.795rem + 0.27vw, 1rem); 
	line-height: 1.5rem;

}
/*hover*/
.card:hover {
color: #ffffff;	
border: 1px solid var(--link-border-color2);
}
.card:hover .card__thumb img {
	/*transform: scale(1.1);*/
}


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

	line-height: 1.4rem;
}
	
	.card__text__base{
	padding:5px;
	
}

}

/*----------------------------------------
	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: 70%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}


.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: 80%;
	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 {

	position: relative;
	/* display: flex;
  justify-content: center;
  align-items: center;*/
	/*padding: 20px 20px 20px;*/
	background-color: hsla(0,0%,0%,1);
/*	background-image: url(../img/common/yellow_base.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	color: var(--color-06b);
	  
	  
  }

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


.footer2__item{

	width: 100%;
	max-width: 700px;

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

.footer a{
color: var(--color-06b);

}

.footer a:hover{
color: var(--color-03);

}


.footer__set{
    position: relative;
    display: flex;
    /*  justify-content: center;*/
    align-items: center;
    flex-direction: column;
    background-color: hsla(0,0%,0%,0.5);	
	
}


.footer__logo{
	position: relative;
	width: 80%;
	max-width: 300px;
margin:6vh auto 5vh;
	
}

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


.footer__title{
	font-size: clamp(0.5rem, 0.427rem + 0.36vw, 0.7rem);
	text-align: center;
margin-bottom: 1rem;
	text-transform: uppercase;
	color:var(--color-03);
}


.billing{
	position: relative;
	max-width: 1000px;
	width:90%;
	margin:0 auto 4rem;
}

@media screen and (max-width: 767px) {
	
	
	
	.footer2 {
			padding: 20px 10px 40px;
	}
	
	.footer__logo{
	position: relative;
		width: 35%;
	max-width: 100%;
		
		margin:5vh auto 3rem;

}
	
	.footer__logo2{
	
	width: 90%;
	
}
	

}





/*sns brands*/

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

.brands__item {
    flex: 0 0 15%;
}

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

.brands__item img {
    width: 25px;
    height: 25px;
    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;*/
	 flex-direction: column;
	justify-content: center;
  align-items: center;
		
	width:auto;
	margin-bottom: 20px;
}

.wb-logo{
	width: 35px;
	line-height: 0;
margin-bottom: 15px;
}

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

.wb-link a {
color:var(--color-03);
	margin: 0  0.5rem
}

.wb-link a:hover {
color:var(--color-01);
}


.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);
	    /*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;
/* background-image: url(../img/about/footer_base_sp.webp);*/
}



}





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

}


/* 画面幅が1200px以上の場合 */
@media (min-width: 1200px) {
  .container._aisle {
    width: 100%;
  }
}

/* 画面幅が1200px以下の場合 */
@media (max-width: 1199px) {
  .container._aisle {
    width: 95%;
  }
}

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


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


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


.section__black{
	background-color:var(--background-color2);	
}



.section__black{
	/*background-image: url(../img/common/yellow_base.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;

}


.section__yellow{
	background-color:var(--color-07);	
}

.section__yellow .headingL{
	color:var(--color-08);	
}


section.small_padding {
	 padding:20px 50px;
}






 .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__black{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200% auto;
	/*background-color: hsla(0,0%,0%,1.00);*/
}

	
	
	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;

}
	
	section.small_padding {
	 padding:20px 10px;
}

}

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


.headingL {
	margin-bottom: 50px;
	font-size:var(--title-font-size);
	text-align: center;
	font-weight: var(--title-font-weight);
	/*text-transform: uppercase;*/
color:var(--title-font-color);
	letter-spacing:var(--title-letter-spacing);
	font-family: var(--title-font-family);
}


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

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


/* heading-img  */


.heading-img{
	position: relative;
	height: 40px;
	display: flex;
justify-content: center;
align-items: center;
	
	margin-bottom: 4rem;
}

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



@media screen and (max-width: 767px) {
	
	.heading-img{
		height: 25px;
			margin-bottom: 3rem;
	}
	
}


/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
	/*display: block;*/
	padding: 8px 10px 8px;
	border: 1px solid var(--link-border-color);
	background-color: #000;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	/*	border-radius: 4px;*/
	font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
	transition: all 0.2s;
}
.buttonM:hover {

  color:#ffffff!important;
	border: 1px solid var(--link-border-color2);
}

.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;
	 
  }

.pre-bunner{
	max-width:300px;
	margin: auto;
	position: relative;
	margin-top: 6rem;
}

.bt-margin{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}


@media screen and (max-width: 767px) {
 .centerButton {
 
  margin: auto;
}
	
	
	.pre-bunner{
	max-width:300px;
	margin: auto;
	position: relative;
	margin-top: 4rem;
}
}


/*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: #000;
}
.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;
	}
	
}

















/*------------------------------------------------------------------------
// Utilitiy
------------------------------------------------------------------------*/



/* SP設定 */

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}




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

img.self-size {
  max-width: 100%;
}


.anime_a,
.last_anime{
	opacity: 0;
}



.soon{
	opacity: 0.3;
}




.mt-0 {margin-top: 0rem !important;}
.mt-05 {margin-top: 0.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;}
.mt-6 {margin-top: 6rem !important;}
.mt-7 {margin-top: 7rem !important;}
.mt-8 {margin-top: 8rem !important;}
.mt-9 {margin-top: 8rem !important;}
.mt-10 {margin-top: 8rem !important;}

.mb-2{margin-bottom: 2rem !important;}
.mb-0{margin-bottom: 0 !important;}
.mb-05 {margin-bottom: 0.5rem !important;}
.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;}
.mb-6 {margin-bottom: 6rem !important;}
.mb-7 {margin-bottom: 7rem !important;}
.mb-8 {margin-bottom: 8rem !important;}
.mb-9 {margin-bottom: 8rem !important;}
.mb-10 {margin-bottom: 8rem !important;}

.mr-1 {margin-right: 1rem !important;}
.ml-1 {margin-left: 1rem !important;}

.pt-1 {padding-top: 1rem !important;}
.pt-2 {padding-top: 2rem !important;}
.pt-3 {padding-top: 3rem !important;}
.pt-4 {padding-top: 4rem !important;}
.pt-5 {padding-top: 5rem !important;}

.pb-1 {padding-bottom: 1rem !important;}
.pb-2 {padding-bottom: 2rem !important;}
.pb-3 {padding-bottom: 3rem !important;}
.pb-4 {padding-bottom: 4rem !important;}
.pb-5 {padding-bottom: 5rem !important;}

@media (max-width: 767px) {
	
	
 .mt-1 {margin-top: calc(1rem / var(--mt-sp)) !important;}
 .mt-2 {margin-top: calc(2rem / var(--mt-sp)) !important;}
 .mt-3 {margin-top: calc(3rem / var(--mt-sp)) !important;}
 .mt-4 {margin-top: calc(4rem / var(--mt-sp)) !important;}
 .mt-5 {margin-top: calc(5rem / var(--mt-sp)) !important;}
 .mt-6 {margin-top: calc(6rem / var(--mt-sp)) !important;}
 .mt-7 {margin-top: calc(7rem / var(--mt-sp)) !important;}
 .mt-8 {margin-top: calc(8rem / var(--mt-sp)) !important;}	
 .mt-9 {margin-top: calc(9rem / var(--mt-sp)) !important;}	
 .mt-10 {margin-top: calc(10rem / var(--mt-sp)) !important;}	

 .mb-2 {margin-bottom: calc(2rem / var(--mt-sp)) !important;}
 .mb-3 {margin-bottom: calc(3rem / var(--mt-sp)) !important;}
 .mb-4 {margin-bottom: calc(4rem / var(--mt-sp)) !important;}
 .mb-5 {margin-bottom: calc(5rem / var(--mt-sp)) !important;}
 .mb-6 {margin-bottom: calc(6rem / var(--mt-sp)) !important;}
 .mb-7 {margin-bottom: calc(7rem / var(--mt-sp)) !important;}
 .mb-8 {margin-bottom: calc(8rem / var(--mt-sp)) !important;}	
 .mb-9 {margin-bottom: calc(9rem / var(--mt-sp)) !important;}	
 .mb-10 {margin-bottom: calc(10rem / var(--mt-sp)) !important;}
	
	
.pt-1 {padding-top: calc(1rem / var(--mt-sp)) !important;}
.pt-2 {padding-top: calc(2rem / var(--mt-sp)) !important;}
.pt-3 {padding-top: calc(3rem / var(--mt-sp)) !important;}
.pt-4 {padding-top: calc(4rem / var(--mt-sp)) !important;}
.pt-5 {padding-top: calc(5rem / var(--mt-sp)) !important;}

.pb-1 {padding-bottom: calc(1rem / var(--mt-sp)) !important;}
.pb-2 {padding-bottom: calc(2rem / var(--mt-sp)) !important;}
.pb-3 {padding-bottom: calc(3rem / var(--mt-sp)) !important;}
.pb-4 {padding-bottom: calc(4rem / var(--mt-sp)) !important;}
.pb-5 {padding-bottom: calc(5rem / var(--mt-sp)) !important;}
	

	
}





/*windows webフォント対策*/
/*widows シャギ-対策 textboxのみに設定 fixedが効かなくなる*/

.webfont{
	transform: rotate(0.05deg);
}




/*スクリーンリーダーから隠す*/

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}


/*幅*/

.w10p {width: 10%;}
.w20p {width: 20%;}
.w30p {width: 30%;}
.w40p {width: 40%;}
.w50p {width: 50%;}
.w60p {width: 60%;}
.w70p {width: 70%;}
.w80p {width: 80%;}
.w90p {width: 90%;}
.w100p {width: 100%;}



/*----------------------------------------
	テキストスタイル
----------------------------------------*/

.text-default{
	font-size: var(--font-size-default); 
	line-height:var(--line-height-default);
}

.text-large{
	font-size: var(--font-size-large); 
}

.text-small{
	font-size: var(--font-size-small); 
}

.line-height-default{
	line-height: var(--line-height-default);
}

.line-height-large{
	line-height: var(--line-height-large);
}



@media (max-width: 767px) {
	
.text-default{
	line-height:calc(var(--line-height-default) / 0.9) !important;;
}	
	
	.line-height-large{
	line-height:calc(var(--line-height-large) / 0.9) !important;;
}	
	
}


/*強調*/
.text-bold {
font-weight:var(--font-weight-bold);
}


/*注釈*/
.text-note {
  margin-left: 1em;
  text-indent: -1em;
}



/*配置*/
.text-right {
  text-align: right;
}

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

.text-center {
  text-align: center;
}


.margin-center{
	position: relative;
	left:0;
	right:0;
	    margin: auto;
	
}

.max-width{
	max-width: var(--width-default);
}

.max-width._wide{
	max-width: var(--width-wide);
}

.max-width._small{
	max-width: var(--width-small);
}


.display-block{
display: block;
}

.display-none{
display:none;
}

.position-relative{
	position: relative;
}

.position-absolute{
	position: absolute;
}



/*flex*/


.flex-between {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

.flex-center {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}


.flex-around {
display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 justify-content: space-around;

}

.flex-right{
display: flex;	
 justify-content: flex-end;
}



.flex-align-center{
	align-items:center;
}

.flex-align-top{
	align-items:flex-start;
}

.flex-align-bottom{
	align-items:flex-end;
}




.flex--item__one{
	width:100%;
}

.flex--item__two{
	width:48%;
}

.flex--item__three{
	width:32.5%;
}



/*comment*/

.flex--item__img{
	width:40%;
}

.flex--item__text{
	width:57%;
}


@media (max-width: 767px) {
	
.flex--item__img{
	width:100%;
}
	
.flex--item__text{
	margin-top:20px;
	width:100%;
}

	
}



.img--button__three{
	width:31%;
	
}

.img--button__three img{
	width:100% !important;
	
}



.flex--item__two__last::after{
  content:"";
  display: block;
  width:49%;
}


.flex--item__three__last{
	position: relative;
  content:"";
  display: block;	
 width:32%;
}

.flex--item__three__last::after{
  content:"";
  display: block;
  width:32%;
}




.flex--item__two:nth-of-type(n+3){/*1〜3以外*/
  margin-top: 40px;
}

.flex--item__three:nth-of-type(n+4){/*1〜3以外*/
  margin-top: 40px;
}

.img--button__three:nth-of-type(n+4){/*1〜3以外*/
  margin-top: 20px;
}


@media (max-width: 767px) {
	

.flex--item__two{
	width:100%;
}
	
	
	.flex--item__three:not(:first-child){
		
	margin-top:25px;
	
}
	
	.flex--item__three{
	width:100%;
}
	
	
	.flex--item__two:not(:first-child){
		
	margin-top:25px;
	
}
	
	.img--button__three{
	width:70%;
		margin-left: auto;
		margin-right: auto;
}
	
	.img--button__three:not(:first-child){
		
	margin-top:10px;
	
}
	
}



/*________________画像ボタン*/


.img--button {
  cursor: pointer;
 /* margin-inline: auto;*/
  position: relative;
}
/* 画像のスタイル */
.img--button img {
  height: auto;
  left: 0;
  position: relative;
  width: 100%;
}
/* 2枚目の画像は最初透明 */
.img--button img:last-of-type {
  opacity: 0;
  transition: opacity .3s;
	position: absolute;
	top:0;
	left:0;
	right:0;
	 width: 100%;
}
/* hoverすると2枚目の画像が透明じゃなくなる */
.img--button:hover img {
  opacity: 1;
} 



/*________________zoom画像ボタン*/

.zoomImgBox {
   /* overflow: hidden;*/	/*拡大時にはみ出た部分を隠す*/
    cursor: pointer;
}
.zoomImgBox img {
	opacity: 0.85;
    display: block;
    transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.zoomImgBox img:hover {
	opacity: 1;
	/*transform: scale(1);	*//*画像の拡大率*/
	transition-duration: 0.2s;	/*変化に掛かる時間*/
/*border-radius: 40px;*/
}


.zoomImgBox2 {
   /* overflow: hidden;*/	/*拡大時にはみ出た部分を隠す*/
    cursor: pointer;
}
.zoomImgBox2 img {
	opacity: 1;
    display: block;
    transition-duration: 0.5s;	/*変化に掛かる時間*/
		border: 1px solid hsla(0,0%,100%,0);
}
.zoomImgBox2 img:hover {
	opacity: 1;
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.2s;	/*変化に掛かる時間*/
	border: 1px solid hsla(0,0%,100%,1.00);
	background-color: #000;
}




/*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: 0px;
	/*background-color: #FFFFFF;*/
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	/*background-color: #FFFFFF;*/
}

