@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;
	}
}

/* ----- Aeondewarm ----- */
.hide {
	display: none;
}
#Aeondewarm
#Aeondewarm *,
#Aeondewarm *::before,
#Aeondewarm *::after {
	box-sizing: border-box;
}
#Aeondewarm img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.aeondewarm_wrap {
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

.menuBtn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 10.67vw;
	height: 10.67vw;
	background-color: #000;
}
.menuBtn::before,
.menuBtn::after {
	content: '';
	position: absolute;
	top: 3.067vw;
	left: 0;
	right: 0;
	width: 50%;
	height: 2px;
	margin: 0 auto;
	background-color: #bfbfbf;
	transition: all 0.3s;
}
.menuBtn::after {
	top: 6.933vw;
	box-shadow: 0 -1.933vw #bfbfbf;
}
.menuBtn.open::before {
	top: 50%;
	transform: rotate(45deg);
}
.menuBtn.open::after {
	top: 50%;
	transform: rotate(-45deg);
	box-shadow: none;
}

.menu {
	position: fixed;
	top: 0;
	right: -90.7vw;
	z-index: 600;
	width: 90.7vw;
	background-color: rgba(237,108,0,0.95);
	padding: 15.8% 6.5% 7.9%;
	box-sizing: border-box;
	transition: right 0.5s;
}
.menu.show {
	right: 0;
}

.sec01 {
	position: relative;
}
.sec01 .movie {
	position: absolute;
	top: 31%;
	left: 15.3%;
	width: 69.4%;
	aspect-ratio: 16 / 9;
}
.sec01 .movie iframe {
	width: 100%;
	height: 100%;
}

.anchor {
	margin: 0 4.7% 8%;
}

.sec03_01 {
	position: relative;
}
.sec03_01 .movie {
	position: relative;
	position: absolute;
	top: 60%;
	left: 12.8%;
	width: 74.4%;
	aspect-ratio: 16 / 9;
}
.sec03_01 .movie iframe {
	width: 100%;
	height: 100%;
}
.sec03_05 {
	position: relative;
}
.sec03_05 a {
	position: absolute;
	top: 46%;
	left: 10%;
	width: 80%;
}
.sec04_02 {
	position: relative;
}
.sec04_02 .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 90.9%;
	height: 33%;
	margin: 0 auto;
}
.sec04_02 .btn::after {
	content: '';
	position: absolute;
	top: 25%;
	right: 5%;
	width: 4%;
	aspect-ratio: 1;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
.sec04_02 .btn.open::after {
	top: 40%;
	transform: rotate(-135deg);
}
.sec04_04 {
	position: relative;
}
.sec04_04 a {
	position: absolute;
	top: 16%;
	left: 14.5%;
	width: 71%;
}
.sec05_01 {
	position: relative;
}
.sec05_01 a {
	position: absolute;
}
.sec05_01 .link01 {
	top: 43.4%;
	left: 12.5%;
	width: 75%;
}
.sec05_01 .link02 {
	top: 61.6%;
	left: 12.5%;
	width: 75%;
}
.sec05_01 .link03 {
	top: 89.2%;
	left: 14.5%;
	width: 71%;
}
.sec06_02 {
	position: relative;
}
.sec06_02 a {
	position: absolute;
	top: 80.5%;
	left: 14.5%;
	width: 71%;
}
.sec06_03 {
	position: relative;
}
.sec06_03 a {
	position: absolute;
}
.sec06_03 .link01 {
	top: 34%;
	left: 10.2%;
	width: 80%;
}
.sec06_03 .link02 {
	top: 70%;
	left: 10.2%;
	width: 80%;
}
.sec07_02 {
	position: relative;
}
.sec07_02 a {
	position: absolute;
	top: 76.5%;
	left: 14.5%;
	width: 71%;
}
.sec07_03 {
	position: relative;
}
.sec07_03 a {
	position: absolute;
	top: 75.5%;
	left: 14.5%;
	width: 71%;
}
.sec07_04 {
	position: relative;
	margin-top: -2%;
}

.toggleArea {
	position: relative;
	min-height: 18vw;
	background: url(../img/bg_01.jpg) repeat-y 50% 50%;
	background-size: 100% auto;
}
.toggleArea h3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 90.8%;
	margin: 0 auto;
}
.toggleArea h3::after {
	content: '';
	position: absolute;
	top: 25%;
	right: 6%;
	width: 4%;
	aspect-ratio: 1;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
.toggleArea h3.open::after {
	top: 40%;
	transform: rotate(-135deg);
}
.toggleArea .toggleBody .inner {
	position: relative;
}
.toggleArea .movie {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 43.3%;
	margin: 0 auto 57%;
	aspect-ratio: 9 / 16;
}
.toggleArea .movie iframe {
	width: 100%;
	height: 100%;
}
.toggleArea .bnr {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	margin: 0 auto 12%;
}
