
@media (min-width: 1300px){
	.first .container {
	    max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.first .container {
	    max-width: 1200px;
	}
}
@media (min-width: 1500px){
	.first .container {
	    max-width: 1300px;
	}
}
@media (min-width: 1600px){
	.first .container {
	    max-width: 1400px;
	}
}
@media (min-width: 1700px){
	.first .container {
	    max-width: 1500px;
	}
}
@media (min-width: 1800px){
	.first .container {
	    max-width: 1600px;
	}
}
@media (min-width: 1900px){
	.first .container {
	    max-width: 1700px;
	}
}
@media (min-width: 2000px){
	.first .container {
	    max-width: 1800px;
	}
}


.first {
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.first .container{
	text-align: center;
}

.first:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../common/main5.jpg");
	background-size: cover;
	background-position: center center;
}

.navbar-header {
	float: none;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	line-height: 25px;
	background-color: #FFFFFF;
}

span {
	display: inline-block;
}

img {
	width: 100%;
}

.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;

}

.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;

}

footer {
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 1px;
	opacity: 0.8;
}

@font-face {
	font-family: 'slickerweb';
	src: url('SLICKER.TTF') format("truetype");
}

.titleen {
	text-align: center;
	font-size: 3.5em;
	margin-top: 80px;
	margin-bottom: 5px;
	font-family: slickerweb;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.titlejp {
	text-align: center;
	margin-bottom: 70px;
}

.menuen {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3em;
	margin-right: 3vw;
	margin-left: 3vw;
	margin-top: 10px;
	text-align: center;
}

.menuensp {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1em;
	margin-right: 0.5vw;
	margin-left: 0.5vw;
	margin-top: 10px;
	line-height: 1.2em;
	text-align: center;
}

.menujp {
	text-align: center;
	font-size: 0.6em;
}

.menujpsp {
	text-align: center;
	font-size: 0.3em;
	line-height: 1.2em;
	margin-top: 5px;
}

.divblack {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	padding-bottom: 50px;
}

.divwhite {
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
	padding-bottom: 50px;
}

.footerlogo {
	text-align: center;
	padding: 30px 0 30px;
}

.dricap {
	text-align: center;
	margin: 10px 0px;
}

.nanbu {
	font-size: 1.3em;
	background: black;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
	.nanbu {
		font-size: 1.1em;
	}
}

.tanso {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: rgba(215, 0, 15, 0.6);
	border: solid 1px rgba(215, 0, 15, 1);
	/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}

.movi p {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	background: rgba(64, 64, 64, 1);
	border: solid 1px rgba(0, 0, 0, 1);
	/*線色*/
	border-radius: 4px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}
.schedule_item a{
	display:block;
}
.schedule_item.active a{
	/* outline:0.5rem solid #f00; */
	border-radius:0.5rem;
	box-shadow: 0 0 0 0.5rem #f00;
}
.gallery div {
	margin-bottom: 15px;
}
.schedule_item.cancel{
	position:relative;
}
.schedule_item.cancel:after{
	content:"CANCEL";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#f00;
	font-weight:bold;
	font-size:1.8rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
@media only screen and (max-width: 576px) {
	.gallery div {
		margin-bottom: 5px;
	}
}

row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.h100 div {
	display: inline-block;
	overflow: hidden;
	height: 15vw;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.h100 div {
		height: 26vw;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.h100 div {
		height: 20vw;
	}
}

.first img,
.first p {
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
	transition-duration: 0.4s;
}

.first a img:hover {
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6));
	opacity: 0.6;

	transition-duration: 0.4s;
}


@media only screen and (min-width: 769px) {
	.manaka {
		/* left: 50%; */
		/* position: absolute; */
		/* top: 50%; */
	}

	.trance {
		/* transform: translate(-50%, -50%); */
		/* width: 160%; */
	}
}

@media only screen and (max-width: 768px) {
	.manaka {
		margin-top: 10%;
	}
}

.sankaku {
	font-size: 1.5em;
	line-height: 1;
	color: red;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6));
	margin-bottom: 10px;
}

.sannon {
	font-size: 1.5em;
	line-height: 1;
	color: red;
	opacity: 0;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6));
	margin-bottom: 10px;
}

@media (max-width:480px){
	.sankaku {
		font-size: 1em;
		margin-bottom: 5px;
	}
	
	.sannon {
		font-size: 1em;
		margin-bottom: 5px;
	}
}
.comeobi {
	margin-bottom: 80px;
	font-size: 1.1em;
	border: solid 1px #D7D7D7;
	color: #D7D7D7;
	padding: 5px;
}

.titlepc {
	color: #fff;
	text-align: center;
	font-family: slickerweb;
	font-size: 2.3rem;
	margin-top: 30px;
	line-height: 2.2rem;
}

.titlesp {
	color: #fff;
	text-align: center;
	font-family: slickerweb;
	font-size: 1.5rem;
	margin-top: 30px;
}

table th {
	white-space: nowrap;
}



.bgbl {
	background-color: #000;
	display: inline-block;
	border-radius: 7px;
}

.bgbl img {
	opacity: 0.25 !important;
	display: block;
}

#gallery a{
	position:relative;
	display:block;
	padding-top:calc((100% / 1242) * 828);
}
#gallery a img{
	position:absolute;
	bottom:0;
}

.D1G_champon-image{
	position:absolute;
	left:0;
	bottom:2.7rem;
	width:100%;
	padding:0 15px;
}