@charset "UTF-8";

.history_bg{
	background-image: url(../img/common/bg01.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 80px 20px 210px;
	padding-top: min(4.17vw, 80px);
	padding-bottom: min(10.94vw,210px);
	overflow-x: hidden;
}

.img_cap_re{
	position: relative;
}
.img_cap{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateY(100%);
	padding-top: 6px;
	font-size: 12px;
	color: rgb(77 47 3 / 70%);
	font-weight: 400;
	letter-spacing: 0.05em;
}

.ahirai01{
	position: absolute;
	right: 0px;
	top: 0;
	transform: translate(50%, -50%);
	width: 23.89%;
	max-width: 258px;
	}
.ahirai02{
	position: absolute;
	left: 0px;
	bottom: 0;
	transform: translate(-50%, 50%);
	z-index: 2;
	width: 24.26%;
	max-width: 262px;
}
.ahirai03{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translate(50%, 50%);
	z-index: 2;
	width: 22.13%;
	max-width: 239px;
}
.history_inner{
	margin:0 auto;
	width: 60%;
	max-width: 1100px;
	padding: 60px 40px 110px;
	box-sizing: border-box;
	border-left: 10px solid #c8a244;
	border-right: 10px solid #c8a244;
	background-color:#fff;
	position: relative;
}
.history_inner:before{
	position:absolute;
	content:"";
	background-image: url(../img/history-list/flame_gold.jpg);
	background-size: contain;
	width:100%;
	height: 10px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.history_inner:after{
	position:absolute;
	content:"";
	background-image: url(../img/history-list/flame_gold.jpg);
	background-size:contain;
	width:100%;
	height: 10px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
/* list */

.history_list{
	width: 100%;
	text-align: left;
	padding-left: 0;
	margin: 0 auto;
}
.history_list .sub_ttl{
	margin-bottom: 40px;
	text-align: center;
	color: #4d2f03;
	font-weight: 500;
	font-size: 20px;
}
.history_list li{
	list-style: none;
}
.history_li_flex{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 5px;
}
.history_list_in .ttl{
	position:relative;
	width: 85%;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}
.history_list_in .ttl::before{
	position:absolute;
	content:"";
	display: block;
	background-image:url(../img/common/icon_beans.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: min(1.29vw,20px);
	width: 20px;
	height: min(0.84vw,16px);
	height: 16px;
	transform: translate(-100%,0%);
	left: -5px;
	top: 0;
}
.history_li_flex .date{
	margin-right: min(0.53vw,10px);
	margin-right: 5px;
	padding-right: min(0.53vw,10px);
	padding-right: 5px;
	/* border-right: 1px solid rgb(77 47 3 / 70%); */
	font-size: min(0.73vw,14px);
	font-size: 12px;
	color: rgb(77 47 3 / 70%);
	letter-spacing: 0.05em;
	font-weight: 500;
}
.history_li_flex .label{
	font-size: min(0.73vw,14px);
	font-size: 12px;
	color: rgb(77 47 3 / 70%);
	font-weight: 500;
	letter-spacing: 0.05em;
}
.read_more{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	/* display: inline-block; */
}
.read_more p{
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
	margin-right: 60px;
	padding-right: 5px;
	position: relative;
	transition-duration:0.6s;
}
.read_more p:after{
	position:absolute;
	content:"";
	width: 45px;
	height: 10px;
	background-image:url(../img/common/arrow.png);
	background-repeat: no-repeat;
	background-size:contain;
	right: 0%;
	bottom: 0;
	transform: translate(100%,0%);
	transition-duration:0.6s;
}
.history_list_ttl:hover .read_more p{
	opacity:0.5;
	transition-duration:0.6s;
}
.history_list_ttl:hover .read_more p:after{
	right: -10px;
	transition-duration:0.6s;
}
.list_ttl .history_ttl{
	margin-bottom: min(2.61vw,50px);
}
.history_list_ttl{
	position:relative;
	width: 100%;
	color: #4d2f03;
	display: inline-block;
	padding-bottom: 20px;
	padding-left: min(1.6vw,30px);
	padding-left: 30px;
	margin-bottom: 20px;
	opacity:1;
	transition-duration:0.6s;
	border-bottom: 2px solid #d6ad42;
}
.history_list .history_list_in:nth-last-of-type(1) .history_list_ttl{
	margin-bottom:0;
}
.history_list_ttl:hover .ttl{
	opacity:0.5;
	transition-duration:0.6s;
}

/* ------------ history ------------ */
.page-ttl{
	max-width: 640px;
	width: 60%;
	margin: 0 auto 80px;
	background-image: url(../img/history-list/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align:center;
	padding: 35px 0;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
}
.history_ttl{
	position:relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	color: #4d2f03;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.085em;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.history_ttl:after{
	position:absolute;
	content:"";
	width:100%;
	height: 10px;
	background-image: url(../img/history-list/ttl_un.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
.num_box{
	display:flex;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.num_box .date{
	margin-right: 5px;
	padding-right: 5px;
	/* border-right: 1px solid rgb(77 47 3 / 70%); */
	font-size: 12px;
	color: rgb(77 47 3 / 70%);
	letter-spacing: 0.05em;
	font-weight: 400;
}
.num_box .label{
	font-size: min(0.73vw,14px);
	font-size: 12px;
	color: rgb(77 47 3 / 70%);
	font-weight: 400;
	letter-spacing: 0.05em;
}
.read{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #4d2f03;
	margin-bottom: 50px;
	letter-spacing: 0.16em;
	line-height: 1.6;
}
.history_img{
	max-width: 550px;
	width: 28.65vw;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-bottom: min(2.60415vw,50px);
}
.history-list_btn{
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
}
.history-list_btn a{
	text-align: center;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #d6ad42;
}

.link-top{
	width: 20%;
	max-width: 172px;
	margin: 0 auto;
	margin-top: 40px;
}

.br1300{
	display: none;
}
@media(max-width:1300px){
	.br1300{
		display: block;
	}
}

@media(max-width:750px){
	/* 	history_list */
	.history_inner{
		width: 100%;
		padding: 30px 20px 55px;
	}
	.page-ttl{
		width: 100%;
		max-width: 370px;
		font-size: 20px;
		padding: 15px 0;
		margin: 0 auto 40px;
	}
	.history_ttl{
	margin-bottom: 35px;
	font-size: 16px;
	padding-bottom: 5px;
	}
	.history_list_ttl{
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.history_list_in .ttl{
		font-size: 14px;
		width: 100%;
	}
	.history_li_flex .date{
		font-size: 11px;
	}
	.history_li_flex .label{
		font-size: 11px;
	}
	
	/* 	history */
	.read{
		font-size:14px;
		margin-bottom: 30px;
	}
	.history_img{
		margin-bottom:30px;
	}
	.history-list_btn{
    max-width: 200px;
	    width: 60%;
	}
	.history-list_btn a{
	font-size: 14px;
	padding: 10px 0;
	}
}