/*************************
横書き (丸型)
*************************/

#mv.mv_text_horizon .mv_comment_wrap.circle.off{
    display:none;
}
#mv.mv_text_horizon .mv_comment_wrap.circle{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#mv.mv_text_horizon .mv_comment_wrap.circle li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 320px;
    padding: 20px ;*/
    margin-right: 90px;
    text-align: center;
    /*border-radius:10px;*/
    box-sizing: border-box;
    
    height: 200px;
    width: 200px;
    border-radius: 100px;
    padding: 10px;
    border: 3px solid #ffffff;
}
#mv.mv_text_horizon .mv_comment_wrap.circle li p{
    width: 320px;
    word-wrap: break-word;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
}
#mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment3{
    margin-right: 0px;
}
@media (max-width: 1250px) {
    #mv.mv_text_horizon .mv_comment_wrap.circle li{
        margin-right: 4.3vw;
    }
}
@media (max-width: 1169px) {
    #mv.mv_text_horizon .mv_comment_wrap.circle li{
        /*width: calc(33.3% - 54px);*/
        padding: 5px;
        margin-right: 30px;
        width: 150px;
        height: 150px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li p {
        width: 100%;
        font-size: 2.3vw;
    }
}
@media (max-width: 1023px) {
    #mv.mv_text_horizon .mv_comment_wrap.circle li{
        /*width: calc(33.3% - 54px);*/
        width: 130px;
        height: 130px;
    }
}
@media (max-width: 768px) {
    #mv.mv_text_horizon .mv_comment_wrap.circle{
        width:100%;
        align-items: stretch;
        top: 80%;
        flex-direction: initial;
        flex-wrap: initial;
        
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li{
        font-size: 6vw;
        margin-right:0;
        margin-top: 0;
        padding:5px;
        width: 150px;
        height: 150px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment1{
        margin-top: 0px;
        margin-right:0;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment3{
        margin-right: 0px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li p{
        font-size: 3.3vw;
        width: 100%;
    }
}
@media (max-width: 550px) {
    #mv.mv_text_horizon .mv_comment_wrap.circle li{
        font-size: 6vw;
        margin-right:0;
        margin-top: 0;
        padding:5px;
        width: 120px;
        height: 120px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment1{
        margin-top: 0px;
        margin-right:0;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment3{
        margin-right: 0px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li p{
        font-size: 3.3vw;
        width: 100%;
    }
}
@media (max-width: 450px) {
    #mv.mv_text_horizon .mv_comment_wrap.circle li{
        font-size: 6vw;
        margin-right:0;
        margin-top: 0;
        padding:5px;
        width: 85px;
        height: 85px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment1{
        margin-top: 0px;
        margin-right:0;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li.mv_comment3{
        margin-right: 0px;
    }
    #mv.mv_text_horizon .mv_comment_wrap.circle li p{
        font-size: 3.3vw;
        width: 100%;
    }
}


/*
MV　テキスト縦書き
***************************/

#mv.mv_text_vertical .mv_comment_wrap.circle.off{
    display:none;
}
#mv.mv_text_vertical .mv_comment_wrap.circle{
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex:display;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    margin-top:0px;
    /*-webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr;
    writing-mode: lr;*/
}

#mv.mv_text_vertical .mv_comment_wrap.circle li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex:display;
    justify-content: center;
    align-items: center;
    width: 140px;
    padding: 35px 80px;
    margin: 0;
    text-align: center;
    border-radius:10px;

    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    
    height: 165px;
    width: 165px;
    border-radius: 100px;
    padding: 10px;
    border: 3px solid #ffffff;
}

#mv.mv_text_vertical .mv_comment_wrap.circle li p{
    /*width: 320px;*/
    word-wrap: break-word;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;

    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
#mv.mv_text_vertical .mv_comment_wrap.circle li.mv_comment1{
    margin-top: 0px;
}

@media (max-width: 1300px) {
    #mv.mv_text_vertical .mv_comment_wrap.circle li{
        height: 154px;
        width: 154px;
        padding: 5px;
    }
}

@media (max-width: 1169px) {
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        height: 100%;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li {
        /*padding: 3.95vh 10.02vw;
        width: 16.82vw;
        margin-top: 6.5vh;*/
        height: 144px;
        width: 144px;
        padding: 5px;
        margin:0;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li p {
        width: 100%;
        font-size: 2.5vw;
    }
}
@media (max-width: 768px) {
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        width: 100%;
        align-items: flex-start;
        top: 73%;
        flex-direction: column-reverse;
        /*-ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;*/
        justify-content: space-between;

        height: auto;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li{
        font-size: 3.5vw;
        margin-right:0px;
        margin-top: 0;
        box-sizing: border-box;
        width: 100px;
        height: 100px;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li.mv_comment1{
        margin-top: 0px;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li.mv_comment3{
        margin-right:0%;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li p{
        font-size: 3.5vw;
        width: 100%;
    }
}
@media (max-width: 500px) {
    #mv.mv_text_vertical .mv_comment_wrap.circle li{
        width: 100px;
        height:100px;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li p{
        font-size: 3.4vw;
        width: 100%;
    }
}
@media (max-width: 400px) {
    #mv.mv_text_vertical .mv_comment_wrap.circle li{
        width: 100px;
        height:100px;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li p{
        font-size: 3.4vw;
        width: 100%;
    }
}
@media (max-width: 320px) {
    #mv.mv_text_vertical .mv_comment_wrap.circle li{
        width: 90px;
        height:90px;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle li p{
        font-size: 3.4vw;
        width: 100%;
    }
}


/* Chorome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        left: 0;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex: display;
        flex-direction: row;
        /*flex-wrap: wrap;*/
        margin-top: 0px;
    }
}
@media screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio:0) {
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        left: 0;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex: display;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        margin-top: 0px;
    }

}

/* Firefox */
@-moz-document url-prefix() {
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top:0px;
        writing-mode: lr;
    }
}


/* IE8〜11 */
@media screen\0 {
    .mv_text_vertical#mv .mv_cap_in {
        top: 50px;
        -webkit-transform: none;
        transform:none;
        width:1170px;
        max-height:700px;
        height:100%;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        -webkit-flex-direction:column; /*old webkit browser*/
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr;
        writing-mode: lr;
        height:570px;
    }
}

/* Edge */
@supports (-ms-ime-align: auto) {
    .mv_text_vertical#mv .mv_cap_in {
        top: 0;
        -webkit-transform: none;
        transform:none;
        width:1170px;
        max-height:700px;
        height:100%;
    }
    #mv.mv_text_vertical .mv_comment_wrap.circle{
        -ms-flex-direction:column; /*IE10*/
        -webkit-flex-direction:column; /*old webkit browser*/
        flex-direction: column;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr;
        writing-mode: lr;
    }
}
@media screen and (max-width: 768px)  {
    _:-ms-lang(x), .mv_text_vertical#mv .mv_comment_wrap.circle li {
        padding: 30px 10px;
        width: 240px;
        margin-top: 0;
    }
}