@charset "utf-8";
body {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 14px;
	line-height: 1.8;
	background: #000;
	color: #000;
	min-width: 1300px;
	overflow: hidden;
}
main {
	display: block;
}
main, section {
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
a {
	color: inherit;
}
a:hover {
	color: inherit;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
	line-height: 1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.caution {
	color: #D50000;
}
/*------MAIN------*/
main section {
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
main .btn {
	width: 500px;
	height: 120px;
	line-height: 100px;
	display: block;
	background: #000;
	border: 8px solid goldenrod;
	color: goldenrod;
	font-size: 60px;
	font-weight: bold;
	box-sizing: border-box;
}
#opening {
	text-align: center;
	background: url(../img/bg-main.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	padding-bottom: 85%;
}
#opening h1 {
	padding-top: 10%;
}
#opening .btn {
	margin: 5% auto 0;
}
#lady {
	background: url(../img/bg-lady.jpg) no-repeat center center;
	background-size: cover;
	color: #FFF;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: right;
	position: relative;
	font-size: 75px;
}
#letter {
	background: url(../img/bg-letter.png) no-repeat center top;
	background-size: cover;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: right;
	position: relative;
	font-size: 75px;
	color: #FFF;
}
#letter p {
	padding: 5%;
	float: right;
	margin-right: 3%;
}
#cash {
	background: url(../img/bg-cash.png) no-repeat center top;
	background-size: cover;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: center;
	color: goldenrod;
	text-shadow: 5px 5px 0 #000;
	font-size: 75px;
	font-weight: bold;
}
#clown {
	background: url(../img/bg-clown.png) no-repeat 145% top;
	background-size: contain;
	padding-top: 10%;
	padding-bottom: 10%;
	color: #FFF;
	font-size: 75px;
	font-weight: bold;
}
#tunnel {
	background: url(../img/bg-tunnel.png) no-repeat center center;
	background-size: cover;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: center;
}
#qna {
	background: url(../img/bg-qna.png) no-repeat center top fixed;
	background-size: cover;
	padding-top: 10%;
	padding-bottom: 10%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	overflow: hidden;
}
#qna h2 {
	color: #ea0000;
	font-size: 40px;
	width: 1280px;
	margin: 30px auto;
}
#qna .qna {
	display: flex;
	align-items: center;
	width: 1280px;
	margin: 0 auto;
}
#qna .dialog {
	background: url(../img/ico-dialog.png) no-repeat left center;
	background-size: contain;
	width: 700px;
	height: 288px;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: bold;
	padding: 0 100px 0 30px;
	display: flex;
	align-items: center;
	margin: 0 50px 0 100px;
}
#qna figure {
	width: 300px;
}
#qna .block {
	display: flex;
	max-width: 1366px;
	margin: 0 auto 150px;
	align-items: center;
}
#qna .block .dialog {
	background: url(../img/ico-dialog-left.png) no-repeat right center;
	background-size: contain;
	padding: 0 0 0 100px;
	font-size: 40px;
	width: 1100px;
	height: 400px;
}
#end {
	padding: 0 !important;
	text-align: center;
}
#end .btn {
	margin: 50px auto 0;
}
#end ul {
	display: inline-block;
	line-height: 1;
	margin: 50px 0;
}
#end ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	vertical-align: bottom;
}
#youtube {
	max-width: 1024px;
	padding-bottom: 550px; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 96%;
	position: absolute;
	left: 50%;
	top: 10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 768px) {
body {
	min-width: initial;
}
#youtube {
	padding-bottom: 50.25%;
}
#qna .block {
	max-width: initial;
	margin-bottom: 50px;
}
#qna .qna, #qna h2, #qna .block .dialog {
}
main .btn {
	font-size: 30px;
	width: 100%;
	max-width: 300px;
	height: 80px;
	line-height: 70px;
	border: 4px solid goldenrod;
}
#lady, #letter, #clown {
	font-size: 6vw;
}
#cash {
	font-size: 7vw;
	text-shadow: 2px 2px 0 #000;
}
#qna .qna {
	max-width: 480px;
	width: 100%;
}
#qna h2 {
	font-size: 20px;
	margin: 20px auto;
	width: auto;
}
#qna .dialog {
	width: 80%;
	height: auto;
	font-size: 14px;
	padding: 16px 40px 16px 16px;
	margin: 0;
	background-size: 100% 100%;
}
#qna .block {
}
#qna .block .dialog {
	font-size: 18px;
	height: auto;
	width: 80%;
	background-size: 100% 100%;
	padding: 16px 16px 16px 40px;
	flex-direction: row-reverse;
}
#qna figure {
	width: 100px;
	padding: 0 10px;
}
#end {
}
#end ul {
	margin: 30px 0;
}
#end ul li {
	width: 40px;
	height: 40px;
}
}

@media only screen and (max-width: 400px) {
#qna p br {
	display: none;
}
}
