@charset "utf-8";

.scrollanime,
.scrollanime_2,
.scrollanime_delay,
.main_visual_img,
.main_visual_ttl {
	opacity: 0;
}
.fadeIn_1 {
    animation-name: fadeIn_1;
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.5s;
}
@keyframes fadeIn_1 {
    0% {
		opacity: 0;
		transform: scale(1.1);
    }
    100% {
		opacity: 1;
		transform: scale(1);
    }
}
.fadeIn_2 {
    animation-name: fadeIn_2;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
	animation-delay: 1s;
}
@keyframes fadeIn_2 {
    0% {
		opacity: 0;
		margin-top: 20px;       
    }
    100% {
		opacity: 1;
		margin-top: 0px; 
    }
}
.fadeIn_3 {
    animation-name: fadeIn_3;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.2s;
}
@keyframes fadeIn_3 {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
.fadeIn_4 {
    animation-name: fadeIn_4;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
@keyframes fadeIn_4 {
    0% {
		opacity: 0;
		transform: translateY(20px);
    }
    100% {
		opacity: 1;
		transform: translateY(0);
    }
}
.fadeIn_delay {
    animation-name: delay;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.6s;
}
@keyframes delay {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

.lp_main_pc {
	display: block;
}
.lp_main_sp {
	display: none;
}
.main_visual {
	position: relative;
	margin: 0 auto 120px;
	overflow: hidden;
}
.main_visual_img {
	width: 50%;
	margin: 0 auto;
}
.main_visual_ttl{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main_visual_ttl img{
	width: 100%;
}
.lp_contents {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 30px;
}
.lp_contents_main_ttl {
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	padding: 0 0 160px;
}
ul.normal_lyout {
	display: flex;
  	flex-wrap: wrap;
  	justify-content: flex-end;
  	padding: 0;
  	margin: 0;
  	list-style: none;
}
ul.normal_lyout li{
	width: 50%;
	margin: 0;
  	padding: 0;
}
ul.normal_lyout li.column_1{
	width: 55%;
	margin: 0 auto;
}
ul.normal_lyout li:nth-of-type(2){
	padding-right: 0px;
}
ul.normal_lyout li img {
    display: block;
    width: 100%;
}
ul.normal_lyout_2 li {
	width: 55%;
}
ul.normal_lyout_2 li:nth-of-type(2) {
	margin-left: auto;
	margin-top: -7%;
	/*margin-bottom: -7%;*/
	position: relative;
	z-index: 2;
}
ul.normal_lyout_2 li:nth-of-type(3) {
    margin: 80px auto 0;
    text-align: center;
}
.normal_lyout_sdj {
	align-items: end;
}
.img_adj_1 {
	width: 40% !important;
}
.img_adj_2 {
	width: 50% !important;
}

.lp_contents_images_caption {
	text-align: right;
	padding-top: 24px;
	margin-bottom: 120px;
	line-height: 2;
}
.lp_contents_images_caption p {
    line-height: 2;
}
.lp_contents_images_caption.column_one_caption_,
.lp_contents_images_caption.column_cneter_caption__ {
    width: 55%;
    margin: 0 auto 120px;
}
.lp_contents_images_caption a span{
	text-decoration: underline;
}

.img_adj_sp_3 {
	margin-bottom: 0% !important;
}


.link_btn {
	margin: 0 auto 140px;
	width: 25%;
}
.archive_inner {
	display: flex;
	max-width: 1060px;
	justify-content: space-between;
	border-top: 1px solid #000;
	padding: 40px 0;
}
.archive_contents {
	width: 32%;
	margin: 0 auto;
}
.archive_contents_img {
	margin-bottom: 16px;
	text-align: center;
}
.archive_contents_img img {
    width: 100%;
    margin: 0 auto;
}
.archive_contents_text {
	text-align: right;
	font-size: 14px;
}
br.sp {
    display: none;
}

/* sp */
@media screen and (max-width: 640px) {
	.fadeIn_delay {
		animation-name: delay;
		animation-duration: 0.8s;
		animation-fill-mode: forwards;
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.2s;
	}
	.main_visual_ttl {
		width: 95%;
	}
	.main_visual_img {
		width: 100%;
	}
	.main_visual_ttl img {
		width: 80%;
	}
	.main_visual {
		margin-bottom: 80px;
	}
	.lp_contents {
		padding: 0;
	}
	.lp_contents_main_ttl {
		padding: 0 0 88px;
	}
	.lp_contents_main_ttl p{
		line-height: 28px;
	}
	ul.normal_lyout li {
		width: 49%;
	}
	ul.normal_lyout li.column_1 {
		width: 100%;
	}
	ul.normal_lyout_2 li:nth-of-type(3) {
    margin: 40px auto 0;
	}
	.lp_contents_images_caption.column_one_caption_ {
    	width: 100%;
	}
	.img_adj_1,.img_adj_sp {
		margin-bottom: 80px;
	}
	.img_adj_1,.img_adj_2 {
		width: 100% !important;
	}
	.img_adj_sp_2 {
		margin-bottom: 0;
	}
	.archive_contents {
		width: 90%;
		margin-bottom: 40px;
	}
	.archive_contents_img {
    	margin: 0 auto 16px;
	}
	.archive_contents_img img {
    	width: 100%;
    	text-align: center;
	}
	.link_btn {
		width: 70%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.archive_inner {
		display: block;
	}
	br.sp {
    display: block;
	}
}
