@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */
figure {
	padding-top: 40px;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}

#sec02 {
	padding-bottom: min(80px, 3rem);
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

@media (max-width: 768px) {
	figure {
		padding-top: 3rem;
	}

	#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;
}

#sec01 div {
	margin-top: min(20px, 2rem);
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec02 {
	padding-bottom: min(80px, 4rem);
}

/* --------------------------------
	#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;
}


/* --------------------------------

-------------------------------- */
/*# sourceMappingURL=style.css.map */