@charset "utf-8";
/*#kuzu_wrap {
display: none !important;
}*/
.app_wrap {
	display: none;
}

.zoom img {
	max-width: 250px;
}

.bnr_wrap{
	display:none;
}

.msn-section__container {
	padding-left: 0;
	padding-right: 0;
}


.main {
	position: relative;
}
.main .copy {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding-top: calc(250% / 16);
	text-align: center;
	color: #fff;
}
@media screen and (max-width:767px){
	.main .copy {
		padding-top: 30%;
	}
}
.main .copy .m1 {
	font-size: clamp(24px, calc(60vw / 16), 60px);
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
.main .copy .m2 {
	font-size: clamp(14px, calc(20vw / 16), 20px);
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 600;
}
@media screen and (max-width:480px){
	.main .copy .m1 {
		font-size: calc(30vw / 3.9);
	}
	.main .copy .m2 {
		font-size: calc(14vw / 3.9);
	}

}



.main .copy {
	transition:all 1.6s ease 1.6s;
	filter: blur(20px);
	opacity: 0;
}
body.loaded .main .copy {
	opacity: 1;
	filter: blur(0);
}
.main {
	position: relative;
	overflow: hidden;
}
.main .bg {
	position: relative;
	overflow: hidden;
	opacity: 0;
	filter: blur(20px);
	transition:filter 2s ease, opacity 1s ease;
}
body.loaded .main .bg {
	opacity: 1;
	filter: blur(0);
}
.main .bg img {
	filter: brightness(1.5) grayscale(1);
	transform: scale(1.05);
	transition:filter 2.4s ease 1s, transform 2s ease;
}
body.loaded .main .bg img {
	filter: brightness(1) grayscale(0);
	transform: scale(1);
}





div#contents_wrap {
}

div#container {
	padding: 20px 20px 60px;
}

.inner {
	max-width: 960px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.inner_wide{
	max-width: 1280px;
}


.text18{
	font-family:"游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
	line-height:2;
}
.text16{
	font-family:"游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
}

.img_por{
	position: relative;
}
.img_poa_cap{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 12px;
}
.img_poa_cap.no_shadow{
	text-shadow: none;
}
.img_shadow{
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 12px;
}
.img_poa_cap_left{
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 12px;
}
.line_height_small{
	margin-top: 7px;
	line-height:1.5;
	display: block;
}
.img_poa_cap02{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #000000;
	font-size: 12px;
}
.img_poa_cap02_left{
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #000000;
	font-size: 12px;
}

#scrt {
	position: absolute;
	top:-140px;
}
#contact_wrap{
	margin-top:0;
}
#cap_area{
	background:#fff;
}
#cap_area .wrap{
	max-width:1500px;
	margin:0 auto;
	padding:30px 10px;
}
.btn_pn{
	text-align:center;
}
.btn_pn li{
	float:left;
	width:50%;
	overflow: hidden;
	position: relative;
}
.btn_pn li a .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	transform: scale(1,1);
	z-index: -1;
	transition: all 0.3s linear;
}
.btn_pn li a:hover .bg{
	transform: scale(1.05,1.05);
}

h3 {
	font-size: 36px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
#cont_btn {
	max-width: 100%;
}
@media screen and (max-width:960px){
}
@media screen and (max-width:767px){
	.main .scroll {
		width: 20%;
		height: 92%;
		max-height: calc(100vh - 60px);
		left: 40%;
	}
	.sttl {
		padding-bottom: 20px;
	}
	div#container {
		padding: 30px 20px 50px;
	}
	#scrt {
		position: absolute;
		top:-50px;
	}
	.huki {
		width: 60%;
		margin: 0 auto 10px;
	}
	.cap_wrap {
		 margin-top: 0;
	}	
}
@media screen and (max-width:600px){
	h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.text18{
		font-size:17px;
		line-height:1.6;
	}
	.text18.spp{
		font-size:16px;
		line-height:1.6;
	}
	.text16{
		font-size:15px;
	}
	.img_poa_cap{
		font-size: 10px;
	}
}



.ls_n1{
	letter-spacing: -0.1em;
}
.ls_n05{
	letter-spacing: -0.05em;
}
.anchor_wrap{
	position: absolute;
	width: 100%;
	margin-top: -7%;
	left: 0;
}
.anchor_wrap_inner{
	box-sizing: border-box;
	z-index: 2;
	text-align: center;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.acchor_button{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 300px;
	background: rgba(89,87,87,0.95);
	padding: 30px 10px 20px;
	transition: opacity 0.5s ease-in-out;
}
.acchor_button:hover{
	opacity: 0.7;
}
.acchor_button > p{
	line-height: 1;
}
.acchor_gold_text{
	font-size: 27px;
	color: #c3b382;
	margin-bottom: 20px;
	margin-top: auto;
}
.acchor_gold_text > .text_bg{
	font-size: 1.4em;
}
.acchor_text{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: auto;
}
.acchor_arrow{
	max-width: 45px;
	width: 45px;
	margin: 0 auto;
}
@media screen and (max-width:1300px){
	.anchor_wrap{
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.anchor_wrap_inner{
		padding: 0 20px;
		justify-content: space-around;
	}
	.acchor_button{
		box-sizing: border-box;
		max-width: 300px;
		width: calc(300% / 9.6);
	}
}
@media screen and (max-width:960px){
	.acchor_button{
		width: 32%;
		padding: 20px 5px 20px;
	}
	.acchor_gold_text{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.acchor_gold_text > .text_bg{
		font-size: 1.2em;
	}
	.acchor_text{
		font-size: 17px;
		margin-bottom: 20px;
	}
	
}
@media screen and (max-width:767px){
	.acchor_button{
		width: 31.6%;
		padding: 15px 3px;
	}
	.acchor_button > .acchor_gold_text{
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.acchor_button > .acchor_text{
		font-size: 13px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_rr{
	flex-direction: row-reverse;
}
.pos_r{
	position: relative;
}
.pos_a{
	position: absolute;
}

.sec_lead_wrap{
	margin-bottom: 40px;
}
.sec_lead_wrap .en_head{
	line-height: 0;
	margin-bottom: 30px;
}
.sec_lead_wrap .text_box .lead{
	letter-spacing: 0.1em;
}



@media screen and (max-width:767px){
	.sec_lead_wrap{
		margin-bottom: 30px;
	}
	.sec_lead_wrap .en_head{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
}

.m_ttl {
	font-size: clamp(17px, calc(23vw / 9.6), 27px);
	font-feature-settings: "palt";
	letter-spacing: 0.12em;
	font-weight: 500;
	line-height: 1.8;
}
.m_ttl.s {
	font-size: clamp(15px, calc(21vw / 9.6), 21px);
	line-height: 1.6;
}
.m_lead {
	font-size: clamp(14px, calc(18vw / 9.6), 18px);
	line-height: 2.4;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	font-weight: 500;
}
.s_lead {
	font-size: clamp(12px, calc(16vw / 9.6), 16px);
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	font-weight: 500;
}
@media screen and (max-width:480px){
	.m_ttl {
		font-size: calc(14vw / 3.9);
		line-height: 1.6;
	}
	.m_ttl.s {
		font-size: calc(15vw / 3.9);
		line-height: 1.5;
	}
	.m_lead {
		font-size: calc(14vw / 3.9);
		letter-spacing: 0.07em;
	}
	.s_lead {
		font-size: calc(12vw / 3.9);
	}
}



.sec_ttl_main {
	font-feature-settings: "palt";
	font-size: clamp(19px,calc(31vw / 9.6),31px);
	font-size: clamp(17px,calc(29vw / 9.6),29px);
	font-size: clamp(17px,calc(27vw / 9.6),27px);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
}

.sec_ttl {
	font-feature-settings: "palt";
	font-size: clamp(17px, calc(27vw / 9.6), 27px);
	letter-spacing: 0.16em;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1em;
}
.sec_ttl2 {
	font-feature-settings: "palt";
	font-size: clamp(16px, calc(24vw / 9.6), 24px);
	letter-spacing: 0.16em;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.4em;
}

.sec_lead {
	font-feature-settings: "palt";
    font-size: clamp(12px, calc(18vw / 9.6), 18px);
    letter-spacing: 0.15em;
    line-height: 2.6;
    line-height: 2.2;
    font-weight: 600;
}
.sec_lead2 {
	font-feature-settings: "palt";
    font-size: clamp(11px, calc(15vw / 9.6), 15px);
    letter-spacing: 0.08em;
    line-height: 1.8;
    font-weight: 600;
}
@media screen and (max-width:480px){
	.sec_ttl_main {
		font-size: calc(17vw / 3.9);
	}
	.sec_ttl{
		font-size: calc(17vw / 3.9);
	}
	.sec_ttl2{
		font-size: calc(17vw / 3.9);
	}
	.sec_lead{
		font-size: calc(14vw / 3.9);
        letter-spacing: 0.1em;
        font-weight: 700;
        line-height: 2;
	}
	.sec_lead2{
		font-size: calc(12vw / 3.9);
	}
}







/*パララックスアニメーション*/

.slide_l {
	transform: translateX(-100%) rotate(0.001deg);
	overflow: hidden;
	transition-property: transform;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.slide_l > .slide_in {
	transform: translateX(100%) rotate(0.001deg);
	overflow: hidden;
	transition-property: transform;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.p-view .slide_l, .slide_l.p-view {
	transform: translateX(0);
}
.p-view .slide_l > .slide_in, .slide_l.p-view > .slide_in {
	transform: translateX(0);
}

.slide_r {
	transform: translateX(100%) rotate(0.001deg);
	overflow: hidden;
	transition-property: transform;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.slide_r > .slide_in {
	transform: translateX(-100%) rotate(0.001deg);
	overflow: hidden;
	transition-property: transform;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
.p-view .slide_r, .slide_r.p-view {
	transform: translateX(0);
}
.p-view .slide_r > .slide_in, .slide_r.p-view > .slide_in {
	transform: translateX(0);
}
.bg_in{
	position: relative;
}
.bg_in::after{
	content: "";
	display: block;
	position: absolute;
	background: #907809;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: scaleX(1);
	transform-origin: right center;
	transition: transform 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.bg_in.p-view::after{
	transform: scaleX(0);
}








.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}




