@charset "UTF-8";


/*----------------------------------------------------------------------

Reset Style

----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}
img { 
	border: 0;
}
a:hover img.imghover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	color: #555;
}
@font-face {
    font-family: 'font1';
    src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6～IE8 向け */
		url('../font/texgyreadventor-regular-webfont.woff') format('woff'), /* 主要最新ブラウザ向け */
		url('../font/texgyreadventor-regular-webfont.ttf')  format('truetype'), /* IE以外の旧ブラウザ向け */
		url('../font/texgyreadventor-regular-webfont.svg#svgId') format('svg'); /* モバイル等その他のブラウザ向け */
}

body {
	padding: 0;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.5;
	color: #111;
	font-family: "font1",sans-serif;
	letter-spacing: .30em;
}
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix {
	display: inline-table;
}  

/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix { 
	display: block;
}  
/* End hide from IE-mac */  

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

/*----------------------------------------------------------------------

Contents Style

----------------------------------------------------------------------*/
h1 {
	text-align: center;
	margin: 40px 0 50px 0;
}
h1 img {
	width: 200px;
}
h2 {
	display: block;
	position: fixed;
	right: 3%;
	bottom: 3%;
}
h2 img {
	display: block;
	width: 124px;
	height: 124px;
}
nav {
	max-width: 1000px;
	clear: both;
	margin: 0 auto;
	font-size: 12px;
	z-index: 9999;
}
nav a {
	text-decoration: none;
	color: #77776e;
}
nav a:hover {
	color: #ccc;
}
.navi_g li {
	/*float:left;*/
	/*padding:0 130px 0 0;*/
	padding: 0 100px 0 0;
}
.navi_g li:last-child {
	/*float:left;*/
	padding: 0;
}
.navi_g li a {
	display: block;
	padding: 8px 0 8px 0;
}
.navi_g li.btn_concept_pc {
	display: inline-block;
}
.navi_g li.btn_concept_pc img {
	/*height: 16px; */
    width: 88px;
}
.navi_g li.btn_concept_smp {
	display: none;
}
.navi_g li.smp_imgsize_catalog img {
	width: 114px;
}
.navi_g li.smp_imgsize_movie img {
	width: 55px;
}
.navi_g li.smp_imgsize_pickup img {
	width: 84px;
}
.navi_g li.smp_imgsize_sns img {
	width: 32px;
}
.navi_g li.smp_imgsize_company img {
	width: 88px;
}
#dropdown {
	height: 30px;
}
#dropdown dl {
	position: relative;
}
#dropdown dt {
  /* 9ac1c9 */  
	cursor: pointer;
	float: left;
	padding: 8px 0 8px 0;
	color: #77776e;
}

/* 帯バージョン（HTMLに class="end" を追加） */
#dropdown dt.end {
	padding-left: 0;
}
/* end */

#dropdown dd {
	width: 170px;
	position: absolute;
	overflow: hidden;
	display: none;
	opacity: 0;
}
#dropdown dd.acco001 {
	top: 30px;
	left: -10px;
}
#dropdown li a {
	width: 170px;/* IE6 */
	padding: 8px 10px;
	background: #eee;
	color: #777;
	border-bottom: 1px solid #fff;
	display:block;
	text-decoration: none;
	font-size: 11px;
}
#dropdown li a:hover {
	background: #d9e1e4;
}
#dropdown .none {
	border-bottom: none; 
}
.mainimg_wrap {
	width: 100%;
	letter-spacing: -.40em;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.mainimg {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	line-height: 1px;
	letter-spacing: normal;
	box-sizing: border-box;
	display: inline-block;
}
.mainimg img {
	width: 100%;
}
/*
.mainimg{
	width: 100%;
	overflow: hidden;
	margin: 15px 0 97px 0;
	padding: 0;
	background-color: #fff;
	line-height: 1px;
}
.mainimg dl{
	width: 101%;
	letter-spacing: -.40em;
	padding: 0;
	line-height: 1px;
}
.mainimg dt{
	width: 60%;
	background: url(../images/top/main_image_01.jpg) no-repeat;
	background-position: center center;
	height: 605px;
	display: inline-block;
	letter-spacing: normal;
	padding: 0;
	line-height: 1px;
}
.mainimg dd{
	width: 40%;
	background: url(../images/top/main_image_02.jpg) no-repeat;
	background-position: center left;
	height:605px;
	letter-spacing: normal;
	display: inline-block;
	padding: 0;
	line-height: 1px;
}
*/
footer {
	background-color: #efefef;
	margin-top: 116px;
	border-top: 2px solid #a9a9a4;
}
small {
	display: block;
	text-align: center;
	padding: 30px 0 15px 0;
	font-size: 10px;
	letter-spacing: .10em;
	color: #858585;
}
.top_brandconcept {
	display: block;
	width: 44%;
	float: left;
	margin-right: 12%;
	margin-bottom: 130px;
}
.top_brandconcept img {
	width: 100%;
}
.top_brandconcept_smp {
	display: none;
}
.top_brandconcept_smp img {
	width: 100%;
}
.top_sns {
	background: url(../images/top/img_sns.jpg) no-repeat;
	background-position: center top;
	background-size: 100%;
	width: 44%;
	max-height: 476px;
	float: left;
	margin-bottom: 130px;
}
.top_sns .sns_btn_area {
	text-align: center;
	padding-top: 32%;
	padding-bottom: 14%;
}
.top_sns a {
	display: block;
	width: 86%;
	margin: 0 auto;
	text-align: center;
	padding: 6% 0;
	background-color: #fff;
	text-decoration: none;
	margin-bottom: 1px;
	font-size: 17px;	
}
.top_sns a:hover {
	background-color: #f7f7f7;
	color: #5d5d5d;
}
.top_magazine {
	width: 100%;
	background-color: #000;
	padding: 2%;
	/*float:left;*/
	box-sizing: border-box;
}
.top_magazine a {
	text-decoration: none;
}
.top_magazine dl {
	display: flex;
}
.top_magazine dt {
	/*float:left;*/
	line-height: 1;
}
.img_magazine {
	/*width:62%;*/
	display: inline-block;
}
.img_magazine img {
	width: 100%;
	vertical-align: sub;
}
.top_magazine dd {
	display: none;
}
.sns_smp_area {
	display: none;
}
.page_ttl {
	font-size: 24px;
	text-align: center;
	padding: 60px 0 10px 0;
	color: #999994;
	border-bottom: 1px solid #D1D1D1;
	width: 70%;
	margin: 0 auto 50px auto;
}
.contents_company {
	text-align: center;
}
.contents_company dl {
	text-align: center;
}
.contents_company dt {
	text-align: center;
	font-size: 11px;
	padding-bottom: 10px;
}
.contents_company dd {
	text-align: center;
	font-size: 12px;
	padding-bottom: 40px;
	color: #333;
}
.contents_catalog {
	padding-top: 40px;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
.contents_catalog_btn {
	padding: 20px;
	text-align: center;
}
.contents_catalog_btn img {
	width: 200px;
}
.icon_wrap {
	position: absolute;
	/*top: 16px;*/
	/*padding-left: 1%;*/
	display: inline-block;
	bottom: 0;
    left: 50%;
	transform: translate(-50%, -20px);
}
.icon_wrap li {
	display: inline-block;
	width: 20px;
	margin-right: 20px;
}
.icon_wrap img {
	width: 100%;
}
.icon_wrap a {
	display: block;
}
.box_wrap {
	width: 100%;
	max-width: 1000px;
	letter-spacing: -.40em;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.concept01 {
	width: 50%;
	display: inline-block;
	padding-right: 5px;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.concept01 img, .concept img {
	width: 100%;
}
.concept {
	width: 100%;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.blog {
	width: 50%;
	display: inline-block;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.blog img {
	width: 100%;
}
.hotitem {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.hotitem img {
	width: 100%;
}
.catalog {
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.catalog img {
	width: 100%;
}
.concept02 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.concept02 img {
	width: 100%;
}
.concept02_title, .lookbook_title, .top_movie_title {
    position: relative;
    display: inline-block;
	margin-bottom: 20px;
	font-size: 21px;
	padding: 0 30px;
	background-color: #fff;
}
.concept02_title::before, .lookbook_title::before, .top_movie_title::before {
	content: '';
	width: 250px;
	height: 2px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	top: calc(50% - 0px);
	right: calc(50% + 100px);
}
.concept02_title::after, .lookbook_title::after, .top_movie_title::after {
	content: '';
	width: 250px;
	height: 2px;
	display: inline-block;
	background-color: #000;
	position: absolute;
	top: calc(50% - 0px);
	left: calc(50% + 100px);
}
.lookbook {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.lookbook li img {
	width: 100%;
	padding: 6px;
	box-sizing: border-box;
}
.lookbook .slick-prev {
    left: -15px;
}
.lookbook .slick-next {
    right: -15px;
}
.lookbook .slick-arrow:before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lookbook .slick-next:before {
	background: url(https://mfcstore0503.itembox.design/item/images/sample/arrow-right.png) !important;
	background-size: contain !important;
}

.lookbook .slick-prev:before {
	background: url(https://mfcstore0503.itembox.design/item/images/sample/arrow-left.png) !important;
	background-size: contain !important;
}
.top_movie {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.top_movie img {
	width: 100%;
}
.pickup_wrap {
	padding-top: 40px;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;	
}
.pickup_wrap img {
	width: 100%;
}
.pickup_wrap p {
	margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
	nav {
		width: 720px;
		margin: 0 auto;
	}
	.navi_g li {
		/*float:left;*/
		/*padding:0 45px 0 0;*/
		padding: 0 35px 0 0;
	}
	.mainimg dd {
		background-size: 180%;
	}
	.top_brandconcept {
		margin-bottom: 100px;
	}
	.top_sns {
		margin-bottom: 100px;
	}
	.top_sns a {
		padding: 5% 0;
	}
}

@media screen and (max-width: 768px) {
	nav {
		/*width:360px;*/
		/*width: 500px;*/
		width: 600px;
		margin: 0 auto;
	}
	.navi_g li {
		/*float:left;*/
		padding: 0 18px 0 0;
	}
	.top_brandconcept {
		margin-bottom: 70px;
	}
	.top_sns {
		margin-bottom: 70px;
	}
	.top_sns a {
		padding: 4% 0;
	}
	.mainimg_wrap {
		max-width: 700px;
		margin: 0 auto;
		margin-bottom: 60px;
	}
	.top_contents {
		box-sizing: border-box;
    	padding: 10px 0px;
	}
	.pickup_wrap p {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 640px) {
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	h1 {
	  margin: 15px 0;
	}
	h1 img {
		width: 150px;
	}
	h2 {
		display: block;
		position: fixed;
		right: 3%;
		bottom: 3%;
	}
	h2 img {
		display: block;
		width: 62px;
		height: 62px;
	}
	nav {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	nav ul {
		padding: 0;
		margin: 0;
	}
	nav li {
		padding: 0;
		margin: 0;
	}
	.icon_wrap {
		transform: translate(-50%, -8px);
	}
	.navi_g li.btn_concept_pc {
		display: none;
	}
	.navi_g li.btn_concept_smp {
		display: block;
	}
	.navi_g li.smp_imgsize_concept img {
		width: 51px;
	}
	.navi_g li.smp_imgsize_catalog img {
		width: 70px;
	}
	.navi_g li.smp_imgsize_onkinestore img {
		width: 86px;
	}
	.navi_g li.smp_imgsize_official img {
		width: 102px;
	}
	.navi_g li.smp_imgsize_zozo img {
		width: 38px;
	}
	.navi_g li.smp_imgsize_press img {
		width: 35px;
	}
	.navi_g li.smp_imgsize_sns img {
		/*width:26px;*/
		width: 20px;
	}
	.navi_g li.smp_imgsize_company img {
		width: 51px;
	}
	.navi_g li.smp_imgsize_movie img {
		width: 34px;
	}
	.navi_g li.smp_imgsize_pickup img {
		width: 53px;
	}
	.mainimg dt {
		background-size: 220%;
		height: 300px;
	}
	.mainimg dd {
		background-size: 220%;
		height: 300px;
	}
	#dropdown {
	  height: 115px;
	}
	#dropdown dl {
		width: 100%;
		position: static;
	}
	#dropdown dt {
		width: 100%;
		display: block;
		float: none;
	}
	#dropdown dd {
		width: 100%;
		position: static;
		overflow: auto;
		display: block;
		opacity: 100;
	}
	#dropdown dd.acco001 {
		top: 35px;
		left: -6%;
		padding-bottom: 8px;
		width: 100%;
	}
	#dropdown ul {
		padding: 0;
		margin: 0;
	}
	#dropdown li {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 30px;
	}
	#dropdown li a {
		display: block;
		width: 100%;
		padding: 8px 0 8px 20px;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	#dropdown li a:hover {
		background:#d9e1e4;
	}
	#dropdown .none {
		border-bottom:none; 
	}
	.navi_g li {
		width: 100%;
		float: none;
		background-color: #ececec;
		border-top: 1px solid #AAAAAA;
		padding: 4px 20px;
		box-sizing: border-box;
	}
	.navi_g li:last-child {
		padding: 4px 20px;
	}
	small {
		display: block;
		text-align: center;
		padding-top: 20px;
	}
	small span {
		display: block;
	}
	.concept02_title, .lookbook_title, .top_movie_title {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		font-size: 18px;
		padding: 0 30px;
		background-color: #fff;
	}
	.concept02_title::before, .lookbook_title::before, .top_movie_title::before {
		content: '';
		width: 40px;
		height: 2px;
		display: inline-block;
		background-color: #000;
		position: absolute;
		top: calc(50% - 0px);
		right: calc(50% + 80px);
	}
	.concept02_title::after, .lookbook_title::after, .top_movie_title::after {
		content: '';
		width: 50px;
		height: 2px;
		display: inline-block;
		background-color: #000;
		position: absolute;
		top: calc(50% - 0px);
		left: calc(50% + 75px);
	}
	.top_contents {
		width: 80%;
		max-width: 1144px;
		margin: 0 auto;
	}
	.top_onlinestore_btn {
		width: 80%;
	}
	.top_onlinestore_btn dl {
		width: 100%;
	}
	.top_onlinestore_btn dt {
		width: 45%;
		padding-right: 10%;
	}
	.top_onlinestore_btn dt img {
		width: 100%;
	}
	.top_onlinestore_btn dd {
		width: 45%;
	}
	.top_onlinestore_btn dd img {
		width: 100%;
	}
	.top_brandconcept {
		display: none;
	}
	.top_brandconcept img {
		width: 100%;
	}
	.top_brandconcept_smp {
		display: block;
		width: 100%;
		/*float:left;*/
		margin-right: 0px;
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.top_brandconcept_smp img {
		width: 100%;
	}
	.top_sns {
		display: none;
	}
	.top_magazine {
		width: 100%;
		background: none;
		padding: 0px;
		float: left;
		box-sizing: border-box;
	}
	.top_magazine dl {
		border: 0px solid #fff;
	}
	.top_magazine dt {
		display: none;
	}
	.top_magazine dd {
		display: block;
	}
	.top_magazine dd.top_magazine_img img {
		width: 100%;
	}
	.top_magazine_ttl01 {
		padding: 8px;
		text-align: center;
	}
	.top_magazine_ttl01 img{
		max-width: 111px;
	}
	.top_magazine_ttl02 {
		padding: 0 0 5px 0;
		text-align: center;
	}
	.top_magazine_ttl02 img {
		max-width: 111px;
	}
	.sns_smp_area {
		display: block;
		width: 40%;
		margin: 0 auto;
		padding-top: 20px;
	}
	.sns_smp_area table {
		width: 100%;
	}
	.sns_smp_area td {
		width: 33%;
	}
	.sns_smp_area td img {
		width: 50%;
	}
	footer {
		margin-top: 10px;
	}
	.page_ttl {
		font-size: 21px;
		text-align: center;
		padding: 30px 0 10px 0;
		color: #999994;
		border-bottom: 1px solid #D1D1D1;
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.contents_catalog {
		padding-top: 20px;
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.contents_catalog_btn img {
		width: 144px;
	}
	small img {
		max-width: 200px;
	}
	.concept01 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
		margin-bottom: 50px;
	}
	.blog {
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.hotitem {
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.top_contents {
		min-width: auto;
		background-color: inherit;
		width: 100%;
		padding: 0;
	}
	.top_movie {
		margin-top: 0;
		min-width: inherit;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 30px;
		padding: 0 2%;
	}
	.mainimg {
		margin-bottom: 0;
	}
	.pickup_wrap p {
		margin-bottom: 30px;
	}
	.catalog{
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.concept02 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.icon_wrap li {
		width: 15px;
		margin-right: 10px;
	}
}