/*============================
MV
============================*/
#mv {
	height: 100vh;
	max-height: 8.00rem;
	text-align: center;
	background-image: url(../img/mv.jpg);
	background-position: center center;
	background-size: cover;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
}

@media screen and (max-width:599px) {
	#mv {
		max-height: 4.00rem;
	}
}

/* 下部のグラデーション */
#mv::before {
	content: "";
	width: 100%;
	height: 2.00rem;
	background: linear-gradient(to bottom, rgba(27, 38, 62, 0) 10%, rgba(27, 38, 62, 1) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#mv::before {
		height: 100%;
	}
}

/* ロゴ */
#mv .mv_logo {
	width: 3.00rem;
	height: 6.00rem;
	background-image: url(../img/logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.2;
	z-index: 10;
}

@media screen and (max-width:599px) {
	#mv .mv_logo {
		width: 2.00rem;
		height: 3.00rem;
		top: 60%;
	}
}

/* スクロールアイコン */
#mv .scr {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.12rem;
	font-family: 'Jost', sans-serif;
	letter-spacing: 0.05em;
	color: #FFF;
	z-index: 2;
	padding-bottom: 0.60rem;
}

@media screen and (max-width:599px) {
	#mv .scr {
		display: none;
	}
}

#mv .scr .scrolldown-anime {
	width: 1px;
	height: 0.40rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}

#mv .scr .scrolldown-anime .line {
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
	background-position: 0 -0.40rem;
	background-size: 100% 200%;
	animation: scrolldown 1.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
	0% {
		background-position: 0 -0.40rem;
	}

	75% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 0.40rem;
	}
}

/*============================
about
============================*/
#about .ph_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#about .ph_wrap .ph {
	width: 31%;
	margin: 0 0.10rem 0.10rem;
	height: 20vw;
	overflow: hidden;
	box-sizing: border-box;
}

#about .ph_wrap .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about .sp_slide_wrap {
	margin: 0 -0.20rem;
}

#about .sp_slide_wrap .slide img {
	border-left: 5px solid #000;
	border-right: 5px solid #000;
}

.sp_slide_wrap .slick-dots {
	bottom: -0.30rem;
}

.sp_slide_wrap .slick-dots li {
	width: 0.10rem;
}

.sp_slide_wrap .slick-dots li button::before {
	color: #FFF;
}

.sp_slide_wrap .slick-dots li.slick-active button::before {
	color: #FFF;
}


/*============================
レンタル
============================*/
#rental .rental_fee_wrap {
	max-width: 10.00rem;
	margin: auto;
}

#rental .rental_fee_wrap .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.16rem;
	line-height: 1.65;
	border-top: 1px solid #333;
	padding-bottom: 0.20rem;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap .list {
		font-size: 0.14rem;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
}

#rental .rental_fee_wrap .list .title {
	width: 3.00rem;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	padding: 0.10rem 0;
	font-weight: 700;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap .list .title {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding: 0.10rem 0;
	}
}

#rental .rental_fee_wrap .list .title .small_text {
	font-size: 0.13rem;
	display: block;
	font-weight: 400;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap .list .title .small_text {
		font-size: 0.11rem;
		display: inline-block;
		padding-left: 0.06rem;
	}
}

#rental .rental_fee_wrap .list .text {
	width: calc(100% - 3.00rem);
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	padding: 0.10rem 0;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap .list .text {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding-bottom: 0.30rem;
	}
}

#rental .rental_fee_wrap .list .text .price_table th {
	text-align: left;
	font-weight: 400;
	padding-right: 0.30rem;
}

#rental .rental_fee_wrap .caption {
	font-size: 0.14rem;
	line-height: 1.65;
	padding-bottom: 0.10rem;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap .caption {
		font-size: 0.12rem;
	}
}

/*============================
レンタル契約書
============================*/
#rental .rental_term {
	background-color: rgba(255,255,255,0.2);
	margin: 0.30rem 0;
	padding: 0.30rem;
	box-sizing: border-box;
	@media screen and (max-width:599px) {
		padding: 0.25rem 0.20rem;
	}
	.title {
		text-align: center;
		font-size: 0.24rem;
		font-weight: 700;
		@media screen and (max-width:599px) {
			font-size: 0.18rem;
		}
	}
	.box {
		padding-top: 0.20rem;
		.flex_box {
			.ttl {
				font-size: 0.18rem;
				font-weight: 700;
				padding-bottom: 0.15rem;
				@media screen and (max-width:599px) {
					font-size: 0.16rem;
					text-align: center;
				}
			}
			.list {
				box-sizing: border-box;
				display: flex;
				flex-wrap: wrap;
				gap: 0.10rem 0;
				padding-left: 0.30rem;
				padding-top: 0.20rem;
				padding-bottom: 0;
				.text {
					width: 100%;
					font-size: 0.15rem;
					line-height: 1.75;
					padding: 0;
					border: 0;
					list-style: disc;
					&.-no_disc {
						list-style: none;
					}
					@media screen and (max-width:599px) {
						font-size: 0.14rem;
					}
				}
			}
		}
		.txt {
			padding: 0.30rem 0;
			font-size: 0.16rem;
			@media screen and (max-width:599px) {
				line-height: 1.65;
				font-size: 0.14rem;
			}
		}
	}
}

/* 機材リスト */
#rental .rental_fee_wrap #equipment {
	border: 1px solid #666;
	padding: 0.25rem;
	margin-top: 0.40rem;
	margin-bottom: 0.10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#rental .rental_fee_wrap #equipment .title {
	font-size: 0.24rem;
	font-weight: 700;
	width: 100%;
	padding-bottom: 0.10rem;
	text-align: center;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap #equipment .title {
		font-size: 0.18rem;
	}
}

#rental .rental_fee_wrap #equipment .lead {
	font-size: 0.15rem;
	font-weight: 500;
	width: 100%;
	padding-bottom: 0.30rem;
	text-align: center;
}
@media screen and (max-width:599px) {
	#rental .rental_fee_wrap #equipment .lead {
		font-size: 0.12rem;
		text-align: left;
	}
}


#rental .rental_fee_wrap #equipment .equipment_list_wrap {
	width: 48%;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap #equipment .equipment_list_wrap {
		width: 100%;
		padding-bottom: 0.30rem;
	}

	#rental .rental_fee_wrap #equipment .equipment_list_wrap:last-child {
		padding-bottom: 0;
	}
}

#rental .rental_fee_wrap #equipment .equipment_list_wrap .sub_title {
	font-size: 0.16rem;
	font-weight: 700;
	border-bottom: 1px solid #666;
	padding-bottom: 0.10rem;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap #equipment .equipment_list_wrap .sub_title {
		font-size: 0.15rem;
	}
}

#rental .rental_fee_wrap #equipment .equipment_list_wrap .list {
	display: block;
	font-size: 0.15rem;
	padding-top: 0.10rem;
	padding-bottom: 0;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap #equipment .equipment_list_wrap .list {
		font-size: 0.14rem;
	}
}

#rental .rental_fee_wrap #equipment .equipment_list_wrap .list .text {
	border: 0;
	width: 100%;
	padding: 0;
	line-height: 1.65;
}

#rental .rental_fee_wrap .rental_last {
	text-align: center;
	font-size: 0.18rem;
	padding: 0.20rem 0;
}

@media screen and (max-width:599px) {
	#rental .rental_fee_wrap .rental_last {
		text-align: justify;
		font-size: 0.16rem;
		line-height: 1.45;
	}
}

/*============================
access
============================*/
@media screen and (max-width:599px) {
	#access .lead {
		text-align: center;
	}
}

#access .gmap {
	height: 4.00rem;
}

@media screen and (max-width:599px) {
	#access .gmap {
		height: 2.50rem;
	}
}

#access .gmap iframe {
	width: 100%;
	height: 100%;
}

/*============================
contact
============================*/
#contact .contact_form_wrap {
	max-width: 8.00rem;
	margin: auto;
}

#contact .contact_form_wrap .box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contact .contact_form_wrap .box .title {
	width: 1.50rem;
	position: relative;
	font-family: 'Jost', sans-serif;
	font-size: 0.16rem;
	padding: 0.10rem 0;
}

@media screen and (max-width:599px) {
	#contact .contact_form_wrap .box .title {
		width: 100%;
		font-size: 0.15rem;
	}
}

#contact .contact_form_wrap .box .title .required {
	color: #c1272d;
	font-size: 0.12rem;
}

#contact .contact_form_wrap .box .text {
	width: calc(100% - 1.50rem);
	box-sizing: border-box;
	position: relative;
	font-size: 0.16rem;
	padding: 0.10rem 0;
}

@media screen and (max-width:599px) {
	#contact .contact_form_wrap .box .text {
		width: 100%;
		font-size: 0.15rem;
		padding: 0 0 0.15rem;
	}
}

#contact .contact_form_wrap .box .text input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	color: #222;
	padding: 0.06rem;
	border: 0;
	font-size: 0.16rem;
}

#contact .contact_form_wrap .box .text textarea {
	width: 100%;
	min-height: 2.00rem;
	box-sizing: border-box;
	background-color: #FFF;
	color: #222;
	padding: 0.06rem;
	border: 0;
	font-size: 0.16rem;
	line-height: 1.65;
}

#contact .contact_form_wrap .submit_wrap {
	padding-top: 0.30rem;
}

#contact .contact_form_wrap .submit_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#contact .contact_form_wrap .submit_wrap .list .btn {
	padding: 0.10rem;
}

#contact .contact_form_wrap .submit_wrap .list .btn input {
	width: 3.00rem;
	display: block;
	box-sizing: border-box;
	line-height: 0;
	display: block;
	transition: all 0.3s;
	border: 0;
	padding: 0.25rem 0;
	text-align: center;
	font-family: 'Jost', sans-serif;
	font-size: 0.15rem;
	cursor: pointer;
}

#contact .contact_form_wrap .submit_wrap .list .btn input:hover {
	opacity: .5;
}

#contact .contact_form_wrap .submit_wrap .list .btn .submit {
	background-color: #FFF;
	color: #000;
}

#contact .contact_form_wrap .submit_wrap .list .btn .reset {
	background-color: rgba(255,255,255,0.5);
	color: #FFF;
}

#contact .contact_form_wrap {
	.txt {
		font-size: 0.15rem;
		line-height: 1.75;
		text-align: center;
		padding: 0.40rem 0 0.20rem;
	}
	.btn {
		width: 3.00rem;
		margin: auto;
		a {
			display: block;
			line-height: 0;
			padding: 0.25rem 0;
			font-family: 'Jost', sans-serif;
			font-size: 0.15rem;
			background-color: #FFF;
			color: #000;
			text-align: center;
			text-decoration: none;
			border: 1px solid #FFF;
			&:hover {
				background-color: transparent;
				color: #FFF;
			}
		}
	}
}