/** Shopify CDN: Minification failed

Line 108:23 Expected ":"

**/

/* 230925 */
@media (min-width: 768px) {
    .spOnly{
        display: none!important;
    }
}

.hasChildren--click > ul{
    display: none;
}


.bottomNav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.bottomNav > ul > li {
    margin: 0 2px;
    max-width: 25%;
    flex: 0 0 25%;
}

.bottomNav > ul > li > a {
    display: block;
    padding: 5px 0;
    text-align: center;
    font-size: 10px;
}
.bottomNav > ul > li > a i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
}

.bottomNav li.hasChildren--click > a > .bottomNav__text{
    position: relative;
}
.bottomNav li.hasChildren--click > a > .bottomNav__text:after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #121212;
    border-right: 1px solid #121212;
    margin-left: 5px;
    -webkit-transform: translateY(-40%) rotate(135deg);
    -ms-transform: translateY(-40%) rotate(135deg);
    transform: translateY(-40%) rotate(135deg);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
}

.bottomNav li.hasChildren--click > a.open > .bottomNav__text:after{
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.bottomNav .hasChildren--click > ul {
    position: absolute;
    z-index: 3;
    inset: 100% 0 auto 0;
    background: #fff;
    text-align: left;
}

.bottomNav .hasChildren--click > ul > li{
    border-top: 1px solid #ccc;
    width: 100%;
}
.bottomNav .hasChildren--click > ul > li > a{
    font-size: 12px;
    padding: 10px 20px;
    display: block;
    position: relative;
}

.bottomNav .hasChildren--click > ul > li > a:after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #121212;
    border-right: 1px solid #121212;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;v
}

/*250510--t*/
.cp_box *, .cp_box *:before, .cp_box *:after {-webkit-box-sizing: border-box;box-sizing: border-box;}
.cp_box {position: relative;margin-bottom:2rem;}
.cp_box label {position: absolute;z-index: 1;bottom: -30px;width: 100%;height: 100px;
cursor: pointer;text-align: center;
background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.95) 90%);}
.cp_box input:checked + label {background: inherit;
}
.cp_box label:after {line-height: 2.5rem;position: absolute;z-index: 2;bottom: 0;left: 50%;width: 16rem;font-family: "Font Awesome 5 Free";content: '\f13a'' 続きをよむ';font-weight:600;transform: translate(-50%, 0);letter-spacing: 0.05em;color: #ffffff;border-radius: 20px;background-color: rgba(27, 27, 27);}
.cp_box input {display: none;}
.cp_box .cp_container {overflow: hidden;height: 150px;
transition: all 0.5s;}
.cp_box input:checked + label {/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {font-family: "Font Awesome 5 Free";content: '\f139'' 閉じる';font-weight:600;}
.cp_box input:checked ~ .cp_container {height: auto;padding-bottom: 80px;
transition: all 0.5s;}

#enap-slider-39924 .enapSAction>a::after {font-size:15px;border-radius:50%;}
.enapSAction>.enapSPrev{left:2px!important;}