@charset "utf-8";

.h2title {
    background-color: #4361ff;
    /* margin: 0; */
    /* margin-top: 2rem; */
}

.h2title-inner {
    display: flex;
    align-items: center;
}

.h2title-inner>h2 {
    font-family: 'Anton', sans-serif;
}

.h2title-inner>span {
    flex: none;
    font-size: 1.4rem;
    margin-left: 1rem;
}

@media (max-width:480px) {
    #seatcover .h2title-inner {
        flex-wrap: wrap;
    }

    #seatcover .h2title-inner>span {
        margin-left: auto;
        margin-top: 0.5rem;
    }
}

.shirt {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.shirt .flex-item {
    width: calc((100% / 2) * 1 - 0.01px);
    padding: 0 0.5rem;
    margin-top: 5rem;
}

.sticker {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.sticker .flex-item {
    width: calc((100% / 2) * 1 - 0.01px);
    padding: 0 0.5rem;
    margin-top: 5rem;
}

/*.color {
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.2rem;
    margin: 0.25rem 0;
}

.color:after,
.color:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #000;
    border-radius: 100%;
    box-sizing: border-box;
}

.color:after {
    background-color: #000;
    width: 0.6rem;
    height: 0.6rem;
    top: 0.3rem;
    left: 0.3rem;
}
*/
.imageOnText {
    margin-top: 0.5rem;
    font-size: 1.2rem;
}

.price-box {
    font-size: 1.3rem;

}

.price-box+.price-box {
    margin-top: 1rem;
}

.price-box .price-num {
    font-weight: bold;
}

.width_C {
    max-width: 65%;
}

.width_B {
    max-width: 90%;
}

.image-box {
    position: relative;
}

.fi_02 .image-box {
    padding-top: calc((100% / 476) * 200);
}

.fi_02 .image-box>.image {
    position: absolute;
    bottom: 0;
}


.fi_05 .image-box {
    padding-top: calc((65% / 309) * 364);
}

.fi_05 .image-box>.image {
    position: absolute;
    bottom: 0;
}

.fi_08 .image-box,
.fi_09 .image-box,
.fi_10 .image-box,
.fi_11 .image-box,
.fi_12 .image-box {
    padding-top: calc((90% / 428) * 274);
}

.fi_08 .image-box>.image,
.fi_09 .image-box>.image,
.fi_10 .image-box>.image,
.fi_11 .image-box>.image,
.fi_12 .image-box>.image {
    position: absolute;
    bottom: 0;
}


@media (max-width:480px) {
    .imageOnText {
        font-size: 1rem;
    }
}









.bold{
    font-weight:bold;
}


.small{
    display:inline-block;
    font-size:0.9rem;
}


.goodssticker{
    display:flex;
    flex-wrap:wrap;
    margin:0 -0.15rem;
    margin-top:4rem;
}
.goodssticker > .flex-item .image{
    width:100%;
}
.goodssticker > .flex-item{
    width:calc((100% / 2) * 1 - 0.01px);
    padding:0 0.15rem;
    margin-top:0.3rem;
}
@media (max-width:480px){
    .goodssticker > .flex-item{
        width:calc((100% / 1) * 1 - 0.01px);
    }
}

.goodsssticker_text{
    display:inline-block;
    background-color:#e50012;
    color:#fff000;
    font-weight:bold;
    padding:0.3rem 1rem;
    margin:0.5rem 0;
    margin-left:1rem;
}
.goodsssticker_text > span{
    color:#fff;
    font-weight:normal;
    font-size:0.9rem;
    display:inline-block;
    margin-left:1rem;
}