@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; 
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

body{
	background: url(/ski/shiga/winter/yakebicoast/img/body_bg.webp) no-repeat left top  #eceef4;
	background-size: 100%;
	overflow-x: hidden;
}


body {
	min-height: 100dvh;
  }
   
  html {
	height: -webkit-fill-available;
  }

@media only screen and (max-width:768px){
	body{
		background: url(/ski/shiga/winter/yakebicoast/img/body_bg_sp.webp) no-repeat left top  #eceef4;
		background-size: 100%;
		overflow-x: hidden;
	}
	
}


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{
	display: flex;
	position: fixed;
	top:0;
	z-index: 15;
	width: 100%;
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	justify-content:space-between;
}

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;}


.head_right{
	display: flex;
	justify-content:flex-start;
	align-items: center;
	font-size: 110%;
	font-family: helvetica;
	letter-spacing: 0.03em;
}

.head_right p.right01{margin-right: 30px;}
.head_right p.right02{width: 150px; margin-top: -3px;}



.head_right a{
	color: #919191;
	font-style: italic;
}

.head_right a:hover{
	color: #053e66;
}

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;}

	.head_right p.right02{width: 100px; margin-right:5px;}
	.head_right p.right01{margin-right: 20px;}


}


/******************************************************************
main
******************************************************************/
.opening {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.opening p {
	position: fixed;
	left: 48%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 600px;
}

main{
	position: relative;
	width: 100dvw;
	min-height: 100dvh;
	background: url(/ski/shiga/winter/yakebicoast/img/bg01.png) no-repeat left top;
	background-size:100%;
	position: relative;
}




.scroll{
	position: absolute;
	left: 30px;
	bottom: 0;
	animation: fluffy 2s infinite;
	animation-delay: 2s;
	width: 100%;
	max-width: 18px;
}

@keyframes fluffy {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(15px);
	}
  }



/* tit_set */
main h1{
	position: absolute;
	left: 10%;
	top: 25vw;
	width: 60vw;
	margin: auto;
	max-width: 1100px;
}

.snow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}


@media only screen and (max-width:768px){
	.opening p {
		position: fixed;
		left: 42%;
		top: 44%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 70%!important;
	}

	.scroll{
		left: 10px;
		max-width: 10px;
	}

	/* tit_set */
	main h1{
		width: 80%;
		top: 50%!important;
		left: 50%!important;
		transform: translate(-50%, -50%)!important;
	}

	main{
		background: url(/ski/shiga/winter/yakebicoast/img/main_sp.png) no-repeat left top;
		background-size: cover;
	}

	@supports(-webkit-touch-callout: none){
		main{
			height: -webkit-fill-available;
		}
	}


	.snow{
		width: 100%;
		top: 50%!important;
		left: 50%!important;
		transform: translate(-50%, -50%)!important;
	}

	.snow img{
		width: 100%;

	}

}



/******************************************************************
cont_tit_set
******************************************************************/

.cont_tit_set{
	margin-left: 10vw;
}

.cont_tit_set h2{
	font-size:5.0vw;
	color: #053e66;
	line-height:140%;
	margin-bottom: 10px;
}

.cont_tit_set h2.m_size{
	font-size: 3.5vw;
	color: #241916;
	line-height:140%;
	margin-bottom: 10px;
}


.cont_tit_set p.read{
	font-size: 2.2vw;
	line-height: 100%;
}


.cont_tit_set p{
	font-size: 1.1vw;
	line-height: 200%;
}

@media only screen and (max-width:768px){

	.cont_tit_set{
		margin-left: 0;
		padding: 0 30px 0 30px;
	}
	
	.cont_tit_set h2{
		font-size:9vw;
		margin-bottom: 5px;
	}
	.cont_tit_set p.read{
		font-size: 4vw;
		margin-bottom: 0;
	}
	.cont_tit_set p{
		font-size: 3.5vw;
		line-height: 200%;
		margin-bottom: 30px;
	}

	.cont_tit_set h2.m_size{
		font-size: 7vw;
		margin: 30px 0 5px 0;
	}

	

}

/******************************************************************
spec
******************************************************************/
.spec{
	position: relative;
	background: url(/ski/shiga/winter/yakebicoast/img/bg02.webp) no-repeat left top;
	background-size:100%;
	padding: 0 0 140px 0;
	overflow: hidden!important;

}


.p_set{
	display: flex;
	justify-content: space-between;
	margin-top: 140px;
}

.p_set p:last-child{
	margin-top: 150px;
}

/* カウント */
.count_set{
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	margin:120px auto 0 auto;
}


.count_set .js-count{
	width: 28%;
	text-align: center;
	padding: 40px 0 45px 0;
	background-color: rgb(255 255 255 / .5);
	box-shadow: 10px 10px 20px 0px rgba(95, 97, 102, .2);
	border-radius: 7% 0 7% 0;
}

.count_set .js-count h3{
	font-size: 200%;
	font-weight: 600;
}

.js-num{
	font-size: 500%;
}

.tan{
	font-size: 300%;
}

.co_icon{
	margin: 30px auto 30px auto;
	width: 100%;
	max-width: 120px;
}

.do{
	vertical-align: top;
}



.gmap{
	margin:10vw auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.map_txt{
	margin: 6vw 0 0 10vw;
	width: 65%;
}

.map_img{
	text-align: right;
	margin-right: 5vw;
}

.map_img img{
	width: 100%;
}

/*video_set*/

.video_set{
	margin-top: 5vw;
	display: flex;
	justify-content: flex-start;
}

.mv01{
	position: relative;
	text-align: left;
	width: 65%;
	max-width: 1135px;
}

.mv_msk{
	position: absolute;
	right: -1px;
	top:0;
}

.mv01 video{
	width: 100%;
}

.vs_img{
	margin-left: -30px!important;
	z-index: 10;
	width: 29.8%;
}


@media screen and (max-width: 768px) {
	.loc_area{
		background: url(/ski/shiga/winter/yakebicoast/img/bg04_sp.jpg) no-repeat left top;
		background-size: 100%;
		padding: 40px 0 40px 0;
	}

	.spec{
		background: url(/ski/shiga/winter/yakebicoast/img/bg02_sp.webp) no-repeat left 22%;
		background-size:100%;
		padding-bottom: 50px;
	}

	.p_set{
		display: block;
		margin-top: 30px;
	}
	
	.p_set img{
		width: 90%;
	}
	

	.p_set p:last-child{
		text-align: right;
	}
	

	.p_set p:last-child{
		margin-top: 30px;
	}


	/* カウント */
	.count_set{
		display: block;
		margin:0 30px 0 30px;
	}

	.count_set .js-count{
		margin-top: 15px;
		padding: 5px 15px 10px 15px;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius:0;
	}

	.count_set .js-count div:first-child{
		width: 40%;
		text-align: center!important;
	}

	.count_set .js-count div:first-child .co_icon{
		width: 50%;
		margin: 0 auto;
	}

	.count_set .js-count div:first-child h3{
		font-size: 100%;
		margin: 0;
	}

	.count_set .js-count div:last-child{
		width: 60%;
	}
		
	.js-num{
		font-size: 300%;
	}



	/* gmap */
	.gmap{
		margin:40vw auto 0 auto;
		display: block;
	}

	.map_txt{
		margin: 0 0 10vw 0;
		width: 100%;
	}

	.map_img{
		text-align: center;
		margin-right: 0;
		width: 100%;
	}


	/*video_set*/

	.video_set{
		margin-top: 10vw;
		display: block;
	}

	.mv01{
		position: relative;
		text-align: left;
		width: 95%;
		max-width: 1135px;
	}

	.mv_msk{
		position: absolute;
		right: -1px;
		top:0;
	}

	.mv01 video{
		width: 100%;
	}

	.vs_img{
		margin: 20px 0 0 0!important;
		width: 100%;
		text-align: right!important;
		margin-left: auto;

	}

	.vs_img img{
		width: 90%;
		float: right;

	}

}


/******************************************************************
powder_area
******************************************************************/

.powder_area{
	position: relative;
}

.powder_area .cont_tit_set{
	margin-left: 10vw;
	position: absolute;
	left: 0;
	top: 7vw;
	z-index: 100;
}


.mv_powder{
	position: relative;
	padding: 0;
	margin-bottom: -5px;

}

.mv_powder video{
	width: 100%;
	margin-top: 30vw;
}

.mv_powder .mask{
	position: absolute;
	left: 0;
	width: 100%;
}

.mv_powder .mask img{
	width: 100%;
}

.map_img{
	width: 100%;
	max-width:1065px;
}


@media screen and (max-width: 768px) {

	.powder_area .cont_tit_set{
		margin-left: 0;
		top: 10vw;
	}

	.mv_powder video{
		margin-top: 73vw;
	}

	.mv_powder{
		margin-bottom: -10px;
	
	}

}

/******************************************************************
ticket_area
******************************************************************/
.ticket_area a{
	background: url(/ski/shiga/winter/yakebicoast/img/bg_ticket.jpg) no-repeat left top;
	background-size: 100%;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 3vw 0 4vw 0;
}


.ticket_area a p:first-child{
	font-size: 4.2vw;
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: 1px solid #a8b6ce;
}

.ticket_area a p:last-child{
	font-size: 1.2vw;
}



@media screen and (max-width: 768px) {

	.ticket_area a{
		background: url(/ski/shiga/winter/yakebicoast/img/bg_ticket.jpg) no-repeat right top;
		background-size: cover;
		padding: 7vw 0 7vw 0;
	}

	.ticket_area a p:first-child{
		font-size: 10vw;
		margin-bottom: 5px;
		line-height: 140%;
	}
	
	.ticket_area a p:last-child{
		font-size: 3vw;
		
	}
	
}

/******************************************************************
map_area
******************************************************************/

.map_area {
	padding: 7vw 0 7vw 0;
	background: url(/ski/shiga/winter/yakebicoast/img/bg_access.jpg) no-repeat left top #d3dfed;
	background-size: 100%;
}


.map_area .map_set{
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.map_area .map_set .tit_right{
	width: 60%;
}


@media screen and (max-width: 768px) {

	.map_area {
		padding: 50px 0 40px 0;
		background: url(/ski/shiga/winter/yakebicoast/img/bg_access.jpg) no-repeat left top #d3dfed;
		background-size: 200%;
	}


	.map_area .map_set{
		display: block;
	}

	.map_area .map_set .tit_right{
		width: 100%;
		text-align: right;
	}

	.map_area .map_set .tit_right iframe{
		width: 92%;
		height: 200px;
		margin-top: 30px;
		text-align: right;

	}
	
	.map_area .map_set .cont_tit_set p{
		margin-bottom: 0;
	}


}



/******************************************************************
swiper
******************************************************************/
.swiper{
	background: url(/ski/shiga/winter/yakebicoast/img/bg_feature.jpg) no-repeat left bottom;
	background-size: 100%;
	padding-top: 7vw!important;
}

.swiper .swiper-slide{
	padding: 7vw 0 10vw 0;
	text-align: center;
	font-size: 1.2vw;
}

.swiper .swiper-slide a{
	display: block;
	padding-bottom: 15px!important;
}


@media screen and (max-width: 768px) {

	.swiper{
		background: url(/ski/shiga/winter/yakebicoast/img/bg_feature_sp.jpg) no-repeat left bottom;
		background-size: 100%;
		padding-top: 0!important;

	}
	

	.swiper .cont_tit_set{
		padding: 7px 0 0 30px;
	}

	.swiper .swiper-slide{
		padding: 30px 0 50px 0;
		font-size: 4vw;
	}

	.swiper .swiper-slide a{
		padding-bottom: 5px!important;
	}
	

}




/******************************************************************
footer
******************************************************************/
footer{
	background: url(/ski/shiga/winter/yakebicoast/img/bg_foot.jpg) no-repeat left bottom;
	background-size: cover;
	padding: 100px 0 100px 0;
	text-align: center;
}

.flogo{
	display: inline-block;
	width: 270px;
	border-bottom: 1px solid #000;
	padding:0 80px 25px 80px;
	margin-bottom: 25px;
}


footer ul{
	display: flex;
	justify-content: center;
}


footer li.ig{width: 35px;}
footer li.fb{width: 16px; margin:0 35px 0 35px;}
footer li.x{width: 31px;}


footer .plogo{
	margin-top: 100px;
	display: inline-block;
	text-align: center;
	width: 200px;
}

.copy{
	font-size: 80%;
	margin-top: 35px;
	line-height: 160%;
}


@media screen and (max-width: 768px) {

	footer{
		padding: 50px 0 40px 0;
	}
	
	.flogo{
		display: inline-block;
		width: 150px;
		padding:0 70px 15px 70px;
		margin-bottom: 15px;
	}
	
	
	footer li.ig{width: 27px;}
	footer li.fb{width: 12px; margin:0 30px 0 30px;}
	footer li.x{width: 22px;}
	
	
	footer .plogo{
		margin-top: 50px;
		text-align: center;
		width: 140px;
	}
	
	.copy{
		font-size: 80%;
		padding: 0 30px 0 30px;
		margin-top: 35px;
	}


	
}




/******************************************************/
/* clear */
/******************************************************/

.clear:after,
.vs_img:after{
	display:block;content:"";clear:both;overflow:hidden;
}

