@charset "utf-8";

.main_img {
	width: 940px;
	margin:0px auto;
	position: relative;
	overflow: hidden;
}

.main_img img {
	width: 100%;
}

.ani_bg01 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1.0s;
}

.ani_bg01_on {
	opacity: 1;
}

.ani_img01 {
	width: 22%;
	position: absolute;
	top: 20%;
	right: -20%;
	opacity: 0;
	transition: all 1.0s cubic-bezier(1, 0, 0, 1);
}

.ani_img01_on {
	top: 5%;
	right: 17%;
	opacity: 1;
}

.ani_bg02 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1.0s;
}

.ani_bg02_on {
	opacity: 1;
}

.ani_img02 {
	width: 45%;
	position: absolute;
	top: 20%;
	left: -35%;
	opacity: 0;
	transition: all 1.0s cubic-bezier(1, 0, 0, 1);
}

.ani_img02_on {
	top: 7%;
	left: 1%;
	opacity: 1;
}

.ani_bg03 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1.0s;
}

.ani_bg03_on {
	opacity: 1;
}

.ani_img03_a {
	width: 47%;
	position: absolute;
	bottom: -15%;
	left: -25%;
	opacity: 0;
	transition: all 1.0s cubic-bezier(1, 0, 0, 1);
}

.ani_img03_a_on {
	bottom: -5%;
	left: 5%;
	opacity: 1;
}

.ani_img03_b {
	width: 35%;
	position: absolute;
	top: 15%;
	right: -30%;
	opacity: 0;
	transition: all 1.0s cubic-bezier(1, 0, 0, 1);
}

.ani_img03_b_on {
	top: 1%;
	right: 1%;
	opacity: 1;
}

.gd_txt{
	width:940px;
	margin: 90px auto 0;
	line-height: 60px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #9a003f;
	/* color: #c1272d;
	background-color: #fff; */
}

.main_txt {
	margin: 60px auto;
	text-align: center;
	font-size: 3.2rem;
}

.main_txt span {
	font-size: 4.2rem;
}

.b_line {
	width: 100%;
	height: 11px;
	border-top: 1px #000 solid;
	border-bottom: 5px #000 solid;
}

.con_box {
	width: 100%;
	text-align: center;
	margin: 60px auto;
	font-size: 1.6rem;
}

.scroll {
	width: 60px;
	margin: 0 auto 30px auto;
}

.titl_en {
	margin: 40px 0;
	font-size: 3.6rem;
}

.titl_en span {
	border-bottom: 1px #000 solid;
}

.titl_ja {
	font-size: 3.2rem;
}

.titl_ja span {
	font-size: 4.8rem;
}

.titl_ja sup {
	font-size: 1.2rem;
}

.pub_txt {
	margin: 40px auto 80px auto;
}

.pub_img {
	margin-bottom: 60px;
}

.plan {
	width: 300px;
	margin: 20px auto 60px auto;
}

.link_btn a {
	display: block;
	width: 300px;
	line-height: 60px;
	margin: 0 auto;
	background: #000;
	color: #fff;
}

.link_btn a img {
	width: 30px;
	height: 11px;
	margin-left: 5px;
	transition: all 0.3s;
}

.link_btn a:hover img {
	margin-left: 15px;
}

.loc_img {
	margin: 40px auto;
}

.un_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.un_btns div {
	width: 300px;
	margin-bottom: 20px;
}

.un_btns .on {
	transition: all 0.3s;
}

.un_btns .on:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.cre_btn a {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #0f0063;
	font-size: 2.0rem;
	color: #fff;
	transition: all 0.3s;
}

.cre_btn a:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.cap {
	margin-bottom: 60px;
	font-size: 1.2rem;
}

/* 2th */
.mv_box {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	margin: 30px auto 60px;
	overflow: hidden;
}

.mv_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 940px) {
	.main_img {
		width: 100%;
	}

	.un_btns div {
		width: 32%;
	}
	.gd_txt{
		width:100%;
		line-height: 50px;
		font-size: 2.0rem;
	}
}

@media screen and (max-width: 740px) {
	.main_txt {
		margin: 40px auto;
		font-size: 1.9rem;
	}

	.main_txt span {
		font-size: 2.8rem;
	}

	.con_box {
		margin: 40px auto;
		font-size: 1.2rem;
	}

	.scroll {
		width: 40px;
	}

	.titl_en {
		margin: 20px 0;
		font-size: 2.4rem;
	}

	.titl_ja {
		font-size: 1.7rem;
	}

	.titl_ja span {
		font-size: 2.5rem;
	}

	.pub_txt {
		margin: 20px auto 40px auto;
	}

	.pub_img {
		margin-bottom: 40px;
	}

	.plan {
		margin: 20px auto 40px auto;
	}

	.link_btn a {
		width: 220px;
		line-height: 40px;
		font-size: 1.4rem;
	}

	.un_btns div {
		width: 48%;
		margin-bottom: 10px;
	}

	.cre_btn a {
		font-size: 1.4rem;
	}

	.cap {
		font-size: 1.0rem;
	}
}
