@charset "utf-8";

.SP{display:none !important;}
@media only screen and (max-width:768px){
	.PC{display:none !important;}
	.SP{display:block !important;}
}

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 768px) {
	body { font-size: 0.9rem; line-height: 2; }
	body main { font-size: 0.85rem; line-height: 1.5; }
	/*Android*/
	html.android body main{ font-size: 0.7rem; line-height: 1.2; }
 }

a { color: #3865e0; text-decoration: none; }
h1, h2 { line-height: 2.2; }
h3 { line-height: 2.3; }
h4 { line-height: 2.4; }
img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #B5C1CC; }
button, input, optgroup, select, textarea { color: #000000; line-height: inherit; }

html{
	animation: fadein 3s forwards; 
	height: -webkit-fill-available;
  	background: #121515!important;
}

body {
	min-height: 100dvh;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
  }
   




a.btn{
	display: block;
	width: 450px;
	margin: auto;
	background: #391c07;
	border: solid 2px #dac0b3;
	text-align: center;
	color: #dac0b3;
	border-radius: 30px;
	padding: 18px 18px 16px 18px;
	box-sizing: border-box;
	box-shadow: 12px 12px 12px -5px rgba(0,0,0,0.5);
	transition: 0.5s all;
	line-height: 140%;
	font-size: 120%;
	letter-spacing: 0;
}

a.btn:hover{
	background: #dac0b3;
	border: solid 2px #dac0b3;
	color: #391c07;
}

@media only screen and (max-width:768px){
	a.btn{
		width: 80%;
		padding: 15px 15px 13px 15px;
		font-size: 100%;
	}
}

.slider{
	pointer-events: none;
}


/******************************************************************
wrapper
******************************************************************/
.wrapper{
	overflow-x: hidden!important;
}

/******************************************************************
header
******************************************************************/
header{
	position: fixed;
	top:0;
	z-index: 15;
	padding: 15px;
	box-sizing: border-box;
}

header dl{
 margin-left: 5px;
}

header dl dt{
	width:190px ;
}


header dl dd{
	margin-left: 30px;
}

header dl dd.ig{width: 28px;}
header dl dd.fb{width: 13px;}
header dl dd.x{width: 26px;}



a.active{
	font-weight: bold;
	color: #053e66;
}



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

	header{
		padding: 8px 5px 0 10px;
	}

	header dl dt{
		width:110px;
	}
	
	header dl dd.ig{width: 23px;}
	header dl dd.fb{width: 10px;}
	header dl dd.x{width: 20px;}



}


/******************************************************************
main
******************************************************************/

/* tit_set */

.main h1{
	z-index: 400;
	width: 50vw;
	max-width:900px;
	max-height:19vw;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:2vw;
	margin:auto;
	text-align: center;
}


.scroll{
	position: absolute;
	left: 30px;
	bottom: 0;
	animation: fluffy 2s infinite;
	animation-delay: 2s;
	width: 100%;
	max-width: 18px;
	z-index: 100;
}

@keyframes fluffy {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(15px);
	}
  }


  
  .full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
	pointer-events: none;
  
  }
  .full.PC div.img01 {
	background-image: url(/tips/apres-ski/img/main01.jpg);
  }
  .full.PC div.img02 {
	background-image: url(/tips/apres-ski/img/main02.jpg);
  }
  .full.PC div.img03 {
	background-image: url(/tips/apres-ski/img/main03.jpg);
  }
  .full.PC div.img04 {
	background-image: url(/tips/apres-ski/img/main05.jpg);
  }


  .full.SP div.img01 {
	background-image: url(/tips/apres-ski/img/main01_sp.jpg);
  }
  .full.SP div.img02 {
	background-image: url(/tips/apres-ski/img/main02_sp.jpg);
  }
  .full.SP div.img03 {
	background-image: url(/tips/apres-ski/img/main03_sp.jpg);
  }
  .full.SP div.img04 {
	background-image: url(/tips/apres-ski/img/main05_sp.jpg);
  }




@media only screen and (max-width:768px){
	.scroll{
		left: 10px;
		max-width: 10px;
	}

	/* tit_set */
	.main h1{
		width: 100%;
		max-width:90%;
		
		top:-70px;
	}


}




/******************************************************************
cont01
******************************************************************/
section.cont01{
	background: url(/tips/apres-ski/img/cont01_bg.jpg) no-repeat center top;
	padding: 20vw 15vw;
	background-size:cover;
}

section.cont01 .cont01_inner{
	max-width: 1200px;
	margin: auto;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.85); 
	color: #e8e8d1;
	line-height: 300%;
	padding: 3vw 5vw 3.5vw 5vw;
	box-sizing: border-box;
}

section.cont01 .cont01_inner h2{
	line-height: 160%;
	font-size: 2.4vw;
	font-style: italic;
	letter-spacing: 0.3em;
	font-weight: 600;
	margin-bottom: 2vw;
}

section.cont01 .cont01_inner span{
	display: block;
	font-size: 2vw;
	font-weight: 600;
	color: #d6921d;
	margin: 10px 0;
	line-height: 160%;
}



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

	section.cont01{
		padding:30px;
	}

	section.cont01 .cont01_inner{
		line-height: 200%;
		padding: 20px;
	}


	section.cont01 .cont01_inner h2{
		font-size: 130%;
	}


	section.cont01 .cont01_inner span{
		font-size: 100%;
		letter-spacing: 0.0;
	}

}





/******************************************************************
cont02
******************************************************************/
section.cont02{
	background: url(/tips/apres-ski/img/cont02_bg.jpg) no-repeat left top #121515;
	padding: 7vw 12vw 0 12vw;
	background-size:100%;
}

.cont_title{
	color: #f0ecdf;
	font-size: 2.5vw;
	font-style: italic;
	font-weight: 550;
	text-align: center;
	line-height: 170%;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #afada4;
	width: 33vw;
	margin: auto;
	padding-bottom: 5px;
	margin-bottom: 12px;
}


	.cont_title span{
		display: block;
		font-size: 120%;
	}

	.sub_title{
		text-align: center;
		color: #f0ecdf;
		font-size: 180%;
		font-style: italic;
		font-weight: 550;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 6vw!important;
	}




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

	section.cont02{
		padding: 30px;
	}

	.cont_title{
		font-size: 150%;
		line-height: 150%;
		width: 100%;
		padding-bottom: 7px;
		margin-bottom: 2px;
	}

	.sub_title{
		font-size: 120%;
		margin-bottom: 15px!important;
	}


}


	
	/* 共通セット */
	section.cont02 .cont02_inner{
		display: flex;
		justify-content: space-between;
		color: #e8e8d1;
		box-sizing: border-box;
	}

	.c02_left{
		width: 60%;
		margin-right: 5vw;
	}

	.c02_right{
		width: 40%;
	}






	section.cont03 .cont_wrapper,
	section.cont04 .cont_wrapper,
	section.cont05 .cont_wrapper,
	section.cont06 .cont_wrapper,
	section.cont07 .cont_wrapper{
		display: flex;
		color: #e8e8d1;
		box-sizing: border-box;
	}



	section.cont02 .cont02_inner h3,
	section.cont03 h3,
	section.cont04 h3,
	section.cont05 h3,
	section.cont06 h3,
	section.cont07 h3{
		color: #d6921d;
		font-size: 140%;
		font-weight: 600;
		line-height: 200%;
		letter-spacing: 0.1em;
		margin-bottom: 2vw;
	}

	section.cont02 .cont02_inner h3 span,
	section.cont03 h3 span,
	section.cont04 h3 span,
	section.cont05 h3 span,
	section.cont06 h3 span,
	section.cont07 h3 span{
		display: block;
		font-size: 150%;
	}


	section.cont02 .cont02_inner p,
	section.cont03 p,
	section.cont04 p,
	section.cont05 p,
	section.cont06 p,
	section.cont07 p{
		margin-bottom: 20px;
	}

	.date_set{
		display: flex;
		justify-content: flex-start;
		gap:50px;
	}


	p.read{
		line-height: 220%!important;
	}


	.date_set .day{
		color: #008db6;
	}

	.date_set ul{
		font-size: 90%;
		line-height: 180%;
		margin-bottom: 30px;
	}

	a.more_btn{
		display: inline-block;
		background:#af1223;
		text-align: center;
		color: #fff;
		padding: 15px;
		width: 250px;
		border-radius: 50px;
		margin-top: 15px;
		transition:0.3s;
	}

	a.more_btn:hover{
		background:#d6921d;
	}




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

	
	/* 共通セット */
	section.cont02 .cont02_inner{
		display: block;
	}

	.c02_left{
		width: 100%;
		margin-right: 0;
	}

	.c02_right{
		width: 100%;
	}

	.c02_right img{
		margin-bottom: -20px
	}

	section.cont03 .cont_wrapper,
	section.cont04 .cont_wrapper,
	section.cont05 .cont_wrapper,
	section.cont06 .cont_wrapper,
	section.cont07 .cont_wrapper{
		display: block;
	}



	section.cont02 .cont02_inner h3,
	section.cont03 h3,
	section.cont04 h3,
	section.cont05 h3,
	section.cont06 h3,
	section.cont07 h3{
		text-align: center;
		font-size: 90%;
		line-height: 220%;
		margin-bottom: 10px;
	}

	.date_set{
		gap:0;
	}

	.date_set .date_left{
		margin-right: 20px;
	}

	p.read{
		line-height: 180%!important;
	}


	.date_set ul{
		line-height: 150%;
		margin-bottom: 20px;
	}

	a.more_btn{
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		margin: 0 0 20px 0;
	}


}



/******************************************************************
cont03
******************************************************************/
section.cont03{
	background: url(/tips/apres-ski/img/cont03_bg.jpg) no-repeat left bottom #121515;
	padding: 7vw 12vw;
	background-size:100%;
}

section.cont03 .cont_wrapper{
	justify-content: flex-end;
}


.c03_inner{
	width: 50%;
	margin-bottom: 10vw;
}



@media only screen and (max-width:768px){
	section.cont03{
		background: url(/tips/apres-ski/img/cont03_bg_sp.jpg) no-repeat left bottom #121515;
		padding:0 30px 30px 30px;
		background-size:100%;
	}

	.c03_inner{
		width: 100%;
		margin-bottom: 70px;
	}
}


/******************************************************************
cont04
******************************************************************/
section.cont04{
	background: url(/tips/apres-ski/img/cont04_bg.jpg) no-repeat center bottom #121515;
	padding: 7vw 12vw;
	background-size:cover;
}


.c04_inner{
	width: 50%;
}

.c04_inner .more_btn{
	margin-bottom: 50px;
}

.cont04 .sub_title{
	margin-bottom: 3vw!important;
}


@media only screen and (max-width:768px){
	section.cont04{
		background: url(/tips/apres-ski/img/cont04_bg_sp.jpg) no-repeat right top #4a3a20;
		background-size:130%;
		padding:30px 30px 10px 30px;
	}


	.c04_inner{
		width: 100%;
	}

	.c04_inner .more_btn{
		margin-bottom: 20px;
	}

	.cont04 .sub_title{
		margin-bottom: 20px!important;
	}

}



/******************************************************************
cont05
******************************************************************/
section.cont05{
	background: url(/tips/apres-ski/img/cont05_bg.jpg) no-repeat center bottom #f2f3f5;
	padding: 7vw 12vw 38vw 7vw;
	background-size:cover;
}


.c05_inner{
	width: 60%;
	text-align: center;
	margin: auto;
	color: #112127;
}

.c05_inner .more_btn{
	margin-bottom: 50px;
}

.cont05 .cont_title{
	color: #112127;
	border-color: #112127;
}


.cont05 .sub_title{
	margin-bottom: 3vw!important;
	color: #112127;
}


@media only screen and (max-width:768px){
	section.cont05{
		padding: 30px 30px 300px 30px;
		background-size:200%;
	}


	.c05_inner{
		width: 100%;
	}

	.c05_inner .more_btn{
		margin-bottom: 50px;
	}

	.cont05 .cont_title{
		color: #112127;
		border-color: #112127;
	}


	.cont05 .sub_title{
		margin-bottom: 3vw!important;
		color: #112127;
	}


}




/******************************************************************
cont06
******************************************************************/
section.cont06{
	background: url(/tips/apres-ski/img/cont06_bg.jpg) no-repeat center bottom #060610;
	padding: 7vw 12vw 38vw 7vw;
	background-size:cover;
}


.c06_inner{
	width: 60%;
	text-align: center;
	margin: auto;
}

.c06_inner .more_btn{
	margin-bottom: 50px;
}

.cont06 .cont_title{
	border-color: #e8e8d1;
}

.cont06 .sub_title{
	margin-bottom: 3vw!important;
}

@media only screen and (max-width:768px){
	section.cont06{
		padding:30px 30px 380px 30px;
	}

	.c06_inner{
		width: 100%;
	}

	.c06_inner .more_btn{
		margin-bottom: 0;
	}
}


/******************************************************************
cont07
******************************************************************/
section.cont07{
	background: url(/tips/apres-ski/img/cont07_bg.jpg) no-repeat center bottom #060610;
	padding: 7vw 12vw 35vw 7vw;
	background-size:cover;
}


.c07_inner{
	width: 80%;
	text-align: center;
	margin: auto;
}

.cont07 .cont_title{
	border: 0;
}

.cont07 .sub_title{
	margin-bottom: 3vw!important;
}

.or_txt{
	line-height: 160%;
	font-style: italic;
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	color: #d6921d;
	margin-bottom: 1.5vw!important;
}

@media only screen and (max-width:768px){
	section.cont07{
		padding:30px 30px 100px 30px;
		background-size:100%;

	}


	.c07_inner{
		width: 100%;
	}

	.cont07 .cont_title{
		border-color: #e8e8d1;
		border: 0;
	}

	.cont07 .sub_title{
		margin-bottom: 3vw!important;
	}


	.cont07 .sub_title{
		margin-bottom: 20px!important;
	}




	.or_txt{
		font-size: 120%;
		margin: 15px 0 20px 0!important;
	}
}





/******************************************************************
footer
******************************************************************/
footer{
	padding: 40px 0;
	text-align: center;
	background: #fff;
}

.flogo{
	display: inline-block;
	width: 200px;
}



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

	footer{
		padding: 15px 0 15px 0;
	}
	
	.flogo{
		width: 100px;
	}
	
}




/******************************************************/
/* clear */
/******************************************************/

.clear:after,
.vs_img:after{
	display:block;content:"";clear:both;overflow:hidden;
}

