
@charset "UTF-8";



/*____________ common_____________

_______ font

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

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


#ffffff
#2F2F2F
#D90014

_*/




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

:root {

/*color*/	
	
 --color-01:#ffffff;
 --color-02:#FDC650;/* strong*/
 --color-03:#A9A9A9;
--color-04:#F6C75E;
	
 --base-font-color:#A9A9A9;
	
 --link-font-color:#FDC650;
 --link-font-hover-color:#ffffff;

--link-border-color:#404040;
	
 --background-color:#000000;
--header-background-color:#000000;
	
	
/*font family*/	
	
 --base-font-family:source-han-serif-japanese, sans-serif;
--base-font-family2:source-han-serif-japanese, sans-serif;
 /*--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-default:clamp(1rem, 0.964rem + 0.18vw, 1.1rem); 
/*--font-size-default:clamp(0.9rem, 0.864rem + 0.18vw, 1rem);*/
/*  --font-size-default2:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);	*/
    --font-size-default2:clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem); 
  --font-size-small: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
	
	
/*	menu*/
--menu-font-family: var(--base-font-family2);
--menu-font-weight:700;
--font-size-menu:clamp(1.1rem, 1.082rem + 0.09vw, 1.15rem);
--sp-menu-margin-bottom:0.5rem;

--line-height-nallow:1.8;
--line-height-default:1.9;
--line-height-large:2;
	
	
  --mt-sp:1.5; /*marginのSP設定*/
	
  --font-weight-normal:600;
  --font-weight-bold:700;
--font-weight-bold2:700;

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


/*title*/
 --title-font-size:clamp(1.3rem, 1.082rem + 1.09vw, 1.9rem);
 --title-font-weight:600;
 --title-font-color:var( --color-04);
 --title-letter-spacing:0.1rem;
--title-font-family:var(--base-font-family);


/*name*/
	--name-font-size:clamp(1.3rem, 1.118rem + 0.91vw, 1.8rem);
/*	--name-font-size:clamp(1.3rem, 1.191rem + 0.55vw, 1.6rem);*/
--name-font-size-small:clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
	/*--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);

	*/
	
	
/*background-color	*/
	
	--background-color-01:hsla(0,0%,0%,0.7);
	
}


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







@media screen and (max-width: 767px) {
	
	
	 letter-spacing: 0.00rem; 
	
	
	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*/



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

.kome-list > li {
    padding: .4em 0em .4em 0;
    text-align: left;
    line-height: 1.4;
    /*font-size: var(--15px);*/
    transform: rotate(0.05deg);
    position: relative;
    list-style-type: none; /* Disable the default list-style */
}

.kome-list > li::before {
    content: '※'; /* Your custom bullet */
    position: absolute;
    left: -1.3rem; /* Adjust based on your padding */
    font-size: 90%;
   /* color: #2589d0;*/ /* Optional: Set your desired 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;
  }*/
}

.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-04);
	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:30%;
	max-width: 300px;
	margin:0 auto 0px;
	left:0;
	right: 0;
	 opacity: 0;
}


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

	top: 40%;
	
}
	
}



/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    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: 0px;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 50px;
	z-index: 888;
	background-color:var(--header-background-color);
	box-shadow: 0 2px 10px rgba(0,0,0,0);
	
}



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


.header__snsicon{
	top:10px;
	left:10px;
	position: absolute;
	z-index: 1000;
	display: flex;
	  flex-direction: row;
  flex-wrap:nowrap;
/*  justify-content: space-between;*/
 /* justify-content: center;*/
 
  align-items: center;
}

.header__snsicon_item{
	width: 30px;
	margin-right: 15px;
}

.header__snsicon_item.x_icon{
	width: 28px;
	margin-right: 15px;
}


.header__logo {
/*  flex-shrink: 0;*/
  width: 70px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .header {
   /*   position: relative;
  top: 0;*/
	    height: 50px;
  }
	
	
	.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__snsicon_item{
	width: 27px;
	margin-right: 8px;
}
	
	.header__snsicon_item.x_icon{
	width: 25px;	
	}
	.header__snsicon{
	top:14px;
	right:70px;
	
}
}



/*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:var(--header-background-color);
	;
}




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


#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(--color-02);*/
	background-color:var --background-color;
	/*動き*/
	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; /*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: 160px;
left:20px;
	opacity: 0.7;
	z-index: 999;

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

.nohorizontal_logo{
	max-width: 200px;
	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;
}




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

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

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


#g-nav.horizontal li a{
	margin:0 1rem;	
	font-size:var(--font-size-menu);
	
	
}

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

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


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

	
	.g-nav_logo{

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





.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%;
	}
	
	#g-nav-list{
	width: 100%;	
	}
	
.horizontal ul{
	
		 display: block;
}

	
	#g-nav li a{

text-align:center;
/*		color: var(--color-01);*/
/* font-size:clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);*/
	
	
}
	
}




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

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


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

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

	width: 60px;
	height: 50px;
}

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


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


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




  .mainVisual {
	position: relative;
	width: 100%;

	  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_premire{
	position: absolute;
	width:14%;
	bottom:23%;
	right:2.5%;


}


.bnr_set{
position: relative;
	width:85%;
	bottom:0%;
	left:1%;
		margin: auto;
}

.bnr_item{
	max-width:400px;
	margin:5px 5px;
    border: 1px solid hsla(0,0%,26%,1.00);
}


@media screen and (max-width: 767px) {
	
	
	.bnr_premire{
	position: relative;
	width:60%;
	bottom:auto;
	right:auto;
left:auto;
margin: auto;
}
	
	.bnr_set{
	position: relative;
	width:85%;
	bottom:0%;
	left:1%;
		margin: auto;
}

.bnr_item{
	width:100%;
	margin:5px 0px;
}

	
	
}


.bnr_03{
	position: absolute;
	width:13%;
	top:63%;
	left:5%;


}


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

  }
	
	
	.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: 800px;
/*	max-width: 1000px;*/
margin:  5px auto;
	
	/*width:48%;*/
}

.section__trailer__item2{
	width:48%;
	max-width: 400px;
	margin: 0 1rem;
}


.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.5;
	border: 1px solid hsla(0,0%,50%,1.00);
}


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

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


.bnr_major{
	position:relative;
	width:100%;
	max-width:600px;
	margin:auto;
	/*border: 1px solid hsla(0,0%,50%,1.00);*/
}
.bnr_mvtk{
	position:relative;
	width:100%;
	max-width:280px;
	margin: 0 5px;
}


.bnr_link{
	position:relative;
	width:100%;
	max-width: 400px;
	border: 1px solid hsla(0,0%,50%,1.00);
}


@media screen and (max-width: 767px) {
	
	.section__trailer__item,
	.section__trailer__item2{
	width: 100%;

	
}
	
	.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_major,
	.bnr_link{
	position:relative;
	width:95%;
	max-width: 100%;
	
}
    
    
    .bnr_mvtk{
	position:relative;
	width:47%;
	max-width:280px;
	margin: 0 5px;
}

	
}




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




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

.card {
	display: block;
	border: 1px solid #e7e7e7;
	/*border-radius: 5px;*/
	color: inherit;
	text-decoration: none;
	transition: color .3s;
	background-color: #fff;
	height:100%;
}


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

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

.card__date {
	font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem); 
	margin: 0px 0px 3px;
	color: #ABABAB;
}
.card__txt {
	font-size: clamp(0.85rem, 0.832rem + 0.09vw, 0.9rem); 
	line-height: 1.5rem;
}
/*hover*/
.card:hover {
	color: #ABABAB;
}
.card:hover .card__thumb img {
	transform: scale(1.1);
}


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

	line-height: 1.4rem;
}
}

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





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


  .footer {
	position: relative;
	/* display: flex;
  justify-content: center;
  align-items: center;*/
	padding: 50px 50px;
	/*background-color: hsla(0,0%,100%,1.00);*//*	background-image: url(../img/common/base_black.png);
	background-repeat: repeat-x;
	background-position: center top;*/
	/*  height: 100%;*/
  }

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


.footer2__item{
	color: hsla(0,0%,100%,0.2);
	width: 100%;
	max-width: 700px;
	font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	line-height: 1rem;
}

.footer2__item a{

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


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


.footer__logo{
	position: relative;
	/*width: clamp(150px, 35%, 500px);*/
	margin-bottom: 2rem;
	
	width:90%;
	max-width: 1100px;
}


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

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

@media screen and (max-width: 767px) {
	
	.footer2 {
			padding: 20px 10px 40px;
	}
	
	
	.footer__logo{

	margin-bottom: 1rem;
	
	width:95%;
	max-width:100%;
}

	

}





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

}



}





/*----------------------------------------
	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-wide);
	width:100%;
}


.container__base.__full{
	width:100%;
}


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



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



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


h1.title {
	font-family: var(--title-font-family);
	font-size: var(--title-font-size);
	text-align: center;
	color: var(--title-font-color);
	font-weight: var(--title-font-weight);
	letter-spacing: var(--title-letter-spacing);
	
}

h1.title._small {
	font-size: var( --font-size-large);
	
}

@media screen and (max-width: 767px) {
	
h1.title {
  letter-spacing: 0.2rem;
  }
  
}



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


.name {
	font-size: var(--name-font-size);
color:var(--color-01);
	font-weight: var(--font-weight-bold);
	/*letter-spacing: 0.1rem;*/
	line-height: 1.4;
 font-family: var(--base-font-family);
	/*text-shadow: 0px 0px 0px #fff;*/
}




.name__small {
font-size: var(--name-font-size-small);
   /* color:var(--color-03)!important;*/
}


@media screen and (max-width: 767px) {
	
.name {
    /*margin-bottom: 20px;*/
	line-height: 1.3;
  }
  
}



/*----------------------------------------
	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
----------------------------------------*/
.button {
	display: inline-block;
	padding: 5px 15px;
	background-color:var(--color-03);
	color: var(--color-02);
	text-decoration: none;
	text-align: center;
/*	transition: background-color 0.3s, color 0.3s;*/
	 transition: 0.2s;
	border: 0px solid var(--link-font-color);
	/*	border-radius: 4px;*/
	font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);
	cursor: pointer;
	min-width: 200px;
}
.button:hover,
.button.current {
	background-color: hsla(0,0%,100%,1);
	/*border: 1px solid #fff;*/
	color:var(--color-03) !important;
}

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

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

	color:var(--color-03) !important;
}

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

 .centerButton {
	  max-width: 240px;
    margin: auto;
  }

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


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


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




/*widget*/


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

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


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

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

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









/*about the movie*/

.wrapper-default{
	position: relative;
	z-index: 100;
	padding: 4rem 0;
	
}

.background-color-01{
	background-color:var(--background-color-01);

}

.background-color-02{
	background-color:var(--background-color);

}

/*______________fixed back-ground*/


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


.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/base_02.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
}








@media screen and (max-width: 767px) {
	
	.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: repeat-y;
    background-position: center bottom;
    background-image: url(../img/top/base_sp.webp);
    background-size: cover;
    }
    
    
    .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%;
}


.anime_a,
.last_anime{
	opacity: 0;
}



.soon{
	opacity: 0.3;
}


.padding-base{
	padding:4rem 0;
}


sup {
vertical-align: super; /*テキストを上付きに*/
font-size:50%; /*テキストを小さく*/
}


@media (max-width: 767px) {
	.padding-base{
	padding:2rem 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;}


.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.8) !important;*/
	line-height: 1.9;
}	
	
	.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;
}


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


.hr-border{
	margin: 3rem 0;
	border-bottom: 1px solid hsla(0,0%,100%,0.2);
/*	height:1px;*/
}


@media (max-width: 767px) {
	
	.hr-border{
	margin: 2rem 0;

}
}


/*flex*/


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

.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-top{
	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%;
}



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







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



/*ルビ*/

 ruby[data-ruby]
{
    position: relative;
}

ruby[data-ruby]::before
{
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -3em;
    right: -3em;
    transform-origin: bottom center;

    /* ルビの文字サイズを親文字に対する比率で指定 */
    transform: scale(0.6);

    /* 100%を越える部分が親文字とルビとのスペースになる。単位は親文字に対する比率 */
    bottom: 103%;

    /* デバッグ用 */
  /*  background-color: rgba(255, 0, 0, 0.2);*/
}

ruby[data-ruby] rt
{
    display: none;
}
