@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');

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%;
	height: auto;
	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;
}

.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;
}
/* ----- zeroyen_chusenkai ----- */
#zeroyen_chusenkai,
#zeroyen_chusenkai *,
#zeroyen_chusenkai *::before,
#zeroyen_chusenkai *::after {
	box-sizing: border-box;
}

#zeroyen_chusenkai img {
	max-width: 100%;
	height: auto;
}
.pageInner {
	max-width: 500px;
	margin: 0 auto;
}
.kv {
	background: url(../img/kv_bg01.png?20251223) no-repeat center top;
	background-size: 100%;
	text-align :center;
	padding-bottom: 6%;
}
.pg_box01 {
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 0px #fff;
	margin-left: auto;
	margin-right: auto;
	width: 81.33%;
}
.kv_box01 {
	margin-top: 8%;
	padding: 5% 5% 6%;
}

.bg01 {
	background: url(../img/bg_01.png) repeat-y center top;
	background-size: 100%;
	padding-bottom: 5%;
	
}
.sec01_box01 {
	padding: 0 2%;
	margin-top: 3%;
}

.sec02_box01 {
	background: linear-gradient(45deg,
				rgba(255, 0, 76, 1) 0%, 
				rgba(255, 0, 76, 1) 13%, 
				rgba(144, 0, 183, 1) 26%, 
				rgba(144, 0, 186, 1) 46%, 
				rgba(144, 0, 188, 1) 66%, 
				rgba(240, 0, 88, 1) 83%, 
				rgba(240, 0, 88, 1) 100%);
	box-shadow: 0px 0px 10px 0px #000;
	width: 83.6%;
	margin-top: 12%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding: 7px;
}
.sec02_box01 + .sec02_box01 {
	margin-top: 16%;
}
.sec02_box01Inn {
	background-color: #fff;
	border-radius: 13px;
	padding-bottom: 7%;
	padding-top: 3%;
}
.sec02_box01Title {
	margin-left: -5%;
	margin-right: -5%;
	margin-top: -12%;
}

.sec03_title01 {
	margin-bottom: -3%;
}
.sec03_box01 {
	border-radius: 0 0 6px 6px;
	padding: 8% 5% 7%;
}

.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%;
}
