@charset "UTF-8";
/* ブランドメッセージ (SP) 
-----------------------------------------------------------------*/
.section-message.container-circle{
    padding-top: 0;
    margin-bottom: 35.573vw;
}
/* メインメッセージ */
.section-main-message{
    background: #fff url(/-/Media/com/dotest/brand/images/top/250304/message_bg.jpg) no-repeat bottom center / contain;
    padding: 14.125vw 0 66.531vw;
    margin-bottom: 24.042vw;
}
.section-main-message .ttl-cnt{
    padding-left: 3.605vw;
}
.section-main-message .ttl-01{
    color: #c95100;
    font-size: 8.333vw;
    text-align: left;
    background-position: bottom left;
    margin-bottom: 9.115vw;
}
/* サブメッセージ */
.section-sub-message .ttl-01{
    color: #c95100;
    margin-bottom: 10.521vw;
}
.section-sub-message .sub-message-inner{
    background-color: #fff;
    border-radius: 6.51vw;
    padding: 11.021vw 5.208vw;
}
.section-sub-message .txt-cnt{
    margin-bottom: 10.021vw;
}
.section-sub-message .txt-cnt .txt-01{
    margin-bottom: 0;
}
/* mess1 */
.section-sub-message .txt-cnt.item-01 {
    background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img01.png) no-repeat right bottom 9.683vw / 42.318vw;
}
.section-sub-message .txt-cnt.item-01 .txt-01:last-of-type{
    width: 36.198vw;
}
/* mess2 */
.section-sub-message .txt-cnt.item-02 {
    background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img02.png) no-repeat right bottom 0 / 24.349vw;
    padding-bottom: 15.37vw;
    margin-bottom: 4.021vw;
}
/* mess3 */
.section-sub-message .txt-cnt.item-03{
    position: relative;
    padding-top: 15.709vw;
    margin-bottom: 4.521vw;
}
.section-sub-message .txt-cnt.item-03::before{
    content: "";
    display: block;
    position: absolute;
    width: 16.928vw;
    height: 15.105vw;
    background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img03.png) no-repeat center / contain;
    top: 0;
    left: -2.604vw;
}
/* mess4 */
.section-sub-message .txt-cnt.item-04 {
    background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img04.png) no-repeat right 5vw bottom 1vw / 16.928vw;
}
.section-sub-message .message-logo {
    width: 49.87vw;
    margin: 13.021vw auto 0;
}
/* banner */
.section-information{
    margin-bottom: 31.552vw;
}
/* ラインナップ */
.section-lineup{
    margin-bottom: 39.063vw;
}

/* ----------------------------------------
		PC
----------------------------------------- */
@media screen and (min-width:769px) {
    .section-message.container-circle {
        margin-bottom: 269px;
    }
    /* メインメッセージ */
    .section-main-message{
        background: #fff;
        padding: 0;
        margin-bottom: 104px;
        position: relative;
    }
    .section-main-message .ttl-cnt{
        background: url(/-/Media/com/dotest/brand/images/top/250304/message_bg.jpg) no-repeat bottom 29px right / 638px;
        padding: 53px 0 147px;
    }
    .section-main-message .ttl-01{
        font-size: 3em;
        margin-bottom: 55px;
        padding-bottom: 26px;
    }
    /* サブメッセージ */
    .section-sub-message .ttl-01{
        margin-bottom: 60px;
    }
    .section-sub-message .sub-message-inner{
        border-radius: 50px;
        padding: 71px 95px 79px;
    }
    .section-sub-message .txt-cnt{
        margin-bottom: 32px;
    }
    /* mess1 */
    .section-sub-message .txt-cnt.item-01 {
        background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img01.png) no-repeat right top 10px / 211px;
        margin-bottom: 21px;
    }
    .section-sub-message .txt-cnt.item-01 .txt-01,
    .section-sub-message .txt-cnt.item-01 .txt-01:last-of-type{
        width: 498px;
    }
    /* mess2 */
    .section-sub-message .txt-cnt.item-02 {
        background: none;
        padding-bottom: 0;
        margin-bottom: 19px;
    }
    /* mess3 */
    .section-sub-message .txt-cnt.item-03{
        position: relative;
        padding-top: 0;
        margin-bottom: 153px;
    }
    .section-sub-message .txt-cnt.item-03::before {
        width: 84px;
        height: 75px;
        background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img03.png) no-repeat center / contain;
        top: 112px;
        left: 265px;
    }
    .section-sub-message .txt-cnt.item-03::after {
        content: "";
        display: block;
        position: absolute;        width: 122px;
        height: 75px;
        background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img02.png) no-repeat center / contain;
        top: 149px;
        left: 363px;
    }
    /* mess4 */
    .section-sub-message .txt-cnt.item-04 {
        background: url(/-/Media/com/dotest/brand/images/top/250304/submessage_img04.png) no-repeat right 40px bottom 0 / 85px;
        padding-bottom: 7px;
        margin-bottom: 57px;
    }
    .section-sub-message .txt-02{
        text-align: center;
    }
    .section-sub-message .message-logo {
        width: 249px;
        margin: 20px auto 0;
    }

    /* banner */
    .section-information{
        margin-bottom: 143px;
    }
    /* ラインナップ */
    .section-lineup{
        margin-bottom: 200px;
    }
}

