@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css?family=Crimson+Text&display=swap');

/*==============================================================
contents - common
==============================================================*/

/*--------------- pageHeader ---------------*/
#pageHeader {
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 420px;
	padding: 50px 0 20px;
	position: relative;
	background-image: linear-gradient(50deg, rgba(0, 0, 0, .3) 20%, rgba(0, 0, 0, 0) 60%), url(../images/kitchen_main_pc.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left center;
	background-size: cover, cover;
}

#pageHeader .hGroup {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	left: calc(50% - 480px);
	bottom: 10%;
}

#pageHeader .hGroup h2 {
	display: inline-block;
	padding: 0 3px;
	margin-bottom: 1.6em;
	font-size: 1.7em;
	font-weight: 300;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	background: linear-gradient(rgba(212, 219, 137, 0) 70%, rgba(212, 219, 137, 0.6) 70%);
}

#pageHeader .hGroup h2 span {
	display: inline-block;
	margin-right: 0.4em;
	font-size: 2.7em;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: 'Crimson Text', serif;
}

#pageHeader .hGroup p {
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 1px 1px 6px rgba(0, 0, 0, 0.7), 1px 1px 20px rgba(0, 0, 0, 1);
}

#pageHeader .hGroup p.sub {
	margin-bottom: 1em;
	line-height: 1.7em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-feature-settings: "palt";
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 1px 6px rgba(0, 0, 0, 0.5), 1px 1px 20px rgba(0, 0, 0, 1);
}


#pageHeader .hGroup .house {
	width: 510px;
	position: absolute;
	right: -80px;
	top: 0;
	z-index: 2;
}

/*--------------- co ---------------*/
#main .coInner {
	padding: 0 0 70px;
}

#main .coInner h3 {
	margin-bottom: 2.5em;
	padding-top: 70px;
	padding-left: 1em;
	border-left: solid 10px #d4db89;
	font-size: 1.7em;
	font-weight: 700;
	position: relative;
}

#main .coInner p {
	margin-bottom: 1em;
}

#main .coInner img:not(:last-child) {
	margin-bottom: 10px;
}

#main ul.note {
	margin-top: 0.8rem;
	font-size: 0.8rem;
	color: inherit;
	counter-reset: notenum;
}

#main ul.note li {
	margin-bottom: 0.5em;
	padding-left: 1em;
	line-height: 1.6em;
	position: relative;
}

#main ul.note li::before {
	content: '\0203b';
	position: absolute;
	left: 0;
}

#main ul.note li.num {
	padding-left: 2em;
	counter-increment: notenum;
}

#main ul.note li.num:before {
	content: '\0203b' counter(notenum);
}


/*--------------- co1 ---------------*/
#co1 {
	background-color: #f4f6e1;
}

#before {
	margin-bottom: 100px;
	border: solid 1px #9fa0a0;
	background-color: #fff;
	flex-wrap: nowrap;
	position: relative;
}

#before>div {
	width: 50%;
}

#before .txt {
	border-right: solid 1px #9fa0a0;
}

#before .txt h4,
#after .afterBox h4 {
	padding: 0.5em 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #9fa0a0;
}

#before .txt h4::before,
#after .afterBox h4::before,
#planTab::before {
	content: 'before';
	display: block;
	width: 4.6em;
	height: 4.6em;
	border-radius: 2.3em;
	text-align: center;
	padding-top: 1.8em;
	line-height: 1;
	color: #fff;
	background-color: #111;
	position: absolute;
	left: -12px;
	top: calc(50% - 2.3em);
	box-sizing: border-box;
}

#before .txt p {
	padding: 35px;
	margin: 0;
	text-align: justify;
}

#before .thumb {
	padding: 35px;
	display: flex;
	align-items: center;
}

#before .thumb .ex {
	width: 270px;
	margin-right: 15px;
	border: solid 1px #9fa0a0;
}

#before .thumb .map {
	width: 120px;
}

#before::after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 35px);
	top: calc(100% + 30px);
	border: solid 35px transparent;
	border-top: solid 35px #d4db89;
}

#after .afterBox {
	width: 470px;
	margin-bottom: 3%;
	padding: calc(2.3em + 35px) 35px 35px;
	border: solid 1px #000;
	background-color: #fff;
	position: relative;
}

#after .afterBox h4 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
}

#after .afterBox h4::before,
#planTab::before {
	content: 'after';
	color: #000;
	background-color: #b7c52a;
}

#after .afterBox p.copy {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#after .thumb .ex {
	width: 270px;
	border: solid 1px #9fa0a0;
}

#after .thumb .map {
	width: 110px;
}

/*--------------- co4 ---------------*/
#co4 {
	/* background-color: #eeebde; */
	/* background-color: #d4db89; */
	background-color: #f8f8f3;
	padding-top: min(5em, 4vw);
}

#co4 .coInner h3 {
	width: max-content;
	margin: 0 auto 2.5em;
	padding: 70px .5em .5em;
	border-left: unset;
	border-bottom: solid 1px #727171;
	text-align: center;
	font-size: min(1.5em, 4.6vw);
	font-weight: 700;
	position: relative;
}

#co4 .coInner h3::before,
#co4 .coInner h3::after {
	content: '';
	width: 1.5em;
	height: 1em;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	top: 100%;
	background-color: #727171;
	transform: translateX(-50%);
}

#co4 .coInner h3::after {
	margin-top: -2px;
	/* background-color: #eeebde; */
	/* background-color: #d4db89; */
	background-color: #f8f8f3;
}

#co4 .features-wrp {
	background-color: #fff;
	position: relative;
}

#co4 .features-wrp+.features-wrp {
	margin-top: 3em;
}

#co4 .features-wrp .feature-hd-wrp {
	padding: 1.5em 3em;
	background-color: #eeebde;
	display: flex;
	align-items: center;
	gap: 2em;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .feature-hd-wrp {
		padding: 1em 1.5em;
		display: block;
	}
}

#co4 .features-wrp .feature-hd-wrp .feature-hd {
	width: 4em;
	font-size: min(1.4em, 4.6vw);
	color: #798413;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .feature-hd-wrp .feature-hd {
		width: 100%;
	}
}

#co4 .features-wrp .feature-hd-wrp .feature-lead {
	margin: 0;
	padding-left: 2em;
	border-left: solid 1px #aaa;
	color: #727171;
	flex: 1;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .feature-hd-wrp .feature-lead {
		width: 100%;
		margin-top: .5em;
		padding-top: .5em;
		padding-left: 0;
		border-left: unset;
		border-top: solid 1px #aaa;
		line-height: 1.6;
	}
}

#co4 .features-wrp .features-list {
	padding: 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2em 0;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .features-list {
		padding: 1.5em;
	}
}

#co4 .features-wrp .features-list .feature-box {
	width: 100%;
}

#co4 .features-wrp .features-list .feature-box:nth-child(2) {
	width: 34%;
}

#co4 .features-wrp .features-list .feature-box:nth-child(3) {
	width: 62%;
}

#co4 .features-wrp .features-list.features1 .feature-box {
	width: 56%;
}

#co4 .features-wrp .features-list.features1 .feature-box:nth-child(2),
#co4 .features-wrp .features-list.features1 .feature-box:nth-child(3) {
	width: 40%;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .features-list .feature-box {
		width: 100% !important;

	}
}

#co4 .features-wrp .features-list figure {
	width: auto;
	height: min(300px, 50vw);
	display: flex;
	position: relative;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .features-list figure {
		display: block;
		height: auto;
	}
}

#co4 .features-wrp .features-list figure.withArrow::before,
#co4 .features-wrp .features-list figure.withArrow::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
}

#co4 .features-wrp .features-list figure.withArrow::before {
	width: 2em;
	height: 2em;
	border-radius: 100%;
	background-color: #b7c52a;
	transform: translate(-50%, -50%);
	z-index: 2;
}

#co4 .features-wrp .features-list figure.withArrow::after {
	width: .5em;
	height: .5em;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: translate(-70%, -50%) rotate(45deg);
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .features-list figure.withArrow::after {
		transform: translate(-50%, -65%) rotate(135deg);
	}
}

#co4 .features-wrp .features-list figure span {
	display: inline-block;
	position: relative;
}

#co4 .features-wrp .features-list figure span::after {
	content: attr(data-maker);
	position: absolute;
	right: .5em;
	bottom: .5em;
	font-size: .8em;
	color: #fff;
}

#co4 .features-wrp .features-list figure span.black::after {
	color: #222;
}

#co4 .features-wrp .features-list figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#co4 .features-wrp .features-list figure.half span {
	width: 50%;
}

@media screen and (max-width:767px) {
	#co4 .features-wrp .features-list figure.half span {
		width: 100%;
		margin: 0;
	}
}

#co4 .features-wrp .features-list p {
	margin-top: .5em;
	margin-bottom: 0;
	font-size: .9em;
}

/*--------------- co2 ---------------*/
/* slider */
.slideTab {
	flex-wrap: nowrap;
	margin-bottom: 30px;
}

.slideTab .slick-list {
	padding-bottom: 15px;
}

.slideTab .li {
	width: 25%;
	padding: 0.8em 0 1.2em;
	text-align: center;
	/* color: #fff; */
	background-color: #b7c52a;
	border-right: solid 1px #fff;
	line-height: 1;
	font-size: 1.15em;
	position: relative;
	cursor: pointer;
	color: #111;
	font-family: 'NotoSansCJKjp', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 600;
}

#lineupTab .li.slick-current {
	/* background-color: #b7c52a; */
	/* color: #798413; */
	background-color: #eeebde;
}

.slideTab .li::after {
	content: '';
	display: block;
	width: .5em;
	height: .5em;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
	position: absolute;
	left: 50%;
	bottom: .6em;
	transform: translate(-50%) rotate(45deg);
	transition: bottom .3s ease;
}

.slideTab .li.slick-current::after {
	bottom: .4em;
}

/* productBox */
#lineup .productBox {
	padding: 0 5px;
}

#lineup .productTitle {
	padding-left: 11em;
	margin-bottom: 3em;
	position: relative;
}

#lineup .productTitle h4 {
	width: 7.6em;
	background-color: #000;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 3px #000;
	text-align: center;
	font-size: 1.1em;
}

#lineup .productTitle h4 span {
	width: 100%;
	height: 3.5em;
	line-height: 1.3em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#lineup .productTitle h4 span.item {
	background-color: #fff;
	color: #000;
}

#lineup .productTitle p.sub {
	margin-bottom: 0.6em;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* productDetail */
#lineup .productDetail .thumb.main {
	width: 470px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#lineup .productDetail .feature {
	width: 450px;
}

#lineup .productDetail .feature .flex:not(:last-child) {
	margin-bottom: 3%;
}

#lineup .productDetail .feature .thumb {
	width: 160px;
}

#lineup .productDetail .feature .thumb img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

#lineup .productDetail .feature .txt {
	width: 270px;
}

#lineup .productDetail .feature h5 {
	font-size: 1em;
	margin-bottom: 0.8em;
}

#lineup .productDetail .feature p {
	margin-bottom: 0;
	font-size: 0.9em;
}

/* recommend */
#lineup .recommendItemWrp {
	margin-top: 4em;
	padding: 3em 0 1.75em;
	border-top: solid 1px #727171;
	border-bottom: solid 1px #727171;
	position: relative;
	gap: 2em 0;
}

#lineup .recommendItemWrp h6 {
	width: 100%;
	margin-bottom: 2em;
	font-size: 1.05em;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}

/* #lineup .recommendItemWrp h6::before {
	content: '';
	width: 100%;
	border-top: solid 1px #727171;
	position: absolute;
	left: 0;
	top: 51%;
} */

#lineup .recommendItemWrp h6 span {
	width: max-content;
	padding: .5em 1em;
	background-color: #b7c52a;
	position: relative;
	z-index: 1;
}

#lineup .recommendItemWrp h6 span::before {
	content: '';
	width: 1em;
	height: 99%;
	background-color: #b7c52a;
	position: absolute;
	left: 100%;
	top: 0;
	clip-path: polygon(0 0, 100% 0, 40% 50%, 100% 100%, 0 100%);
}

#lineup .recommendItemWrp .recommendItem {
	width: 48%;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto 1fr;
	gap: .5em 1.5em;
}

@media screen and (max-width:767px) {
	#lineup .recommendItemWrp .recommendItem {
		width: 100% !important;
		grid-template-columns: 47% 1fr;
		gap: .5em 1em;
	}
}

#lineup .panasonic .recommendItemWrp .recommendItem {
	width: 100%;
	gap: .5em 2em;
}

@media screen and (max-width:767px) {
	#lineup .panasonic .recommendItemWrp .recommendItem {
		grid-template-columns: 1fr;
	}
}

/* #lineup .lixil .recommendItemWrp .recommendItem {
	width: 50%;
	margin: 0 auto;
} */

#lineup .recommendItemWrp figure {
	grid-row: span 2;
}

#lineup .recommendItemWrp .recommend-hd {
	margin: 0;
	line-height: 1.8;
	font-size: 1.1em;
	font-weight: bold;
	color: #798413;
}

@media screen and (max-width:767px) {
	#lineup .panasonic .recommendItemWrp .recommend-hd {
		margin-top: 1em;
	}
}

#lineup .recommendItemWrp .recommend-hd span {
	display: block;
	width: max-content;
	/* border-top: solid 1px #798413;
    border-bottom: solid 1px #798413; */
	font-size: .8em;
	/* font-weight: normal; */
	color: #222;
}

#lineup .recommendItemWrp .recommend-txt {
	margin: 0;
	font-size: .9em;
}

/*
#lineup .linkBtn{
	padding:1em 1em 1em 11em;
	margin-top: 30px;
	border:solid 1px #b7c52a;
	justify-content: center;
	position: relative;
}
#lineup .linkBtn h6{
	padding: 0 1em;
	display: flex;
	align-items: center;
	color:#fff;
	background-color:#b7c52a;
	font-size: 1em;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
#lineup .linkBtn h6::after{
	content: '';
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	left: 100%;
	top:0;
	bottom: 0;
	background:linear-gradient(to bottom left, transparent 50%, #b7c52a 50.1%) top right/ 100% 50% no-repeat,
		linear-gradient(to top left, transparent 50%, #b7c52a 50.1%) bottom right / 100% 50% no-repeat;
}
#lineup .linkBtn a{
	display: inline-block;
	margin: 0 15px;
	padding:1em 4.5em 1em 4em;
	color:#fff;
	background-color:#000;
	line-height: 1;
	box-shadow: 1px 1px 3px rgba(0,0,0,.4);
	position: relative;
	border-radius: 6px;
	transition: background-color 0.2s 0s ease;
}
#lineup .linkBtn a:hover{
	background-color:#b7c52a;
}
#lineup .linkBtn a::after{
	content: '';
	display: block;
	width: 0.8em;
	height: 0.8em;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	right: 1em;
	top: calc(50% - 0.4em);
	transform: rotate(45deg);
	transform-origin: center center;
} */

#lineup .slick-prev,
#lineup .slick-next {
	z-index: 2;
}

#lineup .slick-prev {
	left: -60px;
}

#lineup .slick-next {
	right: -60px;
}

#lineup .slick-prev:before,
#lineup .slick-next:before {
	border-top: solid 3px #b7c52a;
	border-right: solid 3px #b7c52a;
}

/*--------------- co3 ---------------*/
#co3 {
	background-color: #f4f6e1;
}

#co3 ul {
	counter-reset: construction;
}

#co3 ul::after,
#co3 ul li {
	width: 215px;
}

#co3 ul::after {
	content: '';
	display: block;
	height: 0;
}

#co3 ul li {
	margin-bottom: 1em;
	position: relative;
}

#co3 ul li::before {
	content: counter(construction);
	counter-increment: construction;
	display: block;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1;
	position: absolute;
	color: #fff;
	background-color: #b7c52a;
	border: solid 0.3em #b7c52a;
	font-size: 1.3em;
}

#co3 ul li p {
	margin-top: 0.7em;
	font-size: 0.85em;
	line-height: 1.6em;
}

/*--------------- bnrArea ---------------*/
#bnrArea {
	padding: 50px 0;
}

#bnrArea a {
	display: block;
	width: 500px;
	padding-right: 1em;
	margin: 0 auto;
	background-color: #b7c52a;
	border: solid 5px #b7c52a;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	opacity: 1;
	transition: opacity 0.3s 0s ease;
}

#bnrArea a::after {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	right: 15px;
	top: calc(50% - 0.5em);
	transform: rotate(45deg);
	transform-origin: center center;
}

#bnrArea a:hover {
	opacity: .6;
}

#bnrArea a .thumb {
	width: 40%;
	background: url(../images/kitchen_case_bnr.jpg) no-repeat center center / cover;
}

#bnrArea a p {
	width: 60%;
	padding: 1.6em 0;
	font-size: 1.2em;
	text-align: center;
}




/*==============================================================
**==============================================================
**
** smart phone
**
**==============================================================
==============================================================*/

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

	/*
	@media (orientation:portrait){
		#main .w2-1,
		#main .w3-1,
		#main .w4-1{
			width:48%;
		}
		#main .w3-2,
		#main .w4-2,
		#main .w4-3{
			width:100%;
		}
	}
	@media (orientation:landscape){
		#main .w2-1,
		#main .w4-1{
			width:48%;
		}
		#main .w3-1{
			width:31%;
		}
		#main .w3-2{
			width:65.5%;
		}
		#main .w4-2,
		#main .w4-3{
			width:100%;
		}
	}
*/

	/*--------------- pageHeader ---------------*/
	#pageHeader {
		width: 100%;
		padding: 0;
		min-height: 450px;
		background-image: linear-gradient(rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 0) 50%), url(../images/kitchen_main_sp.jpg);
	}

	#pageHeader .hGroup {
		width: 100%;
		padding: 4vw;
		left: 0;
		top: 1em;
		bottom: 0;
	}

	#pageHeader .hGroup h2 {
		color: #000;
		font-size: 1.4em;
		text-shadow: none;
	}

	#pageHeader .hGroup h2 span {
		margin-right: 0.3em;
	}

	#pageHeader .hGroup p:not(.sub) {
		width: 100vw;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 4vw;
		background: rgba(0, 0, 0, .5);
		text-align: justify;
	}

	#pageHeader .hGroup p:not(.sub) br {
		display: none;
	}

	#pageHeader .hGroup p.sub {
		font-size: 1.15em;
		text-shadow: none;
		color: #000;
	}

	/*--------------- co ---------------*/

	#main .coInner {
		padding: 0 0 40px;
	}

	#main .coInner h3 {
		padding-top: 40px;
		padding-left: 0.8em;
		margin-bottom: 2em;
	}

	#main ul.note {
		margin-top: 0.7rem;
		font-size: 0.7rem;
	}


	/*--------------- co1 ---------------*/

	#before {
		display: block;
		margin-bottom: 22vw;
		border-top: solid 5px #000;
	}

	#before>div {
		width: 100%;
	}

	#before .txt {
		border-right: none;
	}

	#before .txt h4::before,
	#planTab::before {
		width: 5em;
		height: 2.4em;
		padding-top: 0.6em;
		font-size: 0.9rem;
		top: auto;
		bottom: 100%;
		border-radius: 6px 6px 0 0;
		left: -1px;
	}

	#before .txt p {
		padding: 6vw 5vw 0;
	}

	#before .thumb {
		padding: 5vw;
	}

	#before .thumb .ex {
		width: 65%;
		margin-right: 5%;
	}

	#before .thumb .map {
		width: 30%;
	}


	#before::after {
		left: calc(50% - 8vw);
		top: calc(100% + 9vw);
		border: solid 8vw transparent;
		border-top: solid 8vw #d4db89;
	}


	#planTab {
		margin-bottom: -7vw;
		position: relative;
		z-index: 3;
		border-top: solid 5px #b7c52a;
	}

	#planTab .slick-list {
		padding-top: 0 !important;
	}

	#planTab::before {
		left: 0;
	}

	#planTab .li {
		background-color: #333;
		font-size: 3.2vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
		line-height: 1.3em;
		height: 5em;
		color: #fff;
		/*		align-items: center;*/
	}

	#planTab .li.slick-current {
		color: #111;
		background-color: #b7c52a
	}

	/* .slideTab .li.slick-current::after {
		border: solid 2.8vw transparent;
		border-top: solid 3.5vw #000;
		left: calc(50% - 2.8vw);
	} */

	#after .afterBox {
		width: 100%;
		margin-bottom: 0;
		/*		padding:calc(4em + 5vw) 5vw 5vw;*/
		padding: 8vw 5vw 5vw;
	}

	#after .afterBox h4 {
		display: none;
		/*		font-size: 1.1em;*/
	}

	#after .afterBox h4::before {
		content: 'after';
		color: #000;
		background-color: #b7c52a;
	}

	#after .afterBox p.copy {
		font-size: 1.4em;
		margin-bottom: 0.7em;
	}

	#after .afterBox p:not(.copy) {
		min-height: 7em;
	}

	#after .thumb .ex {
		width: 67%;
	}

	#after .thumb .map {
		width: 27%;
	}

	#lineup .linkBtn {
		padding: 3.5em 1em 1em;
		margin-top: 5vw;
		justify-content: space-between;
	}

	#lineup .linkBtn h6 {
		display: block;
		padding: 0.5em 0;
		width: 100%;
		text-align: center;
		bottom: auto;
	}

	#lineup .linkBtn h6::after {
		content: none;
	}

	#lineup .linkBtn a {
		width: 48%;
		margin: 0 0;
		padding: 1em 0.5em 1em 0;
		text-align: center;
	}

	#lineup .linkBtn a:nth-of-type(n+3) {
		margin-top: 3%;
	}

	#co1 .slick-list {
		padding-top: 3vw;
	}

	#co1 .slick-dotted.slick-slider {
		margin-bottom: 7vw;
	}

	#co1 .slick-dots {
		bottom: -8vw;
	}

	/*--------------- co2 ---------------*/

	.slideTab {
		margin-bottom: 5vw;
	}

	.slideTab .slick-list {
		padding-bottom: 4vw;
	}

	.slideTab .li {
		font-size: 3.6vw;
	}

	/* #lineupTab .li.slick-current::after {
		border: solid 2.8vw transparent;
		border-top: solid 3.5vw #b7c52a;
		left: calc(50% - 2.8vw);
	} */

	#lineup .productTitle {
		padding-left: 0;
		margin-bottom: 1.5em;
	}

	#lineup .productTitle h4 {
		width: auto;
		display: inline-block;
		margin-bottom: 1.5em;
		position: static;
	}

	#lineup .productTitle h4 span {
		width: auto;
		height: auto;
		padding: 0.5em 0.8em;
		line-height: 1;
		display: inline-block;
	}

	#lineup .productTitle p.sub {
		font-size: 1.5em;
	}

	#lineup .productTitle p:not(.sub) br {
		display: none;
	}

	#lineup .productDetail .thumb.main,
	#lineup .productDetail .feature {
		width: 100%;
	}

	#lineup .productDetail .thumb.main {
		height: 50vw;
		margin-bottom: 5%;
	}

	#lineup .productDetail .feature .flex:not(:last-child) {
		margin-bottom: 3%;
	}

	#lineup .productDetail .feature .thumb {
		width: 40%;
	}

	#lineup .productDetail .feature .thumb img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	#lineup .productDetail .feature .txt {
		width: 55%;
	}

	#lineup .productDetail .feature h5 {
		font-size: 1em;
		margin-bottom: 0.8em;
		padding-bottom: 0.2em;
		border-bottom: solid 1px #b7c52a;
	}

	#lineup .productDetail .feature p {
		margin-bottom: 0;
		font-size: 0.9em;
	}




	/*--------------- co3 ---------------*/

	#co3 ul::after,
	#co3 ul li {
		width: 47%;
	}

	#co3 ul {
		margin-bottom: -20px;
	}

	#co3 ul li p {
		font-size: 0.9em;
	}


	/*--------------- bnrArea ---------------*/
	#bnrArea {
		padding: 30px 0;
	}

	#bnrArea a {
		width: 90%;
		padding-right: 1em;
	}

	#bnrArea a::after {
		width: 1.2em;
		height: 1.2em;
		right: 3%;
		top: calc(50% - 0.6em);
	}

	#bnrArea a p {
		padding: 1.2em 0;
		font-size: 3.9vw;
	}

}