@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%;
	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;
	}
}

/* ----- dream_campaign ----- */
#dream_campaign
#dream_campaign *,
#dream_campaign *::before,
#dream_campaign *::after {
	box-sizing: border-box;
}
#dream_campaign img {
	max-width: 100%;
	height: auto;
}

.page_area {
	background: url(../img/bg_01.png) repeat-y 50% 0;
	background-size: 100% auto;
	/* padding-bottom: 10.7vw; */
	text-align: center;
}

.top_area {
	position: relative;
}
.top_area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
}
.top_area span {
	position: absolute;
	top: 5.5%;
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
	font-size: 10vw;
	font-weight: bold;
	line-height: 1.15;
}

.detail {
	margin: 5vw 6.7vw 0;
}

.backtotop {
	width: 70px;
}
.backtotop a {
	display: block;
	background-color: #fff !important;
	padding: 5px !important;
}
