/** Shopify CDN: Minification failed

Line 1462:0 All "@import" rules must come first

**/
.topbar {
    background: #9CC7DB;
}

.pc_hide{
display: none;   
}
@media screen and (max-width: 768px) {
.sp_hide{
    display: none;
}
.pc_hide{
    display: block;   
    }
}

/* ====================================================================================
ヘッダー
==================================================================================== */

header.header .header__navigation_block{
    grid-area: header__navigation;
    border-block-end: 0;
    width: 100%;
}
.header__navigation{
padding-block-end: 0;
}
header.header .dropdown{
padding-block-start: calc(var(--header-navigation-height, 0px) + 35px);
}
header.header .mega-menu__container{
padding-block-start: calc(var(--header-navigation-height, 0px) + 60px);
}
@media screen and (max-width: 1143px) {
    header.header .dropdown{
        padding-block-start: calc(var(--header-navigation-height, 0px) + 20px);
        }
}
@media screen and (min-width: 1024px) {
    .header__top--logo-left {
        --header-grid-template: "logo header__navigation search icons" / auto 1fr 1.5fr;
    }
    header .header__search predictive-search.search__form{
    min-width: auto;
    max-width: 100%;
    width: 100%;
    }
}
@media screen and (max-width: 1023px) {
.header__navigation_block{
    display: none;
}
.header__top .header__search{
    padding-block-start: 0rem;
}
}
.search__field .search__input {
    background: #f5f5f5;
}

.form-select {
    font-weight: normal !important;
    font-size: 1.5rem;
}

.cart-icon--solid {
    background: transparent;
}

.featured-collection .reversed-link {
    font-weight: 400 !important;
    text-align: center;
}

.menu-sidebar__toggle {
    padding: .8rem 1.2rem;
    font-family: "Jost", sans-serif !important;
}

a.menu-sidebar__item{
    padding: .8rem 1.2rem;
    width: var(--toggle-width);
}
a.menu-sidebar__item:last-child{
    padding-block-end: .8rem ;
  margin-bottom: 2rem;
}

.menu-sidebar__toggle.is-visible {
    background: #F5F5F5;
}

.menu-sidebar__content {
    border-inline-start: none;
}

.menu__item span {
    font-weight: 500 !important;
    font-family: "Jost", sans-serif !important;
}

.dropdown__nav {
    font-weight: 500;
    font-family: "Jost", sans-serif;

}

.reversed-link .media-wrapper {
    aspect-ratio: 237 / 150 !important;
}

.search__products-recommendation h4,
.search__most-searched-keywords h4 {
    font-weight: 700;
    font-family: "Jost", sans-serif;
}


.menu-drawer__item .menu-drawer__item-link,
.menu-drawer__item .menu-drawer__item-back-link {
    font-weight: 500 !important;
    font-family: "Jost", sans-serif !important;
    font-size: 1.6rem;
}

.reversed-link__text {
    font-size: 1.4rem;
}

.menu-drawer__item-grandchild {
    --f-column-gap: 2.4rem;
}

.header__buttons{
    column-gap: .4rem;
}

@media screen and (max-width: 768px) {
    .search__field .search__types{
        max-width: 14rem;
    }
    .search__field .search__types .form-select{
        font-size: 1.2rem;
    }
    .search__field .search__input {
        /* padding-inline-start: 15rem; */
        font-size: 1.3rem;
        max-height: 40px;
    }
    .cart-icon{
        width: 4.8rem;
        height: 4.8rem;
    }
    .cart-count--absolute{
        top: 0;
        inset-inline-end: -.3rem;
    }
    .header__buttons{
        column-gap: 0;
    }
    .account-button{
        margin-right: -10px;
    }
    .account-button svg,
    .cart-drawer-button svg{
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 639px) {
      .search__field .search__input {
        padding-inline-start: 15rem;
    }
}


/* ====================================================================================
ヘッダー下部ボタン群
==================================================================================== */

.section__content button-list .button-list__items .button-list__item .button-item__inner{
    padding: 6px 12px !important;
    line-height: 1;
}
.button-item__inner .button-item__text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    position: relative;
    margin-top: 0px;
}

.button-item:not(.button-item--icon) .button-item__text::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    margin-right: .4rem;
    margin-bottom: 1px;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-mask: url(icon-search.svg);
    mask: url(icon-search.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #5a5a5a;
    transition: background .3s;
}

.button-item__inner {
    min-height: 3.2rem !important;
}

.button-item__inner {
    padding: 5px 16px !important;
}

.button-item__inner::before {
    display: none;
}

.button-item__inner:hover {
    background: #1ABDCE;
    border-color: #1ABDCE;
}
.button-item__inner:hover .button-item__text{
    color: #fff;
}
.button-item__inner:hover .button-item__text::before {
    background: #fff;
}

.button-item__icon {
    width: 16px !important;
}

.button-item__icon img {
    object-fit: contain !important;
}

@media screen and (max-width: 768px) {
    .button-item__inner .button-item__text {
        font-size: 1rem;
        margin-top: 0;
    }
    .button-item:not(.button-item--icon) .button-item__text::before {
        width: 1.2rem;
        height: 1.2rem;
    }
    .button-item__inner {
        min-height: 2.7rem !important;
    }
    
}

.section .section__container .section__content .swiper-controls button.swiper-button{
    display: none !important;
}


.topbar{
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbar .topbar__text p{
    font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
    .topbar{
        min-height: 38px;
    }
    .topbar .topbar__text p{
        font-size: 1rem;
    }
}


/* ====================================================================================
TOP>バナースライダー
==================================================================================== */
.p-top-slider .swiper {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.p-top-slider .swiper.swiper-initialized {
    opacity: 1;
}


.p-top-slider .swiper-pagination {
    bottom: 0;
}

.p-top-slider__swiper {
    padding-bottom: 3.2rem;
}

.swiper-button-next,
.swiper-button-prev {
    display: block !important;
    border-radius: 10rem;
    width: 4rem;
    height: 4rem;
    background: #9CC7DB;
    transition: background .3s;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    color: #fff;

}


.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #9CC7DB;
}

.p-top-slider__swiper .swiper-button-next {
    right: 5rem;
}

/* .swiper-button-prev {
    left: 5rem;
} */

.p-top-slider__swiper .swiper-pagination-bullet {
    background: #F5F5F5;
    opacity: 1;
    margin: 0 4px;
}

.p-top-slider__swiper .swiper-pagination-bullet-active {
    background: #9CC7DB;
}

.p-top-slider__link {
    display: block;
    transition: opacity .3s;
}

.p-top-slider__link:hover {
    opacity: 0.6;
}

.p-top-slider__img {
    display: block;
}

.p-top-slider__img img {
    aspect-ratio: 1 / 1;
    width: 100%;
}

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

    .p-top-slider__swiper .swiper-button-next,
    .p-top-slider__swiper .swiper-button-prev {
        width: 3.2rem;
        height: 3.2rem;
    }

    .p-top-slider__swiper .swiper-button-next {
        right: 3rem;
    }

    .p-top-slider__swiper .swiper-button-prev {
        left: 3rem;
    }

    .p-top-slider__swiper .swiper-button-next::after,
    .p-top-slider__swiper .swiper-button-prev::after {
        font-size: 1.4rem;
    }
}

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

    .p-top-slider__swiper .swiper-button-next {
        right: 1.5rem;
    }

    .p-top-slider__swiper .swiper-button-prev {
        left: 1.5rem;
    }
}



/* ====================================================================================
Featured Collection
==================================================================================== */

.swiper-button {
    width: 4.8rem;
    height: 4.8rem;
    background: #9CC7DB;
    border: none;
    opacity: 1 !important;
}

.swiper-button:not(.swiper-button-disabled):hover {
    background: #1ABDCE;
}

.swiper-button::before {
    display: none;
}

.swiper-button-disabled {
    background: #DFF0F6;
}

.swiper-button svg {
    width: 1.8rem;
    height: 1.8rem;
    color: #fff;
    margin-top: 8px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1ABDCE;
}

scroll-progress-bar .progress-container .progress-bar{
    background: #1ABDCE;
}

.swiper-controls--pagination-progressbar .swiper-pagination-progressbar{
    background: #E6E6E6;
}

.text-subheading {
    font-size: 1.4rem;
    font-weight: normal;
}

.rich-text>*:first-child:is(.rich-text__subheading) {
    margin-bottom: 0;
}

.rich-text__heading {
    font-family: "Jost", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.rich-text__button {
    margin: 0;
}

.rich-text__button a {
    font-size: 1.8rem;
    font-weight: normal;
}


.product-card__title .reversed-link__text {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
}


.product-card__image-wrapper .f-price {
    justify-content: center;
    font-weight: normal !important;
    font-size: 1.8rem;
    font-family: "Jost", sans-serif;
}
.product-card__info.text-center .f-price{
    font-weight: normal !important;
}

.product-card__info .product-card__title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
}

.f-price-item--sale {
    font-weight: 600;
    font-size: 2rem;
    font-family: "Jost", sans-serif;
}

.f-badge--sale {
    font-size: 1.3rem;
    background: #D14F4F;
    font-family: "Jost", sans-serif;
}

.product-card__badge .f-badge--soldout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .2);
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-size: 2.2rem;
    border-radius: 0;
    padding: 0;
}

.product-card__badge:has(.f-badge--soldout) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-card__badge .f-badge--outlet{
    background-color: #D14F4F;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 12px;
}
.product-card__badge .f-badge--new{
    background-color: #FEF582;
    color: #1B1B1B;
}

.section.color-scheme-7 .swiper-button-disabled {
    background: #fff;
}

.section.color-scheme-7 .swiper-button-disabled svg {
    color: #9CC7DB;
}


.product-card__atc-text {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.btn--secondary::before,
.btn--icon::before,
.btn--outline::before,
.btn--white::before {
    background-color: #1ABDCE;
    display: none;
}

.product-card__atc:hover {
    background: #1ABDCE;
}

/* ====================================================================================
TOP>ランキング
==================================================================================== */

.p-ranking .tabs {
    background: #FDFFFF;
}

/* ====================================================================================
TOP>カテゴリー
==================================================================================== */

.tabs-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-inline-start: var(--page-padding);

}
.tabs-wrapper::-webkit-scrollbar{
    display: none;
}
.tabs {
    padding: .8rem 2.4rem;
    border-radius: 10rem;
    display: flex;
    justify-content: space-between;
    background: #F5F5F5;
    /* min-width: 105rem; */
    width: fit-content;
    min-width: 100%;
    margin-right: var(--page-padding);
}
@media screen and (max-width: 1024px) {
    /* .tabs {
        min-width: 105rem;
    } */
}
.tab-button {
    padding: 1.6rem;
    border-radius: 10rem;
    border: none;
    font-weight: normal;
    font-size: 1.4rem;
}

.tab-button.is-active {
    background: #1ABDCE;
    color: #fff;
}

.tab-contents {
    margin-top: 4rem;
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all .3s;
}

.tab-content.is-active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.tab-content__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.tab-content__link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.6rem;
}

.tab-content__link:hover .tab-content__title::after {
    transform: scale(1, 1);
}

.tab-content__img {
    flex: 0 0 5.4rem;
}

.tab-content__img img {
    aspect-ratio: 1 / 1;
    border-radius: 10rem;
    object-fit: cover;
}

.tab-content__title {
    margin: 0;
    font-size: 1.5rem;
    position: relative;
}

.tab-content__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333333;
    transform-origin: top left;
    transform: scale(0, 1);
    transition: transform .3s;
}

@media screen and (max-width: 1024px) {
    .tab-section {
        padding-bottom: 0.6rem;
    }

    .tab-content__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem;
    }

    .tab-contents {
        margin-top: 3.2rem;
        padding: 1.6rem;
    }

    .tab-content__link {
        padding: 0;
    }

    .tab-content__title {
        font-size: 1.4rem;
        line-height: 1.1;
    }
}

@media screen and (max-width: 768px) {
    .rich-text__heading {
        font-size: 2.8rem;
    }

    .section__header--buttons:not(:first-child) {
        margin-top: 0;
    }

    .tab-button {
        padding: .8rem 1.6rem;
        line-height: 1.1;
        height: inherit;
    }
}






/* ====================================================================================
TOP>マルチカラム
==================================================================================== */
.shopify-section-group-footer-group .multicolumn__items {
    gap: 5rem;
}

.shopify-section-group-footer-group .multicolumn-card:not(.color-scheme-inherit) {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.shopify-section-group-footer-group .multicolumn-card h3 {
    font-weight: normal !important;
    font-size: 1.6rem;
    margin-top: 0.5rem;
}


.shopify-section-group-footer-group .multicolumn-card p {
    font-size: 1.4rem;
    margin-top: 1.6rem;
    margin-left: -5rem;
}

.shopify-section-group-footer-group .multicolumn-card a {
    color: #1ABDCE;
    text-decoration: underline;
    font-weight: 500;
}

.shopify-section-group-footer-group .multicolumn-card a:hover {
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .shopify-section-group-footer-group .multicolumn-card__divider {
        left: calc(100% + 2.5rem);
    }

    .shopify-section-group-footer-group .multicolumn-card-wrapper:nth-child(n+3)::before {
        content: "";
        position: absolute;
        top: -2.5rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(229, 229, 229, 1);
    }

    .shopify-section-group-footer-group .multicolumn-card-wrapper:nth-child(3)::before {
        width: calc(100% + 5rem);
    }
}

@media screen and (max-width: 768px) {
    .shopify-section-group-footer-group .multicolumn__items {
        gap: 3.2rem 2.4rem;
    }

    .shopify-section-group-footer-group .multicolumn-card {
        padding: 0 !important;
    }

    .shopify-section-group-footer-group .multicolumn-card p {
        margin-top: 0.8rem;
        font-size: 1.3rem;
    }

    .shopify-section-group-footer-group .multicolumn-card__divider {
        left: calc(100% + 1.2rem);
    }

    .shopify-section-group-footer-group .multicolumn-card-wrapper:nth-child(n+3)::before {
        content: "";
        position: absolute;
        top: -1.6rem;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(229, 229, 229, 1);
    }

    .shopify-section-group-footer-group .multicolumn-card-wrapper:nth-child(3)::before {
        width: calc(100% + 2.4rem);
    }
    .shopify-section-group-footer-group .multicolumn-card h3 {
        margin-top: 0;
    }

}

/* ====================================================================================
フッター
==================================================================================== */

.footer {
    background: #DFF0F6;
}



.footer__top-wrapper {
    justify-content: space-between;
    position: relative;
    align-items: start;
}

.footer-block--image_text {
    position: absolute;
    top: 0;
    left: 0;
}

.footer-block--newsletter {
    padding-top: 15rem;
}

.footer-newsletter__description {
    margin: 0;
}

.accordion-details__summary {
    padding-bottom: 2.4rem !important;
}

.linklist--vertical li+li {
    padding-top: 1.6rem;
}

footer .reversed-link__text {
    font-size: 1.6rem;
}

.footer__bottom {
    padding-top: 10.4rem;
}

.footer__bottom-row {
    justify-content: center;
}

.footer-block__heading {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
}

.footer__copyright-content {
    font-family: "Jost", sans-serif;
    font-size: 1.3rem;
}

.newsletter-form__field-wrapper button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    background: #1ABDCE;
    border-color: #1ABDCE;
    padding: 1.6rem 3.4rem;
    min-height: 80%;
}

.newsletter-form__field-wrapper button[type="submit"] .btn__text {
    font-family: "Jost", sans-serif;
    line-height: 1;
}

.newsletter-form__field-wrapper button[type="submit"]::before {
    display: none;
}
.newsletter-form__field-wrapper button[type="submit"] .newsletter-form__field--arrow {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 0.2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(10%) rotate(45deg);
}
.newsletter-form__field-wrapper button[type="submit"]:hover {
    background: #fff;
    color: #1ABDCE;
}

.newsletter-form__field-wrapper input.form-control {
    background: #fff;
    padding: 1.4rem 12rem 1.4rem 2.4rem;
}
a.social__link{
    border: none;
    background: #1ABDCE;
}
a.social__link:hover{
    border: none;
    background: #fff;
}
a.social__link svg path{
    fill: #fff;
}
a.social__link:hover svg path{
    fill: #1ABDCE;
}

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

    .footer-block--image_text,
    .footer-image-box__image {
        width: 10rem !important;
    }

    .footer__wrapper {
        padding: 4.8rem 0;
    }

    .footer-block--newsletter.order-first {
        padding-top: 8rem;
        margin-bottom: 4rem !important;
    }

    .footer__bottom {
        padding-top: 4rem;
        text-align: center;
    }

    .footer__bottom-row {
        display: block;
        text-align: center;
    }

    .footer__top summary {
        padding: 1.6rem 0 3.2rem;
    }

    .footer__top details {
        margin-top: 1.6rem;
    }

    footer .reversed-link__text {
        font-size: 1.5rem;
    }
    .newsletter-form__field-wrapper button[type="submit"] {
        padding: 1.6rem 2.4rem;
    }
    .footer__list-social{
       justify-content: center;
    }
}



/* ====================================================================================
商品一覧
==================================================================================== */

.collection-section .section-divider {
    display: none;
}

.breadcrumbs--last {
    color: #8E8E8E;
}

.breadcrumbs span{
  white-space: nowrap;
}
.breadcrumbs .breadcrumbs--sep{
  min-width: .1rem;
}

.facet-drawer-button {
    background: transparent;
}

.facet-drawer-button:hover {
    background: #1ABDCE;
}

.facet-drawer-button .btn__text {
    font-weight: normal;
}

.drawer__sticky button {
    background: #9CC7DB;
    border: none;
    font-family: "Jost", sans-serif;
}

.drawer__sticky button::before {
    display: none;
}

.drawer__sticky button:hover {
    background: #bed8e4;
    color: #fff;
}

.pagination__item--current {
    background: #9CC7DB;
    color: #fff;
}

.pagination__list {
    gap: .8rem;
}
.product-card__image-ranking {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
}
.product-card__image-ranking-number{
    background-color: #9CC7DB;
    color: #fff;
    border-radius: 99px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .product-card__image-ranking {
        left: 8px;
    }
}
/* 絞り込み機能 */
#DrawerFacetFiltersContainer .facet-short-drawer{
    padding-block-end: 1.4rem;
}


/* ====================================================================================
商品 > バナースライド
==================================================================================== */

.p-product-slider .swiper-button-prev {
    left: 20vw;
}

.p-product-slider .swiper-button-next {
    right: 20vw;
}

.p-product-slider__link {
    display: block;
    transition: opacity .3s;
}

.p-product-slider__link:hover {
    opacity: 0.6;
}

.p-product-slider__img {
    display: block;
}

.p-product-slider__img img {
    aspect-ratio: 75 / 15;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .p-product-slider .swiper-button-prev {
        left: 12vw;
    }

    .p-product-slider .swiper-button-next {
        right: 12vw;
    }
}

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

    .p-product-slider .swiper-button-prev,
    .p-product-slider .swiper-button-next {
        display: none !important;
    }
}

/* ====================================================================================
商品詳細
==================================================================================== */
.product__block--title h1 {
    font-weight: bold;
    font-size: 2.4rem;
}

.product__block--price .f-price--on-sale .f-price-item--sale {
    font-size: 3.6rem;
}

button.product-form__submit {
    background: #1ABDCE;
    border-color: #1ABDCE;
    color: #fff;
}
button.product-form__submit:hover path,
button.product-form__submit:hover circle,
button.product-form__submit:hover line{
    stroke: #1ABDCE;
}

button.product-form__submit .btn__text {
    font-family: "Jost", sans-serif;
}

button.product-form__submit::before {
    display: none;
}

button.product-form__submit:hover {
    background: #fff;
    color: #1ABDCE;
}

@media screen and (max-width: 768px) {
    .product__block--title h1 {
        font-size: 2rem;
    }

    .product__block--price .f-price--on-sale .f-price-item--sale {
        font-size: 2.4rem;
    }
}
.product__block--price{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.drawer__footer-buttons button {
    background: #1ABDCE;
    border-color: #1ABDCE;
}

.drawer__footer-buttons button .btn__text {
    font-family: "Jost", sans-serif;
}

.drawer__footer-buttons button::before {
    display: none;
}

.drawer__footer-buttons button:hover {
    background: #fff;
    color: #1ABDCE;
}

product-info .product-form__submit {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
}


.related_products__items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
}

.p-product-detail .section__container {
    max-width: 85rem;
    margin: 0 auto;
    padding-inline: 0;
}
@media screen and (max-width: 988px) {
    .p-product-detail .section__container {
        padding-inline: var(--page-padding);
    }

}
.p-product-detail__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8rem;
}

.p-product-detail__item img {
    border-radius: 1.4rem;
    width: 100%;
}

.p-product-detail__item p {
    margin: 2.8rem 0 0;
}

.p-product-detail__item p:nth-of-type(n+2) {
    margin-top: 1.6rem;
}

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

    .p-product-detail .section__container {
        padding-inline: var(--page-padding);
    }

    .p-product-detail__items {
        gap: 4rem;
    }

    .p-product-detail__item p {
        margin: 2rem 0 0;
        font-size: 1.4rem;
    }
}


.p-product-dl__title {
    text-align: center;
    font-size: 2.2rem;
}

.p-product-dl__btn {
    margin-top: 2.4rem;
}

.p-product-dl__link {
    margin: 0 auto;
    display: block;
    border-radius: 10rem;
    color: #fff;
    background: #9CC7DB;
    border: 1px solid #9CC7DB;
    max-width: 26rem;
    text-align: center;
    padding: 1.3rem 3.2rem;
    position: relative;
    transition: all .3s;
}

.p-product-dl__link:hover {
    color: #9CC7DB;
    background: #fff;
}

.p-product-dl__link:hover::after {
    background: #9CC7DB;
}

.p-product-dl__link::after {
    content: "";
    display: inline-block;
    margin-left: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-mask: url(icon-download.svg);
    mask: url(icon-download.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: #fff;
    transition: background .3s;
}




.product__block--related_slider .swiper-button-next,
.product__block--related_slider .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.product__block--related_slider .swiper-button-next {
    transform: translateX(20px);
}

.product__block--related_slider .swiper-button-prev {
    transform: translateX(-20px);
}


.product__block--related_slider h2 {
    font-size: 1.6rem;
}

.product__block--related_slider:hover .swiper-button-next,
.product__block--related_slider:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


.p-related-slider__swiper {
    margin-top: 1.2rem;
}

.p-related-slider__link {
    display: block;
}

.p-related-slider__link:hover .p-related-slider__img img {
    transform: scale(1.05);
}

.p-related-slider__img {
    overflow: hidden;
    border-radius: 1.4rem;
}

.p-related-slider__img img {
    aspect-ratio: 1 / 1;
    transition: all .3s;
}

.p-related-slider__title {
    margin: 1.6rem 0 0;
    font-size: 1.4rem;
    font-family: "Jost", sans-serif;
}

.p-related-slider__price {
    margin: 0.8rem 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-family: "Jost", sans-serif;

}

@media screen and (max-width: 768px) {
    .p-related-slider__title {
        font-size: 1.2rem;
    }

    .p-related-slider__price {
        font-size: 1.6rem;
    }
}

/* ボタンブロック */
.product-button__section{
    padding: 40px 0 ;
}
.product-button__section a{
    border: 1px solid #1ABDCE;
    border-radius: 99px;
    color: #1ABDCE;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* 製品仕様 */
.custom-section__product-info .section__container{
    max-width: 85rem;
    margin: 0 auto;
    padding-inline: 0;
}
.custom-section__product-info .section__container .section__heading{
    text-align: center;
    font-size: 2.2rem;
}
.custom-section__product-info .accordion-details[aria-expanded=true] .accordion-details__summary{
    border-color: #eee;
}
@media screen and (max-width: 768px) {

    .custom-section__product-info .section__container {
        padding-inline: var(--page-padding);
    }
}

/* ====================================================================================
レビュー
==================================================================================== */
.jdgm-histogram__row .jdgm-histogram__bar:after,
.jdgm-histogram__row .jdgm-histogram__bar-content,
.jdgm-rev__header .jdgm-rev__buyer-badge,
.jdgm-rev__header .jdgm-rev__icon::after{
    background: #B7C9BE;
}
.jdgm-widget-actions-wrapper a.jdgm-write-rev-link{
    background-color: #B7C9BE;
    color: #fff;
}
.jdgm-widget-actions-wrapper a.jdgm-write-rev-link:hover{
    background-color: #d5e1d9;
}
.jdgm-rev__header .jdgm-rev__author{
    color: #d5e1d9;
}
#judgeme_product_reviews{
    max-width: 85rem;
    margin: 0 auto;
    padding: 0;
}

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

    #judgeme_product_reviews{
        padding-inline: var(--page-padding);
    }
}


/* ====================================================================================
ギフト機能
==================================================================================== */
.chakra-stack .css-1v621zr{
    display: none !important;
}
.chakra-stack .css-19y8kao{
    padding-left: 0;
}

.chakra-modal__body .css-1dqaag2{
    background: #1ABDCE;
}

/* ====================================================================================
ブログ一覧
==================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.article-card__meta {
    font-family: "Jost", serif;
}
.article-card__metas{
    justify-content: center;
    color: #8E8E8E;
}
/* ====================================================================================
ブログ
==================================================================================== */
.article__wrapper header{
    text-align: left;
}
.article__wrapper .article__title{
    max-width: 100%;
}
.aarticle-card__meta {
    color: #333333;
    font-weight: 500;
    font-family: "Jost", serif;
}
.article__wrapper h1{
    font-size: 3.2rem;
    text-align: left;
    font-weight: bold;
}
.article__wrapper h2{
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 8px;
    position: relative;
}
.article__wrapper h2:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #9CC7DB;
}
.article__wrapper h3{
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    background: #9CC7DB;
    padding: 16px 24px;
    border-radius: 12px;
}
.article__wrapper h4{
    font-size: 1.6rem;
    font-weight: 600;
    color: #1ABDCE;
}
.article__wrapper h5{
    font-size: 1.5rem;
    font-weight: 600;
    color: #9CC7DB;
}
.article__wrapper h6{
    font-size: 1.4rem;
    font-weight: 600;
}
.article__wrapper a{
    color: #1ABDCE;
}
.article__wrapper ul{
    padding-inline-start: 0;
}
.article__wrapper ul li::marker{
    color: #9CC7DB;
}
.article__wrapper ul li span{
    margin-left: -8px;
}
.article__wrapper ol{
    list-style: none;
    padding-inline-start: 0;
}

.article__wrapper ol li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-left: 36px;
}
.article__wrapper ol li::before {
    content: counter(item);
    background-color: #9CC7DB;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 2px;
}
.article__wrapper blockquote{
    padding-inline-start: 0;
    border-inline-start: 0;
    flex-direction: column;
    background-color: #DFF0F6;
    padding: 24px;
    border-radius: 12px;
    margin: 0;
    margin-bottom: 40px;
    font-style: normal;
}
.article__wrapper blockquote h2{
    margin-bottom: 28px;
}
.article__wrapper blockquote h3{
    margin-bottom: 20px;
}
.article__wrapper blockquote h4{
    margin-bottom: 20px;
}
.article__wrapper blockquote h5{
    margin-bottom: 20px;
}
.article__wrapper blockquote h6{
    margin-bottom: 20px;
}
.article__wrapper table{
    box-shadow: none;
    border-style: inherit;
    display: table;
  table-layout: fixed;
  width: 100%;
}
.article__wrapper tbody tr{
    border-bottom: 1px solid #E6E6E6;
    display: table-row;
}
.article__main-info  .article__wrapper tbody tr td{
    border: 0;
    display: table-cell;
    width: 1fr !important;
}

/* ====================================================================================
 download
==================================================================================== */


.download-container {
    max-width: 800px;
    margin: 0 auto;
}

.download-title {
text-align: center;
font-size: 28px;
font-weight: 400;
color: #333;
margin-bottom: 40px;
letter-spacing: 1px;
}

.download-list {
display: flex;
flex-direction: column;
gap: 0;
}

.download-item {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
padding: 12px 0;
padding-left: 10px;
border-bottom: 1px solid #f0f0f0;
transition: all 0.3s ease;
}

.download-left::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-46%);
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: #9CC7DB;
}

.download-item:last-child {
    border-bottom: none;
}

.download-left {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-left: 24px;
}
.download-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.download-text {
font-size: 16px;
color: #666;
font-weight: 400;
letter-spacing: 0.5px;
}

.download-link {
display: inline-flex;
align-items: center;
text-decoration: none;
transition: all 0.3s ease;
padding: 8px;
border-radius: 6px;
}

.download-link:hover {
background-color: rgba(116, 185, 255, 0.1);
text-decoration: none;
transform: translateY(-1px);
}

.download-icon {
width: 20px;
height: 20px;
stroke: currentColor;
transition: transform 0.3s ease;
}

.download-link:hover .download-icon {
transform: scale(1.1);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {

.download-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.download-item {
    padding: 20px 0;
}

.download-item:hover {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.download-left {
    gap: 12px;
}

.download-text {
    font-size: 15px;
}

.download-icon {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {

.download-title {
    font-size: 20px;
    margin-bottom: 30px;
}

.download-item {
    /* flex-direction: column;
    align-items: flex-start; */
    gap: 15px;
    padding: 18px 0;
}

.download-item:hover {
    /* flex-direction: column;
    align-items: flex-start; */
    padding: 18px 15px;
}

.download-link {
    align-self: flex-end;
}

.download-text {
    font-size: 14px;
}

.download-icon {
    width: 16px;
    height: 16px;
}
}


/* ====================================================================================
 お問い合わせ
==================================================================================== */
.contact-form__wrapper .section__header--text {
    margin-bottom: 40px;
}
.checkbox_agree > div{
    justify-content: center;
}
.checkbox_agree a{
    text-decoration: underline;
    color: #1ABDCE;
}
.contact__button{
    text-align: center;
}
.contact__button button{
    background-color: #9CC7DB;
    border: none;
}
.dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(15%) rotate(45deg);
  }






/* ====================================================================================
 営業カレンダー
==================================================================================== */
.business-calendar{
    color: #1B1B1B;
}

.calendar-title {
text-align: center;
font-size: 18px;
margin-bottom: 20px;
font-weight: normal;
}

.calendar-container {
display: flex;
gap: 0;
margin: 0 auto;
}

/* PC用の通常表示 */
@media (min-width: 1024px) {
.business-calendar{
    margin-top: 24px;
}
.calendar-slider {
    display: flex !important;
    flex-wrap: nowrap;
    width: 100%;
}
.business-calendar .swiper-wrapper{
    column-gap: 24px;
}
.business-calendar .swiper-slide {
    flex: 1;
    width: auto !important;
    margin-right: 0 !important;
}

.business-calendar .swiper-button-prev,
.business-calendar .swiper-button-next {
    display: none !important;
}
}

.calendar-month {
flex: 1;
background-color: white;
padding: 16px;
}

.calendar-month:first-child {
border-right: none;
}

.month-header {
text-align: center;
padding: 10px;
font-weight: bold;
border-bottom: 1px solid #8E8E8E;
}

.calendar-grid {
display: grid;
grid-template-columns: repeat(7, 1fr);
}

.day-header {
text-align: center;
padding: 8px 4px;
font-size: 12px;
font-weight: 500;
border-bottom: 1px solid #8E8E8E;
}

.day-cell {
text-align: center;
padding: 8px 4px;
font-size: 14px;
font-weight: 500;
font-family: "Jost", serif;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
min-height: 25px;
display: flex;
align-items: center;
justify-content: center;
}

.day-cell:nth-child(7n) {
border-right: none;
}

/* .day-cell.sunday {
color: #ff4444;
}

.day-cell.saturday {
color: #4444ff;
} */

.day-cell.holiday {
background-color: #FFCCCF;
}

.day-cell.no-shipping {
background-color: #FFCCCF;
}

/* .day-cell.empty {
background-color: #f9f9f9;
} */

.day-cell.other-month {
color: #8E8E8E;
}

.legend {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 10px;
font-size: 14px;
}

.legend-item {
display: flex;
align-items: center;
margin-right: 20px;
}

.legend-color {
width: 12px;
height: 12px;
margin-right: 5px;
}

.legend-color.holiday {
background-color: #FFCCCF;
display: block !important;
}

.legend-color.no-shipping {
background-color: #FFCCCF;
}

/* モバイル用スライダー */
@media (max-width: 1023px) {
.calendar-container {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.calendar-month {
    background: white;
    border: none;
    margin: 20px;
    margin-bottom: 4px;
}

.calendar-month:first-child {
    border-right: none;
}

.month-header {
    background-color: white;
    font-size: 16px;
    padding: 15px;
    padding-top: 0;
    color: #333;
}

/* Swiper Navigation Buttons */
.business-calendar .swiper-button-prev,
.business-calendar .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
    background: #9CC7DB;
    border-radius: 50% !important;
    margin-top: -20px !important;
}

.business-calendar .swiper-button-prev:after,
.business-calendar .swiper-button-next:after {
    font-size: 12px !important;
    color: #fff ;
    font-weight: bold !important;
}

.business-calendar .swiper-button-prev {
    left: 0 !important;
}

.business-calendar .swiper-button-next {
    right: 0 !important;
}

.business-calendar .swiper-button-disabled {
    opacity: 1 !important;
    background: #fff;
}
.business-calendar .swiper-button-disabled.swiper-button-prev:after,
.business-calendar .swiper-button-disabled.swiper-button-next:after{
    color: #9CC7DB ;

}

.day-cell {
    min-height: 35px;
    font-size: 14px;
    padding: 0;
}

.day-header {
    padding: 10px 4px;
    font-size: 14px;
}
.legend{
    margin-left: 20px;
    margin-top: 0;
}
}