@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	overflow: visible;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: top;
}

/*--------------------------*/
#menu{
	width: 960px;
	margin:0 auto;
	background:#200807;
	position: relative;
	z-index:10;
	text-align:center;
}
#back_wrap {
	background: #fff;
	padding-top: 10px;
}
#back{
	width: 960px;
	margin: 0 auto;
	padding-bottom:0;
	text-align:center;
}
#iframe_wrap {
	background: #fff;
}

/*--------------------------*/
#to_top{
	clear:both;
	padding:20px 50px 20px 50px;
	text-align:right;
}
header {
	position: sticky;
	top: 0;
	z-index: 500;
}
.LyFoot{
	margin-top: 0 !important;
	background: #fff;
}
.backtotop a {
	background-color: transparent !important;
	padding: 0 !important;
	width: 120px;
}
@media screen and (max-width: 749px) {
	.backtotop a {
		width: 60px;
	}
}

.mtLL {
	margin-top: 18%;
}
.mtL {
	margin-top: 50px;
}
.taC {
	text-align: center;
}
.taL {
	text-align: left;
}
.taR {
	text-align: right;
}
.fontBold {
	font-weight: bold;
}
.is_sp {
	display: none;
}
/* ----- k-stylecp ----- */
#k-stylecp,
#k-stylecp *,
#k-stylecp *::before,
#k-stylecp *::after {
	box-sizing: border-box;
}

#k-stylecp img {
	max-width: 100%;
	height: auto;
}

.pageInner {
	max-width: 500px;
	margin: 0 auto;
}
.kv {
	background: url(../img/kv_bg01.png) no-repeat center top;
	background-size: 100%;
	text-align :center;
	padding-bottom: 11.2%;
}
.sec01 {
	background: url(../img/sec01_bg01.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
}

.bnr01 {
	width: 86.66%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.bnr01 + .bnr01 {
	margin-top: 8%;
}


.movieWrap {
	width: 63.46%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
}
.movieWrap > iframe {
	width: 100%;
	height: 100%;
}
