@charset "UTF-8";

#contents_inner {
    scroll-snap-type: none;
    height: auto;
    background-color: #ffffff;
}
@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;
    background-color: #00281e;
}
.bg-top > div {
    margin: 12vw auto 0;
    color: #fff;
}
.bg-top .img {
    width: 100%;
}
#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;
    line-height: 1.22;
    letter-spacing: .04em;
}
#attention ul li:before {
    position: absolute;
    left: 0;
    content: '・';
}
#attention > a {
    padding:40px 0 50px;
}
#items .list a > div {
    text-align: center;
}
#items .list {
    justify-content: center;
}
#towel {
    background-color: #f4f6f0;
}
#towel > div {
    max-width: 1242px;
    margin: 0 auto;
}
#read {
    background-color: #f4f6f0;
}
#read > div {
    max-width: 840px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.57;
    color: #00271d;
    padding: 110px 0 140px;
}
#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;
    line-height: 1.33;
}
#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 (min-width: 820px) and (orientation: portrait){
    .bg-top {
        padding-top: 13vw;
    }    
    .bg-top > div {
        align-items: center !important;
    }
}
@media screen and (min-width: 769px) {
    .bg-top > div {
        max-width: 1345px;
        margin: 60px auto 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        gap: 30px;
        color: #fff;
    }
    .bg-top .img {
        max-width: 900px;
        width: calc(95% - 450px);
        padding-right: 3%;
    }
    .bg-top .text {
        font-size: 1.8rem;
        letter-spacing: .04em;
        line-height: 1.22;
        padding: 30px 0 90px;
    }
}
@media screen and (max-width: 768px) {
    br:not(.sp-br) {
        display: none;
    }
    .bg-top .title {
        width: 40.8vw;
        padding-bottom: 1em;
    }
    .bg-top .text {
        font-size: 1.5rem;
    }
    .bg-top > div > div:last-of-type {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }
    #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 > div {
        padding: 55px 0;
    }
    #read .inner {
        display: block;
    }
    #read h2 {
        font-size: 1.8rem;
    }
    #read > a {
        padding-top: 2em;
    }
}