@charset "utf-8";

/* ------------------------------
 140th（PC）
------------------------------ */
.contentsWide {
	background: none;
}
.contentsWide > .inBlock {
	padding-bottom: 0;
}
.cms_block.mainimg {
	margin-bottom: 0;
	background-color: #f2f5fa;
}
.cms_block.intro {
	margin-bottom: 0;
}
.intro {
	padding-top: 86px;
	border-bottom: 2px solid #0d2c4f;
	background-color: #fff;
}
.intro h1 {
	font-size: 5.2rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}
.intro h1::after {
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	margin: 43px auto 0;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.intro ul {
	display: flex;
	column-gap: 5px;
	margin-top: 95px;
}
.intro ul li {
	width: calc(calc(100% - 20px) / 5);
	padding-left: 0;
}
.intro ul li::before {
	content: none;
}
.intro ul li a {
	display: block;
	padding: 12px 0 13px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #e5ebf4;
	color: #0d2c4f;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
}
.intro ul li a:hover,
.intro ul li.on a {
	opacity: 1;
	background-color: #0d2c4f;
	color: #fff;
}
.contentsWide .pageTitle h2 {
	position: relative;
	margin-bottom: 0;
	padding: 90px 0 86px;
	border-bottom: none;
	background-color: #f2f5fa;
	color: #0d2c4f;
	font-size: 3.7rem;
	text-align: center;
}
.contentsWide .pageTitle .cms_text {
	background-color: #f2f5fa;
	text-align: right;
}
.contentsWide .pageTitle .cms_text.pb10 {
	padding-bottom: 10px;

}
.contentsWide > .inBlock > .cms_block.first {
	margin-top: -16px;
}
.fadeBox {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: transform 1s, opacity 1s, visibility 1s;
}
.fadeIn {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.year {
	position: relative;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 5rem;
	line-height: 1;
	font-weight: 700;
}
.historyBox .year {
	color: #e50041;
}
.productBox .year {
	color: #003d91;
}
.year::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 51px;
	height: 18px;
	margin-top: auto;
	margin-bottom: auto;
}
.year.half::before {
	width: 42px;
}
.year::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 400px;
	height: 1px;
	margin-top: auto;
	margin-bottom: auto;
	border-top: 1px dotted #b7c0ca;
}
.contentsWide .cms_block:not(.pop-content) h3 {
	position: relative;
	margin-bottom: 17px;
	padding-left: 60px;
	border-left: none;
	font-size: 2.1rem;
	letter-spacing: -.05em;
}
.contentsWide .cms_block:not(.pop-content) h3 span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 28px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 27px;
	text-align: center;
}
.contentsWide .historyBox h3 span {
	background-color: #e50041;
}
.contentsWide .productBox h3 span {
	background-color: #003d91;
}
.historyBox img,
.productBox img {
	margin-top: 16px;
}
.historyBtn a,
.productBtn a {
	display: block;
	position: relative;
	padding: 28px 50px 27px 30px;
	border-radius: 40px;
	color: #fff;
	font-size: 2.3rem;
	line-height: 23px;
	font-weight: bold;
}
.historyBtn a {
	background-color: #e50041;
}
.productBtn a {
	background-color: #003d91;
}
.historyBtn a span,
.productBtn a span {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.6rem;
	line-height: 23px;
	font-weight: 700;
	vertical-align: bottom;
}
.historyBtn a::before,
.productBtn a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	width: 22px;
	height: 2px;
	margin: auto 0;
	background-color: #fff;
}
.historyBtn a::after,
.productBtn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 38px;
	width: 2px;
	height: 22px;
	margin: auto 0;
	background-color: #fff;
}
.endBlock {
	margin-bottom: 0;
	padding-bottom: 100px;
	background-color: #f2f5fa;
	text-align: center;
}
.endBlock::before {
	content: "";
	display: block;
	width: 4px;
	height: 32px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #668abd, #668abd 4px, transparent 4px, transparent 8px) repeat-y right 4px / 4px 8px;
}
.endBlock .cms_link.bgn {
	margin-top: 16px;
}
.cnavLink {
	margin-bottom: 0;
	padding-bottom: 100px;
	background-color: #f2f5fa;
}
.cnavLink ul {
	display: flex;
	column-gap: 5px;
}
.cnavLink ul li {
	width: calc(calc(100% - 20px) / 5);
	padding-left: 0;
}
.cnavLink ul li::before {
	content: none;
}
.cnavLink ul li a {
	display: block;
	position: relative;
	height: 62px;
	background-color: #fff;
	color: #0d2c4f;
	font-size: 2.1rem;
	line-height: 62px;
	font-weight: bold;
	text-align: center;
}
.cnavLink ul li:not(:first-child) a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 10px;
	border-color: transparent transparent transparent #f2f5fa;
}
.cnavLink ul li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 2;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 0 31px 10px;
	border-color: transparent transparent transparent #fff;
}
.cnavLink ul li a:hover,
.cnavLink ul li.on a {
	opacity: 1;
	background-color: #0d2c4f;
	color: #fff;
}
.cnavLink ul li a:hover::after,
.cnavLink ul li.on a::after {
	border-color: transparent transparent transparent #0d2c4f;
}
@media print, screen and (min-width: 768px) {
	.contentsWide > .inBlock {
		background: #f2f5fa url(../img/140th_bg.png) repeat-y center 0 / 4px 1px;
	}
	.cms_block.mainimg {
		width: 100%;
		height: 850px;
	}
	.cms_block.mainimg .cms_image img  {
		width: 100%;
		height: 850px;
		box-shadow: none;
		object-fit: cover;
	}
	.intro h1 span {
		display: block;
	}
	.cms_text.historyBox,
	.cms_text.productBox {
		width: 520px;
		margin-bottom: 0;
	}
	.historyBox {
		float: right;
	}
	.productBox {
		float: left;
	}
	.historyBox + .historyBox {
		margin-top: 40px;
		margin-left: 620px;
	}
	.historyBox + .historyBox.ml0 {
		margin-left: 0;
	}
	.productBox + .productBox {
		margin-top: 40px;
		margin-right: 620px;
	}
	.productBox .year {
		text-align: right;
	}
	.historyBox .year::before {
		left: -59px;
		background: url(../img/140th_line_history.png) no-repeat 0 0;
	}
	.productBox .year::before {
		right: -59px;
		background: url(../img/140th_line_product.png) no-repeat 0 0;
	}
	.historyBox .year.half::before {
		left: -50px;
		background: url(../img/140th_line_history_h.png) no-repeat 0 0;
	}
	.productBox .year.half::before {
		right: -50px;
		background: url(../img/140th_line_product_h.png) no-repeat 0 0;
	}
	.historyBox .year::after {
		right: 0;
	}
	.productBox .year::after {
		left: 0;
	}
	.historyBtn {
		float: right;
	}
	.productBtn {
		float: left;
	}
	.historyBtn a,
	.productBtn a {
		width: 520px;
	}
	.cnavLink ul li a::after {
		transition: .3s ease-in-out;
	}
	/* アキ調整 */
	.pc_mt34 {
		margin-top: 34px !important;
	}
	.pc_mt-4 {
		margin-top: -4px !important;
	}
	.pc_mt-34 {
		margin-top: -34px !important;
	}
	.pc_mt-259 {
		margin-top: -259px !important;
	}
	.pc_mt-286 {
		margin-top: -286px !important;
	}
	.pc_mt-613 {
		margin-top: -613px !important;
	}
	.pc_mt-751 {
		margin-top: -751px !important;
	}
	.pc_mt-921 {
		margin-top: -921px !important;
	}
}
/* ------------------------------
 140th（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsWide > .inBlock {
		background: #f2f5fa url(../img/140th_bg.png) repeat-y 5% 0 / 4px 1px;
	}
	.intro {
		padding-top: 46px;
	}
	.intro h1 {
		padding: 0 5%;
		font-size: 3.8rem;
	}
	.intro h1::after {
		width: 100px;
		height: 6px;
		margin-top: 25px;
	}
	.intro .cms_text.pc_tac {
		padding: 0 5%;
	}
	.intro ul {
		margin-top: 45px;
		padding: 0 5px;
	}
	.intro ul li {
		width: calc(calc(100% - 20px) / 5);
		padding-left: 0;
	}
	.intro ul li a {
		padding: 7px 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		font-size: 1.6rem;
	}
	.contentsWide > .inBlock > .cms_block {
		width: calc(90% - 35px);
		margin-left: calc(5% + 35px);
		margin-right: 5%;
	}
	.contentsWide > .inBlock > .cms_block.mb0 {
		width: 90%;
		margin-left: 5%;
	}
	.contentsWide .pageTitle h2 {
		position: relative;
		width: 104%;
		margin-left: -2%;
		margin-right: -2%;
		padding: 43px 0 38px;
		background-color: #f2f5fa;
		font-size: 3rem;
	}
	.contentsWide .pageTitle h2 span {
		display: block;
	}
	.cms_text.historyBox + .cms_text.productBox {
		margin-top: 50px;
	}
	.year {
		margin-bottom: 10px;
		font-size: 4rem;
	}
	.year::before {
		left: -42px;
		width: 42px;
	}
	.historyBox .year::before {
		background: url(../img/140th_line_history_sp.png) no-repeat 0 0 / cover;
	}
	.productBox .year::before {
		background: url(../img/140th_line_product_sp.png) no-repeat 0 0 / cover;
	}
	.year::after {
		right: 0;
		width: calc(100% - 100px);
	}
	.contentsWide .cms_block:not(.pop-content) h3 {
		font-size: 2rem;
		margin-bottom: 7px;
		padding-left: 54px;
	}
	.contentsWide .cms_block:not(.pop-content) h3 span {
		top: 2px;
		width: 46px;
		height: 26px;
		line-height: 25px;
		font-size: 1.5rem;
	}
	.historyBtn a,
	.productBtn a {
		padding: 12px 30px 14px 20px;
		border-radius: 30px;
		font-size: 1.7rem;
		line-height: 1;
	}
	.historyBtn a span,
	.productBtn a span {
		display: block;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 5px;
		border-right: none;
		font-size: 1.2rem;
		line-height: 1;
	}
	.historyBtn a::before,
	.productBtn a::before {
		right: 12px;
		width: 18px;
	}
	.historyBtn a::after,
	.productBtn a::after {
		right: 20px;
		height: 18px;
	}
	.contentsWide > .inBlock > .cms_block.endBlock {
		width: 100%;
		margin: -48px 0 0;
		padding-bottom: 50px;
		background-color: #f2f5fa;
	}
	.contentsWide > .inBlock > .cms_block.endBlock::before {
		margin-left: 5%;
	}
	.cnavLink {
		width: 101%;
		margin-left: -1%;
		padding-bottom: 50px;
	}
	.cnavLink ul li a {
		height: 42px;
		padding-left: 10px;
		font-size: 1.6rem;
		line-height: 42px;
	}
	.cnavLink ul li:not(:first-child) a::before {
		border-width: 21px 0 21px 10px;
	}
	.cnavLink ul li a::after {
		border-width: 21px 0 21px 10px;
	}
}
@media screen and (max-width: 390px) {
	.contentsWide .pageTitle h2 {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 375px) {
	.intro h1 {
		font-size: 3.5rem;
	}
}
@media screen and (max-width: 359px) {
	.contentsWide .pageTitle h2 {
		font-size: 2.5rem;
	}
	.cnavLink ul li a {
		font-size: 1.4rem;
	}
}

/* ------------------------------
 モーダルコンテンツ（PC）
------------------------------ */
.pop-content {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.pop-content > .cms_text > p {
	margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
	.pop-content {
		width: 1240px;
		max-height: calc(100vh - 120px);
		padding: 50px;
		background-color: #fff;
	}
}
/* ------------------------------
 モーダルコンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pop-content {
		width: 100vw;
		height: 100vh;
		padding: 50px 5% 100px;
		background-color: rgba(255,255,255,.95);
	}
}