@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);

/*----------------------------------------
** tondesaitama.com
** 2019.2.22 FRI ROADSHOW
** style
----------------------------------------*/
img {
	max-width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
img[src$=".svg"] {
	max-width: 100%;
	width: 100%; /* IE対応 */
	/*height: auto;*/
}
.__min {
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

#wrap {
	width: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 87.5%;
	height: 100%;
	padding: 0;
	overflow-x: hidden;
}
section {
	width: 100%;
	position: relative;
}
.__inner {
	max-width: 1200px;
	width: 90%;
	/*min-height: 760px;
	height: 100%;*/
	margin: 0 auto;
	position: relative;
}
.__inner::after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}

/*----------------------------------------
** header
----------------------------------------*/
header {
	width: 100%;
	height: 65px;
	/* height: 160px; */
	margin: 0;
	padding: 0;
	background: url(../img/top/bg-red.jpg) center top no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.7);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.7);
}
body#top header {
	height: 160px;
}

/*----------------------------------------
** footer
----------------------------------------*/
footer {
	width: 100%;
	background: url(../img/top/bg-red.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0 80px;
}
.__tx-billing {
	margin: 0 0 40px;
}
.__tx-catch {
	margin: 0;
}


/*----------------------------------------
** __container
----------------------------------------*/
.__container {
	position: relative;
	/* padding: 65px 0 0; */
	padding: 150px 0 0;
	background: rgba(0,0,0,1.0);
	width: 100%;
	overflow: hidden;
}

#kv,
#float {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	/* top: 65px; */
	top: 160px;
	left: 0;
}
.__kv {
	position: relative;
}

.__kv [class^='__kv-'] {
	width: 100%;
}
[class^='__kv-'] img {
	width: 100% !important;
	max-width: none;
}


.__logo-set {
	width: 22%;
	position: absolute;
	left: 1.5%;
	/* top: 90px; */
	top: 170px;
}
h1.__logo {
	width: 100%;
	margin: 0 auto 20px;
	margin: 0;
}
.__tx-roadshow {
	width: 85%;
	margin: 0 auto;
}

.__ph-L,
.__ph-R {
	display: flex;
	width: 25%;
	position: absolute;
	bottom: 4%;
}
.__ph-L {
	left: 15%;
}
.__ph-R {
	right: 15%;
}
.__ph-4x {
	display: flex;
	width: 48%;
	position: absolute;
	bottom: 2%;
}
.__ph-4x {
	right: 50%;
	transform: translateX(50%);
}
.__ph-L div,
.__ph-R div,
.__ph-4x div {
	padding: 0 1.5%;
}
.__ph-4x div img {
	-webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.7);
	box-shadow: 0 0 5px 4px rgba(0,0,0,0.7);
}


.__tx-copy {
	width: 6.5%;
	position: absolute;
	top: 25%;
	left: 47%;
}


/*-----------------------------------------
** teaser cover
-----------------------------------------*/
.__teaser {
	background: url(../img/cover.jpg) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
}
.__teaser .__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}



/*-----------------------------------------
** HUMBUGER MENU
-----------------------------------------*/
.menu-trigger {
	display: none;
}



/*-----------------------------------------
**
** query
**
-----------------------------------------*/
@media screen and (max-width:768px) {

	#wrap {
		overflow-x: hidden;
	}


	/*----------------------------------------
	** header
	----------------------------------------*/
	header {
		width: 100%;
		height: 55px;
		margin: 0;
		padding: 0;
		background: url(../img/top/bg-red.jpg) center top no-repeat;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}

	/*----------------------------------------
	** footer
	----------------------------------------*/
	footer {
		width: 100%;
		background: url(../img/top/bg-red.jpg) center top no-repeat;
		background-size: cover;
		padding: 20px 0 30px;
	}
	.__tx-billing {
		margin: 0 0 15px;
	}
	.__tx-catch {
		margin: 0;
	}

	/*----------------------------------------
	** __container
	----------------------------------------*/
	.__container {
		position: relative;
		padding: 55px 0 30px;
		background: rgba(0,0,0,1.0);
	}
	.__kv {
		max-width: inherit;
		width: 100%;
		position: relative;
	}

	#kv, #float {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 55px;
		left: 0;
	}

	.__logo-set {
		width: 85%;
		position: absolute;
		right: 50%;
		bottom: 10%;
		transform: translateX(50%);
		margin: 0;
		top: inherit;
		left: inherit;
	}
	h1.__logo {
		width: 100%;
		margin: 0 auto 20px;
		margin: 0;
	}
	.__tx-roadshow {
		width: 60%;
		margin: 0 auto;
	}

	.__ph-L,
	.__ph-R {
		display: flex;
		width: 80%;
		position: static;
		bottom: inherit;
	}
	.__ph-L {
		left: inherit;
		margin: 0 auto 10px;
	}
	.__ph-R {
		right: inherit;
		margin: 0 auto;
	}
	.__ph-4x {
		display: flex;
		width: 90%;
		position: absolute;
		bottom: 2%;
	}
	.__ph-4x {
		right: 50%;
		transform: translateX(50%);
	}
	.__ph-L div,
	.__ph-R div,
	.__ph-4x div {
		padding: 0 1.5%;
	}
	.__ph-4x div img {
		-webkit-box-shadow: 0 0 5px 4px rgba(0,0,0,0.7);
		box-shadow: 0 0 5px 4px rgba(0,0,0,0.7);
	}

	.__tx-copy {
		/*display: none;*/
	}

	/*-----------------------------------------
	** teaser cover
	-----------------------------------------*/
	.__teaser {
		background: url(../img/cover_sp.jpg) center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 900;
	}
	.__teaser .__close {
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}



}




/*-----------------------------------------
** BANNERS
-----------------------------------------*/
.__banners {
	list-style: none;
	letter-spacing: -.4em;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}
.__banners li {
	display: inline-block;
	letter-spacing: normal;
	width: 160px;
	margin: 0;
	padding: 0 5px 10px;
}
.__banners li img {
	border: 1px solid rgba(251,207,0,1.0);
}

@media screen and (max-width:768px) {
	.__banners {
		list-style: none;
		letter-spacing: -.4em;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}
	.__banners li {
		display: inline-block;
		letter-spacing: normal;
		width: calc(100% / 2);
		margin: 0;
		padding: 0 5px 10px;
	}
}

/*-----------------------------------------
** UDCAST
-----------------------------------------*/
.__udcast {
	list-style: none;
	letter-spacing: -.4em;
	margin: 0 0 0;
	padding: 0;
	text-align: center;
}
.__udcast li {
	display: inline-block;
	letter-spacing: normal;
	width: 200px;
/* 	margin: 50px 0 0; */
	padding: 0 5px 10px;
}
.__udcast li img {
	border: 1px solid rgba(251,207,0,1.0);
}

@media screen and (max-width:768px) {
	.__udcast {
		list-style: none;
		letter-spacing: -.4em;
		margin: 30px 0 20px;
		padding: 0;
		text-align: center;
	}
	.__udcast li {
		display: inline-block;
		letter-spacing: normal;
		width: calc(100% / 2);
		margin: 0;
		padding: 0 5px 10px;
	}
}

/*-----------------------------------------
** theater cp
-----------------------------------------*/
.__banners-cp {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 30px;
	flex-wrap: wrap;
}
.__banners-cp > div {
	max-width: 250px;
	padding: 0 10px;
}
.__theater-cp {
	max-width: 400px;
	margin-right: 15px;
}
.__chukan-cp {
	max-width: 100px;
}

@media screen and (max-width:768px) {
	.__banners-cp > div {
		/*max-width: calc(100% / 1);*/
		width: 80%;
		margin: 0 auto 15px;
		padding: 0;
	}
}


/*-----------------------------------------
** eiga land tickets
-----------------------------------------*/
.__eigaland {
	/*background: rgba(127,0,17,1.0);*/
	background: rgba(0,0,0,1.0);
	padding: 15px 0;
}
.__widget iframe {
	/*background: rgba(255,255,0,1.0);*/
	border: none;
	width: 100%;
	overflow: hidden;
}
.__widget iframe body {
	background-color: none;
}
@media screen and (max-width:1080px){
	.__widget iframe {
		height: 157px;
	}
}


/*-----------------------------------------
** ranking 1
-----------------------------------------*/
.__ranking-1 {
	width: 12%;
	position: absolute;
	top: 55px;
	right: 15px;
	z-index: 10;
}
@media screen and (max-width:768px) {
	.__ranking-1 {
		width: 32%;
		position: fixed;
		top: 0;
		right: inherit;
		left: 0;
		z-index: 101;
		filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
	}
}
/*-----------------------------------------
** BD DVD
-----------------------------------------*/
.__bd-dvd {
	width: 13%;
	position: absolute;
	top: 140px;
	right: 15px;
	z-index: 101;
}
@media screen and (max-width:768px) {
	.__bd-dvd {
		width: 28%;
		position: fixed;
		top: 0;
		right: inherit;
		left: 0;
		z-index: 101;
		filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
	}
}

.ranking-copy {
	word-break: break-all;
	word-wrap: break-word;
}

/*-----------------------------------------
** AWARDS
-----------------------------------------*/
header .__awards {
	display: flex;
	justify-content: center;
}
header .__awards.__sp {
	display: none;
}
header .__awards > div {
	/* width: calc(100% / 6); */
	padding: 0 10px;
}
header .__awards > div img {
	height: 80px;
}
@media screen and (max-width:768px) {
	header .__awards {
		display: block;
	}
	/* header .__awards.__sp {
		display: block;
	} */
	header .__awards > div {
		text-align: center;
	}
	header .__awards > div img {
		height: 70px;
	}
}
