@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

body { 
	color: #000;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

a,a img,button {
	transition: 0.3s ease-in-out;
}

button,
input,
textarea{
	font-family: "Noto Sans JP", serif;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.animate-cv{
	display: inline-block;
	-webkit-animation: animateCv 2s ease-out infinite;
	animation: animateCv 2s ease-out infinite;
}

@keyframes animateCv{
	0%, 40%, 60%, 80% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(0.95);
    }
}

@media print, screen and (min-width: 768px){

body { 
	min-width: 1200px;
}

.pc_none{
	display: none;
}

#style01{
	width:100%;
}





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

.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	padding-left: 43px;
}

.header_logo{
	font-size: 20px;
}

.header_logo img{
	width: 232px;
}

.header_nav ul{
	display: flex;
	font-size: 18px;
	font-weight: 500;
}

.header_nav li{
	padding: 0 24px;
}

.header_nav li:not(:last-child){
	border-right: 1px #000 solid;
}

.header_nav a{
	color: #000;
}

.header_nav a:hover {
	opacity: 0.6;
}





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

.footer{
	box-sizing: border-box;
	height: 115px;
	padding-top: 30px;
	text-align: center;
}

.footer_logo{
	margin-bottom: 20px;
}

.footer_logo img{
	width: 173px;
}

.footer_copy{
	font-size: 12px;
}





/*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　メイン　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/

.mv{
	height: calc(100vh - 217px);
	max-height: 650px;
	background: url("./img/mv.jpg") center center/cover no-repeat;
}

.mv_box{
	position: relative;
	width: 100%;
	max-width: 1740px;
	height: 100%;
	margin: 0 auto;
}

.mv_box01{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-528px);
	width: 480px;
	text-align: center;
}

.mv_box01_01{
	margin-bottom: 40px;
}

.mv_box01_02{
	margin-bottom: 30px;
}

.mv_box01_02 img{
	width: 477px;
}

.mv_box01_03 img{
	width: 207px;
}

.mv_box01_04{
	margin-top: -15px;
}

.mv_box01_04 img{
	width: 406px;
	filter: drop-shadow(2px 2px 2px rgba(74, 42, 19));
}

.mv_comment{
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.2em 0.5em;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}

.mv_comment li{
	position: relative;
	padding-left: 1em;
}

.mv_comment li:before{
	position: absolute;
	left: 0;
	content: "※";
}

.date01{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #2f2b24;
	color: #fff;
	font-weight: 700;
	height: 137px;
}

.date01_01{
	font-size: 25px;
}

.date01_02{
	font-size: 33px;
}

.date01_02 span{
	color: #ffd442;
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}

.date01_02 .day{
	font-size: 47px;
}

@media screen and (max-height: 835px){
	.mv_box01{
		transform: translateX(-488px);
		width: 380px;
	}

	.mv_box01_02 img{
		width: 377px;
	}

	.mv_box01_03 img{
		width: 107px;
	}

	.mv_box01_04 img{
		width: 306px;
	}
}


.sec01,
.sec02{
	background: linear-gradient(to bottom, #fff 50%, #dadee4 100%);
	color: #2f2b24;
}

.sec01{
	padding: 120px 0 100px;
}

.sec01_01{
	margin-bottom: 25px;
	text-align: center;
}

.sec01_01 span{
	display: inline-block;
	padding: 3px 75px 8px;
	background: #2f2b24;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.09em;
	clip-path: polygon( calc(0% + 17px) 0%, calc(100% - 17px) 0%, 100% 50%, calc(100% - 17px) 100%, calc(0% + 17px) 100%, 0% 50%);
}

.sec01_02{
	margin-bottom: 35px;
	font-size: 39px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.07em;
}

.sec01_02 .f-set{
	color: #730000;
	font-size: 87px;
	line-height: 1.2;
}

.sec01_02 .f-set span{
	font-size: 70px;
}

.sec01_03{
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-bottom: 95px;
}

.sec01_03_square{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 285px;
	height: 80px;
	border-radius:8px;
	background: #730000;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}

.sec01_03_square span{
	position: relative;
}

.sec01_03_square span:after{
	position: absolute;
	top: 0.6em;
	right: -1em;
	content: "※";
	font-size: 0.3em;
}

.sec01_03_comment{
	margin-top: 7.5px;
	font-size: 11px;
	text-align: right;
}

.sc01_04{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 33px;
	width: 1115px;
	margin: 0 auto;
}

.sc01_04 > div:nth-child(1){
	grid-column: 1 / 3;
}

.scroll_set{
	position: relative;
}

.sc01_04_slide_wrap{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	width: 100%;
	padding: 0 40px;
}

.ss01 .sc01_04_slide_wrap{
	top: 288px;
	padding: 0 120px;
}

.ss02 .sc01_04_slide_wrap{
	top: 215px;
}

.ss03 .sc01_04_slide_wrap{
	top: 215px;
}

.sc01_04_slide > li:not(:first-child){
	display: none;
}

.sc01_04_slide img{
	margin: 0 auto;
}

.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 91px;
	border: none;
	background-color: transparent;
	font-size: 0;
	z-index: 100;
}

.ss01 .slick-arrow{
	width: 21px;
	height: 123px;
}

.slick-prev{
	left: -20px;
	background: url("./img/arrow_l.svg") center center/contain no-repeat;
}

.ss01 .slick-prev{
	left: -60px;
}

.slick-next{
	right: -20px;
	background: url("./img/arrow_r.svg") center center/contain no-repeat;
}

.ss01 .slick-next{
	right: -60px;
}

.slick-track{
	display: flex;
	align-items: center;
}



.sc01_05{
	margin-top: 80px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6875;
	letter-spacing: 0.15em;
}




.button_area{
	padding: 80px 0 50px;
	background: #2f2b24;
	color: #fff;
	text-align: center;
}

.button_area_button{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 28px;
	margin-top: -25px;
}

.button_area_button li:first-child{
	padding-bottom: 5px;
}

.button_area_button img{
	width: 480px;
}

.button_area_text{
	margin-top: 20px;
	font-size: 31px;
	font-weight: 700;
}




.sec02{
	padding: 120px 0 150px;
}

.sec02_01{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 60px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.07em;
}

.sec02_01_01{
	font-size: 39px;
	line-height: 1.3;
}

.sec02_01_02{
	color: #730000;
	font-size: 87px;
	line-height: 1;
}

.sec02_02{
	display: grid;
	gap: 70px;
	text-align: center;
}

.sec02_02:not(:last-child){
	margin-bottom: 145px;
}

.sec02_03{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 55px;
}

.sec02_03_img{
	border-radius: 8px;
	overflow: clip;
}

.sec02_03 img{
	width: 235px;
}

.sec02_03_cap{
	margin-top: 10px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}



}/* end */