@charset "UTF-8";
.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}
.announce {
    text-indent: -1em;
    padding-left: 1em;
}
.ff-b {
    font-family: 'Shuei MaruGo B', sans-serif;
}
#item .section1__desc .indent {
    display: block;
}
#item .section1__desc a {
    color: #eb82af;
    transition: opacity .3s;
}
.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;
}
#item .section6__list-txt li a {
    display: contents;
    color: #97caeb;
}
#item .section6__list-txt li::before {
    content: '\25CF';
}
#item .section4 {
    background: #ffffff;
}
#item .section5 {
    background: #97caeb;
}
#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;
}
@media screen and (min-width: 768px), print {
    #item .section1 { 
        padding-top: 35px;
    }
    #item .section1__inner {
        padding-left: 65px;
    }
    #item .section1__desc a:hover {
        opacity: .4;
    }
    #item .section1__price h2 img{
        width: auto;
    }
    #item .section1__price h2 {
        width: auto;
    }
    #item .section1__price-attention {
        width: 150px;
    }
    #item .section5 li p {
        white-space: nowrap;
        margin-bottom: 2em;
        letter-spacing: .025em;
    }
    #item .section6__list-txt {
        white-space: nowrap;
    }
    #item .footer__btn {
        width: 825px;
    }
    .footer__btn img {
        width: 150px;
        height: 40px;
    }
}
@media screen and (max-width: 767px), print {
    #item .section1 { 
        padding-top: calc(10.26667vw - 1px);
    }
    #item .section1__price,#item .section1__price h2 {
        width: auto;
    }
    #item .section1__price h2 img {
        max-width: initial;
        width: auto;
        margin: 0 auto;
    }
    .cart__inner {
        width: 85vw;
        column-gap: calc(100% - 300px);
        margin: 20px auto 0;
    }    
    #item .section4_txt1 {
        width: 53.905vw;
    }
    #item .section4_txt2 {
        width: 55.57vw;
    }
    #item .section5 li table {
        width: 100%;
    }
    #item .section5 li td, th {
        width: calc(100%/4);
    }
    #item .section7__inner .section7_auto {
        max-width: initial;
        width: auto;
    }
}