@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Noto+Sans+JP:wght@400;500;700&display=swap');
:root {
	--darkred: #83191E;
	--red: #e7b1a9;
	--black: #2B0304;
	--font: #333;
	--translucent: rgba(255,255,255,.9);
}
/*=======================================================
ヒストリー／フィロソフィー
=======================================================*/
#lower {
	background: #F5F4F4;
}
#lower::before {
	content: '';
    position: absolute;
    left: 0;
    top: -140px;
    width: 100%;
    height: 270px;
    background: #fff;
    transform: skewY(-6deg);
    transform-origin: top;
}
.ly_cont_inner {
	max-width: 1020px;
}
/*大見出し*/
.el_mainTtl {
	line-height: 1;
    text-align: center;
    font-size: 50px;
    letter-spacing: .25em;
    font-family: "calibre", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 70px;
}
.el_subTtl {
	color: var(--black);
    font-size: 40px;
    letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 25px;
}
.el_txt {
	font-size: 18px;
	line-height: 2.9;
	letter-spacing: 0.1em;
}
@media screen and (max-width : 750px) {
	.ly_cont_inner {
		padding: 0 13.3333vw;
	}
	#lower::before {
    	height: 46.6vw;
		top: -18.6666vw;
	}
	.el_mainTtl {
		margin-top: 10vw;
        font-size: 7vw;
	}
	.el_subTtl {
    	font-size: 5.0666vw;
    	margin-bottom: 8.6666vw;
	}
	.el_txt {
    	font-size: 3.4666vw;
		line-height: 2.6;
	}
}
/*==============================
ヒストリー
==============================*/
#lower.page-history {
	background: var(--red);
}
#lower.page-history::before {
	height: 360px;
}
#history .bl_historyArea {
	margin: 70px auto 0;
	padding: 70px 20px 100px;
	background: var(--red);
}
#history .leadcopy {
	text-align: center; 
	font-size: 16px; 
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.3em;
}
#history .bl_historyUnit {
	background: #fff;
	margin: auto;
	max-width: 1045px;
	padding: 70px 0 0;
	overflow: hidden;
}
#history .end {
	text-align: center; 
	font-size: 24px; 
	font-weight: 600;
	color: var(--red);
	background: inherit;
	margin: 80px 0 0;
}
#history .bl_history {
	position: relative;
	z-index: 3;
}
#history .bl_history:nth-of-type(2) {
	z-index: 2;
}
#history .bl_history:nth-of-type(3) {
	z-index: 1;
}
#history .bl_history:not(:first-of-type)::before {
	content: '';
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    height: 150px;
    background: #F5F4F4;
    transform: skewY(-6deg);
    transform-origin: top;
}
#history .bl_history.gray {
	background: #F5F4F4;
}
#history .bl_history.gray::before {
	content: '';
    position: absolute;
    left: 0;
    top: -110px;
    width: 100%;
    height: 200px;
    background: #fff;
    transform: skewY(-6deg);
    transform-origin: top;
}
#history .bl_history:last-of-type {
	z-index: 0;
	padding-top: 50px;
}
#history .slash {
	padding-top: 50px;
}
#history .bl_history_ttl {
	font-size: 100px;
	letter-spacing: 0;
	color: var(--red);
	opacity: .3;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	line-height: 1;
	margin: auto auto 50px;
	text-align: left;
	max-width: 750px;
	width: 100%;
	padding-inline: 20px;
}
#history .bl_detailUnit {
	width: 100%;
	max-width: 750px; 
	margin: auto;
	position: relative;
	padding-inline: 20px;
}
#history .bl_detailUnit::before {
content: "";
  position: absolute;
  left: 58px;
  top: 0;
  bottom: 0;
  border-left: 2px dashed var(--red);
}
#history .bl_detailUnit.last {
	padding-bottom: 30px;
}
#history .bl_detailUnit.last::before {
	height: 99%;
}
#history .bl_detail {
	padding-left: 130px;
	padding-bottom: 65px;
	background: url(../images/lower/bg_line.png) top 5px left 56px repeat-y;
	position: relative;
}
#history .bl_year {
	color: #fff; 
	background: var(--red);
	width: 80px;
	font-size: 20px;
	display: flex; 
	align-items: center;
	justify-content: center;
	position: absolute; 
	left: 0;
	font-family: inherit;
	letter-spacing: 0.1em;
	line-height: 1;
    padding-block: 10px 8px;
}
#history .bl_detail > * {
	margin-bottom: 20px;
}
#history .bl_detail * + .bl_detail_ttl {
	margin-top: 30px;
}
#history .bl_detail_ttl {
	font-size: 20px; 
	color: var(--red);
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.4;
}
#history .bl_detail_txt {
	line-height: 1.78;
	font-size: 16px;
	letter-spacing: 0.1em;
}
#history .bl_history.last {
	padding-left: 0;
	padding-bottom: 70px;
}
#history .bl_history.last::before {
	content: none;
}
#history .bl_history.last .bl_detail_ttl{
	text-align: center;
	font-size: 30px;
	margin-bottom: 39px;
}
#history .bl_detail_imgWrapper {
	text-align: center;
}
@media screen and (max-width : 750px) {
	#history .bl_historyArea {
        padding-block: 12vw 13.3333vw;
    }
	#history .leadcopy {
		font-size: 3.5vw;
	}
	#history .bl_historyUnit {
        margin: auto;
        padding: 7.0666vw 0 0;
    }
	#history .bl_history_ttl {
        font-size: 16vw;
        letter-spacing: 0;
        width: 100%;
        margin: auto auto 8vw;
        padding: 0 3vw 0 5vw;
    }
	#history .bl_detail {
        padding-left: 18.2666vw;
        padding-bottom: 15vw;
    }
	#history .bl_detail_ttl {
        font-size: 4vw;
    }
	#history .bl_year {
        width: 14.2666vw;
        font-size: 3.2vw;
		padding-block: 2vw 1.5vw;
    }
	#history .bl_detailUnit::before {
		left: 11vw;
	}
	#history .bl_detail > * {
        margin-bottom: 2.6666vw;
    }
	#history .bl_detail_txt {
		font-size: 3.4666vw;
	}
	#history .bl_history:not(:first-of-type)::before {
        top: -6.6vw;
        height: 22vw;
    }
	#history .bl_history.gray,
	#history .slash {
		padding-top: 8vw;
	}
	#history .bl_detail_ttl + .bl_detail_ttl {
		margin-top: 5vw;
	}
	#history .bl_detail.last .bl_detail_imgWrapper {
        width: 61.6vw;
    }
	#history .bl_detail.last .bl_detail_ttl {
        font-size: 4vw;
        margin-bottom: 8vw;
    }
	#history .bl_history:last-of-type {
		padding-top: 8vw;
	}
	#history .end {
        font-size: 4vw;
        line-height: 1.8;
        letter-spacing: 0.1em;
		margin-top: 14vw;
	}
	#history .logo_40th {
		width: 50%;
	}
}
/*==============================
TOPへ戻るボタン
==============================*/
.bl_topUnit {
	background: #fff;
	height: 270px;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
/*=============================
スペシャルストーリー
=============================*/
.special-story .bl_post_cont {
	max-width: 910px;
	width: 100%;
	margin: 100px auto 160px;
	padding-inline: 20px;
}
.special-story .bl_post_cont p,
.special-story .bl_post_cont div {
	line-height: 1.78;
	letter-spacing: 0.1em;
}
.special-story .el_sec_mainTtl {
	font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
	text-align: left;
	line-height: 1.57;
}
.special-story section + section {
	margin-top: 80px;
}
.special-story .bl_post_cont p + p {
	margin-top: 30px;
}
.special-story .bl_post_cont img {
    display: block;
    margin: auto;
}
/*目次*/
.special-story #bl_indexWrapper {
	margin: 55px auto 80px;
	border: 1px solid #a3a3a3;
	padding: 32px 40px;
}
.special-story #bl_indexWrapper .el_indexTtl {
	text-align: left;
	border-left: 2px solid #e5c5ba;
	padding-left: 20px;
	color: #a3a3a3;
	font-family: "calibre", sans-serif;
	font-size: 17px;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.special-story #bl_indexWrapper ol {
	text-align: left;
  border-left: 2px solid #e5c5ba;
  padding-left: 20px;	
}
.special-story #bl_indexWrapper ol li {
	counter-increment: cnt;
	line-height: 2;
	font-size: 18px;
}
.special-story #bl_indexWrapper ol li::before {
  content: counter(cnt)".";
	letter-spacing: 0.15em;
}
/*画像*/
.special-story .bl_card_imgWrapper,
.special-story .bl_card_imgWrapper img {
	height: auto;
}
.special-story .bl_card_imgWrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	background: none;
	font-size: 16px;
}
/*大見出し*/
.special-story .bl_post_ttl {
	margin-bottom: 30px;
	font-size: 30px;
}
@media screen and (max-width : 750px) {
	.special-story .bl_post_cont {
		margin-block: 10vw 20vw;
    	width: 100%;
	}
	.special-story section + section {
		margin-top: 14vw;
	}
	.special-story .bl_post_ttl {
    	margin-bottom: 4vw;
		font-size: 6vw;
        letter-spacing: .15em;
	}
	.special-story .el_sec_mainTtl {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.special-story .bl_card_imgWrapper {
		font-size: 2.5vw;;
	}
	.special-story .bl_card_imgWrapper img {
		width: 100%;
	}
	.special-story .bl_card_imgWrapper img + img {
		margin-top: 3vw;
	}
/*目次*/
	.special-story #bl_indexWrapper {
		margin-top: 6.518vw;
		padding: 5.474vw 3.39vw 6.126vw;
	}
	.special-story #bl_indexWrapper .el_indexTtl {
    	padding-left: 2.6vw;
    	font-size: 4vw;
    	padding-bottom: 1.303vw;
	}
	.special-story #bl_indexWrapper ol {
    	padding-left: 2.6vw;
	}
	.special-story #bl_indexWrapper ol li {
		font-size: 3.5vw;
	}
}