/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*共通*/
.common-h {
	/* width: 388px; */
	text-align: center;
	line-height: 1em;
	display: inline-block;
	letter-spacing: 0.08em;
	border-bottom: 2px solid #000;
	padding-inline: .3em;
	padding-bottom: 2px;
}

.common-hs {
	display: block;
	letter-spacing: 0.12em;
	margin-top: 12px;
}

.common-hs.l-space100 {
	letter-spacing: 0.1em;
}

.slick-slide {
	outline: none;
}

body>section {
	padding-right: 15px;
	padding-left: 15px;
}

/*MV
----------------------------------*/
#mv {
	height: 100vh;
	background: url(../img/about/mv.jpg) center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#mv .text-white {
	display: flex;
	flex-direction: column;
}

#mv .title-section-img {
	width: 100%;
}

#mv .text-en {
	letter-spacing: 0.08em;
	display: inline-block;
	border-bottom: 2px solid #fff;
	padding: 0 40px;
	margin-bottom: -10px;
	padding-bottom: 26px;
}

#mv .text-jp {
	letter-spacing: 0.16em;
	display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1100px){
	#mv .text-en {
		padding-bottom: 1px;
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 767px) {
	#mv {
		height: 450px;
	}

	#mv .text-en {
		padding-right: 14px;
		padding-left: 14px;
		padding-bottom: 1px;
		margin-bottom: 6px;
	}

	#mv .text-jp {
		margin-top: 0;
		line-height: 1;
	}
}

/*トランクカーゴについて
----------------------------------*/
#feature {
	margin-top: 160px;
}

.feature__navi {
	margin-inline: auto;
	width: fit-content;
	display: flex;
	margin-bottom: 160px;
	gap: 124px;
}

.feature__navi-link {
	background-image: linear-gradient(#000, #000);
	background-size: 0 1px;
	background-position: bottom right;
	background-repeat: no-repeat;
	transition: background-size .3s ease-in-out;
	position: relative;
	padding-top: 10px;
	padding-bottom: 1px;
	letter-spacing: 0.1em;
	width: fit-content;
	white-space: nowrap;
	/* padding-left: 72px;
	padding-right: 50px; */
}

.feature__navi-link:not(:first-of-type):before {
	content: '';
	position: absolute;
	background-image: url(../img/products/category-srash.png);
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 50%;
	left: -74px;
	margin-top: -9.5px;
}

@media (hover: hover) {
	.feature__navi-link.feature__navi-link:hover {
		background-size: 100% 1px;
		background-position: bottom left;
		color: #000 !important;
	}
}

.feature__navi-target {
	margin-top: -100px;
	padding-top: 100px;
}

/* .feature__heading .common-h {
	width: auto;
} */

.feature__maincopy {
	text-align: center;
	font-size: 42px;
	margin: 120px auto;
	letter-spacing: 0.075em;
	line-height: 1.4em;
}

.feature__box {
	max-width: 960px;
	margin-inline: auto;
	margin-bottom: 120px;
	display: flex;
	gap: 40px;
	align-items: center;
}

#feature .feature__box:last-of-type {
	margin-bottom: 140px;
	padding-bottom: 140px;
	border-bottom: solid 1px;
}

.feature__image {
	max-width: 555px;
	width: 40vw;
}

.feature__text-heading {
	line-height: 1.7;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
}

.feature__text:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#feature {
		margin-top: 40px;
	}

	.feature__navi-target {
		margin-top: 0;
		padding-top: 0;
	}

	.feature__navi {
		gap: 0 74px;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
	}

	.feature__navi-link:not(:first-of-type):before,
	.feature__navi-link:first-of-type:before {
		width: 14px;
		height: 14px;
		top: 50%;
		margin-top: -3.5px;
	}

	.feature__navi-link:last-of-type:before {
		left: -44px;
	}

	.feature__navi-link:nth-of-type(2):before {
		display: none;
	}

	.feature__navi-link:first-of-type:before {
		content: '';
		position: absolute;
		background-image: url(../img/products/category-srash.png);
		background-size: contain;
		right: -30px;
	}

	.feature__maincopy {
		font-size: 18px;
		line-height: 1.6;
		margin: 30px 0;
	}

	.feature__box {
		gap: 15px;
		margin-bottom: 60px;
	}

	.feature__box {
		flex-direction: column;
	}

	.feature__box:last-of-type {
		margin-bottom: 0;
	}

	.feature__box--reverse .feature__image-wrapper {
		order: 1;
	}

	.feature__box--reverse .feature__text-wrapper {
		order: 2;
	}

	.feature__image {
		width: 100%;
	}

	.feature__text-heading {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.feature__text {
		font-size: 0.8rem;
   		line-height: 1.7em;/*★np修正250311★*/
	}

	#feature .feature__box:last-of-type {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
}

/*ストーリー
----------------------------------*/
#story {
	margin-bottom: 140px;
}

#story .feature__heading {
	margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
	#story {
		margin-bottom: 60px;
	}

	#story .feature__heading {
		margin-bottom: 30px;
	}
}

/*コンセプト
----------------------------------*/
.concept-scroll {
	width: 100%;
	height: 8px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	background-color: rgba(255, 255, 255, 0.4);
}

.concept-scroll-inner {
	width: 0;
	height: 8px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	background-color: rgba(255, 255, 255, 0.8);
}

/*スクロールボタン*/
.scroll-btn {
	bottom: -80px;
	left: 50%;
	width: 180px;
	height: 60px;
	margin-left: -90px;
	position: absolute;
	z-index: 3;
	text-align: center;
}

.scroll-text {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.scroll-btn a {
	display: block;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
	letter-spacing: 0.09em;
}

.scroll-btn svg {
	height: 60px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -30px;
	margin-right: -25px;
}

@media screen and (max-width: 767px) {
	#contents#contents.with-contens {
		margin-top: 60px !important;
	}
}

/*固定背景
-----------------*/
#concept {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#concept .concept-inner {
	transition: opacity 1s;
	opacity: 0;
	width: 100%;
	/*position: fixed;*/
	/*position: absolute;*/
	transform: translateY(100%);
}

#concept .inner-bg {
	padding: 100px 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
}

#concept .inner-bg::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(../img/about/concept_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
}

#concept .inner-bg.kakudai {
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#concept .inner-bg.kakudai::before {
	top: 0;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*固定背景
-----------------*/
#concept h2 {
	letter-spacing: 0.15em;
	line-height: 1.38em;
}

#concept h2 .text2 {
	letter-spacing: 0.13em;
}

#concept h2 .text3 {
	letter-spacing: -1em;
}

#concept .concept-txt {
	letter-spacing: 0.05em;
	line-height: 2em;
}

#concept .concept-txt .l-space {
	letter-spacing: 0.13em;
}

#concept .concept-txt .text1 {
	margin-top: 30px;
	margin-bottom: 0;
}

#concept .concept-txt .text2 {
	margin-top: 20px;
	margin-bottom: 0;
}

/*macbookpro用*/
@media screen and (min-width:768px) and (max-width: 1500px),
print {}

@media screen and (max-width: 1366px),
print {
	#concept .concept-txt .text1 {
		margin-top: 10px;
		margin-bottom: 0;
	}

	#concept .concept-txt .text2 {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.scroll-btn {
		bottom: -65px;
	}
}

/*ABOUT
----------------------------------*/
#contents {
	position: relative;
	z-index: 900;
}

#about {
	background-color: #e8e8e6;
	padding-top: 80px;
	padding-bottom: 103px;
	position: relative;
}

#about h2 {
	margin-bottom: 64px;
}

#about h3 {
	letter-spacing: 0.02em;
	line-height: 1.76em;
	margin-bottom: 43px;
	padding-bottom: 0;
}

#about .about-list-inner {
	padding: 18px;
	background-color: #fff;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

#about .text-box {
	position: relative;
}

/*左右の余白開ける*/
#about .about-list li {
	padding-right: 2%;
	padding-bottom: 10px;
}

/*スライド番号*/
#about .slick-num-box {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}

#about .slick-num {
	width: 120px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#about .slick-num .inner {
	color: #4d4d4d;
	letter-spacing: 0.09em;
	display: inline-block;
	padding: 10px 15px;
}

/*左右を半透明にする*/
#about .slick-slide {
	opacity: 0.5;
	-webkit-filter: blur(1.2px);
	filter: blur(1.2px);
}

#about .slick-current {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

/*矢印初期ダミー表示 2番目と3番目：戻る表示あり*/
#about .about-list li:nth-child(2) .slick-num:before,
#about .about-list li:last-child .slick-num:before {
	cursor: auto;
	content: '';
	display: inline-block;
	width: 36px;
	height: 8px;
	background-image: url(../img/about/arrow-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.5s;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -6px;
}

/*矢印初期ダミー表示 1番目と2番目：進む表示あり*/
#about .about-list li:first-child .slick-num:after,
#about .about-list li:nth-child(2) .slick-num:after {
	cursor: auto;
	content: '';
	display: inline-block;
	width: 36px;
	height: 8px;
	background-image: url(../img/about/arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.5s;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	margin-top: -6px;
}

/*MOVIE
----------------------------------*/
/*動画*/
#movie {
	margin-top: 160px;
}

#movie .movie-wrap {
	position: relative;
	padding-bottom: 47%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 960px;
}

#movie .movie-wrap iframe,
#movie .movie-wrap object,
#movie .movie-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*PROFILE
----------------------------------*/
#profile {
	margin-top: 130px;
}

#profile h2 {
	margin-bottom: 60px;
}

#profile a {
	color: #4d4d4d;
	text-decoration: underline;
}

/*↓記事内で使う
#profile a[target="_blank"]{
	padding: 0 29px 0 0;
	background: url(../img/common/icon-target-other.png) no-repeat top right;
	background-size: 19px 19px;
	word-break: break-all;
}*/
#profile a[target="_blank"] {
	position: relative;
}

#profile a[target="_blank"]:after {
	position: absolute;
	content: '';
	background-image: url(../img/common/icon-target-other.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	top: 0;
	right: -29px;
}

#profile a:hover {
	text-decoration: none;
}

#profile .profile-box dl:first-child {
	margin-bottom: 40px;
}

#profile .profile-box dl:first-child dt {
	margin-bottom: 10px;
}

#profile .profile-box dl:nth-child(2) dt {
	margin-bottom: 26px;
}

#profile .profile-box dt {
	text-align: center;
	letter-spacing: 0.05em;
}

#profile .profile-box dd {
	margin-bottom: 0;
	color: #4d4d4d;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.9em;
}

/*other-section
----------------------------*/
#other-section {
	margin-top: 130px;
}

/* ////////////////////////////////////////
印刷時　PC・タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 768px) {

	/*コンセプト
	----------------------------------*/
	#concept .inner-bg {
		padding: 140px 0;
	}
}

/*macbookpro用*/
@media screen and (min-width:1300px) and (max-width: 1699px),
print {}

/* ////////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width: 1100px) {

	/*スクロールボタン*/
	.scroll-btn {
		margin-left: -110px;
	}

	/*ABOUT
	----------------------------------*/
	#about .about-container2 {
		padding-left: 12vw;
	}

	#about .about-list-inner {
		display: table;
		width: 100%;
	}

	#about .about-list-inner>* {
		display: table-cell;
	}

	#about .about-img {
		width: 54.6%;
	}

	#about .text-box-inner {
		width: 320px;
		margin: 0 auto;
	}

	#about .text-box p {
		line-height: 1.85em;
		letter-spacing: 0.05em;
	}

	/*左の余白*/
	#about .about-container2 {
		padding-left: 15vw;
	}

	/*次のスライドチラ見せ*/
	#about .slick-list {
		padding: 0 12% 0 0 !important;
	}
}

@media screen and (min-width: 1600px) {

	/*左の余白*/
	#about .about-container2 {
		padding-left: 21%;
	}

	/*次のスライドチラ見せ*/
	#about .slick-list {
		padding: 0 20% 0 0 !important;
	}
}

@media screen and (min-width: 1900px) {

	/*左の余白*/
	#about .about-container2 {
		padding-left: 25.3%;
	}

	/*次のスライドチラ見せ*/
	#about .slick-list {
		padding: 0 29% 0 0 !important;
	}
}

@media screen and (min-width: 2000px) {

	/*左の余白*/
	#about .about-container2 {
		padding-left: 30%;
	}

	/*次のスライドチラ見せ*/
	#about .slick-list {
		padding: 0 39% 0 0 !important;
	}
}

/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 1099px) {

	/*共通*/
	/*コンセプト
	----------------------------------*/
	#concept .inner-bg {
		padding: 100px 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}

	#concept .inner-bg::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: none;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}

	#concept .inner-bg-sp {
		padding: 100px 0;
		background-image: none;
	}

	#concept .inner-bg-sp::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: url(../img/about/concept_bg_sp.jpg);
		background-repeat: no-repeat;
		transform: translateZ(0);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}

	#concept .inner-bg-sp.kakudai::before {
		top: 0;
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	/*ABOUT
	----------------------------------*/
	#about .text-box {
		padding-bottom: 70px;
	}

	/*左右の余白開ける*/
	#about .about-list li {
		padding: 0 15px;
		padding-bottom: 10px;
	}
}

/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {

	/*共通*/
	.common-h {
		/* width: 215px; */
	}

	.common-hs {
		letter-spacing: 0.1em;
		margin-top: 6px;
	}

	/*コンセプト
	----------------------------------*/
	#concept h2 {
		line-height: 1.41em;
	}

	#concept .concept-txt .text1 {
		line-height: 1.9em;
		margin-top: 15px;
		letter-spacing: 0.05em;
	}

	#concept .concept-txt .text2 {
		line-height: 1.9em;
		margin-top: 15px;
		letter-spacing: 0.05em;
	}

	#concept .inner-bg {
		padding: 100px 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}

	#concept .inner-bg::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: none;
		background-repeat: no-repeat;
		background-size: cover;
		transform: translateZ(0);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}

	#concept .inner-bg-sp {
		padding: 100px 0;
		background-image: none;
	}

	#concept .inner-bg-sp::before {
		content: '';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: url(../img/about/concept_bg_sp.jpg);
		background-repeat: no-repeat;
		transform: translateZ(0);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		transition: all .8s;
	}

	#concept .inner-bg-sp.kakudai::before {
		top: 0;
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	/*ABOUT
	----------------------------------*/
	#about {
		padding-top: 53px;
		padding-bottom: 49px;
	}

	#about h2 {
		margin-bottom: 53px;
	}

	#about h3 {
		line-height: 1.5em;
		margin-bottom: 20px;
	}

	#about .about-img {
		margin-bottom: 16px;
	}

	#about .text-box {
		padding-top: 16px;
		padding-bottom: 50px;
	}

	#about .text-box p {
		line-height: 1.666em;
		letter-spacing: 0.005em;
	}

	/*スライド番号*/
	#about .slick-num-box {
		margin-left: -40px;
	}

	#about .slick-num {
		width: 80px;
	}

	/*左右の余白開ける*/
	#about .about-list li {
		padding: 0 15px;
		padding-bottom: 10px;
	}

	/*矢印初期ダミー表示 2番目と3番目：戻る表示あり*/
	#about .about-list li:nth-child(2) .slick-num:before,
	#about .about-list li:last-child .slick-num:before {
		width: 22px;
		height: 5px;
		margin-top: -4px;
	}

	/*矢印初期ダミー表示 1番目と2番目：進む表示あり*/
	#about .about-list li:first-child .slick-num:after,
	#about .about-list li:nth-child(2) .slick-num:after {
		width: 22px;
		height: 5px;
		margin-top: -4px;
	}

	/*MOVIE
	----------------------------------*/
	/*動画*/
	#movie {
		margin-top: 90px;
	}

	/*PROFILE
	----------------------------------*/
	#profile {
		margin-top: 53px;
	}

	#profile h2 {
		margin-bottom: 27px;
	}

	#profile .profile-box dd {
		line-height: 1.8em;
	}

	#profile .profile-box dl:first-child {
		margin-bottom: 24px;
	}

	#profile .profile-box dl:first-child dt {
		margin-bottom: 5px;
	}

	#profile .profile-box dl:nth-child(2) dt {
		margin-bottom: 5px;
	}

	/*↓記事内で使う
	#profile a[target="_blank"]{
		padding: 0 20px 0 0;
		background-size: 13px 13px;
	}*/
	#profile a[target="_blank"]:after {
		right: -20px;
		width: 13px;
		height: 13px;
	}

	/*other-section
	----------------------------*/
	#other-section {
		margin-top: 52px;
	}
}

/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print {}

/* ////////////////////////////////////////
SPのみ(小・横長)
//////////////////////////////////////// */
@media screen and (min-width:540px) and (max-width:767px) {
	#concept .inner-bg-sp::before {
		background-image: url(../img/about/concept_bg.jpg);
	}
}

@media screen and (max-width: 320px) {
	#concept .concept-txt .text1 {
		margin-top: 10px;
	}

	#concept .concept-txt .text2 {
		margin-top: 10px;
	}
}