@charset "utf-8";

/*android用font-family: 'Noto Serif JP', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');


body {
	/*ゴシックfont-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
	/*明朝*/font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 'Noto Serif JP', serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	background-color: #000;
}
h2.top img {
	display: block;
	width: 100%;
	max-width: 387px;
	margin: auto;
}
#container{
    position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 3;/*一番上に表示*/
    /*見た目の調整*/
	text-align: center;
}
.sikiri {
	background-image: url(../img/bg_kabuki0.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 150px;
}


/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	transition:all 0.3s;
}

#page-top a:hover{
	opacity: 0.7;
}
#page-top a img {
	display: block;
	width: 100%;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}



/* footer
---------------------------------------------*/
footer {
	position: relative;
	z-index: 100;
	/*ゴシック*/font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	color: #eee;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 3% 0 50px 0;
	border-top: solid 1px #540102;
}
footer a {
	text-decoration: none;
	border: none;
}
footer #snsBox,
footer #companyBox {
	padding: 15px 0;
}
footer #snsBox a {
	display: inline-block;
	vertical-align: bottom;
	width: 40px;
	margin: 5px;
}
footer #snsBox a img,
footer #companyBox a img {
	display: block;
	width: 100%;
}
footer #companyBox a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	padding: 0;
	margin: 3px;
}
.hardlogo {
	display: inline-block;
	height: 70px;
	margin: 5px;
}
.notice {
	display: block;
	width: 90%;
	max-width: 382px;
	margin: auto;
}





/* teaser
---------------------------------------------*/
.bg1 {
	background-image: url("../img/bg_left.png"), url("../img/bg_right.png");
	background-repeat: repeat-y;
	background-size: auto 100%;
	background-position: left top, right top;
}


#keyimg {
	border-bottom: solid 1px #333;
}
#keyimg img {
	display: block;
	width: 100%;
}

#buttonFixid {
	display: inline-block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 25%;
	max-width: 150px;
	z-index: 99;
}
#buttonFixid img {
	display: block;
	width: 100%;
}
#buttonFixid a {
	display: block;
	width: 100%;
	max-width: 150px;
}
#buttonFixid a:hover {
	opacity: 0.7;
}



#butaiAll {
	text-align: center;
	background: rgb(83,1,2);
	background: linear-gradient(0deg, rgba(83,1,2,1) 0%, rgba(0,0,0,1) 50%, rgba(83,1,2,1) 100%);
	padding: 5%;
}
#butaiAll img {
	display: block;
	width: 100%;
	margin: auto;
}
#butaiBox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#butaiBox div {
	box-sizing: border-box;
	padding: 2%;
	width: 50%;
}
#butaiBox a {
	display: block;
	color: #fff;
	background: #7a000b;
	max-width: 25em;
	padding: 7px;
	margin: 10px auto;
}
#butaiBox a:hover {
	opacity: 0.7;
}





/* special
---------------------------------------------*/
.movieBox {
	box-sizing: border-box;
	padding: 5%;
	margin: auto;
}
.movieBox li {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 919px;
	margin: auto;
}
.movieBox li:not(:first-of-type) {
	margin-top: 5%;
}
.movieBox li p {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	padding: 10px;
	margin-bottom: 7px;
	border-top: solid 1px #7a000b;
	border-right: double 3px #7a000b;
	border-bottom: solid 1px #7a000b;
	border-left: double 3px #7a000b;
}

#movie {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.youtube {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}






/* ウィンドウ幅が0-767pxの場合に適用するCSS */
@media screen and (max-width:767px){

	body {
		font-size: 14px;
	}
	.sikiri {
		height: 40px;
	}





	/* teaser
	---------------------------------------------*/
	#buttonFixid {
		width: 25%;
		max-width: 150px;
	}
	#butaiBox {
		display: block;
	}
	#butaiBox div {
		width: 100%;
	}



	/* special
	---------------------------------------------*/
	.movieBox li {
		width: 100%;
		margin: 10px 0 0 0;
	}
	
	
	
	
}