@charset "utf-8";

* {
    font-family: 'Noto Serif JP', serif;
    box-sizing: border-box;
}

/* ================================================================
  reset
================================================================ */
/* --HTML-- */
html {
  background:#fff;
  color:#311F1F;
  overflow-y:scroll;
  font-size: 62.5%;
}

/* --BODY-- */
body {
  margin:0;
  overflow:visible;
  padding:0;
}

/* --OTHER TAGS-- */
a img, img { 
  border:0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
  margin:0;
  padding:0;
}

abbr, acronym {
  border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style:normal;
  font-weight:normal;
}

caption, th {
  text-align:left;
}

code, kbd, pre, samp, tt {
  font-family:monospace;
  line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
}

ol, ul {
  list-style:none;
}

q:before, q:after {
  content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family:inherit;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
}

/* tables still need 'cellspacing="0"' */
table {
  border-collapse:collapse;
  border-spacing:0;
}


/* ================================================================
 clearfix
================================================================ */
.section,
.headerWrap,
.headerInner,
.modCategoryList ul,
.itemList ul,
.modCategoryInfo,
.categoryInfo,
.item.section,
.itemImgList,
.itemoInner,
.item .itemInfo ul li,
#footerNav li {
  zoom: 1;
}
.section,
.headerWrap:after,
.headerInner:after,
.modCategoryList ul:after,
.modItemList ul:after,
.modCategoryInfo:after,
.categoryInfo:after,
.item.section:after,
.itemImgList:after,
.itemoInner:after,
.item .itemoInner ul li:after,
#footerNav li:after {
  content: "";
  display: block;
  clear: both;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: 520px;
}

.content_wrapper_01 {
    width: 1200px;
    margin: 0 auto;
}
.content_wrapper_02 {
    width: 1080px;
    margin: 0 auto;
}
.content_wrapper_03 {
    width: 800px;
    margin: 0 auto;
}
.content_wrapper_03 {
    width: 800px;
    margin: 0 auto;
}
.content_wrapper_04 {
    width: 926px;
    margin: 0 auto;
}
.content_wrapper_05 {
    width: 936px;
    margin: 0 auto;
}
.shopstatus {
    border-bottom: 1px solid #BEBEBE;
}
.shopstatus .content_wrapper_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav {
    position: relative;
}
#nav .content_wrapper_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 76px;
}
.gnav_list.pc {
    display: flex;
}
.gnav_list li:not(:last-of-type) {
    margin-right: 46px;
}
.gnav_list > li a {
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #311F1F;
    font-weight: 600;
}
.gnav_logo {
    width: 220px;
}
.gnav_mglist_wrap {
    display: none;
    width: 100%;
    padding: 32px 0 16px;
    /* background: rgba(83,109,54,0.9); */
    background: url(https://www.hozugawaarare.com/online-store/images/parts/bg_gnavi.jpg) no-repeat, #FFFFFF;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 98;
}
.lnkwht  .gnav_mglist_wrap .gnav_mglist.txttype li a {
    padding: 8px;
    text-align: center;
    color: #311F1F;
    background: #FFFFFF;
}
.lnkwht a.mgtrggt {
    pointer-events: none;
}
.gnav_list .gnav_mglist {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
}
.gnav_list .gnav_mglist > li {
    margin-right: 0;
    margin-bottom: 20px;
}
.gnav_list .gnav_mglist > li a {
    display: block;
    width: 207px;
    height: 150px;
    margin-bottom: 10px;
}
.gnav_list .gnav_mglist.txttype.prdcthard > li a {
    display: block;
    width: 207px;
    height: 150px;
    margin-bottom: 6px;
}
.gnav_list .gnav_mglist > li a img {
    width: 207px;
    height: 150px;
    background: #FFFFFF;
    object-fit: contain;
}
.gnav_mglist_name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #311F1F;
}
.gnav_list .gnav_mglist.txttype > li a {
    display: block;
    width: 207px;
    height: auto;
    margin-bottom: 6px;
    color: #FFFFFF;
}
.gnav_list .gnav_mglist.txttype.prdcthard > li a {
    display: block;
    width: 164px;
    height: auto;
    margin-bottom: 6px;
}
.shopstatus ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 56px;
}
.shopstatus ul li a {
    color: #FFFFFF;
}
.shopstatus ul li:first-of-type {
    margin-right: 32px;
}
.shopstatus_cart {
    position: relative;
}
.shopstatus_cart img {
    width: 24px;
}
.cart_num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F7B000;
    position: absolute;
    right: -12px;
    bottom: 0;
}
.cart_num span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}
.shopstatus_avatar img {
    width: 24px;
}
.officialsite {
    padding: 10px 28px;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    background: #F7B000;
}
.search_form {
    display: flex;
    align-items: center;
}
.search_box {
    width: 196px;
    margin-right: 6px;
    padding: 0 4px 4px 4px;
    font-size: 13px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #311F1F;
    border-left: none;
}
.search_box:focus-visible {
    outline: none;
}
.search_btn {
    width: 14px;
    border: none;
    background: none;
    cursor: pointer;
}
::placeholder {
    font-size: 12px;
    color: #BEBEBE;
}
.breadc {
    margin-top: 24px;
}
.breadc_list {
    display: flex;
    margin-bottom: 16px;
    font-size: 12px;
}
.breadc_list li:not(:last-of-type) {
    margin-right: 16px;
}
.breadc_list li:not(:last-of-type)::after {
    content: ">";
    margin-left: 16px;
}
#mv {
    width: 100vw;
    margin: 0 auto 96px;
    overflow: visible;
}
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(20%);
    -moz-filter: opacity(20%);
    -o-filter: opacity(20%);
    -ms-filter: opacity(20%);
    filter: opacity(20%);
    transition: 0.2s linear;
  }
h3.b_h3 {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}


#news,#recommend,#ranking,#products,#detail {
    margin-bottom: 136px;
}
#news .news_list li {
    display: flex;
    padding: 18px 0;
    font-size: 14px;
    border-bottom: 1px solid #BEBEBE;
}
#news {
    position: relative;
}
#news .bg_ine {
    position: absolute;
    right: 0;
    width: 436px;
    top: -267px;
    z-index: -1;
}
#news .news_list li .news_date {
    width: 74px;
    margin-right: 40px;
}
#news .news_list li .news_title {
    width: 686px;
}

#news .news_list li .news_title p {
    line-height: 170%;
}

#recommend .recommend_list, #ranking .ranking_list {
    display: flex;
    flex-wrap: wrap;
}
#recommend .recommend_list li a, #ranking .ranking_list li a, #products .products_list li a {
    display: block;
    width: 246px;
    height: 246px;
    margin-bottom: 12px;
    transition: .2s;
}
#recommend .recommend_list li a:hover, #ranking .ranking_list li a:hover, #products .products_list li a:hover {
    opacity: 0.6;
}
#recommend .recommend_list li a img, #ranking .ranking_list li a img, #products .products_list li a img {
    width: 246px;
    height: 246px;
    object-fit: contain;
    border: 1px solid #CECECE;
}
#ranking .ranking_list li a {
    position: relative;
}
#ranking .ranking_list li:first-of-type a::before {
    content: "";
    display: block;
    width: 34px;
    height: 72px;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/rank_1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 8px;
}
#ranking .ranking_list li:nth-child(2) a::before {
    content: "";
    display: block;
    width: 34px;
    height: 72px;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/rank_2.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 8px;
}
#ranking .ranking_list li:nth-child(3) a::before {
    content: "";
    display: block;
    width: 34px;
    height: 72px;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/rank_3.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 8px;
}
#ranking .ranking_list li:nth-child(4) a::before {
    content: "";
    display: block;
    width: 34px;
    height: 72px;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/rank_4.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    right: 8px;
}

.listproduct_name {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.listproduct_price {
    font-size: 14px;
    text-align: center;
}

#products .products_list {
    display: flex;
    flex-wrap: wrap;
}

#products .products_list li {
    width: 246px;
}


#contact {
    padding: 64px 0 80px;
    background:  url(https://www.hozugawaarare.com/online-store/images/parts/bg_contact.jpg) center center no-repeat;
    background-size: cover;
}
.contact_logo {
    width: 220px;
    margin: 0 auto 48px;
}
.contact_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_tel_box {
    display: flex;
    align-items: center;
}
.contact_tel_img {
    width: 36px;
    margin-right: 24px;
}
.contact_tel_ttl {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
}
.contact_tel_num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
}
.contact_form_link a {
    padding: 20px 48px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #536D36;
}
footer .footer_info {
    padding: 64px 0;
    border-bottom: 1px solid #BEBEBE;
}
footer .footer_info_list {
    display: flex;
    justify-content: space-between;
}
footer .footer_info_list li {}
footer .footer_info_hdr {
    margin-bottom: 12px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 600;
    border-left: 4px solid #536D36;
}
footer .footer_info_list li:last-of-type .footer_info_hdr {
    margin-bottom: 12px;
}
footer .footer_info_dtl {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.66;
}
footer .footer_info_link {
    display: flex;
    justify-content: flex-end;
}
footer .footer_info_link a {
    display: inline-block;
    padding: 4px 18px 4px 2px;
    font-size: 12px;
    border-bottom: 1px solid #311F1F;
    position: relative;
    transition: .3s;
}
footer .footer_info_link a::before{
    content: '';
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 12px;
    height: 1px;
    background: #311F1F;
    transition: .3s;
}
footer .footer_info_link a::after{
    content: '';
    position: absolute;
    bottom: 8px;
    right: 0;
    width: 6px;
    height: 1px;
    background: #311F1F;
    transform: rotate(38deg);
    transition: .3s;
}
footer .footer_info_link a:hover{
    color: #F7B000;
    border-bottom: 1px solid #F7B000;
}
footer .footer_info_link a:hover::before{
    background: #F7B000;
    right: -2%;
}

footer .footer_info_link a:hover::after{
    background: #F7B000;
    right: -2%;
}
footer .copy {
    padding: 8px 0;
    text-align: center;
    font-size: 10px;
}



/* 一覧 */
h2.archive_h2 {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 5px;
    writing-mode: vertical-rl;
    line-height: 1;
    position: relative;
}
h2.archive_h2::before {
    content: "";
    display: block;
    width: 23px;
    height: 13px;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/dec_b_top.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -38px;
}
h2.archive_h2::after {
    content: "";
    display: block;
    width: 23px;
    height: 13px;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/dec_b_bottom.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -38px;
}
.archive_line {
    content: "";
    display: block;
    width: 5px;
    height: 114%;
    background: #FFEBBD;
    position: absolute;
    top: -8%;
    right: -10px;
    z-index: -1;
    transform-origin: top;
    transform: scaleY(0);
    animation: line 1s .3s forwards;
}
.archive_line_2 {
    content: "";
    display: block;
    width: 2px;
    height: 114%;
    background: #FFEBBD;
    position: absolute;
    top: -8%;
    right: -14px;
    z-index: -1;
    transform-origin: top;
    transform: scaleY(0);
    animation: line 1s .3s forwards;
}
@keyframes line {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(100%);
    }
}
#cm {
    margin-bottom: 96px;
}
.archive_cat_area {
    display: flex;
    justify-content: center;
    padding: 88px 0;
    text-align: center;
    background: url(https://www.hozugawaarare.com/online-store/images/parts/bg_cat.jpg) no-repeat;
    background-size: cover;
}
#products .products_list {
    margin-bottom: 54px;
}

.sort_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 36px;
}
.sort_icon {
    width: 11px;
    margin-right: 24px;
}
.sort_list {
    display: flex;
}
.sort_list li {
    font-size: 12px;
}
.sort_list li:not(:last-of-type) {
    margin-right: 24px;
}
.page_list {
    display: flex;
    justify-content: center;
}
.page_list li:not(:last-of-type) {
    margin-right: 18px;
}
.page_list li a {
    display: flex;
    width: 32px;
    height: 32px;
    font-size: 12px;
    font-weight: 600;
    color: #BEBEBE;
    border: 1px solid #BEBEBE;
    justify-content: center;
    align-items: center;
}
.page_list li.active a {
    color: #FFFFFF;
    border: 1px solid #F7B000;
    background: #F7B000;
}


/* 商品詳細 */
.product_box {
    display: flex;
    justify-content: space-between
}
.product_box_imgs {
    width: 480px;
}
/* .product_box_imgs {
    width: 496px;
} */
.product_box_main {
    margin-bottom: 24px;
}
.product_box_imgs img {
    border: 1px solid #CECECE;
}
.product_box_imgs_list {
    display: flex;
    flex-wrap: wrap;
}
.product_box_imgs_list li {
    width: 108px;
    height: 108px;
    margin-bottom: 15px;
}
.product_box_imgs_list li img {
    border: 1px solid #CECECE;
}
.product_box_imgs_list li:not(:nth-child(4n)) {
    margin-right: 16px;
}
.product_box_detail {
    width: 416px;
    padding-top: 22px;
}
/* .product_box_detail {
    width: 460px;
} */
.product_box_title {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.product_box_info {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.88;
}
.product_box_table {
    margin-bottom: 32px;
    border-collapse: collapse;
}
.product_box_table th, .product_box_table td {
    padding: 14px 0 14px 0;
    font-size: 14px;
    border-bottom: 1px solid #BEBEBE;
    line-height: 1.66;
    letter-spacing: 0.6px;
}
.product_box_table th {
    width: 106px;
    vertical-align: top;
    font-weight: 700;
}
.product_box_table td {
    width: 294px;
}
.product_box_price,.product_box_count {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-size: 14px;
}
.product_box_price {
    margin-bottom: 24px;
}
.product_box_count {
    margin-bottom: 48px;
}
.product_box_count input {
    width: 64px;
    padding: 4px 8px;
    text-align: right;
}
.product_box_price_sub {
    display: inline-block;
    margin-right: 16px;
}
.product_box_price_num {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -5px;
    font-size: 24px;
    color: #EC0000;
    font-weight: 600;
    letter-spacing: 1px;
}
.product_box_btns {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product_box_btn.pb_cart {
    margin-bottom: 24px;
    color: #FFFFFF;
    background: #F7B000;
}
.product_box_btn.pb_contact a {
    display: block;
    width: 240px;
    padding: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #536D36;
    background: #FFFFFF;
    border: 1px solid #536D36;
    transition: .4s;
}
.product_box_btn.pb_contact a:hover {
    color: #FFFFFF;
    background: #536D36;
    border: 1px solid #536D36;
}
.c-btn-cart {
    margin-bottom: 24px;
    color: #FFFFFF;
    background: #F7B000;
    width: 240px;
    padding: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: .4s;
}
.c-btn-cart:hover {
    background: #d69a00;
}

.slider-area img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  .slider-area {
    overflow: hidden;
    width: 100%;
    margin: auto;
  }
   .slider-item img {
       width: 480px;
       height: 480px;
       padding: 16px;
       object-fit: contain;
   }
  .thumnail .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-flow: row wrap;
  }
  .thumnail .slick-slide:not(:nth-child(4n)) {
      margin-right: 16px;
  }
  .thumnail .slick-slide {
      display: block!important;
      float: none !important;
      flex: 0 0 108px;
      height: 108px;
      margin-bottom: 16px;
      cursor: pointer;
  }
  .thumnail .slick-slide img {
    width: 108px;
    height: 108px;
    padding: 6px;
    object-fit: contain;
  }
  .slick-slider {
      margin-bottom: 16px;
  }
  .slick-track:before, .slick-track:after {
      display: none !important;
  }
#detail {
    position: relative;
}
.bg_ine {
    width: 32%;
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: -1;
    opacity: 0.6;
}
#privacy, #policy {
    padding: 72px 0;
}
#privacy h2 {
    margin-bottom: 24px;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-left: 4px solid #536D36;
}
#policy h2 {
    margin-bottom: 24px;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-left: 4px solid #536D36;
}
#policy h3 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}
#policy p {
    line-height: 1.88;
}
#policy .content_wrapper_02 {
    font-size: 14px;
}
.prv_sec:not(:last-of-type) {
    margin-bottom: 40px;
}
.prv_table {
    width: 100%;
}
.prv_sec .prv_table:not(:last-of-type) {
    margin-bottom: 24px;
}
.prv_table th, .prv_table td {
    padding: 8px 0;
    font-size: 14px;
}
#payment .prv_table th, #payment .prv_table td {
    border: 1px solid #dddddd;
    padding: 24px;
}
#delivery .prv_table th, #delivery .prv_table td {
    border: 1px solid #dddddd;
    padding: 24px;
}
#legal .prv_table th {
    font-weight: 600;
}
#legal .prv_table th, #legal .prv_table td {
    padding: 24px 36px 24px 0;
}
.prv_table th {
    white-space: nowrap
}
.prv_table td {

}
.prv_table td .payment_img {
    width: 24px;
}
.serchresult_p {
    font-size: 16px;
    margin-bottom: 32px;
}
.serchresult_p span {
    font-weight: 700;
}

.top_banner {
    text-align: center;
    margin-bottom: 135px;
}

.top_banner img{
    width: 800px;
}

/* PC */
@media screen and (min-width:751px) {
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
    .gnav_list .gnav_mglist > li:not(:nth-child(4n)) {
        margin-right: 24px;
    }
    .gnav_list .gnav_mglist > li:nth-child(4n) {
        margin-right: 0;
    }
    .gnav_list .gnav_mglist.txttype.prdcthard > li:not(:last-of-type) {
        margin-right: 16px;
    }
    .gnav_list .gnav_mglist.txttype.prdcthard > li:last-of-type {
        margin-right: 0;
    }
    #products .products_list li:not(:nth-child(4n)),#recommend .recommend_list li:not(:nth-child(4n)), #ranking .ranking_list li:not(:nth-child(4n)) {
        margin-right: 32px;
    }
    #products .products_list li {
        margin-bottom: 36px;
    }
    .bg_ine {
        width: 32%;
        position: absolute;
        right: 0;
        bottom: 20%;
        z-index: -1;
        opacity: 0.6;
    }
}

/* SP */
@media screen and (max-width:750px) {
    header {
        width: 100%;
        background: #FFFFFF;
        position: fixed;
        top: 0;
        z-index: 99;
        border-bottom: 1px solid #311F1F;
    }
    header.open {
        height: 100%;
        overflow: scroll;
    }
    .bg_ine {
        width: 70%;
        position: absolute;
        right: 0;
        top: 20%;
        z-index: -1;
        opacity: 0.6;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .gnav_list.pc {
        display: none;
    }
    #news, #recommend, #ranking, #products, #detail {
        margin-bottom: calc(100vw *  144 / 750);
    }
    #nav {
        display: none;
        padding: calc(100vw *  48 / 750) 0;
    }
    #nav .content_wrapper_01 {
        flex-direction: column;
        width: 100%;
        height:auto;
    }
    .shopstatus .content_wrapper_01  {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 96%;
    }
    .shopstatus .content_wrapper_01 .gnav_logo {
        width: calc(100vw *   320 / 750);
    }
    .gnav_list {
        flex-direction: column;
        width: 100%;
        margin-bottom: calc(100vw *  48 / 750);
    }
    .gnav_list li:not(:last-of-type) {
        margin-right: 0;
    }
    .gnav_list > li a, .gnav_list li span {
        display: block;
        width: 100%;
        padding: calc(100vw *  18 / 750) 0;
        text-align: center;
        font-size: calc(100vw *  26 / 750);
    }
    .shopstatus_cart img, .shopstatus_avatar img {
        width: calc(100vw *  44 / 750); 
    }
    .shopstatus ul li:first-of-type {
        margin-right: calc(100vw *  42 / 750); 
    }
    .shopstatus ul li:nth-child(2) {
        margin-right: calc(100vw *  20 / 750); 
    }
    .hum {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 11.8vw;
        height: 11.8vw;
        text-align: center;
        padding: 1.9vw 2.2vw;
        background: #FFFFFF;
        border-radius: 0.3vw;
    }
    .hum_in span {
        display: block;
        width: 6.6vw;
        height: 0.6vw;
        background: #3d3a39;
        border-radius: 0.3vw;
        transform: rotate(0deg),translateY(0);
        opacity: 1;
        transition: .2s;
    }
    .hum_in span:not(:last-of-type) {
        margin-bottom: 1.6vw;
    }
    .hum.open .hum_in span:first-of-type {
        transform: translateY(2.2vw) rotate(45deg);
    }
    .hum.open .hum_in span:nth-child(2) {
        opacity: 0;
    }
    .hum.open .hum_in span:last-of-type {
        transform: translateY(-2.2vw) rotate(-45deg);
    }
    .gnav_list .gnav_mglist.sp {
        flex-direction: column;
        width: 100%;
        padding: calc(100vw *  16 / 750) 0; 
    }
    .mgtrggt {
        font-weight: 700;
    }
    .gnav_list .gnav_mglist {
        width: 100%;
        flex-direction: column;
        padding: calc(100vw * 8 / 750) 0;
    }
    .gnav_list .gnav_mglist > li {
        margin-bottom: 0;
    }
    .gnav_list .gnav_mglist.txttype > li a {
        display: block;
        width: 100%;
        padding: calc(100vw * 18 / 750) 0;
        text-align: center;
        font-size: calc(100vw * 26 / 750);
        color: #311F1F;
    }
    .gnav_list .gnav_mglist > li a {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        padding: calc(100vw * 12 / 750) 0;
        text-align: center;
        font-size: calc(100vw * 26 / 750);
    }
    .gnav_mglist_wrap {
        display: none;
        padding: 0;
        position: relative;
        transform-origin: top;
    }
    #nav form {
        margin-bottom: calc(100vw *  48 / 750);
    }
    .officialsite {
        margin-bottom: calc(100vw *  48 / 750);
    }
    .content_wrapper_01, .content_wrapper_02, .content_wrapper_03 , .content_wrapper_04, .content_wrapper_05 {
        width: 90%;
        margin: 0 auto;
    }
    h3.b_h3 {
        /* margin-bottom: calc(100vw * 48 / 750);
        font-size: calc(100vw *  36 / 750); */
        margin-bottom: calc(100vw * 40 / 750);
        font-size: calc(100vw * 34 / 750);
    }

    .shopstatus ul {
        height: calc(100vw * 112 / 750);
    }
    .listproduct_name {
        font-size: calc(100vw *  24 / 750);
    }
    #news .bg_ine {
        width: 60%;
        top: -66%;
    }
    .breadc {
        margin-top: calc(100vw * 140 / 750);
    }
    /* INDEX */
    #news .news_list li {
        flex-direction: column;
        padding: calc(100vw *  24 / 750) 0;
    }
    #news .news_list li .news_date {
        width: 100%;
        margin-right: 0;
        margin-bottom: calc(100vw * 5 / 750);
        font-size: calc(100vw * 22 / 750);
    }
    #news .news_list li .news_title {
        width: 100%;
        font-size: calc(100vw * 24 / 750);
    }
    #mv {
        margin-top: calc(100vw * 136 / 750);
        margin-bottom: calc(100vw * 64 / 750);
    }
    /* 詳細 */
    .product_box_title {
        margin-bottom: calc(100vw *  28 / 750);
        font-size: calc(100vw *  36 / 750);
    }
    .product_box_info {
        margin-bottom: calc(100vw *  36 / 750);
        font-size: calc(100vw *  28 / 750);
    }
    .breadc_list {
        margin-bottom: calc(100vw *  28 / 750);
    }
    .breadc_list li:not(:last-of-type) {
        margin-right: calc(100vw * 16 / 750);
    }
    .breadc_list li:not(:last-of-type)::after {
        margin-left: calc(100vw * 16 / 750);
    }
    .breadc_list li, .breadc_list li a {
        font-size: calc(100vw *  20 / 750);
    }
    .product_box {
        flex-direction: column;
    }
    .product_box_imgs, .product_box_detail {
        width: 100%;
    }
    .slider-item img {
        width: calc(100vw *  675 / 750);
        height: calc(100vw *  675 / 750);
        padding: calc(100vw * 16 / 750);
    }
    .slick-slider {
        margin-bottom: calc(100vw * 25 / 750);
    }
    .thumnail .slick-slide:not(:nth-child(4n)) {
        margin-right: calc(100vw * 25 / 750);
    }
    
    .thumnail .slick-slide {
        width: calc(100vw *  150 / 750);
        height: calc(100vw *  150 / 750);
        flex: 0 0 calc(100vw *  150 / 750);
        margin-bottom: calc(100vw * 25 / 750);
    }
    .thumnail .slick-slide img {
        width: calc(100vw *  150 / 750);
        height: calc(100vw *  150 / 750);
        padding: calc(100vw *  6 / 750);
        object-fit: contain;
    }
    .product_box_table th, .product_box_table td {
        padding: calc(100vw *  22 / 750) calc(100vw *  18 / 750);
        font-size: calc(100vw *  26 / 750);
    }
    .product_box_table th {
        width: 26%;
    }
    .product_box_table td {
        width: 74%;
    }
    .recommend_list li, .ranking_list li, .products_list li {
        margin-right: calc(100vw * 35 / 750);
        margin-bottom: calc(100vw * 32 / 750);
    }
    
    .recommend_list li:nth-child(2n), .ranking_list li:nth-child(2n), .products_list li:nth-child(2n) {
        margin-right: 0;
    }
    #recommend .recommend_list li a, #ranking .ranking_list li a, #products .products_list li a,#recommend .recommend_list li a img, #ranking .ranking_list li a img, #products .products_list li a img {
        width: calc(100vw * 320 / 750);
        height: calc(100vw * 320 / 750);
    }
    .product_box_btn.pb_contact a, .product_box_btn.pb_cart {
        width: calc(100vw *  400 / 750);
        padding: calc(100vw *  20 / 750);
        font-size: calc(100vw *  24 / 750);
    }
    .product_box_btn.pb_cart {
        text-align: center;
    }

    /* 一覧 */
    #products .products_list li {
        width: calc(100vw * 320 / 750);
    }

    #contact {
        padding: calc(100vw * 64 / 750) 0 calc(100vw * 80 / 750);
    }
    .contact_logo {
        width: calc(100vw *  400 / 750);
        margin: 0 auto calc(100vw *  64 / 750);
    }
    .contact_box {
        flex-direction: column;
    }
    .contact_tel_box {
        margin-bottom: calc(100vw * 40 / 750);
    }
    .contact_tel_ttl {
        display: block;
        font-size: calc(100vw *  28 / 750);
        font-weight: 600;
        letter-spacing: calc(100vw *  4 / 750);
    }
    .contact_tel_num {
        font-size: calc(100vw *  60 / 750);
        letter-spacing: calc(100vw *  6 / 750);
    }

    .contact_tel_img {
        width: calc(100vw *  56 / 750);
        margin-right: calc(100vw *  40 / 750);
    }
    .contact_form_link a {
        display: block;
        width: calc(100vw *  540 / 750);
        padding: calc(100vw *  20 / 750) calc(100vw *  38 / 750);
        font-size: calc(100vw *  28 / 750);
    }
    footer .footer_info_list {
        flex-direction: column;
    }
    footer .footer_info_list li {
        margin-bottom: calc(100vw * 48 / 750);
    }
    footer .footer_info_hdr {
        margin-bottom: calc(100vw * 20 / 750);
    }
    footer .footer_info_dtl {
        margin-bottom: calc(100vw * 20 / 750);
    }
    .archive_cat_area {
        padding: calc(100vw * 128 / 750) 0;
    }
    h2.archive_h2::before {
        width: calc(100vw * 36 / 750);
        height: calc(100vw * 22 / 750);
        left: calc(100vw * -2 / 750);
        top: calc(100vw * -28 / 750);
    }
    h2.archive_h2::after {
        width: calc(100vw * 36 / 750);
        height: calc(100vw * 22 / 750);
        left: calc(100vw * -2 / 750);
        bottom: calc(100vw * -28 / 750);
    }
    h2.archive_h2 {
        font-size: calc(100vw * 32 / 750);
        letter-spacing: 5px;
    }

    #privacy, #policy {
        padding: calc(100vw * 180 / 750) 0;
    }
    #policy h2, #privacy h2 {
        margin-bottom: calc(100vw * 32 / 750);
        padding-left: calc(100vw * 16 / 750);
        font-size: calc(100vw * 36 / 750);
    }
    #policy h3 {
        margin-bottom: calc(100vw * 32 / 750);
        font-size: calc(100vw * 32 / 750);
    }
    #policy p {
        font-size: calc(100vw * 26 / 750);
    }
    .prv_table {
        width: 100%;
        border-collapse: collapse;
    }
    .prv_table th {
        margin-bottom: -1px;
    }
    .prv_sec .prv_table:not(:last-of-type) {
        margin-bottom: calc(100vw * 32 / 750);
    }
    .prv_table th, .prv_table td {
        padding: calc(100vw * 20 / 750) 0;
        font-size: calc(100vw * 26 / 750);
        line-height: 1.88;
    }
    #payment .prv_table th, #payment .prv_table td {
        display: block;
        border: 1px solid #eee;
        padding: calc(100vw * 24 / 750) calc(100vw * 30 / 750);
    }
    #delivery .prv_table th, #delivery .prv_table td {
        display: block;
        border: 1px solid #eee;
        padding: calc(100vw * 24 / 750) calc(100vw * 30 / 750);
    }
    #legal .prv_table th {
        font-weight: 600;
    }
    #legal .prv_table th, #legal .prv_table td {
        display: block;
        border: 1px solid #eee;
        padding: calc(100vw * 24 / 750) calc(100vw * 36 / 750);
    }
    .prv_table td .payment_img {
        width: calc(100vw * 32 / 750);
    }
    #cm {
        margin-bottom: calc(100vw * 78 / 750);
    }
    .serchresult_p {
        font-size: calc(100vw * 26 / 750);;
        margin-bottom: calc(100vw * 36 / 750);
    }
    .sort_box {
        margin-bottom: calc(100vw * 36 / 750);
    }
    .top_banner {
        text-align: center;
        margin-bottom: calc(100vw * 144 / 750);
    }
        .top_banner img{
            width: 90%;
    }
}

