/** Shopify CDN: Minification failed

Line 239:1 Expected "}" to go with "{"

**/
.cart-fixed{
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgb(246 246 246);
    z-index: 999999;
}

.cart-fixed-container{
    position: relative;
    padding-top: 2px;
    padding-bottom:7px;
      z-index: 999999;
    background-color: #f6f6f6;
}

.price-flex{
    display: grid;
    grid-template-columns: 20% 20% 60%;
    align-items: center;
}

.product__price{
    display: flex;
}

.product-form{
    padding-top: 0;
}

.product-form__item{
    margin-bottom: 0;
    flex-basis: 100%;
    align-items: center;
}

.product-form__item label{
    margin-bottom: 0;
}

.product-form__item--submit{
    max-width: 100%;
}

.quantity-box{
    margin-right: 15px;
}

.product__policies{
    margin-top: 0;
}

.product__price{
    align-items: center;
}

.price-item--regular{
    font-size: 22px;
}


@media screen and (min-width:760px) {
    .gohd-line-banner__close-button {
        display: block;
    }
}

.oritatami {
    position: absolute;
    top: 0;
    transform: translateY(-29px);
    left: 0;
    background-color: #cdcdcd;
    padding: 5px 20px;
    color: #fff;
    height: 30px;
    width: 60px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border: 1px solid #C3C3B9;
    border-bottom: none;
}
.oritatami::after {
    position: absolute;
    background-image: url(//cdn.shopify.com/s/files/1/0340/7344/4489/files/ico-select.svg?v=1618983694);
    display: inline-block;
    content: '';
    width: 1em;
    text-align: center;
    line-height: 1em;
    background-size: 1em;
    height: 1em;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform-origin: 4px 4px;
}
.hidecart .oritatami::after {
  transform: rotate(180deg);
}

.product-single .product-single__meta,.line {
  transition:bottom 0.3s;
}

/* 定期購買のカスタマイズ */
.kvOKTF.kvOKTF.kvOKTF:checked + .sc-hKwCoD{
    padding: 5px 0;
}

.fgBDdK.fgBDdK.fgBDdK{
    padding: 5px 0;
}

.bqPRPL.bqPRPL.bqPRPL{
    height: 30px;
}

.eRnhep.eRnhep.eRnhep {
    height: 30px;
}

.eRQARU.eRQARU.eRQARU{
    margin: 0;
}

.jXLjZO.jXLjZO.jXLjZO{
    padding-top: 0;
}

.jXLjZO.jXLjZO.jXLjZO{
    padding-bottom: 0;
}

.iyWWIA.iyWWIA.iyWWIA {
  margin:0px;
}

.hUhAjW.hUhAjW.hUhAjW {
  padding:2px;
}

/* /定期購買のカスタマイズ */

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}


/*========= レイアウトのためのCSS ===============*/


h2{
    text-align: center;
    margin: 30px 0;
    font-size:1rem;
}

@media screen and (max-width:767px) {
    .price-flex{
        display: grid;
        grid-template-columns: 63% 37%;
        align-items: center;
        margin-top: 5px;
    }
    
    .product-form__controls-group--submit{
        grid-column: 1 / span 2;
    }

    .bqPRPL.bqPRPL.bqPRPL{
        height: 20px;
    }

    .eRnhep.eRnhep.eRnhep {
        height: 20px;
    }
    
    .hSDKox.hSDKox.hSDKox {
        font-size: 13px;
    }

    .product-form select{
        min-height: 35px;
    }

    .gohd-line-banner {
        bottom: 187px;
    }
}

.close ~ .gohd-line-banner{
    bottom: 10px;
    transition: .8s;
}

.iZOxsL.iZOxsL.iZOxsL:checked + .sc-hBURRC,
.bfcEnS.bfcEnS.bfcEnS{
    padding: 5px;
}

.sc-ksdxAp .sc-hBURRC svg {
    height: 35px!important;
}

.bXNcFD.bXNcFD.bXNcFD{
    font-size: 14px;
}

@media screen and (max-width:480px) { 
  
.cart-fixed-container {
    padding-left: 22px!important;
    padding-right: 22px!important;
}