/* hover
=================================================================== */
/* ================================================ vw vh */
/* common
=================================================================== */
/* layout
=================================================================== */
/* imgCover
=================================================================== */
/* mask
=================================================================== */
/* background
=================================================================== */
/* flex
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* textTate
=================================================================== */
/* form
=================================================================== */
/* =================================================================== hover anime */
@-webkit-keyframes pop-hover {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-6deg);
            transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(3deg);
            transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-6deg);
            transform: translate(0, 2px) rotate(-6deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(3deg);
            transform: translate(0, 3px) rotate(3deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes pop-hover-sm {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-1deg);
            transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(0.5deg);
            transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
@keyframes pop-hover-sm {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  10% {
    -webkit-transform: translate(0, 2px) rotate(-1deg);
            transform: translate(0, 2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(0, -6px) rotate(0);
            transform: translate(0, -6px) rotate(0);
  }
  30% {
    -webkit-transform: translate(0, 3px) rotate(0.5deg);
            transform: translate(0, 3px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(0, -3px) rotate(0);
            transform: translate(0, -3px) rotate(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
}
/* =================================================================== slider anime */
@-webkit-keyframes slider-anime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slider-anime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
/*============================================================================================ 1285px */
@media only screen and (max-width: 767px) {
  /* ================================================ vw */
  /* ================================================ vh */
  /* ======================================================================================================== products top */
  .productsTop .productsKv__slider--target {
    min-height: inherit;
    padding-top: min(4.8vw, 18px);
    padding-bottom: min(6.1333333333vw, 23px);
  }
  .productsTop .productsKv .productBlock__infoLeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
  .productsTop .productsKv .productBlock__infoTitle {
    width: auto;
    margin-right: 20px;
  }
  .productsTop .productsKv .pKvDetail {
    margin-top: min(5.3333333333vw, 20px);
  }
  .pKv__cateNav .cateNav__target {
    margin-right: 0;
    padding-right: 15px;
  }
  .productsKv .pKv__cateNav {
    position: relative;
    padding-top: 30px;
    margin-top: 40px;
  }
  .productsKv .pKv__cateNav::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  /* ============================================================= tagSearch__btn */
  .tagSearch__btnWrapper {
    position: relative;
    width: 100%;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }
  .tagSearch__btnWrapper::after {
    display: none;
  }
  .tagSearch__btn {
    width: 100%;
    height: 100%;
  }
  /* --------------------------------------- tagSearch__select */
  .tagSearch__select {
    width: 100%;
    height: 46px;
    font-size: 13px;
    border-radius: 5px;
    padding: 0 25px;
  }
  .selectArrow {
    width: 40px;
  }
  /* ============================================================= tagSearch__section */
  .tagSearch__section {
    padding-right: 0;
  }
  .tagSearch__section--inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .tagSearch__section--inner .articleTitle {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .tagSearch__section--inner .cateNav {
    padding-left: 0;
    width: 100%;
    left: 0;
    padding-bottom: 10px;
  }
  .tagSearch__section--inner .cateNav::after {
    display: none;
  }
  /* --------------------------------------- tagSearch cateDot */
  .hashNav .cateDot::after {
    font-size: 14px;
    line-height: 8px;
  }
  /* ======================================================================================================== products detail */
  /* ============================================================================================ pdMain */
  .pdMain {
    position: relative;
  }
  /* ============================================================= pdKv */
  .pdKv {
    position: relative;
    height: 60vh;
    padding-bottom: 40px;
  }
  /* --------------------------------------- pdKv__sticky */
  .pdKv__sticky {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
  }
  /* --------------------------------------- pdKvSlider keenDots */
  .pdKvSlider .keenDots {
    bottom: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 19px;
  }
  .pdKvSlider .keenDot {
    width: 23px;
    height: 23px;
  }
  .pdKvSlider .keenDot::after {
    width: 4px;
    height: 4px;
  }
  .pdKvSlider .keenDot svg {
    width: 12px;
    height: 12px;
  }
  /* ============================================================= pdKvConcept */
  /* --------------------------------------- pdKvConcept__text */
  .pdKvConcept__textList {
    padding: 0 15px 19px;
  }
  .pdKvConcept__text--p {
    font-size: min(3.7333333333vw, 14px);
    letter-spacing: 0.2em;
    margin-top: min(1.8666666667vw, 7px);
  }
  .pdKvConcept__text--p > span {
    font-size: min(4vw, 15px);
  }
  .pdKvConcept__textTarget--aside .pdKvConcept__text--p {
    font-size: min(3.2vw, 12px);
    margin-top: min(2.4vw, 9px);
  }
  /* ============================================================= pdKv__section */
  .pdKv__section {
    display: block;
  }
  /* --------------------------------------- pdKvInfo__leaderHeight */
  .pdKvInfo__leaderHeight {
    height: auto;
  }
  /* --------------------------------------- pdKv__sectionInner */
  .pdKv__sectionInner {
    width: 100%;
  }
  /* ============================================================= leaderHeight default pickup */
  /* --------------------------------------- statusTarget */
  .pdKv__section--statusTarget {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: auto;
    right: 0;
    width: 0;
    z-index: 1;
  }
  .pdKvInfo__inner {
    position: relative;
    z-index: 2;
    padding: 0 20px 20px;
  }
  /* --------------------------------------- leaderHeight default */
  .pdKvInfo__leaderHeight, .pdKvInfo__default, .pdKvInfo__pickup {
    width: 100%;
  }
  /* --------------------------------------- pickup */
  .pdKvInfo__pickup {
    height: auto;
    padding: 0;
  }
  /* ============================================================= pdKvInfo__default */
  .pdKvInfo__default .productBlock__infoTitle {
    font-size: 23px;
  }
  .pdKvInfo__default .productBlock__infoDesc {
    font-size: 13px;
    line-height: 1.9;
    display: block;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
    overflow: visible;
  }
  /* --------------------------------------- pdKvInfo__block */
  .pdKvInfo__block {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .pdKvInfo__block .productBlock__infoLeader {
    margin-bottom: 10px;
  }
  .pdKvInfo__block .cateNav__list.hashNav {
    padding-left: 0;
    padding-right: 0;
  }
  .pdKvInfo__block .cateNav__list.hashNav .cateNav__link {
    padding-left: 0;
  }
  .pdKvInfo__default .pdKvInfo__block {
    margin-bottom: 25px;
  }
  /* --------------------------------------- pdKvInfo__block */
  .pdKvInfo__detail {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .pdKvInfo__detail--title {
    width: 110px;
  }
  .pdKvInfo__detail--inner {
    width: calc(100% - 70px);
  }
  /* ============================================================= pdKvInfo__postNav */
  .pdKvInfo__postNav {
    padding-bottom: 20px;
  }
  /* --------------------------------------- pdKvInfo__postNav list */
  .pdKvInfo__postNav--list {
    border-radius: 10px;
  }
  /* --------------------------------------- pdKvInfo__postNav target */
  .pdKvInfo__postNav--target {
    min-height: min(14.6666666667vw, 55px);
  }
  .pdKvInfo__postNav--target::after {
    border-radius: 10px;
  }
  /* --------------------------------------- pdKvInfo__postNav title */
  .pdKvInfo__postNav--title {
    font-size: min(3.4666666667vw, 13px);
  }
  /* ============================================================= pdKvInfo__postTab */
  /* --------------------------------------- online price */
  .pdKvInfo__postTab--price {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .pdKvInfo__postTab .productBlock__infoPrice > span {
    font-size: 13px;
  }
  .pdKvInfo__postTab .productBlock__infoPrice > span.fontEn, .pdKvInfo__postTab .productBlock__infoPrice > span.endMark {
    top: 4px;
  }
  .pdKvInfo__postTab .productBlock__infoPrice > span.fontEn {
    font-size: 24px;
    margin-right: 6px;
  }
  .pdKvInfo__postTab .productBlock__infoPrice > span.endMark {
    font-size: 24px;
    margin-left: 6px;
  }
  /* --------------------------------------- online product__salesInfo */
  .product__salesInfo {
    font-size: 11px;
    margin-top: 12px;
  }
  /* ============================================================= addCart__select */
  .addCart__select--block {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  /* --------------------------------------- addCart__select title */
  .addCart__select--title {
    width: min(29.3333333333vw, 110px);
    font-size: min(3.7333333333vw, 14px);
  }
  /* --------------------------------------- addCart__select */
  .addCart__select--wrapper {
    width: 100%;
  }
  .addCart__select {
    font-size: min(4vw, 15px);
    padding: 15px 18px;
    border-radius: 8px;
  }
  .addCart__select--wrapper .selectArrow {
    width: 45px;
  }
  /* ============================================================= addCartBtn */
  .addCartBtn__wrapper {
    margin-top: 25px;
  }
  .addCartBtn {
    font-size: min(4vw, 15px);
    padding: 25px;
    border-radius: 8px;
  }
  .addCartBtn__title .navText {
    font-size: 15px;
  }
  /* ============================================================= pdKvInfo__pickup */
  .pdKvInfo__pickup .articleTitle {
    margin-bottom: 25px;
  }
  /* --------------------------------------- pdKvInfo__pickup leader */
  .pdKvInfo__pickup--mainBox--leader {
    margin-top: 25px;
    margin-bottom: 55px;
  }
  .pdKvInfo__pickup--leaderTitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .pdKvInfo__pickup--leaderText {
    font-size: 12px;
    padding-left: 0;
  }
  /* --------------------------------------- pdKvInfo__pickup sub */
  .pdKvInfo__pickup--subBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    margin-bottom: 15px;
    min-height: inherit;
  }
  .pdKvInfo__pickup--subBox--img {
    position: relative;
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .pdKvInfo__pickup--subBox--detail {
    width: calc(50% - 12px);
    -ms-flex-item-align: center;
        align-self: center;
    padding-left: 0;
  }
  .pdKvInfo__pickup--subTitle {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 0;
  }
  .pdKvInfo__pickup--subText {
    font-size: 12px;
  }
  /* ============================================================= productsArticle recommend */
  .productsArticle.recommend {
    position: relative;
    padding-top: 40px;
    overflow: hidden;
  }
  .productsArticle.recommend .articleTitle {
    margin-bottom: 25px;
  }
  .productsArticle.recommend .navigation-wrapper {
    position: relative;
    width: calc(100% + 40px);
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .productsArticle.recommend .navigation-wrapper .keen-slider:not([data-keen-slider-disabled]) {
    overflow: inherit;
  }
  /* ======================================================================================================== postForm */
  .postForm dl > dt {
    width: min(29.3333333333vw, 110px);
    font-size: min(3.7333333333vw, 14px);
  }
  .postForm dl > dd {
    width: calc(100% - 110px);
  }
  .postForm dl > dd:after {
    width: 45px;
    mask-size: 14px auto;
    -webkit-mask-size: 14px auto;
  }
  .postForm select {
    font-size: min(4vw, 15px);
    padding: 15px 18px;
    border-radius: 8px;
  }
  .postForm .hv_op {
    min-height: min(13.8666666667vw, 52px);
    border-radius: 8px;
    margin-top: 25px;
  }
  .postForm .hv_op span {
    font-size: min(4vw, 15px);
  }
  .postForm .hv_op > div > span {
    font-size: min(4vw, 15px);
  }
  /* ============================================================================================ pdKv statusTarget */
  .pdKv__img--statusTarget, .pdKv__section--statusTarget {
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.8s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.8s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  /* --------------------------------------- status 1 */
  .status--1 .pdKvConcept__text--p {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  /* --------------------------------------- status 2 */
  .status--2 .pdKv__img--statusTarget, .status--3 .pdKv__img--statusTarget {
    width: 100%;
  }
  .status--2 .pdKvInfo__leaderHeight .pdKv__section--statusTarget, .status--2 .pdKvInfo__default .pdKv__section--statusTarget, .status--2 .pdKvInfo__pickup .pdKv__section--statusTarget, .status--3 .pdKvInfo__leaderHeight .pdKv__section--statusTarget, .status--3 .pdKvInfo__default .pdKv__section--statusTarget, .status--3 .pdKvInfo__pickup .pdKv__section--statusTarget {
    width: 0%;
  }
  /* --------------------------------------- status 3 */
  /* ============================================================================================ pdKv */
  .pKvLeader__inner {
    position: initial;
  }
  /* ============================================================================================ reserveAlert */
  .reserveAlert {
    padding: 18px 20px;
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .reserveAlert__title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .reserveAlert__text--p {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .productsKv .productBlock__inner {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }
  .postForm.is--coming {
    min-height: min(13.8666666667vw, 52px);
    margin-top: 5px;
    border-radius: 8px;
  }
  .postForm.is--coming::after {
    font-size: min(4vw, 15px);
  }
  .postForm.is--coming .online-forms {
    display: none !important;
  }
  .pdKvInfo__default .productBlock__inner img {
    border-radius: 8px;
    margin-top: 10px;
  }
  .pdKvInfo__postTab .productBlock__infoPrice > span {
    font-size: 12px;
  }
}
.section1 .mainv:before {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: contents;
    background-color: #000;
    opacity: 0.5;
}

.section1 .mainv .cover {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50% !important;
    border-radius: 20px;
}

.pdKv__sticky {
    position: sticky;
}

/* =============== pop-hover =============== */
@-webkit-keyframes pop-hover {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    10% {
        -webkit-transform: translate(0, 2px) rotate(-6deg);
        transform: translate(0, 2px) rotate(-6deg);
    }
    20% {
        -webkit-transform: translate(0, -6px) rotate(0);
        transform: translate(0, -6px) rotate(0);
    }
    30% {
        -webkit-transform: translate(0, 3px) rotate(3deg);
        transform: translate(0, 3px) rotate(3deg);
    }
    40% {
        -webkit-transform: translate(0, -3px) rotate(0);
        transform: translate(0, -3px) rotate(0);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes pop-hover {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    10% {
        -webkit-transform: translate(0, 2px) rotate(-6deg);
        transform: translate(0, 2px) rotate(-6deg);
    }
    20% {
        -webkit-transform: translate(0, -6px) rotate(0);
        transform: translate(0, -6px) rotate(0);
    }
    30% {
        -webkit-transform: translate(0, 3px) rotate(3deg);
        transform: translate(0, 3px) rotate(3deg);
    }
    40% {
        -webkit-transform: translate(0, -3px) rotate(0);
        transform: translate(0, -3px) rotate(0);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

/* =============== pop-hover-sm =============== */
@-webkit-keyframes pop-hover-sm {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    10% {
        -webkit-transform: translate(0, 2px) rotate(-1deg);
        transform: translate(0, 2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(0, -6px) rotate(0);
        transform: translate(0, -6px) rotate(0);
    }
    30% {
        -webkit-transform: translate(0, 3px) rotate(0.5deg);
        transform: translate(0, 3px) rotate(0.5deg);
    }
    40% {
        -webkit-transform: translate(0, -3px) rotate(0);
        transform: translate(0, -3px) rotate(0);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes pop-hover-sm {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    10% {
        -webkit-transform: translate(0, 2px) rotate(-1deg);
        transform: translate(0, 2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(0, -6px) rotate(0);
        transform: translate(0, -6px) rotate(0);
    }
    30% {
        -webkit-transform: translate(0, 3px) rotate(0.5deg);
        transform: translate(0, 3px) rotate(0.5deg);
    }
    40% {
        -webkit-transform: translate(0, -3px) rotate(0);
        transform: translate(0, -3px) rotate(0);
    }
    50% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
}

/* =============== slider-anime =============== */
@-webkit-keyframes slider-anime {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slider-anime {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slider-anime {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.tagSearch {
    position: relative;
}
/* ============================================================= tagSearch__btn */
.tagSearch__btnWrapper {
  position: absolute;
  width: 260px;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tagSearch__btnWrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

/* --------------------------------------- tagSearch__btn */
.tagSearch__btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* --------------------------------------- tagSearch__select */
.tagSearch__select {
  width: 170px;
  height: 50px;
  font-size: 17px;
  color: #fff;
  background-color: rgba(var(--color-btnBg), 1);
  border-radius: 6px;
  padding: 0 25px;
  white-space: nowrap;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.selectArrow {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.selectArrow .btnIcon__arrow::before, .selectArrow .btnIcon__arrow::after {
  mask-image: url(../img/common/select--arrow.svg);
  -webkit-mask-image: url(../img/common/select--arrow.svg);
  background-color: #fff;
}

/* ============================================================= tagSearch__section */
.tagSearch__section {
  white-space: nowrap;
  padding-right: 260px;
}

.tagSearch__section--inner {
  position: relative;
  overflow: hidden;
}

/* --------------------------------------- tagSearch cateDot */
.hashNav .cateDot::after {
  content: "#";
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
}

/* --------------------------------------- tagSearch__link */
.hashNav .tagSearch__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

/* --------------------------------------- cateNav__title hover */
.hashNav .cateNav__title {
  position: relative;
}
.hashNav .cateNav__title::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  background-color: rgba(var(--color-text), 1);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  left: auto;
  right: 0;
  width: 0;
}

/* --------------------------------------- tagSearch articleTitle */
.tagSearch .articleTitle {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 0;
  margin-right: 25px;
}
.tagSearch .cateNav {
  padding-left: 25px;
  position: relative;
}
.tagSearch .cateNav::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  height: calc(100% - 5px);
  background-color: rgba(var(--color-text), 0.2);
}
.tagSearch .cateNav__list.hashNav {
  white-space: normal;
}

/* ======================================================================================================== products detail */
/* ============================================================================================ pdMain */
.pdMain {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
}

/* ============================================================= pdKv */
.pdKv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* --------------------------------------- pdKv__sticky */
.pdKv__sticky {
  position: sticky;
  top: 0px;
}

/* --------------------------------------- pdKvSlider */
.pdKvSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdKvSlider div {
  height: 100%;
}
.pdKvSlider .keenArrow {
  display: none;
}

/* --------------------------------------- pdKvSlider keenDots */
.pdKvSlider .keenDots {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.pdKvSlider .keenDot {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.pdKvSlider .keenDot::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  background-color: rgba(var(--color-btnBg), 1);
  border-radius: 50%;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.6s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.pdKvSlider .keenDot svg {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -ms-transition-duration: 0.8s;
  -ms-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -webkit-transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -moz-transition-duration: 0.8s;
  -moz-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
}
.pdKvSlider .keenDot svg .st0 {
  fill: none;
  stroke: rgba(var(--color-text), 1);
  stroke-miterlimit: 10;
  stroke-width: 1px;
}
.pdKvSlider .keenDot.dot--active::after {
  -webkit-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  opacity: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -ms-transition-duration: 0.6s;
  -ms-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -webkit-transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -moz-transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
}
.pdKvSlider .keenDot.dot--active svg {
  opacity: 1;
}

/* --------------------------------------- fader__slide */
.fader__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------- pdKvImg */
.pdKvImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/sample/products--detail.jpg);
}

/* ============================================================= pdKvConcept */
.pdKvConcept {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

/* --------------------------------------- pdKvConcept__text */
.pdKvConcept__textList {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px 60px;
  white-space: nowrap;
  line-height: 1;
}

.pdKvConcept__text--p {
  font-size: min(1.8301610542vw, 25px);
  letter-spacing: 0.2em;
  margin-top: min(1.2445095168vw, 17px);
}
.pdKvConcept__text--p > span {
  font-size: min(1.5373352855vw, 21px);
}

.pdKvConcept__textTarget--aside .pdKvConcept__text--p {
  font-size: min(1.6105417277vw, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: min(2.5622254758vw, 35px);
}

/* --------------------------------------- pdKvConcept__textTarget */
.pdKvConcept__textTarget {
  position: relative;
  overflow: hidden;
}

.pdKvConcept__text--p {
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* ============================================================= pdKv__section */
.pdKv__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
}

/* --------------------------------------- pdKvInfo__leaderHeight */
.pdKvInfo__leaderHeight {
  height: 100vh;
}

/* --------------------------------------- pdKv__sectionInner */
.pdKv__sectionInner {
  width: 50%;
}

/* ============================================================= leaderHeight default pickup */
/* --------------------------------------- statusTarget */
.pdKv__section--statusTarget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: auto;
  right: 0;
  width: 0;
  z-index: 1;
}

.pdKvInfo__inner {
  position: relative;
  z-index: 2;
  padding: 40px 40px 40px 20px;
}

/* --------------------------------------- leaderHeight default */
.pdKvInfo__leaderHeight, .pdKvInfo__default, .pdKvInfo__pickup {
  position: relative;
  width: 73.2064421669%;
  margin-left: auto;
}

/* --------------------------------------- pickup */
.pdKvInfo__pickup {
  position: relative;
}

/* ============================================================= pdKvInfo__default */
.pdKvInfo__default {
  pointer-events: all;
}

.pdKvInfo__default .productBlock {
  margin: 0;
}
.pdKvInfo__default .productBlock__infoTitle {
font-size: 1.6rem;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0.5rem;
}
.pdKvInfo__default .productBlock__infoDesc {
    line-height: 2;
    margin-bottom: 3rem;
}

/* --------------------------------------- pdKvInfo__block */
.pdKvInfo__block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.pdKvInfo__block::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

/* --------------------------------------- pdKvInfo__block */
.pdKvInfo__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.pdKvInfo__detail:last-child {
  margin-bottom: 0;
}

.pdKvInfo__detail--title {
  width: 110px;
}

.pdKvInfo__detail--inner {
  width: calc(100% - 70px);
}

/* ============================================================= pdKvInfo__post */
.pdKvInfo__block.pdKvInfo__post::before {
  display: none;
}

/* ============================================================= pdKvInfo__postNav */
.pdKvInfo__postNav {
  padding-bottom: 20px;
}

/* --------------------------------------- pdKvInfo__postNav list */
.pdKvInfo__postNav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-text), 0.2);
  border-radius: 10px;
}

/* --------------------------------------- pdKvInfo__postNav target */
.pdKvInfo__postNav--target {
  position: relative;
  width: 100%;
  min-height: min(4.7584187408vw, 65px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.pdKvInfo__postNav--target::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  z-index: 1;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -ms-transition-duration: 0.15s;
  -ms-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -webkit-transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -moz-transition-duration: 0.15s;
  -moz-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  border-color: rgba(var(--color-text), 0);
  background-color: rgba(219, 207, 190, 0);
}

.pdKvInfo__postNav--target.selected {
  pointer-events: none;
  color: #fff;
}
.pdKvInfo__postNav--target.selected::after {
  border-color: rgba(var(--color-selected), 1);
  background-color: rgba(var(--color-selected), 1);
}

/* --------------------------------------- pdKvInfo__postNav title */
.pdKvInfo__postNav--title {
  position: relative;
  font-size: min(1.0980966325vw, 15px);
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
  z-index: 2;
}

/* ============================================================= pdKvInfo__postTab */
.pdKvInfo__postTab {
  position: relative;
}

/* --------------------------------------- online price */
.pdKvInfo__postTab--price {
  position: relative;
  padding-top: 15px;
  padding-bottom: 35px;
}
.pdKvInfo__postTab--price::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.pdKvInfo__postTab .productBlock__infoPrice > span {
  font-size: 16px;
}
.pdKvInfo__postTab .productBlock__infoPrice > span.fontEn, .pdKvInfo__postTab .productBlock__infoPrice > span.endMark {
  position: relative;
  top: 4px;
}
.pdKvInfo__postTab .productBlock__infoPrice > span.fontEn {
  font-size: 29px;
  margin-right: 6px;
}
.pdKvInfo__postTab .productBlock__infoPrice > span.endMark {
  font-size: 29px;
  margin-left: 6px;
}


/* ============================================================= pdKvInfo__pickup */
/* --------------------------------------- pdKvInfo__pickup leader */
.pdKvInfo__pickup--mainBox--leader {
  margin-top: 30px;
  margin-bottom: 55px;
}

.pdKvInfo__pickup--leaderTitle {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 18px;
}

.pdKvInfo__pickup--leaderText {
  font-size: 14px;
  padding-left: min(6.9546120059vw, 95px);
}

/* --------------------------------------- pdKvInfo__pickup sub */
.pdKvInfo__pickup--subBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pdKvInfo__pickup--subBox--img {
  width: 50%;
  margin-bottom: 30px;
}

.pdKvInfo__pickup--subBox--detail {
  -ms-flex-item-align: top;
      align-self: top;
  width: calc(50% - 30px);
}

.pdKvInfo__pickup--subTitle {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.pdKvInfo__pickup--subText {
  font-size: 13px;
}



/* ======================================================================================================== postShop */
/* --------------------------------------- post shop */
.post-shop .pdKvInfo__postTab--shop {
  position: relative;
  display: block;
}

.pdKvInfo__postTab--shop .productBlock__infoPrice {
  margin-bottom: 20px;
}
.pdKvInfo__postTab--shop .product__salesInfo {
  margin-top: 8px;
}
.pdKvInfo__postTab--shop .pdKvInfo__postTab--price::after {
  display: none;
}

/* --------------------------------------- addCartBtn link */
a.addCartBtn {
  min-height: min(5.4172767204vw, 74px);
}

/* --------------------------------------- pdKvInfo__postTab target */
.pdKvInfo__postTab--target {
  position: relative;
  overflow: hidden;
  height: 0;
}

.pdKvInfo__postNav--target:nth-child(3)::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: -1px;
  left: auto;
  right: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  z-index: 1;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -ms-transition-duration: 0.15s;
  -ms-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -webkit-transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  -moz-transition-duration: 0.15s;
  -moz-transition-timing-function: cubic-bezier(0.41, 0.12, 0.26, 0.97);
  border-color: rgba(var(--color-text), 0);
  border-right-color: rgba(var(--color-text), 0.2);
  pointer-events: none;
}
.pdKvInfo__postNav--target:nth-child(3).selected::before {
  opacity: 0;
}

.pdKvInfo__postNav--target:nth-child(2)::after {
  border-left-color: rgba(var(--color-text), 0.2);
}

.pdKvInfo__postNav--target:nth-child(1).selected + .pdKvInfo__postNav--target::after {
  opacity: 0;
}

.pdKvInfo__postNav--target:nth-child(2).selected + .pdKvInfo__postNav--target::before {
  opacity: 0;
}

.pKvDetail__inner, .pKvLeader__inner {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

.productsKv__slider--copy {
  position: relative;
}
.productsKv__slider--copy .productsKv__slider--target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdKvInfo__default .productBlock__inner img {
  border-radius: 15px;
  margin-top: 15px;
}

.pdKvInfo__postTab .productBlock__infoPrice > span {
  font-size: 15px;
  padding-bottom: 0.05em;
}

.pdKvGroup {
  position: relative;
}

/* 画像の sticky はこの中だけで効かせる */
.pdKv__sticky {
  position: sticky;
  top: 0;              /* ヘッダー分ずらすならここを調整 */
  height: 100vh;
}

/* section1 カードはその中で自由にアニメーション */
.section1 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

/* 角丸維持用 */
.section1 .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .cover {
  object-fit: cover;
  object-position: center center !important; /* ←縦横の中央固定 */
  height: 100%;
  width: 100%;
  display: block;
}
h2.leadcopy {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
p.goodsdesc {
    font-size: 0.96rem;
    font-weight: 400;
    line-height: 2rem;
    -webkit-text-stroke: 0.01vw;
    margin-bottom: 1.5rem;
}
/* 全体ラッパー（必要に応じて親要素に合わせて調整してください） */
.productTips,
.productTags {
    max-width: 100%;
    margin: 1.5rem auto;
    padding: 2.5rem 0rem;
    /* background: #f7f7f9; */
    border-radius: 14px;
    /* border: 1px solid #e3e3ea; */
    box-sizing: border-box;
}

/* 見出し */
.productTips__title,
.productTags__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  letter-spacing: 0.03em;
}

/* TIPSリスト */
.productTips__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 0.8rem;
}

.productTips__list li {
    position: relative;
    padding-left: 2.25rem;
    font-size: 0.96rem;
    line-height: 1.7;
}

.productTips__list li::before {
    content: "";
    position: absolute;
    left: 0rem;
    top: 0.7em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22a5bf;
}

/* タグリスト */
.productTags__list {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.productTags__list li {
  font-size: 0.85rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e0e0ea;
  line-height: 1.4;
  white-space: nowrap;
}

/* SP向け微調整 */
@media (max-width: 767px) {
  .productTips,
  .productTags {
    padding: 1.25rem 1.1rem;
    margin: 1.25rem auto;
  }

  .productTips__list li {
    font-size: 0.94rem;
  }

  .productTags__list {
    gap: 0.3rem;
  }

  .productTags__list li {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
  }
}
/* パンくず全体 */
.breadcrumb {
    position: absolute;
    top: 10vh;
    left: 2rem;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    width: auto; /* ← 幅を自動に */
    transform: none; /* ← 中央寄せを解除 */
}


/* リスト全体 */
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 6px 16px;    height: 33px;
}

/* 各アイテム */
.breadcrumb__target {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* 区切り（＞の代わりに細い線） */
.breadcrumb__target + .breadcrumb__target::before {
  content: "—";
  margin: 0 0.4rem;
  color: #666;
  font-weight: 500;
}

/* ホームアイコン */
.breadcrumb__icon {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: middle;
  display: inline-block;
}

/* ホームリンク */
.breadcrumb__homeLink {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 現在ページ */
.breadcrumb__text {
  color: #666;
  font-weight: 500;
}
.breadcrumb.last {
    position: relative;
}
.breadcb.last {
    padding: 0% 4vw 4%;
}
.breadcb__target {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 1rem;
    white-space: nowrap;
}
.breadcb__target + .breadcb__target::before {
    content: "—";
    margin: 0 0.4rem;
    color: #666;
    font-weight: 500;
}
.breadcb__icon {
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 768px) {
.breadcb__icon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}
section.breadcb {
  margin: 2rem 0;
}
.breadcb.last {
  padding: 0% 5vw 0%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* ← iOSでの慣性スクロール */
}

.breadcb__target {
  display: inline-flex;   /* ← flexだと横幅制御しやすい */
  align-items: center;
  color: #666;
  font-size: 1rem;
  white-space: nowrap;
}

.breadcb__target + .breadcb__target::before {
  content: "—";
  margin: 0 0.4rem;
  color: #666;
  font-weight: 500;
}

.breadcb__icon {
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  display: inline-block;
}
.breadcb__target {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
  white-space: nowrap;
}
}
.productTips__title, .productTags__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 2.75rem;
    letter-spacing: 0.03em;
}
.productLinks {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin: 40px 0;
}

.productLinkCard.vivid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 12px;

    background: #de4750;         /* 鮮やかなオレンジ */
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    transition: 
        transform .18s ease,
        box-shadow .18s ease,
        background .2s ease;
}

.productLinkCard.vivid:hover {
    transform: scale(1.02);
    background: #e32c37;
    box-shadow: 0 6px 18px rgba(255,120,40,0.25);
}

.productLinkCard__arrow {
    font-size: 18px;
    opacity: 0.9;
    transition: transform .18s ease;
}

.productLinkCard:hover .productLinkCard__arrow {
    transform: translateX(4px);
}
.pdKvInfo__detail--title {
    width: 30%;
}
dt {
    font-weight: 700;
    font-size: 0.94rem;
}
dd {
    font-weight: 400;
    font-size: 0.94rem;
}
.pdKvInfo__block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15%;
}
p.text-description.fan {
    width: 100%;
    margin: 0 auto;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 10%;
    color: #636363;
    letter-spacing: 1px;
}
.productBlock__cateTag {
    margin-bottom: 1rem;
}

/* タグ本体 */
.cateTag {
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 0.4em 1em;
    border: 1.8px solid #d7d7d7;
    border-radius: 999px;
    background: none;
    font-size: 0.8rem;
    font-weight: 400;
    color: #444;
}
/* 丸ドット（data-color を使う） */
.cateTag .cateDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: currentColor;
}

/* data-color を背景色に当てるJS適用用 */
.cateTag[data-color] .cateDot {
    background: attr(data-color color);
}

/* スマホ対応 */
@media (max-width: 767px) {
    .cateTag {
        font-size: 1.2rem;
        padding: 0.3em 0.8em;
    }
    .cateTag .cateDot {
        width: 8px;
        height: 8px;
    }
}



section.grid.menu.contents {
    padding: 0 5vw;
    margin-bottom: 3%;    margin-top: 5%;
}
.grid.menu.contents .flexBox {
    display: flex;
    align-items: center;
}

.grid.menu.contents .flexBox {
  display: flex;
  align-items: center; /* 縦中央 */
}

.grid.menu.contents .left-text {
  display: flex;
  flex-direction: column; /* 見出しとサブリードを縦積み */
  justify-content: center; /* 中央寄せ */
}

.grid.menu.contents .globalFooter__icons.sub {
  margin-left: auto;  /* 右端固定 */
  width: 270px;

}
/* 右端に寄せる */
.grid.menu.contents .globalFooter__icons.sub {
  margin-left: auto;          /* ← これで右端へ押し出す */

}
p.fontW--b.articleTitle--p {
    font-family: Bebas Neue, sans-serif;
    font-size: 2.6rem;
    letter-spacing: 2px;
    color: #444343;
}
h2.articleTitle.articleTitle--strong {
    font-size: 1rem;
    font-weight: 500;
    line-height: 3vw;
    letter-spacing: 4px;
    color: #444343;
    -webkit-text-stroke: 0.02vw;
    margin-bottom: 1px;
}
section.pdKv__section.sp-only {
    display: none;
}
.relatedProductsSwiper.sp-only {
    display: none;
}
@media (max-width: 768px) {
section.pdKv__section.sp-only {
    display: inline-block;
}
.relatedProductsSwiper.sp-only {
    display: inline-block;
}
    .pdKv__sectionInner {
    width: 85%;
    margin: 0 auto;
}
.pdKvInfo__leaderHeight, .pdKvInfo__default, .pdKvInfo__pickup {
    position: relative;
    width: 100%;
    margin-left: auto;
}
.pdKvInfo__inner {
    position: relative;
    z-index: 2;
    padding: 40px 0px 40px 0px;
}
.relatedProducts__grid.pc-only {
    display:none;
}
p.fontW--b.articleTitle--p {
    font-family: Bebas Neue, sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #444343;
    margin-bottom: 5%;
}
/* ▼ SPキービジュアル全体 */
.kv-sp {
  position: relative;
  width: 100%;
  height: 65vh;       /* 好きに調整: 100vh でもOK */
  overflow: hidden;
  background: #000;
  display: block;
}

/* ▼ 画像（初期状態） */
.kv-sp__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;                     /* 初期は見えない */
  transform: scale(1.05);         /* 少し拡大しておく */
  transition:
    opacity 1.0s ease-out,
    transform 1.8s ease-out;
  will-change: opacity, transform;
}

/* ▼ active（フェードイン後） */
.kv-sp__img.active {
  opacity: 1;
  transform: scale(1);
}

.pdKvInfo__default .productBlock__infoTitle {
    font-size: 1.3rem;
    text-align: left;
    margin-right: 0;
    margin-bottom: 1.5rem;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 2%;
}
h2.leadcopy {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.pdKvInfo__detail {
        width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.pdKvInfo__detail--title {
    width: 100%;
    margin-bottom: 10px;
}

p.goodsdesc {
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 0 auto 3rem;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.06vw;
}
dd.pdKvInfo__detail--inner {
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.6rem;
    /* margin: 0 auto 3rem; */
    letter-spacing: 1px;
    -webkit-text-stroke: 0.06vw;
}
.productTips__title, .productTags__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 2.75rem;
    letter-spacing: 0.03em;
}
    .cateTag {
        font-size: 0.8rem;
        padding: 0.3em 1.8em;
    }
    p.text-description.fan {
    font-size: 0.9rem;
    margin-bottom:3rem;
}
    .productTips, .productTags {
        padding: 0rem 0rem;
        margin: 1.25rem auto 4rem;
    }
.breadcrumb__list {
    padding: 6px 0px;
}
html, body { overflow-x: hidden !important; }
}