@charset "UTF-8";

/* 2025-07  統一されていないページのつなぎとしての対応とする */
/* 本ファイルのクラス名はプリフィックスを co0507 にする */
/* 製品ページとストアページで共通化していく : co1906 はストアのみだった */

.wind-bg {
    background-image: none;
}


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

    body {
        padding-bottom: 52px;
    }

}


#header-bar {
    background-color: #000;
    p {
        max-width: 1000px;
        margin: 0 auto;
        padding: 5px 0;
        a {
            display: inline-block;
            img {
                display: inline-block;
            }
        }
        span {
            display: inline-block;
            margin: 0 0 0 20px;
            color: #ccc;
            br {
                display: none;
            }
        }
    }
}

@media screen and (max-width: 620px) {
    #header-bar {
        p {
            text-align: center;
            span {
                margin-top: 5px;
                font-size: 10px;
                br {
                    display: inline-block;
                }
            }
        }
    }
    #area-header h2 {
        font-size: 12px;
    }
}

.dl-list {
    margin-top: 2em;

    dt {
        font-size: 16px;
        font-weight: bold;
        color: #555;
    }

    dd {
        font-size: 14px;
        margin: 10px 0 30px 20px;
    }
}

/* ----------------------------------------------------------
    サイドバー / メニュー
    <div id="leftcolumn" class="side_column widget-area">
  ---------------------------------------------------------- */

/* reset.css */
.side_column {
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td {
        margin: 0;
        padding: 0;
        border: 0;
    }

    table,
    caption,
    th,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        border-collapse : collapse ;
        border-spacing: 0px;
        empty-cells: show;
        text-align: left;
        font-weight: normal;
    }

    a img,
    iframe {
        border: none;
    }
    ol,
    ul,
    li {
        list-style: none;
    }

    input,
    textarea,
    select,
    button {
        font-size: 100%;
        font-family: inherit;
    }

    .cbox{zoom: 100%;}
    .cbox:after{
        content: " ";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }


    /* リンク指定
    ----------------------------------------------- */

    a,
    a:link,
    a:visited{
        color: #0088cc;
        color: #3454a4;
        text-decoration: none;
    }
    a:hover,
    a:link:hover,
    a[href]:hover{
        color: #0088cc;
        text-decoration: underline;
    }

    a:hover img{
        filter: alpha(opacity=70);
      -moz-opacity:0.70;
      opacity:0.70;
    }

    a.current,
    a.current:link,
    a.current:visited{
        color: #ff8400;
    }

    background-color: #fff2e0;

    .widget {
        margin-top: 15px;

        .widget-title {
            margin: 15px 15px 0 15px;
            padding: 12px 10px 12px 13px;
            background-color: #c2da63;
            color: #fff;
            font-size: 16px;
            line-height: 1em;
            border-radius: 6px 6px 0 0;
        }

        /*
        .widget-title:after{
            content: '';
            position: absolute;
            top: 10px;
            left: 20px;
            width: 12px;
            height: 15px;
            background-image: url(/store/assets/pc/icon_01_12x15.png);
            background-repeat: no-repeat;
            background-position: 0 0;
        }
        */

        .widget-body {
            margin: 0 15px 15px 15px;
            border: solid 3px #c2da63;
            border-top: 0;
            padding: 5px 5px 5px 10px;
            background-color: #fff;
            border-radius: 0 0 6px 6px;

            .menu-item {
                margin: 8px 0;
                letter-spacing: -1px;

                a {
                    position: relative;
                    padding-left: 12px;
                    display: inline-block;
                }

                a:before ,
                a:after {
                    display: block;
                    content: "";
                    position: absolute;
                    top: .5em;
                    width: 0;
                    height: 0;
                    margin: -2px 0 0 0;
                    border-top-width: 6px;
                    border-top-style: solid;
                    border-left: 6px solid transparent;
                    -webkit-transform: rotate(45deg);
                            transform: rotate(45deg);
                }

                a:before {
                    left: 0;
                    border-top-color: #c2da63;
                }

                a:after {
                    left: -2px;
                    border-top-color: #fff;
                }

            }

            .menu-item.level2{
                margin-left: 10px;
            }
        }
    }

    .widget:first-child {
        margin-top: 15px;
    }

    /* ご利用ガイド */
    .widget_nav_menu {
        .widget-title {
            background-color: #4aab09;
        }
        .widget-body {
            border-color: #4aab09;
            .menu-item {
                a:before {
                    border-top-color: #4aab09;
                }
            }
        }
    }

    /* 現在のかごの中 */
    .widget_nav_cart {
        .widget-title {
            background-color: #ffb958;
        }
        .widget-body {
            border-color: #ffb958;
            .menu-item {
                a:before {
                    border-top-color: #ffb958;
                }
            }
        }
    }

    /* 検索ボックス */
    .widget_nav_search {
        margin-top: 0;
        .search-form {
            display: flex;
            border: 1px solid #ccc;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

            input[type="search"] {
                width: 100%;
                padding: 0.75em 1em;
                font-size: 1em;
                border: none;
                outline: none;
                background-color: #fff;
            }

            button {
                padding: 0.75em .5em;
                font-size: 1em;
                background-color: #f4f4f4;
                border: none;
                border-left: 1px solid #ccc;
                cursor: pointer;
                transition: background-color 0.3s ease;
                white-space: nowrap;
                letter-spacing: 3px;

                &:hover {
                    background-color: #e0e0e0;
                }
            }
        }
    }

    .icon-new-append{
        position: relative;
    }
    .icon-new-append .icon-new{
        position: absolute;
        bottom: -2px;
        right: -2px;
        z-index:999;
    }

    .block_outer ,
    .block_outer-2 {
        margin: 15px 0;
    }

    .block_outer {

        .banner_area {

            .block_body {

                ul {

                    li {
                        margin-top: 5px;
                        text-align: center;

                        a ,
                        img {
                            display: inline-block;
                            line-height: 1;
                        }
                    }

                    li:first-child{
                        margin-top: 0;
                    }
                }
            }
        }
    }

    /* ===============================================
    ▼現在のカゴの中
    =============================================== */
    #cart_area {

        .information {
            padding: 10px 10px 5px 10px;
        }

        .information p {
            margin: 5px 0;
        }

        .postage {
            margin-top: 10px;
            padding-top: 10px;
            font-size: 12px;
            border-top: 1px dashed #ffb958;
        }

        .btn {
            text-align: center;
            padding: 5px 0 10px 0;
            display: block;
        }

        .btn a {
            display: inline-block;
            color: #fff;
            background-color: #ffa830;
            padding: 0 10px;
            line-height: 2em;
            font-size: 12px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
        }

        .btn a:hover {
            text-decoration: none;
            background-color: #f8c37a;
        }
    }

    /* ===============================================
    ▼カレンダー
    =============================================== */
    #calender_area {
        background-color: #fff;
        border: none;
        padding: 10px 0 0 0;

        .block_body {
            padding: 10px 0;
        }

        table {
            background: #fff;
            border: 1px solid #ccc;
            border-right: 0;
            border-bottom: 0;
            width: 90%;
            margin: 0 auto 1em;
            font-size: 12px;

            th,
            td {
                border: 1px solid #ccc;
                border-left: 0;
                border-top: 0;
            }

            thead th{
                background-color: #fff5e7;
            }

            thead th.sat {
                background-color: #bee7ff;
            }

            thead th.sun {
                background-color: #ffd8d8;
            }

            td {
                padding: 3px 3px;
                text-align: center;
            }

            th {
                padding: 1px 3px;
                background: #eaeaea;
                text-align: center;
            }

            .month {
                margin-bottom: 5px;
                padding-left: 12px;
                font-size: 120%;
                text-align: center;
            }
        }

        .off {
            color: #f00;
        }

        .today {
            background-color: #FFF99D;
            font-weight: bold;
        }

        .information {
            margin-right: 10px;
            font-size: 12px;
            text-align: right;
            margin-bottom: 0;
        }
    }

    .payment-list {
        margin-top: 15px;
        padding: 15px;
        text-align: center;
        background: #fff2e0;
        border-top: 15px solid #fff;
        border-bottom: 10px solid #fff;

        h2 {
            font-size: 16px;
        }

        h2 a {
            display: block;
            padding: 5px;
            border-radius: 5px;
            background: #ffb958;
            color: #fff;
        }

        ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 10px;

            li {
                margin: 0;
                padding: 5px 3px;
                img {
                    vertical-align: bottom;
                }
            }

            li:last-child {
                margin-right: 0;
            }

            li:nth-child(3),
            li:last-child{
                margin-right: 0;
            }
        }

        ul + ul {
            padding-top: 0;
        }
    }
}

@media screen and (max-width: 620px) {
    #leftcolumn {
        display: none;
    }
}

@media only screen and (min-width: 621px) {
    .side_column {
        float: left;
        width: 237px;

        .block_outer {
            margin: 15px;
        }

        .block_outer-2 {
            margin: 15px 0;
        }
    }
}


/* ----------------------------------------------------------
    目次
  ---------------------------------------------------------- */

@media screen and (max-width: 620px) {
    #toc_container {
        display: none !important;
    }
}


@media screen and (min-width: 621px) {
    #toc_container {
        display: none !important;
    }
}


/* ----------------------------------------------------------
    固定フッター
  ---------------------------------------------------------- */
@media screen and (max-width: 620px) {
    #bottom-navi {
        display: block;
        box-sizing: border-box;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: #41923b;
        color: #fff;
        z-index: 1000;
        padding: 10px 5px 15px 5px;
        bottom: 0;
        border-top: solid 1px #aaa;
        ul {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 100%;
            display: table;
            table-layout: fixed;
        }

        li {
            display: table-cell;
            text-align: center;
            line-height: 1;
        }

        a , button {
            color: #fff;
            font-size: 18px;
            text-decoration: none;
            display: block;
            margin: 0 auto;
            line-height: 1;
            height: 31px;
            border-width: 0;
            background-color: transparent;
            white-space: nowrap;
            text-align: center;
        }

        i {
            height: 18px;
            display: block;
        }

        span {
            display: block;
            font-size: 10px;
            margin-top: 3px;
        }

        svg {
            fill: #fff;
        }

        .border-left {
            border-left: solid 1px #aaa;
        }
    }

    #modal-menu {
        .modal-body {
            .block-breadcrumb {
                margin: 0;
                padding: 0;
            }
        }
    }
}

/* PCは非表示 */
@media only screen and (min-width: 621px) {
    #bottom-navi {
        display: none;
    }
}

/* ネイティブ モーダル */
.bottom-navi-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);

    &.show {
        display: flex !important;
        animation: bottom-navi-fade-in 0.3s ease forwards;
    }

    &.hide {
        animation: bottom-navi-fade-out 0.3s ease forwards;
    }

    .modal-content {
        background-color: #fff;
        color: #333;
        border-radius: 12px;
        max-width: 90%;
        width: 500px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }

    .modal-header {
        padding: 16px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        background-color: #f9f9f9;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .modal-title {
            margin: 0;
            flex: 1;
        }

        .btn-close {
            background: none;
            border: none;
            font-size: 20px;
            cursor: pointer;
            color: #666;
        }
    }

    .modal-body {
        box-sizing: border-box;
        padding: 20px;
        font-size: 15px;
        line-height: 1.6;
        max-height: 80dvh;
        overflow: auto;

    }
}

/* モーダル表示中は背景スクロールを防止 */
body.bottom-navi-modal-open {
    overflow: hidden;
}

/* アニメーション */
@keyframes bottom-navi-fade-in {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bottom-navi-fade-out {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

/* メニュー */
.bottom-navi-modal[data-modal-key="menu"] {
    .modal-body {
        .side_column {
            background-color: transparent;

            .widget {
                .widget-title {
                    margin: 0;
                }
                .widget-title + div {
                    margin: 0;
                }
            }
        }
    }
}

/* 検索 */
.bottom-navi-modal[data-modal-key="search"] {
    .modal-body {
        .searchbox {
            display: flex;
            width: 100%;

            .input-group {
                display: flex;
                flex-wrap: nowrap;
                width: 100%;

                .form-control {
                    flex: 1 1 auto;
                    width: 1%;
                    min-width: 0;
                    padding: 0.375rem 0.75rem;
                    font-size: 1rem;
                    line-height: 1.5;
                    color: #212529;
                    background-color: #fff;
                    background-clip: padding-box;
                    border: 1px solid #ced4da;
                    border-right: 0;
                    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
                    border-radius: 10px 0 0 10px;
                }

                .btn {
                    display: inline-block;
                    font-weight: 400;
                    line-height: 1.5;
                    color: #fff;
                    text-align: center;
                    text-decoration: none;
                    vertical-align: middle;
                    cursor: pointer;
                    user-select: none;
                    background-color: #6c757d;
                    border: 1px solid #6c757d;
                    padding: 0.375rem 0.75rem;
                    font-size: 14px;
                    border-radius: 0 10px 10px 0;
                    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
                                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

                    &:hover {
                        background-color: #5c636a;
                        border-color: #565e64;
                    }

                    &:focus {
                        outline: 0;
                        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
                    }
                }
            }
        }
    }
}

/* 目次 */
.bottom-navi-modal[data-modal-key="index"] {
    .modal-body {
        #toc_container {
            display: table !important;
            border: 0;
            background-color: transparent;
            padding: 0;
            margin: 0;
            .toc_title {
                display: none;
            }
            .toc_list {
                padding: 0;
                margin: 0;
            }
        }
    }
}


/********************************************************
    商品一覧
********************************************************/
.co0507-product-list {

}

@media screen and (max-width: 620px) {
    .co0507-product-list {
        background-color: #f5f5f5;
        margin: 0 -10px;
        padding: 30px 10px;


        .co0507-product-card {
            box-sizing: border-box;
            width: 100%;
            border: solid 1px #aaa;
            background-color: #fff;
            border-radius: 10px;
            margin: 20px 0 0 0;
            padding: 15px;
            overflow: visible;

            .detail_btn {
                position: relative !important;
                top: auto !important;
                left: auto !important;
                right: auto !important;
                bottom: auto !important;
                width: calc(100dvw - 52px) !important;

                a {
                    margin: 0 0 0 10px;
                    padding: 0 15px;
                }

                a:first-child {
                    margin: 0;
                }
            }
        }

        .co0507-product-card:first-child {
            margin-top: 0
        }
    }
}

/********************************************************
    ブロック、使い方
********************************************************/
.co0507-block-usage-images {

    .demo-images {
        margin-top: 0;
        list-style: none;
        margin: 1em 0;
        padding: 0;

        li {
            margin: 20px 0 0 0;
            padding: 0;

            img {
                display: block;
            }
        }

        li:first-child{
            margin-top: 0;
        }
    }
}

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

    .co0507-block-usage-images {

        .demo-images {
            display: block;
            width: 100%;
            height: auto;
            overflow: hidden;

            li {
                text-align: center;
                display: inline-block;

                img {
                    margin: 0 auto;
                }
            }
        }

        .swiper-container {
            width: 100%;

            .swiper-slide {
                text-align: center;
                font-size: 18px;
                background: #fff;
                display: flex;
                justify-content: center;
                align-items: center;

                .youtube-container {
                    position: relative;
                    top: 50px;
                }
            }
        }
    }
}

@media screen and (min-width: 620px) {
    .co0507-block-usage-images {
        margin-top: 0;
    }
}


/********************************************************
    バナーボタン
********************************************************/

.co0507-banner-button--type-col-1 {
    margin: 3em 0;
    p {
        text-align: center;
    }
}

.co0507-banner-button--type-col-2 {
    display: flex;
    width: 100%;
    margin: 3em 0;

    .col {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col a {
        display: inline-block;
        text-decoration: none;
        line-height: 0;
        overflow: hidden;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
        outline: none;
    }

    .col a img {
        display: block;
        vertical-align: middle;
    }

    .col a:hover,
    .col a:focus-visible {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    }

    .col a:focus-visible {
        box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.45);
    }

    @media (prefers-reduced-motion: reduce) {
        .col a {
            transition: none;
        }
    }

    @media (max-width: 600px) {
        flex-direction: column;

        .col {
            width: 100%;
            margin-top: 15px;
        }

        .col a img {
            width: 100%;
        }

        .col:first-child {
            margin-top: 0;
        }
    }
}


/********************************************************
    はじめてのお客様　画像
********************************************************/
.co0507-grid-five-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    width: 100%;

    /* PC：5等分 */
    .co0507-item {
        box-sizing: border-box;
        width: calc((100% - (16px * 4)) / 5);
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    /* 各colの中は上下左右中央、縦積みで上：文字 / 下：画像 */
    .co0507-item__inner {
        display: flex;
        flex-direction: column;
        align-items: center;      /* 左右中央 */
        justify-content: center;  /* 上下中央 */
        width: 100%;
        padding: 8px;
        text-align: center;
    }

    .co0507-item__title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 8px; /* 文字の下に画像 */
        white-space: nowrap;
    }

    .co0507-item a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .co0507-item img {
        display: block;
        width: 100%;
        max-width: 120px;     /* 必要に応じて調整 */
        height: auto;
        aspect-ratio: 1 / 1;  /* 正方サムネ想定 */
        object-fit: cover;
    }

    /* スマホ：上3列、下2列（下段は左右中央） */
    @media (max-width: 600px) {
        justify-content: center; /* 下段2枚の中央寄せに効く */

        /* まず全て3等分 */
        .co0507-item {
            width: calc((100% - (16px * 2)) / 3);
        }

        /* 4枚目と5枚目だけ2等分にして中央寄せ */
        .co0507-item:nth-child(4),
        .co0507-item:nth-child(5) {
            width: calc((100% - 16px) / 2);
        }
    }
}


/********************************************************
    entry-content h2
********************************************************/
.entry-content {
    h2 {
        font-size: 20px;
    }
}


/********************************************************
    商品詳細ページ
********************************************************/
.page-type-product-detail {

    @media (max-width: 600px) {

        #block-cart-form {
            box-sizing: border-box;
            position: fixed !important;
            left: 10px;
            right: 10px;
            bottom: 80px;
            width: auto !important;
            margin: 0;
            z-index: 1;
            box-shadow: 2px 2px 4px gray;

            form[data-mode="0"] {
                .input-ctrls ,
                .btn-close {
                    display: none;
                }
            }

            form[data-mode="1"] {
                .btn-originalmark {
                    display: none;
                }
                .btn-close {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                }
            }

            #cartbtn_default {
                text-align: center;
            }
        }

    }

    @media (min-width: 601px) {
        .btn-close {
            display: none;
        }
    }
}

