@charset "UTF-8";


/*/////////// 共通 ///////////*/
section .s-title {
	font-family: 'Oswald', sans-serif;
	color: #1897D2;
	font-size: 1.3rem;
	font-weight: 600;
	display: block;
}

section .link hr {
	display: block;
	width: 120px;
	border: 0;
	border-bottom: 2px solid #1897D2;
	opacity: 1;
}

section .link a {
	font-weight: 600;
	color: #1897D2;
}


/*/////////// MV ///////////*/
.mv {
	padding-bottom: 110px;
	padding-top: 10px;
}

.mv .mv-title {
	position: absolute;
	left: 2.5%;
	bottom: 0;
}

.mv .mv-title h1 {
	font-family: 'Oswald', sans-serif;
	color: #1897D2;
	font-size: 4.6rem !important;
	font-weight: 700 !important;
	line-height: 0.95em !important;
	letter-spacing: -0.02em;
	margin-bottom: 1.25rem;
}

.mv .mv-title h2 {
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.0em;
	letter-spacing: -0.02em;
}

.mv .clip01 {
	position: absolute;
	right: 2%;
	bottom: 0;
	width: 105px !important;
}

@media (min-width: 414px) {
	.mv {
		padding-bottom: 125px;
	}
	
	.mv .clip01 {
		width: 120px !important;
	}
}

@media (min-width: 480px) {
	.mv {
		padding-bottom: 140px;
	}
	
	.mv .mv-title h1 {
		font-size: 5.3rem !important;
		margin-bottom: 1.5rem;
	}

	.mv .mv-title h2 {
		font-size: 0.9rem;
	}
	
	.mv .clip01 {
		width: 140px !important;
	}
}

@media (min-width: 576px) {
	.mv {
		padding-bottom: 180px;
	}

	.mv .mv-title h1 {
		font-size: 6.5rem !important;
		margin-bottom: 2rem;
	}

	.mv .mv-title h2 {
		font-size: 1.1rem;
	}

	.mv .clip01 {
		width: 160px !important;
	}
}

@media (min-width: 640px) {
	.mv {
		padding-bottom: 200px;
	}

	.mv .mv-title h1 {
		font-size: 7.2rem !important;
		margin-bottom: 2rem;
	}

	.mv .mv-title h2 {
		font-size: 1.2rem;
	}

	.mv .clip01 {
		width: 180px !important;
	}
}

@media (min-width: 744px) {
	.mv {
		padding-bottom: 220px;
	}

	.mv .mv-title h1 {
		font-size: 8.2rem !important;
		margin-bottom: 2.5rem;
	}

	.mv .mv-title h2 {
		font-size: 1.25rem;
	}

	.mv .clip01 {
		width: 220px !important;
	}
}

@media (min-width: 768px) {
	.mv {
		padding-top: 5px;
		padding-bottom: 0;
	}

	.mv .mv-title {
		top: 6%;
		bottom: auto;
	}
	
	.mv .mv-title h1 {
		font-size: 3.5rem !important;
		margin-bottom: 1.25rem;
	}

	.mv .mv-title h2 {
		font-size: 0.9rem;
		letter-spacing: 0;
	}
}

@media (min-width: 992px) {
	.mv .mv-title {
		top: 6%;
		bottom: auto;
	}
	
	.mv .mv-title h1 {
		font-size: 4.5rem !important;
		margin-bottom: 1.25rem;
	}

	.mv .mv-title h2 {
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {	
	.mv .mv-title {
		top: 6%;
		left: 4%;
	}
	
	.mv .mv-title h1 {
		font-size: 5.5rem !important;
		margin-bottom: 1.25rem;
	}

	.mv .mv-title h2 {
		font-size: 1.1rem;
	}
}

@media (min-width: 1400px) {		
	.mv .mv-title h1 {
		font-size: 6.5rem !important;
		margin-bottom: 1.5rem;
	}

	.mv .mv-title h2 {
		font-size: 1.2rem;
	}
}


/*/////////// セクション2 ///////////*/
.sec2 {
	background-image: url("../../assets/images/top/bg1_sp.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #F5F5F5;
}

.sec2 .thumb {
	position: relative;
	height:180px;
}

.sec2 strong {
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 12px 12px 0;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	background-color: #707070;
	display: inline-block;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 500;	
}

.sec2 h3 {
	font-size: 1.2rem;
	line-height: 1.4em;
	display: block;
	height: 50px;
}

.sec2 p {
	font-size: 0.85rem;
	margin-bottom: 0;
}

.sec2 .price {
	font-size: 0.8rem;
	font-weight: 700;
	color: #707070;
}

.sec2 .price span {
	font-size: 1.3em;
	color: #FF0000;
}

.sec2 hr {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1PX dashed #E0E0E0;
	opacity: 1;
}

.sec2 .clip02 {
	position: absolute;
	width: 30%;
	left: 1.5%;
	bottom: -15px;
}

@media (min-width: 576px) {	
	.sec2 .price {
		font-size: 1rem;
	}
	
	.sec2 .clip02 {
		width: 27.5%;
	}
}

@media (min-width: 640px) {	
	.sec2 {
		padding-top: 50px !important;
	}
	
	.sec2 .clip02 {
		width: 25%;
		bottom: -25px;
	}	
}

@media (min-width: 768px) {	
	.sec2 {
		background-image: url("../../assets/images/top/bg1_pc.svg");
		padding-top: 70px !important;
	}
	
	.sec2 h3 {
		font-size: 1.15rem;
		height: 50px;
	}
	
	.sec2 .clip02 {
		width: 180px;
	}	
}

@media (min-width: 992px) {	
	.sec2 {
		padding-top: 90px !important;
	}
	
	.sec2 h3 {
		height: 30px;
	}
	
	.sec2 .price {
		font-size: .9rem;
	}	
}

@media (min-width: 1200px) {	
	.sec2 {
		padding-top: 110px !important;
	}
}

@media (min-width: 1400px) {	
	.sec2 {
		padding-top: 130px !important;
	}
}


/*/////////// セクション3 ///////////*/
.sec3 .clip03 {
	position: absolute;
	top: -30px;
	right: 2%;
	width: 180px;
}

@media (min-width: 576px) {	
	.sec3 .clip03 {
		top: -20px;
		width: 200px;
	}	
}

@media (min-width: 768px) {	
	.sec3 .clip03 {
		top: auto;
		bottom: 20px;
		width: 25%;
	}
	
	.sec3 .text {
		padding-right: 3% !important;
	}	
}

@media (min-width: 992px) {	
	.sec3 .clip03 {
		right: 35%;
		bottom: 30px;
	}
	
	.sec3 .text {
		padding-right: 5% !important;
	}	
}

@media (min-width: 1150px) {	
	.sec3 .clip03 {
		right: 37%;
		bottom: 0;
	}	
}

@media (min-width: 1200px) {	
	.sec3 .clip03 {
		right: 50%;
		bottom: -5px;
		width: 20%;
	}	
}

@media (min-width: 1300px) {	
	.sec3 .text {
		padding-left: 17% !important;
	}
	
	.sec3 .clip03 {
		right: 52%;
		width: 20%;
	}	
}

@media (min-width: 1400px) {	
	.sec3 .text {
		padding-left: 24% !important;
	}
}

@media (min-width: 1500px) {	
	.sec3 .text {
		padding-left: 24% !important;
	}
	
	.sec3 .clip03 {
		right: 54%;
		width: 24%;
	}	
}

@media (min-width: 1600px) {	
	.sec3 .clip03 {
		right: 54%;
		width: 27%;
	}		
}


/*/////////// セクション4 ///////////*/
.sec4 h1 {
	font-size: 1.5rem;
	text-align: center;
}

@media (min-width: 768px) {
	.sec4 h1 {
		font-size: 1.6rem;
	}	
}


/*/////////// 問い合わせ ///////////*/
.contact-pc .title {
	display: none !important;
}



