@charset "UTF-8";

body {
    background-color: #f4f6f0;
}
#contents_inner {
    scroll-snap-type: none;
    height: auto;
}
@media screen and (max-width: 900px) {
    header #gnav .logo {
        width: 118px;
        top: 18px;
        left: 10px;
    }
    header .gnav_inner ul li {
        margin: 0 5px;
    }
}
section {
    scroll-snap-align: none;
}
#items {
    padding-top: 0;
    margin-top: 0;
}
.cart_btn {
    width: 184px;
    height: 36px;
    background: url(../images/btn_cart.svg) no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin: 5px 0;
}
.cart_btn.sold {
    background: url(/store/shinkuu/images/btn_sold.svg) no-repeat;
    pointer-events: none;
}
.notes {
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #c74226;
    width: max-content;
}
p.notes {
    display: none;
}
.sold .notes div {
    display: none;
}
.sold p.notes {
    display: block;
}
#items .list a {
    text-align: left;
}
#items .list a.cart_btn::after, #items .list a.no-more::after {
    display: none;
}
#items .list h3 {
    margin: 1em 0 0.3em;
}
#kv {
    min-height: auto;
}
.bg-top {
    position: relative;
    margin-top: 60px;
}
.bg-top .title {
    position: absolute;
    top: 5%;
    left: 10%;
}
.bg-top .text {
    font-size: 1.8rem;
    position: absolute;
    bottom: 10%;
    right: 8%;
}
.bg-top .text span {
    color: #d04718;
    display: block;
    padding-top: 1em;
}
#attention {
    padding-top: 100px;
    text-align: center;
}
#attention .inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    text-align: left;
}
#attention ul li {
    position: relative;
    padding-left: 1em;
    color: #00271d;
    font-size: 1.8rem;
}
#attention ul li:before {
    position: absolute;
    left: 0;
    content: '・';
}
#attention > a {
    padding:40px 0 50px;
}
#towel {
    max-width: 1143px;
    margin: 0 auto;
}
#read {
    max-width: 840px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #00271d;
    padding: 70px 0;
}
#read h2 {
    font-size: 2rem;
    font-family: 'Futo Go B101', sans-serif;
    border: 1px solid #00271d;
    display: inline-block;
    padding: 0 0.5em;
}
#read h3 {
    font-size: 1.8rem;
    font-family: 'Futo Go B101', sans-serif;
    padding-top: 1.5em;
    padding-bottom: 0.2em;
}
#read .inner {
    display: flex;
    justify-content: space-between;   
}
#read a {
    color: #d04718;
    text-decoration: underline;
    text-underline-offset: 2px;
}
#read > a {
    padding-top: 3em;
}
#items .list a::after {
    margin-top: 40px;
}
@media screen and (max-width: 834px) {
    .bg-top .title {
        top: 20px;
        left: 1.2%;
    }
    .bg-top .text {
        font-size: 1.5rem;
        bottom: 5%;
        right: 2%;
    }
}
@media screen and (min-width: 769px) {
    .bg-top > picture img {
        width: 100%;
        height: calc(100vh - 60px);
        object-fit: cover;
    }
}
@media screen and (max-width: 768px) {
    br:not(.sp-br) {
        display: none;
    }
    .bg-top {
        margin-top: 0;
    }
    .bg-top > picture > img {
        width: 100%;
    }
    .bg-top .title {
        position: relative;
        top: auto;
        left: 0;
        margin-left: 8%;
        margin-top: -65px;
    }
    .bg-top .title img {
        padding-bottom: 15px;
    }
    .bg-top .text {
        position: relative;
        bottom: auto;
        right: auto;
        padding: 2em 0 2em 8%;
        background-color: #00271d;
        color: #fff;
    }
    .bg-top .text span {
        color: #f5b216;
    }
    #attention .inner {
        display: block;
    }
    #attention {
        padding-top: 25px;
        width: 90%;
        margin: 0 auto;
    }
    #attention ul li {
        font-size: 1.5rem;
    }
    #attention .inner div:first-of-type {
        width: 90px;
        padding-bottom: 20px;
    }
    #attention > a {
        padding: 40px 0 30px;
    }
    #items .list {
        padding-bottom: 30px;
    }
    .cart_btn {
        width: 123px;
        height: 24px;
    }
    #items .list li {
        margin: 10px 3.5vw;
    }
    #items .list a::after {
        width: 43vw;
        margin-top: 30px;
    }
    #read {
        padding: 55px 0;
    }
    #read .inner {
        display: block;
    }
    #read h2 {
        font-size: 1.8rem;
    }
    #read > a {
        padding-top: 2em;
    }
}