@charset "utf-8";
/*
	Template Name: RESEXY 2016 Template
	Author: Roseau Pensant
	Author URI: http://www.roseaupensant.jp/
	Description: RESEXY Template.
	Version: 1.0
*/

/*

Breakpoint///
	1201px < width
 841px < width < 1200px
 width < 1024px
 width < 768px
 width < 420px
 width < 320px


z-index///
	aaa = -10
 bbb = 0
 ccc = 10
 ddd = 20
 eee = 30

*/


/*-----------------------------------------------------------------------------------------------
 XXXpx < width
-----------------------------------------------------------------------------------------------*/

/*===============================================================
	1201px < width
===============================================================*/
@media screen and (min-width: 1201px) {



/*==============================================================*/
}/* end */
/*==============================================================*/




/*
=================================================================================================================================
XXXpx < width
---------------------------------------------------------------------------------------------------------------------------------
width > XXXpx
=================================================================================================================================
*/



/*-----------------------------------------------------------------------------------------------
 XXXpx > width > YYYpx
-----------------------------------------------------------------------------------------------*/

/*===============================================================
 841px < width < 1200px
===============================================================*/
@media screen and (min-width: 841px) and (max-width: 1200px) {



/*==============================================================*/
}/* end */
/*==============================================================*/



/*-----------------------------------------------------------------------------------------------
 XXXpx > width
-----------------------------------------------------------------------------------------------*/

/*===============================================================
 width < 1000px
===============================================================*/
@media screen and (max-width: 1000px) {
ul.global-nav li {
	margin-right: 5px;
}

/*==============================================================*/
}/* end */
/*==============================================================*/


/*===============================================================
 width < 980px
===============================================================*/
@media screen and (max-width: 980px) {

ul.global-nav li {
	font-size: 12px;
	margin-right: 3px;
}
ul.global-nav li:last-child {
	padding-left: 0;
	background: none;
}

/*==============================================================*/
}/* end */
/*==============================================================*/


/*===============================================================
 width < 830px
===============================================================*/
@media screen and (max-width: 830px) {

/*====================================================================
	02 ACCOUNT
====================================================================*/

.instagram {
	margin: 5% 0 0;
	padding: 0 3%;
}

.instagram .instaBox {
	width: 100%;
	margin-bottom: 10%;
}
.instagram .instaBox .insta_head {
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.instagram .instaBox .insta_head h2 {
	font-size: 12px;
}
.instagram .instaBox .insta_head p {
	font-size: 11px;
}
.instagram ul {
	margin-left: 0;
}
.instagram ul li {
	display: inline-block ;
	width: 29%;
	margin: 0 2% 3%;
}


.instagram .instaBox:nth-child(2),
.instagram .instaBox:nth-child(4),
.instagram .instaBox:nth-child(6) {
	margin-left: 0;
}

/*==============================================================*/
}/* end */
/*==============================================================*/



/*===============================================================
 width < 790px
===============================================================*/
@media screen and (max-width: 790px) {

ul.global-nav li {
	font-size: 11px;
	margin-right: 3px;
}

/*==============================================================*/
}/* end */
/*==============================================================*/


/*===============================================================
 width < 768px
===============================================================*/
@media screen and (max-width: 768px) {

body{
	overflow-x: hidden;
}
body,.warp{
	min-width:100%;
	margin:0;
}
html,body{ margin:0px; padding:0px; }


/*----------------------------------------------
	header
*/
#header .global-nav,
.navbar-fixed.on {
	display:none;
}

.home #header .inner,
#header .inner {
	position: relative;
	margin: 17px 0 0;
	padding: 0;
}
#header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: #fff;
}
#header .logo {
	width: 110px;
	float: none;
	z-index: 100;
	margin: 0 auto 5%;
}
#header .sp_nav{
	position:absolute;
	top: 20%;
	left: 4.6%;
	width: 36px;
	padding: 25px 0 0;
}

/*---------------------------------------------------------
	Footer
*/
#footer{
	margin-top: 10%;
	padding: 10% 2% 2%;
	text-align:center;
}
#footer .footer-nav {
	display: none;
}
#footer .copyright{
	float: none;
	margin: 0;
	padding-bottom: 5%;
}
.sp_main_menu_wrap {
	display: block;
}

/*----------------------------------------------
	OFFICIAL
 */
#footer .official_box {
	position: relative;
	margin: 0 auto 5%;
	padding-top: 10%;
}
#footer .official_box ul {
	letter-spacing: -.40em;
	margin-left: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0;
}
#footer .official_box li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 10%;
	margin: 0;
    letter-spacing: 0.08em;
}
#footer .official_box li:last-child {
	margin-right: 0;
}
#footer .official_box li:nth-child(1) {
	margin: 0;
}

#footer .official_box li img {
	width: 80%;
	height: auto;
	opacity: 0.25;
}
#footer .official_box h3,
#footer .official_box span,
#footer .official_box li:nth-child(5),
#footer .official_box li:nth-child(7) {
	display: none;
}

/*
	shop_btn
*/
a.shop_btn{
	position:fixed;
	left: 0;
	bottom: 60px;
	z-index: 99;
}
a.shop_btn:before{
	content:"";
	display:block;
	width: 80px;
	height: 80px;
	background: none;
	border-radius:45px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
a.shop_btn img{
	position:absolute;
	top: 5px;
	left: 10px;
}
a.shop_btn p{
	position:absolute;
	top: 6px;
	left:  23px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	animation:shopbtn 2s linear infinite;
}


/*---------------------------------------------------------
	sp menu
*/

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: -1;
}
.overlay::after {
	visibility: hidden;
	position: fixed;
	top: 40%;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,0);
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(255,255,255,.7);
}
.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 55%;
	height: 100%;
	padding-top: 60px;
	text-align: left;
	z-index: 1;
	display: block;
	background: #e8e8e8;
	opacity: 0;
	-webkit-transition: all .9s ease;
	transition: all .9s ease;
}
.side-open .side-menu {
	opacity: 1;
}
.side-menu ul.menu-top {
	background: #f7f7f7;
	padding: 5% 10% 10%;
	font-family: 'Roboto', sans-serif;
}
.side-menu ul.menu-top li {
	padding-top: 8%;
	font-size: 1.2em;
	letter-spacing: 0.06em;
}
.side-menu ul.menu-bottom {
	padding: 5% 10%;
}
.side-menu ul.menu-bottom li {
	padding-top: 8%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.01em;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
	display: block;
	position: fixed;
	top: 5px;
	left: 10px;
	width: 40px;
	padding: 0 5px;
	background: #fff;
	cursor: pointer;
	z-index: 100;
}
.side-menu-btn .menu {
	font-size: 9px;
	margin-top: 2px;
}
.android .side-menu-btn .menu {
	font-size: 9px;
	margin-top: 5px;
    letter-spacing: 0.12em;
	margin-left: 2px;
}

/* メインコンテンツ */
.container {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 99;
	background: #fff;
	padding-top: 60px;
}
/* サイドメニューオープン */
body.side-open {
}
.side-open .container,
.side-open .overlay {
	-webkit-transform: translate3d(55%, 0, 0);
	transform: translate3d(55%, 0, 0);
}

/* ----------------------- ellipsis btn */
.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	height: 28px;
}
.ellipsis-v .point {
	position: absolute;
	left: 0;
	display: block;
	width: 80%;
	height: 2px;
	margin: auto;
	background: #000;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ellipsis-v .point.top {
	top: 5px;
}
.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}
.ellipsis-v .point.bot {
	bottom: 5px;
}
.side-open .top {
	top: 0px;
	width: 25px;
	height: 2px;
	background: #000;
	-webkit-transform-origin: left top;
	-ms-transform-origin: 0 top;
	transform-origin: 0 top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-open .mid {
	opacity: 0;
}
.side-open .bot {
	bottom: 0;
	width: 25px;
	height: 2px;
	background: #000;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: 1px bottom;
	transform-origin: 1px bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*====================================================================
	HOME
*/
.main_slider {
	margin-bottom: 0;
}
.main_content {
	padding: 8% 5% 0;
	background: #fff;
}
.android .main_content {
	padding: 8% 3% 0;
	background: #fff;
}
.main_content .section_box li {
	float: left;
	width: 48.5%;
	margin: 0 3% 5% 0;
}
.main_content .section_box li:nth-child(2n) {
	margin-right: 0;
}
.main_content .section_box li:nth-child(3) {
	margin-right: 3%;
}
.main_content .section_box .figure_img {
	margin-bottom: 2%;
}
.main_content .section_box .title p {
	display: none;
}

/*----------------------------------------------
	RANKING AREA
 */
.main_content .ranking_box {
	margin-bottom: 8%;
	padding-top: 7%;
}
.main_content .ranking_box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}
.main_content .ranking_box .title {
	padding: 5% 0;
}
.main_content .ranking_box .title h3 {
	font-size: 14px;
}
.main_content .ranking_box .title p {
	font-size: 10px;
}
.main_content .ranking_box .title:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
    width: 100%;
}
.main_content .ranking_box .title:after {
	bottom: 0;
	top: auto;
    width: 100%;
}

.main_content .ranking_box li {
	display: inline-block;
	width: 47.9%;
	margin: 0 4.1% 3.5% 0;
}
.main_content .ranking_box li:nth-child(2) {
	margin-right: 0;
}
.main_content .ranking_box p.no {
	text-align: center;
	font-family: 'Prata', serif;
	font-size: 12px;
	margin-bottom: 2%;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.main_content .ranking_box p.no span {
	font-size: 14px;
}


/*----------------------------------------------
	OFFICIAL
 */
#footer .official_box {
	margin: 0 auto 9%;
}
#footer .official_box li {
	display: inline-block;
	width: 9%;
	margin-left: 9%;
}
#footer .official_box li:first-child {
	margin-left: 0;
}


/*====================================================================
	NEWS
*/
.news {
	margin: 1% auto 0;
}
.news ul.news_list li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
    letter-spacing: 0.08em;
	width: 80%;
	margin: 0 10% 4.5%;
}
.news ul.news_list li .figure_img {
	margin-bottom: 5%;
	overflow: hidden;
}
.news ul.news_list li .title p {
    margin-bottom: 1%;
}

/*----------------------------------------------
	Archive
 */
.news-archive {
	margin: 0;
	padding: 0 5%;
	background: #fff;
}
.news-archive .figure_img {
    margin-bottom: 7%;
}
.news-archive .title h2 {
	font-size: 12px;
    margin-bottom: 5%;
}
.news-archive .text {
	line-height: 21px;
	word-wrap:break-word;
}
.news-archive .text img {
	width: 100%;
    margin: 12% 0 7%;
}


/*====================================================================
	RECRUIT
*/

.recruit {
	margin: 0;
	padding: 5% 5% 0;
	background: #fff;
}
.recruit .office {
	padding-bottom: 4%;
	margin-bottom: 10%;
}
.recruit .title {
	margin-bottom: 8%;
	margin-left: 0;
}
.recruit .title h2 {
	font-size: 15px;
}
.recruit .title h2 span {
	font-size: 11px;
}
.recruit dl.position dt {
	float: none;
	padding-left: 0;
	margin-bottom: 2%;
}
.recruit dl.position dt span {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #c5c5c5;
}
.recruit dl.position dd {
	font-size: 11px;
	line-height: 18.5px;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 5%;
}


/*====================================================================
	MAGAZINE
*/

.magazine-arcive {
	margin: 2% auto;
}
.magazine-arcive ul.magazine_list {
    text-align: center;
    margin: 0 0 0 4%;
}
.magazine-arcive ul.magazine_list li {
    position: relative;
    float: left;
    width: 43%;
    height: auto;
    overflow: hidden;
    margin: 0 2.5% 4%;
}
.magazine-arcive ul.magazine_list .title_block {
	width: 100%;
	height: 99%;
	padding-top: 55%;
}
.magazine-arcive .title_block h2,
.magazine-arcive .title_block p {
	display: table;
	color: #fff;
	margin: auto;
	text-align: center;
}
.magazine-arcive .title_block p.category {
	font-size: 9px;
}
.magazine-arcive .title_block h2 {
	font-size: 11px;
}
.magazine-arcive .magazine_list .figure_img img {
     -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -o-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     filter: grayscale(0%);
}

/*----------------------------------------------
	Archive LOOK
 */
.magazine {
	margin: 2% auto 0;
}
.magazine img {
	width: 100%;
	height: auto;
}
.magazine .title {
	padding: 0 5%;
}
.magazine .title h2,
.magazine .title p.seson {
	text-align: left;
	font-size: 13px;
	margin-bottom: 5%;
}
.magazine .title h2:after {
	display: none;
}
.magazine .title p.seson {
	margin-bottom: 3%;
}
.magazine .title p.number {
	position: absolute;
	top: 0;
	right: 5%;
	font-size: 11px;
}
.magazine .fl_left,
.magazine .fl_right {
	width: 100%;
}
.magazine .fl_left {
	margin-left: 0;
	margin-bottom: 5%;
}
.magazine .photo_block {
	margin: 0 auto 5%;
}
.magazine dl.item {
	width: 28.5%;
	margin: 0 0 15px 3%;
}
.magazine dl.item dd {
	font-size: 11px;
	text-decoration: none;
	margin: 5% 0;
}
.magazine .magazine_slider {
	margin-bottom: 5%;
}

.magazine .flex-direction-nav a {
    top: 35%;
	width: 37px;
	height: 60px;
	display: block;
	opacity: 1;
	text-indent: -9999px;
}
.magazine .flex-direction-nav .flex-prev,
.magazine .flex-direction-nav .flex-next {
	top: 31%;
}
.magazine .flex-direction-nav .flex-prev {
    left: 0;
}
.magazine .flex-direction-nav .flex-next {
	left: inherit;
	right: 0;
}
.magazine .flex-direction-nav a.flex-prev {
	background: url(../images/magazine/magazine_prev_sp.png);
}
.magazine .flex-direction-nav a.flex-next {
	background: url(../images/magazine/magazine_next_sp.png);
}
.magazine .next_no,
.magazine .flex-direction-nav .prev_no {
	display: none;
}

/*----------------------------------------------
	Archive CATALOG
 */
.magazine.CATALOG {
	margin: 27px auto 0;
}
.magazine.CATALOG .fl_left {
	margin: 0;
	border: 0;
}
.magazine.CATALOG .fl_left img {
	border: 1px solid #fafafa;
}
.magazine.CATALOG .sp_pointer {
	display: block;
}
.magazine.CATALOG .fl_right {
	float: none;
	width: 93%;
	text-align: center;
}
.magazine.CATALOG .sp_pointer {
	display: block;
    height: 0;
	text-indent: -9999px;
    padding-top: 4.8%;
    background: url(../images/magazine/pointer_sp.png) center no-repeat;
    background-size: contain;
	margin: 5% auto 10%;
}

.magazine.CATALOG .fl_left .figure_img {
    width: 100%;
    margin: 0 auto;
}
.magazine.CATALOG .flex-direction-nav .flex-prev,
.magazine.CATALOG .flex-direction-nav .flex-next {
	top: 41%;
}
.magazine.CATALOG .flex-direction-nav .flex-prev {
    left: 0;
}
.magazine.CATALOG .flex-direction-nav .flex-next {
	right: 0;
}
.magazine dl.item {
    width: 28.5%;
    margin: 0 0 6% 3%;
}
.magazine.CATALOG dl.item dd {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	letter-spacing: 0.03em;
	text-decoration: none;
	margin: 5px 0 0;
}
.magazine.CATALOG dl.item dd.money {
	display: none;
}


/*====================================================================
	NEW ARRIVAL
*/

.newarrival{
	margin: 0 auto;
	padding: 2% 2% 0;
}
.newarrival .item {
	width: 31%;
	height: auto;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}
.newarrival .item:nth-child(3n){
	margin-right: 0;
}
.newarrival .item:nth-child(4n){
	margin-right: 3.5%;
}
.newarrival .item:nth-child(12),
.newarrival .item:nth-child(24){
	margin-right: 0;
}
.newarrival .item .link_button{
	font-size: 12px;
	width: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -80px;
	padding: 8px 0 6px;
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
}
.newarrival .item .link_button.black{
	display: none;
}



/*====================================================================
	LOOK BOOK
*/

.lookbook-arcive,
.lookbook,
.look_index,
.look_detail {
	margin: 0 auto;
}
.lookbook-arcive {
	padding: 0 5%;
}
.lookbook {
	margin:30px auto 40px;
}
.lookbook ul {
	display:block;
	letter-spacing: -.40em;
}

.lookbook_list li{
    width: 100%;
    height: 100%;
    text-align: center;
	margin: 0 0 5%;
}
.lookbook_list li a:after{
	background:rgba(0,0,0,0);
}

.lookbook_list .title_block {
    position: inherit;
    margin: 15px auto 1%;
}
.lookbook_list li p{
	display: table;
	color: #000;
	margin: auto;
	text-align: center;
    font-family: 'Prata', serif;
	font-weight: 100;
}
.lookbook_list .title_block p.catalog_year,
.lookbook_list .title_block h2.catalog_ttl{
	color: #000;
	font-size: 12px;
}
.lookbook_list .title_block p.catalog_year:after{
	content:"";
	display:block;
	height: 1px;
	width: 40px;
	margin: 5px auto 10px;
	background:rgba(1,1,1,1);
}

.lookbook_list li p.catalog_year,
.lookbook_list li p.catalog_month{
	font-size: 13px;
	letter-spacing:0.06em;
}

.look_title{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin: 40% auto 0;
	z-index:5;
}
.lookbook li p{
	display: table;
	color: #fff;
	margin: auto;
	text-align: center;
	font-family: 'Sumana', serif;
	font-weight: 200;
}
.lookbook li p.look_year{
	font-size: 2.2em;
	letter-spacing: 0.08em;
}
.lookbook li p.look_year:after{
	content:"";
	display:block;
	height:1px;
	width:18px;
	margin: 5px auto 0;
	background:rgba(255,255,255,0.8);
}
.lookbook li p.look_month{
	font-size:2.2em;
	letter-spacing:0.06em;
}

.lookbook li p.look_month:after{
	content:"";
	display:block;
	width:100%;
	height:1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	background:#FFFFFF;
	margin:0 auto;
}
.lookbook li:hover p.look_month:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.lookbook li:hover img{
	transform: scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
}

.look_detail h2 {
	font-family: 'Roboto', serif;
	font-weight:400;
	font-size: 12px;
	letter-spacing:0.06em;
	text-align:center;
	margin: 2% auto 5%;
}
.look_detail h2:after {
	content:"";
	display:block;
	height: 1px;
	width: 45px;
	margin: 10px auto 15px;
	background: #000;
}
ul.look_detail_list{
	margin:0 auto;
}
.look_detail {
    letter-spacing: -.40em;
}
.look_detail ul.look_detail_list{
	margin-bottom: 60px;
}
.look_detail ul.look_detail_list li{
	width: 50%;
}

body.single-lookbook {
	position: relative:
}
.look_modal{
    position: fixed;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
	z-index: 999999;
	overflow-y: scroll;
}


.look_modal{
	display: none;
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	left:0;
	padding: 0;
	z-index:999999;
	overflow-y: scroll;
}


.look_modal_content{
	position:relative;
	display:block;
	max-width: 1200px;
	margin: 3% auto;
}
.look_modal_content img {
	width: 100%;
	height: auto
}
.look_modal_detail{
	display: none;
}
.look_modal_detail{
	background: #fff;
    padding: 1% 4%;
}

.look_modal_left {
	float:none;
	width: 100%;
	height: auto !important;
}
.look_modal_right {
	float:none;
	width: 100%;
}

.look_modal_right .look_item {
	display: inline-block;
	width: 40%;
	margin: 8px auto;
}
.look_modal_right .look_item:nth-child(2),
.look_modal_right .look_item:nth-child(4),
.look_modal_right .look_item:nth-child(6) {
	margin-left: 11%;
}

.look_modal_right .look_item_img {
	margin-bottom: 2%;
}
.look_modal_right p.look_item_name {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 1.91;
	letter-spacing: 0.08em;
}
.look_modal_right p.look_item_name a {
	text-decoration: underline;

}
.modal_close{
	position: absolute;
	top: 0;
	right: 1%;
	display: block;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, .5);
}
.modal_close:before,
.modal_close:after{
	display: block;
	content: '';
	width: 1px;
	height: 30px;
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #4e4e4e;
	position: absolute;
    top: 0px;
    right: 13px;
}
.modal_close:after{
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.look_archive{
	width:1280px;
	display:block;
	margin:120px auto 0;
	text-align:center;
}
.look_archive h3{
	font-family: 'Roboto', sans-serif;
	font-size:1.5em;
	letter-spacing:0.08em;
	margin-bottom:40px;
}
.look_archive ul{
	text-align:left;
}
.look_archive li{
	width:320px;
	height:auto;
	text-align:center;
}
.look_archive li img{
	width:100%;
}
.look_archive li p{
	font-family: 'Merriweather', serif;
	font-weight:300;
	font-style:italic;
	font-size:1.33em;
	letter-spacing:0.08em;
}


/*====================================================================
	RANKING
*/

.ranking {
	padding: 2% 5% 0;
}
.ranking .title {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}


.ranking .title {
	padding: 5% 0;
    margin: 0 0 5%;
}
.ranking .title:before {
	left: 0;
	top: 0;
    width: 100%;
}
.ranking .title:after {
	right: 0;
	top: auto;
	bottom: 0;
    width: 100%;
}


.ranking .title h2 {
	font-family: 'Prata', serif;
	font-size: 1.3em;
	letter-spacing: 0.06em;
}
.ranking .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	letter-spacing: 0.08em;
}

.ranking .best5 {
	margin-bottom: 5%;
}
.ranking .best5 .ranking_box {
	float: left;
	width: 46.5%;
	margin-bottom: 5%;
}
.ranking .best5 .ranking_box:nth-child(3),
.ranking .best5 .ranking_box:nth-child(5) {
	margin-left: 7%;
}
.ranking .best5 .ranking_box:nth-child(4) {
	margin-left: 0;
}
.ranking .best5 .ranking_box p.no {
	text-align: center;
	font-family: 'Prata', serif;
	font-size: 14px;
	letter-spacing: 0.06em;
}
.ranking .best5 .ranking_box p.no span {
	font-size: 20px;
}
.ranking .best5 .ranking_box p.no:after {
	content:"";
	display:block;
	height: 1px;
	margin: 1% auto 6%;
	background: #000;
}
.ranking .best5 .ranking_box p.name {
	display: none;
}
.ranking .best5 .ranking_box .item_img {
	overflow: hidden;
}


.ranking .best5 .ranking_box p.sellers {
	display: none;
}
.ranking .best5 .ranking_box .item_img {
	position: relative;
}
.ranking .best5 .ranking_box:first-child {
	width: 100%;
	margin: 0 auto 4%;
}
.ranking .best5 .ranking_box:first-child .item_name {
	float: left;
	width: 100%;
	padding-top: 0%;
	margin-left: 0;
	margin-bottom: 4%;
}
.ranking .best5 .ranking_box:first-child p.no {
	width: 46px;
	height: 43px;
	background: url(../images/ranking/ranking_no01.jpg) no-repeat;
	margin: 0 auto 5%;
	text-indent: -9999px;
}
.ranking .best5 .ranking_box:first-child p.no:after {
	content:"";
	margin: auto;
	height: auto;
	background: none;
}
.ranking .best5 .ranking_box:first-child p.sellers {
	text-align: center;
	display: block;
	font-family: 'Prata', serif;
	font-size: 16px;
	letter-spacing: 0.06em;
}
.ranking .best5 .ranking_box:first-child p.sellers:after {
	content:"";
	display:block;
	height: 1px;
	width: 40px;
	margin: 10px auto 15px;
	background: #000;
}
.ranking .best5 .ranking_box:first-child p.name {
	text-align: center;
	font-size: 12px;
}
.ranking .best5 .ranking_box:first-child .item_img {
	float: right;
	width: 100%;
}

.ranking .best5 .item_img .link_button,
.ranking .best30 .item_img .link_button {
	display: none;
}


.ranking .best30 li.item {
    width: 30.75%;
    margin: 0 3.5% 2.5% 0;
}
.ranking .best30 li.item:nth-child(8),
.ranking .best30 li.item:nth-child(11),
.ranking .best30 li.item:nth-child(14),
.ranking .best30 li.item:nth-child(17),
.ranking .best30 li.item:nth-child(20) {
	margin-right: 0;
}

/*====================================================================
	STYLE PHOTO
*/

.staffstyle {
	margin: 5% 5% 0;
}
.staffstyle .flex-direction-nav a {
	position:absolute;
	top:50%;
	width: 50px;
	height: 50px;
	display: block;
	opacity: 1;
	border:none;
	background:rgba(255,255,255,.5);
}
.staffstyle .flex-direction-nav .flex-prev,
.staffstyle .flex-direction-nav .flex-next {
	top: 50%;
	font-family: FontAwesome;
	color: #ddd ;
	font-size: 40px;
	line-height: 46px;
	text-align: center;
}

.staffstyle .flex-direction-nav .flex-prev {left:0; }
.staffstyle .flex-direction-nav .flex-next {right:0;}

.staffstyle .flex-direction-nav .flex-prev:before{
	content: '\f104' ;
 }
.staffstyle .flex-direction-nav .flex-next:before{
	content: '\f105' ;
}



.staffstyle .styling-shop-nav .name,
.staffstyle .styling-height-nav .name {
	clear: both;
	font-size: 13px;
	margin-right: 11px;
	margin-top: 6px;
}
.staffstyle .styling-height-nav .name {
	margin-left: 0;
}
.staffstyle .styling-shop-nav select,
.staffstyle .styling-height-nav select {
	width: 100%;
	margin-bottom: 1%;
}
.staffstyle .styling-keyword-sp {
    clear: both;
	display: block;
    padding: 5% 0 1%;
}
.staffstyle .styling-keyword-sp p {
	font-family: 'Prata', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}
.staffstyle .styling-keyword .name {
	display: none;
}
.staffstyle .styling-keyword {
	clear: both;
	background: #f7f7f7;
	padding: 4% 3%;
	margin-bottom: 8%;
}
.staffstyle .styling-keyword p,
.staffstyle .styling-keyword ul,
.staffstyle .styling-keyword li {
	display: inline-block;
}
.staffstyle .styling-keyword li a {
	font-size: 11px;
	background: #fff;
	border: 1px solid #000;
	margin-right: 6px;
	padding: 2px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.staffstyle .styling-keyword li a:hover {
	background: #f7f7f7;
}

.staffstyle ul.staffstyle-list {
	clear: both;
	margin-left: -2.3%;
}
.staffstyle .staffstyle-list li {
	float: left;
	position: relative;
	width: 45%;
	margin-left: 4%;
	margin-bottom: 8%;
}
.staffstyle ul.staffstyle-list .photo {
	width: 100%;
	overflow: hidden;
}
.staffstyle ul.staffstyle-list img {
	width: 100%;
	height: auto;
}
.staffstyle .staffstyle-list li img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
.staffstyle .staffstyle-list p.caption {
	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: 1% 4px 0;
}
.staffstyle .staffstyle-list p.date {
	font-size: 11px;
	margin-bottom: 5px;
}


.staffstyle .staffstyle-box {
}
.staffstyle .staffstyle-box .photo {
	position: relative;
	width: 100%;
}
.staffstyle .staffstyle-box .photo img {
	width: 100%;
	height: auto;
}
.staffstyle .staffstyle-box .info {
	width: 100%;
	padding-top: 12px;
}
.staffstyle .staffstyle-box p.date,
.staffstyle .staffstyle-box p.model_shop {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 7px;
}
.staffstyle .staffstyle-box .model_info {
	margin-bottom: 3%;
}
.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 .info .fl_left,
.staffstyle .staffstyle-box .info .fl_right {
    width: 100%;
}
.staffstyle .staffstyle-box ul.sns {
	margin-bottom: 5%;
}
.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 ul.item {
	margin-bottom: 5%;
}
.staffstyle .staffstyle-box ul.item li {
	float: left;
    width: 47%;
    margin: 0 6% 6% 0;
}
.staffstyle .staffstyle-box ul.item li:nth-child(2),
.staffstyle .staffstyle-box ul.item li:nth-child(4),
.staffstyle .staffstyle-box ul.item li:nth-child(6) {
	margin-right: 0;
}
.staffstyle .staffstyle-box ul.item li:nth-child(3) {
	margin-right: 6%;
}
.staffstyle .staffstyle-box ul.item li img {
	width: 99%;
	height: auto;
	border: 1px solid #f0f0f0;
}
.staffstyle a.look_item_link {
	margin: 3% auto 0;
	padding: 5px 0;
}
.staffstyle a.look_item_link:hover {
	color: #000;
	background: #fff;
}

.staffstyle .kewword  p {
	font-family: 'Prata', serif;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
	margin-bottom: 10px;
}
.staffstyle .kewword .staffstyles_tag_list li {
	display: inline-block;
	font-size: 11px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 2%;
	padding: 3px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.staffstyle .staffstyle-other {
	clear: both;
}
.staffstyle .title {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding: 3% 0;
}
.staffstyle .title:before {
	position: absolute;
	top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cccccc;
}
.staffstyle .title:after {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cccccc;
}
.staffstyle .title h3 {
	text-align: center;
	font-family: 'Prata', serif;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
	margin-bottom: 1px;
}
.staffstyle .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.staffstyle .staffstyle-other li {
	float: left;
	position: relative;
	width: 46%;
	margin: 0 0 8% 8%;
}
.staffstyle .staffstyle-other li:nth-child(3) {
	margin-left: 0;
}
.staffstyle .staffstyle-other li img {
	width: 100%;
	height: auto;
}
.staffstyle .staffstyle-other li img:hover {
	-ms-filter: "alpha( opacity=60 )";
	filter: alpha( opacity=60 );
	opacity: 0.6;
}
.staffstyle .staffstyle-other p.caption {
	letter-spacing:0.08em;
	padding: 5px 0;
}
.staffstyle .staffstyle-other p.caption .name {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
.staffstyle .staffstyle-other p.date {
	clear: both;
	margin: 0;
}
.staffstyle .staffstyle-other p.views span {
	font-size: 10px;
	padding: 5px 8px;
	background: #fbfbfb;
	border: 1px solid #d6d6d6;
}

/*====================================================================
	SHOP LIST
*/

.shoplist {
	margin: 5% 5% 0;
}
.shoplist .title {
	position: relative;
	text-align: center;
	margin-bottom: 5%;
	padding: 5% 0;
}
.shoplist .title:before {
	position: absolute;
	top: 0;
	bottom: 0;
    width: 100%;
}
.shoplist .title:after {
	right: 0;
	top: auto;
	bottom: 0;
    width: 100%;
}
.shoplist .title h2 {
	font-size: 1.3em;
}


.shoplist .location {
	margin-bottom: 8%;
}
.shoplist .shopBox {
	display: inline-block;
	letter-spacing: normal;
	width: 100%;
	border: 1px solid #e9e9e9;
	padding: 3%;
	margin-bottom: 5%;
}
.shoplist .shopBox:nth-child(2),
.shoplist .shopBox:nth-child(5),
.shoplist .shopBox:nth-child(8) {
	margin-left: 0;
	margin-right: 0;
}
.shoplist .shopBox h3 {
	font-size: 12px;
	margin-bottom: 3%;
}
.shoplist .shopBox p {
	font-size: 12px;
	line-height: 20px;
}
.shoplist .shopBox .add {
	height: auto;
	margin-bottom: 5%;
}
.shoplist .shopBox ul li {
	position: relative;
}
.shoplist .shopBox ul li a {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.06em;
	text-align: center;
	display: block;
	border: 1px solid #000;
	padding: 2px 0;
}
.shoplist .shopBox ul li a:hover {
	color: #fff;
	background: #000;
}
.shoplist .shopBox ul li:after {
	content:"";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}
.shoplist .shopBox ul li:after {
	top: 9px;
	right: 35%;
}


.shoplist .web {
	letter-spacing: -.8em;
}
.shoplist .webBox {
	width: 100%;
	padding: 2%;
	margin-bottom: 5%;
}
.shoplist .webBox .img img {
	width: 100%;
	height: auto;
}
.shoplist .webBox:nth-child(2),
.shoplist .webBox:nth-child(5),
.shoplist .webBox:nth-child(8) {
	margin-left: 0;
	margin-right: 0;
}
.shoplist .webBox h3 {
	font-size: 12px;
	margin-bottom: 3%;
}
.shoplist .webBox ul li a {
	margin-top: 3px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.06em;
	display: block;
	padding-right: 15px;
}
.shoplist .webBox ul li:after {
	content:"";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}
.shoplist .webBox ul li:after {
	top: 5px;
	right: 0;
}



/*====================================================================
	CONCEPT
*/

.concept {
	padding: 2% 5%;
	margin: 0 auto;
}
.concept img {
	width: 100%;
	height: auto;
}
.concept .brand {
	padding: 0 0 5%;
}
.concept .seasone {
	padding: 5% 0 0;
}
.concept .title {
	margin-bottom: 2%;
}
.concept .title h2 {
	margin-bottom: 2%;
}
.concept .title h3 {
	width: 100%;
	margin: 0 auto;
}
.concept .text {
	font-size: 11px;
	line-height: 24px;
}
.concept .text p {
	margin-bottom: 0;
}
.concept .figure_img {
	margin-top: 5%;
}
.concept .fl_left {
	width: 100%;
	position: relative;
	margin-top: 0;
}
.concept .fl_left:before,
.concept .fl_left:after {
	display: none;
}


/*====================================================================
	BUSINESS
*/

.business {
	margin: 5% 5% 0;
}



/*==============================================================*/
}/* end */
/*==============================================================*/



/*===============================================================
 width < 420px
===============================================================*/
@media screen and (max-width: 425px) {



/*==============================================================*/
}/* end */
/*==============================================================*/



/*===============================================================
 width < 320px
===============================================================*/
@media screen and (max-width: 320px) {



/*==============================================================*/
}/* end */
/*==============================================================*/
