@charset "utf-8";

.SP{display:none !important;}
@media only screen and (max-width:920px){
	.PC{display:none !important;}
	.SP{display:block !important;}
}

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 820px) {
	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; }

body#top{background:#f7fbfe;}


body {animation: fadein 3s forwards;}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

/******************************************************************
header
******************************************************************/
header{
	position: absolute;
	top:0;
	z-index: 5;
	width: 100%;
	background: #fff;
	padding: 14px 0 16px 0;
}

header p.logo{width:100%; text-align: center;}
header p.logo img{width:150px;}


.lang{
	position: fixed;
	z-index: 1000!important;
	right:77px;
	top:22px;
}

.lang select{
	padding: 3px;
}




@media only screen and (max-width:920px){
	header{
		position: absolute;
		padding: 10px 0 12px 0;
		z-index:10;
	}
	
	header p.logo{width:100%; text-align: center;}
	header p.logo img{width:120px;}

	.lang{
		right:10px;
		top:13px;
	}
	
	.lang select{
		padding: 3px;
	}
}




/******************************************************************
#ly_loader
******************************************************************/
.imagesLoaded { display: none; }
#ly_loader { width: 100%; height: 100%; background: #fff; position: fixed; left: 0; top: 0; z-index: 100001; text-align: center; }
/* loading */
#ly_loader .loading::after { content: ""; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 30px; height: 30px; border-radius: 30px; border: 2px solid #333; border-top-color: #fff; border-right-color: #fff; animation: spin 1.5s infinite linear; }

@keyframes spin { 0% { -webkit-transform: rotate(0deg); }
  50% { -webkit-transform: rotate(180deg); }
  100% { -webkit-transform: rotate(360deg); } }

/******************************************************************
vegas
******************************************************************/
.vegas, .vegasInner { height: 100vh !important; position: relative; overflow: hidden; }
.vegasInner { position: absolute; top: 0; }
/*.vegas .vegas-slide-inner { background-attachment: fixed !important; }*/

/*メイン高さ指定
@media only screen and (max-width: 736px) { .vegas, .vegasInner { height: 58vw !important; }
  .vegas .vegas-slide-inner { background-attachment: scroll !important; } }
/*


/******************************************************************
main
******************************************************************/


/* 近日公開 */
.sorry{
	text-align: center;
	line-height: 180%;
	margin: -40px 0 40px 0;
}

/*
.swiper-slide.cos img,
.swiper-slide.cos .sam_title dl{
	opacity: 0.5;
  }
.swiper-slide.cos .sam_title.tit_black dl{
	opacity: 0.2;
}

.swiper-slide.cos .cos_txt{
	position: absolute;
	font-size: 1.2vw;
	letter-spacing: 0em;
	color: #000;
	z-index: 100;
	left: 50%;
    top: 47%;
	width: 100%;
	text-align: center;
    transform: translate(-50%,0);
  }
*/

  @media only screen and (max-width:920px){
	.sorry{
		padding: 0 30px 0 30px;
		margin: auto;
		margin: -10px 0 30px 0;
	}
}



/* 近日公開 */



.PC h1{text-indent: -99999px;}

main{
	position: relative;
}

.m_logo{
	z-index: 100;
	position: absolute;
	right: 80px;
	top:0;
}

.m_logo img{
	width: 16vw;
	max-width: 211px;
}


.s_logo{
	z-index: 100;
	position: absolute;
	left: 22px;
	top:22px;
}

.camp_banner{
	z-index: 500;
	position: fixed;
	left:40px;
	bottom:40px;
}


/******************************************************/
/* slick */
/******************************************************/

section.main{
	position: relative;
	width: 100%;
	background-size: 100%;
	text-align: center;
	box-sizing: border-box;
  }
  
  section.main h1{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  }
  
  
  section.main h1 img{
	max-width: 791px;
	width: 100%;
  }
  
  
  
  
  .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(/en/ski/experience/img/bg_pc01.webp);
  }
  .full.PC div.img02 {
	background-image: url(/en/ski/experience/img/bg_pc02.webp);
  }
  .full.PC div.img03 {
	background-image: url(/en/ski/experience/img/bg_pc03.webp);
  }

  .full.SP div.img01 {
	background-image: url(/en/ski/experience/img/bg_sp01.webp);
  }
  .full.SP div.img02 {
	background-image: url(/en/ski/experience/img/bg_sp02.webp);
  }
  .full.SP div.img03 {
	background-image: url(/en/ski/experience/img/bg_sp03.webp);
  }


  @keyframes zoomUp {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.15); /* 拡大率 */
	}
  }
  .add-animation {
	animation: zoomUp 10s linear 0s normal both;
  }
  
  .full .slick-dots {
	  bottom: 4%;
	  z-index: +1;
  }
  
  
  
  
  /*SP*/
  /*SP*/
  @media screen and (max-width: 768px) {
	section.main h1{
	  width: 80%;
	  margin-top: -120px;
	}


  }

/* =======================================
	content
======================================= */

h2.top_read{
	font-size: 3vw;
	font-style: italic;
	margin: 70px 0 15px 0;
	letter-spacing: 0.2em;
	line-height: 150%;
}

.top_txt{
	font-style: italic;
	line-height: 260%;
	font-size: 110%;
	letter-spacing: 0.2em;
}

.top_sw {
	margin: 80px auto 70px auto;
	text-align: center;
	font-size: 2vw;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
  }
  .top_sw:before, .top_sw:after {
	border-top: 1px solid;
	content: "";
	width: 1.2em; /* 線の長さ */
  }
  .top_sw:before {
	margin-right: 0.5em; /* 文字の右隣 */
  }
  .top_sw:after {
	margin-left: 0.5em; /* 文字の左隣 */
  }
  
  .top_sw.gal {
	margin: 30px 0 70px 0!important;
  }

.gallery_banner{
	margin-bottom: 120px;
	cursor: pointer;
}

.mainInner{
	text-align: center;
	max-width: 1310px;
	padding: 0 60px 0 60px;
	box-sizing: border-box;
	margin: auto;
}


.mainInner_wide{
	text-align: center;
	max-width: 100%;
	padding: 80px 0 80px 0;
	box-sizing: border-box;
}


.mainInner_gallery{
	text-align: center;
	max-width: 1310px;
	box-sizing: border-box;
	margin:0 auto 100px auto;
}


.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.fade_on {
  opacity: 1;
}

@media only screen and (max-width:920px){
	h2.top_read{
		font-size: 25px;
		margin: 50px 0 15px 0;
	}

	.top_txt{
		font-size: 14px;
		letter-spacing: 0;
		line-height: 220%;
	}
	
	.top_sw {
		margin: 55px auto 30px auto;
		font-size: 20px;
	  }

	.mainInner{
		max-width: 100%!important;
		padding: 0 25px 0 25px;
		line-height: 240%;
	}

	.top_sw.gal {
		margin: 15px 0 30px 0!important;
	  }

	.mainInner_wide{
		padding: 70px 0 60px 0;
		line-height: 240%;

	}

	.mainInner_gallery{
		max-width: 100%!important;
		padding: 0 30px 0 30px;
		margin-bottom: 30px;
	}


	.gallery_banner{
		margin-bottom: 70px;
	}
	.gallery_banner img{
		width: 100%;
	}

}




/* =======================================
	swiper
======================================= */

body#top .swiper-horizontal{
	width: 100%!important;
}


.swiper-wrapper{
	position: relative;
	margin-bottom: 100px;
	z-index: 5;
}


.swiper-pagination{
	z-index: 500;
	position: absolute;
	bottom:70px!important;
  }


.swiper-slide img {
	height: auto;
	width: 100%;
  }

.swiper-slide{
	position: relative;
}





  .swiper-slide .sam_title {
	width: 100%;
	height: 100%;
  }

  .swiper-slide .sam_title dl {
	position: absolute;
	bottom: 23px;
	left: 23px;
	color: #fff;
	font-style: italic;
	font-weight: lighter;
	width: 100%;
	padding-right:30px;
	z-index: 10000!important;
	box-sizing: border-box;
  }
  
  .swiper-slide .sam_title.tit_black dl{
	color: #000;
	font-weight: 450;	
}

  .swiper-slide .sam_title dl dt {
	font-size: 1.2vw;
	line-height: 2.4vw;
	padding-bottom: 0.7vw;
	position: relative;
  }

  .swiper-slide .sam_title.tit_black dl dt::before {
    background-image: -webkit-linear-gradient(left, transparent, #555 0%, #555 50%, transparent);
}

.swiper-slide .sam_title dl dt::before {
	content: '';
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, #eaeaea 0%, #eaeaea 50%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}


  .swiper-slide .sam_title dl dt span{
	display: block;
	font-size: 140%;
  }

  .swiper-slide .sam_title dl dt span.fnt_ss{
	display: inline;
	font-size: 70%!important;
  }

  .swiper-slide .sam_title dl dd {
	font-size: 2.4vw;
	padding-top: 1.0vw;
  }

  dd.fnt_small{
	font-size: 2.0vw!important;
  }

  .swiper-slide .sam_title dl dd.vc{
	font-size: 1vw;
	padding:10px 10px 10px 10px;
	text-align: center;
	font-style: normal;
	line-height:100%;
	width: 60%;
	margin-top: 25px;
	background: rgb(195,71,31);
	background: linear-gradient(90deg, rgba(195,71,31,1) 0%, rgba(105,32,63,1) 100%, rgba(0,212,255,1) 100%);
	letter-spacing:0.05em;
	font-weight: bold;
	max-width:200px;
	color: #fff;
  }


  .vc .btn_blank{
    background: url(/en/ski/experience/img/icon_blank_white.png) no-repeat right center;
    background-size: 13px;
	padding-right: 20px;
  }

  .swiper-button-next:after, .swiper-button-prev:after{
	color: #fff;
	font-size: 180%!important;
	position: absolute;
	top:80px;
  }





	@media only screen and (max-width:920px){

		.swiper-wrapper{
			margin-bottom: 70px;
		}
		

		.swiper-button-next, .swiper-button-prev {
			width: calc(var(--swiper-navigation-size)/ 44 * 5)!important;
		}

		.swiper-slide .sam_title dl {
			bottom: 15px;
			left: 15px;		
		}
	
		.swiper-slide .sam_title dl dt {
			font-size: 100%;
			line-height: 200%;
			padding-bottom: 7px;
		}
	
		.swiper-slide .sam_title dl dd {
			font-size: 200%;
			padding-top: 1.2vw;
		}
	
		dd.fnt_small{
			font-size: 180%!important;
		  }

		.swiper-slide .sam_title dl dd.vc{
			font-size: 100%;
			padding:7px 0 7px 0;
			width: 60%;
			margin-top: 10px;
		}

		.swiper-button-next:after, .swiper-button-prev:after{
			top:70px;
		  }

		  .swiper-pagination{
			bottom:50px!important;
		  }
		

	}




  
/* =======================================
	共通
======================================= */
a.btn_more{
	display:block;
	text-align: center;
	width: 250px;
	margin: auto;
	background: #e60012;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 3px 0;
	margin-top: 50px;
	letter-spacing: 0!important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border: solid 1px #e60012;
}

	a.btn_more:hover{
		background: #fff;
		color: #e60012;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}

.ind{
	text-indent: -1em;
	margin-left: 1em;
}


/* =======================================
	footer
======================================= */
footer {
	padding:0 0 30px 0!important;
	text-align:center;
	font-size:80%!important;
	background: #2b2b2b;
	color: #fff;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

footer .cr{
	margin: 0 0 0 0;
}

footer .crp{
	margin: 35px 0 0 0;
}

.banner_ph{
	background: #f2f2f2;
	text-align: center;
	padding: 50px 30px 45px 30px;
	box-sizing: border-box;
}
.banner_ph img{
	max-width: 470px;
	margin-bottom: 45px;
}

.foot_link{
	font-size: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: auto;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: top;
	text-align: left;
}


.foot_link dl{
	width: 14%;
}

.foot_link dl.long_dl{
	width: 18%;
}



.foot_link dl dt{
	border-bottom: 1px solid #333;
	line-height: 220%;
	margin-bottom: 7px;
	font-weight: bold;
}

.foot_link dl dd{
	line-height: 180%;
}




.foot_link dl dd a{
	color: #000;
}


#pagetop{
	position: fixed;
	bottom: 18px;
	right: 20px;
	z-index:500;
}


/* 多言語用 */
a.foot_title{
	display: inline-block;
	font-weight: bold;
	color: #555;
	font-size: 170%;
	margin-bottom: 50px;
}


@media only screen and (max-width:920px){
	footer {
		padding:0 0 75px 0!important;
		font-size: 60%!important;
	}
	
	footer .cr{
		margin: 0 20px 0 20px;
	}
	
	footer .crp{
		margin: 30px 20px 10px 20px;
	}
	
	.banner_ph{
		padding: 25px 20px 10px 20px;
	}

	.banner_ph img{
		max-width: 60%;
		margin-bottom: 20px;
	}

	#pagetop{
		bottom: 80px;
	}


	.foot_link{
		font-size: 140%;
		max-width: 100%;
		display: block;
	}
	
	
	.foot_link dl{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.foot_link dl.long_dl{
		width: 100%;
	}
	
	

	.foot_link dl dt{
		border-bottom: 1px solid #333;
		line-height: 220%;
		margin-bottom: 7px;
		font-weight: bold;
	}
	
	.foot_link dl dd{
		line-height: 180%;
	}

}

@media only screen and (max-width:768px){
	.banner_ph img{
		max-width: 60%;
	}

	/* 多言語用 */
	a.foot_title{
		font-size: 170%;
		margin-bottom: 10px;
	}



}




/******************************************************/
/* clear */
/******************************************************/
.clear:after,
.fullSlideShow ul:after,
#container .sns:after{
	display:block;content:"";clear:both;overflow:hidden;
}

/******************************************************/
/* モーダル */
/******************************************************/


/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}



/* =======================================
swiper-gallery
======================================= */
.swiper-horizontal{
	width: 30vw;
}

.swiper-gallery{
	height: 49vw;
	z-index: 100!important;
	background-color: #000;
	visibility: hidden;
  }

  .swiper-gallery .swiper-wrapper .swiper-slide{
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center;
  }


  .swiper-gallery .swiper-button-next:after, .swiper-gallery .swiper-button-prev:after{
	color: #fff;
	font-size: 180%!important;
	position: absolute;
	top:0;
  }

	
@media only screen and (max-width:920px){
.swiper-gallery{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}

	.swiper-gallery .swiper-wrapper .swiper-slide{
		background-size:cover;
	  }
	
	.swiper-gallery .swiper-button-next:after, .swiper-gallery .swiper-button-prev:after{
		font-size: 180%!important;
	}


	.swiper-gallery .swiper-button-next:after{
		left: -10px;
	}
	.swiper-gallery .swiper-button-prev:after{
		right: -10px;
	}
}
