@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */
figure {
	padding-top: 40px;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}

#sec02, #sec03, #sec04 {
	padding-bottom: min(80px, 3rem);
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

.sec_title {
	margin-bottom: 1rem;
}

@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;
}

#profile {
	background-color: #fff7c8;
	padding: 30px;
	margin-top: 40px;
}

#profile h3 {
	text-align: center;
	font-size: 30px;
}

#profile h2 {
	text-align: center;
	font-size: 38px;
}

#profile h2 span {
	font-size: 26px;
}

#profile figure {
	padding-top: 30px;
	padding-bottom: 30px;
}

#profile p {
	padding-top: 0!important;
	font-size: 20px;
}

@media (max-width: 768px) {
	#profile {
		padding: 3rem 2rem;
		margin-top: 3rem;
	}
	#profile h3 {
		font-size: 5.5vw;
	}
	#profile h2 {
		font-size: 8vw;
	}
	#profile h2 span {
		font-size: 5vw;
	}
	#profile figure {
		padding: 2rem 0;
	}
	#profile p {
		font-size: 4vw;
	}
	#sec01 p {
		padding-top: 0!important;
	}
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec02 {
	padding-bottom: min(80px, 4rem);
}

/* --------------------------------
	#sec03
-------------------------------- */

#sec03 div {
	font-size: 24px;
	background-color: #fff7c8;
	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;
}


/* --------------------------------

-------------------------------- */

#special div.block {
    padding-top: min(80px, 4rem);
}

/*# sourceMappingURL=style.css.map */