body{
	margin: 0;
}

section small{
	font-size: 13px;
}

section .pc_none{
	display: none;
}

section{
	overflow: hidden;
}

section * {
	margin: 0;
	padding: 0;
}

section h2,
section h3,
section p{
	font-family: 'Noto Serif JP', serif !important;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

section img{
	width: 100%;
	line-height: 1;
}

section .section_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.section001{
	position: relative;
}

.section001 .mv_img{
	position: relative;
	margin-bottom: 50px;
	overflow: hidden;
	transition: .4s .5s all;
	opacity: 0;
}

.section001 .mv_text{
	position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
}

.section001 .mv_text > div {
	width: 100%;
    max-width: 370px;
    margin: 0 0 0 auto;
}

.section001 .mv_text h2{
	position: relative;
	transform: translateY(20px);
	margin-bottom: 30px;
	text-align: right;
	transition: .8s 1s all;
	opacity: 0;
}

.section001 .mv_text h2 img{
	width: 100%;
	max-width: 370px;
}

.section001 .mv_text p{
	position: relative;
	transform: translateY(20px);
    padding-left: 30px;
	font-size: 32px;
	text-align: left;
	transition: .8s 1.8s all;
	opacity: 0;
}

.section001 .mv_img.is_active,
.section001 .mv_text.is_active h2,
.section001 .mv_text.is_active p{
	opacity: 1;
}

.section001 .mv_text.is_active h2,
.section001 .mv_text.is_active p{
	transform: translateY(0);
}

.section001 .section_inner{
	margin-bottom: 50px;
}

.section001 .section_inner h3,
.section001 .section_inner p{
	text-align: center;
}

.section001 .section_inner h3{
	margin-bottom: 30px;
	font-size: 22px;
}

.section002,
.section003,
.section004{
	margin-bottom: 50px;
}

.section002 h2,
.section003 h2,
.section004 h2{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 20px;
	font-size: 20px;
	color: #8D8A8A;
}

.section002 h2::before,
.section002 h2::after,
.section003 h2::before,
.section003 h2::after,
.section004 h2::before,
.section004 h2::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
    width: calc(calc(1200px - 100%) / 2);
    height: 1px;
    background: #8D8A8A;
}

.section002 h2::before,
.section003 h2::before,
.section004 h2::before{
	left: 100%;
}

.section002 h2::after,
.section003 h2::after,
.section004 h2::after{
	right: 100%;
}

@media screen and (min-width:1025px){
	.section001 .mv_img{
		left: calc(50% - 960px);
		width: 1920px;
	}
}

@media screen and (max-width:1024px){
	section .section_inner{
		padding: 0 2%;
	}

	.section001 .mv_img{
		left: 50%;
		transform: translateX(-50%);
		width: calc(1vw * calc(1920 / 10.24));
		margin-bottom: 5%;
	}

	.section001 .mv_text > div {
	    max-width: calc(1vw * calc(370 / 10.24));
	}

	.section001 .mv_text h2{
		margin-bottom: 3%;
	}

	.section001 .mv_text p{
		font-size: calc(1vw * calc(32 / 10.24));;
	}

	.section001 .section_inner{
		margin-bottom: 5%;
	}

	.section001 .section_inner h3{
		margin-bottom: 3%;
	}

	.section002,
	.section003,
	.section004{
		margin-bottom: 5%;
	}

	.section002 h2,
	.section003 h2,
	.section004 h2{
		margin-bottom: 3%;
	}
}

@media screen and (max-width:768px){
	section small{
		font-size: 12px;
	}

	section .pc_none{
		display: block;
	}

	section .sp_none{
		display: none;
	}

	.section001 .mv_text p{
		font-size: calc(1vw * calc(28 / 7.68));
	}

	section h2,
	section h3,
	section p{
		font-size: 14px;
	}

	section p{
		text-align: left;
	}

	.section001 .mv_text > div {
	    margin: 0 0 0 55%;
	}

	.section001 .mv_text p{
		padding-left: 0;
		text-align: center;
	}

	.section001 .section_inner p{
		text-align: left;
	}
}


@media screen and (max-width:420px){
	.section001 .section_inner h3{
		font-size: calc(1vw * calc(22 / 4.2));
	}

	.section002 h2,
	.section003 h2,
	.section004 h2{
		font-size: calc(1vw * calc(20 / 4.2));
	}
}


section .f_marker{
	position: relative;
}

section .f_marker::after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	width: 0;
	height: 50%;
	background: #e9e1bd;
	z-index: -1;
	transition: .8s all;
}

section .f_marker.is_active::after{
	width: 100%;
}


