@charset "UTF-8";
/* CSS Document */

.square-spin>div {
	background: #ccc;
}

#btnPageTop {
	display: none !important;
}

#wrap.init {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

#contents .contentsWrapOuter {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

#header {
	position: fixed;
}

#wrap.init #header {
	opacity: 0;
}

body.popOn #header.open {
	top: 0 !important;
}

#header {
	opacity: 0;
}

/* title */
.menuTitle {
	top: auto;
	left: 50%;
	bottom: 12%;
}

.menuTitle a {
	display: block;
}

span.btnTxt01 {
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.85);
}

span.btnTxt01 .inner {
	padding: 35px 0 30px;
}

span.btnTxt01::after {
	/* content: "01";
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #59B49A 50.5%) no-repeat top left/62px 62px; */
	position: absolute;
	right: 0;
	bottom: 0;
	width: 62px;
	height: 62px;
	padding: 31px 0 0 31px;
	display: inline-block;
	color: #fff;
	font-family: 'Noto Serif JP', sans-serif;
}

#animVisualWrap.contentsWrapOuter .contentsWrap {
	padding-bottom: 35px;
	width: 100%;
	z-index: 1;
}

#animVisualWrap .logoMain span {
	display: block;
	width: 105px;
	margin: 0 auto 20px;
}

#animVisualWrap .mainLead {
	padding: 0 30px;
}

#animVisualWrap .mainLead p {
	font-size: 13px;
	line-height: 1.5;
}

#animVisualWrap .mainLead .fontMolengo {
	text-align: center;
	padding: 15px 0 5px;
	font-size: 13px;
}

#animVisualWrap .topLead {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

#animVisual {
	height: 100%;
}

/* config */
#wrap .op0 {
	opacity: 1;
}

#wrap.init .op0 {
	opacity: 0
}

#animVisualWrap h1.noSkip,
#animVisualWrap div,
#animVisualWrap li,
#animVisualWrap span,
#animVisualWrap p {
	transition: .7s ease-in-out;
	-webkit-transition: .7s ease-in-out;
	-moz-transition: .7s ease-in-out;
	-o-transition: .7s ease-in-out;
}

#animVisualWrap h1 {
	position: relative;
}

#animVisualWrap .animBody {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

#wrap.init #animVisualWrap .animBody {
	position: absolute;
	z-index: 9999;
}

#animVisualIn {
	/*
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
*/
	height: 100%;
	position: relative;
}

#animVisualWrap #loadExec.animBody {
	background: #000;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#animVisualWrap #loadExec.animBody .firstBody span {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	width: 100px;
	height: 49px;
	opacity: 0;
}

#animVisualWrap #loadExec.animBody .firstBody span img {
	position: relative;
	z-index: 1;
}

#animVisualWrap #loadExec.animBody .firstBody span i {
	content: "";
	background-image: url("../img/load_bg_logo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 49px;
	width: 0%;
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
	background-size: 100px 49px;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}

/* firstExec */
#animVisualWrap #firstExec.animBody ul li {
	/*
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
*/
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}

/* secondExec */
#animVisualWrap #secondExec ul {
	height: inherit;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}

#animVisualWrap #secondExec ul li {
	opacity: 0;
}

#animVisualWrap #secondExec ul li.add {
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	transform: rotateX(180deg);
	opacity: 1;
	background: #fff;
}


#animVisualWrap #secondExec ul.ver02 li {}

#animVisualWrap #secondExec ul.ver02 li.add {
	transform: rotateX(0);
}

#animVisualWrap #secondExec ul.ver03 li {
	transform: scale(1.2, 1.2);
}

#animVisualWrap #secondExec ul.ver03 li.add {
	transform: rotateX(0);
	transform: scale(1, 1);
}



/* thirdExec */
#animVisualWrap #thirdExec {
	background: url('../img/bg_main.jpg') no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 0;
}

#animVisualWrap #thirdExec.start {
	opacity: 1;
}

#animVisualWrap #thirdExec .logoMain.large span {
	width: 200px;
}

#wrap:not(.init) #animVisualWrap .animBody.clear {
	display: none !important;
}

#animVisualWrap #thirdExec .filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #fff;
}

/* menu btn */
#origin .menuTitle span.btnTxt01::after {
	/* content: "02";
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #E470A5 50.5%) no-repeat top left/62px 62px; */
}

#history .menuTitle span.btnTxt01::after {
	/* content: "03";
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFAF00 50.5%) no-repeat top left/62px 62px; */
}

/* skip */
.skip {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 99999;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.skip.on {
	opacity: 1;
	visibility: visible;
}

.skip span {
	font-size: 16px;
	border-bottom: 2px solid;
	letter-spacing: 0.05em;
}

/* scrollSq */
.scrollSq {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%);
	text-align: center;
	z-index: 10;
	/*
	display: none;
*/
}

.scrollSq i {
	font-size: 13px;
}

.scrollSq.wh i {
	color: #fff;
}

.scrollSq span {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	margin: 0 auto;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}

.scrollSq.wh span {
	background: #fff;
}

.scrollSq span.sq01 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	opacity: 0.1;
}

.scrollSq span.sq02 {
	opacity: 0.3;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.scrollSq span.sq03 {
	opacity: 0.6;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.scrollSq span.sq04 {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}

.scrollSq span.sq05 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


.modal-video {
	background-image: url("../img/btn_close.png");
	background-repeat: no-repeat;
	background-position: 96% 30px;
	background-size: 76px auto;
}

.modal-video-close-btn_org {
	display: none;
}

footer {
	height: 136px !important;
}

#footer {
	margin-top: 40px;
}


@media screen and (min-width: 768px) {

	/* scrollSq */
	.scrollSq {
		display: block;
	}

	.scrollSq i {
		font-size: 14px;
	}

	.scrollSq span {
		width: 8px;
		height: 8px;
	}

	/* animVisualWrap */
	#animVisualWrap .contentsWrapInner {
		display: flex;
		max-width: 800px;
		margin: 0 auto;
	}

	#animVisualWrap .logoMain span {
		width: 240px;
		margin: 0 65px 0 0;
	}

	#animVisualWrap #thirdExec .logoMain.large span {
		width: 240px;
	}

	#animVisualWrap .mainLead {
		padding: 0;
	}

	#animVisualWrap .mainLead p {
		font-size: 18px;
		line-height: 1.9;
	}

	#animVisualWrap .mainLead p.min {
		font-size: 16px;
	}

	#animVisualWrap .mainLead .fontMolengo {
		text-align: left;
		border-bottom: 1px solid;
		display: inline-block;
		padding: 25px 0 0;
		margin: 0 0 15px;
	}

	#animVisualWrap .topLead {
		top: auto;
		bottom: 5%;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		-webkit- transform: translateY(0) translateX(-50%);
	}

	/* title */
	.menuTitle {
		top: 50%;
		bottom: auto;
		left: 0;
		transform: translateY(-50%) translateX(0);
		z-index: 8;
	}

	.menuTitle span.btnTxt02 {
		text-align: center;
		text-transform: uppercase;
		position: relative;
		overflow: hidden;
		transition: .3s;
		background: none;
	}

	.menuTitle span.btnTxt02::after {
		position: absolute;
		transition: .3s;
		content: '';
		width: 0;
		left: 50%;
		bottom: 0;
		height: 3px;
		background: #000;
		height: 120%;
		left: -10%;
		transform: skewX(-20deg);
		z-index: -1;
	}

	.menuTitle span.btnTxt02:hover {
		cursor: pointer;
	}

	.menuTitle span.btnTxt02:hover::after {
		width: 100%;
		left: 0;
		left: -10%;
		width: 120%;
	}

	.menuTitle a:hover {
		opacity: 1 !important;
	}

	.menuTitle span.btnTxt02::before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: -2;
		background: #333;
		top: 0;
		left: 0;
	}

	.menuTitle span.btnTxt02 i::before,
	.menuTitle span.btnTxt02 i::after {
		position: absolute;
		top: 5px;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		opacity: 0;
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
	}

	.menuTitle span.btnTxt02 i::before {
		right: 20px;
		width: 20px;
		height: 1px;
		background: #fff;
	}

	.menuTitle span.btnTxt02 i::after {
		right: 21px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menuTitle span.btnTxt02:hover i::before,
	.menuTitle span.btnTxt02:hover i::after {
		opacity: 1;
	}

	.menuTitle span.btnTxt02:hover i::before {
		right: 10px;
	}

	.menuTitle span.btnTxt02:hover i::after {
		right: 11px;
	}

	/* btnTxt */
	span.btnTxt01 .inner {
		padding: 70px 0;
	}

	span.btnTxt01::after {
		width: 93px;
		height: 93px;
		padding: 50px 0 0 40px;
		/* background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #59B49A 50.5%) no-repeat top left/93px 93px; */
	}

	span.btnTxt02 {
		padding: 25px 0;
	}

	/* btnDetail */
	.btnDetail a {
		padding: 20px 0;
	}

	/* menu btn */
	#origin .menuTitle span.btnTxt01::after {
		/* background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #E470A5 50.5%) no-repeat top left/93px 93px; */
	}

	#history .menuTitle span.btnTxt01::after {
		/* background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #FFAF00 50.5%) no-repeat top left/93px 93px; */
	}

	/* footer */
	footer {
		height: 116px !important;
	}

	#footer {
		margin-top: 15px;
	}


}



/* iphone 5等　幅狭い対応 */
@media screen and (max-width: 374px) {

	#animVisualWrap .logoMain span {
		width: 70px;
		margin-bottom: 15px;
	}

	#animVisualWrap .mainLead p {
		letter-spacing: 0.02em;
		line-height: 1.6em;
		font-size: 11px;
	}

	#animVisualWrap .mainLead .fontMolengo {
		padding-top: 10px;
	}

	.btnDetail {
		margin: 15px auto 0;
	}

	.btnDetail a {
		font-size: 11px;
		padding: 10px 0;
		width: 80%;
	}

	span.btnTxt02 {
		padding: 15px 0;
	}

	.scrollSq i {
		font-size: 12px;
	}

	.scrollSq span {
		width: 5px;
		height: 5px;
	}

	footer {
		height: 150px !important;
	}

}