@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;
	}
}

/* ----- kidult ----- */
#kidult
#kidult *,
#kidult *::before,
#kidult *::after {
	box-sizing: border-box;
}

#kidult img {
	max-width: 100%;
	height: auto;
	display: block;
}
.pageInner {
	max-width: 500px;
	margin: 0 auto;
}
.kv {
	background: url(../img/receipt/kv_bg01.png) no-repeat center top;
	background-size: 100%;
	padding-bottom: 70px;
}
.btnList {
	width: 86.66%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.btnList_item + .btnList_item {
	margin-top: 20px;
}
.btnlist_link {
	display: block;;
}
.btnList_item.s_back {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.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;
	/* background-color: #77c8cb; */
	padding: 50px;
}
.js_modalInn {
	text-align: center;
	margin: auto;
	position: relative;
	background-color: #fff;
	border: 2px solid #b60081;
	border-radius: 10px;
	padding: 10px 10px 20px;
	width: 86.666%;
	box-shadow: 0px 6px 0px 0px rgba(25,31,21,0.4);
}
.js_modalInn::before {
	content: "";
	display: block;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	position: absolute;
	top: -3px;
	left: -3px;
	background-color: #fff;;
	z-index: -1;
	border-radius: 10px;
}
.js_modalClose {
	position: absolute;
	top: -10px;
	right: -17px;
	width: 10.6%;
}
.js_modalLayer {
	position: fixed;
	inset: 0;
	margin: auto;
	background-color: rgba(119,200,203,1);
	z-index: -1;
	/* display: none;; */
}
