@charset "utf-8" !important;

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Author : Hirohisa Kambe
  Date : 2022.11.01
  Copyright(C)HARD DISK. All rights reserved.
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/* ======================
   スライダー本体
====================== */
.custom-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* ======================
   トラック
====================== */
.slider-track {
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 1;
	transition: transform 0.4s ease;
}

/* ======================
   スライド（PC：4枚）
====================== */
.slide {
	flex: 0 0 calc((100% - 60px) / 4);
	position: relative;
	aspect-ratio: 3.2 / 4;
	overflow: hidden;
	box-sizing: border-box;
}

/* 画像 */
.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* リンク */
.slide a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ======================
   スライダーボタン（SVG完全安定版）
====================== */
.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;

	width: 44px;
	height: 44px;

	display: flex;
	align-items: center;
	justify-content: center;

	border-radius: 50%;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	transition: 0.2s;
}

/* 左右 */
.slider-btn.prev { left: 20px; }
.slider-btn.next { right: 20px; }

/* ======================
   SVG調整
====================== */
.slider-btn svg {
	width: 24px;
	height: 24px;
	display: block;
}

/* hover */
.slider-btn:hover {
	background: rgba(0,0,0,0.85);
}

/* ======================
   レスポンシブ
====================== */
@media (max-width: 1024px) {
	.slide {
		flex: 0 0 calc((100% - 40px) / 3);
	}
}

@media (max-width: 768px) {
	.slide {
		flex: 0 0 calc((100% - 20px) / 2);
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  front
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width:991px) {
	#index02 h2 {
		font-size:200%;
		margin: 20px 0 !important;
		text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
	}
	#index03 h2 {
		font-size: 6vw;
		margin: 20px 0 !important;
	}
	#index02 h3,
	#index03 h3 {
		font-size: 130%;
	}
	#index04 h2 {
		font-size:200%;
		padding: 10px 0 0 !important;
	}
	.iconIndexCopy {
		width: 120px !important;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.iconIndex {
		width: 70px !important;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.iconIndexInsta {
		width: 50px !important;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.index03Div {
		width: 100%;
		height:300px;
	}
	.index01Logo {
		width: 300px !important;
		height: auto;
		margin: 20px 0 40px 0!important;
	}
	#index01 {
		background-image: url("../images/index/aboutBacksp.jpg");
		background-size:cover;
		background-repeat:  no-repeat;
		background-position: top left;
		padding: 60px 0px 60px;
	}
	#index01 p {
		font-size: 89%;
		line-height: 1.6;
		color: #fff;
		text-align: left;
		text-shadow:
			1px 1px 4px #444444,
			-1px -1px 4px #444444,
			-1px 1px 4px #444444,
			1px -1px 4px #444444;
	}
 }
@media screen and (min-width: 992px) {
	#index02 h2,
	#index03 h2 {
		font-size:340%;
		margin: 30px 0 !important;
	}
	#index02 h3,
	#index03 h3 {
		font-size: 160%;
	}
	#index04 h2 {
		font-size:340%;
		margin: 20px 0 0 -30px!important;
	}
	.iconIndex {
		width: 90px !important;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.iconIndexInsta {
		width: 70px !important;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.iconIndexCopy {
		width: 120px !important;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	.index03Div {
		width: 100%;
		height:600px;
	}
	.index01Logo {
		width: 360px !important;
		height: auto;
		margin: 20px 0 40px 0!important;
	}
	#index01 {
		background-image: url("../images/index/aboutBack.jpg");
		background-size:cover;
		background-repeat:  no-repeat;
		background-position: top center;
		padding: 60px 0px 200px;
	}
	#index01 p {
		font-size: 100%;
		line-height: 2.2;
		color: #fff;
		text-align: left;
	}
}

#index02 {
	background-color: #f4f4f4;
	padding: 40px 0 0px !important;
}
#index02 h2,
#index03 h2 {
	font-family: "Geist", sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.0;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}
#index03 h2 {
	color: #fff;
}
.iconWhite {
  filter: invert(1);
}
#index02 h3,
#index03 h3 {
	font-family: "Geist", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 800 !important;
	line-height: 1.0;
	text-align: center;
	margin: 0 0 20px 0 !important;
}
#index04 h2 {
	font-family: "Geist", sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.0;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}

.home-wrap{
	display:flex;
	flex-direction:column;
}

@media screen and (max-width: 991px){
	#index01{
		order: 10;
	}
	#index02,
	#index03,
	#index04{
		order: 1;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  PRODUCTS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.back-ski {
	background-image: url("../images/index/back-ski.jpg");
	background-size:cover;
	background-repeat:  no-repeat;
	background-position: center;
}
.back-snowboard {
	background-image: url("../images/index/back-snowboard.jpg");
	background-size:cover;
	background-repeat:  no-repeat;
	background-position: center;
}

@media screen and (max-width:991px) {
	.square-container img{
		max-width: calc(100% - 40px);
		max-height: calc(100% - 40px);
	}
	.square-container h4{
		font-size: 4.5vw;
	}
	.square-container .circle-btn2{
		width: 45px;
		height: 45px;
		font-size: 50%;
	}
}
@media screen and (min-width:992px) {
	.square-container img{
		max-width: calc(100% - 80px);
		max-height: calc(100% - 80px);
	}
	.square-container h4{
		font-size: 300%;
	}
	.square-container .circle-btn2{
		width: 90px;
		height: 90px;
		font-size: 89%;
	}
}
/* =========================
   コンテナ
========================= */
.square-container{
	width: 50%;
	aspect-ratio: 1 / 1;
	position: relative;
	background-color: #eee;
	overflow: hidden;
}

.square-container a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

/* =========================
   画像中央
========================= */
.square-container img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

/* =========================
   タイトル＋丸ボタン
========================= */
.square-container .text-box-l {
	position: absolute;
	top: 55%;
	left: 10%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.square-container .text-box-r{
	position: absolute;
	top: 55%;
	right: 20%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

/* =========================
   タイトル
========================= */
.square-container h4{
	margin: 0;
	color: #fff;
	font-family: "Geist", sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1.0;
	text-align: center;
	letter-spacing: .05em;
	text-indent: .05em;
}

/* =========================
   丸ボタン
========================= */
.square-container .circle-btn2{
	border-radius: 50%;
	background-color: #888;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.6;
}
.square-container .circle-btn2 span{
	display: block;
	color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  function
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width:991px) {
	.circle-btn {
	  /* 正方形を作る */
	  width: 50px;
	  height: 50px;
	  font-size: 62%;
	}
	/* 中身のaタグ（または中身全体）を右側に絶対配置 */
	.index03Div .col-12 a {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
		width: fit-content;
	}
}
@media screen and (min-width: 992px) {
	.circle-btn {
	  /* 正方形を作る */
	  width: 90px;
	  height: 90px;
	  font-size: 89%;
	}
	/* 中身のaタグ（または中身全体）を右側に絶対配置 */
	.index03Div .col-12 a {
	  position: absolute;
	  top: 50%;                 /* 上から50% */
	  right: 5%;                /* 右から5%（お好みで調整） */
	  transform: translateY(-50%); /* 自身の高さ半分だけ戻して完全な上下中央へ */
	  display: flex;
	  flex-direction: column;   /* 縦に並べる */
	  align-items: center;      /* h2とボタンを中心揃え */
	  text-decoration: none;    /* 下線消し */
	  width: fit-content;
	}
}
#index03 {
	background-image: url("../images/index/featuresBack.jpg");
	background-size:cover;
	background-repeat:  no-repeat;
	background-position: top left;
}
/* 親要素を基準にする */
.index03Div {
  position: relative;
  min-height: 400px; /* 高さを確保（これの上下中央になります） */
}

/* h2の微調整 */
.index03Div h2 {
  margin: 0 0 15px 0;      /* ボタンとの隙間 */
  padding: 0;               /* 中心を出すためにpadding-left等はリセット */
  text-align: center;
}
.circle-btn {
  aspect-ratio: 1 / 1;     /* 正方形を維持 */
  /* 丸くする・背景色 */
  border-radius: 50%;
  background-color: #888;  /* グレー */
  color: #fff;             /* 文字色 */
  text-decoration: none;   /* リンクの下線を消す */
  /* 中の文字を天地左右中央＆2行にする */
  display: flex;
  flex-direction: column;  /* 縦に並べる */
  justify-content: center; /* 垂直中央 */
  align-items: center;     /* 水平中央 */
  line-height: 1.6;        /* 行間を少し詰める */
  transition: opacity 0.3s;
}