/***********
* img*
************/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
.tit-box {
	margin-bottom: 40px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
	line-height: 1;
}
.tit-box .en-tit {
	letter-spacing: 0.04em;
	font-family: moderno-fb, serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	display: block;
}
.tit-box::after {
	content: "";
	width: 1px;
	height: 40px;
	display: block;
	background-color: #000;
	opacity: 0.3;
	position: absolute;
	left: 50%;
	bottom: 0;
}
.tit-box + .lead-txt {
	text-align: center;
	line-height: 2;
	font-size: 14px;
}
@media screen and (max-width: 768px){
	
	.tit-box {
		margin-bottom: 20px;
		padding-bottom: 40px;
	}
	.tit-box .en-tit {
		font-size: 30px;
	}
	.tit-box::after {
		height: 30px;
	}
	.tit-box + .lead-txt {
		font-size: 11px;
	}
}

/*======================
#main-visual
=======================*/
/*#main-visual {
	width : -webkit-calc(100% - 120px);
	width : calc(100% - 120px);
	margin: 0px auto 0 ;
	height : -webkit-calc(100vh - 180px);
	height : calc(100vh - 180px);
	background: url(https://demo10.okimono.life/wp-content/uploads/2023/12/dress34.jpg) center 20% no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}*/
#main-visual::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#main-visual:hover::before { opacity: 0.2;}
#main-visual a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main-visual a .txt-wrap {
	width: 100%;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#main-visual a .txt-wrap p {
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
}
#main-visual a .txt-wrap h2 {
	letter-spacing: 0.15em;
	line-height: 1.5;
	font-family: 'Abel', sans-serif;
	font-size: 44px;
	font-weight: normal;
}
#main-visual a .txt-wrap i {
	width: 80px;
	margin: 0 auto;
	padding-top: 30px;
	display: block;
	line-height: 0;
}

@media screen and (max-width: 1200px) {
	#main-visual {
		width : -webkit-calc(100% - 80px);
		width : calc(100% - 80px);
		/*margin: 140px auto 0;*/
		margin: 0px auto 0 ;
		height : -webkit-calc(100vh - 175px);
		height : calc(100vh - 175px);
	}
	#main-visual a .txt-wrap p { font-size: 14px;}
	#main-visual a .txt-wrap h2 { font-size: 36px;}
	#main-visual a .txt-wrap i {
		width: 66px;
		padding-top: 15px;
	}
}
@media screen and (max-width: 920px) {
	#main-visual { margin: 0 auto;}
}
@media screen and (max-width: 640px) {
	/*#main-visual {
		width : 100%;
		height : 0;
		padding-top: 100%;
		background: url(https://demo10.okimono.life/wp-content/uploads/2023/12/dress34.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		position: relative;
	}*/
	#main-visual a .txt-wrap p { font-size: 12px;}
	#main-visual a .txt-wrap h2 { font-size: 26px;}
	#main-visual a .txt-wrap i {
		width: 50px;
		padding-top: 5px;
	}
}
/*--------------------------------------------------------------------------
 lead
 ---------------------------------------------------------------------------*/
#lead {
	padding: 150px 6.666%;
	position: relative;
	overflow: hidden;
}
#lead::after {
	content: "";
	width: 100%;
	width : -webkit-calc(100% - 160px);
	width : calc(100% - 160px);
	height: 6px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: absolute;
	left: 80px;
	bottom: 0;
}
#lead .lead-wrap {
	margin: 0 auto;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#lead h1 {
	letter-spacing: .45em;
	line-height: 1.75;
	font-size: 30px;
	font-feature-settings : "palt";
}
#lead p {
	padding-left: 8%;
	line-height: 2.5;
}
@media screen and (max-width: 1680px) {
	#lead { padding: 150px 6.666%;}
	#lead .lead-wrap {
		-webkit-justify-content: center;
		justify-content: center;
	}
	#lead h1 { font-size: 28px;}
	#lead p {
		padding-left: 5%;
		font-size: 13px;
	}
}
@media screen and (max-width: 1440px) {
	#lead::after {
		width : -webkit-calc(100% - 120px);
		width : calc(100% - 120px);
		left: 60px;
	}
}
@media screen and (max-width: 1200px) {
	#lead { padding: 90px 6.666%;}
	#lead h1 {
		font-size: 24px;
		white-space: nowrap;
	}
	#lead h1::after {
		content: "";
		width: 80px;
		height: 1px;
		margin: 30px auto;
	}
	#lead p {
		
		font-size: 12px;
	}
	#lead p br { display: none;}
}

@media screen and (max-width: 768px) {
	#lead { padding: 45px 6.666% 70px;}
	#lead::after {
		width : 86.666%;
		height: 4px;
		left: 6.666%;
	}
	#lead .lead-wrap {
		display: block;
	}
	#lead h1 {
		text-align: center;
		font-size: 22px;
	}
	#lead p {
		padding-left: 0;
		padding-top: 2em;
		
		line-height: 2;
	}
}

/*--------------------------------------------------------------------------
 line
 ---------------------------------------------------------------------------*/
#line { padding: 120px 6.666% 0;}
#line .line-list {}
#line .line-list li { padding-top: 150px;list-style-type: none;}
#line .line-list li:first-child { padding-top: 0;}
#line .line-list li a {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#line .line-list li a picture {
	max-width: 56.944%;
	-webkit-flex: 0 1 56.944%;
	-ms-flex: 0 1 56.944%;
	flex: 0 1 56.944%;
	display: block;
	overflow: hidden;
	-webkit-filter:drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.1));
	-moz-filter:drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.1));
	-ms-filter:drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.1));
	filter:drop-shadow(20px 20px 60px rgba(0, 0, 0, 0.1));
	will-change: filter;
}
#line .line-list li:nth-child(even) a picture {
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}
#line .line-list li a img {
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#line .line-list li a:hover picture img {
	opacity: 0.8;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
#line .line-list li a .txt-wrap {
	max-width: 36.666%;
	-webkit-flex: 0 1 36.666%;
	-ms-flex: 0 1 36.666%;
	flex: 0 1 36.666%;
}
#line .line-list li a .txt-wrap .en {
	padding-bottom: 1em;
	letter-spacing: 0.04em;
	line-height: 1;
	font-family: neue-haas-unica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
}
#line .line-list li a .txt-wrap h3 {
	line-height: 1;
	letter-spacing: 0.05em;
	font-size: 32px;
	font-feature-settings : "palt";
}
#line .line-list li a .txt-wrap h3::after {
	content: "";
	width: 50px;
	height: 1px;
	margin: 25px 0;
	display: block;
	background-color: #000;
	opacity: 0.3;
}
#line .line-list li a .txt-wrap h4 {
	letter-spacing: 0.05em;
	line-height: 1.75;
	font-size: 17px;
	font-weight: 300;
	font-feature-settings : "palt";
}
#line .line-list li a .txt-wrap h4 + p {
	padding-top: 2em;
	line-height: 2;
	font-size: 13px;
}


@media screen and (max-width: 1200px) {
	#line { padding: 90px 6.666% 0;}
	#line .line-list li { padding-top: 90px;}
	#line .line-list li a {
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	#line .line-list li a .txt-wrap .en { font-size: 12px;}
	#line .line-list li a .txt-wrap h3 { font-size: 26px;}
	#line .line-list li a .txt-wrap h3::after {
		width: 40px;
		margin: 20px 0;
	}
	#line .line-list li a .txt-wrap h4 { font-size: 16px;}
	#line .line-list li a .txt-wrap h4 + p { font-size: 12px;}
}
@media screen and (max-width: 768px) {
	#line { padding: 70px 6.666% 0;}
	#line .line-list li { padding-top: 70px;}
	#line .line-list li a { display: block;}
	#line .line-list li a picture {
		max-width: initial;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		filter: none;
	}
	#line .line-list li a .txt-wrap {
		width: 86.666%;
		margin: -60px auto 0;
		padding: 30px 25px;
		max-width: initial;
		text-align: center;
		background: #FFF;
		position: relative;
		-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
		-moz-box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
		-ms-box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
		box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
	}
	#line .line-list li a .txt-wrap .en { font-size: 10px;}
	#line .line-list li a .txt-wrap h3 { font-size: 20px;}
	#line .line-list li a .txt-wrap h3::after {
		width: 30px;
		margin: 15px auto;
	}
	#line .line-list li a .txt-wrap h4 {
		letter-spacing: 0.05em;
		font-size: 11px;
	}
	#line .line-list li a .txt-wrap h4 + p { display: none;}
}

/*--------------------------------------------------------------------------
 brand
 ---------------------------------------------------------------------------*/
#brand { padding: 75px 6.666% 0;position: relative; margin-top: 75px;}
#brand::after {
	content: "";
	width: 100%;
	height: 440px;
	display: block;
	background: #D5EAEA;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 1200px) {
	#brand { padding: 90px 6.666% 0;}
}
@media screen and (max-width: 768px) {
	#brand { padding: 70px 6.666% 0;}
}

/*--------------------------------------------------------------------------
 dress-list
 ---------------------------------------------------------------------------*/
#dresses { padding: 0 6.666%;}
.dress-list {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dress-list li {
	padding-top: 60px;
	max-width: 22.5%;
	-webkit-flex: 0 1 22.5%;
	-ms-flex: 0 1 22.5%;
	flex: 0 1 22.5%;
	margin-left: 3.333%;
	list-style-type: none;
}
.dress-list li:nth-child(4n+1) { margin-left: 0;}
.dress-list li figure { overflow: hidden;position: relative;}
.dress-list li a figure img {
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.dress-list li a:hover figure img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.dress-list li a figure span {
	display: block;
	background: #333;
	padding: 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.dress-list li a .txt-wrap { padding-top: 25px;}
.dress-list li a .txt-wrap .brand-ja {
	line-height: 1;
	font-size: 11px;
	font-weight: 300;
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
}
.dress-list li a .txt-wrap .brand-en {
	padding-top: 0.5em;
	letter-spacing: 0.04em;
	line-height: 1.33;
	font-family: neue-haas-unica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.dress-list li a .txt-wrap .desc {
	padding-top: 1em;
	line-height: 1.8;
	font-size: 12px;
	opacity: 0.5;
}
.dress-list li a .txt-wrap .name {
	letter-spacing: 0.04em;
	line-height: 1.33;
	font-family: neue-haas-unica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.dress-list li a .txt-wrap .name.ja {
	letter-spacing: 0.16em;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 17px;
	font-weight: 600;
	font-feature-settings : "palt";
}
.dress-list li a .txt-wrap .brand-small {
	padding-top: 0.33em;
	letter-spacing: 0.04em;
	line-height: 1.33;
	font-family: neue-haas-unica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	font-style: normal;
	position: relative;
}


@media screen and (max-width: 1200px) {
	.dress-list li { padding-top: 50px;}
	.dress-list li a .txt-wrap { padding-top: 20px;}
	.dress-list li a .txt-wrap .brand-ja { font-size: 9px;}
	.dress-list li a .txt-wrap .brand-en { font-size: 14px;}
	.dress-list li a .txt-wrap .desc { font-size: 10px;}
	.dress-list li a .txt-wrap .name { font-size: 16px;}
	.dress-list li a .txt-wrap .name.ja { font-size: 15px;}
	.dress-list li a .txt-wrap .brand-small { font-size: 11px;}
}
@media screen and (max-width: 768px) {
	.dress-list li {
		padding-top: 40px;
		max-width: 47.5%;
		-webkit-flex: 0 1 47.5%;
		-ms-flex: 0 1 47.5%;
		flex: 0 1 47.5%;
		margin-left: 5%;
	}
	.dress-list li:nth-child(-n+2) { padding-top: 25px;}
	.dress-list li:nth-child(4n+1) { margin-left: 5%;}
	.dress-list li:nth-child(2n+1) { margin-left: 0;}
	.dress-list li a .txt-wrap { padding-top: 15px;}
	.dress-list li a .txt-wrap .brand-ja { font-size: 8px;}
	.dress-list li a .txt-wrap .brand-en { font-size: 13px;}
	.dress-list li a .txt-wrap .desc {
		line-height: 1.66;
		font-size: 9px;
	}
	.dress-list li a .txt-wrap .name { font-size: 14px;}
	.dress-list li a .txt-wrap .name.ja { font-size: 13px;}
	.dress-list li a .txt-wrap .brand-small { font-size: 10px;}
}

#links {
	padding: 150px 6.666% 0;
}
#links a {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background: #FFF;
	-webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
	-moz-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
	-ms-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
	will-change: filter;
	border: 1px solid #FFF;
}
#links a figure {
	max-width: 36.333%;
	-webkit-flex: 0 1 36.333%;
	-ms-flex: 0 1 36.333%;
	flex: 0 1 36.333%;
}
#links a .txt-wrap {
	max-width: 73.666%;
	padding: 0 0 0 8%;
	-webkit-flex: 0 1 73.666%;
	-ms-flex: 0 1 73.666%;
	flex: 0 1 73.666%;
}
#links a .txt-wrap .en {
	padding-bottom: 0.75em;
	letter-spacing: 0.04em;
	line-height: 1;
	font-family: neue-haas-unica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
}
#links a .txt-wrap h3 {
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-size: 20px;
	font-feature-settings: "palt";
}
.txt-btn {
	padding: 35px 0 15px;
	display: inline-block;
	line-height: 1;
	color: #000;
	font-family: neue-haas-unica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
.txt-btn::after {
	content: "";
	width: 50px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px){
	#links {
		padding: 70px 6.666% 0;
	}
	#links a {
		padding: 10px;
	}
	#links a .txt-wrap .en {
		font-size: 9px;
	}
	#links a .txt-wrap h3 {
		font-size: 15px;
	}
	#links a .txt-wrap .txt-btn {
		display: none;
	}
	.txt-btn {
		padding: 25px 0 5px;
		font-size: 10px;
	}
}

.heading a{
	padding-top: 0.5em;
	letter-spacing: 0.04em;
	line-height: 1.33;
	font-family: neue-haas-unica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
@media screen and (max-width: 768px){
	.heading a {
		font-size: 13px;
	}
}