/* 特設ページ　クラウンスペース（仮 202506） CSS　Ver.1.0.0 */

#main-content {
	transition: 0.2s ease;
}
#main-content.bg-gray {
	color: rgba(238, 238, 238, 1.0);
	background-color: rgba(60, 60, 60, 1.0);
}
h2.c4s-title {
	text-align: center;
	background-color: rgba(12, 12, 12, 1.0);
	overflow: hidden;
}
h2.c4s-title img {
	width: 100%;
	min-width: 1400px;
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.logo-a15 {
	width: 20%;
	max-width: 360px;
	line-height: 1.0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.c4s-navi {
	background-color: rgba(12, 12, 12, 1.0);
}
.c4s-navi ul {
	flex-flow: row-reverse;
}
.c4s-navi-items {
	text-align: right;
}
.c4s-navi-items a, 
.c4s-navi-items a:visited {
	padding: 15px 20px;
	font-weight: 200;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 1.0);
	transition: 0.25s;
}
.c4s-navi-items a:hover {
	color: rgba(150, 150, 150, 1.0);
}

/*SECTION 共通設定*/
.c4s-sec {
	padding-top: 150px;
	padding-bottom: 150px;
}
.sec-title {
	width: 40%;
	max-width: 440px;
	margin: 0 auto 100px;
}

/*LINEUP（section-1）設定*/
#sec-1 {
	background-color: rgba(234, 234, 234, 1.0);
}
.c4s-lineup-box {
	width: 25%;
}
.c4s-lineup-box label {
	transition: 0.6s ease-in-out;
}
.c4s-lineup-box label:hover {
	opacity: 60%;
}

/*MOVIE（section-2）設定*/
/*
#sec-2 {
	background-color: rgba(60, 60, 60, 1.0);
}
*/
.c4s-movie-box {
	width: 48%;
}
.c4s-movie-box:nth-child(3), 
.c4s-movie-box:nth-child(4) {
	margin-top: 40px;
}
.c4s-movie-box a:hover {
	opacity: 60%;
}

/*魅力（section-3）設定*/
.brand-navi li {
	width: 25%;
	font-size: 17px;
	text-align: center;
	color: rgba(180, 180, 180, 1.0);
	border-top: 1px solid rgba(210, 210, 210, 1.0);
	border-right: 1px solid rgba(210, 210, 210, 1.0);
	border-bottom: 1px solid rgba(15, 15, 15, 1.0);
	border-left: 1px solid rgba(210, 210, 210, 1.0);
}
.brand-navi li.active {
	color: rgba(45, 45, 45, 1.0);
	border-top: 1px solid rgba(15, 15, 15, 1.0);
	border-right: 1px solid rgba(15, 15, 15, 1.0);
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
	border-left: 1px solid rgba(15, 15, 15, 1.0);
}
.brand-navi li input[type="submit"] {
	width: 100%;
	padding: 10px 3px;
	display: block;
}
.brand-navi li.active input[type="submit"] {
	font-weight: bold;
}
/*
.brand-navi li label {
	padding: 10px 3px;
	display: block;
}
.brand-navi li.active label {
	font-weight: bold;
}
.brand-navi li input[type="submit"] {
	display: none;
}
*/
.brand-info {
	margin-top: 60px;
}
.brand-info-headline {
	width: 80%;
	max-width: 800px;
	margin: 80px auto 40px;
}
.brand-info-headline dt {
	font-size: 27px;
	text-align: center;
	color: rgba(105, 105, 105, 1.0);
}
.brand-info-read {
	margin-top: 40px;
	font-size: 16px;
	line-height: 1.85em;
	font-weight: 200;
}
.brand-detail {
	margin-top: 120px;
	padding: 50px 0 0;
}
.brand-detail-t {
	width: 70%;
	max-width: 680px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.brand-detail-box {
	align-items: center;
}
.brand-detail-txt {
	width: 38%;
}
.brand-detail-ph {
	width: 60%;
}
.brand-detail-txt h5 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
}
.brand-detail-txt p {
	font-size: 14px;
	font-weight: 300;
}
.brand-link {
	margin-top: 80px;
	text-align: center;
}
.brand-link a, 
.brand-link a:visited {
	width: 45%;
	max-width: 360px;
	padding: 25px 30px;
	background-color: rgba(240, 240, 240, 1.0);
	border: 1px solid rgba(0, 0, 0, 1.0);
	border-radius: 6px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	transition: 0.4s ease-in-out;
}
.brand-link a:hover{
	background-color: rgba(225, 225, 225, 1.0);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.brand-banner {
	margin-top: 120px;
	text-align: center;
}
.brand-banner a, 
.brand-banner a:visited {
	width: 80%;
	max-width: 1000px;
	transition: 0.4s ease-in-out;
}
.brand-banner a:hover {
	opacity: 0.6;
}

/*特設（section-4）設定*/
/*
#sec-4 {
	background-color: rgba(224, 229, 230, 1.0);
}
*/
.special-conte-wrap {
	margin-top: 40px;
}
.special-conte-box {
	width: 48%;
}
.special-conte-box a:hover {
	opacity: 60%;
}

/*シリーズ リンク設定*/
.crown-series-link {
	background-color: rgba(224, 229, 230, 1.0);
	color: rgba(45, 45, 45, 1.0);
}
.crown-series-logo {
	width: 100%;
	max-width: 410px;
	margin: 0 auto 50px;
}
.link-box {
	width: 23.5%;
	text-align: center;
}
.link-box p {
	padding: 5px 0;
}
.link-box a, 
.link-box a:visited {
	margin-top: 7px;
	padding: 0.5em 0.8em;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(45, 45, 45, 1.0);
	border: double 3px rgba(255, 255, 255, 0.2);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	transition: 0.25s;
}
.link-box a:hover {
	background-color: rgba(15, 15, 15, 1.0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}

/*タブ切替設定*/
.brand-info {
	display: none;
	padding-top: 100px;
}
.brand-wrap > label {
	display: block;
	width: 25%;
	padding: 10px 3px;
	font-size: 17px;
	text-align: center;
	cursor: pointer;
	color: rgba(180, 180, 180, 1.0);
	border-top: 1px solid rgba(210, 210, 210, 1.0);
	border-right: 1px solid rgba(210, 210, 210, 1.0);
	border-bottom: 1px solid rgba(15, 15, 15, 1.0);
	border-left: 1px solid rgba(210, 210, 210, 1.0);
}
#tab-crossover.brand-wrap > label {
	position: absolute;
	top: 0;
	left: 0;
}
#tab-sedan.brand-wrap > label {
	position: absolute;
	top: 0;
	left: 25%;
}
#tab-sport.brand-wrap > label {
	position: absolute;
	top: 0;
	left: 50%;
}
#tab-estate.brand-wrap > label {
	position: absolute;
	top: 0;
	left: 75%;
}
.brand-wrap > label:has(:checked) {
	color: rgba(45, 45, 45, 1.0);
	border-top: 1px solid rgba(15, 15, 15, 1.0);
	border-right: 1px solid rgba(15, 15, 15, 1.0);
	border-bottom: 1px solid rgba(255, 255, 255, 1.0);
	border-left: 1px solid rgba(15, 15, 15, 1.0);
}
input[type="radio"] {
	display: none;
}
label:has(:checked) + div {
	display: block;
}


/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1024px) {

	h2.c4s-title img {
		width: 100%;
		min-width: 980px;
	}

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 767px) {

	h2.c4s-title img {
		width: 100%;
		min-width: 100%;
	}
	.c4s-navi ul {
		justify-content: center;
	}
	.c4s-navi-items {
		text-align: center;
	}
	.c4s-navi-items a, 
	.c4s-navi-items a:visited {
		padding: 15px 8px;
		font-size: 13px;
		font-weight: 300;
		letter-spacing: 0.01em;
	}

	/*SECTION 共通設定*/
	.c4s-sec {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.sec-title {
		width: 55%;
		margin: 0 auto 50px;
	}

	/*LINEUP（section-1）設定*/
	.c4s-lineup-box {
		width: 100%;
	}

	/*MOVIE（section-2）設定*/
	.c4s-movie-box {
		width: 48%;
	}
	.c4s-movie-box:nth-child(3), 
	.c4s-movie-box:nth-child(4) {
		margin-top: 15px;
	}

	/*魅力（section-3）設定*/
	.brand-wrap > label {
		font-size: 10px;
	}
	/*
	.brand-navi li {
		font-size: 10px;
	}
	*/
	.brand-info-headline {
		width: 100%;
		margin: 50px auto 40px;
	}
	.brand-info-headline dt {
		font-size: 24px;
	}
	.brand-info-read {
		width: 85%;
		margin: 40px auto 0;
		font-size: 15px;
	}
	.brand-detail {
		margin-top: 80px;
		padding: 30px;
		position: relative;
	}
	.brand-detail-box {
		background-color: rgba(230, 230, 230, 1.0);
	}
	.brand-detail-t {
		width: 100%;
		top: 15px;
	}
	.brand-detail-txt {
		width: 82%;
		padding: 12px 16px;
		color: rgba(255, 255, 255, 1.0);
		background-color: rgba(84, 75, 72, 0.9);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
	}
	.brand-detail-txt h5 {
		margin-bottom: 13.5px;
		font-size: 15px;
	}
	.brand-detail-txt p {
		font-size: 12px;
		line-height: 1.45;
	}
	.brand-detail-ph {
		width: 70%;
		position: absolute;
		top: 60px;
		right: 0;
	}
	.brand-link a, 
	.brand-link a:visited {
		width: 80%;
	}

	/*特設（section-4）設定*/
	.special-conte-box {
		width: 100%;
	}
	.special-conte-box:not(:first-child) {
		margin-top: 20px;
	}
	.brand-banner {
		margin-top: 80px;
	}
	.brand-banner a, 
	.brand-banner a:visited {
		width: 100%;
	}

	/*シリーズ リンク設定*/
	.crown-series-logo {
		width: 75%;
	}
	.link-box {
		width: 48%;
		margin-bottom: 30px;
	}
	.link-box a, 
	.link-box a:visited {
		margin-top: 0;
	}

}
