@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-top #main-contents {
    padding-bottom: 0;
	margin-top: 120px;
}
#page-top .inner {
	max-width: var(--common-inner-max-width);
}


/*============================================================
 メインビジュアル
*============================================================*/
#page-top #mainvisual {
	margin-bottom: 100px;
}
#page-top #mainvisual .block {
	gap: 24px;
	justify-content: space-between;
	align-items: end;
}
#page-top #mainvisual .block > .info {
	width: 57%;
	max-width: 560px;
}
#page-top #mainvisual .block > .info .logo {
	margin-bottom: 94px;
	text-align: center;
}
#page-top #mainvisual .block > .info h1 {
	margin-bottom: 24px;
}
#page-top #mainvisual .block > .info .lead {
	margin-bottom: 32px;
}
#page-top #mainvisual .block > .image {
	width: 41%;
}

#page-top #mainvisual .parts-banner-link:before {
	display: none;
}
#page-top #mainvisual .parts-banner-link .parts-link {
	position: absolute;
	right: 4px;
	bottom: 6px;
	margin: 0;
	width: 120px;
}
#page-top #mainvisual .parts-banner-link .parts-link span {
	font-size: 12px;
	padding-bottom: 2px;
}
#page-top #mainvisual .parts-banner-link:hover .parts-link span:before {
	width: 22px;
}
.modaal-content-container video {
	width: 100%;
}

/*============================================================
 ページ内共通
*============================================================*/
#page-top .section {
    margin-bottom: 88px;
}
#page-top .sec-title {
	color: #000;
	font-family: var(--common-font-family-en);
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.08em;
}
#page-top .parts-btn {
    margin: 0 auto;
}

/*============================================================
 コレクション
*============================================================*/
#page-top #sec-collection {
	overflow: hidden;
}
#page-top #sec-collection .block {
	margin: 0 calc(50% - 50vw) 40px;
	width: 100vw;
}
#page-top #sec-collection .block-collection {
	overflow-x: scroll;
	flex-wrap: nowrap;
	gap: 16px;
	margin-left: calc((100% - 1240px) / 2);
	padding-right: 24px;
}
#page-top #sec-collection .block-collection .item {
	min-width: 540px;
	width: 540px;
}

/*============================================================
 カテゴリー
*============================================================*/
#page-top #sec-category .block {
	gap: 40px;
}
#page-top #sec-category .sec-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 0;
}
#page-top #sec-category ul {
	gap: 16px;
}
#page-top #sec-category ul li {
	display: inline-block;
}
#page-top #sec-category ul li a {
	display: block;
	transition: all .3s;
	padding: 8px 12px;
	line-height: 1;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	color: #454545;
}
#page-top #sec-category ul li a:hover {
	opacity: 0.7;
}

/*============================================================
 ギャラリー
*============================================================*/
#page-top #sec-gallery {
	border-bottom: 4px solid #fff;
	margin-bottom: 0;
}
#page-top #sec-gallery .block {
	height: 506px;
	overflow: hidden;
}
#page-top #sec-gallery .block .movie {
	width: 900px;
}
#page-top #sec-gallery .block .movie video {
	width: 100%;
}
#page-top #sec-gallery .block .image {
	width: calc(100% - 900px);
	overflow: hidden;
	position: relative;
	border-left: 4px solid #fff;
}
#page-top #sec-gallery .block .image .col1 {
	width: 316px;
}
#page-top #sec-gallery .block .image .col1 div:first-child {
	margin-top: -6px;
	border-bottom: 4px solid #fff;
}
#page-top #sec-gallery .block .image .col2 {
	position: absolute;
	left: 316px;
	top: 0;
	width: 530px;
	border-left: 4px solid #fff;
}
@media screen and (min-width: 1600px) {
	#page-top #sec-gallery .block .image .col2 {
		width: 704px;
		top: -38px;
	}
}

/*============================================================
 ブランド
*============================================================*/
#page-top #sec-brand {
	padding: 112px 0 144px;
	color: #fff;
    background: url(../images/top/brand-bg.jpg) no-repeat center center / cover;
}
#page-top #sec-brand h2 {
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: -0.011em;
	font-family: var(--common-font-family-serif);
	margin-bottom: 56px;
}
#page-top #sec-brand .parts-btn-group {
	justify-content: flex-start;
}
#page-top #sec-brand .parts-btn {
	margin: 0;
	width: 200px;
}
#page-top #sec-brand .parts-btn a {
	font-size: 14px;
	letter-spacing:0.04em;
}

/*============================================================
 その他リンク
*============================================================*/
#page-top #sec-other .list {
	gap: 14px;
}
#page-top #sec-other .item {
	display: block;
	width: calc((100% - 14px) / 2);
	position: relative;
}
#page-top #sec-other a.item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all .3s;
}
#page-top #sec-other a.item:hover:before {
	opacity: 1;
}
#page-top #sec-other .item .info {
	position: absolute;
	width: 100%;
	padding: 0 24px;
	left: 0;
	bottom: 32px;
	color: #fff;
}
#page-top #sec-other .item .info h3 {
	font-size: 28px;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-family: var(--common-font-family-serif);
	margin-bottom: 6px;
}
#page-top #sec-other .item .info .parts-link {
	margin: 0;
	width: 106px;
}
#page-top #sec-other .item .info .parts-link span {
	font-size: 14px;
}
#page-top #sec-other .item .info .parts-link:hover span:before {
	width: 100%;
}

/*============================================================
 お知らせ
*============================================================*/
#page-top #sec-news {
	background: #F8F8F8;
	padding: 80px 0;
	margin-bottom: 0;
}
#page-top #sec-news .block-news {
	margin-bottom: 40px;
}


/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1288px) {
	#page-top .inner {
		width: 100%;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
    }
	#page-top #mainvisual .block > .info {
		width: 55%;
	}
	#page-top #mainvisual .block > .info .logo {
		margin-bottom: 64px;
	}
	
	#page-top #sec-collection .block {
		margin: 0 0 40px;
	}
	#page-top #sec-collection .block-collection {
		margin-left: 0;
		padding-right: 40px;
	}
	#page-top #sec-collection .block-collection .item {
		width: 320px;
		min-width: 320px;
	}
	#page-top #sec-collection .block-collection .item .info .title {
		font-size: 36px;
	}
	
	#page-top #sec-gallery .block {
		height: 432px;
	}
	#page-top #sec-gallery .block .image .col1 div:first-child {
		margin-top: -42px;
	}

	
    /*============================================================
     セクション
    *============================================================*/
    #page-top #sec-セクション名 {
    }

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
	#page-top #main-contents {
		margin-top: 88px;
	}
	#page-top .modaal-inner-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}
	#page-top .modaal-content-container {
		padding: 16px;
	}
	
    /*============================================================
     メインビジュアル
    *============================================================*/
    #page-top #mainvisual {
		margin-bottom: 72px;
    }
	#page-top #mainvisual .block {
		gap: 32px;
	}
	#page-top #mainvisual .block > .info {
		order: 2;
		width: 100%;
		margin-bottom: 0;
	}
	#page-top #mainvisual .block > .info h1 {
		max-width: 320px;
		margin-bottom: 16px;
	}
	#page-top #mainvisual .block > .info .logo {
		width: 226px;
		margin: 0 auto 32px;
	}
	#page-top #mainvisual .block > .info .lead {
		margin-bottom: 24px;
	}
	#page-top #mainvisual .block > .image {
		order: 1;
		width: 100%;
	}

    /*============================================================
     セクション
    *============================================================*/
	#page-top .section {
		margin-bottom: 48px;
	}
	#page-top .sec-title {
		font-size: 24px;
	}
	
	#page-top #sec-collection .block-collection .item {
		width: 126px;
		min-width: 126px;
	}
	#page-top #sec-collection .block-collection .item .info {
		bottom: auto;
		top: 8px;
		left: auto;
		right: 0;
		padding: 0 8px;
		text-align: right;
	}
	#page-top #sec-collection .block-collection .item .info .title {
		font-size: 14px;
	}
	
	#page-top #sec-category .block {
		gap: 16px;
		flex-direction: column;
	}
	#page-top #sec-category .sec-title {
		font-size: 16px;
	}
	#page-top #sec-category ul {
		gap: 8px;
	}
	#page-top #sec-category ul li a {
		font-size: 12px;
	}
	
	#page-top #sec-gallery {
		border-bottom: none;
		position: relative;
	}
	#page-top #sec-gallery .block {
		height: initial;
	}
	#page-top #sec-gallery .block .movie {
		width: 100%;
		margin-bottom: 0;
		line-height: 1.2;
	}
	#page-top #sec-gallery .block .image {
		width: 100%;
		border-left: none;
		display: flex;
	}
	#page-top #sec-gallery .block .image .col1 {
		width: 50%;
		order: 2;
		overflow: hidden;
	}
	#page-top #sec-gallery .block .image .col1 div:first-child {
		margin-top: 0;
		border-bottom: 2px solid #fff;
	}
	#page-top #sec-gallery .block .image .col2 {
		order: 1;
		width: 50%;
		position: static;
		border-left: none;
		border-right: 2px solid #fff;
	}
	#page-top #sec-gallery .block .image .col2 div {
		height: 100%;
	}
	#page-top #sec-gallery .block .image .col2 div img {
	}
	
	#page-top #sec-brand {
		margin-top: -2px;
		position: relative;
		border-top: 2px solid #fff;
		padding-bottom: 96px;
		background: url(../images/top/brand-bg-sp.jpg) no-repeat center center / cover;
	}
	#page-top #sec-brand h2 {
		font-size: 28px;
	}
	
	#page-top #sec-other .item {
		width: 100%;
	}
	
	#page-top #sec-news {
		padding: 48px 0;
	}

}

@media screen and (max-width: 480px) {
	#page-top #sec-brand {
		margin-bottom: 0;
	}
	
	#page-top #sec-other {
		margin-bottom: 0!important;
	}
	#page-top #sec-other .inner {
		padding: 0;
	}
	#page-top #sec-other .list {
		gap: 0;
	}
}