@charset "utf-8";

/*///////////////////////////////////////////////////////////////////
CSS information
 file_name : basic_ex.css
 style_info : Mediaquery Style
///////////////////////////////////////////////////////////////////*/
/*====================================================================
  index
====================================================================

Part name…
  01 TOP sryle
  02 NEWS
  03 NEWS DETAIL
  04 recruit
  05 STYLE

z-index…
  aaa = -10
 bbb = 0
 ccc = 10
 ddd = 20
 eee = 30
*/

/*
==========================================================================
01. EMODA pages TOP
==========================================================================
*/


.emoda_wrap {
	overflow:hidden
}

.nav_sp {
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);

}
.sclWrap {
	display: block;
}



img#sc {
	position: absolute;
	top: 0;
	bottom: -450px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 100;
	-webkit-transition: 1.5s ;
	-moz-transition: 1.5s ;
	transition: 1.5s ;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
	z-index: 100;
width: 50px;
display: none;

}

img#sc.on {
	-webkit-transition: 1.5s ;
	-moz-transition: 1.5s ;
	transition: 1.5s ;
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:  scale(1.05);
	transform:scale(1.05);

}

@-webkit-keyframes notice_flash {
	0% {opacity: 1.0;bottom:-450px}
	50% {opacity: .50;bottom:-450px}
	100% {opacity: 1.0;bottom:-450px}
}
@-moz-keyframes notice_flash {
	0% {opacity: 1.0;bottom:-450px}
	50% {opacity: .50;bottom:-450px}
	100% {opacity: 1.0;bottom:-450px}
}
@-ms-keyframes notice_flash {
	0% {filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";bottom:-450px}
	50% {filter: alpha(opacity=50); -ms-filter: "alpha(opacity=50)";bottom:-450px}
	100% {filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";bottom:-450px}
}
@-o-keyframes notice_flash {
	0% {opacity: 1.0;bottom:-450px}
	50% {opacity: .50;bottom:-450px}
	100% {opacity: 1.0;bottom:-450px}
}
@keyframes notice_flash {
	0% {opacity: 1.0;bottom:-450px}
	50% {opacity: .50;bottom:-450px}
	100% {opacity: 1.0;bottom:-450px}
}


img#sc {
	-webkit-animation: notice_flash 1s linear 0s infinite normal;
	-moz-animation: notice_flash 1s linear 0s infinite normal;
	-ms-animation: notice_flash 1s linear 0s infinite normal;
	-o-animation: notice_flash 1s linear 0s infinite normal;
	animation: notice_flash 1s linear 0s infinite normal;
}


a.scbtn {
/*	position: absolute;
	top: 80%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 76px;
	height: 96px;
	display: block;
	z-index: 100;*/
}

.blogwrap{
	overflow: hidden;
}
.blogwrap img{

}

.blogwrap{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 81.8% 0 0;
}
 .bloginner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_content02 li img {
	width: 100%;
  -webkit-transform:scale(1.25);
  -moz-transform:scale(1.25);
  -ms-transform:scale(1.25);
  -o-transform:scale(1.25);
  transform: scale(1.25);
	position: absolute;
	top: 10%;
}


.blog_wrap_emoda{
	background: #fafafa;
}

.blog_wrap_emoda .emoda_content {
	max-width: 860px;
	padding: 25px 0 60px 0;
}

span.line{
	width:0px;
	height: 2px;
	background-color: #000;
	display: block;
	position: absolute;
	top: 21px;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
}

span.line.on {
	width:25px;
  -webkit-transition:all .3s .2s;
  -moz-transition:all .3s .2s;
  -ms-transition:all .3s .2s;
  -o-transition:all .3s .2s;
  transition:all .3s .2s;
}
span.line.on2 {
	width:25px;
  -webkit-transition:all .3s .2s;
  -moz-transition:all .3s .2s;
  -ms-transition:all .3s .2s;
  -o-transition:all .3s .2s;
  transition:all .3s .2s;
}


.top_mask{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
	display: block;
}

/*////////////  0203　up //////////////*/

/*common.css 175*/

.emoda_main {
	max-width: initial;
	width: 100%;
	margin: auto;
}

.emoda_content {
	width: 94.55%;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1040px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.emoda_content .emoda_box {
	max-width: 320px;
	width: 100%;
}

.emoda_content .emoda_box:nth-child(n + 4) {
	margin-top: 60px;
}

.emoda_content .emoda_box img {
	width: 100%;
	display: block;
}

.emoda_wrap {
	background: #fff;
}

.header_wrap {
	position: relative;
	z-index: 1;
}

/* common */


/* Edit 1706 [S] */
.top_fade.flexslider {
	position: relative;
	z-index: 0;
	border: none;
	box-shadow: none;
	margin: 0 auto 60px;
	max-width: 1100px;
	height: 560px;
	/*overflow: hidden;*/
}

.top_fade .flex-control-nav{
	display: block;
}
.top_fade .flex-direction-nav {
	/*display: none;*/
}
.top_fade .flex-control-paging li a{
	width: 50px;
	height: 5px;
	border-radius: 0;
}
.top_fade .flex-direction-nav .flex-prev,
.top_fade .flex-direction-nav .flex-next{
	background-image: none;
	top: 0;
	bottom: 0;
	margin: auto;
}
.top_fade .flex-direction-nav .flex-prev:after,
.top_fade .flex-direction-nav .flex-next:after{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 23px;
	border-top: 2px solid #eee;
}
.top_fade .flex-direction-nav .flex-prev:after{
	left: 17px;
	border-left: 2px solid #eee;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.top_fade .flex-direction-nav .flex-next:after{
	right: 17px;
	border-right: 2px solid #eee;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Edit 1706 [E] */

.top_newarrival{
	max-width: 980px;
	width: 89.1%;
	margin: 120px auto 0;
}
.top_stylephoto{
	width: 87.3%;
	margin-top:  65px;
	margin-left: 11.8%;
}
.top_stylephoto h3.text03.style_ttl {
	width: 88.5%;
	margin: 35px 0px 3%;
}
.top_stylephoto .view_more {
	margin-top: 3%;
}

.style-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}
.top_newarrival li {
	max-width: 160px;
	width: 16.32%;
	float: left;
}
.top_stylephoto li {
	width: 22.12%;
	float: left;
}

.safari7 .top_newarrival li {
	max-width: 160px;
	width: 16.32%;
	float: left;
	margin: 0 40px 0 0;
}
.safari7 .top_stylephoto li {
	width: 22.12%;
	float: left;
	margin: 0 40px 0 0;
}
.safari7 .top_newarrival li:nth-child(5) {
	max-width: 160px;
	width: 16.32%;
	float: left;
	margin: 0 0 0 0;
}

.top_stylephoto .style_sp {
	display: none;
}

.top_stylephoto img {
	width: 100%;
	height: auto;
}
.top_stylephoto img:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

.top_newarrival li img {
	width: 96%;
	padding: 0 2%;
}
.top_stylephoto li img {
	width: 96%;
	padding: 0 1%;
}

.top_stylephoto .caption {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	margin-top: 4px;
}
.top_stylephoto .caption .height {
	font-size: 11px;
}

/*-------------------------------------
	top_style SP
-------------------------------------*/
@media screen and (max-width: 900px) {
.top_fade.flexslider {
	height: auto;
	overflow: inherit;
}
.top_stylephoto .style_pc {
	display: none;
}
.top_stylephoto h3.text03.style_ttl {
	width: 97%;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 30px 0 10% 0;
}
.top_stylephoto {
	width: 78.2%;
	margin: 22% auto 0;
}
.top_stylephoto li {
	width: 43.3%;
	margin: 0 13% 5% 0%;
}
.top_stylephoto li:nth-child(2),
.top_stylephoto li:nth-child(4){
	margin-right: 0;
}
.top_stylephoto .caption {
	font-size: 11px;
	line-height: 16px;
	margin-top: 6%;
}
.top_stylephoto .caption .height {
	font-size: 10px;
}
}


.top_newarrival h3.text03,
.top_stylephoto h3.text03{
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 35px 0px 9px;
	text-align: center;
	font-size: 20px;
	/* transform: scale( 1 , 1.15 ); */
	letter-spacing: 0.06em;
	font-weight: 700;
}
.top_stylephoto h3.text03{
	width: 88.5%;
}
.top_stylephoto .view_more{
	margin-left: 40%;
}

.top_newarrival ul#RC li a:hover {
	opacity: 1;
}
.top_newarrival li p {
	width: 100%;
	height: 100%;
	position: absolute;
	/* right: 1px; */
	/* margin: 34% 0 0 0; */
	padding: 0% 4% 0 4%;
	line-height: 15px;
	font-size: 12px;
	font-size: 1rem;
	bottom: 0;
	z-index: 35;
	opacity: 0;
  -ms-filter: "alpha(opacity=0)";
	color: #fff;
  -webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 1.5s ease ;
	-moz-transition: all 1.5s ease ;
	-ms-transition: all 1.5s ease ;
	transition: all 1.5s ease ;

}
.top_newarrival li p:hover {
	background-color: rgba(0,0,0,0.7);
	opacity: 1;
  -ms-filter: "alpha(opacity=10main80)";
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease ;
	-moz-transition: all .2s ease ;
	-ms-transition: all .2s ease ;
	transition: all .2s ease ;
}

.top_newarrival li p span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 89%;
	padding: 0 4% 0 3%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 10px;
	line-height: 16px;
}

.top_newarrival ul#RC {
	overflow: hidden;
	_zoom: 1;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


.ie9 .top_newarrival li,.ie8 .top_newarrival li {
	max-width: 160px;
	width: 16.32%;
	float: left;
	margin: 0 3% 0 0;
}




.newarrival_pc{
	display: block;
}
.text03.newarrival_sp {
	display: none;
}




.view_more {
	font-family: 'MyWebFont';
	text-align: center;
	font-size: 13px;
	/* transform: scale( 1 , 1.15 ); */
	letter-spacing: 0.06em;
	font-weight: 300;
	clear: both;
	border: 1px solid #ccc;
	width: 90px;
	height: 20px;
	display: block;
	margin: auto;
	color: #5d5d5d;
	line-height: 18px;
}
.view_more a {
	width: 100%;
	height: 100%;
	display: block;
}

.blog_wrap_emoda {
	max-width: 840px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin: 80px auto 0;
	background: #ffffff;
}
.blog_wrap_emoda_shared {
	max-width: 840px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	margin: 40px auto 90px;
	background: #ffffff;
}

.top_blog_left{
	width: 35.7%;
	float: left;
}

.top_blog_right{
	width: 64.3%;
	float: left;
}

.top_blog_right img{
	width: 100%;

}


.blog_wrap_emoda .text03 {
	margin: 40px 0 0;
}
.blog_wrap_emoda .text04 {
	margin: 15px 0 0;
}

.blog_wrap_emoda a,
.blog_wrap_emoda_shared a{
	display: block;
	overflow: hidden;
}

.blog_wrap_emoda a:hover,
.blog_wrap_emoda_shared a:hover{
	opacity: 0.7;
}
.emoda_main.top{
/*	margin: 80px auto 0;*/
margin: 40px auto 0;
}

.blog_wrap_emoda img,
.blog_wrap_emoda_shared img{
	width: 100%;
}
.top_blog_pc{
	display: block;
}
.top_blog_sp{
	display: none;
}

.top_fade_image_pc{
display: block!important;
}
.top_fade_image_sp{
display: none!important;
}

/* 20210903 */
.bnr_vequm_wrap{
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
	.bnr_vequm_wrap{
		text-align: center;
		margin-bottom: 30px;
	}

	.bnr_vequm_wrap img{
		width: 92%;
	}
}

/*////////////  0203　up //////////////*/

/*
==========================================================================
02. EMODA pages NEWS
==========================================================================
*/
.emoda_main.news {
	max-width:1100px;
	width:85.9375%;
	margin:auto;
	overflow:hidden
}

.news_all li {
	width:20.9%;
	max-width:230px;
	float:left;
	margin:60px 5.45% 0 0;
	height: 290px;
}

.news_all li:nth-child(4n) {
	margin:60px 0 0
}

.news_all li img {
	width:100%
}

.news_all p {
	font-family:'MyWebFont';
	font-size:12px;
	font-size:1.2rem;
	letter-spacing:.08em
}

.news_text00 {
	margin:15px 0;
	text-align:right
}

.news_text01 {
	margin:0 0 10px
}

.app_sp {

	display: none;

}

.iconWrap{
max-width: 1100px;
	width: 85.9375%;
	margin: auto;
	position: relative;
}


.top_newarrival_btn{
	display: none;
}

/*
==========================================================================
03. EMODA pages NEWS DETAIL
==========================================================================
*/
.emoda_main.news_detail {
	max-width:980px;
	margin:30px auto 0
}

.n_detail00,.n_detail01 {
   font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	font-size:3rem;
	text-align:center;
	letter-spacing:.06em;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.n_detail00 {
	margin:0 0 10px
}

.n_detail01 {
	margin:0 0 40px
}

.detail_right {
	max-width:460px;
	width:46.99%;
	float:left
}

.detail_right img {
	width:100%
}

.detail_left {
	max-width:480px;
	width:48.99%;
	float:right
}

.detail_image {
	clear:both
}

.detail_left p {
	font-size:13px;
	font-size:1.3rem;
}

.n_detail03 {
	line-height:23px;
	margin:15px 0 60px;
}

.n_detail04,.n_detail05 {
	text-align:right;
	margin:0 0 10px;
}

.detail_image {
	padding:50px 0 0;
	overflow:hidden;
	_zoom:1;
}

.detail_image ul li {
	float:left;
	width:30.62%;
	margin:0 4.05% 40px 0;
	max-width:300px;
}

.detail_image ul li:nth-child(3n) {
	margin:0 0 40px;
}

.detail_image ul li img {
	width:100%;
}

.backall_item {
	display:block;
	margin:20px auto 0;
}


.newstitle_pc{
  display: block;
   font-family: 'Open Sans Condensed', sans-serif;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.newstitle_sp{
  display: none;
}







.backall_item {
	display: block;
	margin: 9% auto 0;
	width: 18%;
}

.news_text {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 20px 0 0 0;
	line-height: 20px;
}

.detail_image.Two li{
  width: 46.9%;
  margin: 0 6.12% 40px 0;
	max-width: 460px;
}


.detail_image.Two ul li:nth-child(3n) {
  margin: 0 6.12% 40px 0;
}

.detail_image.Two li:nth-child(2n){
margin: 0 0 40px;
}


.detail_image.One li {
	width: 46.9%;
	margin: 0 auto 40px auto;
	max-width: 460px;
	float: initial;
}

.news_text_sub{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 20px 0 40px 0;
	line-height: 20px;
}




/*
==========================================================================
04. EMODA pages recruit
==========================================================================
*/
.emoda_main.recruit {
	width:550px;
	margin:auto;
}

.re_text00 {
		font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-size:2rem;
	margin:40px auto;
	text-align:center;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.re_text01 {
	font-size:14px;
	font-size:1.4rem;
	margin:0 auto 60px;
	text-align:center;
	line-height:26px;
	letter-spacing:.03em;
}

.re_text02 {
	overflow:hidden;
	_zoom:1px;
	padding:0 0 10px;
	border-bottom:1px solid;
	margin:0 0 70px;
}

.re_text02 li {
	float: left;
	padding: 0 12px;
	font-size: 14px;
	font-size: 1.4rem;
	border-left: 1px solid #000;
	margin: 0 0 0 -1px;
	line-height: 23px;
}

.re_text03 {
	clear:both;
}

.re_text03 {
	font-size:13px;
	font-size:1.3rem;
	margin:0 auto 60px;
	line-height:23px;
	letter-spacing:.03em;
}

/*
==========================================================================
05. EMODA pages business
==========================================================================
*/
.business_text00 {
	text-align:left
}

.emoda_main.business {
	max-width:860px;
	margin:auto
}

.re_text02.business_text01 {
	margin:0;
	border:0;
	font-weight:700
}

.business .re_text00 {
		font-family: 'Open Sans Condensed', sans-serif;
	margin:40px 0 30px;
	font-weight:bold;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.business .re_text03 {
	margin:60px 0 0;
	border-bottom:1px solid #000;
	padding:0 0 40px
}

.bu_text00,.bu_text01,.bu_text02 {
	font-size:13px;
	font-size:1.3rem;
	margin:0 auto 30px;
	line-height:23px;
	letter-spacing:.03em
}

.bu_text01 span,.bu_text02 span {
	font-weight:700
}

.bu_text00 {
	margin:30px 0
}

.bu_text03 {
	text-align:center;
	margin:0 0 30px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:700
}

/*
==========================================================================
06. EMODA pages mgazine detail
==========================================================================
*/
.flex-direction-nav .flex-prev {
	background-image:url(../images/magazine/prev.png);
	text-indent:-9999px;
	background-repeat:no-repeat;
		background-position: -5px 28px;
}

/*.flex-direction-nav .flex-next {
	background-image:url(../images/magazine/next.png);
	text-indent:-9999px;
	background-repeat:no-repeat
}*/
.flex-direction-nav .flex-next {
	background-image: url(../images/magazine/next.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: -5px 28px;
}

/*.magazine_detail .flex-direction-nav .flex-prev {
	background-image:none;
	text-indent:-9999px;
	background-repeat:no-repeat
}

.magazine_detail .flex-direction-nav .flex-next {
	background-image:none;
	text-indent:-9999px;
	background-repeat:no-repeat
}
*/
.flex-direction-nav a {
	top: 35%;
}



.magazine_detail .flex-viewport {
	overflow:initial!important
}

.magazine_detail.flexslider {
	margin:0;
	background:#fff;
	border:0;
	position:relative;
	zoom:1;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);
	-o-box-shadow:0 1px 4px rgba(0,0,0,0.2);
	box-shadow:0 1px 4px rgba(0,0,0,0.2)
}

.magazine_detail.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 63px;
	margin: -20px 0 0;
	position: absolute;
	top: 40%;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.magazine_detail.flexslider {
	max-width: 980px;
	margin: auto;
}

.flex-direction-nav a {
	width: 53px;
	height: 80px;
	z-index: 99;
}
/*.magazine_detail.flexslider .flex-direction-nav a {
	width: 55%;
	height: 94%;
	top: 0;
}*/


/*.magazine_detail.flexslider a.flex-next {
	cursor: url(../images/magazine/next.png), auto;
}
.magazine_detail.flexslider a.flex-prev {
	cursor: url(../images/magazine/prev.png), auto;
}
*/






.magazine h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	font-size:2rem;
	text-align:center;
	margin:20px 0;
	letter-spacing:.06em;
	font-weight: bold;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

span.look_line {
	width:50px;
	height:2px;
	background-color:#000;
/* position: absolute; */
	display:block;
	margin:10px auto
}

.flex-control-nav {
	display:none
}

.count_magazine {
	width: 10px;
	height: 50px;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	position: absolute;
	right: 0%;
	z-index: 1;
	font-weight: bold;
}
.count_area {
	font-family: georgia,serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #aaa;
	font-weight: 100;
	position: absolute;
	top: 12px;
	right: 2%;
	z-index: 1;
}

.count,.count1,.count2 {
	position:absolute
}

.count {
	top:-12px;
	right:5px
}

.count1 {
	top:-8px;
	left:-2px
}

.count2 {
	top: -4px;
	left: 6px;
}

.magazine_detail .flex-direction-nav .flex-prev {
 left: -55px; 
}

.magazine_detail .flex-direction-nav .flex-next {
right: -70px;
}


/*
==========================================================================
06. EMODA pages mgazine all
==========================================================================
*/

.emoda_main.magazine_all {
	width:100%;
	overflow:hidden;
	max-width:initial
}

.m01 {
	background:url(../images/magazine/5.jpg) center/cover
}

.m02 {
	background:url(../images/magazine/6.jpg) center/cover
}

.m03 {
	background:url(../images/magazine/7.jpg) center/cover
}

.m04 {
	background:url(../images/magazine/8.jpg) center/cover
}

.m05 {
	background:url(../images/magazine/9.jpg) center/cover
}

.m01.on,.m02.on,.m03.on,.m04.on,.m05.on {
   width:400px;
	-webkit-filter:grayscale(0%);
	-webkit-transition:all .4s ease-out ;
	-moz-transition:all .4s ease-out ;
	-ms-transition:all .4s ease-out ;
	-o-transition:all .4s ease-out ;
	transition:all .4s ease-out ;
}

.magazine_all_content div {
	position:relative;
	width:250px;
	height:680px;
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out;
	-webkit-filter:grayscale(0%)
}

.magazine_all_content div.on {
/*	width: 450px;
	height: 680px;
  -webkit-filter: grayscale(0%);
  -webkit-transition:all .4s ease-out ;
  -moz-transition: all .4s ease-out ;
  -ms-transition: all .4s ease-out ;
  -o-transition: all .4s ease-out ;
  transition: all .4s ease-out ;*/
}

/*@keyframes scratchy {
  0% {
	background-position: 0 0; }
  25% {
	background-position: 0 0; }
  26% {
	background-position: 20px -20px; }
  50% {
	background-position: 20px -20px; }
  51% {
	background-position: 40px -40px; }
  75% {
	background-position: 40px -40px; }
  76% {
	background-position: 60px -60px; }
  99% {
	background-position: 60px -60px; }
  100% {
	background-position: 0 0; } }

.onlinestore_btn{
	display: block;
	width: 330px;
	height: 109px;
	background: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 275px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-decoration: none;
	color: #000;
	background: url("images/magazine/RcvT1r88QH0AAAAASUVORK5CYII=.png") center center repeat;
	background-size: 80px 60px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-animation: scratchy 0.253s linear forwards infinite;
	-moz-animation: scratchy 0.253s linear forwards infinite;
	animation: scratchy 0.253s linear forwards infinite;
	font-size: 2.5rem;
	font-weight: bold;	  
	-webkit-transition: 0.65s 1.3s cubic-bezier(0.62, 0.02, 0.34, 1);
	-moz-transition: 0.65s 1.3s cubic-bezier(0.62, 0.02, 0.34, 1);
	transition: 0.65s 1.3s cubic-bezier(0.62, 0.02, 0.34, 1);
	opacity: 0;
  }



.onlinestore_btn.on {
	opacity: 1;
	-webkit-transition:all 1s 10s;
	-moz-transition: all 1s 10s;
	transition: all 1s 10s;
}
*/

.magazine_all_content div {
}

ul.magazine_all_content {
	width:200%;
	overflow:scroll
}

.magazine_all_content li {
	float:left
}

.emoda_main.magazine_all {
}

#contents {
	overflow:hidden;
	padding:60px;
	height:100%
}

div.section {
	width:500px;
	background:#FFF;
	padding:20px;
	height:400px;
	float:left;
	margin-right:2px
}

#nav {
	list-style:none;
	margin-bottom:10px;
	position:fixed;
	left:60px;
	top:60px
}

#nav li {
	display:inline;
	margin-right:.5em
}

#nav li a {
	color:#fff
}

.emoda_main.magazine_all {
	max-width: 1100px;
	width: 85.9375%;
	overflow: visible;
}

/*.emoda_main.magazine_all {
	width: 100%;
}*/
.magazine_all_fx .slides li a {
	width: 49%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.magazine_all_fx .flex-viewport {
	overflow: visible!important;
}

.magazine_all_fx .slides li {
/*	margin: 0 40px 0 0;*/
}


.slides li a:hover {
	opacity: 1;
}
.slides li a img{
	width: 100%;
}
/*.mask {
	font-family: 'Open Sans Condensed', sans-serif;
	width:99%;
	height: 100%;
	opacity: 0;
	position: absolute;
	background: #000;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	margin: 0 auto;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}*/
.mask {
	font-family: 'Open Sans Condensed', sans-serif;
	width: 99%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	background: #FFF;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	margin: 0 auto;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.flex-active-slide .mask{
	opacity: 0;
}

.mask2 {
	font-family: 'Open Sans Condensed', sans-serif;
	width:100%;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	background: #FFF;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	margin: 0 auto;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.flex-active-slide .mask,.flex-active-slide .mask2{
	opacity: 0;
}


.mask.m_left{
  /*  left: inherit;*/

}
.mask.m_right{

/*	right: inherit;*/
}

.flexslider {
	display: block;
	margin: 28px 0 0 0;
	box-shadow: none;
}
.mask:hover{
		width: 99%;
		height: 100%;
		opacity: 0.8;
		position: absolute;
	-webkit-transition: all 1s ease ;
	-moz-transition: all 1s ease ;
	-ms-transition: all 1s ease ;
	transition: all 1s ease ;
	 background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=800)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=800);

}

.magazineImages{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease ;
	-moz-transition: all 1s ease ;
	-ms-transition: all 1s ease ;
	transition: all 1s ease ;
}

.magazineImages.on{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 2s ease ;
	-moz-transition: all 2s ease ;
	-ms-transition: all 2s ease ;
	transition: all 2s ease ;
}

.magazine_all_fx.flexslider {
	display: block;
	height: 590px;
	max-width: 980px;
	width: 91%;
	margin: 28px auto 0;
}
.magazine_all_fx.flexslider img{
	width: 100%;
	margin: auto;
}
.magazine_sp_new{
  display: none;
}

.magazine_all .flex-direction-nav .flex-prev {
	left: -47px;
}
.magazine_all .flex-direction-nav .flex-next {
	right: -50px;
}

.magazine_all .flex-direction-nav a {

	top: 43%;

}




/*@keyframes scratchy {
  0% {
	background-position: 0 0; }
  25% {
	background-position: 0 0; }
  26% {
	background-position: 20px -20px; }
  50% {
	background-position: 20px -20px; }
  51% {
	background-position: 40px -40px; }
  75% {
	background-position: 40px -40px; }
  76% {
	background-position: 60px -60px; }
  99% {
	background-position: 60px -60px; }
  100% {
	background-position: 0 0; } }*/

.title_magazine {
  
	font-weight: bold;
	font-size: 30px;
	letter-spacing: .1em;
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 right: 0; 
	 bottom: 60px; 
	margin: auto;
	display: block;
	width: 100%;
	height: 25px;
	text-align: center;

/*		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-ms-filter: blur(10px);
		-o-filter: blur(10px);
		filter: blur(10px);*/
}
.title_magazine.on {
	background-position: 3000px 50000px;
	transition: all 1s;
/*	letter-spacing: .1em;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);*/
}

.sub_title_magazine{
	font-size: 30px;
	letter-spacing: .1em;
	 position: absolute; 
	 top: 25px; 
	 left: 0; 
	 right: 0; 
	 bottom: 0px; 
	margin: auto;
	display: block;
	width: 65%;
	height: 25px;
	text-align: center;
  font-weight: bold;
/*		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-ms-filter: blur(10px);
		-o-filter: blur(10px);
		filter: blur(10px);*/
}

.sub_title_magazine.on {
/*	transition: all 100s;
	transition: all 1s;
	letter-spacing: .1em;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);*/
}


.line_m_top{
  width: 85px;
  height: 2px;
  background: #fff;
	  margin: 0 auto 5px;
}
.line_m_bottom{
  width: 85px;
  height: 2px;
  background: #fff;
  margin: 5px auto 0px;
}


.line_m_top.on{
  width: 87px;
  transition: all 1s;
}
.line_m_bottom.on{
  width: 87px;
  transition: all 1s;
}


li.slide_li a {
/*	cursor: default;*/
}




/*
==========================================================================
05 - 2. EMODA pages magazine detail
==========================================================================
*/


.item_cart {
	width: 100%;
	height: atuo;
	position: absolute;
	bottom: 0;
}
.item_cart li {
	width: 10%;
	float: left;
	background: rgba(0,0,0,0.6);
	margin: 0px 0 0 2%;
}
.item_cart li img{
  width: 100%;
}
.item_cart ul {
	margin: 0 0 0 3%;
	position: absolute;
	padding: 30px 0;
	background-color: rgba(0,0,0,0.7);
	bottom: 0px;
  -webkit-transition:all .5s ease-out;
  -moz-transition:all .5s ease-out;
  -ms-transition:all .5s ease-out;
  -o-transition:all .5s ease-out;
  transition:all .5s ease-out;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
}

.slides li{
position: relative;
overflow: hidden;
}

.item_cart ul.on{
  -webkit-transition:all .5s ease-out;
  -moz-transition:all .5s ease-out;
  -ms-transition:all .5s ease-out;
  -o-transition:all .5s ease-out;
  transition:all .5s ease-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.magazine_btn{
  width: 180px;
  display: block;
  margin:60px auto 0;
  display: block;
}

.magazine_detail.flexslider{
	 margin: 0 auto; 
	 background: #fff; 
	 border: 0; 
	 position: relative; 
	 zoom: 1; 
	 -webkit-border-radius: 0; 
	-moz-border-radius: 0;
	 border-radius: 0; 
	 -webkit-box-shadow: initial; 
	-moz-box-shadow: initial;
	-o-box-shadow: initial;
	 box-shadow: initial; 
}


.magazine_detail.flexslider img{
	width: 100%;
	margin: auto;
}


.magazine_detail.flexslider .slides li a.magazine_btn {
	width: 180px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 60px auto 0;
	display: block;
}

a.magazine_btn2 img {
	display: block;
	margin: 20px auto;
}
.emoda_magazie_pc{
	display: block;
}

.emoda_magazie_sp{
	display: none;
}
/*.emoda_wrap {
	 overflow: inherit; 
}*/
/*
==========================================================================
06. EMODA pages lookbook
==========================================================================
*/
.emoda_main.lookbook {
	margin: 75px auto 60px;
	/* overflow: hidden; */
	width: 85.9375%;
	max-width: 1100px;
	position: relative;
}


.emoda_main.lookbook:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;

}



.emoda_main.lookbook h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	margin: 0 0 30px;
	position: absolute;
	font-size: 18px;
	letter-spacing: .08em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	top: -58px;
}
span.look_line {
	width:50px;
	height:1px;
	background-color:#000;
/* position: absolute; */
	display:block;
	margin:10px auto
}

/*.lookbookhead {
	height:720px;
	width:100%;
	margin:auto;
	background:url(../images/lookbook/look.jpg)center center no-repeat #f1f1f1;
	background-repeat:no-repeat;
}*/

.lookbookhead{
  width: 100%;
  height: 729px;
  display: block;
}

.look_item_content li {
	width:33.27%;
	float:left;
	position:relative;
	margin:0 0.09% 2px 0
}

.look_item_content li img {
	width:100%
}

.look_item_content li:nth-child(3n) {
	width:33.27%;
	float:left;
	position:relative;
	margin:0 0 2px;
}

.look_box {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:rgba(0,0,0,0.6);
	color:#fff;
	-ms-filter:alpha(opacity=0);
	opacity:0
}

.look_box.on {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	opacity:1;
	-ms-filter:alpha(opacity=100);
}

.look_box a {
	color:#fff;
	font-size:12px;
	font-size:1.2rem;
	margin:0;
/* display: block; */
	border-bottom:1px solid #fff;
	padding:0 0 19px;
/* line-height: 12px; */
	display:-webkit-inline-box;
	padding:0 0 3px;
	letter-spacing:.06em;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.look_web a {
	font-family:'MyWebFont';
	display:block;
	width:110px;
	height:38px;
/* background: #fff; */
	font-size:2rem;
	text-align:center;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-decoration:none;
/* color: #000; */
	-ms-filter:alpha(opacity=0);
	z-index:2;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:7px 0;
	letter-spacing:.08em
		-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.look_item {
	position:absolute;
	bottom:20px;
	left:20px;
	opacity:.7;
	-ms-filter:alpha(opacity=70)
}

.look_li {
	margin:0 0 10px;
	font-size:12px;
	font-size:1.2rem;
}

.inline_look {
	border-bottom:1px solid #fff
}
.videoimage {
	display: none;
}

/*div#tubular-container {
top: -201%;
}*/
.look_sp_pop{
display: none;
}

.youtube_video{
  display: block;
}

.backnumber.lookbook_BK {
	padding: 50px 0;
		background: #fafafa;
	clear: both;
	 margin: 35px 0 0;
}


.backnumber.lookbook_BK p {
	font-family: 'Open Sans Condensed', sans-serif;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
	text-align: center;
	font-size: 18px;
	transform: scale( 1 , 1.15 );
	letter-spacing: 0.08em;
	font-weight: bold;
	padding: 0 0 10px 0;

}


.backnumber.lookbook_BK li {
	color: #5b5b5b;
	text-align: center;
	margin: 23px 0 0 0;
	font-size: 12px;
	letter-spacing: 0.06em;
}

iframe#player {
z-index: -1;top:0;left:0;width: 100%;height:720px;
}

.youtube_video {
	max-width:100%;
	height: 720px;
	overflow: hidden;
	margin: auto;

}

.emoda_wrap.lkb .footer {
	margin: 0;
}

.backnumber.lookbook_BK a {
	font-family: 'MyWebFont';
	font-size: 1.3rem;
	letter-spacing: 0.08em;
}


iframe#player {
z-index: -1;top:0;left:0;width: 100%;height:720px;
}

.youtube_video {
	max-width:100%;
	height: 720px;
	overflow: hidden;
	margin: auto;
position: relative;
}

.youtube_unmute {
	position: absolute;
	top: -60px;
	font-size: 13px;
	right: 0;
	padding: 0 0 0 0px;
	display: block;
}

span.sound {
	font-family: 'MyWebFont';
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.08em;
	cursor: pointer;
}
span.bt {
	display: inline-block;
	margin: 0 8px 0 3px;
	font-size: 15px;

}
/*
==========================================================================
06_02. EMODA pages preorder
==========================================================================
*/
.emoda_main.preorder {
	margin: 75px auto 60px;
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	max-width: 1100px;
}


.emoda_main.preorder:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;

}

.preorder_item_content{
	display: flex;
	flex-wrap: wrap;
}

.preorder_item_content li {
	width:30.73%;
	position:relative;
	margin:0 3.9% 0 0;
}

.preorder_item_content li img {
	width:100%;
	display: block;
}

.preorder_item_content li:nth-child(3n) {
	margin-right: 0;
}

.preorder_item_content li:nth-child(n + 4) {
	margin-top: 43px;
}

.preorder_box {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:rgba(0,0,0,0.38);
	color:#fff;
	-ms-filter:alpha(opacity=0);
	opacity:0
}

.preorder_box.on {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
	opacity:1;
	-ms-filter:alpha(opacity=100);
}

.preorder_box a {
	color:#fff;
	font-size:13px;
	font-size:1.3rem;
	margin:0;
/* display: block; */
/* line-height: 12px; */
	display:-webkit-inline-box;
	padding:0;
	letter-spacing:.08em;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.preorder_web a {
	font-family:'MyWebFont';
	display:block;
	width:110px;
	height:38px;
/* background: #fff; */
	font-size:2rem;
	text-align:center;
	line-height:20px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	text-decoration:none;
/* color: #000; */
	-ms-filter:alpha(opacity=0);
	z-index:2;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:7px 0;
	letter-spacing:.08em
		-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.preorder_item {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 95%;
}

.preorder_li {
	font-size:13px;
	font-size:1.3rem;
	text-align: center;
}

.preorder_li:nth-child(n + 2) {
	margin-top: 10px;
}

@media screen and (max-width: 900px) {
	.emoda_main.preorder {
		margin: 90px auto 60px;
		width: 92%;
	}
	
	.preorder_item_content{
		justify-content: space-between;
	}
	
	.preorder_item_content li {
		width: 47.83%;
		margin: 0;
	}
	
	.preorder_item_content li:nth-child(n + 3) {
		margin-top: 40px;
	}
	
	.preorder_item_content li:nth-child(n + 4) {
		margin-top: 40px;
	}
	
	.preorder_box {
		position: inherit;
		top:inherit;
		background:none;
		color:#444;
		-ms-filter:alpha(opacity=1);
		opacity:1;
		margin-top: 15px;
	}
	
	.preorder_box a {
		color:#444;
		line-height: 1.538;
	}
	
	.preorder_item {
		position:inherit;
		top: inherit;
		left: inherit;
		transform: translate(0,0);
		width: 100%;
	}
	
	.preorder_li {
		font-size:13px;
		font-size:1.3rem;
		text-align: left;
	}
	
	.preorder_li:nth-child(n + 2) {
		margin-top: 10px;
	}
}

/*
==========================================================================
06_03. EMODA pages ranking
==========================================================================
*/
.emoda_main.ranking {
	margin: 75px auto 60px;
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	max-width: 1040px;
}


.emoda_main.ranking:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;

}

.ranking_item_content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ranking_item_content li {
	width:30.77%;
	position:relative;
	margin:0 0 0 3.84%;
}

.ranking_item_content li p {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
	font-size:20px;
	font-size:2.0rem;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #444;
	font-smoothing: antialiased ;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 700;
	letter-spacing: 0.086em;
}

.ranking_item_content li img {
	width:100%;
	display: block;
}

.ranking_item_content li:nth-child(3n + 1) {
	margin-left: 0;
}

.ranking_item_content li:nth-child(n + 4) {
	margin-top: 60px;
}

@media screen and (max-width: 900px) {
	.emoda_main.ranking {
		margin: 90px auto 60px;
		width: 92%;
	}
	
	.ranking_item_content{
		justify-content: center;
	}
	
	.ranking_item_content li {
		width:47.83%;
		margin:0 0 0 4.34%;
	}

	.ranking_item_content li p {
		font-size:18px;
		font-size:1.8rem;
		color: #000;
		letter-spacing: 0.06em;
	}

	.ranking_item_content li:nth-child(3n + 1) {
		margin-left: 4.34%;
	}

	.ranking_item_content li:nth-child(2n + 1) {
		margin-left: 0;
	}
	
	.ranking_item_content li:nth-child(n + 3) {
		margin-top: 40px;
	}
	
	.ranking_item_content li:nth-child(n + 4) {
		margin-top: 40px;
	}
}

/*
==========================================================================
07. EMODA shoplist
==========================================================================
*/
.shoplist {
	max-width:980px;
	width:76.5625%;
	margin:40px auto 0;
	overflow:hidden
}

.shoplist h3 {
	margin: 0 0 15px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	letter-spacing: 0.015em;
}

.shoplist p {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 7px;
	line-height: 20px;
	letter-spacing: 0.015em;
}

.shop_contents {
	width:108%
}



.shoplist img {
	width:100%
}

.emoda_shoplist {
	width:33%;
	float:left;
	margin:0 0 35px;
	min-height:175px
}

.emoda_shoplist p,.emoda_shoplist h3,.emoda_shoplist img {
	width:80%
}

.emoda_shoplist:nth-child(3n) {
	margin:0 0 35px
}

.emoda_webList li {
	width:45%;
	float:left;
	margin: 0 0 0 5%;
}
.emoda_webList li:first-child {
	margin-left: 0;
}
.emoda_webList li img {
	margin-bottom: 2%;
}

.emoda_shoplist p,.emoda_shoplist h3,.emoda_shoplist img {
	width:80%
}


.montserrat {
	font-size:1.4px;
	font-size:1.4rem;
	clear:both;
	display:block;
	padding:0 0 10px;
	border-bottom:1px solid #000;
	margin:0 0 30px;
	font-weight:700;
	letter-spacing: 0.08em;
}

.MapArea a{
  margin: 0 0 0 3.00%;
  font-size: 14px;
  font-size:1.4rem;
  position: relative;
  font-weight: bold;
letter-spacing: 0.08em;
}

.MapArea a:after {
	content: url("../images/shoplist/map1.jpg");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	right: -22px;

}
.emoda_main.shoplist h2 {
	display: none;
}

.MapArea {
  margin: 35px 0 55px 0;
}

.mapbtn_sp{
  display:none;
}
.mapbtn_pc{
  display: block;
}

/*
==========================================================================
10. EMODA news newarrival
==========================================================================
*/


.emoda_main.newarrival{
  margin: 45px auto;
  overflow: hidden;
  max-width: 1100px;
	width: 85.9375%;
}
.newarrival_item li {
	width: 14.55%;
	max-width: 160px;
	min-height: 216px;
	float: left;
	margin: 0 2.47% 2% 0;
}
.newarrival_item li:nth-child(6n){
  margin: 0;

}

ul#RC li a {
	width: 100%;
	height: 100%;
	position:relative;
	top: 0;
	display: block;
}
ul#RC li a:hover {
	opacity: 1;
}
.newarrival_item li p {
	width: 100%;
	height: 100%;
	position: absolute;
	/* right: 1px; */
	/* margin: 34% 0 0 0; */
	padding: 0% 4% 0 4%;
	line-height: 15px;
	font-size: 12px;
	font-size: 1rem;
	bottom: 0;
	z-index: 35;
	opacity: 0;
  -ms-filter: "alpha(opacity=0)";
	color: #fff;
  -webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 1.5s ease ;
	-moz-transition: all 1.5s ease ;
	-ms-transition: all 1.5s ease ;
	transition: all 1.5s ease ;

}
.newarrival_item li p:hover {
	background-color: rgba(0,0,0,0.7);
	opacity: 1;
  -ms-filter: "alpha(opacity=10main80)";
  -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .2s ease ;
	-moz-transition: all .2s ease ;
	-ms-transition: all .2s ease ;
	transition: all .2s ease ;
}

.newarrival_item li img{
  width: 100%;
  max-width: 160px;
}

.newarrival_item li p span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 89%;
	padding: 0 4% 0 3%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 10px;
	line-height: 16px;
}




/*
==========================================================================
00. EMODA mail magazine 
==========================================================================
*/


.news_content03 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 100;
	-webkit-transform: translate3d(0,-140%,0);
	-moz-transform: translate3d(0,-140%,0);
	-ms-transform: translate3d(0,-140%,0);
	transform: translate3d(0,-140%,0);

	-webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	-moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	-ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	transition: transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.news_content03.on {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 100;
		-webkit-transform: translate3d(0%,0,0);
	-moz-transform: translate3d(0%,0,0);
	-ms-transform: translate3d(0%,0,0);
	transform: translate3d(0%,0,0);
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1) ;
	-moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1) ;
	-ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1) ;
	transition: transform 700ms cubic-bezier(0,0,0.25,1) ;
}


.magazine_mail_wrap{
	width: 900px;
	height: 510px;
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.mail_magazinetext00{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: .1em;
	margin: 0 0 30px;
	text-align: center;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: bold;
}

.mail_magazinetext01{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .1em;
	margin: 0 0 30px;
	text-align: center;
	font-weight: normal;
}
.mail_m_left{
	width: 400px;
	height: auto;
	float: left;
	position:   relative;
}

.mail_m_right{
	width: 400px;
	height: auto;
	float: right;
	position:   relative;
}
.mail_magazinetext02{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	letter-spacing: .1em;
	margin: 0 0 30px;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: bold;
}

.mail_magazinetext03 {
	color: #fff;
	font-size: 13px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	margin: 0 0 30px;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
	height: 40px;
}

.class_mail_magazine_btn{
	position: absolute;
}

.class_mail_magazine_btn {
	position: absolute;
	bottom: 65px;
	right: 47px;
}

.close_mail {
	vertical-align: text-bottom;
	line-height: 1;
	position: absolute;
	display: block;
	right: 0;
	top: -50px;
	cursor: pointer;
}

.news_content04{
	display: none;
}


/*
==========================================================================
00. EMODA movie 
==========================================================================
*/

.emoda_main.movie_page {
	max-width: 1100px;
	width: 85.9375%;
	margin: 75px auto 60px;
	position: relative;
}


.movie_item_content li h3 {
	font-family: 'MyWebFont';
	margin: 20px 0 0;
	text-align: center;
	font-size: 13px;
	color: #5d5d5d;
	height: 16px;
	letter-spacing: 0.06em;
	font-weight: 300;
}


ul.movie_item_content li:nth-child(3n) {

	float: left;
	margin: 0 0px 0 0;
}
ul.movie_item_content li img {
	width: 100%;
	position: absolute;
	top: -18%;
}

ul.movie_item_content li {
	max-width: 330px;
	width: 30%;
	float: left;
	margin: 0 5% 50px 0;
}

.movie_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 55.3% 0 0;
	overflow: hidden;
}

.movie_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.emoda_main.movie_page h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;

}


#archive_movie{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	margin: 0 0 30px;
	position: relative;
	font-size: 18px;
	letter-spacing: .08em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: bold;
}

.emoda_main.blog {
	max-width: 1100px;
	width: 85.9375%;
	margin: auto;
}
.emoda_main.blog .emoda_content{
	max-width: 1100px;
	width: 100%;
	margin: auto;
}


.emoda_main.blog ul {
	max-width: 1100px;
	width:100%;
	margin: auto;
}

.emoda_main.blog .news_content02 li {
	max-width: 215px;
	width: 19.54%;
	float: left;
	margin: 0 .5% 40px 0;
}
.emoda_main.blog .news_content02 li:nth-child(5n) {
	max-width: 215px;
	width: 19.54%;
	float: left;
	margin: 0 0% 40px 0;
}

.emoda_main.blog .official_b {
	margin: 40px 0 0 0;
}

.emoda_main.blog .news_content02 li img {
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	position: initial;
	top:0;
}

.bloginner {
	position: initial;
	left: initial;
	width: initial;
	height: initial;
}

.emoda_main.blog .blogwrap {
	position: initial;
	width: initial;
	height: initial;
	padding: initial;
}

/*
==========================================================================
00. EMODA style
==========================================================================
*/
.staffstyle {
	max-width: 920px;
	margin: 20px auto;
}
.staffstyle img {
	width:  100%;
	height: auto;
}
.staffstyle .styling-shop-nav .name,
.staffstyle .styling-height-nav .name {
	float: left;
	font-size: 12px;
	margin-right: 11px;
	margin-top: 11px;
}
.staffstyle .styling-shop-nav .name,
.staffstyle .styling-height-nav .name{
	margin-left: 3%;
}
.staffstyle .styling-shop-nav select,
.staffstyle .styling-height-nav select {
	float: left;
	width: 300px;
	margin-bottom: 30px;
	padding: 7px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaaaaa;
	background: url(../images/style/arrow.gif) right 50% no-repeat;
	background-size: 20px, 50%;
}

.staffstyle ul.staffstyle-list {
	clear: both;
}
.staffstyle .staffstyle-list li {
	float: left;
	position: relative;
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 30px;
}
.staffstyle .staffstyle-list li:nth-child(3n) {
	margin-right: 0;
}
.staffstyle ul.staffstyle-list .photo {
	background: #fff;
	height: 387px;
	overflow: hidden;
}
.staffstyle ul.staffstyle-list img {
	width: 100%;
	height: auto;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.staffstyle .staffstyle-list li img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.staffstyle .staffstyle-list p.caption {
	font-size: 12px;
	line-height: 22px;
	letter-spacing:0.08em;
	padding: 6px 4px 0;
}
.staffstyle .staffstyle-list p.caption .name {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	}
.staffstyle .staffstyle-list p.caption .height {
	font-size: 11px;
}
.staffstyle .staffstyle-list .fl_right {
	padding: 8px 4px 5px;
}
.staffstyle .staffstyle-list p.date {
	font-size: 11px;
	margin: 2px 0 5px;
}


.staffstyle .staffstyle-box {
	max-width: 920px;
	margin: 0 auto 45px;
}
.staffstyle .staffstyle-box .photo {
	position: relative;
	width: 46.8%;
}
.staffstyle .staffstyle-box .photo img {
	width: 100%;
	height: auto;
}
.staffstyle .staffstyle-box .info {
	width: 46.8%;
	padding-top: 12px;
}
.staffstyle .staffstyle-box p.date,
.staffstyle .staffstyle-box p.model_shop {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 14px;
}
.staffstyle .staffstyle-box .model_info {
	margin-bottom: 20px;
}
.staffstyle .staffstyle-box .name {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 20px;
}
.staffstyle .staffstyle-box .height {
	font-size: 12px;
	margin-bottom: 8px;
}
.staffstyle .staffstyle-box ul.sns li {
	display: inline-block;
	width: 19px;
	margin-right: 4px;
}
.staffstyle .staffstyle-box ul.sns li:last-child {
	margin-right: 0;
}
.staffstyle .staffstyle-box ul.sns li img {
	width: 100%;
}
.staffstyle .staffstyle-box .message {
	clear: both;
	margin: 0 0 20px;
	padding-top: 20px;
	border-top: dotted 1px #bfbfbf;
}
.staffstyle .staffstyle-box .message p {
	font-size: 11px;
	line-height: 22px;
}
.staffstyle .staffstyle-box ul.item {
	margin-bottom: 40px;
}
.staffstyle .staffstyle-box ul.item li {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 11px;
	letter-spacing: 0.08em;
	width: 29.5%;
	margin-top: 5%;
	margin-right: 4.5%;
}
.staffstyle .staffstyle-box ul.item li:nth-child(3n) {
	margin-right: 0;
}
.staffstyle .staffstyle-box ul.item li img {
	width: 99%;
	height: auto;
	border: 1px solid #f0f0f0;
}
.staffstyle .staffstyle-box ul.item li p.caption {
	line-height: 16px;
	padding: 8px 0 0;
}
.staffstyle a.look_item_link {
	color: #000;
	text-align:center;
	display: block;
	width: 100%;
	margin: 7px auto 0;
	padding: 6px 0 5px;
	border: 1px solid #000;
	background: url(../images/style/arrow01.png) no-repeat 94% 50%;
}
.staffstyle a.look_item_link:hover {
	color: #fff;
	background: #000 url(../images/style/arrow02.png) no-repeat 94% 50%;
}
.staffstyle .staffstyle-other {
	clear: both;
}
.staffstyle .title {
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}
.staffstyle .title:before {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background: #cccccc;
}
.staffstyle .title:after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	display: block;
	width: 40%;
	height: 1px;
	background: #cccccc;
}
.staffstyle .title h3 {
	text-align: center;
	font-family: 'Roboto', serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}
.staffstyle .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.staffstyle .staffstyle-other li {
	float: left;
	position: relative;
	width: 23.35%;
	margin-left: 2.2%;
}
.staffstyle .staffstyle-other li:first-child {
	margin-left: 0;
}
.staffstyle .staffstyle-other .photo {
	background: #000;
}
.staffstyle .staffstyle-other img {
	width: 100%;
	height: auto;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.staffstyle .staffstyle-other img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.staffstyle .staffstyle-other p.caption {
	font-size: 11px;
	line-height: 16px;
	letter-spacing:0.08em;
	padding: 6px 4px;
}
.staffstyle .staffstyle-other p.caption .name {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.staffstyle .staffstyle-other p.caption .height {
	font-size: 11px;
}
.staffstyle .staffstyle-other p.date {
	font-size: 11px;
	margin: 8px 0;
}

/*===============================================================
841px -> 900px Style
===============================================================*/
@media screen and (max-width: 900px) {
.staffstyle {
	width:  80%;
	margin: 15% auto;
}
.staffstyle .styling-shop-nav .name,
.staffstyle .styling-height-nav .name {
	float: none;
	font-size: 12px;
	margin: 1% 0 2%;
}
.staffstyle .styling-shop-nav .name,
.staffstyle .styling-height-nav .name{
	margin-left: 0;
}
.staffstyle .styling-shop-nav select,
.staffstyle .styling-height-nav select {
	float: none;
	width: 100%;
	margin-bottom: 2%;
	padding: 7px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaaaaa;
	background: url(../images/style/arrow.gif) right 50% no-repeat;
	background-size: 20px, 50%;
}

.staffstyle ul.staffstyle-list {
	margin-top: 5%;

}
.staffstyle .staffstyle-list li {
	float: left;
	position: relative;
	width: 45.6%;
	margin-right: 8.6%;
	margin-bottom: 6%;
	overflow: hidden;
}
.staffstyle ul.staffstyle-list .photo {
	height: auto;
}
.staffstyle .staffstyle-list li:nth-child(3n) {
	margin-right: auto;
}
.staffstyle .staffstyle-list li:nth-child(2n) {
	margin-right: 0;
}
.staffstyle .staffstyle-list li:nth-child(3),
.staffstyle .staffstyle-list li:nth-child(9),
.staffstyle .staffstyle-list li:nth-child(15){
	margin-right: 8.6%;
}	
.staffstyle .staffstyle-list p.caption {
	font-size: 11px;
	line-height: 18px;
	padding: 0;
}
.staffstyle .staffstyle-list p.caption .name {
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	}
.staffstyle .staffstyle-list p.caption .height {
	font-size: 11px;
}
.staffstyle .staffstyle-list .fl_right {
	float: none;
	padding: 8px 4px 5px;
}
.staffstyle .staffstyle-list p.date {
	font-size: 11px;
	margin: 2px 0 0;
}

	
.staffstyle .staffstyle-box {
	margin: 0;
}
.staffstyle .staffstyle-box .photo {
	position: relative;
	width: 100%;
}
.staffstyle .staffstyle-box .info {
	width: 100%;
	padding-top: 6%;
}
.staffstyle .staffstyle-box p.date,
.staffstyle .staffstyle-box p.model_shop {
	margin-bottom: 5%;
}
.staffstyle .staffstyle-box .model_info {
	margin-bottom: 10%;
}
.staffstyle .staffstyle-box .name {
	font-size: 14px;
}
.staffstyle .staffstyle-box .height {
	font-size: 12px;
	margin-bottom: 8px;
}
.staffstyle .staffstyle-box ul.sns li {
	display: inline-block;
	width: 19px;
	margin-right: 4px;
}
.staffstyle .staffstyle-box ul.sns li:last-child {
	margin-right: 0;
}
.staffstyle .staffstyle-box ul.sns li img {
	width: 100%;
}
.staffstyle .staffstyle-box .message {
	clear: both;
	margin: 0 0 5%;
	padding-top: 4%;
}
.staffstyle .staffstyle-box .message p {
	font-size: 11px;
	line-height: 22px;
}
.staffstyle .staffstyle-box ul.item {
	margin-bottom: 5%;
}
.staffstyle .staffstyle-box ul.item li {
	float: left;
	position: relative;
	width: 45.6%;
	margin-right: 8.6%;
	margin-bottom: 6%;
	margin-top: 0;
}
.staffstyle .staffstyle-box ul.item li:nth-child(3n) {
	margin-right: auto;
}
.staffstyle .staffstyle-box ul.item li:nth-child(2n) {
	margin-right: 0;
}
.staffstyle .staffstyle-box ul.item li:nth-child(3),
.staffstyle .staffstyle-box ul.item li:nth-child(9),
.staffstyle .staffstyle-box ul.item li:nth-child(15){
	margin-right: 8.6%;
}	
.staffstyle .staffstyle-box ul.item li p.caption {
	line-height: 16px;
	padding: 8px 0 0;
}
.staffstyle a.look_item_link {
	font-size: 10px;
	letter-spacing: 0.03em;
}
.staffstyle .title {
	margin-bottom: 6%;
}
.staffstyle .title:before,
.staffstyle .title:after {
	width: 100%;
}
.staffstyle .title h3 {
	text-align: center;
	font-family: 'Roboto', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.staffstyle .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.staffstyle .staffstyle-other li {
	float: left;
	position: relative;
	width: 45.6%;
	margin-left: 8.6%;
	margin-bottom: 4%;
}
.staffstyle .staffstyle-other li:nth-child(3) {
	margin-left: 0;
}
.staffstyle .staffstyle-other .photo {
	background: #000;
}
.staffstyle .staffstyle-other img {
	width: 100%;
	height: auto;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.staffstyle .staffstyle-other img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	transition:all .5s;
}
.staffstyle .staffstyle-other p.caption {
	padding: 0;
}
.staffstyle .staffstyle-other p.caption .name {
	font-size: 13px;
}
.staffstyle .staffstyle-other p.date {
	float: none;
	font-size: 11px;
	margin: 8px 0 3px;
}

	
}

/*
==========================================================================
00. EMODA blog 
==========================================================================
*/



/*
==========================================================================
00. EMODA pages 
==========================================================================
*/

/*===============================================================
  1201px -> infinity size Style
===============================================================*/
/* 1401より小さい時 */
@media screen and (max-width: 1001px) {
header,.test_box,footer {
	background-color:#FFF200
}
}

/* ---------------------------------- end */
/*-----------------------------------------------------------------------------------------------
 XXXpx > width > YYYpx
-----------------------------------------------------------------------------------------------*/
/*===============================================================
841px -> 1200px Style
===============================================================*/
/* 841よりおおきくて 1200より小さい時 */
@media screen and (min-width: 641px) and (max-width: 800px) {


}

/* ---------------------------------- end */
/*-----------------------------------------------------------------------------------------------
 XXXpx > width
-----------------------------------------------------------------------------------------------*/
/*===============================================================
 1024px > width Style
===============================================================*/
@media screen and (max-width: 1120px) {


.MapArea a {

	font-size: 1.2rem;

}


.top_fade.flexslider{
	position: relative;
	max-width: 1100px;
	/* top: -110px; */
	z-index: 0;
	border: none;
	box-shadow: none;
	margin: 9% auto 60px;
}

#sc{
	display: none;
}

.blog_wrap_emoda,
.blog_wrap_emoda_shared {
	background: #fff;
}

img#sc {
	position: absolute;
	top: -130px;
	/* bottom: -160px; */
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 100;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
	z-index: 100;
	width: 50px;
	display: none;
}


.sclWrap {
	display: none;
}


.header_wrap.scl {
	display: block;
}

.news_content02 li img {
	width: 100%;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	position: initial;
	top:initial;
}

.blogwrap {
	padding: 65% 0 0;
}

ul.news_content02 {
	overflow: hidden;
	margin: 15% 0 0 0;
}

.news_content02 .text03 {
	text-align: left;
	line-height: 14px;
	font-size: 1.1rem;
	margin: 9% 0 5% 3px;
}

span.lineC {
	display: none;
}

a:hover{
  opacity: 1;
}
.header {
	height: auto;
	width: 100%;
	background: initial;
	background-attachment: initial;
	background-repeat: initial;
	background-size: initial;
	background-position: initial;
}
.header_wrap {
	max-width: initial;
	width: 100%;
	margin: auto;
	height: initial;
   display: none;
}

.sp_head{
  width: 100%;
  display: block;
	margin: 13% 0 0 0;
}

.sp_head img{
  width: 100%;
}


.head_sp {
	width: 100%;
	position: fixed;
	top: -1px;
	z-index: 1001;
	overflow: hidden;
	background: #fff;
}
.sp_menu li {
	width: 100%;
}
.sp_menu li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 4% 0;
}

.sp_menu li img{
  width: 100%;
}

.emoda_sp {
	width: 71.875%;
	max-width: 460px;
	/* margin: auto; */
	display: block;
	/* right: 0; */
	/* left: 0; */
	margin: auto;
	/* position: absolute; */
}
.emoda_sp_menu {
	width: 15.6%;
	max-width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.back_btn_top {
	width: 12.5%;
	display: none;
}
ul.sp_menu {
	padding: 10% 0 0 0;
}

.f_box{
  width: 100%;
  height: 100px;
  background: #fff;
}

.nav_sp {
	opacity: 1;
	position: fixed;
	z-index: 2;
	background-color: rgb(255,255,255);
	top: 7.6%;
	width: 100%;
	height: 100%;
	z-index: 1000;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);

	-webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	-moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	-ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	transition: transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.nav_sp.on {
	-webkit-transform: translate3d(0%,0,0);
	-moz-transform: translate3d(0%,0,0);
	-ms-transform: translate3d(0%,0,0);
	transform: translate3d(0%,0,0);
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1) ;
	-moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1) ;
	-ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1) ;
	transition: transform 700ms cubic-bezier(0,0,0.25,1) ;
}



.sp_menu_foot {
	background: #000;
	padding: 4% 0%;
	margin: 3% 0px;
}

.sp_menu_foot li img{
  width: 100%;
}

.sp_menu_foot li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 2.5% 0;
}
.app img{
  width: 100%;
}

ul.sp_menu_foot02 {
	/* height: 200px; */
	padding: 5% 0px 5% 12%;
	background: #272727;
	overflow: hidden;
}
.sp_menu_foot02 li{
  width: 16.625%;
  float: left;
  margin: 0 5% 0 0;
}

.sp_menu_foot02 li img{
  width: 100%;
}


.flex-direction-nav .flex-next {
	opacity: 1;
	right: -3%;
}










.header_page_sp {
	display: block;
}


.header_page .sp_head{
display: none;

}


.emoda_main.news_detail {
	max-width: 980px;
	margin: 90px auto 0;
}

}

/* ---------------------------------- end */
/*===============================================================
 1024px > width Style
===============================================================*/
/*@media screen and (max-width: 880px) {


.icon01 {
	top: -84px;
	left: 68%;
}

.icon00, .icon01 {
	left: 32%;
	top: -45px;
}


}
*/
/* ---------------------------------- end */
/*===============================================================
 768px > width Style
===============================================================*/
@media screen and (max-width: 900px) {


  /*
==========================================================================
08. EMODA pages top sp
==========================================================================
*/

#sc{
	display: none;
}

.blog_wrap_emoda,
.blog_wrap_emoda_shared {
	background: #fff;
}

img#sc {
	position: absolute;
	top: -130px;
	/* bottom: -160px; */
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 100;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	transition: 1.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
	z-index: 100;
	width: 50px;
	display: none;
}


.sclWrap {
	display: none;
}


.header_wrap.scl {
	display: block;
}

.news_content02 li img {
	width: 100%;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	position: initial;
	top:initial;
}

.blogwrap {
	padding: 65% 0 0;
}

ul.news_content02 {
	overflow: hidden;
	margin: 15% 0 0 0;
}

.news_content02 .text03 {
	text-align: left;
	line-height: 14px;
	font-size: 1.1rem;
	margin: 9% 0 5% 3px;
}

span.lineC {
	display: none;
}

a:hover{
  opacity: 1;
}
.header {
	height: auto;
	width: 100%;
	background: initial;
	background-attachment: initial;
	background-repeat: initial;
	background-size: initial;
	background-position: initial;
}
.header_wrap {
	max-width: initial;
	width: 100%;
	margin: auto;
	height: initial;
   display: none;
}

.sp_head{
  width: 100%;
  display: block;
	margin: 13% 0 0 0;
}

.sp_head img{
  width: 100%;
}


.head_sp {
	width: 100%;
	position: fixed;
	top: -1px;
	z-index: 1001;
}

.sp_menu li {
	width: 100%;
}
.sp_menu li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 4% 0;
}

.sp_menu li img{
  width: 100%;
}

.emoda_sp {
	width: 71.875%;
}
.emoda_sp_menu {
	width: 15.6%;
}
.back_btn_top{
	width: 12.5%;
}
ul.sp_menu {
	padding: 10% 0 0 0;
}

.f_box{
  width: 100%;
  height: 100px;
  background: #fff;
}

.head_sp a {
	width: 100%;
	height: 100%;
	display: block;
}

.nav_sp {
	opacity: 1;
	position: fixed;
	z-index: 2;
	background-color: rgb(255,255,255);
	top: 7.6%;
	width: 100%;
	height: 100%;
	z-index: 1000;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);

	-webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	-moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	-ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	transition: transform 700ms cubic-bezier(0,0,0.25,1) .1s;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.nav_sp.on {
	-webkit-transform: translate3d(0%,0,0);
	-moz-transform: translate3d(0%,0,0);
	-ms-transform: translate3d(0%,0,0);
	transform: translate3d(0%,0,0);
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1) ;
	-moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1) ;
	-ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1) ;
	transition: transform 700ms cubic-bezier(0,0,0.25,1) ;
}


.top_newarrival ul#RC {

display: block;
}

.sp_menu_foot {
	background: #000;
	padding: 4% 0%;
	margin: 3% 0px;
}

.sp_menu_foot li img{
  width: 100%;
}

.sp_menu_foot li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 2.5% 0;
}
.app img{
  width: 100%;
}

ul.sp_menu_foot02 {
	/* height: 200px; */
	padding: 5% 0px 5% 12%;
	background: #272727;
	overflow: hidden;
}
.sp_menu_foot02 li{
  width: 16.625%;
  float: left;
  margin: 0 5% 0 0;
}

.sp_menu_foot02 li img{
  width: 100%;
}


.flex-direction-nav .flex-next {
	opacity: 1;
	right: -3%;
}

.emoda_box {
	max-width:inherit;
	width: 100%;
}

.official_a {
	margin: 22% 0 0 0;
}

.emoda_box img {
	max-width: initial;
}

.emoda_main.blog .news_content02 li {
	max-width: initial;
	width: 49%;
	float: initial;
	margin: 0 0% 8% 0px;
	min-height: initial;
	display: inline-table;
}
.emoda_main.blog .news_content02 li:nth-child(5n) {
	max-width: initial;
	width: 49%;
	float: initial;
	margin: 0 0% 8% 0px;
	min-height: initial;
	display: inline-table;
}


.text03 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 8% 0 0 0;
}

.text_blog02 {
	display: none;
}


.text_blog04 {
	font-family: 'MyWebFont';
	font-size: 10px;
	font-size: 1rem;
	color: #7d7d7d;
	letter-spacing: .06em;
	opacity: 1;
	display: block;
	margin: 0 0 0 3px;
}


.footer {
	margin: 3% 0 0;
	background: #000;
}


.footerWrap {
	display: none;
}

ul.sp_foot_sns {
	overflow: hidden;
	padding: 7% 0;
	/* max-height: 100px; */
}

.sp_foot_sns li{
  width: 7.81%;
  float: left;
  margin: 0 10.625% 0 0;
}
.sp_foot_sns li:nth-child(1){
	margin: 0 10.625% 0 17%;

}


.header_page_sp {
	display: block;
}

.sp_foot_sns {
	display: block;
}

.app_sp {
	width: 75%;
	display: block;
	margin: 8% auto 40px;
}

.header_page .sp_head{
display: none;

}
.blog_wrap_emoda {

	margin: 80px auto 35px;


}

a.scbtn {

	display: none;

}


.blog_wrap_emoda .emoda_content {
	max-width: 860px;
	padding: 25px 0 0px 0;
}

/*///// 0203 up////////
*/

.emoda_content {
	margin: 0px auto 0;
}
.emoda_wrap {
	background: #fff;
}

.emoda_content {
	width: 92%;
}

.emoda_content .emoda_box {
	width: 47.83%;
}

.emoda_content .emoda_box:nth-child(n + 3) {
	margin-top: 30px;
}

.emoda_content .emoda_box:nth-child(n + 4) {
	margin-top: 30px;
}



.blog_wrap_emoda,
.blog_wrap_emoda_shared{
	width: 100%;
}

.top_blog_pc{
	display: none;
}
.top_blog_sp{
	display:block;

}


.top_newarrival{
	width: 78.2%;
	margin: 45px auto 0;
}
.top_newarrival li {
	max-width: initial;
	width: 43.3%;
	max-width: initial;
	float: left;
	margin: 0 13% 3% 0%;
}

.top_newarrival li:nth-child(2n) {
	margin: 0 0% 0 0%;
}
.top_newarrival li:nth-child(5) {
   display: none;
}
.top_newarrival li img {
	width: 100%;
	 padding: 0 0; 
}


.top_newarrival h3.text03{
	font-size: 16px;
	font-size: 1.6rem;
	margin: 8% 0 10px 0;
	text-align: center;
}

.view_more {
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-align: center;
	font-size: 13px;
	/* transform: scale( 1 , 1.15 ); */
	letter-spacing: 0.12em;
	font-weight: 300;
	clear: both;
	border: 1px solid #ccc;
	width: 135px;
	height: 35px;
	display: block;
	margin: auto;
	line-height: 33px;
	margin: 8% auto 0;
	display: none;
}

a.top_newarrival_btn {
}

.emoda_main.top {
	 margin: 0px auto 0; 
}

/* Edit 1706 [S] */
.top_fade.flexslider{
	position: relative;
	 top: 0px; 
	border: none;
	box-shadow: none;
	margin: 13% 0 40px;
	overflow: initial;
}
.top_fade .flex-direction-nav .flex-nav-prev,
.top_fade .flex-direction-nav .flex-nav-next{
	-webkit-animation: notice_flash 0s linear 0s infinite normal;
	-moz-animation: notice_flash 0s linear 0s infinite normal;
	-ms-animation: notice_flash 0s linear 0s infinite normal;
	-o-animation: notice_flash 0s linear 0s infinite normal;
	animation: notice_flash 0s linear 0s infinite normal;
}
.top_fade .flex-direction-nav .flex-prev{
	left: 0;
}
.top_fade .flex-direction-nav .flex-next{
	right: 0;
}
.top_fade .flex-control-nav{
	bottom: -30px;
}
.top_fade .flex-direction-nav .flex-prev:after,
.top_fade .flex-direction-nav .flex-next:after{
	width: 15px;
	height: 15px;
}
.top_fade .flex-control-paging li a{
	width: 30px;
}
/* Edit 1706 [E] */

.top_fade_image_sp{
display: block!important;
}


.emoda_main.top ul#RC li a {
	width: 100%;
	height: 100%;
	 position: initial;
	 /*top: 0;*/
	display: block;
}

.top_newarrival li p {
	width: 100%;
	height: 100%;
	position: initial;
	/* right: 1px; */
	margin: 6% 0 0 0;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	font-size: 1rem;
	/* bottom: 0; */
	z-index: 35;
	opacity: 1;
	-ms-filter: "alpha(opacity=0)";
	color: #fff;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
	color: #000;
	display: block;
	height: 35px;
	overflow: hidden;
}

.top_newarrival li p span {
	display: inline;
	position: initial;
	bottom: 0;
	width: 89%;
	padding: 0%;
	top: initial;
	left: initial;
	right: initial;
	 height: initial; 
	line-height: 16px;
}

.newarrival_pc{
	display: none;
}
.text03.newarrival_sp {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 30px 0 10% 0;
}

a.top_newarrival_btn img {
	width: 43%;
	display: block;
	margin: 8% auto 0;
}

.top_newarrival_btn{
	display: block;
}
/*
==========================================================================
09. EMODA business
==========================================================================
*/

.re_text00 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	letter-spacing: .06em;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 40px auto;
	text-align: center;
}

.emoda_main.business {
	max-width: 860px;
	margin: auto;
	padding: 0% 7.8% 0;
}
.re_text01 {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 auto 10%;
	text-align: center;
	line-height: 21px;
	letter-spacing: .03em;
}

.re_text02 li {
	float: inherit;
	padding: 0 0px;
	font-size: 13px;
	font-size: 1.3rem;
	border-left: 1px solid #000;
	margin: 0 0 0 -1px;
	line-height: 27px;
}
.business .re_text00 {
	margin: 22% 0 30px;
letter-spacing: 0.06em; 
}


.re_text03 {
	font-size: 13px;
	font-size: 1.3rem;

}

.bu_text00, .bu_text01, .bu_text02 {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 auto 8%;
	line-height: 23px;
	letter-spacing: .03em;
}

.bu_text00 {
	margin: 9% 0;
}



.bu_text03 {
	text-align: center;
	margin: 0 0 8%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
}


/*
==========================================================================
10. EMODA recruit
==========================================================================
*/

.emoda_main.recruit {
	width: 86%;
	margin: auto;
	padding: 0% 0px 8% 0;
}

 .re_text01 {

	text-align: left;

}



.emoda_main.recruit  .re_text02 {
	overflow: hidden;
	_zoom: 1px;
	padding: 0 0 10px;
	border-bottom: none;
	margin: 0 0 8%;
}


.re_text00 {
	font-size: 1.6rem;
	margin: 22% auto 20px;

}

/*
==========================================================================
10. EMODA news all
==========================================================================
*/



.news_all li {
	width: 100%;
	max-width: inherit;
	float: inherit;
	margin: 0% 0 0 0;
}

.emoda_main.news {
  margin: 0;
	width: 75%;
	margin: 0 12.5%;
}

.news_all li {
	margin: 0% 0 20% 0;
	height: auto;
}

.news_all li:nth-child(4n) {
	margin: 0% 0 20% 0;
}

.news_text01 {
	margin: 0 0 8px;
}

ul.news_all {
	padding: 20% 0;
}


/*
==========================================================================
10. EMODA news detail
==========================================================================
*/

.emoda_main.news_detail {
	padding: 5% 0 8%;
	width: 75%;
	margin: 20% auto 0;
}

.detail_right {
	max-width: initial;
	width: 100%;
	float: initial;
}

.newstitle_pc{
  display: none;
}

.newstitle_sp {
	display: block;
	margin: 10% 0;
}


.n_detail00, .n_detail01 {
	font-size: 17px;
	font-size: 1.7rem;
}


.n_detail00 {
	margin: 0 0 2%;
}

.detail_left {
	max-width: initial;
	float: right;
	width: 100%;
}

.detail_left p.n_detail03 {
	line-height: 20px;
	margin: 0 0 10%;
}

.detail_left p.n_detail01 {
	margin: 0 0 10%;
}

.detail_left p{
		line-height: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.detail_image {
	padding: 10% 0 0;
	overflow: hidden;
	_zoom: 1;
}

.detail_image ul li {
/*	float: left;
	width: 48%;
	margin: 0 2% 40px 0;*/
	max-width: 300px;
}



.news_text {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 20px 0 0 0;
	line-height: 20px;
	display: none;
}


iframe#tubular-player {
  width: 1000px;
}


.detail_image ul li {
	float: left;
	width: 100%;
	margin: 0 2% 40px 0;
	max-width: inherit;
}

.detail_image ul li:nth-child(3n) {
	width: 100%;
	margin: 0 2% 40px 0;
	max-width: initial;
}

.detail_image.Two li {
	width:100%;
	margin: 0 6.12% 40px 0;
	max-width: 460px;
}

.detail_image.One li {
	width: 100%;
	margin: 0 auto 40px auto;
	max-width: 460px;
	float: initial;
}


.emoda_main.newarrival {
	margin: 22% 12.5%;
	overflow: hidden;
	max-width: 1100px;
	width: 75%;
}

.newarrival_item li {
	width: 43.75%;
	float: left;
	margin: 0 12.5% 2% 0;
	min-height: 233px;
}

.newarrival_item li:nth-child(2n) {

	margin: 0  0 2% 0;
}

.newarrival_item li img {
	width: 100%;
	 max-width: initial; 
}

.newarrival_item li p {
	width: 100%;
	height: 100%;
	position: initial;
	right: initial;
	margin: 8% 0 0 0;
	padding: 0% 4% 0 4%;
	line-height: 15px;
	font-size: 12px;
	font-size: 1rem;
	bottom: initial;
	z-index: 35;
	opacity: 1;
	-ms-filter: "alpha(opacity=0)";
	color: #000;
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	transform: initial;
	-webkit-transition: initial;
	-moz-transition: initial;
	-ms-transition: initial;
	transition: initial;
}
.newarrival_item li p span {
	display: block;
	position: initial;
	bottom: initial;
}


.backall_item {
	display: block;
	margin: 9% auto 0;
	width: 55%;
}

.detail_m_area ul {
	width: 10000%;
	margin: 0px 0 0 0%;
}
.detail_m_area ul li{
float:left;
}

.detail_m_area {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}


.detail_m_area img {
	width: 84%;
}



/*
==========================================================================
10. EMODA news lookbook
==========================================================================
*/


.youtube_video{
  display: none;
}

ul.look_item_content {
	overflow: hidden;
}

.lookbook_content {
	padding: 0% 0 15% 0;
}

.lookbookhead {
	width: 100%;
	height: 720px;
	display: none;
}

.emoda_main.lookbook {
/*	width: 75%;
	margin: 22% auto 0;
	clear: both;*/
	width: 100%;
	margin: 14% auto 0;
	clear: both;
}


.look_item_content li:nth-child(3n) {
	width: 48.95%;
	margin: 0px 2% 2% 0;
}


.look_item_content li {
	width: 48.95%;
	float: left;
	position: relative;
	margin: 0px 2% 2% 0;
}


.look_item_content li:nth-child(2n) {
	margin: 0 0% 2px 0;
}


.videoimage {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 75% 0 0;

}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74%;
}

.video-container iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.look_box{
  display: none;
}

.look_sp_pop {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(255,255,255,0.8);
	top: 0;
	left: 0;
	z-index: 1001;
	display: block;
  -webkit-transform: translate3d(-101%,0,0);
  -moz-transform: translate3d(-101%,0,0);
  -ms-transform: translate3d(-101%,0,0);
  transform: translate3d(-101%,0,0);
  -webkit-transition:-webkit-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
  -moz-transition:-moz-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
  -ms-transition:-ms-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
  transition:transform 500ms cubic-bezier(0,0,0.25,1) .1s;
}

.look_sp_pop.on {
  -webkit-transform: translate3d(0%,0,0);
  -moz-transform: translate3d(0%,0,0);
  -ms-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
  -moz-transition: -moz-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
  -ms-transition: -ms-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
  transition: transform 500ms cubic-bezier(0,0,0.25,1) .1s;
}

.look_sp_warap {
	width: 83%;
	height: 88%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: scroll;
	opacity: 0;
	display: block;
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) .1s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) .1s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) .1s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) .1s;
}



.look_li{
  opacity: 0;
  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}

.look_item .look_li:nth-child(1).on{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.1s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.1s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) 1.1s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) 1.1s;
}
.look_item .look_li:nth-child(2).on{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.2s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.2s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) 1.2s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) 1.2s;
}
.look_item .look_li:nth-child(3).on{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.3s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.3s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) 1.3s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) 1.3s;
}
.look_item .look_li:nth-child(4).on{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.4s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.4s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) 1.4s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) 1.4s;
}
.look_item .look_li:nth-child(5).on{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.5s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.5s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) 1.5s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) 1.5s;
}
.look_item .look_li:nth-child(6).on{
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.6s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) 1.6s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) 1.6s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) 1.6s;
}


.look_sp_warap.on{
	opacity: 1;
  -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1) .7s;
  -moz-transition: all 700ms cubic-bezier(0,0,0.25,1) .7s;
  -ms-transition:all 700ms cubic-bezier(0,0,0.25,1) .7s;
  transition:all 700ms cubic-bezier(0,0,0.25,1) .7s;
}




.look_sp_warap img{
  width: 100%;
}

.look_sp_warap .look_box {
	width: 100%;
	height: initial;
	position: initial;
	bottom: 0;
	background: none;
	color: #fff;
	-ms-filter: alpha(opacity=0);
	opacity: 1;
	display: block;
}

/*div#tubular-container {
  display: none;
}*/

.look_sp_warap .look_item {
	position: initial;
	bottom: 0;
	left: 20px;
	opacity: 1;
	-ms-filter: alpha(opacity=80);
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	left: 0;
	padding: 7% 6% 5%;
}

.videoimage {
	display: block;
}
.emoda_main.lookbook h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	margin: 0 0 30px;
	position: absolute;
	letter-spacing: .08em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	top: 51%;
	left: 6%;
	font-size: 1.6rem;
}

.ipad .emoda_main.lookbook h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	margin: 0 0 30px;
	position: absolute;
	letter-spacing: .08em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	top: 53%;
	left: 6%;
	font-size: 1.6rem;
}
.emoda_main.lookbook.movie_page h2{
	top: 30%;
}


.ube_unmute{
	display: none;
}

.youtube_unmute {
	position: absolute;
	top: -60px;
	font-size: 13px;
	right: 0;
	padding: 0 0 0 0px;
	display: none;
}

/*
==========================================================================
10. EMODA look book
==========================================================================
*/

.emoda_main.magazine_all {
	max-width: initial;
	width: 100%;
}

.magazine_all_fx.flexslider {
	display: none;
}
.magazine_sp_new{
  display: block;
}
.magazine_sp {
	width: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 17% 0 0 0;
}
.magazine_sp ul{
	width: 100%;
	overflow-x:scroll;
}
.magazine_sp li{
	float:left;
}
.magazine_sp li{
	float:left;
}

img.close_mail02 {
	width: 39px;
	/* position: absolute; */
	/* bottom: 0; */
	/* right: 13px; */
	display: block;
	margin: 25px auto 0;
}

.backnumber.lookbook_BK {
	padding: 50px 0;
	background: #fafafa;
	clear: both;
	margin: 1px 0 0;
}

.backnumber.lookbook_BK p {

	font-size: 15px;

}

.backnumber.lookbook_BK li {

	margin: 19px 0 0 0;

}
/*
==========================================================================
10. EMODA magazine
==========================================================================
*/


.slides li a.magazine_btn {
	margin: 5% auto;
	display: block;
	position: initial;
}

.magazine_all_fx_sp .slides li a {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.magazine_all_fx_sp.flexslider .slides img {
	width: 80%;
	margin: auto;
}

.magazine_all_fx_sp.flexslider {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin: 0;
}


/*.magazine_sp_new {
	padding: 16% 0 0 0;
}*/
.magazine_sp_new {
	padding: 0 0 0 0;
}

.magazine h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-smoothing: antialiased;
	font-size: 15px;
	font-size: 1.5rem;
 text-align: center;
	margin: 20px 0 10px 0;
	letter-spacing: .06em;
	font-weight: bold;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.magazine_all_fx_sp .flex-direction-nav .flex-next {
	right: 4px;
}

.magazine_all_fx_sp .flex-direction-nav .flex-next {
	background-image: url(../images/sp_top/next.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.magazine_all_fx_sp .flex-direction-nav .flex-prev {
	background-image: url(../images/sp_top/prev.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: -16px 0px;
}

.magazine_all_fx_sp .flex-direction-nav a {
	width: 53px;
	height: 95px;
}
.magazine_all_fx_sp .flex-direction-nav .flex-prev {
	left: 0px;
}

.magazine_all_fx_sp .flex-direction-nav a {
	width: 60px;
	height: 95px;
}


/*
==========================================================================
10. EMODA magazine detail sp 
==========================================================================
*/


.slides li a.magazine_btn {
	margin: 5% auto;
	display: block;
	position: initial;
}
.emoda_magazie_pc{
	display: none;
}

.emoda_magazie_sp {
	display: block;
	margin: 18% 0 0 0;
}

.magazine_detail_sp.flexslider img.magazine_sp_images{
	width: 190%;
}

.magazine_detail_sp.flexslider .slide_li_left img.magazine_sp_images{

}
.magazine_detail_sp.flexslider .slide_li_right img.magazine_sp_images{
	left: -85%;
	position: relative;

}

.count_area,.count_magazine{
	display: none;
}

.flex-nav-prev{
	display: block;
}

.flex-nav-prev,.flex-nav-next{
	-webkit-animation: notice_flash 1s linear 0s infinite normal;
	-moz-animation: notice_flash 1s linear 0s infinite normal;
	-ms-animation: notice_flash 1s linear 0s infinite normal;
	-o-animation: notice_flash 1s linear 0s infinite normal;
	animation: notice_flash 1s linear 0s infinite normal;
	display:block;
}


.flex-direction-nav {

}

.magazine_detail_sp .flex-direction-nav a {

	top: 38%;

}

.detail_magazineh2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	letter-spacing: .06em;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin: 22% 0 10px 0;

	font-weight: bold;

}


.magazine_btn {
	width: 180px;
	display: block;
	margin: 30px auto 0;
	display: block;
}

.next_bnt_area{
	position: absolute;
	top: 40%;
	right: 0px;
	z-index: 10;
}
/*
==========================================================================
10. EMODA shoplist
==========================================================================
*/



.emoda_main.shoplist {
	margin: 22% 7.1% 1px 7.1%;
	width: 85.8%;
}

.MapArea {
	margin: 6% 0 55px 0;
}
.MapArea a {
	margin: 0 0 1px 0;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	font-weight: bold;
	display: block;
	background: #f5f5f5;
	padding: 9px 5%;
	width: 100%;
}

.emoda_main.shoplist h2 {
	display: block;
	text-align: center;
}

.MapArea a:after {
	content: url("../images/shoplist/map2.jpg");
	width: 10px;
	height: 10px;
	position: absolute;
	top: 31%;
	right: 20px;
}

.emoda_main.shoplist h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	letter-spacing: .06em;
	font-size: 16px;
	font-size: 1.6rem;
}

.shop_contents {
	width: 100%;
}
.emoda_shoplist {
	width: 100%;
	float: left;
	margin: 0 0 35px;
	min-height: 125px;
}

.emoda_shoplist {
	width: 100%;
}

.emoda_shoplist p, .emoda_shoplist h3, .emoda_shoplist img {
	width: 100%;
}

.emoda_webList li {
	width: 100%;
	margin: 0 0 4%;
}
.emoda_webList li img {
	margin-bottom: 0;
}

.montserrat {

	padding: 8% 0 10px;

}

.shoplist h3 {
	margin: 20px 0 15px;
}

.mapbtn_sp{
  display:block;
}
.mapbtn_pc{
  display: none;
}

.emoda_shoplist img.mapbtn_sp {
	width: 26.78%;
	display: block;
	float: right;
}

/*
==========================================================================
10. EMODA mail magazine sp
==========================================================================
*/


.news_content04 {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 1002;
	-webkit-transform: translate3d(0,-140%,0);
	-moz-transform: translate3d(0,-140%,0);
	-ms-transform: translate3d(0,-140%,0);
	transform: translate3d(0,-140%,0);

	-webkit-transition: -webkit-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
	-moz-transition: -moz-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
	-ms-transition: -ms-transform 500ms cubic-bezier(0,0,0.25,1) .1s;
	transition: transform 500ms cubic-bezier(0,0,0.25,1) .1s;
}
.news_content04.on {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 1002;
	-webkit-transform: translate3d(0%,0,0);
	-moz-transform: translate3d(0%,0,0);
	-ms-transform: translate3d(0%,0,0);
	transform: translate3d(0%,0,0);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0,0,0.25,1) ;
	-moz-transition: -moz-transform 500ms cubic-bezier(0,0,0.25,1) ;
	-ms-transition: -ms-transform 500ms cubic-bezier(0,0,0.25,1) ;
	transition: transform 500ms cubic-bezier(0,0,0.25,1) ;
}

.magazine_mail_wrap_sp {
	width: 80%;
	height: 55%;
	padding: 10%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.8);
}

.mail_m_left, .mail_m_right {
	width: 44%;
}
.mail_m_left img, .mail_m_right img{
	width: 100%;
}
.text020{
color:#fff;
margin: 15% 0 0 0;
text-align: center;
font-size: 1rem;
}
.text021 {
	color: #fff;
	padding: 33% 0 0 0;
	text-align: left;
	font-size: 1rem;
	line-height: 1.6em;
}

.mail_magazinetext00 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #fff;
	font-size: 28px;
	font-size: 1.5rem;
	letter-spacing: .1em;
	margin: 0 0 15%;
	text-align: center;
	font-weight: bold;
 font-smoothing: antialiased ;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


.close_mail01 {
	vertical-align: text-bottom;
	line-height: 1;
	position: relative;
	display: block;
	right: 0;
	top: 10%;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: auto;
}





.blog .emoda_content {
	width: 80%;
	margin: 0px auto 0;
	clear: both;
}

.blog .news_content02 .text03 {
	text-align: left;
	line-height: 12px;
	font-size: 1.2rem;
	margin: 9% 0 5% 3px;
}


/*===============================================================
 movie contents
===============================================================*/


ul.movie_item_content li {
	max-width: initial;
	width: 75%;
	float: left;
	margin: 0 12.5% 6.45%;
	display: block;
}
.movie_wrap {
	position: relative;
	width: 50%;
	height: 50%;
	padding: 27% 0 0;
	overflow: hidden;
	float: left;
}

ul.movie_item_content li:nth-child(3n) {

	float: left;
	margin: 0 12.5% 6.45%;
}

.movie_item_content li h3 {

	margin: 25px 0 0;
	text-align: left;
	font-size: 1.3rem;
	width: 50%;
	float: right;
	padding: 0px 0 0 6%;
	line-height: 16px;
	font-family: 'MyWebFont';
	letter-spacing: 0.06em;
	color: #5d5d5d;
	height: 16px;
}




ul.movie_item_content li img {
	width: 100%;
	position: absolute;
	top: -19%;
}


#archive_movie{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	margin: 25px 0 30px;
	position: relative;
	font-size: 16px;
	letter-spacing: .08em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: bold;
}


p.n_detail03 iframe {
	width: 100%;
	height: 174px;
}
.emoda_main.lookbook.movie_page h2 {
    top: 17%;
    position: static;
    text-align: left;
    margin: -16% 3% 0;
}

}/*768px end*/

/* ---------------------------------- end */


/*===============================================================
 420px > width Style
===============================================================*/
@media screen and (max-width: 600px) {
.detail_m_area ul {
	width: 10000%;
	margin: 0px 0 0 -87%;
}

}

/* ---------------------------------- end */



/*===============================================================
 420px > width Style
===============================================================*/
@media screen and (max-width: 413px) {

/*.detail_m_area img {
	width: 79%;
}

.news_content02 .text03 {
	text-align: left;
	line-height: 12px;
	font-size: 1.2rem;
	margin: 9% 0 5% 3px;
}
.detail_m_area ul{
width: 10000%;
	margin: 0 0 0 -88%;
}

*/

.detail_m_area img {
	width: 70%;
}

.news_content02 .text03 {
	text-align: left;
	line-height: 12px;
	font-size: 1.2rem;
	margin: 9% 0 5% 3px;
}
.detail_m_area ul{
width: 10000%;
	margin: 0 0 0 -103%;
}

.emoda_main.lookbook h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	margin: 0 0 30px;
	position: absolute;
	letter-spacing: .08em;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	top: 48%;
	left: 6%;
	font-size: 1.6rem;
}
.emoda_main.lookbook.movie_page h2 {
    top: 17%;
    position: static;
    text-align: left;
    margin: -15% 3% 0;
}



}

/* ---------------------------------- end */
/*===============================================================
 320px > width Style
===============================================================*/
@media screen and (max-width: 320px) {
.news_content02 .text03 {
	text-align: left;
	line-height: 12px;
	font-size: 1.1rem;
	margin: 9% 0 5% 3px;
}
.detail_m_area img {
	width: 67%;
}
/*.detail_m_area ul{
width: 10000%;
	margin: 0 0 0 -90%;
}*/
.detail_m_area ul{
width: 10000%;
	margin: 0 0 0 -124%;
}

.text03.newarrival_sp {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0px 0 10% 0;
}



}

/* ---------------------------------- end */