.display_item.detail{
    height: 100%;
}
/* 個組詳細 */
.detail{
    /* max-width: 320px; */
    margin: 0 auto;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail ul li{
    display: inline-block;
}
.detail p{
    padding: 0;
    margin: 0;
}


.display_item .n_text{
    color: #000;
    font-family: "Noto Sans JP";
    /* font-size: 9px;
    line-height: 10px; */
    font-size: 2vw;
    line-height: 2.5vw;
    font-style: normal;
    font-weight: 400;
}

.display_item .img__set{
    padding: 5px 0;
    margin: auto;
}
.display_item .img__set__sub{
    max-width: 250px;
    margin: 0 auto;
}
.display_item .detail__comment{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.display_item .shape__set{
    color: #fff;
    line-height: 0;
    padding: 2px 0 0;
}
.display_item .shape__set li{
    /* padding: 0 2px 0.3px 2px;
    margin: 0.5px 0; */
    padding: 0 1vw 0.2vw 1vw;
    margin: 0.3vw 0;

    color: #FFF;
    font-family: "Noto Sans JP";
    /* font-size: 8px; */
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* line-height: 10px; */
    line-height: 2.5vw;
    display: inline-block;
}
/* .shape00{
    background: #DF5357;
}
.shape01{
    background: #7B7C7A;
}
.shape02{
    background: #834774;
}
.shape03{
    background: #2471AE;
}
.shape04{
    background: #5B4121;
}
.shape05{
    background: #A2791E;
}
.shape06{
    background: #DF5357;
}
.shape07{
    background: #A76095;
}
.shape08{
    background: #002569;
} */

.display_item .detail__hinmei{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8vw;
}

.display_item .pict__set{
    padding: 0px 0 2px !important;
}
.display_item .pict{
    width: auto;
    height: initial;
}
.display_item .pict img{
    width: auto !important;
    height: 5vw !important;
    padding: 0.5vw 0 !important;
}

.display_item .detail__baika__area{
    position: relative;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    text-align: right;
    padding-bottom: 0.5vw;
}

.display_item .detail__baika__set{
    padding: 0 0px 0px 0px;
}

.display_item .detail__baika__hontai{
    color: #B60005;
    text-align: right;
    font-family: "Noto Sans JP";
    /* font-size: 8px; */
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    vertical-align: bottom;
}
.display_item .detail__baika__hontai span{
    /* font-size: 19px; */
    font-size: 4vw;
    font-weight: 800;
    line-height: 4.9vw;
}
/* .detail__baika__hontai .normal{
    font-family: Lato;
} */

.display_item .spbaika{
    background: #B60005;
    font-size: 2vw !important;
    color: #FFFF00;
    display: inline-block;
    line-height: 2.2vw !important;
    padding: 0.3vw;
    margin-right: 3px;
    vertical-align: bottom;
}
.display_item .detail__baika__zeikomi{
    color: #B60005;
    text-align: right;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.display_item .detail__waribiki{
    position: relative;
    /* width: 7vw; */
    width: 5.7vw;
    vertical-align: bottom;
}
.display_item .detail__waribiki img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.display_item .detail__waribiki__text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);

    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    /* font-size: 1.4vw;
    line-height: 1.4vw; */
    font-size: 1.3vw;
    line-height: 1.1vw;
}
.display_item  .detail__waribiki__text span{
    /* font-size: 4vw;
    line-height: 4vw; */
    font-size: 3.4vw;
    line-height: 3vw;
}
.display_item .detail__waribiki_zubari{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);

    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 23px;
    width: 50px;
}
.three_flex .item .display_item p{
    padding: 0;
}



@media (min-width: 767px){
	/* 個組詳細 */
    .detail{
        max-width: 320px;
        margin: 0 auto;
    }
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .detail ul li{
        display: inline-block;
    }
    .detail p{
        padding: 0;
        margin: 0;
    }

    .display_item .n_text{
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .display_item .img__set{
        padding: 15px 0;
    }
    .display_item .img__set__sub{
        max-width: 250px;
        margin: 0 auto;
    }
    .display_item .detail__comment{
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    /* .shape__set{
        color: #fff;
    } */
    .display_item .shape__set li{
        padding: 0 3px 1px 5px;
        margin: 2.5px 0;

        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        line-height: 22px;
        display: inline-block;
    }
    /* .shape00{
        background: #DF5357;
    }
    .shape01{
        background: #7B7C7A;
    }
    .shape02{
        background: #834774;
    }
    .shape03{
        background: #2471AE;
    }
    .shape04{
        background: #5B4121;
    }
    .shape05{
        background: #A2791E;
    }
    .shape06{
        background: #DF5357;
    }
    .shape07{
        background: #A76095;
    }
    .shape08{
        background: #002569;
    } */

    .display_item .detail__hinmei{
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    /* .pict__set{
        padding: 15px 0 !important;
    } */

    .display_item .pict{
        width: auto;
        height: 40px !important;
        padding-bottom: 0px;
    }
    .display_item .pict img{
        width: auto;
        height: 40px !important;
        padding: 5px 0 !important;
    }

    .display_item .detail__baika__area{
        position: relative;
        width: 100%;
        display: inline-block;
        margin-left: auto;
        text-align: right;
        padding-bottom: 15px;
    }
    /* .detail__baika__set,
    .detail__waribiki{
        display: inline-block;
    } */
    .display_item .detail__baika__set{
        padding: 0 0px 0px 5px;
    }

    .display_item .detail__baika__hontai{
        color: #B60005;
        text-align: right;
        font-family: "Noto Sans JP";
        /* font-size: 20px; */
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        vertical-align: bottom;
    }
    .display_item .detail__baika__hontai span{
        /* font-size: 35px;
        font-weight: 800;
        line-height: 35px; */
        font-size: 30px;
        font-weight: 800;
        line-height: 30px;
    }
    .display_item .spbaika{
        background: #B60005;
        color: #FFFF00;
        display: inline-block;
        margin-right: 3px;
        vertical-align: bottom;
        font-size: 13px !important;
        line-height: 13.5px !important;
        padding: 2.5px;
        /* font-size: 14px !important;
        line-height: 15px !important;
        padding: 2px; */
    }
    .display_item .detail__baika__zeikomi{
        color: #B60005;
        text-align: right;
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .display_item .detail__waribiki{
        position: relative;
        vertical-align: bottom;
        /* width: 40px; */
        width: 37px;
    }
    .display_item .detail__waribiki img{
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .display_item .detail__waribiki__text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);

        color: #FFF;
        text-align: center;
        font-family: Lato;
        font-size: 8px;
        line-height: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 8px;
    }
    .display_item .detail__waribiki__text span{
        font-size: 20px;
        line-height: 18px;
    }
    .display_item .detail__waribiki_zubari{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);

        color: #FFF;
        font-family: "Noto Sans JP";
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: 23px;
        width: 50px;
    }
}
