@charset "UTF-8";

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

.sp_none{
	display:none;
}

#style01{
	width:100%;
}

img{
	width: 100%;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.header{
	position: fixed;
	top: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
}

.header_logo{
	padding-left: 19px;
	font-size: 8px;
}

.header_logo img{
	width: 83px;
}

.sp_menu{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10020;
	width: 66px;
	height: 62px;
}

.sp_menu span{
	position: absolute;
	left: 50%;
	z-index: 10020;
	transform: translate(-50%, -50%);
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.sp_menu span:nth-child(1){
	top: 32%;
}

.sp_menu span:nth-child(2){
	top: 50%;
}

.sp_menu span:nth-child(3){
	top: 68%;
}

.sp_menu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(135deg);
}

.sp_menu.active span:nth-child(2){
	opacity: 0;
}

.sp_menu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(-135deg);
}

.header_nav{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10010;
	display: none;
	width: calc(100% - 120px);
	padding-top: 62px;
	border-top: 1px #707070 solid;
	background: #333;
}

.header_nav li{
	border-top: 1px #707070 solid;
}
.header_nav li a{
	display: block;
	padding: 10px;
	background: #333;
	color: #fff;
	font-size: 4vw;
	text-align: center;
}

.header_nav li a:hover{
	background: #fff;
	color: #333;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.bottom_link{
	margin-bottom: 5.71vw;
	text-align: center;
}

.bottom_link_privacy{
	margin-bottom: 8vw;
	font-size: 3.14vw;
}

.bottom_link_privacy a{
	color: #000;
}

.bottom_link_privacy a:hover{
	text-decoration: underline;
}

.bottom_link_logo img{
	width: 39.71vw;
}




.footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.71vw;
	height: 11.14vw;
	background: #00a83b;
	color: #fff;
	font-size: 2vw;
}






/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　main　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.mv{
	display: flex;
	flex-direction: column-reverse;
}

.mv_l{
	display: none;
}

.mv_r{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	height: 167.428vw;
	padding: 12vw 0 3.71vw;
	background: url("./img/mv_bg_sp.jpg")center/cover no-repeat;
}

.mv_r01{
	padding: 0 10vw;
	margin-bottom: 5.14vw;
}

.mv_r02{
	margin-bottom: 1.71vw;
	color: #fff;
	text-align: center;
}

.mv_r02_01{
	font-size: 3.42vw;
	font-weight: 900;
}

.mv_r02_02{
	font-size: 3.14vw;
	font-weight: 900;
}

.mv_r02_02 span{
	font-size: 6.28vw;
	font-weight: 600;
	font-family: "Jost", sans-serif;
}

.mv_r02_03{
	display: none;
}

.mv_sp_img{
	position: relative;
}

.mv_sp_img img{
	width: 100%;
}

.mv_l_comment{
	position: absolute;
	top: 1.42vw;
	left: 1.42vw;
	color: #fff;
	font-size: 1.14vw;
}

.mv_r03{
	display: flex;
	justify-content: center;
	margin-top: -6.85vw;
	margin-bottom: 4vw;
}

.mv_r03_button img{
	width: 85.71vw;
	filter: drop-shadow(  clamp(2.25px, calc(var(--vw) * 0.1875), 3.6px) clamp(2.5px, calc(var(--vw) * 0.208), 4px) clamp(2.5px, calc(var(--vw) * 0.208), 4px) rgba(26, 19, 27, 0.8));
}

.mv_r04{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0 2.57vw;
	color: #fff;
}

.mv_r04_00{
	width: 100%;
	text-align: center;
}

.mv_r04_00_01{
	font-size: 3.14vw;
	font-weight: 700;
}

.mv_r04_01{
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 3.14vw;
}

.mv_r04_01_01{
	margin-right: 1.14vw;
	font-size: 2.85vw;
	font-weight: 700;
}

.mv_r04_01_02{
	position: relative;
	display: flex;
	align-items: baseline;
	font-weight: 900;
}

.mv_r04_01_02:not(:last-child):after{
	position: absolute;
	top: 55%;
	left: calc(100% + 0.548vw);
	transform: translateY(-50%);
	content: "";
	width: 1.657vw;
	height: 2.857vw;
	background: url("./img/mv_r04_arrow.svg") center/contain no-repeat;
}

.mv_r04_01_02 span{
	font-weight: 600;
	font-family: "Jost", sans-serif;
}

.mv_date01{
	font-size: 2.28vw;
}

.mv_date01 span{
	font-size: 4.57vw;
}

.mv_date02{
	font-size: 3.42vw;
}

.mv_date02 span{
	color: #fff000;
	font-size: 6.57vw;
}

.mv_r04_02{
	padding:  0.42vw 0.85vw;
	border-radius: 0.57vw;
	background: #fff;
	color: #3f210f;
	font-weight: 700;
	text-align: center;
}

.mv_r04_02_01{
	border-bottom: 1px #3f210f solid;
	font-size: 1.71vw;
}

.mv_r04_02_02{
	font-size: 1.91vw;
}

.mv_r04_02_02 span{
	font-size: 4vw;
}




#s01{
	margin-bottom: 8.57vw;
}

.s01_01{
	padding: 9.71vw 5.71vw 9.14vw;
	background: #f3f8e1;
}

.s01_01_cacth01{
	margin-bottom: 1vw;
	text-align: center;
}

.s01_01_cacth01 img{
	width: 67.42vw;
}

.s01_01_cacth02{
	margin-bottom: 10vw;
	font-size: 4.2vw;
	font-weight: 700;
	text-align: center;
}

.s01_01_cacth02 p{
	font-size: 4.5vw;
}

.s01_01_cacth02 p span{
	color: #e12113;
	font-size: 5.71vw;
	font-weight: 800;
}

.s01_box{
	padding: 5.71vw 7.42vw 7.42vw;
	margin-bottom: 9.14vw;
	border-radius: 3.71vw;
	background: #fff;
}

.s01_01_title{
	margin-bottom: 5.71vw;
	font-size: 4.57vw;
	font-weight: 700;
	text-align: center;
}

.s01_01_new{
	margin-bottom: 12.28vw;
}

.s01_01_new_l{
	margin-bottom: 4.28vw;
}

.s01_01_new_logo{
	width: 54.857vw;
	margin: 0 auto 2.28vw;
}

.s01_01_new_cacth{
	margin-bottom: 2.57vw;
	font-size: 3.428vw;
	font-weight: 700;
	text-align: center;
}

.s01_01_list{
	display: grid;
	gap: 10vw;
}

.s01_01_list li{
	display: grid;
	gap: 3.71vw;
}

.s01_01_list_img{
	position: relative;
	order: 1;
}

.s01_01_list_img p{
	position: absolute;
	bottom: 1vw;
	color: #fff;
	font-size: 1.42vw;
}

.s01_01_list li:nth-child(1) .s01_01_list_img p,
.s01_01_list li:nth-child(2) .s01_01_list_img p{
	right: 2vw;
}

.s01_01_list li:nth-child(3) .s01_01_list_img p,
.s01_01_list li:nth-child(4) .s01_01_list_img p{
	left: 2vw;
}

.s01_01_list_data{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	order: 2;
}

.s01_01_list_gd{
	position: absolute;
	top: 0;
	right: 0;
}

.s01_01_list_gd img{
	width: 18.57vw;
}

.s01_01_type{
	margin-bottom: 1vw;
}

.s01_01_type span{
	display: inline-block;
	padding: .28vw 1.28vw .56vw;
	background: #4d4d4d;
	color: #fff;
	font-size: 2.77vw;
}

.s01_01_list_title{
	display: flex;
	align-items: baseline;
	margin-bottom: 2vw;
	font-size: 4.28vw;
	font-weight: 800;
}

.s01_01_list_title p{
	margin-right: 0.3em;
	font-size: 2.85vw;
}

.s01_01_list_cacth{
	margin-bottom: 1vw;
	font-size: 3.42vw;
	font-weight: 700;
	line-height: 1.375;
}

.s01_01_list_text{
	font-size: 2.42vw;
	font-weight: 500;
	line-height: 1.75;
}

.s01_01_link01{
	margin-bottom: 5.14vw;
	text-align: center;
}

.s01_01_link01 img{
	width: 87.71vw;
	filter: drop-shadow(3.5px 3.5px 3.5px rgba(0, 0, 0, 0.8));
}

.s01_01_link02{
	margin-bottom: 5.14vw;
	font-size: 3.42vw;
	font-weight: 500;
	text-align: center;
}

.s01_01_link02 a{
	color: #000;
	text-decoration: underline;
}

.s01_01_link02 a:hover{
	color: #999;
}

.s01_01_date{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1vw;
	text-align: center;
}

.s01_01_date .mv_date02 span{
	color: #e60012;
}

.s01_01_date .mv_r04_01_02:not(:last-child):after{
	background: url("./img/mv_r04_arrow_gr.svg") center/contain no-repeat;
}

.s01_01_date .mv_r04_02{
	display: flex;
	align-items: center;
	padding-left: 2vw;
	padding-right: 2vw;
}

.s01_01_date .mv_r04_02_01{
	padding-right: 1vw;
	border-bottom: none;
	font-size: 2.8vw;
}

.s01_01_date .mv_r04_02_02{
	padding-left: 1vw;
	border-left: 1px #3f210f solid;
	border-bottom: none;
	font-size: 2.14vw;
	line-height: 1.2;
}

.s01_01_date img{
	width: 78vw;
}



.s01_02{
	padding: 18vw 7.71vw 25.71vw;
	background: url("./img/s01_02_bgsp.jpg") center/cover no-repeat;
	clip-path: polygon(0 3%, 50% 0, 100% 3%, 100% 100%, 50% 97%, 0 100%);
}

.s01_02box{
	padding: 7.14vw 4.85vw 11.14vw;
	border-radius: 1vw;
	background: #fff;
	box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.3);
}

.s01_02_title{
	margin-bottom: 2vw;
	font-size: 4.85vw;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.16em;
	text-align: center;
}

.s01_02_text{
	margin-bottom: 4vw;
	font-size: 3.14vw;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
	line-height: 1.6;
	text-align: center;
}

.s01_02_grid{
	display: grid;
	gap: 5.14vw;
	padding: 4.28vw 1.71vw;
	border-top: 1px #000 solid;
	border-bottom: 1px #fff solid;
	font-size: 2.97vw;
}

.s01_02_grid_dl{
	display: grid;
	grid-template-columns: 5em 1fr;
	gap: 1vw 6.28vw;
}

.s01_02_grid_dl dd p{
	font-size: 2.11vw;
}

.s01_02_grid_r h4{
	margin-bottom: 0.5vw;
	font-weight: 600;
}

.s01_02_grid_r div:not(:last-child){
	margin-bottom: 4vw;
}




#s02 > div{
	padding: 7.1vw 4.3vw 8.57vw;
}

.s02_01{
	margin-bottom: 5.7vw;
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
}

.s02_02{
	padding: 5.1vw 6.6vw;
	border-radius: 3.4vw;
	background: #f3f3f3;
}

.s02_02:not(:last-child){
	margin-bottom: 9vw;
}

.s02_02 dt{
	position: relative;
	display: flex;
	align-items: center;
	height: 6vw;
	padding-right: 7vw;
	font-size: 4vw;
	font-weight: 700;
	cursor: pointer;
}

.s02_02 dt span{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 6vw;
	height: 6vw;
	border-radius: 50%;
	background: #1a1311;
}

.s02_02 dt span:before,
.s02_02 dt span:after{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 3.4vw;
	height: 0.6vw;
	background: #fff;
}

.s02_02 dt span:after{
	transform: translate(-50%, -50%) rotateZ(90deg);
}

.s02_02 dt.atcive span:after{
	opacity: 0;
}

.s02_02 dd{
	display: none;
	margin-top: 5.7vw;
	padding-bottom: 2.3vw;
}

.s02_02_text{
	margin-bottom: 4vw;
	font-size: 3vw;
	line-height: 1.9;
}

.s02_02_link{
	text-align: center;
}

.s02_02_link img{
	width: 77vw;
}



















}/* end */