@charset "UTF-8";

/* ----------------------------------------------------
 共通
---------------------------------------------------- */
/* スクロールで横移動するアイコン */
.scroll-icon {
	position: absolute;
	right: -40px;
	z-index: 5;
	pointer-events: none;
	width: 856px;
}

.scroll-icon img {
	display: block;
	width: 856px;
	height: auto;
}

@media screen and (max-width: 768px) {
	.scroll-icon-wrap {
		position: absolute;
		overflow: hidden;
		width: 100%;
		height: 186px;
		z-index: 8;
		top: 1130px;
	}
	.scroll-icon {
		right: -510px;
		top: 0;
	}
	.scroll-icon img {
		width: 460px;
	}
}

.fade-item {
	display: block;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-item.show {
	opacity: 1;
	transform: translateY(0);
}

/* ----------------------------------------------------
 header
---------------------------------------------------- */
header {
	background: #fff;
}

header .area_logo {
	max-width: 1190px;
	margin: 0 auto;
	padding: 13px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .area_logo .logoA {
	width: 153.961px;
}

header .area_logo .logoB {
	width: 305px;
}

@media screen and (max-width: 768px) {
	header .area_logo {
		justify-content: center;
	}
	header .area_logo .logoA {
		width: 104px;
		margin-right: 9px;
	}
	header .area_logo .logoB {
		width: 206px;
		margin-left: 9px;
	}
}

/* ----------------------------------------------------
 lead
---------------------------------------------------- */
.lead {
	background: url(../img/bg01.webp) no-repeat;
	background-size: cover;
	/* height: 850px; */
	height: 66vw;
	padding-top: 114px;
}

.lead h1 {
	width: 1031.111px;
	margin: 0 auto;
}

.lead h1 span {
	display: block;
	font-size: min(3.2rem, 2.5vw);
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 20px;
}

.lead .txt {
	width: 1031.111px;
	margin: 40px auto 0;
	font-size: min(1.8rem, 1.406vw);
	font-weight: 500;
	line-height: 48px;
}

@media screen and (max-width: 768px) {
	.lead {
		background: url(../img/bg01_sp.webp) no-repeat;
		background-size: 100%;
		height: 310vw;
		padding: 63px 20px;
	}
	.lead h1 {
		width: 100%;
		margin: 0 auto;
	}
	.lead h1 span {
		font-size: min(1.8rem, 4.8vw);
		line-height: 28px;
		margin-bottom: 23px;
	}
	.lead .txt {
		width: 100%;
		margin: 35px auto 0;
		font-size: min(1.5rem, 4vw);
		line-height: 37px;
	}
}

/* ----------------------------------------------------
 experiences
---------------------------------------------------- */
.experiences {
	max-width: 1090px;
	margin: 150px auto;
	position: relative;
	z-index: 10;
}

.experiences h2 {
	color: #49ADF0;
	text-align: center;
	font-family: var(--FugazOne);
	font-size: min(7.3rem, 5.703vw);
	font-weight: 400;
	text-transform: uppercase;
}

.experiences h2 span {
	display: block;
	font-family: var(--NotoSans);
	font-size: min(2.8rem, 2.188vw);
	font-weight: 500;
}

.experiences .slidebox {
	background: #49ADF0;
	color: #fff;
	border-radius: 6px;
	padding: 25px 0 34px;
}

.experiences .slidebox h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	text-align: center;
	font-size: min(2rem, 1.563vw);
	font-weight: 500;
}

.experiences .slidebox h4 {
	text-align: center;
	font-size: min(1.4rem, 1.094vw);
	font-weight: 500;
	margin-top: 15px;
}

.experiences .slidebox .img {
	margin-top: 25px;
}

.experiences .slidebox .txt {
	height: 400px;
	font-size: min(1.5rem, 1.172vw);
	font-weight: 400;
	line-height: 26px;
	padding: 36px 35px 0;
}

.experiences .slidebox a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 264px;
	height: 57px;
	border-radius: 60px;
	border: 1px solid #49ADF0;
	background: #fff;
	color: #49ADF0;
	font-size: min(1.5rem, 1.172vw);
	font-weight: 400;
	line-height: 26px;
	margin: 0 auto;
	position: relative;
}
.experiences .slidebox a::after {
	content: '';
	background: url(../img/polygon1.svg) no-repeat;
	background-size: 100%;
	width: 14px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.experiences .slidebox.typeB {
	background: #fff;
	color: #49ADF0;
}

.experiences .slidebox.typeB a {
	border: 1px solid #fff;
	background: #49ADF0;
	color: #fff;
}
.experiences .slidebox.typeB a::after {
	content: '';
	background: url(../img/polygon2.svg) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 768px) {
	.experiences {
		margin: 86px auto 57px;
		padding: 0 10px;
	}
	.experiences h2 {
		font-size: min(4.5rem, 12vw);
	}
	.experiences h2 span {
		font-size: min(2.2rem, 5.867vw);
	}
	.experiences .slidebox {
		padding: 24px 0 31px;
	}
	.experiences .slidebox h3 {
		font-size: min(2rem, 5.333vw);
	}
	.experiences .slidebox h4 {
		font-size: min(1.4rem, 3.733vw);
	}
	.experiences .slidebox .txt {
		height: auto;
		font-size: min(1.5rem, 4vw);
		padding: 28px 27px 24px;
	}
	.experiences .slidebox a {
		width: 300px;
		height: 55px;
		font-size: min(1.5rem, 4vw);
	}
}

/* ----------------------------------------------------
 global
---------------------------------------------------- */
.global {
	max-width: 1142px;
	margin: 0 auto;
	padding: 54px 57px 33px;
	border-radius: 10px;
	border: 2px solid #9D8F50;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 10;
}

.global .area_text .logo {
	width: 251px;
	margin: 0 auto;
}

.global .area_text .txt {
	color: #000;
	text-align: center;
	font-size: min(1.6rem, 1.25vw);
	font-weight: 500;
	line-height: 28px;
	margin-top: 22px;
}

.global .area_btn .txt {
	color: #9D8F50;
	text-align: center;
	font-size: min(2.3rem, 1.797vw);
	font-weight: 700;
	line-height: 30px;
}

.global .area_btn a {
	width: 353px;
	height: 84px;
	border-radius: 10px;
	background: #9D8F50;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: min(2rem, 1.563vw);
	font-weight: 700;
	line-height: 30px;
	margin-top: 28px;
	position: relative;
}
.global .area_btn a::after {
	content: '';
	background: url(../img/arrow.svg) no-repeat;
	background-size: 100%;
	width: 10px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


.global .item {
	width: 302px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.global {
		display: block;
		width: 96%;
		padding: 45px 27px;
	}
	.global .area_text .txt {
		text-align: left;
		font-size: min(1.6rem, 4.267vw);
		margin-top: 29px;
	}
	.global .area_btn .txt {
		font-size: min(2.3rem, 6.133vw);
	}
	.global .area_btn a {
		width: 303px;
		height: 84px;
		font-size: min(2rem, 5.333vw);
		font-weight: 700;
		line-height: 30px;
		margin: 28px auto 0;
	}
	.global .area_btn a::after {
		display: none;
	}
	.global .item {
		width: 230px;
		margin: 24px auto 29px;
		position: relative;
		top: auto;
		left: auto;
		transform: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
	}
}

/* ----------------------------------------------------
 ski-resort
---------------------------------------------------- */
.ski-resort {
	background: #49ADF0;
	padding: 60px 40px;
	display: flex;
	justify-content: center;
}

.ski-resort .resort_box {
	width: 200px;
	margin: 0 20px;
	color: #fff;
}

.ski-resort .resort_box p {
	font-size: min(1.3rem, 1.016vw);
	font-weight: 400;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
}

.ski-resort .resort_box a {
	display: block;
	color: #fff;
	font-size: min(1.3rem, 1.016vw);
	font-weight: 400;
	line-height: 21px;
}
.ski-resort .resort_box a:nth-of-type(1) {
	padding-top: 8px;
}

@media screen and (max-width: 768px) {
	.ski-resort {
		padding: 54px 38px 43px;
		display: block;
	}
	.ski-resort .resort_box {
		width: 100%;
		margin: 0 auto 33px;
	}
	.ski-resort .resort_box:last-child {
		margin-bottom: 0;
	}
	.ski-resort .resort_box p {
		font-size: min(1.5rem, 4vw);
		padding-bottom: 8px;
	}
	.ski-resort .resort_box a {
		font-size: min(1.5rem, 4vw);
		line-height: 25px;
	}
	.ski-resort .resort_box a:nth-of-type(1) {
		padding-top: 8px;
	}
}

/* ----------------------------------------------------
 footer
---------------------------------------------------- */
footer {
	background: #494949;
	padding: 43px 0 25px;
	text-align: center;
}

footer a {
	color: #fff;
	font-size: min(1.6rem, 1.25vw);
	font-weight: 500;
}
footer a::before,
footer a::after {
	content: '｜';
	padding: 0 10px;
}

footer .copy {
	font-family: var(--AlbertSans);
	font-size: min(1.4rem, 1.094vw);
	font-weight: 500;
	margin-top: 33px;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 42px 0 19px;
	}
	footer a {
		font-size: min(1.5rem, 4vw);
	}
	footer .copy {
		font-size: min(1.2rem, 3.2vw);
		margin-top: 31px;
	}
}