@charset "utf-8";

.btn3 {
	margin: 0 auto;
}

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_history.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* 歴史一覧ページ */
	#historyWrap {
		padding-bottom: 100px;
	}

	#historyList {
		letter-spacing: -.4em;
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 40px 5%;
	}

	.historyItem {
		width: 30%;
		letter-spacing: 0;
		vertical-align: top;
		display: flex;
	}

	.historyItem:nth-child(3n) {
		margin-right: 0;
	}

	.historyItem:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

	.historyItem a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		transition: all 0.3s ease-in-out 0s;
	}

	.historyItem a:hover {
		color: #333;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	}

	.historySumb {
		width: 100%;
		height: 220px;
		overflow: hidden;
		flex-shrink: 0;
	}

	.historySumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.historyInfo {
		height: 100%;
		padding: 10px 4%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border: 1px solid #ddd;
	}

	.historyName {
		font-weight: 600;
		padding-bottom: 10px;
		font-size: 1.5rem;
		line-height: 1.2;
	}

	.historyIntro {
		margin-bottom: 1em;
		font-size: 1.3rem;
	}

	.historyperiod {
		width: 100%;
		margin: 0 auto;
		padding: 8px 5px;
		font-size: 1.3rem;
		line-height: 1;
		text-align: right;
		border-top: 4px solid #b70000;
		color: #000;
		font-weight: 600;
	}

	#aboutMain {
		& .historyperiod {
			width: 100%;
		}
	}

	/* 福岡JC年表 */
	.chronologyWrrap {
		padding-bottom: 60px;

	}

	.chronologyArea.off {
		height: 471px;
		overflow: hidden;
		transition: all 0.3s ease-in-out 0s;
	}

	.chronologyArea.on {
		height: 100%;
	}

	#historyTable {
		width: 100%;
		font-size: 1.6rem;
	}

	#historyTable th {
		padding: 20px;
		background: #fff;
		text-align: left;
		vertical-align: top;
		border: 1px #DDDDDD solid;
		vertical-align: middle;
		white-space: nowrap;
	}

	#historyTable td {
		padding: 20px;
		background: #fff;
		border: 1px #DDDDDD solid;
	}

	#historyTable li {
		line-height: 1.3;
		padding: 0.5em 0;
	}

	.month {
		display: inline-block;
		width: 10%;
		vertical-align: top;
	}

	.strong {
		font-weight: 600;
	}

	.ib {
		display: inline-block;
		vertical-align: top;
	}

	.long {
		width: 90%;
		display: inline-block;
		vertical-align: top;
	}

	/* 位置調整 */
	.monthSame {
		margin-left: 10%;
	}

	.chronologyMore {
		font-size: 1.8rem;
		text-align: center;
		line-height: 1;
		padding: 30px 0;
		border: 1px #DDDDDD solid;
		border-top: none;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease-in-out 0s;
	}

	.chronologyMore:hover {
		opacity: 0.7;
	}

	.chronologyMore.off {
		color: #fff;
		background: url(../../img/common/icon3.svg) no-repeat right 20px center #b70000;
		margin-bottom: 60px;
	}

	.chronologyMore.on {
		color: #fff;
		background: url(../../img/common/icon4.svg) no-repeat right 20px center #b70000;
		margin-bottom: 60px;
	}


	/* 歴史詳細ページ */
	#historyDetail {
		padding: 100px 0;
		text-align: center;
	}

	#projectIntro {
		display: inline-block;
		padding: 12px 40px;
		margin-bottom: 40px;
		letter-spacing: 0;
		font-size: 1.9rem;
		line-height: 1;
		font-weight: 600;
		color: #b70000;
		border: 1px solid #b70000;
	}

	#projectTit {
		font-size: 3rem;
		font-weight: 600;
		padding-bottom: 30px;
		letter-spacing: 0;
		line-height: 1.2;
	}

	#projectCopy {
		padding: 30px;
		margin-bottom: 50px;
		font-size: 2.8rem;
		letter-spacing: 0;
		text-align: center;
		color: #b70000;
		border-top: 1px solid #b70000;
		border-bottom: 1px solid #b70000;
	}

	#projectContent {
		width: 900px;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	#projectContent img {
		max-width: 100%;
		height: auto;
		padding-bottom: 20px;
	}

	#projectContent p {
		padding-bottom: 1em;
		text-align: left;
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	#projecturlArea {
		padding-bottom: 65px;
		border-bottom: 1px solid #c9c9c9;
		margin-bottom: 40px;
	}

	#projecturl {
		display: inline-block;
		letter-spacing: 0;
	}

	#projecturl a {
		display: block;
		padding: 10px 58px;
		font-size: 1.8rem;
		color: #b70000;
		border: 1px solid #b70000;
		background: url(../../img/history/out_link_icon_white.png) no-repeat right 20px center #fff;
		transition: all 0.3s ease-in-out 0s;
	}

	#projecturl a:hover {
		color: #fff;
		background: url(../../img/history/out_link_icon_gold.png) no-repeat right 20px center #b70000;
	}

	#historyDetail .commonBtn1 a {
		letter-spacing: 0;
	}

	#historyDetail .commonBtn1 {
		padding-bottom: 60px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_history.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* 歴史一覧ページ */
	#historyWrap {
		padding-bottom: 60px;
	}

	#historyList {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px 4%;
		letter-spacing: -.4em;
	}

	.historyItem {
		width: 48%;
		letter-spacing: 0;
		vertical-align: top;
		display: flex;
	}

	.historyItem:nth-child(2n) {
		padding-right: 0;
	}

	.historyItem:nth-last-child(-n+2) {
		padding-bottom: 0;
	}

	.historyItem a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		transition: all 0.3s ease-in-out 0s;
	}

	.historySumb {
		width: 100%;
		height: 219px;
		overflow: hidden;
	}

	.historySumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.historyInfo {
		border: 1px #f1f1f1 solid;
		padding: 10px;
	}

	.historyName {
		font-size: 1.6rem;
		line-height: 1.2;
		font-weight: 600;
		padding-bottom: 10px;
	}

	.historyIntro {
		padding-bottom: 5px;
		font-size: 1.3rem;
	}

	.historyperiod {
		padding: 8px 5px;
		font-size: 1.3rem;
		line-height: 1;
		text-align: right;
		border-top: 4px solid #b70000;
		color: #000;
		font-weight: 600;
	}

	/* 福岡JC年表 */
	.chronologyWrrap {
		padding-bottom: 60px;
	}

	.chronologyArea.off {
		height: 520px;
		overflow: hidden;
		transition: all 0.3s ease-in-out 0s;
	}

	.chronologyArea.on {
		height: 100%;
		transition: all 0.3s ease-in-out 0s;
	}

	.jci {
		padding-bottom: 1em;
	}

	#historyTable {
		width: 100%;
		font-size: 1.4rem;
	}

	#historyTable th {
		text-align: left;
		display: block;
		background: #fff;
		font-weight: 600;
		font-size: 2rem;
	}

	#historyTable td {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
		background: #fff;
		border: 1px #DDDDDD solid;
	}

	#historyTable tr:last-child td {
		margin-bottom: 0;
	}

	#historyTable li {
		line-height: 1.3;
		padding: 0.5em 0;
	}

	.month {
		display: inline-block;
		vertical-align: top;
	}

	.strong {
		font-weight: 600;
	}

	.ib {
		display: inline-block;
		vertical-align: top;
	}

	.long {
		width: 90%;
		display: inline-block;
		vertical-align: top;
	}

	.chronologyMore {
		font-size: 1.8rem;
		text-align: center;
		line-height: 1;
		padding: 30px 0;
		margin-top: 20px;
		border: 1px #DDDDDD solid;
		cursor: pointer;
	}

	.chronologyMore.off {
		color: #fff;
		background: url(../../img/common/icon3.svg) no-repeat right 20px center #b70000;
		background-size: 20px;
		transition: all 0.3s ease-in-out 0s;
		margin-bottom: 40px;
	}

	.chronologyMore.on {
		color: #fff;
		background: url(../../img/common/icon4.svg) no-repeat right 20px center #b70000;
		background-size: 20px;
		transition: all 0.3s ease-in-out 0s;
		margin-bottom: 40px;
	}


	/* 歴史詳細ページ */
	#historyDetail {
		text-align: center;
		letter-spacing: -.4em;
	}

	#projectIntro {
		display: inline-block;
		padding: 12px 40px;
		margin-bottom: 40px;
		letter-spacing: 0;
		font-size: 1.9rem;
		line-height: 1;
		font-weight: 600;
		color: #b70000;
		border: 1px solid #b70000;
	}

	#projectTit {
		font-size: 3rem;
		font-weight: 600;
		padding-bottom: 30px;
		letter-spacing: 0;
		line-height: 1.2;
	}

	#projectCopy {
		padding: 30px;
		margin-bottom: 50px;
		font-size: 2.8rem;
		letter-spacing: 0;
		text-align: center;
		color: #b70000;
		border-top: 1px solid #b70000;
		border-bottom: 1px solid #b70000;
	}

	#projectContent {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	#projectContent img {
		width: 100%;
		padding-bottom: 20px;
		max-width: 100%;
		height: auto;
	}

	#projectContent p {
		padding-bottom: 1em;
		text-align: left;
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	#projecturlArea {
		padding-bottom: 65px;
		border-bottom: 1px solid #c9c9c9;
		margin-bottom: 40px;
	}

	#projecturl {
		display: block;
		letter-spacing: 0;
	}

	#projecturl a {
		display: block;
		padding: 10px 0;
		font-size: 1.8rem;
		color: #b70000;
		border: 1px solid #b70000;
		background: url(../../img/history/sp/out_link_icon_white.png) no-repeat right 20px center #fff;
		background-size: 13px;
	}

	#historyDetail .commonBtn1 a {
		letter-spacing: 0;
		background-color: #b70000;
	}

	#historyDetail .commonBtn1 {
		padding-bottom: 60px;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_history.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	/* 歴史一覧ページ */
	#historyWrap {
		margin-bottom: 60px;
	}

	#historyList {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 20px 0;
		letter-spacing: -.4em;
	}

	.historyItem {
		width: 100%;
		letter-spacing: 0;
		vertical-align: top;
		display: flex;
	}

	.historyItem a {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: stretch;
		transition: all 0.3s ease-in-out 0s;
	}

	.historySumb {
		width: 100%;
		height: 219px;
		overflow: hidden;
	}

	.historySumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	.historyInfo {
		padding: 10px;
		border: 1px #f1f1f1 solid;
	}

	.historyName {
		font-size: 1.6rem;
		font-weight: 600;
		padding-bottom: 5px;
		line-height: 1.2;
	}

	.historyIntro {
		padding-bottom: 5px;
		font-size: 1.3rem;
	}

	.historyperiod {
		padding: 5px;
		font-size: 1.3rem;
		line-height: 1;
		border-top: 4px solid #b70000;
		color: #000;
		font-weight: 600;
		text-align: right;
	}

	/* 福岡JC年表 */
	.chronologyWrrap {
		padding-bottom: 40px;
	}

	.chronologyArea.off {
		height: 538px;
		overflow: hidden;
		transition: all 0.3s ease-in-out 0s;
	}

	.chronologyArea.on {
		height: 100%;
		transition: all 0.3s ease-in-out 0s;
	}

	.jci {
		padding-bottom: 1em;
	}

	#historyTable {
		width: 100%;
		font-size: 1.4rem;
	}

	#historyTable th {
		text-align: left;
		display: block;
		background: #fff;
		font-weight: 600;
		font-size: 2rem;
	}

	#historyTable td {
		display: block;
		padding: 10px;
		margin-bottom: 20px;
		background: #fff;
		border: 1px #DDDDDD solid;
	}

	#historyTable tr:last-child td {
		margin-bottom: 0;
	}

	#historyTable li {
		line-height: 1.3;
		padding: 0.5em 0;
	}

	.month {
		display: inline-block;
		vertical-align: top;
	}

	.strong {
		font-weight: 600;
	}

	.ib {
		display: inline-block;
		vertical-align: top;
	}

	.long {
		width: 90%;
		display: inline-block;
		vertical-align: top;
	}

	/* 位置調整 */
	.monthSame {
		display: inline-block;
		padding-top: 5px;
		line-height: 1.2;
	}

	.chronologyMore {
		font-size: 1.8rem;
		text-align: center;
		line-height: 1;
		margin-top: 20px;
		padding: 20px 0;
		cursor: pointer;
	}

	.chronologyMore.off {
		color: #fff;
		background: url(../../img/common/icon3.svg) no-repeat right 20px center #b70000;
		background-size: 16px;
		transition: all 0.3s ease-in-out 0s;
		margin-bottom: 40px;
	}

	.chronologyMore.on {
		color: #fff;
		background: url(../../img/common/icon4.svg) no-repeat right 20px center #b70000;
		background-size: 16px;
		transition: all 0.3s ease-in-out 0s;
		margin-bottom: 40px;
	}

	/* 歴史詳細ページ */
	#historyDetail {
		text-align: center;
		letter-spacing: -.4em;
	}

	#projectIntro {
		display: inline-block;
		padding: 10px 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: 600;
		color: #b70000;
		border: 1px solid #b70000;
	}

	#projectTit {
		font-size: 2.4rem;
		font-weight: 600;
		padding-bottom: 20px;
		letter-spacing: 0;
		line-height: 1.2;
	}

	#projectCopy {
		padding: 20px 3%;
		margin-bottom: 40px;
		font-size: 2.2rem;
		letter-spacing: 0;
		line-height: 1.4;
		text-align: center;
		color: #b70000;
		border-top: 1px solid #b70000;
		border-bottom: 1px solid #b70000;
	}

	#projectContent {
		/* width: 90%; */
		margin: 0 auto;
		padding-bottom: 30px;
	}

	#projectContent img {
		width: 100%;
		padding-bottom: 10px;
		max-width: 100%;
		height: auto;
	}

	#projectContent p {
		padding-bottom: 1em;
		text-align: left;
		font-size: 1.6rem;
		letter-spacing: 0;
	}

	#projecturlArea {
		padding-bottom: 40px;
		border-bottom: 1px solid #c9c9c9;
		margin-bottom: 40px;
	}

	#projecturl {
		display: block;
		letter-spacing: 0;
	}

	#projecturl a {
		display: block;
		padding: 10px 0;
		font-size: 1.6rem;
		color: #b70000;
		border: 1px solid #b70000;
		background: url(../../img/history/sp/out_link_icon_white.png) no-repeat right 20px center #fff;
		background-size: 13px;
		transition: all 0.3s ease-in-out 0s;
	}

	#historyDetail .commonBtn1 a {
		letter-spacing: 0;
		background-color: #b70000;
	}

	#historyDetail .commonBtn1 {
		padding-bottom: 40px;
	}

}