@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */
figure {
	padding-top: 40px;
}

#main h2 {
	font-size: 44px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	line-height: 1.4;
	padding: 15px 0 15px;
}

#main h3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	padding: 15px 0 -10px;
	color: #0087dd;
	font-weight: 600;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}

#sec02, #sec03, #sec04 {
	padding-bottom: min(80px, 4rem);
}

.marker {
	background-color: #fff0ab;
	font-weight: 400;
}

.sec_title {
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	figure {
		padding-top: 3rem;
	}
	#main h2 {
		font-size: 8vw;
	}
	#main h3 {
		font-size: 5vw;
	}
	#main p {
		padding-top: 1rem!important;
	}
}


/* --------------------------------
	cover
-------------------------------- */


/* --------------------------------
	#sec01
-------------------------------- */
#sec01 {
	padding-top: min(20px, 2rem);
	padding-bottom: min(80px, 4rem);
}

#sec01 p {
	padding-top: min(40px, 2rem)!important;
}

@media (max-width: 768px) {
	#sec01 p {
		padding-top: 0!important;
	}
}

/* --------------------------------
	#sec02
-------------------------------- */
#sec02 h2, #sec03 h2 {
	border-bottom: 1px solid #0087dd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}


/* --------------------------------
	#sec03
-------------------------------- */

#sec03 div {
	font-size: 24px;
	padding: 30px 0;
	text-align: center;
}
@media (max-width: 768px) {
	#sec03 div {
		font-size: 5vw;
	}
}

/* --------------------------------
	#item_title
-------------------------------- */

#item_title h2 {
	font-size: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding-bottom: 20px;
	padding-top: 20px;
	line-height: 1.3;
	text-align: center;
}

@media (max-width: 768px) {
	#item_title h2 {
		padding-bottom: 2rem;
		padding-top: 1rem;
		font-size: 6.5vw;
	}
}

.linkbox p.toshop .btn {
	margin: 0 auto;
}


/* --------------------------------

-------------------------------- */
#special02 {
	padding-bottom: min(60px, 5rem);
	background-color: #eebac0;
}

#special02 h2 {
	font-size: min(40px, 7vw);
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.4;
	color: white;
	padding: 0 0 15px;
}

#special02 h2.sp02_title {
	padding-bottom: 10px;
	background-color: #f75a86;
	padding-top: min(40px, 3rem);
	padding-bottom: min(40px, 2rem);
}

#special02 figure.item_arrow {
	padding-top: 0!important;
	padding-bottom: min(40px, 2rem);
}

#special div.block {
    padding-top: min(80px, 4rem);
}

/*# sourceMappingURL=style.css.map */