@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;
}
/* ----- kidult ----- */
#kidult,
#kidult *,
#kidult *::before,
#kidult *::after {
	box-sizing: border-box;
}
/* #dream_campaign {
	background: #000;
	padding-bottom: 50px;
	text-align: center;
} */
#kidult 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;
}

.nav {
	background-color: #77C8CB;
	display: flex;;
	justify-content: center;;
	gap: 20px;
	padding: 20px;
	
}
.nav_item {
	width: 24.4%;;
}
.nav_link {
	display: block;;
}

.sec02_inn {
	padding-bottom: 40px;
}
.bg01 {
	background-color: #d9e021;
}
.bg02 {
	background-color: #fbb03b;
}
.bg03 {
	background-color: #29abe2;
}
.bg04 {
	background-color: #ed1c24;
}
.bg05 {
	background-color: #f0fc0b;
}
.sec02_titleB {
	margin-bottom: -12%;
}
.col2 {
	display: flex;
	gap: 20px; 
	flex-wrap: wrap;
	justify-content: center;;
	padding: 0 10px;
}
.col2_item {
	width: calc(50% - 20px);
}

.btnWrap {
	width: 87.33%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.btnWrap + .btnWrap {
	margin-top: 8%;
}
.bnrWrap {
	width: 77.333%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bnrWrap + .bnrWrap {
	margin-top: 8%;
}
.movieWrap {
	width: 86.666%;
	margin-top: 6%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16 / 9;
}
.movieWrap > iframe {
	width: 100%;
	height: 100%;
}
.sec03_inn {
	background: url(../img/sec03_bg01.png) repeat-y center top;
	background-size: 100%;
	padding-bottom: 100px;
}
.sec03__modalWrap {
	width: 82.666%;
	margin-left: auto;
	margin-right: auto;
}
.sec03_modalLink01 {
	display: block;;
}
.sec03_modalLink01 + .sec03_modalLink01 {
	margin-top: 20px;
}
.sec03_box01 {
	background-color: #fff;
	width: 86.666%;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 20px;
}
.sec03_box01 + .sec03_box01 {
	margin-top: 8%;
}
.sec03_box01.s_rad10 {
	border-radius: 10px;
}

.js_modalContents {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 90vh;
	z-index: 10;
	display: none;;
	overflow-y: scroll;
	max-width: 500px;
}
.js_modalInn {
	text-align: center;
	margin: auto;
	position: relative;
}
.js_modalClose {
	position: absolute;
	top: 0;
	right: -1px;
	width: 10.6%;
}
.js_modalLayer {
	position: fixed;
	inset: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}

/* .sec01_title02 {
	width: 73.33%;
	margin-left: auto;
	margin-right: auto;
}
.sec01_box01 {
	margin-left: 6.4%;
	margin-right: 6.4%;
	margin-top: -55px;
	border: 10px solid #fff;
	padding-top: 55px;
	padding-left: 8%;
	padding-right: 8%;
} */


.js_tglBtn {
	cursor: pointer;
}
.s_close .js_tglContents {
	display: none;;
}
