@charset "UTF-8";
/* CSS Document */

/***
* common_sp.css
*/

@media only print, only screen and (min-width: 18.75em){
	
.tab,
.pc,
.pc_tab{
	display:none;
}

.sp{
	display:block;
}

.hover:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

.hyphen{
  position: relative;
  top: -0.5vw;
}

a{
  color: #999;
  transition-duration: 0.5s;
}

.btn{
  padding: 0 10px 3px;
  color: #999;
  border: 1px solid #999;
  font-size: 15px;
  display: inline-block;
  border-radius: 50px;
}

.jp{
  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, sans-serif;
  font-feature-settings: "palt" 1;
}

/***
* layout
*/

body{
  opacity: 0;
}

#notice{
  width: 100%;
  height: 40px;
  font-size: 11px;
  color: #7474ed;
  background: #f1f1f1;
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

#noticeInner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* header */

#header{
  width: 100%;
  height: 51px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 3333;
}

#logo{
  width: 194px;
  position: absolute;
  top: 12px;
  left: 16px;
}

#logo{
  opacity: 0.4;
  transition-duration: 0.5s;
}

#breadCrumbSp{
  padding: 0 0 80px;
  font-size: 15px;
  line-height: 1.533;
  text-align: center;
}

#breadCrumbSp li{
  display: inline-block;
}

#breadCrumbSp li::after{
  content: ' >';
}

#breadCrumbSp li:last-child::after{
  content: '';
}
  
#nav{
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition-duration: 0.5s;
  overflow-y: scroll;
}

#nav.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-duration: 0.5s;
}

#navInner {
  width: calc(100% - 32px);
  margin: 140px auto;
}

#navInnerLabel {
  width: 100%;
  margin: 0 auto 120px;
  overflow: hidden;
}

#navInnerLabel ul {
  width: calc(100% + 16px);
}

#navInnerLabel li {
  width: calc(100% / 2 - 16px);
  float: left;
  margin: 0 16px -1px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#navInnerLabel li:last-child {
  margin-right: 0;
}

#navInnerLabel a img {
  opacity: 1;
  transition-duration: 0.5s;
}

#navInnerLabel a:hover img {
  opacity: 0.3;
  transition-duration: 0.5s;
}

.thumbLogo {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.thumbLogo img {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  transform: translate(-50%, -50%);
  display: block;
}

.genderTop #labelThumbList li{
  width: calc(100% - 18px);
}

.genderTop #labelThumbList .thumbLogo{
  height: 98px;
}

.genderTop #labelThumbList .thumbLogoUa {
  width: 152px;
}

.genderTop #labelThumbList .thumbLogoBy {
  width: 156px;
}

.genderTop #labelThumbList .thumbLogoGl {
  width: 155px;
}

.genderTop #labelThumbList .thumbLogoCt {
  width: 140px;
}

.genderTop #labelThumbList .thumbLogoRo {
  width: 28px;
}

.genderTop #labelThumbList .thumbLogoOe {
  width: 130px;
}

.genderTop #labelThumbList .thumbLogoSa {
  width: 110px;
}

.genderTop #labelThumbList .thumbLogoLf {
  width: 77px;
}

.genderTop #labelThumbList .thumbLogoTu {
  width: 65px;
}

.genderTop #labelThumbList .thumbLogoMa {
  width: 93px;
}

.genderTop #labelThumbList .thumbLogoAs {
  width: 104px;
}

.genderTop #labelThumbList .thumbLogoAm {
  width: 152px;
}

.genderTop #labelThumbList .thumbLogoPh {
  width: 93px;
}

.genderTop #labelThumbList .thumbLogoEm {
  width: 152px;
}

.genderTop #labelThumbList .thumbLogoHb {
  width: 70px;
}

.genderTop #labelThumbList .thumbLogoUg {
  width: 46px;
}
  
.genderTop #labelThumbList .thumbLogoCg {
  width: 90px;
}
  
.genderTop #labelThumbList .thumbLogoMt {
  width: 80px;
}
  
.genderTop #labelThumbList .thumbLogoSo {
  width: 90px;
}
  
.genderTop #labelThumbList .thumbLogoKo {
  width: 60px;
}

#nav h3{
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
}

.navInnerCategory{
  margin-bottom: 100px;
}

#navFooter{
  width: 100%;
  position: relative;
  bottom: 0;
  z-index: 7777;
}


/* btnMenu */

#btnMenu{
	display: block;
	width: 26px;
	height: 25px;
	padding: 17px 16px 8px;
	font-size: 1.5em;
	cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
	z-index: 6666;
}

.bars.active{
  background: transparent !important;
}

.bars.active:before, .bars.active:after{
	background: #999;
	top: 0;
	width: 100%;
	user-select: none;
}

.bars.active:before{
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bars.active:after{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bars{
	width: 100%;
	height: 2px;
	margin-top: .3em;
	background: #999;
	position: relative;
	display: block;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.bars:before{
	top: -7px;
}

.bars:after{
  top: 7px;
}

.bars:before, .bars:after{
	width: 100%;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	content: '';
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#closeOverlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.5s;
}

#closeOverlay.active{
  opacity: 1;
  visibility: visible;
}

/* footer */

#footerInner{
  position: relative;
}

#genderList{
  margin-bottom: 150px;
  padding: 0 16px;
}

#genderList li{
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}

#genderList li:last-child{
  margin-bottom: 0;
}

#genderList li img{
  transition-duration: 0.5s;
}

.genderListTtl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 30px;
  color: #fff;
  font-size: 48px;
  opacity: 0.7;
}
  
.women #genderList li:first-child img,
.men #genderList li:last-child img{
  opacity: 0.7;
  filter: grayscale(100%);
}

.women #genderList li:first-child .genderListTtl,
.men #genderList li:last-child .genderListTtl{
  opacity: 1;
}

#genderList li:first-child{
  float: left;
}

#genderList li:last-child{
  float: right;
}

#btnBackToTop{
  padding-bottom: 140px;
  font-size: 24px;
  text-align: center;
  display: block;
}

#btnBackToTop a{
  padding: 16px 46px 17px;
}

#footerNav{
  position: relative;
  bottom: auto;
  left: auto;
  padding-bottom: 80px;
}

#footerNav li{
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  text-align: center;
}

#footerCopy{
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 14px;
}


/* #main */

#main{
  padding: 51px 0 0;
}

section{
  margin-bottom: 140px;
}

#topGenderBtn{
  margin: 106px 0 144px;
  text-align: center;
}

#topGenderBtn li{
  font-size: 40px;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-right: 0.6em;
  display: inline-block;
}

#topGenderBtn li:last-child{
  margin-right: 0;
}

#topGenderBtn li.active{
  border-bottom: 4px solid #999;
}

.wideBtns{
  width: calc(100% - 32px);
  margin: 0 auto 70px;
  overflow: hidden;
  position: sticky;
  top: 51px;
  z-index: 333;
}

.wideBtns.wideBtnsDetail{
  margin: 0 auto 20px auto;	
}

.ttlTop .wideBtns{
  margin: 0 auto 70px;
}

.wideBtns li{
  width: calc(50% - 1px);
  float: left;
  font-size: 15px;
  text-align: center;
}

.wideBtns li:first-child{
  float: left; 
}

.wideBtns li:last-child{
  float: right; 
}

.wideBtns a{
  padding: 10px 0;
  background: #f1f1f1;
  display: block;
  border-radius: 30px;
  transition-duration: 0.5s;
}

.women .wideBtnsGender li:first-child a{
  color: #000;
  border-radius: 0;
}

#labelThumbList{
  width: calc(100% - 32px);
  margin: 0 auto 200px;
  overflow: hidden;
}

#labelThumbList ul{
  width: calc(100% + 16px);
}

#labelThumbList li{
  width: calc(100% / 2 - 18px);
  float: left;
  margin: 0 16px 16px 0;
  border: 1px solid #e5e5e5;
}

#labelThumbList li .thumbImg img{
  transition: all 800ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.thumbLogo img{
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  transform: translate(-50%, -50%);
  display: block;
}

.thumbLogoUa{
  width: 90px;
}

.thumbLogoBy{
  width: 85px;
}

.thumbLogoGl{
  width: 85px;
}

.thumbLogoCt{
  width: 80px ;
}

.thumbLogoRo{
  width: 16px;
}

.thumbLogoOe{
  width: 90px;
}

.thumbLogoSa{
  width: 70px;
}

.thumbLogoLf{
  width: 55px;
}

.thumbLogoTu{
  width: 45px;
}

.thumbLogoMa{
  width: 58px;
}

.thumbLogoAs{
  width: 65px;
}

.thumbLogoAm{
  width: 95px;
}

.thumbLogoPh{
  width: 58px;
}

.thumbLogoEm{
  width: 95px;
}

.thumbLogoHb{
  width: 50px;
}

.thumbLogoUg{
  width: 40px;
}

.thumbLogoKo{
  width: 55px;
}

.thumbLogoCg{
  width: 65px;
}

.thumbLogoMt{
  width: 72px;
}

.thumbLogoSo{
  width: 70px;
}

#main .mainLogo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  padding-bottom: 40px;
  transform: translate(-50%, -50%);
  text-align: center;
}

#main .mainLogo img{
  margin: 0 auto;
  display: block;
}

#main .logoUa{
  width: 220px;
}

#main .logoBy{
  width: 170px;
}

#main .logoGl{
  width: 210px;
}

#main .logoCi{
  width: 258px;
}
#main .logoCt{
  width: 258px;
}

#main .logoRo{
  width: 51px;
}

#main .logoOe{
  width: 266px;
}

#main .logoSa{
  width: 180px;
}

#main .logoLf{
  width: 143px;
}

#main .logoTo{
  width: 120px;
}
#main .logoTu{
  width: 120px;
}

#main .logoMa{
  width: 172px;
}

#main .logoAs{
  width: 191px;
}

#main .logoAm{
  width: 279px;
}

#main .logoPh{
  width: 172px;
}

#main .logoEm{
  width: 260px;
}

#main .logoUg{
  width: 110px;
}

#main .logoHb{
  width: 160px;
}

#main .logoKo{
  width: 120px;
}

#main .logoCg{
  width: 172px;
}

#main .logoSh{
  width: 200px;
}
#main .logoSo{
  width: 200px;
}

#main .logoMt{
  width: 180px;
}

.title{
  margin-bottom: 70px;
  font-size: 32px;
  text-align: center;
}

#itemCategoryList{
  width: calc(100% - 32px);
  margin: 0 auto;
  overflow: hidden;
}

#itemCategoryList ul{
  width: calc(100% + 16px);
}

#itemCategoryList li{
  width: calc(100% / 2 - 16px);
  float: left;
  margin: 0 16px 16px 0;
  position: relative;
}

#itemCategoryList li img{
  transition-duration: 0.5s;
}

.itemCategoryThumbTtl{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  opacity: 0.3;
  white-space: nowrap;
}

/* label top */

#labelImg{
  margin-bottom: 20px;
}

#labelLinks{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}

#labelLinks li{
  font-size: 14px;
  display: inline-block;  
}

#labelLinks a{
  padding: 6px 18px 8px;
  background: #f1f1f1;
  display: block;
  border-radius: 30px;
  transition-duration: 0.5s;
}

#labelLead{
  margin-bottom: 200px;
  padding: 0 16px;
  color: #000;
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}

#labelTopInner{
  height: 220px;
  position: relative;
}

#main #labelLookBnr{
  width: calc(100% - 32px);
  margin: 0 auto;
  display: block;
  position: relative;
  border: 1px solid #ccc;
}

#main #labelLookBnrImg{
  width: 100%;
  float: none;
  overflow: hidden;
}

#main #labelLookBnrImg li{
  margin-bottom: -4px;
}

#main #labelLookBnrTxt{
  width: 100%;
  height: 210px;
  position: relative;
  right: 0;
  text-align: center;
  background: #fff;
}

#main #labelLookBnrTxtInner{
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 0;
  padding-bottom: 10px;
  transform: translate(-50%, -50%);
}

#main #labelLookBnrTxtInner h4{
  margin-bottom: 20px;
  font-size: 16px;
}

#main #labelLookBnrTxtBtn{
  margin: 0 auto;
  font-size: 14px;
  display: inline-block;
  padding: 8px 18px 10px;
  background: #f1f1f1;
  border-radius: 30px;
  transition-duration: 0.5s;
}

#main #labelLookBnrTxtBtn a{
  text-decoration: none;
  display: block;
}

/* itemThumbnail */

.itemCategoryBtns{
  padding: 0 16px;
  margin-bottom: 30px;
  text-align: left;
  position: sticky;
  top: 88px;
  z-index: 332;
}

#navInner .itemCategoryBtns{
  padding: 0;
}

.itemCategoryBtns li{
  display: inline-block;
  font-size: 14px;
  line-height: 2.5;
}

.itemCategoryBtns li.active a{
  color: #000;
  border-radius: 0;
}

.itemCategoryBtns a{
  padding: 6px 14px 7px;
  background: #f1f1f1;
  border-radius: 30px;
  transition-duration: 0.5s;
}

#main #itemThumbList{
  width: calc(100% - 32px);
  overflow: hidden;
  margin: 0 auto;
}

#main #itemThumbList ul{
  width: calc(100% + 16px);
  padding-bottom: 30px;
}

#main #itemThumbList li{
  width: calc(100% / 2 - 16px);
  float: left;
  margin: 0 16px 30px 0;
  position: relative;
}

#main #itemThumbList p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .itemThumbListImg{
  margin-bottom: 12px;
  overflow: hidden;
}

#main #itemThumbList li .itemThumbListImg img{
  transform: scale(1);
  filter: grayscale(0);
  transition-duration: 0.5s;
}

#main .itemThumbListLabel{
  font-size: 13px;
  line-height: 1.385;
}

#main .itemThumbListPrice{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.385;
}

#main .itemThumbListBtn dl{
  width: 100%;
}

#main .itemThumbListBtn a{
  padding: 6px 0 8px;
  font-size: 14px;
  text-align: center;
  display: block;
}

#main .itemThumbListBtnDetail{
  width: calc(50% - 1px);
  float: left;
}

#main .itemThumbListBtnBuy{
  width: calc(50% - 1px);
  float: right;
}

#main section#itemDetail{
  padding-top: 0;
}

/* itemDetail */

#main #itemImg{
  width: calc(100% - 32px);
  margin: 0 auto;
  float: none;
}

#main #itemImgMain{
  width: 100%;
  float: none;
  padding-bottom: 10px;
}

#main #itemImgThumb{
  width: 100%;
  height: 77px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

#main #itemImgThumb::-webkit-scrollbar{
  display: none;
}

#main #itemImgThumb ul{
  width: auto;
  margin-bottom: 60px;
  margin-right: 3px;
}

#main #itemImgThumb li{
  width: 55px;
  display: inline-block;
  margin-right: 0;
  border: 1px solid #fff;
  padding: 3px;
  border-radius: 0;
  transition-duration: 0.5s;
}

#main #itemImgThumb li.active{
  border: 1px solid #000;
  border-radius: 10px;
  transition-duration: 0.5s;
}

#main #itemImgThumb li.active img{
  border-radius: 7px;
  transition-duration: 0.5s;
}

#main #itemImgThumb li:last-child{
  margin-right: 0;
}

#main #itemImg li{
  margin-bottom: 10px;
}

#main #itemImg li:last-child{
  margin-bottom: 0;
}

#main #itemCredit{
  width: calc(100% - 32px);
  margin: 0 auto;
  float: none;
  position: relative;
  right: 0;
  color: #000;
}

#main #itemCreditInner{
  height: auto;
  min-height: auto;
  display: block;
  position: relative;
}

#main #itemCreditInnerMain{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}

#main #itemCreditInnerMain h4{
  margin-bottom: 26px;
  font-size: 19px;
  line-height: 1.632;
}

#main #itemCreditInnerMain p{
  margin-bottom: 26px;
  font-size: 13px;
  line-height: 1.769;
  text-align: justify;
  word-break: break-all;
}

#main #itemCreditInnerMain dl{
  margin-bottom: 26px;
  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 13px;
  line-height: 1.769;
}

#main #itemCreditInnerMain dd{
  padding: 4px 0;
  border-bottom: 1px solid #000;
}

#main #itemCreditInnerMain dd:last-child{
  border-bottom: none;
}

.itemCreditInnerSubTtl{
  width: 80px;
  display: inline-block;
}

#main #btnStore{
  margin-bottom: 40px;
  font-family: 'NeueHaasGroteskText W01', a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 13px;
  line-height: 1.769;
}

#main #txtStore{
  display: none;
}

#main #btnBuy{
  width: 100%;
  padding: 10px 0 0;
  display: inline-block;
  text-align: center;
}

#main #btnBuy a{
  width: 100%;
  padding: 10px 0 12px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.5s;
}

#item #main{
  padding-top: 51px;
}

#category #main section#itemCategoryList{
  padding-top: 0;
  border-top: none;
}

#modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  background: #fff;
  display: none;
}

#modal ul{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3334;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#modal ul::-webkit-scrollbar{
  display: none;
}

#btnModalClose{
  width: 30px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 8888;
}

#modalImg li{
  margin-bottom: 4px;
}

#modalImg li:last-child{
  margin-bottom: 0;
}

.slick-dots{
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1111;
}

.slick-dots li{
  width: 20px;
  height: 20px;
  margin-right: 8px;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}

.slick-dots li:last-child{
  margin-right: 0;
}

.slick-dots button{
  width: 20px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  text-indent: -9999px;
}

.slick-dots .slick-active button{
  background: #000;
  transition-duration: 0.5s;
}

/* lookbooksThumbList */

#main #lookbooksThumbList {
  width: calc(100% - 32px);
  margin: 0 auto 160px;
  overflow: hidden;
}

#main #lookbooksThumbList ul {
  width: 100%;
}

#main #lookbooksThumbList li {
  width: calc(100% - 2px);
  float: none;
  margin: 0 30px 30px 0;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
}

#main .lookbooksThumbImg {
  width: 50%;
  float: left;
  overflow: hidden;
}

#main .lookbooksThumbLogo {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}

#main .lookbooksThumbLogo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}