@charset "UTF-8";

/*==========================================
 PC［1024px~］
===========================================*/
main {
	overflow: hidden;
}

/*------------
 mainArea
------------*/
#mainArea {
	margin: 0;
	width: 100%;
	height: 720px;
	position: relative;
	overflow: hidden;
	background: var(--text-color);
}

#catchArea h1 {
	margin: auto;
	width: min(50%, 555px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
}

#catchArea h1 img {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .7));
}

#sliderArea {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#sliderArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*slickの設定*/
@keyframes fadezoom {
	0% {
		transform: scale(1.25);
	}

	100% {
		transform: scale(1);
	}
}

.slick-animation {
	animation: fadezoom 10s 0s forwards;
}

.newopen {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 100px;
	z-index: 1;
}

.newopen img {
	width: 100%;
	height: auto;
}

/*------------
newsArea
------------*/
/*END slickの設定*/
#newsArea {
	margin: 60px auto 35px;
}

#newsArea h2 {
	margin: 0 0 1em;
	color: #fff;
	font-size: 35px;
	text-align: left;
	align-self: center;
}

/*------------
aboutArea
------------*/
#aboutArea {
	position: relative;
}

h2.top-ttl-vertical {
	margin: 0;
	position: absolute;
	top: 50%;
	left: -290px;
	transform: rotate(90deg);
	z-index: 1;
}

h2.top-ttl-vertical img {
	width: auto;
	height: 110px;
}

#aboutArea .wrap {
	background: url("../images/top/top-about-bgimg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#aboutArea .wrap::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	right: 0;
}

#aboutArea .inner {
	padding: 130px 0;
	position: relative;
	z-index: 2;
}

#aboutArea .textBox {
	width: min(100%, 450px);
}

#aboutArea .textBox h3 {
	margin-bottom: 30px;
}

#aboutArea .textBox .text_small {
	font-size: 52%;
	margin-bottom: 10px;
	display: inline-block;
}

#aboutArea .profBox {
	width: min(100%, 195px);
	background-image: url("../images/top/top-about-name.svg");
	background-repeat: no-repeat;
	background-position: top right;
}

.profBox h4 {
	order: 2;
	margin: auto 0 10px;
	font-size: clamp(16px, 3vw, 20px);
}

.profBox p {
	order: 3;
	width: 150px;
	font-size: 12px;
}

.profBox .img {
	margin-bottom: 10px;
	order: 1;
}

.profBox .img img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}

/*slider*/
.sliderItem img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

/*------------
pointArea
------------*/
#pointArea .inner {
	margin: 130px auto 100px;
}

.pointOl {
	counter-reset: count 0;
}

.pointOl li {
	padding: 30px;
	width: 32%;
	background: var(--bg-color);
	position: relative;
}

.pointOl>li:before {
	content: counter(count) " ";
	counter-increment: count 1;
	margin: auto;
	width: 100px;
	position: absolute;
	top: -48px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	z-index: 1;
}

.pointOl>li:after {
	margin: auto;
	padding-top: 17px;
	content: 'POINT';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	background-color: var(--main-color);
	text-align: center;
	font-weight: bold;
}

.ttl-point {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: clamp(20px, 3vw, 25px);
	text-align: center;
	border-bottom: solid 2px var(--main-color);
}

/*------------
priceArea
------------*/
#priceArea {
	padding: 100px 0;
	position: relative;
	background: url("../images/top/top-price-bgImg.jpg");
	background-size: cover;
	color: #111;
}

#priceArea h2.top-ttl-vertical {
	left: -150px;
	top: 40%;
}

.priceBox {
	padding: 60px;
	background: rgba(173, 136, 79, .9);
	backdrop-filter: blur(3px);
	outline: 2px solid #222;
	outline-offset: -30px;
	/*align-items: center;*/
	z-index: 1;
	position: relative;
}

.priceBox>div {
	width: calc((100% - 70px) / 2);
}

h3.ttl-price {
	margin: 0;
	padding: 10px;
	width: 100%;
	font-size: clamp(20px, 3vw, 24px);
	background: #000;
	color: var(--main-color);
	display: block;
	text-align: center;
}

.parts-plus {
	width: 65px;
	height: 65px;
	align-self: center;
}

.price {
	font-size: clamp(50px, 3vw, 80px);
	font-weight: bold;
	text-align: center;
}

.price-note {
	font-size: 16px;
}

/*------------
instructorArea
------------*/
#instructorArea .inner {
	padding: 100px 0;
	flex-direction: column-reverse;
	position: relative;
}

#instructorArea h2 {
	position: absolute;
	top: 35%;
}

#instructorArea h2 img {
	width: min(100%, 500px);
	height: 70px;
}

#instructorArea .col-3 {}

#instructorArea .col-3>div {
	width: 30%;
}

#instructorArea .staffImg {
	margin-bottom: 50px;
	width: 100%;
	height: 400px;
	object-fit: contain;
	object-position: right;
	display: block;
}

/*------------
ohterArea
------------*/
#ohterArea {
	background-image: url("../images/site-logo.svg");
	background-size: 500px 500px;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.8);
	background-blend-mode: multiply;
	background-position: top left;
	background-attachment: fixed;
}

#ohterArea .inner {
	padding: 100px 0;
	justify-content: flex-end;
}

.linksList {
	margin-right: 5em;
}

.linksList li {
	margin-bottom: 30px;
}

.linksList a {
	padding: 0 5px;
	font-size: clamp(1.875rem, 1.536rem + 1.695vw, 3.125rem);
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	color: #fff;
}

.linksList a .text_small {
	display: inline-block;
	margin-left: 25px;
	text-decoration: underline;
}

.linksList a:hover {
	color: #111;
}

.linksList a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--sub-color);
	bottom: 0;
	left: 0;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
	z-index: -1;
}

.linksList a:hover::before {
	width: 100%;
	transform-origin: left;
	transform: scaleX(1);
}

/*==========================================
 tb［540px-1024px以下］
===========================================*/
@media screen and (max-width: 1024px) {
	.newopen {
		width: 50px;
		top: 20px;
	}

	#mainArea {
		height: 500px;
	}

	/*------------
pointArea
------------*/
	.pointOl li {
		width: 48%;
		margin-bottom: 90px;
	}

	.pointOl>li::before {
		top: -48px;
	}

	.pointOl>li::after {
		top: -80px;
	}

	.pointOl li:last-child {
		margin-bottom: 0;
	}
}

/*==========================================
 sp［540px以下］
===========================================*/
@media screen and (max-width: 540px) {

	/*------------
 mainArea
------------*/
	#mainArea {
		overflow: visible;
		height: 330px;
	}

	/*------------
aboutArea
------------*/
	h2.top-ttl-vertical {
		margin-bottom: 20px;
		position: static;
		transform: rotate(0);
		text-align: center;
	}

	h2.top-ttl-vertical img {
		width: auto;
		height: 50px;
	}

	#aboutArea .inner {
		padding: 20px 0 50px;
	}

	#aboutArea .profBox {
		margin: 0 auto;
		width: 100%;
		align-content: center;
		flex-direction: row;
	}

	.profBox :is(h4, p) {
		width: calc(100% - 50px);
	}

	.profBox img {
		width: calc(100% - 50px);
		height: 200px;
		object-fit: cover;
	}

	/*slider*/
	.sliderItem img {
		height: 150px;
	}

	/*------------
pointArea
------------*/
	#pointArea .inner {
		margin: 100px auto 50px;
	}

	.pointOl li {
		width: 100%;
		margin-bottom: 80px;
	}

	.pointOl>li:before {
		font-size: 35px;
		top: -30px;
	}

	.pointOl>li:after {
		padding-top: 18px;
		width: 80px;
		height: 80px;
		top: -60px;
		font-size: 11px;
	}

	/*------------
priceArea
------------*/
	#priceArea {
		padding: 50px 0;
	}

	.priceBox>div {
		width: 100%;
	}

	.parts-plus {
		margin: 10px auto;
	}

	/*------------
instructorArea
------------*/
	#instructorArea .inner {
		padding: 50px 0;
	}

	#instructorArea h2 {
		position: relative;
		order: 1;
	}

	#instructorArea .col-3>div {
		width: 100%;
		margin-bottom: 40px;
	}

	#instructorArea .col-3>div:last-child {
		margin: 0;
	}

	#instructorArea .staffImg {
		margin-bottom: 30px;
		height: auto;
	}

	/*------------
ohterArea
------------*/
	#ohterArea {
		background-position: center center;
	}

	#ohterArea .inner {
		padding: 50px 0;
	}

	.linksList {
		margin: 0 auto;
		width: 100%;
	}

	.linksList a .text_small {
		display: block;
		margin: 10px 0 0;
		text-decoration: none;
	}

	.linksList a {
		padding: 0;
	}
}