/* 共通 */
/* ------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Gothic|Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.hk-searchSection {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Sawarabi Gothic', sans-serif;
    text-align: justify;
    line-height: 160%;
    line-break: strict;
    color: #333;
}

a {
    transition: .2s ease-in-out;
    word-break: break-all;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 200,
        'opsz' 48
}

.hk-fixed {
    height: 100%;
    width: 100%;
    position: fixed;
}

.hk-overlay {
    transition: .5s ease-in-out;
}

.hk-overlay.true {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999;
}

[class*="hk-"] .fs-c-noResultMessage {
    background: #fff;
    border: solid 1px #22bfbd;
}

[class*="hk-"] button,
[class*="hk-"] [class*="button"] {
    box-shadow: none;
}

[class*="hk-"] .fs-c-button--primary,
[class*="hk-"] .fs-c-button--secondary {
    padding-top: 15px;
    padding-bottom: 15px;
}

[class*="hk-"] .fs-c-button--primary,
[class*="hk-"] .fs-c-button--secondary,
[class*="hk-"] .fs-c-button--particular,
[class*="hk-"] .fs-c-button--addReview--detail.fs-c-button--plain {
    transition: .2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

[class*="hk-"] .fs-c-button--primary:hover,
[class*="hk-"] .fs-c-button--secondary:hover,
[class*="hk-"] .fs-c-button--particular:hover,
[class*="hk-"] .fs-c-button--addReview--detail.fs-c-button--plain:hover {
    transition: .2s ease-in-out;
    background: #fff;
}

[class*="hk-"] .fs-c-button--primary:hover {
    color: #22bfbd;
}

[class*="hk-"] .fs-c-button--secondary:hover,
[class*="hk-"] .fs-c-button--addReview--detail.fs-c-button--plain:hover {
    color: #00ab89;
}

[class*="hk-"] .fs-c-button--particular:hover {
    color: #f57251;
}

[class*="hk-"] .fs-c-button--particular.fs-c-button--addToWishList--icon,
[class*="hk-"] .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
    box-shadow: none;

}

[class*="hk-"] .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    color: #ccc;
}


[class*="hk-"] .fs-c-button--addReview--detail.fs-c-button--plain {
    color: #fff;
    background: #00ab89;
    border: solid 1px #00ab89;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 1.6em 0.6em;
}

.hk-button--more,
[class*="hk-"] .fs-c-viewAllProductsLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.hk-button--more::after,
[class*="hk-"] .fs-c-viewAllProductsLink::after {
    font-family: "Material Symbols Outlined";
    content: "\e409";
    font-size: 2.6rem;
    font-weight: 500;
    transition: .2s ease-in-out;
}

.hk-button--more:hover,
[class*="hk-"] .fs-c-viewAllProductsLink:hover {
    text-decoration: none;
}

.hk-button--more:hover::after,
[class*="hk-"] .fs-c-viewAllProductsLink:hover::after {
    transform: translateX(3px);
}

.hk-button--contactSelect,
.hk-button--contactSelect:visited {
    border: solid 1px #22bfbd;
    background: #22bfbd;
    color: #fff;
    font-size: 2rem;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
}

.hk-button--contactSelect:hover {
    background: #fff;
    color: #22bfbd;
    text-decoration: none;
}

.hk-text__center {
    text-align: center;
}

.hk-buttonContainer__center {
    text-align: center;
    padding: 10px 0;
}

.hk-buttonContainer__right {
    text-align: right;
    padding: 10px 0;
}

.fs-pt-menu * {
    transition: none;
}

.fs-pt-menu a {
    padding: 0;
    margin: 0;
}

.hk-headerSubMenu ul {
    display: flex !important;
    /* gap: 10px; */
    color: #555;
}

@media screen and (max-width: 1200px) {
    .hk-headerSubMenu ul {
        color: #555;
    }
}

@media screen and (max-width: 768px) {
    .hk-headerSubMenu ul {
        flex-direction: column;
        gap: 2px;
        font-size: 1.2rem;
        text-align: right;
    }
}

.hk-headerSubMenu a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    transition: .2s ease-in-out;
    border: solid 1px transparent;
}

.hk-headerSubMenu a:hover {
    /* color: #1277be; */
    color: inherit;
    /* background: #efefef; */
    border-bottom: solid 1px #aaa;
}

.hk-tel {
    font-size: large;
    margin: 0 4px;
    white-space: nowrap;
}

@media screen and (min-width: 1201px) {
    .hk-tel {
        /* color: inherit; */
        pointer-events: none;
    }
}

ul.hk-c-list {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

ul.hk-c-list>li {
    position: relative;
    padding-left: 1.4rem;
}

ul.hk-c-list>li::before {
    position: absolute;
    margin-left: -1.4rem;
    /* content: "・"; */
    content: "\30fb";
    color: #bbb;
}

[class^="hk-itemDetailNote"] ul.hk-c-list>li::before {
    color: inherit;
}

li>ul.hk-c-list {
    /* border-left: solid 1px #ddd; */
    margin: 0 0 0 0.7rem;
    padding: 0 0 0 0.8rem;
}

ol.hk-c-orderedList {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    counter-reset: my-counter;
}

ol.hk-c-orderedList>li {
    position: relative;
    padding-left: 1.4rem;
}

ol.hk-c-orderedList>li::before {
    content: counter(my-counter)".";
    counter-increment: my-counter;
    position: absolute;
    margin-left: -1.4rem;
    color: #bbb;
}

li>ol.hk-c-orderedList {
    /* border-left: solid 1px #ddd; */
    margin: 0 0 0 0.7rem;
    padding: 0 0 0 1rem;
}

ol.hk-c-orderedList--circle {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    counter-reset: c-counter;
}

ol.hk-c-orderedList--circle li {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 5px;
}

ol.hk-c-orderedList--circle li::before {
    content: counter(c-counter);
    counter-increment: c-counter;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 50%;
    line-height: 160%;
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    color: #fff;
    background: #ccc;
    margin-right: 5px;
}

ol.hk-orderedList--menberBenefits {
    margin: 2rem 0;
    padding: 0;
    list-style: none;
    counter-reset: my-counter;
    /* border: solid 5px #eee; */
    padding: 20px;
    /* border-radius: 10px; */
}

ol.hk-orderedList--menberBenefits li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 15px;
    align-items: center;
    margin: 15px 0;
    font-size: 1.6rem;
}

ol.hk-orderedList--menberBenefits li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    background: #22bfa1;
    width: 5rem;
    height: 5rem;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 2/3;
    grid-column: 1/2;
}

ol.hk-orderedList--menberBenefits li::after {
    /* content: "＼point／"; */
    content: "\ff3c\0070\006f\0069\006e\0074\ff0f";
    color: #22bfa1;
    font-size: 1.2rem;
    line-height: 1.2;
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: center;
}

ol.hk-orderedList--menberBenefits li span {
    grid-row: 1/3;
    grid-column: 2/3;
}

ol.hk-orderedList--process {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    counter-reset: process-counter;
    gap: 2px;
}

ol.hk-orderedList--process>li {
    display: grid;
    grid-template-columns: 30px 1fr;
    padding-left: 5px;
    column-gap: 10px;
}

ol.hk-orderedList--process>li::before {
    content: counter(process-counter);
    counter-increment: process-counter;
    color: #333;
    background: #00ab89;
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: center;
    color: #fff;
}

ol.hk-orderedList--process>li::after {
    content: "";
    border-top: 8px solid #00ab89;
    border-right: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
    grid-row: 2/3;
    grid-column: 1/2;
}

ol.hk-orderedList--process>li:last-child::after {
    border-top: 8px solid #00ab89;
    border-right: 15px solid #00ab89;
    border-bottom: 0px solid #00ab89;
    border-left: 15px solid #00ab89;
}

ol.hk-orderedList--process .hk-orderedList--process__content {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 0 5px 20px;
}

ol.hk-orderedList--process h3 {
    padding: 0 5px;
    margin: 0.5rem 0 2rem;
    font-size: 1.8rem;
}

.hk-orderedList--process__imgContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    gap: 20px;
}

.hk-orderedList--process__imgContainer img {
    border: solid 1px #eee;
    max-height: 500px;
}

dl.hk-c-definitionList {
    display: grid;
    grid-template-columns: auto 1fr;
    margin: 1rem 0;
}

dl.hk-c-definitionList dt {
    background: #f2f2f2;
    display: flex;
    align-items: center;
    min-width: 150px;
    padding: 1px 10px;
    border-bottom: solid 2px #fff;
}

dl.hk-c-definitionList dt:last-of-type {
    border: none;
}

dl.hk-c-definitionList dd {
    padding: 10px;
    border-bottom: solid 2px #eee;
    border-right: solid 2px #eee;
}

dl.hk-c-definitionList dd:first-of-type {
    border-top: solid 2px #eee;
}

dl.hk-c-definitionList dt,
dl.hk-c-definitionList dd {
    margin: 0;
}

@media screen and (max-width: 768px) {
    dl.hk-c-definitionList {
        grid-template-columns: 1fr;
    }

    dl.hk-c-definitionList dt,
    dl.hk-c-definitionList dd {
        border: none;
    }

    dl.hk-c-definitionList dd:first-of-type {
        border-top: none;
    }
}

.hk-anchor {
    margin-top: -130px;
    padding-top: 130px;
    display: block;
}

@media screen and (max-width: 1200px) {
    .hk-anchor {
        margin-top: -150px;
        padding-top: 150px;
    }
}

@media screen and (max-width: 768px) {
    .hk-anchor {
        margin-top: -83px;
        padding-top: 83px;
    }
}

.hk-strong {
    text-decoration: underline double #7ec7c2;
}

.hk-large {
    font-size: large;
}

.hk-clause {
    white-space: nowrap;
}

.hk-caution {
    margin: 30px 0;
}

.hk-caution__title {
    background: #fcb8bd;
    color: #cb353f;
    padding: 5px;
}

.hk-caution__content {
    padding: 0 10px;
    /* border: solid 1px #ddd; */
    /* border-top: solid 1px #fcb8bd; */
    border: solid 2px #fcb8bd;
}

.hk-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

@media screen and (max-width: 768px) {
    .hk-col2 {
        grid-template-columns: 1fr;
    }
}

.hk-col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .hk-col4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* カルーセル */
[class^="hk-"] .fs-pt-carousel__track {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

[class^="hk-"] .fs-c-slick .slick-list {
    order: 1;
}

[class^="hk-"] .fs-c-slick .slick-dots {
    order: 2;
    width: 100%;
}

[class^="hk-"] .fs-c-slick .slick-prev {
    order: 3;
}

[class^="hk-"] .fs-c-slick .slick-next {
    order: 4;
}

[class^="hk-"] .fs-c-slick .slick-prev,
[class^="hk-"] .fs-c-slick .slick-next {
    position: relative;
    background: none;
    transform: none;
    width: 55px;
}

[class^="hk-"] .fs-c-slick .slick-prev::before,
[class^="hk-"] .fs-c-slick .slick-next::before {
    color: #aaa;
    font-size: 4.4rem;
}

/* 任意商品一覧 */

[class^="hk-main"] .fs-c-productListCarousel {
    flex-wrap: wrap;
}

[class^="hk-main"] .fs-c-slick.slick-slider {
    order: 1;
    width: 100%;
}

[class^="hk-main"] .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    order: 2;
}

[class^="hk-main"] .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    order: 3;
}

[class^="hk-main"] .fs-c-slick .slick-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

[class^="hk-main"] .fs-c-slick .slick-slide {
    height: auto;
}

[class^="hk-main"] .slick-slide>div {
    height: 100%;
}

[class^="hk-main"] .fs-c-productListCarousel__list__item {
    max-width: 150px;
    margin: 0;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    gap: 4px;
}

@media screen and (min-width: 600px) {
    [class^="hk-main"] .fs-c-productListCarousel__list__item {
        max-width: 230px;
    }
}

[class^="hk-main"] .fs-c-productListCarousel__list__item>div:last-of-type {
    margin-top: auto;
}

/* ------------------------------------------------ */
/* 共通レイアウト */
#hk_side_area {
    grid-area: sub_area;
}

#hk_main_contents {
    grid-area: main_area;
}

.fs-l-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hk-main {
    display: grid;
    /* grid-template-columns: 300px 1fr; */
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "sub_area main_area";
    padding: 20px 20px 40px;
    gap: 60px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .hk-main {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "sub_area"
            "main_area";
        gap: 0;
    }

}

@media screen and (max-width: 768px) {
    .hk-main {
        padding: 10px;
    }
}

.hk-mainContents {
    padding-right: 40px;
    padding-bottom: 40px;
}


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

    .hk-mainContents {
        padding: 0 0 20px;
    }
}

.hk-mainContents--slim {
    max-width: 700px;
    margin: 0 auto;
}

.hk-main--min {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .hk-main--min {
        padding: 10px;
    }
}

.hk-main--pd,
.hk-main--feature {
    max-width: 1200px;
    margin: 0 auto;
    /* box-shadow: 0px 20px 20px -10px #777; */
    padding-bottom: 50px;
}

.hk-main--feature {
    max-width: 1200px;
    margin: 0 auto;
}

.fs-c-breadcrumb {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 15px 0 5px 15px;
}

.fs-c-breadcrumb+.fs-c-breadcrumb {
    padding: 0 0 5px 15px;
}

@media screen and (max-width: 1200px) {
    /* .fs-c-breadcrumb__list {
padding: 5px 20px ;
} */

    .fs-c-breadcrumb {
        padding: 15px 0 5px 20px;
    }

    .fs-c-breadcrumb+.fs-c-breadcrumb {
        padding: 0 0 5px 20px;
    }
}

@media screen and (max-width: 768px) {
    .fs-c-breadcrumb {
        padding: 5px 0 5px 5px;
    }

    .fs-c-breadcrumb+.fs-c-breadcrumb {
        padding: 0 0 5px 5px;
    }
}

.fs-c-breadcrumb__list {
    padding: 0;
    margin: 0;
    text-align: left;
}

.fs-c-breadcrumb__list a {
    text-decoration: underline;
}

.fs-c-breadcrumb__list a:hover {
    text-decoration: none;
}

.hk-contactAdress {
    display: flex;
    flex-direction: column;
}

/* ------------------------------------------------ */
/* ヘッダー */

.hk-headerArea,
.hk-headerArea-top {
    display: grid;
    grid-template:
        "drawerIcon drawerIcon"
        "logo subMenu"
        "mainMenu mainMenu";
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
}

.hk-headerArea-top .fs-pt-carousel img {
    max-height: calc(100vh - 200px);
}

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

    .hk-headerArea,
    .hk-headerArea-top {
        grid-template:
            "message message message"
            "drawerIcon logo subMenu"
            "mainMenu mainMenu mainMenu";
        grid-template-columns: repeat(3, 1fr);
    }
}

.hk-spMainMenu {
    display: none;
}

@media screen and (max-width: 768px) {
    .hk-spMainMenu {
        display: block;
        /* position: sticky; */
        bottom: 0;
        color: #fff;
        background: #22bfa1;
        position: fixed;
        width: 100%;
    }

}

.hk-spMainMenu ul {
    /* display: grid; */
    /* grid-template-columns: repeat(5, 1fr); */
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.hk-spMainMenu li {
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .hk-spMainMenu li {
        padding: 0;
    }
}

.hk-spMainMenu a {
    padding: 0;
    margin: 0;
}

#hk_header_message {
    grid-area: message;
}

#hk_header_main_menu {
    grid-area: mainMenu;
}

#hk_header_sub_menu {
    grid-area: subMenu;
}

#hk_drawer_open_close_icon {
    grid-area: drawerIcon;
}

@media screen and (max-width: 1200px) {
    [class*="hk-headerArea"] .fs-l-header__drawerOpener {
        text-align: center;
        color: #555;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 5px;
    }

    [class*="hk-headerArea"] .fs-l-header__drawerOpener .material-symbols-outlined {
        font-size: 3rem;
    }
}

.hk-materialSymbols__lead {
    display: block;
    line-height: 1rem;
    font-size: 1rem;
}

.hk-headerArea--min {
    display: block;
    /* border-bottom: solid 1px #ddd; */
}

.hk-headerMessage {
    text-align: center;
    background: #eee;
    color: #22bfa1;
    min-height: 2.8rem;
}

.hk-headerMessage a {
    color: #22bfa1;
    text-decoration: underline;
}

.hk-headerMessage a:hover {
    text-decoration: none;
}

.hk-headerMessage ul {
    margin: 0;
}

.hk-headerMessage li {
    display: none;
}

.hk-headerMessage li.active {
    animation: fadeIn 1s linear;
    margin: 0;
    display: block;
    padding: 5px;
}

@media screen and (max-width: 768px) {
    .hk-headerMessage li.active {
        padding: 10px 5px;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50%,
    100% {
        opacity: 1;
    }
}

.hk-headerNavBar {
    grid-column: 1/3;
    background-color: #00ab89;
}

.hk-headerLogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-area: logo;
}

@media screen and (max-width: 1200px) {
    .hk-headerLogo {
        justify-content: center;
    }
}

.hk-headerLogo--lv1 {
    padding: 0;
    margin: 0;
}

.hk-headerLogo__link {
    display: flex;
    align-items: center;
    color: inherit;
}

@media screen and (max-width: 1200px) {
    .hk-headerLogo__link {
        flex-direction: column;
    }
}

.hk-headerLogo__link:visited {
    color: inherit;
}

a.hk-headerLogo__link:hover {
    opacity: 1;
    color: inherit;
    text-decoration: none;
}

.hk-headerLogo__img {
    width: 50px;
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .hk-headerLogo__img {
        width: 40px;
    }
}

.hk-headerLogo__lead {
    font-size: 1.7rem;
    line-height: 2rem;
}

@media screen and (max-width: 1200px) {
    .hk-headerLogo__lead {
        margin-bottom: 10px;
        font-size: 1.3rem;
        white-space: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .hk-headerLogo__lead {
        display: none;
    }
}

.hk-headerArea--min .hk-headerLogo {
    justify-content: center;
}

.hk-headerUtilityMenu {
    position: relative;
}

.hk-headerUtilityMenu ul {
    padding: 5px;
    margin: auto;
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hk-headerUtilityMenu a::before {
    content: none;
}

@media screen and (max-width: 768px) {
    .hk-headerUtilityMenu ul {
        justify-content: space-evenly;
    }
}

.hk-headerNavigation {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .hk-headerNavigation {
        padding: 0;
    }
}

.hk-headerNavigation .fs-p-headerNavigation__list {
    gap: 20px;
}

.hk-headerNavigation .fs-p-headerNavigation__listItem {
    min-width: initial;
}

.hk-headerNavigation .fs-p-headerNavigation__link {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .hk-headerNavigation .fs-p-headerNavigation__list {
        gap: 0;
    }
}

.hk-headerNavigation .fs-p-headerNavigation__link:hover {
    color: #fff;
    opacity: 1;
}

.hk-headerNavigation .fs-p-headerNavigation__search {
    padding: 5px;
}

.hk-headerMainMenu {
    color: #fff;
    /* background: #4dc1ae; */
    /* background: #00ab89; */
    background: #22bfa1;
}

.hk-headerMainMenu ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.hk-headerMainMenu a {
    display: block;
    margin: 0;
    padding: 15px;
    font-size: 1.5rem;
    transition: .2s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .hk-headerMainMenu a {
        padding: 10px;
    }
}

.hk-headerMainMenu a:hover {
    color: inherit;
    /* background: #5ad1be; */
    background: #3fb099;
}

[class^="hk-m-"] a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

@media screen and (max-width: 768px) {
    [class^="hk-m-"] a {
        flex-direction: column;
        text-align: center;
        color: inherit;
        padding: 12px 5px;
    }

    [class^="hk-m-"] span {
        /* font-size: 1rem; */
        font-size: 1.2rem;
        line-height: 1.1;
    }

    [class^="hk-m-"] a:hover {
        color: inherit;
        opacity: 0.7;
    }
}


[class^="hk-m-"] a::before {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 2.5rem;
    font-weight: 500;
    color: inherit;
}

.hk-m-home a::before {
    content: "\e88a";
}

.hk-m-item a::before {
    content: "\e8ef";
}

.hk-m-search a::before {
    content: "\e8b6";
}

.hk-m-products a::before {
    content: "\e574";
}

.hk-m-myPage a::before {
    content: "\e7fd";
}

.hk-m-myFavorite a::before {
    content: "\e87d";
}

.hk-m-cart a::before {
    content: "\e8cc";
}

[class^="hk-m-"] .fs-p-cartItemNumber {
    text-align: center;
}

@media screen and (min-width: 769px) {
    [class^="hk-m-"] .fs-p-cartItemNumber {
        top: calc(50% - 1.5rem);
        right: calc(50% - 4.5rem);
    }
}

.hk-headerSubMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    /* gap: 20px; */
    margin: 5px;
}

.hk-headerCarousel {
    grid-area: carousel;
}

.hk-login a,
.hk-logout a {
    display: flex;
    align-items: center;
}

.hk-login a::before {
    content: "\ea77";
}

.hk-logout a::before {
    content: "\e9ba";
}

.hk-login a::before,
.hk-logout a::before {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 2rem;
    font-weight: 500;
    color: inherit;
}

/* ------------------------------------------------ */
/* ドロワーメニュー */

.fs-p-ctrlDrawer {
    display: none;
}

.hk-drawerArea {
    padding: 0;
    box-shadow: none;
    z-index: 9999999;
    max-width: 85vw;
}

.hk-drawerEcLogo {
    padding: 0 10px 20px 5px;
}

span.hk-drawerEcLogo__lead {
    line-break: strict;
    word-break: keep-all;
    text-align: left;
}

a.hk-drawerEcLogo__link {
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hk-drawerEcLogo__img {
    width: 40px;
}

.hk-drawerArea .fs-p-searchForm {
    padding: 0 0 10px;
}

[class*="hk-drawer"] .fs-pt-menu a {
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[class*="hk-drawer"] .fs-pt-menu a::after {
    font-family: "Material Symbols Outlined" !important;
    content: "\e409";
}

.hk-drawerItemGroup {
    font-size: 1.6rem;
}

.hk-drawerItemGroup .fs-pt-menu__heading--lv1 {
    background: #efefef;
}

.hk-drawerItemGroup .fs-pt-menu__item--lv1 {
    border-bottom: solid 1px #ccc;
}

.hk-drawerItemGroup .fs-pt-menu__item--lv1:last-of-type {
    border-bottom: none;
}

.hk-drawerItemGroup .fs-pt-menu--lv2 {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    background: #eeeeee6b;
}

.hk-drawerItemGroup .fs-pt-menu__item--lv2 {
    /* border-bottom: solid 1px #ddd; */
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
}

/* .hk-drawerItemGroup .fs-pt-menu__item--lv2:last-of-type {
    border: none;
} */

.hk-drawerItemGroup .fs-pt-menu a:hover {
    background: #ddd;
    color: inherit;
}

.hk-drawerItemGroup .fs-pt-menu__link--lv2 {
    font-size: 1.3rem;
    padding: 5px !important;
}

.hk-drawerTitle {
    padding: 10px;
    margin: 0;
    background: #333;
    color: #fff;
}

.hk-drawerMenu {
    background: #333;
    color: #fff;
}

.hk-drawerMenu .fs-pt-menu__item--lv1 {
    border-bottom: solid 1px #ddd;
}

/* .hk-drawerMenu .fs-pt-menu__item--lv1:last-of-type {
    border-bottom: none;
} */

.hk-drawerMenu .fs-pt-menu a:hover {
    background: #111;
    color: inherit;
}

/* ------------------------------------------------ */
/* サイドエリア */

.hk-drawerParts {
    display: flex;
    justify-content: space-between;
}

.hk-sideItemGroup {
    margin: 20px 2px 60px;
}

.hk-sideItemGroup .fs-pt-menu--lv1 {
    font-size: 1.6rem;
}

.hk-sideItemGroup .fs-pt-menu__heading--lv1 {
    border-bottom: solid 1px #eee;
    /* background: #e8f7f6; */
}

.hk-sideItemGroup .fs-pt-menu__item--lv1 {
    margin: 20px 0;
}

.hk-sideItemGroup .fs-pt-menu__item--lv2 {
    margin: 0;
    /* padding: 0 0 0 15px; */
    padding: 0;
    font-size: 1.4rem;
}

.hk-sideItemGroup a {
    margin: 0;
    padding: 5px;
    transition: .2s ease-in-out;
}

.hk-sideItemGroup .fs-pt-menu__link--lv1 {
    padding: 8px 8px 2px;
}

.hk-sideItemGroup .fs-pt-menu__link--lv2 {
    padding: 7px 15px;
}

.hk-sideItemGroup .fs-pt-menu__item--lv1 a:hover {
    color: inherit;
    background: #efefef;
    /* border-radius: 50px; */
}

.hk-sideItemGroup .fs-pt-menu__item--lv2 a:hover {
    color: inherit;
    background: #e8f7f6;
}

.hk-sideMenu__heading {
    background-image: url("https://kitamint.itembox.design/item/img/common/peppermintIllustration.png?t=20231030142302");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    height: 80px;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .hk-sideMenu__heading {
        font-size: 1.8rem;
    }
}

.hk-drawerSubNavigation .hk-subNavigation {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.hk-drawerSubNavigation .hk-subNavigation>li {
    width: 100%;
    border: solid 1px #888;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    transition: .2s ease-in-out;
}


.hk-drawerSubNavigation .hk-subNavigation>li::after {
    font-family: "Material Symbols Outlined";
    content: "\e409";
    font-size: 3rem;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 1rem;
}

.hk-drawerSubNavigation .hk-subNavigation>li:hover {
    background: #222;
}

.hk-drawerSubNavigation .hk-subNavigation>li:hover::after {
    color: #fff;
    transform: translateX(3px);
}

.hk-drawerSubNavigation .hk-subNavigation>li a {
    display: block;
}

@media screen and (max-width: 768px) {
    .hk-drawerSubNavigation .hk-subNavigation {
        grid-template-columns: repeat(2, 1fr);
    }

}

.hk-drawerSubNavigation .hk-subNavigation>li a:hover {
    color: inherit;
}

/* ------------------------------------------------ */
/* フッター */

.hk-footerArea {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}


.hk-footerNavigation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 40px;
    padding: 20px;
    background: #c6e5e3;
}

@media screen and (max-width: 1200px) {
    .hk-footerNavigation {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 40px;
        padding: 10px;
    }

    /* .hk-footerNavigationItem--col2 {
grid-column: 1/3;
} */
}

@media screen and (max-width: 600px) {
    .hk-footerNavigation {
        grid-template-columns: 1fr;
    }
}

.hk-footerNavigationItem__header {
    border-bottom: solid 1px #a28680;
    font-weight: normal;
    font-size: 1.6rem;
}

.hk-footerNavigationItem__emphasis {
    font-size: large;
    color: orangered;
}

.hk-footerNavigationItem__dataList {
    display: grid;
    grid-template-columns: auto 1fr;
}

.hk-footerNavigationItem__dataList__title::after {
    /* content: "："; */
    content: "\ff1a";
}

.hk-footerNavigationItem__dataList__data {
    margin: 0;
}

.hk-footerUtilityMenu {
    background: #333;
}

.hk-footerUtilityMenu ul.fs-pt-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1200px) {
    .hk-footerUtilityMenu ul.fs-pt-menu {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 840px) {
    .hk-footerUtilityMenu ul.fs-pt-menu {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width: 768px) {
    .hk-footerUtilityMenu ul.fs-pt-menu {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hk-footerUtilityMenu ul.fs-pt-menu li {
    border-bottom: solid 1px #bbb;
    border-right: solid 1px #bbb;
}

@media screen and (min-width: 1200px) {
    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-child(5n) {
        border-right: none;
    }

    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-last-child(-n+6) {
        border-bottom: none;
    }
}

@media screen and (min-width: 841px) and (max-width: 1200px) {
    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-child(4n) {
        border-right: none;
    }

    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

@media screen and (min-width: 769px)and (max-width: 840px) {
    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-child(3n) {
        border-right: none;
    }

    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-last-child(2) {
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-child(2n) {
        border-right: none;
    }

    .hk-footerUtilityMenu ul.fs-pt-menu li:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

.hk-footerUtilityMenu ul.fs-pt-menu span {
    display: block;
    height: 100%;
    width: 100%;
}

.hk-footerUtilityMenu ul.fs-pt-menu a {
    padding: 10px;
    margin: 0;
    color: #fff;
    justify-content: space-between;
    font-size: 1.4rem;
    transition: .2s ease-in-out;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .hk-footerUtilityMenu ul.fs-pt-menu a {
        justify-content: center;
        text-align: center;
    }
}

.hk-footerUtilityMenu ul.fs-pt-menu a:hover {
    background: #484848;
}

.hk-footerUtilityMenu ul.fs-pt-menu a::after {
    font-family: "Material Symbols Outlined" !important;
    content: "\e409";
}

@media screen and (max-width: 768px) {
    .hk-footerUtilityMenu ul.fs-pt-menu a::after {
        display: none;
    }
}

.hk-footerUtilityMenu [class^="hk-"] a::before,
.hk-footerUtilityMenu .hk-login a::before,
.hk-footerUtilityMenu .hk-logout a::before {
    display: none;
}

.hk-footerMenu {
    padding: 15px 0 0;
    /* background: #6d483f; */
    background: #5f483f;
    display: flex;
}

@media screen and (max-width: 768px) {
    .hk-footerMenu {
        padding: 0;
        display: block;
    }
}

.hk-footerMenu ul.fs-pt-menu {
    display: flex;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .hk-footerMenu ul.fs-pt-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.hk-footerMenu ul.fs-pt-menu li {
    border-right: solid 1px #888;
}

.hk-footerMenu ul.fs-pt-menu li:last-child {
    border: none;
}

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

    .hk-footerMenu ul.fs-pt-menu li,
    .hk-footerMenu ul.fs-pt-menu li:last-child {
        border-right: solid 1px #888;
        border-bottom: solid 1px #888;
    }

    .hk-footerMenu ul.fs-pt-menu li:nth-child(2n) {
        border-right: none;
    }
}

.hk-footerMenu ul.fs-pt-menu span {
    display: block;
    height: 100%;
    width: 100%;
}

.hk-footerMenu ul.fs-pt-menu a {
    padding: 0 15px;
    margin: 0;
    text-align: center;
    color: #7ec7c2;
    transition: .2s ease-in-out;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .hk-footerMenu ul.fs-pt-menu a {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.hk-footerMenu ul.fs-pt-menu a:hover {
    /* color: #bca197; */
    background: #7e6c65;
}

@media screen and (max-width: 768px) {
    .hk-footerMenu ul.fs-pt-menu a:hover {
        background: #7e6c65;
        color: #7ec7c2;
    }
}

.hk-footerPayment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 5px;
    padding: 10px 0;
}

.hk-footerPayment img {
    max-width: 80px;
    max-height: 30px;
}

.hk-footerPayment img[alt="VISA"] {
    max-height: 18px;
}

.hk-footerPayment img[alt="代金引換"] {
    max-height: 26px;
}

.hk-footerSns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding: 30px 0;
    /* background-color: #6d483f; */
    background: #5f483f;
    /* background-image: url(https://kitamint.itembox.design/item/img/common/P2.jpg?t=20231030142302); */
    color: #000;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .hk-footerSns {
        padding: 25px 10px;
        gap: 15px;
    }

}

.hk-footerSns ul,
.hk-footerSns li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hk-footerSns-list {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hk-footerSns-list-item {
    width: 70px;
    height: 70px;
}

.hk-footerSns-list-item a {
    background: #c6e5e3;
    color: currentColor;
    border-radius: 50%;
    gap: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: .2s ease-in-out;
}

.hk-footerSns-list-item a:hover {
    text-decoration: none;
    background: #acbfbd;
}

.hk-footerSns-list-item img {
    max-width: 20px;
    max-height: 20px;
    opacity: 0.8;
    border-radius: 5px;
}

.hk-footerSns-list-item span {
    font-size: 1rem;
    line-height: 1;
}

.hk-footerCopyright {
    background: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    footer .hk-footerCopyright {
        padding-bottom: 80px;
    }
}

.hk-footerCopyright__text {
    margin: 0;
    padding: 0;
}

.hk-toTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    transition: .2s ease-in-out;
}

@media screen and (max-width: 768px) {
    .hk-toTop {
        right: 10px;
        bottom: 63px;
    }
}

.hk-toTop.inactive {
    opacity: 0;
}

.hk-toTop__link {
    width: 50px;
    height: 50px;
    background: #22bfbd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 1px 1px 5px #b2b2b2;
    opacity: 0.6;
}

.hk-toTop__link:hover,
.hk-toTop__link:visited {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.hk-toTop__link span {
    font-size: 3.5rem;
    line-height: 5rem;
    transition: .2s ease-in-out;
}

.hk-toTop__link span:hover {
    transform: translateY(-3px);
}

@media screen and (min-width: 601px) {
    .hk-footerArea .fs-p-footerNavigationItem__title {
        pointer-events: none;
    }
}

/* ------------------------------------------------ */
/* 見出し */
.hk-heading--page {
    text-align: center;
    padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .hk-heading--page {
        padding: 10px 0;
    }
}

.hk-heading--lv2 {
    font-size: 2rem;
    padding: 20px 0;
    position: relative;
    text-align: center;
    margin: 60px 0 40px;
}

@media screen and (max-width: 1200px) {
    .hk-heading--lv2 {
        text-align: center;
        padding: 20px 0 20px;
        margin: 40px 0 20px;
    }
}

.hk-heading--lv2:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    background: radial-gradient(#ccf1e3, #fff);
    border-radius: 50%;
    top: -8px;
    left: calc(50% - 40px);
    z-index: -1;
}

.hk-heading--itemList {
    text-align: center;
    padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .hk-heading--itemList {
        padding: 0;
        margin: 20px 0;
        font-size: 2.6rem;
    }
}

/* ------------------------------------------------ */
/* トップページ */
.hk-products-list {
    margin: 0 0 0 0;
    /* padding: 8px; */
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .hk-products-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.hk-products-list li {
    list-style: none;
}

.hk-products-list-item a {
    display: block;
    text-align: center;
    color: currentColor;
    font-size: 1.4rem;
}

.hk-products-list-item a:hover {
    text-decoration: none;
}

.hk-products-list-item a:hover img {
    filter: brightness(0.6);
}


.hk-products-list-item img {
    border-radius: 10px;
    transition: .2s ease-in-out;
}

.hk-products-list-item.new img {
    border: dashed 3px #22bfbd;
}

.hk-products-list-item.new a:hover img {
    border: dotted 3px #22bfbd;
}

.hk-products-list-item.new span::before {
    /* content: "＼new／"; */
    content: "\ff3c\006e\0065\0077\ff0f";
    color: #22bfbd;
}

.hk-list-news li.fs-pt-list__item {
    margin: 0;
    border-bottom: solid 1px #ddd;
}

.hk-list-news li.fs-pt-list__item:first-child {
    border-top: solid 1px #ddd;
}

.hk-list-news a.fs-pt-list__link {
    padding: 15px 5px;
    display: grid;
    /* grid-template-columns: auto 1fr; */
    gap: 10px;
}

.hk-list-news a.fs-pt-list__link:hover {
    background: #efefef;
    text-decoration: none;
}

.hk-list-news a.fs-pt-list__link * {
    font-size: 1.4rem;
    line-height: 1;
    color: #333;
    padding: 0;
    margin: 0;
}

.hk-list-news a.fs-pt-list__link time {
    background: #00ab89;
    color: #fff;
    padding: 2px 5px;
}

.hk-list-news a.fs-pt-list__link h3 {
    margin: 10px;
    line-height: 1.6;
}

.hk-column__3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media screen and (max-width: 820px) {
    .hk-column__3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .hk-column__3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

[class*="hk-"] .fs-pt-column__heading {
    font-weight: normal;
    margin: 12px 0 5px;
    color: #333;
}

[class*="hk-"] .fs-pt-column a {
    color: #555;
}

[class*="hk-"] a.fs-pt-column__item {
    padding: 0;
    transition: .2s ease-in-out;
}

[class*="hk-"] a.fs-pt-column__item:hover {
    text-decoration: none;
    opacity: 0.7;
}

@media screen and (max-width: 600px) {
    .hk-product-list-carousel__newArrival .fs-c-productListCarousel__list__item {
        max-width: calc(100vw - 20px);
    }
}

.hk-product-list-carousel__ranking .fs-c-productListCarousel__ctrl {
    display: none !important;
}

.hk-product-list-carousel__ranking .slick-track {
    width: 100% !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px 0;
}

.hk-product-list-carousel__ranking .slick-track::before,
.hk-product-list-carousel__ranking .slick-track::after {
    display: none;
}

.hk-product-list-carousel__ranking .slick-track>div {
    position: relative;
    counter-increment: ranking;
}

.hk-product-list-carousel__ranking .slick-track>div::before {
    width: 35px;
    height: 35px;
    background: #7ec7c2;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: counter(ranking);
}

.hk-product-list-carousel__ranking .slick-track>div:nth-child(1)::before {
    content: "";
    background-image: url("https://kitamint.itembox.design/item/img/common/rank1.png?t=20231030142302");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: unset;
    border: none;
    width: 60px;
    height: 100px;
}

.hk-product-list-carousel__ranking .slick-track>div:nth-child(2)::before {
    content: "";
    background-image: url("https://kitamint.itembox.design/item/img/common/rank2.png?t=20231030142302");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: unset;
    border: none;
    width: 55px;
    height: 100px;
}

.hk-product-list-carousel__ranking .slick-track>div:nth-child(3)::before {
    content: "";
    background-image: url("https://kitamint.itembox.design/item/img/common/rank3.png?t=20231030142302");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: unset;
    border: none;
    width: 55px;
    height: 100px;
}

.hk-product-list-carousel__ranking .fs-c-productListCarousel__list__item {
    max-width: 132px;
    min-width: 132px;
}

.hk-main .hk-product-list-carousel__ranking .fs-c-productImage img,
.hk-main .hk-product-list-carousel__ranking .fs-c-productImage a:hover img {
    transform: none;
}


/* ------------------------------------------------ */
/* 商品グループページ */
/* --　サブグループリストパーツ　-- */
.hk-mainContents .fs-c-subgroupList {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

@media screen and (max-width: 1400px) {
    .hk-mainContents .fs-c-subgroupList {
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-columns: repeat(4, 1fr);
        /* gap: 10px; */
    }
}

@media screen and (max-width: 768px) {
    .hk-mainContents .fs-c-subgroupList {
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-columns: 1fr; */
    }
}

.hk-mainContents .fs-c-subgroupList__link {
    border: solid 1px #ddd;
    background: none;
    border-radius: 5px;
    transition: .2s ease-in-out;
}

[class*="hk-"] .fs-c-subgroupList__link::after {
    color: #ccc;
}

[class*="hk-"] .fs-c-subgroupList__link:hover {
    /* opacity: 0.7; */
    background: #efefef;
}

.hk-mainContents .fs-c-subgroupList__image {
    height: 100%;
    display: flex;
    align-items: center;
}

.hk-mainContents .fs-c-subgroupList__image>img {
    margin: 2px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

[class*="hk-"] .fs-c-subgroup {
    margin-bottom: 60px;
}

[class*="hk-"] .fs-c-subgroup .fs-c-listControl:last-of-type {
    display: none;
}

.hk-main .fs-c-productImage a img {
    transition: .2s ease-in-out;
}

.hk-main .fs-c-productImage a:hover img {
    /* filter: blur(2px); */
    transform: scale(1.02);
}

[class*="hk-"] .fs-c-productListItem__productName {
    margin: 0 0 5px;
}

[class*="hk-"] .fs-c-productName__name {
    text-align: left;
    word-break: keep-all;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    line-height: 1.5;
}

[class*="hk-"] .fs-c-productPrice {
    gap: 3px;
}

[class*="hk-"] .fs-c-productPointDisplay {
    color: inherit;
    background: none;
}

[class*="hk-"] .fs-c-productPrice__main {
    font-size: 1.8rem;
}

[class*="hk-"] .fs-c-productPrice--listed .fs-c-productPrice__main {
    font-size: 1.2rem;
}

[class*="hk-"] .fs-c-productPostage::before,
[class*="hk-"] .fs-c-productPostage::after {
    content: none;
}

[class*="hk-"] .fs-c-productPostage__label {
    background: #22bfbd;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 4px 13px;
    margin: 4px 0 0;
}

/* --　並べ替えパーツ　-- */
.hk-mainContents .fs-c-sortItems {
    gap: 5px;
    border: none;
}

.hk-mainContents .fs-c-sortItems__label {
    border: none;
    border-right: dotted 1px currentColor;
    padding: 0 8px 0 0;
}

.hk-mainContents .fs-c-sortItems__list {
    border: none;
}

.hk-mainContents .fs-c-sortItems__list__item {
    color: #555;
}

.hk-mainContents .fs-c-sortItems__list__item.is-active {
    background: #eee;
    color: #000;
}

.hk-mainContents .fs-c-sortItems__list__item a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* -- 詳細検索パーツ -- */
.hk-mainContents .fs-c-inputTable__headerCell {
    font-weight: unset;
    margin-bottom: 5px;
}

[class^="hk-"] .fs-p-productSearch__formSwitch {
    padding: 0;
    background: none;
}

[class^="hk-"] .fs-p-productSearch__formSwitch>span {
    background: #efefef;
    padding: 5px 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

[class^="hk-"] .fs-p-productSearch :checked+.fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
    border-bottom: none;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

[class^="hk-"] .fs-c-radioGroup,
[class^="hk-"] .fs-c-checkboxGroup {
    flex-direction: row;
    flex-wrap: wrap;
}

[class^="hk-"] .fs-c-radioGroup>*,
[class^="hk-"] .fs-c-checkboxGroup>* {
    flex-basis: auto;
}

[class*="hk-"] .fs-p-productSearch__form {
    padding: 20px;
    background: #efefef;
}

[class*="hk-"] .fs-p-productSearch {
    border: none;
}

[class*="hk-"] .fs-p-productSearch__field {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 0;
}

@media screen and (max-width: 768px) {
    [class*="hk-"] .fs-p-productSearch__field {
        grid-template-columns: 1fr;
    }
}

.hk-productSearch__content {
    border-bottom: solid 1px #ddd;
    padding: 0 0 20px;
}

.hk-productSearch__title {
    margin: 10px 0;
}

.fs-p-productSearch :checked~.fs-p-productSearch__search {
    max-height: none;
}

[class*="hk-"] .fs-c-inputTextGroup__item {
    display: flex;
    align-items: center;
}

[class*="hk-"] .fs-c-productListItem__outOfStock {
    background: #efefef;
    border: none;
    color: #cb353f;
}

[class*="hk-"] .fs-c-productNotice--outOfStock {
    margin: 20px 0;
}

[class^="hk-"] .fs-p-inputGroup {
    align-items: center;
}

/* ------------------------------------------------ */
/* 商品詳細ページ */
[class*="hk-main"] .fs-l-productLayout {
    display: grid;
    grid-template: "img info"
        "explain explain";
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    [class*="hk-main"] .fs-l-productLayout {
        grid-template: "img"
            "info"
            "explain";
        grid-template-columns: 1fr;
    }

}

[class*="hk-"] .fs-c-productNameHeading {
    font-size: 2.2rem;
}

#hk_itemDetail__img {
    grid-area: img;
}

#hk_itemDetail__info {
    grid-area: info;
}

#hk_itemDetail__explain {
    grid-area: explain;
}

.hk-itemDetailNote {
    background: #e8f7f6;
    color: #22bfbd;
    padding: 15px;
    margin: 20px 0;
}

.hk-itemDetailNote__important {
    background: #ffebc6;
    color: #ff9800;
    padding: 15px;
    margin: 20px 0;
}

.hk-itemDetailNote__caution {
    background: #fcb8bd;
    color: #cb353f;
    padding: 15px;
    margin: 20px 0;
}


.hk-itemDetailExtra__content {
    display: flex;
    margin: 1rem 0;
    gap: 10px;
}

.hk-itemDetailExtra__content+.hk-itemDetailExtra__content {
    border-top: solid 1px #efefef;
}

.hk-itemDetailExtra__content h3 {
    margin: 1rem 0;
}

.hk-itemDetailExtra__img {
    max-width: 100px;
    margin: 10px 0;
}

[class*="hk-main"] .fs-p-productDescription--short {
    margin-top: 30px;
}

[class*="hk-main"] .fs-c-productList__list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    justify-content: space-between;
    padding: 10px;
    gap: 40px 50px;
}

@media screen and (max-width: 1300px) {
    [class*="hk-main"] .fs-c-productList__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1200px) {
    [class*="hk-main"] .fs-c-productList__list {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 1140px) {
    [class*="hk-main"] .fs-c-productList__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 920px) {
    [class*="hk-main"] .fs-c-productList__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    [class*="hk-main"] .fs-c-productList__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 520px) {
    [class*="hk-main"] .fs-c-productList__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

[class*="hk-main"] .fs-c-productList__list__item {
    border: none;
    padding: 0;
    /* max-width: 200px; */
    margin: 0 auto;
}

[class*="hk-main"] .fs-c-productList__list__item form {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
}

.hk-itemList__image .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
    display: none;
}

.hk-itemList__information {
    display: flex;
    flex-direction: column;
}

.hk-itemList__information__button {
    margin-top: auto;
}

[class^="hk-main"] .fs-c-productListItem__control.fs-c-buttonContainer {
    justify-content: left;
    gap: 10px;
}

[class^="hk-main"] .fs-c-button--plain.fs-c-button--addToCart--list::before,
[class^="hk-main"] .fs-c-button--plain.fs-c-button--viewProductDetail::before,
[class^="hk-main"] .fs-c-button--plain.fs-c-button--subscribeToArrivalNotice--list::before {
    display: none;
}

[class^="hk-main"] .fs-c-button--addToWishList--icon.fs-c-button--particular,
[class^="hk-main"] .fs-c-button--removeFromWishList--icon.fs-c-button--particular {
    margin: 0;
}

[class*="hk-main"] .fs-c-productMarks {
    margin: 5px 0;
}

[class*="hk-main"] .fs-c-productMarks,
[class*="hk-main"] .fs-c-productMarks {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

[class*="hk-main"] .fs-c-productMark {
    gap: 3px;
}

[class*="hk-main"] .fs-c-mark,
[class*="hk-main"] .fs-c-productMark__mark {
    margin: 0;
}

.hk-itemDetail__info .fs-c-mark,
.hk-itemDetail__info .fs-c-productMark__mark {
    font-size: 1.4rem;
    line-height: 1.2;
}

[class*="hk-main"] .fs-c-productMainImage {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 30px; */
    padding: 40px;
}

[class*="hk-main"] .fs-c-productMainImage__image {
    max-width: 380px;
}

[class*="hk-main"] .fs-c-productImageModal {
    z-index: 9999999;
    display: flex;
    align-items: center;
}

[class*="hk-main"] .fs-c-salesPeriod__date,
[class*="hk-main"] .fs-c-productSalesPeriod {
    /* border-color: #22bfbd; */
    border: none;
    background: #fffacd;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    line-height: 1.2;
}

.hk-itemDetail__explain {
    display: grid;
    grid-template-columns: 1fr;
}

.hk-itemDetail__explain__title {
    border-bottom: solid 1px #ccc;
    color: inherit;
    font-size: 1.6rem;
    margin: 30px 0 0;
    padding: 0 5px 2px;
}

.hk-itemDetail__explain__quantity {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hk-itemDetail__explain__quantity img {
    max-width: 80px;
}

@media screen and (max-width: 768px) {
    .hk-itemDetail__explain__quantity img {
        max-width: 80px;
    }
}

dl.hk-itemDetail__explainList {
    display: grid;
    grid-template-columns: auto 1fr;
    border: solid 2px #e8f7f6;
}

dl.hk-itemDetail__explainList dt {
    background: #e8f7f6;
    border-bottom: solid 2px #fff;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

dl.hk-itemDetail__explainList dd {
    border-bottom: solid 2px #e8f7f6;
}

dl.hk-itemDetail__explainList dt,
dl.hk-itemDetail__explainList dd {
    margin: 0;
    padding: 10px;
}

dl.hk-itemDetail__explainList dt:last-of-type,
dl.hk-itemDetail__explainList dd:last-of-type {
    border: none;
}

@media screen and (max-width: 768px) {
    dl.hk-itemDetail__explainList {
        grid-template-columns: 1fr;
    }

    dl.hk-itemDetail__explainList dt {
        justify-content: left;
        padding: 2px 5px;
    }

    dl.hk-itemDetail__explainList dt,
    dl.hk-itemDetail__explainList dd {
        border: none;
    }

}

.hk-mainContents .fs-c-productNumber {
    border: none;
    padding: 0;
}

[class^="hk-main"] .fs-c-button--addToCart--detail,
[class^="hk-main"] .fs-c-button--subscribeToArrivalNotice--detail {
    width: 100%;
}

[class*="hk-main"] .fs-c-button--carousel--prev::before,
[class*="hk-main"] .fs-c-button--carousel--next::before {
    color: #aaa;
}

.hk-s-option .fs-c-productOption__price {
    display: none;
}

[class*="hk-main"] .fs-c-productReview {
    margin: 50px 0;
}

[class*="hk-main"] .fs-c-reviewBody {
    border: none;
    padding: 0;
}

[class*="hk-main"] .fs-c-reviewStars::before {
    color: #22bfa1;
}

[class*="hk-main"] .fs-c-rating__value {
    color: #22bfa1;
}

[class*="hk-main"] .fs-c-reviewStatus {
    background: #00ab89;
}

/* ------------------------------------------------ */
/* フリーページ（記事） */
/* 送料とお支払 */
[class^="hk-main"] .fs-c-documentArticle,
[class^="hk-main"] .fs-p-announcement {
    padding: 0 0 40px;
    margin: 20px 0;
}

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

    [class^="hk-main"] .fs-c-documentArticle,
    [class^="hk-main"] .fs-p-announcement {
        padding: 0 0 20px;
    }
}

[class^="hk-main"] .fs-c-documentArticle p {
    padding: 0 5px;
}

[class^="hk-main"] .fs-c-documentArticle a {
    text-decoration: underline;
}

[class^="hk-main"] .fs-c-documentArticle a:hover {
    text-decoration: none;
}

[class*="hk-main"] .fs-c-documentArticle__heading,
[class*="hk-main"] .fs-p-announcement__title,
[class*="hk-main"] .fs-c-wishlistProduct__title,
[class*="hk-main"] .fs-c-featuredProduct__title,
.hk-itemDetailExtra__heading {
    margin: 10px 0 20px;
    background: #f2f2f2;
    padding: 20px 15px;
    color: #333;
    text-align: left;
    font-size: 1.8rem;
    /* border: solid 1px #ddd; */
    /* border-bottom: solid 1px #ddd; */
    border: none;
    text-align: justify;
    /* background: #fff; */
}

[class*="hk-main"] .fs-c-documentArticle__content,
[class*="hk-main"] .fs-p-announcement__body {
    /* padding: 10px 10px 0; */
    padding: 0;
}

.hk-mainContents .fs-c-documentColumn {
    padding: 10px 0 0;
}

.hk-mainContents *+.fs-c-documentColumn {
    margin-top: 35px;
}

.hk-mainContents .fs-c-documentColumn__heading {
    border: none;
    border-bottom: solid 1px #ccc;
    color: inherit;
    margin: 0;
    padding: 0 5px 6px;
    font-size: 1.6rem;
}

.hk-mainContents .fs-c-documentColumn__content {
    /* padding: 0 5px; */
    padding: 0;
}

.hk-documentArticle__caution {
    margin: 1rem 0;
    padding: 0 5px;
    list-style: none;
}

.hk-documentArticle__caution li {
    position: relative;
    margin-left: 2rem;
}

.hk-documentArticle__caution li::before {
    position: absolute;
    left: -2.4rem;
    font-family: "Material Symbols Outlined";
    content: "\e000";
    font-size: 2rem;
    font-weight: 500;
    color: #bbb;
}

.hk-contactSelect {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 80px;
    max-width: 800px;
    margin: 0 auto;
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 800px) {
    .hk-contactSelect {
        grid-template-columns: 1fr;
    }
}

.hk-guideMenu {
    margin: 0 0 50px;
}

.hk-guideMenu ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .hk-guideMenu ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .hk-guideMenu ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hk-guideMenu li {
    border-radius: 10px;
    background: #e8f7f6;
}

.hk-guideMenu li:hover {
    background: #eee;
}

.hk-guideMenu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #333;
    padding: 5px;
    text-align: center;
}

.hk-guideMenu li a:hover {
    text-decoration: none;
    color: #333;
}

.hk-guideMenu li a::after {
    font-family: "Material Symbols Outlined" !important;
    content: "\e5cf";
    font-size: 2rem;
    font-weight: 500;
    transition: .2s ease-in-out;
}

.hk-guideMenu li a:hover::after {
    transform: translateY(2px);
}

.hk-news {
    max-width: 800px;
    margin: 0 auto;
}

.hk-news time {
    background: #aaa;
    color: #fff;
    padding: 2px 4px;
}

.hk-newsSection {
    padding: 30px 0;
}

.hk-newsSection+.hk-newsSection {
    border-top: solid 1px #ddd;
}

/* ------------------------------------------------ */
/* ログイン */
[class*="hk-"] .fs-c-subSection__title,
[class*="hk-"] .fs-c-linkedServiceLogin__title {
    border: none;
    border-bottom: solid 1px #ccc;
    color: inherit;
    margin: 20px 0;
    padding: 0 5px 2px;
    font-size: 1.8rem;
}

/* ------------------------------------------------ */
/* マイページ */
[class*="hk-"] .fs-c-accountService {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 0 40px;
}

@media screen and (max-width: 1400px) {
    [class*="hk-"] .fs-c-accountService {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 600px) {
    [class*="hk-"] .fs-c-accountService {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 300px) {
    [class*="hk-"] .fs-c-accountService {
        grid-template-columns: repeat(1, 1fr);
    }
}

[class*="hk-"] .fs-c-accountService__page {
    margin: 0;
    padding: 0;
}

[class*="hk-"] .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    background: #e8f7f6;
    border-radius: 10px;
    color: inherit;
    border: none;
}

[class*="hk-"] .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover {
    background: #eee;
}

[class*="hk-"] .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    color: #555;
}

[class^="hk-"] .fs-c-history__info {
    background: none;
}

[class^="hk-"] .fs-c-history__term {
    color: inherit;
}

[class^="hk-"] .fs-c-specialPointList__label {
    color: inherit;
}


/* ------------------------------------------------ */
/* メールマガジン申し込み */
/* 会員登録 */

.fs-c-agreementConfirmation {
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fs-c-inputInformation__field,
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
    max-width: 800px;
    background: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 768px) {
    .fs-c-modal__contents .fs-c-inputInformation__field {
        color: inherit;
        padding: 0 20px;
    }
}

.fs-c-modal__contents .fs-c-inputInformation__field {
    padding-bottom: 20px;
}

.fs-c-inputField__explanation {
    font-size: 1.4rem;
    color: #aaa;
    line-height: 1.5;
}

.fs-c-inputField__explanation p {
    margin: 5px 0 0 0;
}

.fs-c-radio__radioLabelText {
    line-height: 1;
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark {
    border-color: #22bfbd;
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
    background: #22bfbd;
}

.fs-c-additionalCheckField .fs-c-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f7f6;
    border-radius: 10px;
    /* margin: 20px; */
    padding: 20px;
}

.fs-c-additionalCheckField .fs-c-checkbox__label {
    gap: 5px;
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
    background: #22bfbd;
    border-color: #22bfbd;
}

.fs-c-agreementConfirmation__addon {
    margin: 0;
}

.fs-c-agreementConfirmation__addon input {
    padding-top: 10px;
    padding-bottom: 10px;
}

[class^=hk-] [type=hidden],
[class^=hk-] [type=text],
[class^=hk-] [type=search],
[class^=hk-] [type=tel],
[class^=hk-] [type=url],
[class^=hk-] [type=email],
[class^=hk-] [type=password],
[class^=hk-] [type=datetime],
[class^=hk-] [type=date],
[class^=hk-] [type=month],
[class^=hk-] [type=week],
[class^=hk-] [type=time],
[class^=hk-] [type=datetime-local],
[class^=hk-] [type=number],
[class^=hk-] select,
[class^=hk-] textarea {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fs-c-checkout-checkoutMethodList {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ------------------------------------------------ */
/* 会員情報 */

.fs-body-newsletter-subscribe .fs-c-inputTable,
.fs-c-memberInfoField .fs-c-inputTable {
    border-collapse: collapse;
}

.fs-body-newsletter-subscribe .fs-c-inputTable>tbody,
.fs-c-memberInfoField .fs-c-inputTable>tbody {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fs-body-newsletter-subscribe .fs-c-inputTable>tbody>tr,
.fs-c-memberInfoField .fs-c-inputTable>tbody>tr {
    display: flex;
    flex-direction: column;
}

.fs-body-newsletter-subscribe .fs-c-inputTable__headerCell,
.fs-c-memberInfoField .fs-c-inputTable__headerCell {
    font-weight: 300;
    padding: 0 5px;
}

.fs-body-newsletter-subscribe .fs-c-inputTable__dataCell,
.fs-c-memberInfoField .fs-c-inputTable__dataCell {
    font-size: 1.6rem;
}

.fs-body-newsletter-subscribe .fs-c-inputTable__dataCell,
.fs-c-memberInfoField .fs-c-inputTable__dataCell {
    padding: 15px 5px;
}

/* ------------------------------------------------ */
/* メンテナンス中 */

.hk-closed__img {
    max-width: 500px;
    width: 100%;
    padding: 20px;
}

.hk-closed__shopName {
    font-size: 1.8rem;
    margin: 40px 0;
}

/* .fs-body-closed {
background-image: url(https://kitamint.itembox.design/item/img/common/peppermintMark_rgb.png?t=20231030142302);
} */

.hk-closed__sns ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    gap: 10px;
}

.hk-closed__sns ul li a {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background: #efefef;
    border-radius: 50%;
}

.hk-closed__sns ul li a:hover {
    background: #e8f7f6;
}

.hk-closed__sns ul li a img {
    border-radius: 5px;
    opacity: 0.8;
    width: 30px;
}

/* ------------------------------------------------ */
/* 製品紹介 */
.hk-headerArea-pd {
    position: relative;
}

.hk-headerArea-feature h1 {
    margin: 0;
    padding: 0;
}

.hk-header-pd__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 15px;
}

.hk-header-pd__subHeading {
    display: block;
    font-size: 1.6rem;
}

.hk-header-pd__heading h1 {
    font-size: 2.8rem;
    padding: 0 0 15px;
    margin: 0;
}

.hk-header-pd__img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    position: inherit;
    z-index: -1;
    filter: brightness(0.5);
}

.hk-documentArticle-pd,
.hk-documentArticle-feature {
    padding: 0 20px 50px;
}

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

    .hk-documentArticle-pd,
    .hk-documentArticle-feature {
        margin: 0 10px;
        padding: 0 0 20px;
    }
}

.hk-documentArticle-pd+.hk-documentArticle-pd,
.hk-documentArticle-feature+.hk-documentArticle-feature {
    border-top: solid 1px #ccc;
}

/* .hk-documentArticle-pd p,
.hk-documentArticle-feature p {
    padding: 0 5px;
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
} */

/* .hk-documentArticle-pd ul.hk-c-list,
.hk-documentArticle-feature ul.hk-c-list {
    max-width: 800px;
    margin: 0 auto;
} */

.hk-documentArticle-pd__heading,
.hk-documentArticle-feature__heading {
    text-align: center;
    padding: 50px 0;
    font-size: 2.8rem;
    color: #bbb;
}

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

    .hk-documentArticle-pd__heading,
    .hk-documentArticle-feature__heading {
        padding: 30px 0;
        font-size: 2.6rem;
    }
}

.hk-documentColumn-pd::before {
    content: "・・・";
    display: block;
    color: #aaa;
    text-align: center;
    height: 8rem;
    line-height: 8rem;
}

.hk-documentColumn-feature::after {
    content: url("https://kitamint.itembox.design/item/img/common/peppermintMark_rgb.png?t=20231030142302");
    display: block;
    text-align: center;
    opacity: 0.4;
    padding: 30px 0;
}

.hk-documentColumn-pd__heading {
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.4;
}

.hk-documentColumn-feature__heading {
    font-size: 2.2rem;
    text-align: center;
    margin: 50px 0 30px;
    line-height: 1.4;
}

.hk-documentColumn-pd__text,
.hk-documentColumn-feature__text {
    padding: 0 5px;
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hk-documentColumn-pd__text p,
.hk-documentColumn-feature__text p {
    text-align: center;
}

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

    .hk-documentColumn-pd__text p,
    .hk-documentColumn-feature__text p {
        text-align: justify;
    }
}

.hk-documentColumn-pd__imgContainer {
    max-width: 1200px;
    /* max-width: 800px; */
    margin: 0 auto;
}

.hk-documentColumn-pd__imgContainer img {
    aspect-ratio: 4 / 1;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 678px) {
    .hk-documentColumn-pd__imgContainer img {
        aspect-ratio: 2 / 1;
    }
}

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

    .hk-documentArticle-pd .fs-c-productListCarousel__list__item,
    .hk-documentArticle-feature .fs-c-productListCarousel__list__item {
        max-width: 132px;
        min-width: 132px;
    }
}

.hk-documentArticle-pd .fs-c-buttonContainer,
.hk-documentArticle-feature .fs-c-buttonContainer {
    padding: 0;
}

.hk-documentArticle-pd .fs-c-productListCarousel__list__item>*+*,
.hk-documentArticle-feature .fs-c-productListCarousel__list__item>*+* {
    margin: 0;
}

.hk-products-mintShower__img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media screen and (max-width: 500px) {
    .hk-products-mintShower__img {
        grid-template-columns: 1fr;
    }
}

.hk-products-example {
    display: flex;
    gap: 10px;
    padding: 15px 10px;
    align-items: center;
    border: solid 1px #ddd;
    margin: 30px 0;
}

.hk-products-example img {
    max-height: 100px;
}

/* ------------------------------------------------ */
/* 製品紹介・特集　任意商品表示 */

.hk-documentArticle-pd .fs-c-productListCarousel,
.hk-documentArticle-feature .fs-c-productListCarousel {
    display: initial;
}

.hk-documentArticle-pd .fs-c-productListCarousel__list,
.hk-documentArticle-feature .fs-c-productListCarousel__list {
    display: initial;
}

.hk-documentArticle-pd .fs-c-productListCarousel__ctrl,
.hk-documentArticle-feature .fs-c-productListCarousel__ctrl {
    display: none !important;
}

.hk-documentArticle-pd .fs-c-slick .slick-track,
.hk-documentArticle-feature .fs-c-slick .slick-track {
    transform: none !important;
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

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

    .hk-documentArticle-pd .fs-c-slick .slick-track,
    .hk-documentArticle-feature .fs-c-slick .slick-track {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.hk-documentArticle-pd .fs-c-slick .slick-track:before,
.hk-documentArticle-pd .fs-c-slick .slick-track:after,
.hk-documentArticle-feature .fs-c-slick .slick-track:before,
.hk-documentArticle-feature .fs-c-slick .slick-track:after {
    display: none;
}

.hk-documentArticle-pd .slick-slide>div,
.hk-documentArticle-feature .slick-slide>div {
    text-align: center;
}

.hk-documentArticle-pd .fs-c-productListCarousel__list__item,
.hk-documentArticle-feature .fs-c-productListCarousel__list__item {
    align-items: center;
}

.hk-documentArticle-pd .fs-c-productName__name,
.hk-documentArticle-feature .fs-c-productName__name {
    text-align: center;
}

.hk-documentArticle-pd a.hk-targetBlank,
.hk-documentArticle-feature a.hk-targetBlank {
    text-decoration: underline;
}

[class^="hk-main"] .fs-p-privacyPolicy,
[class^="hk-main"] .fs-p-aboutTerms,
[class^="hk-main"] .fs-p-aboutPoints,
[class^="hk-main"] .fs-p-memberAgreement {
    max-width: 800px;
    margin: 0 auto;
}

/* ------------------------------------------------ */
/* 商品をさがす */
.hk-searchSection+.hk-searchSection {
    margin-top: 60px;
}

.hk-searchSection__heading {
    font-size: 2.2rem;
}

.hk-searchSection__content .fs-pt-menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hk-searchSection__content .fs-pt-menu__submenu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

.hk-searchSection__content span.fs-pt-menu__heading--lv1 {
    border-bottom: solid 1px #ddd;
    margin: 15px 0;
}

.hk-searchSection__content a.fs-pt-menu__link--lv1 {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
}

.hk-searchSection__content a.fs-pt-menu__link--lv1::after {
    content: "一覧を表示";
    font-family: inherit !important;
    font-size: 1.2rem;
}

.hk-searchSection__content .fs-pt-menu__heading--lv2 {
    border: solid 1px #ddd;
    border-radius: 5px;
    transition: .2s ease-in-out;
}

.hk-searchSection__content .fs-pt-menu__heading--lv2:hover {
    background: #efefef;
}

.hk-searchSection__content .fs-pt-menu__item--lv2 a {
    padding: 10px 3px 10px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hk-searchSection__content .fs-pt-menu__item--lv2 a:hover {
    color: currentColor;
}

.hk-searchSection__content .fs-pt-menu__item--lv2 a::after {
    content: "\e90c";
    color: #ccc;
}

.hk-searchSection__content .fs-p-productSearch__form {
    background: #eeeeee6b;
    transform: none;
    border: solid 1px #ddd;
    border-radius: 5px;
}

/* ------------------------------------------------ */

.hk-targetBlank a {
    display: inline-flex;
    align-items: center;
}

a.hk-targetBlank {
    position: relative;
    padding-right: 2rem;
}

a.hk-targetBlank::after {
    position: absolute;
}

.hk-targetBlank a:hover,
a.hk-targetBlank:hover {
    text-decoration: none;
}

.hk-targetBlank a::after,
a.hk-targetBlank::after {
    font-family: "Material Symbols Outlined" !important;
    content: "\e89e";
    font-size: 1.8rem;
    font-weight: 500;
    color: currentColor;
    margin-left: 2px;
}

a.hk-innerLink {
    text-decoration: underline;
}

a.hk-innerLink:hover {
    text-decoration: none;
}