@charset "utf-8";
/*///////////////////////////////////////////////////////////////////
	Template Name: RESEXY 2016 Template
	Author: Roseau Pensant
	Author URI: http://www.roseaupensant.jp/
	Description: RESEXY Template.
	Version: 1.0
///////////////////////////////////////////////////////////////////*/



/* Table of Content
====================================================================
1.	HOME
2.	CONCEPT
3.	NEWS
4.	MAGAZINE
5.	LOOK BOOK
6.	NEW ARRIVAL
7.	RANKING
8.	STYLE PHOTO
9.	ACCOUNT
10.	SHOP LIST
11.	RECRUIT
12.	BUSINESS
*/


/*====================================================================
	01 HOME
====================================================================*/

/*----------------------------------------------
	MAIN SLIDER
 */
.main_slider {
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}
.main_slider img {
	width: 100%;
	height: auto;
}
.main_slider .slides .img_change.on {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 7s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.main_slider .slides .img_change {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.flex-direction-nav .flex-prev {
	background-image:url(../images/common/slider_prev.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
.flex-direction-nav .flex-next {
    background-image: url(../images/common/slider_next.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.flex-direction-nav a {

    width: 50px;
    height: 63px;
    margin: -20px 0 0;

    top: 45%;
    z-index: 10;
}


.flex-direction-nav .flex-next {
    right: -7px;

}
.flex-direction-nav .flex-prev {
    left: 9px;

}

/*----------------------------------------------
	MAIN CONTENT
 */
.main_content {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
.main_content .section_box {
	margin-bottom: 20px;
}
.main_content .section_box ul {
	letter-spacing: -.40em;
}
.main_content .section_box li {
	display: inline-block;
	vertical-align: top;
	width: 31.3%;
	margin: 0 3% 30px 0;
}
.main_content .section_box li:nth-child(3n) {
	margin-right: 0;
}
.main_content .section_box .figure_img {
	margin-bottom: 1.8%;
	overflow: hidden;
}
.main_content .section_box .figure_img img {
	width: 100%;
	height: auto;
}
.main_content .section_box .title h2 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 1.5%;
}
.main_content .section_box .title p {
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
    letter-spacing: 0.05em;
}
.main_content .section_box li:hover img {
	transform: scale(1.09,1.09);
	-webkit-transform:scale(1.09,1.09);
	-moz-transform:scale(1.09,1.09);
	-ms-transform:scale(1.09,1.09);
	-o-transform:scale(1.09,1.09);
}

/*----------------------------------------------
	RANKING AREA
 */
.main_content .ranking_box {
	clear: both;
	margin-bottom: 60px;
}
.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 {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.main_content .ranking_box .title:before {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
    content: "";
    display: block;
    width: 360px;
    height: 1px;
    background: #cccccc;
}
.main_content .ranking_box .title:after {
	position: absolute;
	right: 0;
	top: 50%;
    content: "";
    display: block;
    width: 360px;
    height: 1px;
    background: #cccccc;
}
.main_content .ranking_box .title h3 {
	font-family: 'Prata', serif;
	font-size: 19px;
	letter-spacing: 0.06em;
}
.main_content .ranking_box .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}
.main_content .ranking_box li {
	display: inline-block;
	width: 21.9%;
	margin: 0 4.1% 3.5% 0;
}
.main_content .ranking_box li:nth-child(4) {
	margin-right: 0;
}
.main_content .ranking_box li img {
	width:  100%;
	height: auto;
}
.main_content .ranking_box .figure_img {
	overflow: hidden;
}
.main_content .ranking_box li:hover img {
	transform: scale(1.09,1.09);
	-webkit-transform:scale(1.09,1.09);
	-moz-transform:scale(1.09,1.09);
	-ms-transform:scale(1.09,1.09);
	-o-transform:scale(1.09,1.09);
}
.main_content .ranking_box p.no {
	text-align: center;
	font-family: 'Prata', serif;
	font-size: 16px;
	margin-bottom: 24px;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.main_content .ranking_box p.no span {
	font-size: 20px;
}


/*====================================================================
	02 CONCEPT
====================================================================*/

.concept {
	max-width: 960px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto 60px;
}
.concept .brand {
	padding: 0 0 30px;
}
.concept .seasone {
	padding: 45px 0 30px;
}
.concept .title {
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}
.concept .title h2 {
	margin-bottom: 15px;
}
.concept .title h3 {
	width: 314px;
	margin: 0 auto;
}
.concept .title h3 img {
	width: 100%;
	height: auto;
}
.concept .text {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 26px;
}
.concept .text p {
	margin-bottom: 10px;
}
.concept .figure_img {
	margin-top: 40px;
}
.concept .fl_left {
	position: relative;
	width: 42%;
	margin-top: 30px;
}
.concept .fl_left:before,
.concept .fl_left:after {
  height: 88px;
  width: 65px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.concept .fl_left:before {
  left: -20%;
  top: -10%;
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.concept .fl_left:after {
  right: -30%;
  bottom: -40px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

/*====================================================================
	02 NEWS
====================================================================*/

.news {
    max-width: 960px;
    margin: 40px auto 60px;
    letter-spacing: -.40em;
}
.news ul.news_list li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
    letter-spacing: 0.08em;
	width: 30.5%;
	margin: 0 4.2% 4.5% 0;
}
.news ul.news_list li:nth-child(3n) {
	margin-right: 0;
}
.news ul.news_list li img {
	width: 100%;
	height: auto;
}
.news ul.news_list 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);
}
.news ul.news_list li .figure_img {
	margin-bottom: 6%;
	overflow: hidden;
}
.news ul.news_list li .title p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 3%;
}
.news ul.news_list li .title h2 {
	font-size: 12px;
	font-weight: normal;
}

/*----------------------------------------------
	Archive
 */
.news-archive {
    max-width: 800px;
    margin: 40px auto 60px;
}
.news-archive .title {
	text-align: center;
    letter-spacing: 0.08em;
}
.news-archive .title p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 0.8%;
}
.news-archive .title h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4%;
}
.news-archive .figure_img {
	margin-bottom: 2%;
}
.news-archive .figure_img img {
	width: 100%;
	height: auto;
}
.news-archive .text {
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 30px;
}
.news-archive .text img {
	margin: 3.5% 0 1%;
}
.news-archive .text a {
	text-decoration: underline;
}


/*====================================================================
	02 MAGAZINE
====================================================================*/

.magazine-arcive {
	max-width: 1280px;
	position: relative;
	margin: 20px auto;
}
.magazine-arcive ul.magazine_list {
	text-align: center;
	margin: 0 auto;
    letter-spacing: -.40em;
}
.magazine-arcive ul.magazine_list li {
	position: relative;
	display: inline-block;
	width: 309px;
	height: 423px;
	overflow: hidden;
	margin: 0 5px 36px;
}
.magazine-arcive ul.magazine_list .title_block {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background:rgba(0,0,0,0.3);
	padding-top: 55%;
}
.magazine-arcive .title_block h2,
.magazine-arcive .title_block p {
	display: table;
	color: #fff;
	margin: auto;
	text-align: center;
	letter-spacing: normal;
}
.magazine-arcive .title_block p.category {
	font-size: 12px;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
    letter-spacing: 0.06em;
}
.magazine-arcive .title_block p.category:after {
	content:"";
	display:block;
	height:1px;
	width: 30px;
	margin: 13px auto;
	background:rgba(255,255,255,0.8);
}
.magazine-arcive .title_block h2 {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
    font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.06em;
}
.magazine-arcive .title_block:hover h2:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.magazine-arcive .magazine_list 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);
}
.magazine-arcive .magazine_list .figure_img img {
	width: 100%;
	height: auto;
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}
.magazine-arcive .magazine_list li:hover .figure_img img {
     -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
     -o-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
     filter: grayscale(0%);
}
.isotope .item {
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    transition-duration:0.5s;
}

/*----------------------------------------------
	Archive
 */
.magazine {
	position: relative;
	max-width: 960px;
	margin: 27px auto 75px;
	background: #fff;
}
.magazine img {
	width: 100%;
	height: auto;
}
.magazine .title {
	position: relative;
}
.magazine .title h2 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.03em;
	margin-bottom: 40px;
}
.magazine .title h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 10px auto 15px;
    background: #000;
}
.magazine .title p.seson {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	margin-bottom: 18px;
}
.magazine .title p.number {
	position: absolute;
	top: 0;
	right: 35px;
	font-family: 'Prata', sans-serif;
	font-style: italic;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.magazine .sp_pointer {
	display: none;
}


.magazine .photo_block {
	max-width: 718px;
	border: 1px solid #fafafa;
	margin: 0 auto 37px;
}
.magazine .item_block {
	width: 100%;
	text-align: center;
}
.magazine .figure_img {
	width: 100%;
	margin: 0 auto;
}
.magazine .photo_block .figure_img {
	cursor: url(../images/magazine/pointer.png), auto;
}
.magazine .magazine_slider {
	margin-bottom: 50px;
}
.magazine .flex-direction-nav a {
	width: 81px;
	height: 88px;
	display: block;
	opacity: 1;
	text-indent: -9999px;
}
.magazine .flex-direction-nav .flex-prev,
.magazine .flex-direction-nav .flex-next {
	top: 36%;
}
.magazine .flex-direction-nav .flex-prev {
	background: url(../images/magazine/magazine_prev.png);
    left: 0;
}
.magazine .flex-direction-nav .flex-next {
	background: url(../images/magazine/magazine_next.png);
	right: 0;
}
.magazine .flex-direction-nav .prev_no,
.magazine .flex-direction-nav .next_no {
	font-size: 11px;
	position: absolute;
	top: 33%;
}
.magazine .flex-direction-nav .prev_no {
    left: 4%;
}
.magazine .flex-direction-nav .next_no {
	right: 4%;
}
.magazine dl.item {
	display: inline-block;
	width: 100px;
	margin: 0 15px 0 0;
}
.magazine 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 dl.item dd.money {
	display: block;
	font-size: 13px;
	margin: 0;
}


/*====================================================================
	04 LOOK BOOK
====================================================================*/
.lookbook-arcive,
.lookbook,
.look_index,
.look_detail {
	max-width: 960px;
	display:block;
	margin: 0 auto 60px;
}
.lookbook {
	margin:30px auto 40px;
}

.lookbook_list li{
	display: inline-block;
	letter-spacing: normal;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 5;
	margin: 0 0 40px;
}
.lookbook_list li a:after{
	content:"";
	display:block;
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.lookbook_list li a:hover:after{
	background:rgba(0,0,0,0);
}
.lookbook_list li a{
	display:block;
}
.lookbook_list li img{
	vertical-align:bottom;
	width:100%;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.lookbook_list .title_block{
	position:absolute;
	top:0;
	left: 7%;
	right:0;
	margin: 130px auto 0;
	z-index:5;
}
.lookbook_list .title_block p.catalog_year,
.lookbook_list .title_block h2.catalog_ttl{
	color: #fff;
	font-family: 'Prata', serif;
	font-size: 22px;
	letter-spacing: 0.08em;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.lookbook_list li:hover .title_block p.catalog_year,
.lookbook_list li:hover .title_block h2.catalog_ttl{
	color: #000;
}
.lookbook_list .title_block p.catalog_year:after{
	content:"";
	display:block;
	height: 1px;
	width: 40px;
	margin: 10px 0 15px;
	background:rgba(255,255,255,0.8);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.lookbook_list li:hover .title_block p.catalog_year:after{
	background:rgba(0,0,0,1);
}


.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:1.3em;
	letter-spacing:0.06em;
	text-align:center;
	margin: 27px auto;
}
.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{
	display: inline-block;
	letter-spacing: normal;
	width: 33.3%;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin-right: 0;
}
.look_detail ul.look_detail_list li img {
	cursor: url(../images/magazine/pointer.png), auto;
}
.look_detail ul.look_detail_list li img{
	width:100%;
	height: auto;
	vertical-align:bottom;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.look_detail ul.look_detail_list li:hover img {
	transform: scale(1.09,1.09);
	-webkit-transform:scale(1.09,1.09);
	-moz-transform:scale(1.09,1.09);
	-ms-transform:scale(1.09,1.09);
	-o-transform:scale(1.09,1.09);
}

.look_modal{
	display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
	z-index: 99999;
	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: 3% 5%;
}

.look_modal_left {
	float:left;
	width: 50%;
	height: auto !important;
}
.look_modal_right {
	float: right;
	width: 40%;
}

.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: 1%;
	right: 1%;
	display: block;
    width: 30px;
    height: 30px;
	text-indent: -9999px;
}
.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;
}


/*====================================================================
	05 NEW ARRIVAL
====================================================================*/

.newarrival img  {
    width: 100%;
	height: auto;
}
.newarrival{
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
.newarrival .item {
	width: 23.8%;
	margin-right: 1.55%;
	margin-bottom: 15px;
	position: relative;
	line-height: 1;
	overflow: hidden;
}
.newarrival .item:nth-child(4n){
	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{
	text-align: center;
	letter-spacing: 0.08em;
	font-size: 14px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border: 1px solid #000000;
	background-color: #000000;
}
.newarrival .item .link_button.black:hover{
	background-color: #ffffff;
	color: #000000;
}
.newarrival .item.on .link_button{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
}
.newarrival .item.on img{
	-webkit-transform: scale(1.09,1.09);
	-moz-transform: scale(1.09,1.09);
	-ms-transform: scale(1.09,1.09);
	-o-transform: scale(1.09,1.09);
	transform: scale(1.09,1.09);
	opacity: 0.6;
	filter: alpha(opacity=600);
	-ms-filter: "alpha(opacity=600)";
	-khtml-opacity: 0.6;
}
.newarrival .name{
	padding: 25px 20px 15px;
	letter-spacing: 1.6px;
	word-break: break-all;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/*====================================================================
	06 RANKING
====================================================================*/

.ranking {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
.ranking img  {
    width: 100%;
	height: auto;
}
.ranking .title {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.ranking .title:before {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #cccccc;
}
.ranking .title:after {
	position: absolute;
	right: 0;
	top: 50%;
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #cccccc;
}
.ranking .title h2 {
	font-family: 'Prata', serif;
	font-size: 19px;
	letter-spacing: 0.06em;
}
.ranking .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.ranking .best5 .ranking_box {
	float: left;
	width: 23.4%;
	margin-bottom: 40px;
}
.ranking .best5 .ranking_box:nth-child(3),
.ranking .best5 .ranking_box:nth-child(4),
.ranking .best5 .ranking_box:nth-child(5) {
	margin-left: 2.1%;
}
.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;
	width: 40px;
	margin: 10px auto 15px;
	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 {
	max-width: 920px;
	width: 100%;
	margin: 0 auto 50px;
}
.ranking .best5 .ranking_box:first-child .item_name {
	float: left;
	width: 60%;
	padding-top: 9%;
	margin-left: 5%;
}
.ranking .best5 .ranking_box:first-child p.no {
	width: 46px;
	height: 43px;
	background: url(../images/ranking/ranking_no01.jpg) no-repeat;
	margin-bottom: 35px;
	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 {
	display: block;
	font-family: 'Prata', serif;
	font-size: 22px;
	letter-spacing: 0.06em;
}
.ranking .best5 .ranking_box:first-child p.sellers:after {
	content:"";
	display:block;
	height: 1px;
	width: 40px;
	margin: 10px 0 15px;
	background: #000;
}
.ranking .best5 .ranking_box:first-child p.name {
	display: block;
	font-size: 14px;
	letter-spacing: 0.06em;
}
.ranking .best5 .ranking_box:first-child .item_img {
	float: right;
	width: 35%;
}

.ranking .best5 .item_img .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;
}
.ranking .best30 .item_img .link_button {
	font-size: 12px;
	width: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -80px;
	padding: 5px 0 3px;
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
}
.ranking .item_img .link_button.black{
	text-align: center;
	letter-spacing: 0.08em;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border: 1px solid #000000;
	background-color: #000000;
}
.ranking .item_img .link_button.black:hover{
	background-color: #ffffff;
	color: #000000;
}
.ranking .item_img.on .link_button{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
}

.ranking .item_img:hover img {
	-webkit-transform: scale(1.09,1.09);
	-moz-transform: scale(1.09,1.09);
	-ms-transform: scale(1.09,1.09);
	-o-transform: scale(1.09,1.09);
	transform: scale(1.09,1.09);
	opacity: 0.6;
	filter: alpha(opacity=600);
	-ms-filter: "alpha(opacity=600)";
	-khtml-opacity: 0.6;
}

.ranking .best30 li.item {
	position: relative;
    float: left;
    width: 18.33%;
    margin: 0 16px 20px 0;
    overflow: hidden;
}
.ranking .best30 li.item:nth-child(1),
.ranking .best30 li.item:nth-child(2),
.ranking .best30 li.item:nth-child(3),
.ranking .best30 li.item:nth-child(4),
.ranking .best30 li.item:nth-child(5) {
	display: none;
}


/*====================================================================
	07 STYLE PHOTO
====================================================================*/

.staffstyle {
	max-width: 960px;
	margin: 20px auto;
}
.staffstyle h2 {
	height: 0;
	overflow: hidden;
}


.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 {
	float: left;
	font-size: 13px;
	margin-right: 11px;
	margin-top: 6px;
}
.staffstyle .styling-height-nav .name {
	margin-left: 3.12%;
}
.staffstyle .styling-shop-nav select,
.staffstyle .styling-height-nav select {
	float: left;
	width: 218px;
	margin-bottom: 18px;
	padding: 7px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #aaaaaa;
	background: url(../images/stylephoto/arrow_pc.gif) right 50% no-repeat;
	background-size: 20px, 50%;
}
.staffstyle .styling-keyword-sp {
	display: none;
}
.staffstyle .styling-keyword {
	clear: both;
	background: #f7f7f7;
	padding: 16px 22px;
	margin-bottom: 46px;
}
.staffstyle .styling-keyword p,
.staffstyle .styling-keyword ul,
.staffstyle .styling-keyword li {
	display: inline-block;
}
.staffstyle .styling-keyword p {
	font-family: 'Prata', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-right: 10px;
}
.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: 31%;
	margin-left: 2.3%;
	margin-bottom: 30px;
	overflow: hidden;
}
.staffstyle ul.staffstyle-list .photo {
	width: 290px;
	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: 8px 4px 5px;
}
.staffstyle .staffstyle-list p.date {
	font-size: 11px;
	margin-bottom: 5px;
}


.staffstyle .staffstyle-box {
	max-width: 920px;
	margin: 0 auto 45px;
}
.staffstyle .staffstyle-box .photo {
	position: relative;
	width: 49%;
}
.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: 7px;
}
.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 .caption {
	padding: 8px 0 0;
}
.staffstyle a.look_item_link {
	color: #fff;
	text-align:center;
	display: block;
	width: 100%;
	margin: 7px auto 0;
	padding: 5px 0 3px;
	background: #000;
	border: 1px solid #000;
}
.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;
}
.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: '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: 23.35%;
	margin-left: 2.2%;
}
.staffstyle .staffstyle-other li:first-child {
	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: 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: 5px 0;
}
.staffstyle .staffstyle-other p.views span {
	font-size: 10px;
	padding: 5px 8px;
	background: #fbfbfb;
	border: 1px solid #d6d6d6;
}


/*====================================================================
	08 ACCOUNT
====================================================================*/

.instagram img {
	width: 100%;
	height: auto;
}
.instagram {
	max-width: 920px;
	margin: 45px auto 20px;
}

.instagram .instaBox {
	vertical-align: top;
	display: inline-block;
	width: 48%;
	margin-bottom: 8%;
}
/* .instagram .instaBox:nth-child(2),
.instagram .instaBox:nth-child(4),
.instagram .instaBox:nth-child(6) {
	margin-left: 3.5%;
} */
.instagram .instaBox:nth-child(2), .instagram .instaBox:nth-child(2n) {
    margin-left: 3.5%;
}
@media screen and (max-width:768px) {   
	.instagram .instaBox:nth-child(2), .instagram .instaBox:nth-child(2n) {
		margin-left: 0;
	}
}
.instagram .instaBox .insta_head {
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.instagram .instaBox .insta_head dt {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
}
.instagram .instaBox .insta_head dd {
	display: inline-block;
	vertical-align: middle;
	width: 74%;
}
.instagram .instaBox .insta_head h2 {
	font-family: 'Prata', sans-serif;
	font-size: 16px;
	letter-spacing: 0.06em;
}
.instagram .instaBox .insta_head p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 0.06em;
}


.instagram ul li {
	display: inline-block ;
	width: 31.4%;
	margin: 0 2.9% 2.9% 0;
}
.instagram ul li:nth-child(3n) {
	margin-right: 0;
}
.instagram ul li .figure_img {
	overflow: hidden;
}
.instagram ul li:hover img{
	transform: scale(1.07,1.07);
	-webkit-transform:scale(1.07,1.07);
	-moz-transform:scale(1.07,1.07);
	-ms-transform:scale(1.07,1.07);
	-o-transform:scale(1.07,1.07);
	opacity: 0.6;
}


/*====================================================================
	09 SHOP LIST
====================================================================*/

.shoplist {
	max-width: 960px;
	margin: 42px auto;
}
.shoplist .title {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.shoplist .title:before {
	position: absolute;
	left: 0;
	top: 50%;
	bottom: 0;
    content: "";
    display: block;
    width: 33%;
    height: 1px;
    background: #cccccc;
}
.shoplist .title:after {
	position: absolute;
	right: 0;
	top: 50%;
    content: "";
    display: block;
    width: 33%;
    height: 1px;
    background: #cccccc;
}
.shoplist .title h2 {
	font-family: 'Prata', serif;
	font-size: 19px;
	letter-spacing: 0.06em;
}
.shoplist .title p {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	letter-spacing: 0.08em;
}


.shoplist .location {
	letter-spacing: -.8em;
	margin-bottom: 70px;
}
.shoplist .shopBox {
	display: inline-block;
	letter-spacing: normal;
	width: 32.1%;
	border: 1px solid #e9e9e9;
	padding: 2%;
	margin-bottom: 16px;
}
.shoplist .shopBox:nth-child(2),
.shoplist .shopBox:nth-child(5),
.shoplist .shopBox:nth-child(8) {
	margin-left: 17px;
	margin-right: 17px;
}
.shoplist .shopBox h3 {
	font-size: 14px;
	margin-bottom: 13px;
}
.shoplist .shopBox p {
	font-size: 12px;
	line-height: 20px;
}
.shoplist .shopBox .add {
	height: 80px;
	margin-bottom: 10px;
}
.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 {
	display: inline-block;
	letter-spacing: 0.06em;
	width: 32.1%;
	border: 1px solid #e9e9e9;
	padding: 2%;
	margin-bottom: 25px;
}
.shoplist .webBox:nth-child(2),
.shoplist .webBox:nth-child(5),
.shoplist .webBox:nth-child(8) {
	margin-left: 17px;
	margin-right: 17px;
}
.shoplist .webBox h3 {
	font-size: 14px;
	margin-bottom: 13px;
}
.shoplist .webBox img:hover {
	opacity: .5;
	filter: alpha(opacity=5);
	-ms-filter: "alpha(opacity=5)";
	-khtml-opacity: .5;
}
.shoplist .webBox ul li {
	position: relative;
}
.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;
}


/*====================================================================
	11 RECRUIT
====================================================================*/

.recruit {
	max-width: 720px;
	letter-spacing: 0.08em;
	margin: 40px auto 60px;
}
.recruit .office {
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.recruit .title {
	text-align: center;
	margin-bottom: 45px;
	margin-left: 15px;
}
.recruit .title h2 {
	font-weight: bold;
	font-size: 16px;
}
.recruit .title h2 span {
	font-weight: bold;
	font-size: 12px;
}
.recruit dl.position {
	font-size: 12px;
	line-height: 26px;
}
.recruit dl.position dt {
	clear: left;
	float: left;
	width: 125px;
	padding-left: 20px;
	margin-bottom: 35px;
}
.recruit dl.position dd {
	margin-left: 145px;
	margin-bottom: 35px;
}
.recruit dl.position p.indent {
	margin-left: 1em;
	margin-bottom: 15px;
}


/*====================================================================
	02 BUSINESS
====================================================================*/

.business {
	max-width: 600px;
	letter-spacing: 0.08em;
	margin: 45px auto 60px;
}
.business .title h2 {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 35px;
}
.business p,
.business li {
	font-size: 12px;
	line-height: 26px;
}
.business ol {
	margin: 20px 0 40px 40px;
}
.business ol li {
	list-style-type: decimal;
}
.business .info {
	margin: 50px 0 10px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dddddd;
	}
.business .text p.ttl {
	font-weight: bold;
}
.business a.main_button {
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
	display: block;
}
.business .main_button:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.business .main_button::before,
.business .main_button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #333;
}
.business .main_button::before {
	top: 0;
}
.business .main_button::after {
	bottom: 0;
}
.business .main_button:hover::before,
.business .main_button:hover::after {
	height: 0;
	background-color: #000;
}

/*====================================================================
	SNS NAV
====================================================================*/


.under__inner {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
	
}

.sns-nav {
    display: flex;
    justify-content: space-between;
    width: 150px;
    float: right;
    margin-top: -25px;
    margin-bottom: 20px;
}

.sns-nav__items img {
	width: 40%;
}

.sns-nav__items img:hover {
	opacity: 0.5;
	transition: 0.7s;
}

@media screen and (max-width:768px) {  

	.sns-nav {
		display: none;
	}
	.sp__sns-nav {
		display: flex;
		justify-content: center;
		padding: 5% 10% 10%;
	}
}






