@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
ol {
	margin: 0;
	padding: 0 0 0 1.5em;
}

article {
	font-weight: 400;
}

article .pc,
article .sp {
	display: unset;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}



/* Object Fit */
.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* アローボタン */
.btn-arrow {
	text-align: center;
}

.btn-arrow a {
	display: block;
	padding: 1em 1em;
	line-height: 1.4;
	font-weight: 500;
	background-color: #f0d141;
	background-image: url(/products/common/images/caret-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left .8em center;
	background-size: 1.25em auto;
	border-radius: 10rem;
	text-align: center;
	text-decoration: none;
}

.btn-arrow.small a {
	padding: .5em 1em;
}






/* 角ボタン */
#btnKado {
	width: 30vw;
	height: 20vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#btnKado a {
	display: block;
}

.scroll-in-fade.passed #btnKado {
	position: fixed;
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {
	.pc-large {
		display: none;
	}

	.pc-small {
		display: none;
	}

	article .pc {
		display: none;
	}

	article .base-width-sp,
	article .base-width {
		padding-left: 5%;
		padding-right: 5%;
	}

	article .outer-base-width {
		padding-left: 0;
		padding-right: 0;
	}

	.maxw480 {
		max-width: 480px;
	}

	.maxw540 {
		max-width: 540px;
	}

	.maxw768 {
		max-width: 768px;
	}

	.mts {
		margin-top: 2rem;
	}

	.mtm {
		margin-top: 5rem;
	}

	.font-viewport-sp {
		font-size: 2.667vw;
	}

	#btnKado.type-fix {
		width: 260px;
		height: 100px;
		left: 50%;
		transform: translate(-50%, 0);
	}


	.main-sub-title {
		width: 100%;
	}

	.main-title {
		width: 100%;
	}


}


/* ====================================
	568px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 568px) and (max-width: 1023px) {
	.sp-small {
		display: none;
	}

	.pc-large {
		display: none;
	}

}

/* ====================================
	567px以下専用スタイル
===================================== */
@media only screen and (max-width: 567px) {
	.sp-large {
		display: none;
	}

	.pc-large {
		display: none;
	}

	/* 角ボタン */
	#btnKado {
		width: 42vw;
		height: 28vw;
	}

	#btnKado.type-fix {
		width: 60vw;
		height: 22vw;
	}

}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
	.sp-small {
		display: none;
	}

	.sp-large {
		display: none;
	}

	article .sp {
		display: none;
	}

	.maxw750 {
		max-width: 750px;
	}

	.maxw800 {
		max-width: 800px;
	}

	.maxw960 {
		max-width: 960px;
	}

	.maxw1024 {
		max-width: 1024px;
	}

	.mts {
		margin-top: 4rem;
	}

	.mtm {
		margin-top: 10rem;
	}



	.main-sub-title {
		width: 100%;
	}

	.main-title {
		width: 100%;
	}



	/* 角ボタン */
	#btnKado {
		width: 300px;
		height: 228px;
	}
}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {
	.pc-large {
		display: none;
	}

	/* 角ボタン */
	#btnKado {
		width: 240px;
		height: 180px;
	}

}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
	.pc-small {
		display: none;
	}


}