@charset "UTF-8";

.ff-b {
    font-family: 'Shuei NijimiMGo B',sans-serif;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
.cart__inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 20px;
}
#item .section1__price-btn {
    position: relative;
    width: 150px;
    height: 30px;
    margin-top: 0;
}
.section1__price h3:first-of-type {
    margin-top: 60px;
}
.section1__price h3 {
    margin-top: 50px;
}
.section1__price h3 img {
    width: auto;
}
#item .section5 li table {
    margin-bottom: 25px;
}
#item .section5 li table , td, th {
    font-size: 14px;
    letter-spacing: .025px;
	border: 1px solid #332e20;
	border-collapse: collapse;
}
#item .section5 li td, th {
	padding: 0.8em 0;
    text-align: center;
    vertical-align: middle;
    width: 75px;
}
#item .section5 li td.col2 {
    width: 150px;
}
#item .section5 {
    background: #f1ece0;
}
#item .section6 {
    background: #97caeb;
}
#item .section6__list-txt {
    color: #ffffff;
}
#item .section6__list-txt li::before {
    content: '●';
    color: #7e7a70;
}
#item .section4 {
    background: #f1ece0;
}
@media screen and (min-width: 768px), print {
    #item .section1 { 
        padding-top: 35px;
    }
    #item .section1__price {
        width: 400px;
    }
    #item .section1__price h2 img{
        width: auto;
    }
    #item .section1__price-attention {
        width: 150px;
        margin: 6px 0;
    }
    #item .section1__link {
        position: relative;
        bottom: auto;
        margin-top: 50px;
    }
    #item .section3 h2 img{
        width: auto;
    }
    #item .section3 h3 {
        margin: 56px auto 0;
        width: 840px;
    }
    #item .section3 h3 img{
        width: auto;
    }
    #item .section3__inner {
        margin: 26px auto 0;
    }
    #item .section3 li p {
        white-space: nowrap;
        padding-top: 12px;
    }
    #item .section5 li p {
        white-space: nowrap;
    }
    #item .section6__list-txt {
        white-space: nowrap;
    }
    #item .footer__btn {
        width: 825px;
    }
    .footer__btn img {
        width: 150px;
        height: 40px;
    }
    .modal__body-inner {
        justify-content: initial;
    }
}
@media screen and (max-width: 767px), print {
    #item .section1 { 
        padding-top: calc(10.26667vw - 1px);
    }
    #item .section1__price h2 {
        width: 59.6vw;
    }
    #item .section1__price {
        max-width: 320px;
        width: 90vw;
    }
    #item .section1__price-attention {
        margin: 3.2vw 0 1.2vw;
    }
    #item .section3 h3 {
        margin: 56px auto 0;
        width: 70.128vw;
    }
    #item .section3 h3.section3_txt2 {
        width: 60.913vw;
        margin: 11.5vw auto 0;
    }
    #item .section3__inner {
        margin: 28px auto 0;
    }
    #item .section3 li p {
        padding-top: 2.5vw;
    }
    #item .section4_txt1 {
        width: 44.743vw;
    }
    #item .section4_txt2 {
        width: 49.081vw;
    }
    #item .section5 li table {
        margin-top: -8.26667vw;
    }
    .section1__price h3 img {
        height: 72px;
    }    
}