@charset "UTF-8";
#header {
    height: 100px
}
#header .header-bottom {
    height: 50px;
}
#header .brand-logo {
    width: calc(240px / 2);
    height: calc(86px / 2);
}
#header .brand-description {
    line-height: 50px;
    max-width: 500px;
}

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

#header .header-bottom .container {
    background: #ffffff;
	border-bottom: 1px solid #fff;
}
#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){
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';
    }
.js-drawer {
    letter-spacing: 0.1em;
	z-index: 2000;
	border:none;
    }

.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: #deb887;
    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 ul {
	background-color: #fff;
	}
.gnav-sp .js-sp-category ul li a {
	color: #000;
	}
}

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


#topics .topics-list-item {
    width: 50%;
    margin-right: 4.16667%;
}
#topics .topics-list-item:last-of-type {
    margin-right: 0;
}

#catalog_item {
    margin-bottom: 150px;
}
#catalog_item h2{
    font-size: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
#catalog_item h2 span{
    font-size: 14px;
}
body.archive .all_lowerpage_wrap 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; 
}
#social .social-link{
    display: inline-block;
    margin: 0 5px;
}
.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: #BFBFBF;
    color: black;
}
@media screen and (max-width:768px) {

  #header .header-nav>ul li {
      margin-right: 0
  }
    #header .brand-logo {
    width: calc(80px / 2);
    height: calc(80px / 2);
}
    #header .header-bottom {
     height: 10.46667vw;
}
    #topics .topics-list-item{
        width:100%;
        margin-right: 0;
    }
}
#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:1024px) {
    #header .gnav .gnav-item{
        margin-right: 0;
    }
}
@media screen and (max-width:768px) {
#header .company-logo {
    width: 50vw;
}
#ranking .fr2-listItem a:before, #ranking .ranking-list-item a:before{
    top: -5px;
    left: -5px;    
    }
    #header .header-top>.container{
         height: 40px;   
    }
    #header .brand-logo {
    width: 22vw;
    height: auto;
    }
}
#firstview {
margin-bottom: 150px
}
#firstview .firstview-bg, #firstview .firstview-bg-sp {
        background-position: top center
}
#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) {
#firstview {
    margin-bottom: 0
}
#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;
}
}
#about .about-copy {
    font-size: 1.2rem;
}
#about .about-copy strong{
    font-size: 16px;
    font-size: 1.6rem;
}
#about .about-links {
	margin-top: 40px;
	border: 1px #000 solid;
    padding: 14px;
	text-align: center;
}
#about .about-links a {
    /* 
	vertical-align: bottom;
    margin-right: 1em;
	*/
    padding-right: 1.3em;
    background-position: 100% 55%;
    text-decoration: none;
}
#about, #social {
    padding-bottom: 190px
}
#about .about-links a img {
    width: 13px;
    vertical-align: middle;
}

/*
#catalog .catalog-content {
top: 48%;}
*/
#catalog .catalog-content {
	top: 37%;
    padding: 20px;
    margin: 0px;
    border: 1px solid #000;
    background: #FFF;
}
#catalog .catalog-title {
    font-size: 3.6rem;
    letter-spacing: .17em;
}
#catalog .catalog-name {
    margin-top: 13px;
    letter-spacing: 0.09em;
    font-family: proxima-nova, sans-serif;
}
#newitem .newitem-viewall,#pickupitem .pickupitem-viewall,#topics .topics-viewall,#news .news-viewall{
    font-size: 1.6rem;
}
section .title span {
    top: 0;
}
#topics .topics-list-title {
    margin-top: 20px;
}
body.page .story_2_A{
        left: 2%;
}
body.page .story_2_C{
        left: 20%;
}
body.page .story_2_B{
        right: 7%;
}
body.page .story_2_F{
    left: 11%;
}
body.page .story_2_E{
    right: 8%;
}
body.page .story_2_I{
    left: 6%;
}
body.page .story_2_H{
   right: 6%; 
}
body.page .story_2_J{
    right: 4%;
}

@media screen and (max-width:768px) {
    #about {
    padding-bottom: 9.33333vw;
    margin-top: 3.33333vw
}
    #about .about-title{
         margin-bottom: 4.03333vw;   
    }
    #about .about-copy{
        text-align: left;
        margin-top: 0;
    }
    #about .about-copy strong{
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    #about .about-copy br{
        display: none;
    }
    #about .about-links{
        margin-top: 5.33333vw;
        text-align: center;
    }
	
#about .about-links a {
    background-position: 100% 60%;
}
	

    #catalog .catalog-title {
    font-size: 7.06667vw;
    text-align: right;
}
    #catalog .catalog-name {
    font-size: 2.93333vw;
    margin: 2vw 0
}
    #catalog .catalog-link {
    font-size: 2.8vw
}
#catalog .catalog-link img{
    width: 3%;
    vertical-align: middle;
}
    #newitem .newitem-viewall,#pickupitem .pickupitem-viewall{
            margin-top: 2.66667vw;
    }
    #about, #social {
    padding-bottom: 60px;
}
    #pickupitem .fr2-listItem__productName, #pickupitem .pickupitem-list-info,#newitem .fr2-listItem__productName, #newitem .newitem-list-info{
            font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-top: 10px;
    text-align: left;
    }
    body.page .all_lowerpage_wrap h3{
        font-size: 2.1rem;
    }
    body.page .history_contents h3 span {
        font-size: 1.8rem;
        padding-top: 15px;
    }
    body.page .sp_picture{
        padding-top: 0;
    }
    body.page .history_section{
           margin: 2em 0;
    }
    body.page .history_contents .txt{
    font-size: 1.4rem;
    line-height: 1.8em;    
    }
}
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: 10px 0 0;
}
@media screen and (max-width:480px) {
body.archive .all_lowerpage_contents, body.page .all_lowerpage_contents, body.single .all_lowerpage_contents {
    padding: 20px 0 0
}
    #header {
    height: 21.03333vw!important;
}
}
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;  
    }

}

.slick-next, .slick-prev {
    top: 50%;
}
@media screen and (max-width:768px) {
    #newitem .newitem-viewall, #pickupitem .pickupitem-viewall, #topics .topics-viewall, #news .news-viewall{
        font-size: 3.2vw;
    }
   .slick-next, .slick-prev {
    top: 35%;
} 
        .js-drawer .js-drawer-nav-item.active{
        max-height: 100%;
    }
    .gnav-sp-open{
            height: 10.36667vw;
    }
    #catalog .container{
        background-position: center;
    }
	
	#catalog .catalog-content {
	top: 28%;
    padding: 20px;
    margin: 0px;
    width: 68%;
    border: 1px solid #000;
	background: #ffffffa8;
	}
}


/*オンライン用ボタン追加*/
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;
}