@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 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: 20px;
	padding-bottom: 80px;
}

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

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

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

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

h3.recommend {
	font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
	margin-top: 20px;
    text-align: center;
	line-height: 1.4;
}
#sec01 div.linkbox {
	border: 1px solid #a9a9a9;
}

#sec01 div.linkbox:nth-of-type(2) {
	margin-top: 10px;
}

@media (max-width: 768px) {
  h3.recommend {
    font-size: 6vw!important;
  }
}






/* --------------------------------
	#sec02
-------------------------------- */
#sec02 {
	padding-bottom: 80px;
}

@media (max-width: 768px) {
	#sec02 {
		padding-bottom: 4rem;
	}
}


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

-------------------------------- */
#set {
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: #eebac0;
}

@media (max-width: 768px) {
	#set {
		padding-top:  4rem;
		padding-bottom: 4rem;
	}
}

#set h2 {
	font-size: min(44px, 8vw);
	text-align: center;
	line-height: 1.4;
	color: #FFF;
	padding: 15px 0 15px;
}

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

#set div.block:nth-of-type(1) {
    padding-top: 40px;
}

.btn {
	margin-top: 0;
}

@media (max-width: 768px) {
	#set div.block:nth-of-type(1) {
    	padding-top: 2rem;
	}
}
