@charset "utf-8";

#primary-area {
	padding: 110px 0;
	letter-spacing: 2px;
	text-align: center;
	background: no-repeat center bottom;
	background-image: url('../images/about_bg_primary.jpg');
	background-size: cover;
}
#primary-area .section-title {
	margin-bottom: 35px;
	font-size: 3.2rem;
	line-height: 1.5;
}
#primary-area .section-desc {
	margin-bottom: 40px;
	font-size: 1.5rem;
	line-height: 200%;
}
#primary-area .about-btn {
	width: 320px;
}
@media screen and (max-width: 640px) {
	#primary-area {
		padding: 70px 0;
		background-position: right -50px top 0px;
	}
	#primary-area .section-title  {
		margin-bottom: 50px;
		font-size: 2.8rem;
	}
	#primary-area .section-desc {
		font-size: 1.7rem;
		letter-spacing: -1px;
	}
	#primary-area .about-btn {
		width: 460px;
		height: 100px;
	}
}

#primary-area-test .inner {
	align-items: stretch;
	display: flex;
}

#primary-area-test .inner .image-box {
	flex-basis: 50%;
	width: 50%;
}

#primary-area-test .inner .image-box img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}


#primary-area-test .inner .text-box {
	align-items: center;
	background-color: #f8f2e7;
	display: flex;
	flex-basis: 50%;
	justify-content: center;
	text-align: center;
	width: 50%;
}

#primary-area-test .inner .text-box .wrap-text {
	max-width: 490px;
	padding: 50px;
	width: 100%;
}

#primary-area-test .inner .text-box .wrap-text h2 {
	font-size: 3.4rem;
	line-height: 1.4;
	text-align: center;
}

#primary-area-test .inner .text-box .wrap-text .section-desc {
	margin-top: 30px;
}

#primary-area-test .inner .text-box .wrap-text .about-btn {
	margin-top: 40px;
	width: fit-content;
}

#primary-area-test .inner .text-box .wrap-text .about-btn a {
	padding-left: 80px;
	padding-right: 80px;
}

@media screen and (max-width: 640px) {
	#primary-area-test .inner {
		flex-wrap: wrap;
	}
	
	#primary-area-test .inner .image-box {
		flex-basis: 100%;
		width: 100%;
	}
	
	#primary-area-test .inner .text-box {
		flex-basis: 100%;
		width: 100%;
	}
	
	#primary-area-test .inner .text-box .wrap-text {
		max-width: unset;
		padding: 60px 10px 80px;
	}
	
	#primary-area-test .inner .text-box .wrap-text h2 {
		font-size: 2.4rem;
	}
}

#lineup {
	padding: 80px 0;
}
#lineup .brand-list li {
	width: 320px;
	margin-right: 60px;
}
#lineup .brand-list li:last-child {
	margin-right: 0;
}
#lineup .brand-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#lineup .brand-list .logobox {
	display: block;
	box-sizing: border-box;
	border: 1px solid #ddd;
	text-align: center;
}
#lineup .brand-list .logobox:hover {
	opacity: 0.7;
}
#lineup .brand-list .logobox img {
	display: inline;
}
#lineup .brand-list .logobox > .table {
	height: 220px;
}
#lineup .brand-list .txtbox {
	font-size: 1.5rem;
	letter-spacing: -0.01em;
}
#lineup .brand-list .txtbox br {
	display: none;
}
#lineup .brand-list .txtbox .title {
	margin: 20px 0;
	font-size: 1.5rem;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
    #lineup .brand-list li {
        margin: 0;
    }
	#lineup .brand-list > li {
		margin: 0 0 50px;
	}
	#lineup .brand-list li:last-child {
		margin-bottom: 0;
	}
	#lineup .brand-list .logobox > .table {
		height: 375px;
	}
	#lineup .brand-list li img {
		width: 60%;
	}
	#lineup .brand-list .txtbox,
	#lineup .brand-list .txtbox .title {
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 641px) {
	body#top .sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	body#top .pc-only {
		display: none !important;
	}
}

body#top .section-slider .inner {
	height: 380px;
	margin: 10px 0 50px;
	overflow: hidden;
	position: relative;
}

body#top .section-slider .inner .wrap-slider {
	margin-inline: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 1900px;
}

body#top .section-slider .slick-list {
  margin: 0 -15px;
}

body#top .section-slider .slick-slide {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
  margin: 0 10px 10px;
	transition: opacity .2s;
}

body#top .section-slider .slick-slide:hover {
	opacity: .7;
}

body#top .section-slider .slick-dotted.slick-slider {
	margin-bottom: 0;
}

body#top .slick-dots {
	bottom: -40px;
}

body#top .slick-dots li {
	margin: 0 1px;
}

body#top .slick-dots li button:before {
	font-size: 11px;
}

@media screen and (max-width: 640px) {
	body#top .section-slider .inner {
		height: auto;
		margin: 70px 0 80px;
	}
	
	body#top .section-slider .inner .wrap-slider {
		margin-inline: auto;
		position: static;
		translate: unset;
		width: 100%;
	}
	
	body#top .section-slider .slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
	
	body#top .slick-dots {
		bottom: -44px;
	}
	
	body#top .slick-dots li {
		margin: 0 3px;
	}
	
	body#top .slick-dots li button:before {
		font-size: 14px;
	}
}

