
@charset "UTF-8";



/*____________ common_____________

_______ font

font-family: kaisei-decol, sans-serif;
font-weight: 500;
font-style: normal;

font-family: kaisei-decol, sans-serif;
font-weight: 700;
font-style: normal;


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

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




#270800
#130400
#FFD55B
#C38051
#6B050E
#EDEDED

#EC9612

#BF0219
#E22A89
#0477FF
_*/




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

:root {

/*color*/	
	
 --color-01:#270800;
 --color-02:#130400;
 --color-03:#FFD55B;
 --color-04:#C38051;
 --color-05:#6B050E;
--color-06:#D7D7D7;
--color-07:#FE9900;
--color-08:#E22A89;
	
--color-09:#1b6d44;
--color-10:#ec6015;
--color-11:#D4004C;
--color-12:#25A263;
--color-13:#ffffff;
	
 --base-font-color:#1b6d44;
	
 --link-font-color:#FFD55B;
 --link-font-hover-color:#ffffff;
 --link-font-color2:#FFD55B;
	
 --link-border-color:#A86E46;
 --link-border-color2:#F3B461;
	
 --background-color: #8b162c;
--header-background-color:hsla(335,96%,19%,0.9);
	
	
/*font family*/	
	
 --base-font-family: source-han-sans-japanese, sans-serif;
 --title-font-family: kaisei-decol, sans-serif;
--title2-font-family:kaisei-decol, sans-serif;
--magic-font-family:kaisei-opti, sans-serif;
	
 --menu-font-family: kaisei-decol, sans-serif;
--menu-font-family2: source-han-sans-japanese, sans-serif;
--menu-font-weight:500;

 /*--base-font-family: source-han-serif-japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", 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-medium: clamp(1.1rem, 1.045rem + 0.27vw, 1.25rem);
  --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);*/
 --font-size-menu:clamp(0.5rem, 0.245rem + 1.27vw, 1.2rem);
 --font-size-menu2:0.8rem;
/* --font-size-menu2:clamp(0.8rem, 0.782rem + 0.09vw, 0.85rem);*/
	
--line-height-default:2;
--line-height-default_sp:2;
--line-height-large:2;
--line-height-small:2;
	
	
  --mt-sp:1.5; /*marginのSP設定*/
	
  --font-weight-normal:500;
  --font-weight-medium:700;
  --font-weight-bold:700;

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


/*title*/
 --title-font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
 --title-font-weight:700;
 --title-font-color:var(--color-03);
 --title-letter-spacing: 0.0rem;


/*name*/
	
	--name-font-size:clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
--name-font-size-small:clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
	 --name-font-family:kaisei-opti, sans-serif;
	/*--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);

	*/
}



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

/*----------------------------------------
	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.02rem; 
	
	/*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;
word-break: break-all;
}

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



.base-font{
	font-family: var(--base-font-family);
}




/*modaal*/

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 100%;
	border-radius: 0px;
	/*background: #fff;*/
	/*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);*/
	cursor: auto;
}



@media screen and (max-width: 767px) {
	
	
	html, body {
	
		
	}
	

	
}





/*----------------------------------------
	LIST
----------------------------------------*/



.list {
    list-style-type: disc;
    padding: 0em 0em 0em 1.3rem;
   /* border: 2px solid #2589d0;*/
}

.list > li {
    padding: .4em 0em .4em 0;
	text-align: left;
	line-height: 1.4;
	/*font-size: var(--15px);*/
	transform: rotate(0.05deg);
}

.list > li::marker {
   /* color: #2589d0;*/
    font-size:90%;
}





@media (max-width: 767px) {
	
	.list > li {
    padding: .3em 0em .3em 0;
	text-align: left;
	line-height: 1.5;
/*	font-size: var(--14px);*/
}
}


/*____________________list-count*/

.list-count {
    list-style-type: none;
   /* padding: 1em;*/
    /*border: 2px solid #2589d0;*/
    counter-reset: li;

}

.list-count > li {
    /*display: flex;
    align-items: center;*/
    padding: .4em 0 ;
	text-align: left;
	 text-indent:-0em;
   padding-left: 1.7em;
	line-height: 1.4;
	/*font-size: var(--15px);*/
	transform: rotate(0.05deg);
}

.list-count > li::before {
  /*  display: inline-block;*/
  /*  min-width: 1.7em;*/
  /*  border-radius: 50%;*/
	margin-left:-1.7rem;
	position: absolute;
    text-align: left;
    content: counter(li)".";
    counter-increment: li;
}

@media (max-width: 767px) {
	.list-count > li {
			line-height: 1.5;
/* font-size: var(--14px);*/
	
}
	
}


/*___________kome-list*/



 ul.comeList{
 margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0rem;
}


.comeList li {
	/*font-size: 0.8rem;*/
    position: relative;
    margin-left: 1.5rem;
    line-height: 1.6;
	list-style: none;
	margin-bottom: 0.4rem;
}
.comeList li:before {
    content: '※';
    display: block;
    position: absolute;
   /* top: 50%;*/
    left: -1.2rem;
    width: 1rem;
   /* margin-top: -.5rem;*/
}




.kome-list{
	 position: relative;
    margin-left: 1.5em;
}



.kome-list:before {
    content: '※';
    display: block;
    position: absolute;
	  left: -1.5em;
    width: 1em;
   /* top: 50%;*/
  
   /* margin-top: -.8em;*/
}



/*loader new*/



.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
   background-color:var(--background-color);
	
		background-image: url(../img/common/base.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	
	
 /* 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: 0px;
	z-index: 889;
	opacity: 0;  /*.is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}
.js-loader-progress-bar {
	background-color:var( --color-03);
	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: hsla(0,0%,0%,0);
	opacity: 0;
}




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

}

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


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


@media screen and (max-width: 767px) {
	
	
	.js-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	background-color: var(--background-color);
	background-image: url(../img/common/base_sp.webp);
background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: repeat-y;
	/* transition: opacity .8s, visibility .8s;*/
	z-index: 888; /* .is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
	
}
	
	.loading_logo{
	width:60%;
}
	
	#splash_text {

	top: 45%;
	
}
	
}



/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color:var( --background-color);
  /*  transition: all 0.5s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);*/
	
		background-image: url(../img/common/base.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}


@media screen and (max-width: 767px) {
	
	
.loader_cover {
   background-image: url(../img/common/base_sp.webp);
background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: repeat-y;
}	
	
	
}
/*上の画面*/
.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_logo{
position: fixed;	
top:0;
	left:0;
	height:60px;
	z-index: 1000;
}

.header_logo img{
	width:auto;
	height:50px;
}

@media screen and (max-width: 767px) {
	
	.header_logo img{
	width:auto;
	height:40px;
	
}
	
	.header_logo{
position: fixed;	
top:6px;
	left:0;
	z-index: 889;
}
}



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



.header__twitter {
position: absolute;
 width: 65px;	
height:auto;
top:2px;
	left:5px;
}


.header__snsicon{
	
	width: 130px;

	position: relative;

	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
line-height: 0;
}

.header__snsicon_item{
	width: 20%;

}




.header__logo {
/*  flex-shrink: 0;*/
  width: 70px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .header {
   /*   position: relative;
  top: 0;*/
	    height:59px;
	  
	/*  background-color: var( --color-01);*/
  }
	
	
	.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__snsicon2{
	top:15px;
	right: 60px;
	width: 120px;
	position: fixed;
	z-index: 100;
	/*background-color: hsla(359,70%,32%,1.00);*/	
	
	z-index:999;
	
	 align-items: center;
	/*display: flex;*/
/*  flex-direction: row;
  flex-wrap: wrap;*/
/*  justify-content: space-between;
  align-items: center;
line-height: 0;*/

}

.header__snsicon_item{
/*	width: 13%;*/

}

.header__snsicon_item2{
	width: 20%;
}
	
	
	
}



/*hide-share__________________*/

#hide-share{
	position: fixed;
	z-index: 999;
	top:40px;
right: 0;
	
	opacity: 0;
transition: all 0.5s;
}

#hide-share.panelactive{
top:60px;
	opacity: 1;
}





/*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:#000000;*/
	opacity: 1;
}




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


#g-nav.horizontal{
  	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed !important;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: 0;
	width: 100%;
	height: 50px;/*ナビの高さ*/
	/*動き*/
	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: var(--header-background-color);
	/*動き*/
	transition: all 0.6s;
	width: 100%;
		opacity: 0;
}
	
	#g-nav.panelactive{
    right: 0;
	opacity: 1;	
}

	
}


/*ナビゲーションの縦スクロール 調整必要*/
#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; /*no holizonal時 有効にする*/
	 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: 100%;
left:20px;
	opacity: 0.7;
	z-index: 999;

	/*	position: relative;
	margin: auto;
	left:0;
	right:0;
	top:0;*/
}

.nohorizontal_logo{
	max-width:250px;
	width:70%;
	margin: auto;
}

/*ナビゲーション*/
#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;
	  align-items: center;
}




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

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

#g-nav li a{
	color:var(--link-font-color2);
	text-decoration: none;
	padding: 0px;
	display: block;
	font-size:var(--font-size-menu);
	margin-bottom: 0rem;
 transition: all 0.5s 0s ease;
font-family: var(--menu-font-family);
font-weight: var(--menu-font-weight);
	text-align: center;
text-shadow: 1px 1px 4px #000;
	/*letter-spacing: 0.03rem;*/
	line-height: 1rem;
}

._narrowMenu{
	letter-spacing: -0.15rem;
}


#g-nav.horizontal li a{
	margin:0 6px;	
	
}

#g-nav.horizontal li a:hover,
#g-nav li a:hover,
#g-nav li a:hover .menujp{
	color: var(--link-font-hover-color);
	
}

.menujp{
	font-family: var(--title2-font-family);
	color: var(--link-font-color);
	font-size:var(--font-size-menu2);
	text-align: center;
	line-height: 1;
	font-weight: 700;
	 transition: all 0.5s 0s ease;
}


.menujp:hover{
	
}




#g-nav li.sns-icon{
/*	background-color: hsla(359,91%,34%,1.00);*//*	width: 250px;*/
	position: fixed;
	display: flex;

  justify-content: space-between;
  align-items: center;
		height:50px;
	
	right:15px;
}

#g-nav.horizontal li.sns-icon a {
    margin: 0 0rem;
   
}

#g-nav.horizontal li.sns-icon a:hover {
    margin: 0 0rem;
   color: var(--link-font-color2);
}



@media screen and (max-width: 767px) {
	
#g-nav.horizontal li a{
	margin:0.5rem 0;	
/*	font-size: 1.4rem;*/
}	
	

	
	.g-nav_logo{

	position: relative;
	width: 85%;
		/*max-width: 300px;*/
left:auto;
		margin-bottom: 0rem;
}
	
}





.underline {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background-color:var(--link-font-color);	
}


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





@media screen and (max-width: 767px) {
	
	#g-nav{
	width: 100%;
		/*background-color: hsla(194,67%,51%,0.9);*/
	}
	
	#g-nav-list{
	width: 100%;	
		padding:1rem; 
	}
	
.horizontal ul{
	
		 display: block;
}

	
	#g-nav li a{
font-size:1.2rem;
/*	margin-bottom:1rem;*/
text-align:center;

line-height: 1.3;	
	
}
	
	._narrowMenu{
	letter-spacing: -0.1rem;
}

	
}




/*menuボタン*/
.openbtn{
	position: fixed;
z-index: 5555;/*ボタンを最前面に*/
	right: 10px;
	top: 10px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	/*background-color: var(--color-05);*/	/*background-color:var(--color-02);*/
	/*border-radius: 35px;*/
}

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


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

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

	width: 50px;
	height: 50px;
		
	right: 0px;
	top: 0px;
}

.openbtn svg{
	width: 50px;
	height: 50px;
}
	
}


.top-bt{
	position: fixed;
width:140px;
	height:auto;
	z-index: 888;
	right:-5px;
	bottom:-10px;
	
	 opacity: 0; /* 初期状態は透明 */
  visibility: hidden; /* 初期状態は見えない */
  transition: opacity 0.5s ease, visibility 0.5s ease; /* フェードイン・アウトのトランジション */
}

.anime_gaspTop{
	opacity: 0;
}





@media screen and (max-width: 767px) {
	
	.top-bt{
	position: fixed;
width:30%;
	height:auto;
	z-index: 888;
	right:-15px;
	bottom:-15px;
		
}
}

/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {
	position: relative;
	background-color: var(--background-color);
	/*  margin-top:50px;*/
}




  .mainVisual {
	position: relative;
	width: 100%;
margin-top: 50px; 
	  z-index: 100;
  }


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

.bnr_dvd{
	position: absolute;
	width:18%;
	bottom:11%;
	right:1%;


}

.bnr_dvd2{
	position: absolute;
	width:18%;
	bottom:0%;
	right:1%;


}


@media screen and (max-width: 767px) {
    
   .bnr_dvd{
	position: absolute;
	width:48%;
	bottom:26%;
	
       left:2%;


} 
    
     .bnr_dvd2{
	position: absolute;
width:48%;
	bottom:27.5%;
	right:2%;
    


} 
}




.bnr_comment{
	position: absolute;
	width:10%;
	top:15%;
	left:4%;
	opacity: 0;
}

.bnr_goods{
	position: absolute;
	width:10%;
	top:32%;
	left:4%;
	opacity: 0;
}

.bnr_cp{
	position: absolute;
	width:10%;
	top:50%;
	left:4%;
	opacity: 0;
}






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

	
	 .mainVisual {
margin-top: 50px; 
  }
	
	
	.bnr_02{
	position: absolute;
	width:40%;
	top:23%;
	left:5%;


}
	
		.bnr_03{
	position: relative;
	width:60%;
	top:0;
	bottom:0;
	left:0;
	
			margin:1rem auto 1rem ;
}
	
	.bnr_comment{
	position: absolute;
	width:25%;
	top:56%;
	left:3%;
	opacity: 0;
}
	
		.bnr_goods{
	position: absolute;
	width:25%;
	top:56%;
	left:28%;
	opacity: 0;
}
	
			.bnr_cp{
	position: absolute;
	width:25%;
	top:56%;
	left:53%;
	opacity: 0;
}
}





/*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: 250px;
	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{
	/*max-width: 700px;*/
	max-width:800px;
	margin:10px 0;
	
	width:80%;
}


.section__trailer__item a {
  position: relative;
  display: block;
/*max-width: 700px;*/
  padding: 0;
}


.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.0);
	background-size: 20%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	opacity: 0;
	border: 1px solid #ffffff;
}


.section__trailer__item a:hover .overlay {
	background-color: hsla(45,100%,68%,0.2);
}

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


.bnr_theater{
	width:80%;
	max-width: 250px;
	margin: auto;
}

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

	
}




/*trailer-modal button*/


.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:48%;
	margin-bottom: 10px;
}

.trailer-name{
	text-align: center;
	font-size: var(--font-size-default);
}


@media screen and (max-width: 767px) {
	
	.button-container{
	width:100%;
		
	}
	
	.button-item{
	position: relative;
	width:100%;
}
	
}



/*modal window*/


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

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 0px !important;
}
	
}




/*section__news*/

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

.card {
	display: block;
	border: 2px solid var(--link-border-color);
	/*border-radius: 5px;*/
	/*color: inherit;*/
	text-decoration: none;
	transition: color .3s;
	/*	background-color: #000;*/
	
	background:linear-gradient(90deg, #ffe0c4 0%, #ffeed8 25.62%, #ffeed8 73.89%, #ffe0c4 100%);
box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
	height: 100%;
	/*color: #C80404;*/
	transition: all .3s;
	border-radius: 10px;/*	font-weight: 100;*/
	color: var(--color-09);
	font-weight: var(--font-weight-bold);
}


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

.card__text__base{
	position: relative;
	padding:15px 15px;
	height: auto;
/*	background-color: #02293C;*/
	min-height: 6rem;
	font-family: var(--title-font-family);
}

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

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


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

	padding:8px 8px;

}
	
	
	.card__txt {

	line-height: 1.2rem;
}
	

}

/*----------------------------------------
	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カラム指定*/
	}
}





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


  .footer {
	position: relative;
	padding: 80px 0px 40px;
	  
  }



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


.footer__logo{
	position: relative;
	width: 50%;
	max-width:350px;
	margin-bottom: 2rem;
}

.hm_bnr{
	max-width: 300px;
    width:90%;
}



.footer__link{
	font-size:clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
		color:hsla(0,0%,100%,1);
}

.footer__link a{
	/*color:hsla(0,0%,100%,0.5);*/
}

.footer__link a:hover{
	color:hsla(0,0%,100%,1.00);
}


.footer__billing{
	position: relative;
	width:95%;
	max-width: 1300px;
	margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
	
	.footer2 {
			padding: 20px 10px 40px;
	}
	
	
	.footer__logo{
	position: relative;
	width: 60%;
	max-width:100%;
	margin-bottom: 1rem;
}
	
	.footer__billing{
	position: relative;
	max-width: 100%;
	margin-bottom: 2rem;
			width: 95%;
		padding-bottom: 5rem;
}

}





/*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: 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;


	
	
	
}

/*アクティブクラスがついたら位置を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: 50px 10px 0px;

}



}





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


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





@media screen and (max-width: 767px) {
	
 section {
    padding:30px 10px;
}
	

}


/*----------------------------------------
	container
----------------------------------------*/
.container {
	position: relative;

}

.container__base {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
	max-width: var(--width-default);
	width:100%;
	width:var(--pc-contents-width);
}


.container__base.__full{
	width:100%;
	max-width:100%;
}


@media screen and (max-width: 1199px) {
	
	.container__base {
	width:var(--pc-contents-width);
}
	
	
}



@media screen and (max-width: 767px) {
	
	width:var(--sp-contents-width);
}



/*----------------------------------------
	title
----------------------------------------*/


h1.title {
	font-size: var(--title-font-size);
	
	font-family:var(--title-font-family);
	text-align: center;
	color: var(--title-font-color);
	font-weight: var(--title-font-weight);
	letter-spacing: var(--title-letter-spacing);
	margin-top:0;
	 margin-bottom: 3rem;
	line-height: 1.2;
	text-shadow: 1px 1px 4px #000;
}


.title .titlejp{
	font-family:var(--title2-font-family);
	color: var(--color-03);
	font-weight:700;
	font-size: var(--font-size-default);
}

.title-sub{
	color:var(--color-04);
	font-family:var(--title-font-family);
	font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	font-weight:500;
	color:var(--color-03);
	margin-bottom: 0.5rem;
}


@media screen and (max-width: 767px) {
	
h1.title {
    margin-bottom: 30px;
	
  }
  
}



/*----------------------------------------
	name
----------------------------------------*/


.name {
	font-size: var(--name-font-size);
	font-weight: var(--title-font-weight);
	color: #ffffff;
	/*letter-spacing: 0.1rem;*/
	line-height: 1.8;
 font-family: var(--name-font-family);
}

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


@media screen and (max-width: 767px) {
	
.name {
  margin-bottom: 10px;
	line-height: 1.5;
  }
  
}



/*----------------------------------------
	comment review
----------------------------------------*/


.comment_wrapper{
	/*font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);*/
	padding: 2rem;
	border: 1px solid hsla(0,0%,30%,1.00);
	/*color:hsla(0,0%,65%,1.00)*/
}


@media screen and (max-width: 767px) {
	
.comment_wrapper{
	padding: 0.75rem;
	
}	
	
}


/*----------------------------------------
	button
----------------------------------------*/



   .responsive-btn{
 position: relative;
    display: inline-block;

   background-color:#67040E;
    border-radius: 30px;
	/* border: 4px solid var(--color-04);*/
	
	   
	   min-width: 200px;
}




.responsive-btn-inner {
    position: relative;
    padding: 15px 20px; 
    width: 100%;
    height:100%;
    text-align: center;
    vertical-align: middle;
 line-height: 1;
    transition: 0.25s;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
	 color:#ffffff;
    	
}


.responsive-btn a {
font-size:clamp(1rem, 0.891rem + 0.55vw, 1.3rem);	
font-family: var(--title-font-family);
font-weight:var(--font-weight-normal);
/*font-weight:bold;*/
	letter-spacing: 0rem;
	 border-radius: 30px;
	 border: 2px solid #EC9612;
     color:#ffffff!important;
	/*box-shadow: 6px 6px 0px rgba(255, 171, 11, 0.4);*/
}


 


.responsive-btn a:hover,
.responsive-btn.current a{
    background-color:#90000E;
   color:#ffffff;
   
	
	border: 2px solid #FFBD59;
	
	transform: scale(1.03);	
    transition-duration: 0.2s;
	
}




/*trailer用_______________________*/

  .responsive-btn.__trailer{  
	   min-width:auto;
      margin:5px;
}


.__trailer .responsive-btn-inner {
    padding: 10px 15px; 
}



.trailer_button-container {
  display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
     justify-content: center;
}


@media screen and (max-width: 767px) {
    
  .responsive-btn.__trailer{  
	   min-width:auto;
      margin:4px 1px;
}
    
    .__trailer .responsive-btn-inner {
    padding: 6px 10px; 
}
    
     .responsive-btn.__trailer a {
		 border: 1px solid #EC9612;
}
   
    
}


/*trailer用_______________________*/



  .responsive-btn.__flex{  
      margin:5px;
     
}

 .__flex .responsive-btn-inner {
		    padding: 15px 10px; 
	}
@media screen and (max-width: 767px) {
    
    
   
      .responsive-btn.__flex{  
      margin:5px;
}
    
}





	
	.responsive-btn-inner {
		    padding: 10px 10px; 
	}
	
	
.responsive-btn a {
		 border: 2px solid #EC9612;
}


 


.responsive-btn a:hover,
.responsive-btn.current a{
border: 2px solid #FFBD59;
}
	
	
}





.button {
	display: inline-block;
	padding: 14px 30px;
	/*background-color: var(--color-02);*/

	text-decoration: none;
	text-align: center;
	/*	transition: background-color 0.3s, color 0.3s;*/
	transition: 0.2s;
	line-height:1;
	border-radius: 10px;
	font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	cursor: pointer;
	min-width:150px;
	border: 2px solid var(--color-03);
	/*box-shadow: 6px 6px 0px rgba(255, 171, 11, 0.4);*/
	
	font-family: "kaisei-opti", sans-serif;
font-weight: 700;
}
.button:hover {
	border: 2px solid var(--color-04);
	/*color:#FF9300 !important;*/
	
/*	 transform: scale(1.05);	
    transition-duration: 0.2s;	*/
}


.button.current {
/*	border: 2px solid var(--color-04);*/
	/*color:#FF9300 !important;*/
	
/*	 transform: scale(1.05);	
    transition-duration: 0.2s;	*/
}

.button a{
	display: block;
		color: var(--color-04);
}

.button a:hover,
.button.current a {

/*	color: var(--color-03);*/
/*border: 2px solid var(--color-04);	*/
}




.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 {
	/*  max-width: 240px;*/
	left:0;
	 right:0;
    margin: auto;
  }

.leftButton {
	position: relative;
	 /* max-width: 240px;*/
  display: inline-block;
  }


@media screen and (max-width: 767px) {
 .centerButton {
 
  margin: auto;
}
	
	
	.button {
	border-radius: 10px;
	padding: 12px 20px;
	line-height:1;
	border-radius: 15px;
	min-width:150px;
	border: 1px solid var(--color-03);
}

	.button:hover {
	border: 1px solid var(--color-04);

}
	
}






.label {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--color-02);
	color: var(--color-01);
	text-decoration: none;
	text-align: center;
	line-height:1;
	border-radius: 30px;
	
	border: 2px solid var(--color-04);
	box-shadow: 4px 4px 0px rgba(255, 240, 73, 0.52);
}


.label._large {
	padding: 15px 30px;
	font-size:var(--font-size-large); 
	
}


@media screen and (max-width: 767px) {
	
.label {
	display: inline-block;
	padding:5px 10px;
	background-color: var(--color-02);
	color: var(--color-01);
	text-decoration: none;
	text-align: center;
	line-height:1;
	border-radius: 30px;
	
	border: 1px solid var(--color-04);
	box-shadow: 2px 2px 0px rgba(255, 240, 73, 0.52);
}	
}




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









/*about the movie*/

.wrapper-default{
	position: relative;

	padding: 5rem 0;
	
}

.wrapper-dark{
	background-color: hsla(274,100%,15%,0.45);
}

.wrapper-dark2{
	background-color: hsla(0,0%,0%,0.4);
}


/*______________fixed back-ground*/


.bg-wrapper{
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url(../img/common/base.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	z-index: 0;
}


.scroll-contents {
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	overflow: hidden;
	/*max-width: 1000px;*/
	width: 100%;
	z-index: 10;
	height: auto;
/*	background-image: url(../img/top/about_base.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
}








@media screen and (max-width: 767px) {
	
	
	.wrapper-default{
	position: relative;
	padding: 2rem 0;
	
}
	
	.bg-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    background-image : none;
}
    
    
      .bg-wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/common/base_sp.webp);
    }
    
    
    .scroll-contents {
    position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	max-width: 100%;
	width:100%;
    z-index: 10;
	height:auto;
		
		background-image:none;
}
	
	

	
}






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


/*ムビチケ*/



.mvtk__area{
	position: relative;
	max-width: 840px;
	width: 100%;
	
		margin-left: auto;
	margin-right: auto;
	/*background-color: hsla(0,0%,14%,1.00);*/
/*	border: 1px solid hsla(0,0%,20%,1.00);*/
}

.mvtk__bnr{
	/*border-radius: 6px;*/
	    border: 1px solid #ccc;
/*max-width: 400px;*/
}

#mvtk-widgets-container{
	width: 342px;
		margin:auto;
	left:0;
	right:0;

}



@media screen and (max-width: 767px) {
	.mvtk__area{
	position: relative;
	max-width: 840px;
	width: 100%;
	/*background-color: hsla(0,0%,14%,1.00);*/
	border: 0px solid hsla(0,0%,20%,1.00);
}
	
}




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



.last_anime{
	opacity: 0;
}



.soon{
	opacity: 0.3;
}

.opacity0{
	opacity: 0;
}



/*margin-top*/

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


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

	
}






/*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-medium{
	font-size: var(--font-size-medium); 
}

.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:var(--line-height-default_sp);
}	
	
	.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 !important;
}

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



/*text-color*/

.text-color_01{
	color: var(--color-13) !important;
}




.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);
	width:95%;
}




.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:31%;
}



/*cast img. flex img*/

.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: 1;
    display: block;
    transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.zoomImgBox img:hover {
	opacity: 1;
	transform: scale(1.03);	/*画像の拡大率*/
	transition-duration: 0.2s;	/*変化に掛かる時間*/
/*border-radius: 40px;*/
}



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