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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
body {
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

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

	.sp { display: none;}

	a {
		transition: all 0.3s ease-out;
	}
	a:hover {
		opacity: 0.5;
	}

}
@media screen and (max-width: 812px) {

	.pc { display: none;}

}



/*.globalNavi {
	position: absolute;
	top: 4%;
	right: 5%;
}
.globalNavi ul {
	list-style: none;
	opacity: 0;
	animation: op3 1s ease-out 6s forwards;
}
.globalNavi ul li {
	margin-top: 25px;
	text-align: right;
}
.globalNavi ul li.on {
	opacity: 1;
	transform: translateY(0);
}
.globalNavi ul li a {
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0.08em;
}*/

h1 {
    position: absolute;
    top: 4.2%;
    left: 4%;
    width: 320px;
    line-height: 0;
}

.mainTxtLeft {
	position: absolute;
	bottom: 16.25%;
	left: 5.55%;
}
.mainTxtLeft ul {
	list-style: none;
	position: relative;
}
.mainTxtLeft ul li {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
    min-width: 340px;
}
.mainTxtLeft ul li.catch01 {
	opacity: 1;
	animation: catch 24s linear 0s infinite;
}
.mainTxtLeft ul li.catch02 {
	animation: catch 24s linear 8s infinite;
}
.mainTxtLeft ul li.catch03 {
	animation: catch 24s linear 16s infinite;
}
.mainTxtLeft p {
	font-size: 14px;
    letter-spacing: 0.08em;
}
.mainTxtLeft .catch {
	margin-bottom: 14%;
}
.mainTxtLeft .catch div {
	position: absolute;
	top: 0;
	left: 50%;
	line-height: 0;
	width: 22vw;
	margin: 0 auto -1.5vw;
	opacity: 0;
	animation: op1 1.5s ease-out 1.5s forwards;
}
.mainTxtLeft .catch01 .catch div {
	transform: translate(-50%, -77%);
}
.mainTxtLeft .catch02 .catch div {
	transform: translate(-50%, -79%);
}
.mainTxtLeft .catch03 .catch div {
	transform: translate(-50%, -100%);
}

.mainTxtLeft ul li.catch03 .catch div {
	/* margin: 0 -1.9vw; */
	width: 28vw;
}

@keyframes op1 {
	0% { opacity: 0; filter: blur(30px);}
	100% { opacity: 1; filter: blur(0);}
}

@keyframes catch {
	0% { opacity: 0;}
	3% { opacity: 1;}
	35% { opacity: 1;}
	40% { opacity: 0;}
	100% { opacity: 0;}
}

.mainTxtLeft .catch p {
    padding-top: 20px;
	font-family: 'Didact Gothic', sans-serif;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
	line-height: 1.4;
	white-space: nowrap;
	position: relative;
    text-align: center;
}
.mainTxtLeft .catch p::before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	animation: op2 0.4s ease-out 3.5s forwards;
}
.mainTxtLeft .catch p span {
	opacity: 0;
	animation: op3 1s ease-out 4.3s forwards;
}

@keyframes op2 {
	0% { width: 0%;}
	100% { width: 105%;}
}

@keyframes op3 {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
.mainTxtLeft .lead {
	font-size: 16px;
    line-height: 2.4;
}
.mainTxtLeft .lead span {
	display: inline-block;
	opacity: 0;
	transform: translateY(10px);
	transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
    white-space: nowrap;
}
.mainTxtLeft .lead span.on {
	opacity: 1;
	transform: translateY(0);
}

#info {
	position: absolute;
	bottom: 6%;
	right: 5%;
    width: 25%;
	opacity: 0;
	animation: op3 1s ease-out 6s forwards;
}
#info dl {
}
#info dl dt {
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
#info dl dd {
	font-size: 14px;
}
#info dl dd a {
	color: #fff;
	text-decoration: none;
}

.copyright {
	position: absolute;
	bottom: 6%;
	left: 5%;
	font-size: 10px;
	opacity: 0;
	animation: op3 1s ease-out 6s forwards;
}


@media screen and (max-width: 812px) {

	/*.globalNavi {
		top: 2%;
	}
	.globalNavi ul li {
		margin-top: 3vw;
	}
	.globalNavi ul li a {
		font-size: 3vw;
		letter-spacing: 0.02em;
	}*/

	h1 {
		top: 6.6vw;
		left: 4vw;
		width: 60vw;
	}

	.mainTxtLeft {
		bottom: 32%;
		left: 5%;
	}
	.mainTxtLeft ul {
	}
	.mainTxtLeft ul li {
		width: 64vw;
    	min-width: inherit;
	}
	.mainTxtLeft ul li.catch03 .catch div {
		margin: 0 -1.9vw;
   		width: 64vw;
	}

	.mainTxtLeft .catch {
		margin-bottom: 6vw;
	}
	.mainTxtLeft .catch div {
		width: 45vw;
		margin: 0 auto -3.5vw;
	}
	.mainTxtLeft .catch p {
		padding-top: 3vw;
    	font-size: 7vw;
	}
	.mainTxtLeft p {
		font-size: 3vw;
		letter-spacing: 0.05em;
	}
	.mainTxtLeft .lead {
		font-size: 3.2vw;
		line-height: 2.2;
	}

	#info {
		bottom: 15%;
		right: inherit;
		left: 5%;
		width: 65%;
	}
	#info dl {
	}
	#info dl dt {
		font-size: 2.8vw;
	}
	#info dl dd {
		font-size: 3vw;
    	line-height: 1.6;
	}

	.copyright {
		font-size: 2.4vw;
		width: 90vw;
    	bottom: 4%;
	}

}