@charset"utf-8";

/*base--------------------------------*/

*{
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	font-size: 100%;
	}
.container figcaption {
	font-size: 0.75em;
}

html, body {
	height: 100%;
	overflow: visible;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* よく登場する要素のリセット */

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	font-family: 'Meiryo', 'メイリオ', 'ヒラギノ 角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック';
	color: #000;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.cf:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ruby rt {
	font-size: 50%;
}
@-moz-document url-prefix() {
	ruby rt {
		font-size: 50%;
	}
}



/*common--------------------------------*/

body.hidden {
	overflow: hidden;
}

#wrap {
	overflow: hidden;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

.hover {
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}

.hover:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	zoom:1;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	transition: .3s ease-out;
}

.disabled {
	pointer-events: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.tab {
	display: none;
}

.red {
	color: #cc0000;
}

.fit {
	width: 100%;
}

.zoom {
	transition-duration: 0.3s;
}

.zoom:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.fade_up{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	transform: translateY(40px);
	opacity:0;
}
@keyframes fadeUpAnime{
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	50% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade_in{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

section {
	padding: 80px 0;
}

section + section {
	padding-top: 0;
}

.contants_wrap {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
}

sub,
sup {
	font-size: 12px;
}

.contents_wrap {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}

.page_ttl {
	font-weight: 500;
	font-size: 18px;
	font-style: normal;
	letter-spacing: .05em;
	padding-bottom: 40px;
}

.plain_txt {
	font-size: 13px;
	font-weight: 400;
	color: #444;
	letter-spacing: .05;
	line-height: 2em;
	padding-bottom: 2em;
}

.btn_container {
	margin: 80px 0 160px;
}

.btn_container a {
	display: block;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #222;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 60px;
	letter-spacing: .05em;
	position: relative;
}



/*--------------------------------------*/

/*loading*/

/*--------------------------------------*/

.loading {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slick-initialized + .loading {
	display: none;
	transition: opacity 1s linear;
}

.load-spinner {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(0,0,0,0.2);
	border-top-color: rgba(0,0,0,0.7);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	animation: spin 1.2s linear 0s infinite;}
	@keyframes spin { 0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}
}

.top .load-spinner {
	top: 25%;
}



/*--------------------------------------*/

/*header*/

/*--------------------------------------*/

header {
	width: 90vw;
	margin: 0 auto;
	padding: 80px 30px 30px;
}

.menu_trigger {
	display: none;
}

.menu_target {
	display: block;
}

header .nav_list_container {
	display: flex;
	justify-content: center;
}

header .nav_list_item {
	padding: 0 40px;
}

header .nav_list_item a {
	font-weight: 500;
	font-size: 18px;
	font-style: normal;
	letter-spacing: .05em;
}


/*--------------------------------------*/

/*footer*/

/*--------------------------------------*/

footer {
	padding: 80px 0;
}

.copy_wrap small {
	display: block;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-size: 12px;
	font-style: normal;
	letter-spacing: .05em;
	text-align: center;
}



/*--------------------------------------*/

/*aside*/

/*--------------------------------------*/

aside {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.btn_collection {
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	letter-spacing: .05em;
	padding-left: 1em;
	position: relative;
}

.btn_collection::before {
	content: '';
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*--------------------------------------*/

/*top*/

/*--------------------------------------*/

/*mv_wrap--------------------------------*/

.mv_wrap {
	position: relative;
	min-height: 580px;
	padding-top: 60px;
}

.mv_list_container {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	opacity: 0;
	transition: opacity .5s linear;
}

.mv_list_container.slick-initialized {
	opacity: 1;
	transition: opacity .5s linear;
}

.top .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.top .slick-dots li {
	padding: 0 14px;
}

.top .slick-dots button {
	width: 14px;
	height: 14px;
	background-color: #999;
	border-radius: 100vh;
	border: none;
	text-indent: -9999px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.top .slick-dots .slick-active button {
	background-color: #fff;
}

.top .slick-dots button:focus {
	outline: none;
}

.top .slick-dots button:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	zoom:1;
}

/*sec01--------------------------------*/

.top .sec01 {
	padding: 30px 0;
}

/*--------------------------------------*/

/*about*/

/*--------------------------------------*/

/*sec01--------------------------------*/

.about_list_container {
	width: 90vw;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.about_list_container dt {
	width: 25%;
	padding-bottom: 1em;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	letter-spacing: .05;
	line-height: 2em;
}

.about_list_container dd {
	width: 75%;
	padding-bottom: 1em;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	letter-spacing: .05;
	line-height: 2em;
}

.brand_obj {
	width: 100px;
}

.brand_obj.basque {
	width: 130px;
}

h3.plain_txt {
	font-size: 16px;
	font-weight: 500;
}


/*--------------------------------------*/

/*collection*/

/*--------------------------------------*/

/*logo_container--------------------------------*/

.logo_container {
	width: 200px;
	margin: 40px auto 0;
}

.logo_obj {
	width: 100%;
}

/*collection_wrap--------------------------------*/

.collection_wrap {
	display: flex;
	flex-direction: row-reverse;
}

.collection_archive_container {
	width: 200px;
}

.collection_archive_container .page_ttl {
	padding-bottom: 1em;
}

.archive_list_item {
	padding-bottom: .5em;
}

.archive_list_item .inc_trigger {
	font-weight: 400;
	font-size: 15px;
	font-style: normal;
	color: #999;
	letter-spacing: .05em;
	cursor: pointer;
}

.archive_list_item .inc_trigger.current {
	color: #222;
}

.collection_container {
	width: 800px;
	position: relative;
}

.collection_list_container {
	width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	opacity: 0;
	transition: opacity .5s linear;
}

.collection_list_container.slick-initialized {
	opacity: 1;
	transition: opacity .5s linear;
}

.collection_container .slick-list {
	width: 440px;
}

.collection_obj {
	width: 380px;
	margin: 0 50px;
}

.collection_container .slick_prev {
	display: block;
	width: 30px;
	height: 30px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 30px;
	z-index: 99;
	cursor: pointer;
	transform: translate(0, -50%) rotate(45deg);
}

.collection_container .slick_next {
	display: block;
	width: 30px;
	height: 30px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	position: absolute;
	top: 50%;
	left: 440px;
	z-index: 99;
	cursor: pointer;
	transform: translate(0, -50%) rotate(45deg);
}

.collection_container .slick-dots {
	width: 320px;
	height: unset;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
}

.collection_container .slick-dots li {
	width: 64px;
	padding: 0 3px 6px;
}

.collection_container .slick-dots li img {
	width: 100%;
	cursor: pointer;
	transition: .3s ease-out;
}

.collection_container .slick-dots li img:hover {
	width: 100%;
	opacity:0.6;
	transition: .3s ease-out;
}

/*--------------------------------------*/

/*contact*/

/*--------------------------------------*/

.inquiry_wrap .formContainer {
	width: 90vw;
	max-width: 900px;
	margin: 0 auto 30px;
}

.contact_ttl {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 30px;
}

.form_txt {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .05em;
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 30px;
}

.confirm_container + .formContainer {
	margin-top: 20px;
}

.formContainer th {
	width: 25%;
	padding: 30px 0 30px 30px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 500;
	color: #444;
}

.formContainer td {
	width: 75%;
	padding: 30px;
	box-sizing: border-box;
	font-size: 13px;
}

.formContainer td .error {
	color: #cc0000;
	font-size: 13px;
}

.formContainer td .error em {
	font-style: normal;
}

.req {
	background-color: #ccc;
	color: #fff;
	font-size: 11px;
	letter-spacing: .2em;
	padding: 0 5px;
	margin-left: 10px;
}

.input {
	height: 30px;
	padding: 10px;
	border: 3px solid #eee;
	background-color: #eee;
}

.input:focus {
	outline: none;
	border: 3px solid #ccc;
}

.input-l {
	width: calc(100% - 20px);
}

.input-s {
	width: 40%;
}

textarea {
	width: calc(100% - 20px);
	height: 140px;
	padding: 10px;
	border: 3px solid #eee;
	background-color: #eee;
}

textarea:focus {
	outline: none;
	border: 3px solid #ccc;
}

.formError {
	z-index: -1;
}

.submit {
	padding: 20px 0;
}

#submit,
#btnTop {
	display: block;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #222;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 60px;
	letter-spacing: .05em;
	cursor: pointer;
}

#submit.disabled {
	background-color: #ccc;
	border: none;
	color: #fff;
	cursor: default;
	pointer-events: none;
}

#btnBack {
	display: block;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #ccc;
	border: none;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 60px;
	letter-spacing: .05em;
	cursor: pointer;
}

.formErrorContent {
	display: inline-block!important;
	background-color: #fff!important;
	color: #cc0000!important;
	font-size: 14px!important;
	font-weight: normal!important;
}

.confirm h2 {
	text-align: center;
	font-size: 16px;
	padding: 2em 0 1em;
}

.confirm p {
	text-align: center;
}

.confirm_ttl {
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}

.confirm_container .plain_txt {
	text-align: center;
}

.confirm_container + .btn_container {
	padding-bottom: 160px;
}



@media screen and (min-width: 768px) and (max-width: 1080px) {

	/*--------------------------------------*/

	/*collection*/

	/*--------------------------------------*/

	/*collection_wrap--------------------------------*/

	.collection_wrap {
		display: block;
	}

	.collection_archive_container {
		width: 100%;
		padding-top: 30px;
	}

	.collection_archive_container .page_ttl {
		padding-bottom: 1em;
	}

	.archive_list_container {
		width: 80vw;
		margin: 0 auto;
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
	}

	.archive_list_item {
		width: 25%;
	}

	.collection_container {
		margin: 0 auto;
	}

	.collection_list_container {
		align-items: stretch;
	}
}