/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    color: #555;
}
h2 {
    margin-top: 0;
}
.h2-title {
    margin: 5px 0px;
    /*border-bottom: 1px dotted #ccc;
    border-top: 1px solid #ccc;*/
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .h2-title {
        border-top: none;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 17px 0;
        font-size: 32px;
        font-weight: bold;
    }
}
/*=== ヘッダー部 ===*/
.ec-layoutRole__header {
    background-color: #f5f7f7;
}
.ec-headerNaviRole {
    max-width: 1920px;
    padding: 10px 20px;
}
.ec-headerRole {
    padding-top: 0;
}
.ec-layoutRole__header.scroll {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(245,247,247,.7);
    box-sizing: border-box;
    transition: padding .3s;
    animation-name: header-anime;
    animation-duration: 0.3s;
}
@keyframes header-anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ec-headerTitle .ec-headerTitle__title {
    text-align: left;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0;
}
.ec-headerTitle img {
    width: 90px;
    position: relative;
    left: 10px;
}
@media only screen and (min-width: 768px) {
    .ec-headerTitle img {
        width: 120px;
        left: 0;
    }
}
.ec-headerNaviRole__right {
    flex-wrap: wrap;
}
.ec-headerNaviRole_upper,
.ec-headerNaviRole_lower {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
    .ec-cartNavi {
        border-radius: 6px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}
.ec-headerNav .ec-headerNav__itemIcon,
.ec-cartNavi .ec-cartNavi__icon {
    color: #777;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background-color: #fff;
    border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        height: 34px;
    }
}
.ec-drawerRole {
    background-color: #f5f7f7;
}
.ec-itemNav__nav li ul li a {
    background-color: #f5f7f7;
}
.ec-itemNav__nav li ul li a:hover {
    background-color: #ccc;
}
.ec-drawerRole .ec-headerLinkArea {
    background-color: #f5f7f7;
}
.ec-headerNavSP {
    background: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #777;   
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-top: 6px solid #777;
}
.ec-headerSearch .ec-headerSearch__keyword {
    background-color: #fff;   
}
.ec-headerLink__item {
    color: #000 !important;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
    color: #777 !important;
}
.main_visual .slick-slide {
    width: 100%;
    height: 50vh;
    /*background-image: url(/html/user_data/assets/img/top/top-s.png.webp);*/
    background-size: cover;
    background-position: center;
    position: relative;
}
#slide1 {
    background: url(/html/user_data/assets/img/slide/slide1s.webp);
    background-position: center;
    background-repeat: no-repeat;
}
#slide2 {
    background: url(/html/user_data/assets/img/slide/slide2s.webp);
    background-position: center;
    background-repeat: no-repeat;
}
#slide3 {
    background: url(/html/user_data/assets/img/slide/slide3s.webp);
    background-position: center;
    background-repeat: no-repeat;
}
#slide4 {
    background: url(/html/user_data/assets/img/slide/slide4s.webp);
    background-position: center;
    background-repeat: no-repeat;
}
#name-top {
    width: fit-content;
    height: fit-content;
    font-family: ‘Noto Sans JP’, sans-serif;
    font-weight: 900;
    font-size: 13vw;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #737373;
    position: absolute;
    top: -60px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media (max-width: 576px) and (orientation: portrait) {
  .slide {
    height: 70vh;
  }
}
@media only screen and (min-width: 568px) {
    .main_visual .slick-slide {
        height: calc(100vh - 137px);
        /*background-image: url(/html/user_data/assets/img/top/top.png.webp);*/
        background-size: cover;
        margin-bottom: 30px;
    }
    #slide1 {
        background: url(/html/user_data/assets/img/slide/slide1.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #slide2 {
        background: url(/html/user_data/assets/img/slide/slide2.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #slide3 {
        background: url(/html/user_data/assets/img/slide/slide3.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #slide4 {
        background: url(/html/user_data/assets/img/slide/slide4.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #name-top {
        top: -80px;
    }
}
@media only screen and (min-width: 768px) {
    .main_visual .slick-slide {
        height: calc(100vh - 137px);
        /*background-image: url(/html/user_data/assets/img/top/top.png.webp);*/
        background-size: cover;
        margin-bottom: 60px;
    }
    #slide1 {
        background: url(/html/user_data/assets/img/slide/slide1.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #slide2 {
        background: url(/html/user_data/assets/img/slide/slide2.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #slide3 {
        background: url(/html/user_data/assets/img/slide/slide3.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #slide4 {
        background: url(/html/user_data/assets/img/slide/slide4.webp);
        background-repeat: no-repeat;
        background-position: center;
    }
    #name-top {
        font-size: 14vw;
        top: -80px;
    }
}
@media only screen and (min-width: 1024px) {
    #name-top {
        font-size: 13vw;
        top: -80px;
    }
}
@media only screen and (min-width: 1600px) {
    #name-top {
        font-size: 9.5vw;
        top: -80px;
    }
}
@media only screen and (min-width: 1921px) {
    .main_visual .slick-slide {
        height: 864px;
        background-size: cover;
        margin-bottom: 60px;
    }
    #name-top {
        font-size: 9.5vw;
        top: -100px;
    }
}
.ec-eyecatchRole .ec-eyecatchRole__image {
    margin-top: 20px;   
}
@media only screen and (min-width: 768px) {
    .ec-eyecatchRole .ec-eyecatchRole__image {
        margin-top: 78px;
    }
}
/*===コンテンツ===*/
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1920px;
}
.ec-layoutRole__mainBottom {
    max-width: 1280px;
    margin: 0 auto;
}
.cate-text{
    margin: 8px 0;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}
.ec-blockBtn--top,
.ec-inlineBtn--top {
    background-color: #777;
    border: 1px solid #777;
}
.ec-blockBtn--top:hover,
.ec-inlineBtn--top:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
    .cate-text{
        margin: 20px 0 0;
    }
}
.ec-inlineBtn--top {
    background-color: #737373;
    border: 1px solid #737373;
}
/*===カテゴリー===*/
.ec-itemNav__nav li a {
    background: transparent;
}
/*===スライダー===*/
.ec-sliderRole {
    max-width: 100%;
    padding: 0;
    position: relative;
}
.slick-prev, .slick-next {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    z-index: 998;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
@media only screen and (min-width: 768px) {
    .slick-prev, .slick-next {
        width: 36px;
        height: 36px;
    }
    .slick-prev {
        left: 30px;
    }
    .slick-next {
        right: 30px;
    }
}
.slick-prev:before, .slick-next:before {
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    content: '\f053';
}
.slick-next:before {
    content: '\f054';
}
@media only screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
        font-size: 28px;
    }
}
/*=== 商品詳細 ===*/
.desc-ttl {
    width: 100%;
    display: inline-block;
    background-color: #77787B;
    color: #FFF;
    margin-bottom: 10px;
    padding: 5px 13px;
}
/*=== フッター ===*/
.ec-footerRole {
    background-color: #f5f7f7;
}
.ec-footerNavi, .ec-footerTitle {
    color: #000;   
}