@charset "UTF-8";
h2.fs-p-heading--lv2{
    display: none;
}

#header {
    height: 100px
}
#header .header-bottom {
    height: 50px;
}
#header .brand-logo {
    width: calc(100px / 2);
    height: calc(100px / 2)
}
#header .brand-description {
    line-height: 50px;
    max-width: 500px;
    margin-left: 10px;
}

/*　ここから　ヘッダー色変え　　*/
#header .header-top {
    background-color: #ffffff;
	z-index:3000;
}

#header .header-bottom .container {
    background: #ffffff;
}
#header .header-nav>ul .header-nav-mypage a {
    color: #000;
}
@media screen and (max-width: 768px){
    
.sp-searchbtn.sp {
    position: absolute;
    left: 13%;
    display: block;
    line-height: -4em;
    }

button#opensearch {
    font-size: 1.1em;
    color: #000;
    }

.taparea:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: -12px;
    left: -12px;
    border-radius: 50%;
	}}

/*ドロワーのハンバーガーアイコンをawesomefontへ切替*/
.js-drawer .drawerNavItem .ddTitle.js-ac-open:after {
	background: none;
}

li.header-nav-drawer.js-drawerOpen span:before {
    content: "\f0c9";
    font-weight: 900;
	font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    }

li.header-nav-drawer.js-drawerOpen.active span:before {
    content: "\f00d";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    }
/*ドロワー内プラスアイコンをawesomefontへ切替*/
.js-drawer .drawerNavItem .ddTitle.js-ac-open:after {
    content: '\f055';
    font-family: 'FontAwesome';
    color: #7c8790;
}

.js-drawer .drawerNavItem .ddTitle.js-ac-open.active:after {
    content: '\f056';
}

/*ドロワー内色変え*/
.js-drawer {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    z-index: 100;
	letter-spacing: 0.08em;
}
.js-drawer .drawerNavItem {
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
}
.js-drawer .drawerNavItem .brandTitle {
    color: #000;
}
.js-drawer .drawerNavItem .brandWrap:first-of-type {
    border-bottom: 1px solid #7c8790;

}
.js-drawer .drawerNavItem .brandWrap:first-of-type:only-child {
    border-bottom: 0 solid #7c8790;
}

.js-drawer .drawerNavItem .brandSex>dl>dt {
    border-bottom: 2px solid #7c8790;
    font-weight: 600;
    margin-bottom: 10px;
}
.js-drawer .drawerNavItem dt {
    color: #7c8790;
}
.js-drawer .drawerNavItem dd, .js-drawer .drawerNavItem li {
    color: #7c8790;
    font-size: 1.4rem;
}
.js-drawer .drawerNavItem dd a, .js-drawer .drawerNavItem li a {
    color: #728496;
}

.js-drawer .drawerNavItem .brandTitle a, .js-drawer .drawerNavItem .brandTitle span {
    color: #7c8790;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
}

@media screen and (max-width: 768px){
.js-drawer {
    letter-spacing: 0.1em;
	z-index: 2000;
	right: auto;
    padding: 0;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    }

.js-drawer .drawerNavItem dd a {
    color: #7c8790;
    }
.js-drawer .drawerNavItem .brandTitle span {
    color: #7c8790;
    font-size: 3.83333vw;
    font-weight: 400;
    }
.js-drawer .drawerNavItem li a {
    color: #667895;
    font-size:3.83333vw!important;
    }
.js-drawer .drawerNavItem .brandTitle{
    background-color:#f1f1f1;
}

.js-drawer .drawerNavItem .brandTitle {
    background-image: none;
}

.js-drawer .drawerNavItem .brandWrap:first-of-type, .js-drawer .drawerNavItem .brandWrap:first-of-type:only-child {
	border-bottom: none;
	}
.js-drawer .drawerNavItem .brandWrap:first-of-type {
	border-bottom: none;
	}
.js-drawer .drawerNavItem .brandWrap {
    border-bottom: none;
}
span.sp.js-ac-brand-open:after {
    content: "\f078";
    right: 5%;
    position: absolute;
	font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    }

span.sp.js-ac-brand-open.active:after {
    content: "\f077";
    right: 5%;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}
.js-drawer .drawerNavItem .brandSex>dl>dt {
    color:#7c8790;
    font-size:3.8333vw;
	border-bottom: none;
	margin-bottom: 0;
	font-weight:400; 
}
	
.js-drawer .drawerNavItem dd, .js-drawer .drawerNavItem li {
    color:#7c8790;
    font-size:3.8333vw;
}
.js-drawer .drawerNavItem .ddTitle {
    color:#7c8790;
    font-size:3.8333vw;
}
.js-drawer .drawerNavItem .ddTitle.js-ac-open:after {
    content: '\f055';
    font-family: 'Font Awesome 5 Free';
    display: block;
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    border-radius: 50%;
    background:none;
    text-align: center;
    color: #7c8790;
    font-size: 2.66667vw;
    font-weight: 700;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.js-drawer .drawerNavItem .ddTitle.js-ac-open.active:after {
    content: '\f056';
}
	
.js-drawer .js-drawerClose {
    height: 100%;
    width: 100%;
    position: fixed;
    background: #00000050;
    z-index: -1;
}
	
.gnav-sp-open {
    background-color: #e60021;
    color: #fff;
    background-image: none;
}
button.gnav-sp-open.js-gnav-sp-open.sp.active:before {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15vw;
    color: #fff;
    font-size: 3.77777vw;
    font-weight: 600;
}

button.gnav-sp-open.js-gnav-sp-open.sp:before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 15vw;
    color: #fff;
    font-size: 3.77777vw;
    font-weight: 600;
    }
	
.gnav-sp {
    background-color: rgba(255,255,255,0.8);
}

.gnav-sp nav>ul>li a, .gnav-sp nav>ul>li span {
    color: #000;
}
	
.gnav-sp nav>ul>li {
    border-bottom: 1px solid #000;}

li.gnav-sp-item.gnav-sp-item--category.js-sp-category-open span:before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 12vw;
    }

li.gnav-sp-item.gnav-sp-item--category.js-sp-category-open.active span:before {
    content: "\f0d8";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 12vw;
}

.gnav-sp .js-sp-category .block {
    background-color: #fff;
}

.gnav-sp .js-sp-category .block h4 {
    color: #000;
}

.gnav-sp .js-sp-category .block li a {
    color: #000;
}
}

/*　ここまで　ヘッダー色変え　　*/

/*　ここから　検索ウインドウ　　*/
@media screen and (max-width: 768px){
	
.searchContents .company-logo .img {
    width: 50vw;
    margin: 5% auto;
}
.searchContents .drawer-searchForm {
    padding: 30px 0;
}

.fs-p-searchForm__inputGroup {
    border-radius: 5px;
}
		
.searchArea {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.searchBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.searchWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  padding: 20px 20px;
  background-color: #fff;
}

.closesearch {
  position: absolute;
  top: 12px;
  right: 24px;
  cursor: pointer;
  font-size: 26px;
}


.searchContents .header-logo img {
    width: 60%;
    margin: 5% auto;
}

div#closeSearch {
    position: absolute;
    top: 2vh;
    right: 5%;
}

.sp-kwbtn h2,.sp-brandbtn h2 {
    font-size: 1.6rem;
    line-height: 2.4em;
}
	
.sp-kwbtn ul li a, .sp-brandbtn ul li a {
    color: #000;
}
	
.sp-kwbtn {
    margin: 20px 0;
    line-height: 1.8em;
}

.sp-kwbtn ul li {
    border: 1px solid #e4e4e4;
    padding: 2px 7px;
    border-radius: 4px;
    float: left;
    margin: 0px 5px 8px 0px;
}

.sp-brandbtn {
    clear: left;
    padding-top: 20px;
}

.sp-brandbtn ul li {
    line-height: 2.2em;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 14px;
}

.sp-brandbtn ul li:before {
  content: '\F105';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #728496;
  font-size: 0.6em;
  position: absolute;
  right: 32px;
}

.searchArea .header-searchForm {
    margin: 30px 0;
}

.sp-brandbtn a {
    display: block;
}
}
/*　ここまで　検索ウインドウ　　*/


.home .black.on02:before{
    background-color: #ce0015;
}
#catalog_item {
    margin-bottom: 150px;
}
figure.inner{
    position: relative;
}
.inner p.new{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.wp-pagenavi{
     text-align: right;
    margin-top: 10px;
}
.wp-pagenavi span, .wp-pagenavi a {
    padding: 4px 10px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: black;
    color: white;
}
#catalog_item h2{
    font-family: Oswald, sans-serif;
    font-size: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
#catalog_item h2 span{
    font-size: 14px;
    padding-left: 20px;
}
body.archive .all_lowerpage_wrap #catalog_item h3.fr2-listItem__productName,body.single .all_lowerpage_wrap h3.fr2-listItem__productName{
    font-size: 1.4rem;
    margin-bottom: 8px;
    text-align: left;
}
body.post-type-archive-catalog .photo_container, body.single-catalog .photo_container{
   padding-bottom: 30px; 
}
#lookbook .lookbook-filter{
    background: none;
}
p.lookbook-title {
    margin-right: 5px;
    display: inline-block;
    text-decoration: underline;
}
.report_div{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.report_div li.report_img{
    width: 23%;
    margin: 1%;
}
.report_div li.report_img img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.single-top-img img{
    width: 100%;
    height:auto;
}
body.single .report_single_contents{
    text-align: center;
}
body.single .news_single_contents .report_div p,body.single .news_single_contents .report_div img{
    margin-bottom: 0;
}
@media screen and (max-width:768px) {
#header {
    height: 21.03333vw!important;
}
  #header .header-nav>ul li {
      margin-right: 0
  }
    .report_div li.report_img{
        width: 31.3%;
    }
    body.single .news_single_contents .report_div img{
    height: 110px;
    }
    #header .brand-logo {
    width: calc(80px / 2);
    height: calc(80px / 2);
}
    #header .header-bottom {
    height: 10.46667vw;
}
    #header .brand-logo {
    height: 10.66667vw;
    width: 10.66667vw;
}
    .inner p.new img{
        width: 70%;
        
    }
}

#header .header-nav>ul .header-nav-mypage a {
    font-weight: 600!important;
}
#header .gnav .gnav-item>a {
    line-height: 50px;
}
@media screen and (max-width:768px) {
#header .company-logo {
    width: 50vw;
}
    #header .header-top>.container{
         height: 10.46667vw;
    }
    p.lookbook-title {
    font-size: 12px;
}
}

#firstview .firstview-bg, #firstview .firstview-bg-sp {
        background-position: top center
}
#firstview .firstview-copy{
    display: none;
}
#footer {
    background-color: #efefef;
}
#footer .footer-left dt.active, #footer .footer-left dt:hover, #footer .footer-left dt {
    border-bottom: none
}
#footer .footer-left dd:before {
    width: 15px;
    opacity: 0.4;
}
@media screen and (max-width:768px) {
#footer .footer-left dt, #footer .footer-left dt.active, #footer .footer-left dt:hover {
    border-bottom: none
}
#footer .footer-left .js-footer-nav {
   border-bottom: 1px solid #ffffff;
}
}
#gender {
    margin-bottom: 35px;
}
#gender .gender-mens {
    width: 43%;
    margin: 50px 0 0;
}
@media screen and (max-width:768px) {
#gender {
    margin-bottom: 0;
}
#gender .gender-ladies, #gender .gender-mens {
    height: 30vh;
    width: auto;
}
#gender .gender-mens {
    margin: 0;
}
    #gender .gender-ladies .gender-img img{
     object-fit: cover;
    height: 30vh
    }
#gender .gender-copy {
    font-size: 6vw;
    letter-spacing: .15em;
}
#gender .gender-copy span {
    font-size: 2.03333vw;
}
}
#collection {
    margin-bottom: 240px;
    height: 70rem;
}
#collection .collection-name {
    line-height: 1.4;
}
#collection .collection-title {
    margin-bottom: 55px;
    letter-spacing: .06em;
}
#collection .collection-copy {
    font-weight: 600;
}

@media screen and (max-width:768px) {
   #collection{
        margin-bottom: 0;
       height: auto;
    }
#collection .container {
    width: 100%;
    margin-top: 8px;
}
#collection .collection-content {
    padding: 10.66667vw 0;
    margin: 0 auto;
    width: 90%
}
#collection .collection-name {
    font-size: 5.73333vw;
    line-height: 1.3;
}
#collection .collection-copy {
    line-height: 1.8;
    text-align: left;
    font-size: 3.23333vw
}
    #collection .collection-copy br{
        display: none;
    }
}
#catalog .catalog-title, #movie .movie-title {
    letter-spacing: .1em;
}
#movie .movie-title {
    right: -4.4em;
    bottom: 2em;
}
#catalog .catalog-content {
    right: 4vw
}
#catalog .catalog-title {
    margin-bottom: 25px
}
#catalog .catalog-name {
    line-height: 1.5;
    margin-bottom: 20px;
}
#catalog .catalog-copy {
    margin-bottom: 40px
}
@media screen and (max-width:768px) {
    #movie .container {
    width: 90%;
}
#catalog {
    background-position: top 0 right -50px;
}
#catalog .catalog-title {
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}
#catalog .catalog-name {
    font-size: 3.16667vw;
    line-height: 1.5;
}
#catalog .catalog-link {
    letter-spacing: 0.1em;
    font-size: 4.06667vw;
}
    #catalog .catalog-copy {
        margin-bottom: 20px;
    }
}
#lookbook .lookbook-heading {
    left: -10.1em;
}
#lookbook .lookbook-title {
    font-size: 6rem;
    margin: 0 .5em 0 1em;
}
#lookbook .lookbook-name {
    font-size: 19px;
    font-size: 2.4rem;
    letter-spacing: 0.13em;
    line-height: 1.3;
        margin-top: 2px;
}
#lookbook .lookbook-link {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    margin-top: 8px;
}
#lookbook .lookbook_more{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Oswald,sans-serif;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 85px;
    line-height: 45px;
    width: 175px;
    height: 45px;
}
#lookbook .lookbook-content-item--1 .lookbook-wrap:first-of-type{
  margin-left: 18%;  
}
#lookbook .lookbook-content-item--4 .lookbook-wrap:first-of-type{
     width: 100%;
    margin-right: 20%;   
}
#lookbook .lookbook-wrap:hover {
    opacity: 1;
}
#lookbook .lookbook-content-item--4 .lookbook-wrap:nth-of-type(2n) {
    width: 80%;
    margin-right: 20%;
}
    #lookbook .loolbook_more{
        line-height: 9.06667vw;
        width: 66.66667vw;
        height: auto;
    }
    #lookbook .loolbook_more{
        line-height: 50px;
        width: 220px;
        height: 50px;
        margin: 50px auto 0;
        font-size: 2rem;
    }
#topics .topics-list-item{
        width: 40.875%;
}
@media screen and (max-width:768px) {
    #lookbook .lookbook-title{
      font-size: 6.66667vw;  
    }
    #topics .topics-list-item{
        width: 100%;
    }
#lookbook .lookbook-name {
    font-size: 3.26667vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}
    #lookbook .lookbook-name br{
        display: none;
    }
#lookbook .lookbook-link {
    font-size: 4.06667vw;
    letter-spacing: 0.1em;
    height: auto;
   margin: 1% 1% 20px;
}
    #lookbook .loolbook_more{
        line-height: 9.06667vw;
        width: 66.66667vw;
        height: auto;
    }
    #lookbook .lookbook-content-sp-item .lookbook-img{
     width: 100%;   
    }
}
#ranking .ranking-title {
    letter-spacing: .1em
}
#ranking .fr2-listItem__productName{
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 15px 0 0;
}
#ranking .fr2-listItem__productName br{
    display: none;
}
#news .news-list-item {
    width: 21.66667%
}
#news .news-list-title {
    letter-spacing: 0.05em;
}
#news .news-list-date {
    padding: 5px 0;
}

@media screen and (max-width:768px) {
#news .news-list-title {
    margin-top: 0;
}
    #news .news-list-item{
        width: 100%;
    }
#topics {
    margin-bottom: 10vw
}
    #ranking .fr2-listItem a:before{
    width: 30px;
    height: 30px; 
    left: -10px;
    }
    #ranking .fr2-listItem__productName{
     font-size: 1.3rem;
    line-height: 1.5;
    margin: 10px 0 0;   
    }
    #topics .topics-list-item:nth-of-type(1) img, #topics .topics-list-item:nth-of-type(2) img {
        height: 35vh;
        }
}
#about .about-left {
    margin-top: 50px;
}
#about .about-copy {
    font-size: 1.5rem;
}

@media screen and (max-width:768px) {

#about .about-left{
         margin-top: 0;
    }
#about .about-copy {
    font-size: 1.3rem;
    line-height: 1.7;
}
 #catalog .catalog-title,#lookbook .lookbook-title,#ranking .ranking-title,#news .news-title,#topics .topics-title,#about .about-title{
    letter-spacing: .12em;
    border-bottom: 2px solid #000000;
}
}
body.archive .all_lowerpage_contents, body.page .all_lowerpage_contents, body.single .all_lowerpage_contents {
    padding: 50px 0 0;
}
body.archive .breadcrumb_biki, body.page .breadcrumb_biki, body.single .breadcrumb_biki {
    margin: 18px 0 0;
}
@media screen and (max-width:480px) {
body.archive .all_lowerpage_contents, body.page .all_lowerpage_contents, body.single .all_lowerpage_contents {
    padding: 40px 0 0
}
}
body.archive .news_section_div section .news_txt, body.single .news_section_div section .news_txt {
    letter-spacing: .0;
}
.single-top-img{
    text-align: center;
}
body.archive .news_single_contents img, body.archive .news_single_contents p, body.single .news_single_contents img, body.single .news_single_contents p {
    line-height: 1.7;
}
body.archive .news_contents, body.single .news_contents {
    padding-bottom: 200px
}

@media screen and (max-width:480px) {
body.archive .news_contents, body.single .news_contents {
    padding-bottom: 80px
}
body.archive .news_section_div section .news_photo, body.single .news_section_div section .news_photo {
    width: 30%;
}
body.archive .news_section_div section .news_txt, body.single .news_section_div section .news_txt {
    width: 66%;
    font-size: 1.4rem
}
    body.post-type-archive-catalog .photo_container, body.single-catalog .photo_container{
      padding-bottom: 0;  
    }
}
.js-drawer .drawerNavItem dt {
    color: #777;
}

@media screen and (max-width:768px) {
.js-drawer .drawerNavItem dd, .js-drawer .drawerNavItem dt {
    font-size: 3.83333vw;
}
.js-drawer .drawerNavItem dd {
    background-color: #fbfbfb;
}
    body.page .shoplist_area{
          margin: 0 auto 20px;  
    }
    #topics .topics-list-item:nth-of-type(3), #topics .topics-list-item:nth-of-type(4){
        width: 100%;
    }
.js-drawer .js-drawerClose {
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #00000080;
}
}

.slick-next, .slick-prev {
    top: 50%;
}
@media screen and (max-width:768px) {
   .slick-next, .slick-prev {
    top: 35%;
}
    .js-drawer .js-drawer-nav-item.active{
        max-height: 100%;
    }
        .gnav-sp-open{
            height: 10.36667vw;
    }
  #catalog {
          background-attachment: unset;
          background-position: bottom;
    }
}
.photo{
    position: relative;
    overflow: hidden;
}
.photo:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #766219;
    opacity: 0;
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.photo img{
    height: auto;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

/*オンライン用ボタン追加*/
body.page .list li .url {
  background: #000;
  height: 45px;
  line-height: 45px;
  width: 64px;
  text-align: center;
  color: #FFF;
  letter-spacing: .06em;
  display: block
}
@media screen and (max-width:480px) {
  body.page .list li .url {
    width: 30%;
    float: right
	}}
  /*オンライン用ボタン追加*/



/*トピックス用追加*/





/*トピックス用追加*/

/*詳細検索ボタン追加*/
.pc-searchbtn.pc {
    margin-left: 10px;
}
.pc-searchbtn a {
    padding: 2px 14px 4px;
    font-size: 10px;
    color: #000;
}
.pc-searchbtn a i {
   margin-left:6px;
}
li.sp-searchbtn.sp a i {
    color: #000;
}