@charset "utf-8";

#contents {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

#contents {
	border-top: 5px solid #B89405;
	float: none;
}

#story01 {
	text-align: center;
}

.brand_h3 {
	font-family: "Times New Roman", Times, serif;
	color: #B89205;
}

.brand_h3s {
	color: #B89205;
}

#contents h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #B89205;
	border-bottom: 1px solid #B89205;
}

#story02,
#story03,
#story04,
#story05 {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#story02 p,
#story03 p,
#story04 p {
	opacity: 0.8;
}

#about_btm {
	border-top: 5px solid #CCC;
	border-bottom: 5px solid #CCC;
}

#about_btm ul {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#about_btm li a {
	display: block;
	border: 3px solid #FFF;
	color: #FFF;
}

#about_btm li a:hover {
	border: 3px solid #FFF;
	color: #000;
}




/* button */
.btm_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.btm_button::before,
.btm_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btm_button,
.btm_button::before,
.btm_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btm_button {
	background-color: #000;
	color: #fff;
}
.btm_button:hover {
	background-color: #FFF;
}






/* PC */
@media screen and (min-width: 769px){

#topic_path_wrap {
	
}

#contents article {
	
}

#contents {
	
}

.brand_h3 {
	width: 315px;
	font-size: 40px;
	margin: 40px auto 10px;
}

.brand_h3s {
	margin-bottom: 70px;
}

#contents h4 {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#story02,
#story03 {
	margin-bottom: 100px;
}

#story04,
#story05 {
	margin-bottom: 50px;
}

#story02 p,
#story03 p,
#story04 p {
	font-size: 12px;
	line-height: 300%;
}

.b_txt {
	width: 50%;
}

.b_img {
	width: 43%;
}

.b_left {
	float: left;
}

.b_right {
	float: right;
}

#about_btm {
	padding: 40px 0;
}

#about_btm li a {
	width: 50%;
	padding: 20px 0;
	margin: auto;
}

}

/* TABLET */
@media screen and (max-width: 768px){
	
#topic_path_wrap {
	
}

#contents article {	
	
}

#contents {
	padding: 0 2%;
}

.brand_h3 {	
	width: 280px;
	font-size: 40px;
	margin: 40px auto 10px;
}

.brand_h3s {
	margin-bottom: 70px;
}

#contents h4 {
	line-height: 140%;
	font-size: 21px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#story02,
#story03,
#story04,
#story05 {
	margin-bottom: 80px;
}

#story02 p,
#story03 p,
#story04 p {
	font-size: 12px;
	line-height: 250%;
}

.b_txt {
	width: 50%;
}

.b_img {
	width: 43%;
}

.b_left {
	float: left;
}

.b_right {
	float: right;
}

#about_btm {
	padding: 40px 0;
}

#about_btm li a {
	width: 50%;
	padding: 20px 0;
	margin: auto;
}

}

/* SP */
@media screen and (max-width:640px){

#topic_path_wrap {
	
}

#contents article {
	text-align: center;
}

#contents {
	padding: 0 2%;
}

.brand_h3 {	
	width: 200px;
	font-size: 40px;
	margin: 20px auto 10px;
}

.brand_h3s {
	margin-bottom: 30px;
	font-size: 11px;
}

#contents h4 {
	font-weight: bold;
	line-height: 140%;
	font-size: 16px;
	padding: 20px 0;
	margin-bottom: 10px;
	border-top: 1px solid #B89205;
}

#story02,
#story03,
#story04,
#story05 {
	margin-bottom: 40px;
}

#story05 {
	margin: -30px 0 0 0;
	border-bottom: 5px solid #B89405;
}

#story02 p,
#story03 p,
#story04 p {
	font-size: 11px;
	line-height: 250%;
}

.b_txt {
	width: 100%;
}

.b_img {
	display: block;
	width: 100%;
	margin: 20px 0%;
}

.b_left {
	float: none;
}

.b_right {
	float: none;
}

#about_btm {
	padding: 40px 0;
}

#about_btm li a {
	width: 50%;
	padding: 20px 0;
	margin: auto;
}

}