@charset 'UTF-8';
html
{
    scroll-behavior: smooth;
}

.scroll-to-top
{
    font-size: 12px;

    position: fixed;
    z-index: 1000;
    right: 35px;
    bottom: 35px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
            flex-direction: column;

    width: 50px;
    height: 50px;

    cursor: pointer;
    transition: opacity .3s ease;
    text-align: center;

    opacity: 0;
    color: #fff;
    border: none;
    background-color: #000;

    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.scroll-to-top.show
{
    visibility: visible;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.scroll-to-top > span:first-child
{
    margin-bottom: 8px;
}


/* Slider */
#Surface_Online .slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#Surface_Online .slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

#Surface_Online .slick-list:focus
{
    outline: none;
}

#Surface_Online .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

#Surface_Online .slick-slider .slick-track,
#Surface_Online .slick-slider .slick-list
{
    -webkit-transform: none;
            transform: none;
}

#Surface_Online .slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto;
    margin-left: auto;
}

#Surface_Online .slick-track:before,
#Surface_Online .slick-track:after
{
    display: table;

    content: '';
}

#Surface_Online .slick-track:after
{
    clear: both;
}

#Surface_Online .slick-loading .slick-track
{
    visibility: hidden;
}

#Surface_Online .slick-slide
{
    float: left;

    height: 100%;
}

#Surface_Online .slick-slide img
{
    width: 73.73333vw;
    height: 95.86667vw;
    margin: 0 auto;
}

#Surface_Online .slick-slide.slick-loading img
{
    display: none;
}

#Surface_Online .slick-slide.dragging img
{
    pointer-events: none;
}

#Surface_Online [dir='rtl'] .slick-slide
{
    float: right;
}

#Surface_Online .slick-initialized .slick-slide
{
    display: block;
}

#Surface_Online .slick-loading .slick-slide
{
    visibility: hidden;
}

#Surface_Online .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

#Surface_Online .slick-arrow.slick-hidden
{
    display: none;
}

#Surface_Online
{
    /* Slider */
    /* Arrows */
    /* Dots */
}

#Surface_Online .slick-slider
{
    line-height: 1;
}

.slick-loading #Surface_Online .slick-list
{
    background: #fff url('../../../../surface/pro/images/202505/ajax-loader.gif') center center no-repeat;
}

#Surface_Online .slick-prev,
#Surface_Online .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 2;
    top: 24.13333vw;

    display: block;

    width: 7.46667vw;
    height: 7.46667vw;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#Surface_Online .slick-prev:hover,
#Surface_Online .slick-prev:focus,
#Surface_Online .slick-next:hover,
#Surface_Online .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

#Surface_Online .slick-prev:hover:before,
#Surface_Online .slick-prev:focus:before,
#Surface_Online .slick-next:hover:before,
#Surface_Online .slick-next:focus:before
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#Surface_Online .slick-prev.slick-disabled:before,
#Surface_Online .slick-next.slick-disabled:before
{
    opacity: .25;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
}

#Surface_Online .slick-prev:before,
#Surface_Online .slick-next:before
{
    line-height: 1;

    display: block;

    width: 7.46667vw;
    height: 7.46667vw;

    opacity: .75;
    color: black;
    border-bottom: 2px solid #b0b0b0;
    border-left: 2px solid #b0b0b0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#Surface_Online .slick-prev
{
    left: 7px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

[dir='rtl'] #Surface_Online .slick-prev
{
    right: 7px;
    left: auto;
}

#Surface_Online .slick-prev:before
{
    content: '<';
}

[dir='rtl'] #Surface_Online .slick-prev:before
{
    content: '>';
}

#Surface_Online .slick-next
{
    right: 7px;

    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

[dir='rtl'] #Surface_Online .slick-next
{
    right: auto;
    left: 7px;
}

#Surface_Online .slick-next:before
{
    content: '>';
}

[dir='rtl'] #Surface_Online .slick-next:before
{
    content: '<';
}

#Surface_Online .product-movie .slick-prev
{
    top: 50%;

    -webkit-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
}

#Surface_Online .product-movie .slick-next
{
    -webkit-transform: rotate(-135deg) translate(0, -50%);
            transform: rotate(-135deg) translate(0, -50%);
}

#Surface_Online .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

#Surface_Online .slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}

#Surface_Online .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

#Surface_Online .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#Surface_Online .slick-dots li button:hover,
#Surface_Online .slick-dots li button:focus
{
    outline: none;
}

#Surface_Online .slick-dots li button:hover:before,
#Surface_Online .slick-dots li button:focus:before
{
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

#Surface_Online .slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=25)';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#Surface_Online .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
}

@media only screen and (min-width: 48em)
{
    .pc
    {
        display: block;
    }
    .sp
    {
        display: none;
    }
    img
    {
        max-width: 100%;
    }
    #Surface_Online .wrapper
    {
        font-family: '游ゴシック体','Yu Gothic','Segoe UI',SegoeUI,'Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.6;

        position: relative;

        width: 980px;
        margin: 0 auto;

        text-align: left;

        color: #505050;
        background: #fff;
    }
    #Surface_Online sup
    {
        font-size: 75%;

        vertical-align: top;
    }
    #Surface_Online a
    {
        text-decoration: none;

        color: #006ed7;
    }
    #Surface_Online a:hover
    {
        text-decoration: underline;
    }
    #Surface_Online img
    {
        display: block;

        width: auto;
        max-width: 100%;
        height: auto;
    }
    #Surface_Online strong,
    #Surface_Online em
    {
        font-style: normal;
    }
    #Surface_Online sup
    {
        font-size: 80%;
        line-height: 1 !important;

        vertical-align: super;
    }
    #Surface_Online .p
    {
        margin-bottom: 1em;
    }
    #Surface_Online *
    {
        box-sizing: border-box;
    }
    #Surface_Online *:after
    {
        box-sizing: border-box;
    }
    #Surface_Online *:before
    {
        box-sizing: border-box;
    }
    #Surface_Online .nav__inr
    {
        max-width: 995px;
        margin: 0 auto;
    }
    #Surface_Online .nav__gr
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;

        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .nav__gr .nav__gr-col
    {
        width: calc((100% - 3px) / 4);

        text-align: center;
    }
    #Surface_Online .nav__gr.is-10
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .nav__gr.is-10 .nav__gr-col
    {
        width: calc((100% - 9px) / 10);

        text-align: center;
    }
    #Surface_Online .nav__gr.is-5
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .nav__gr.is-5 .nav__gr-col
    {
        width: calc((100% - 4px) / 5);

        text-align: center;
    }
    #Surface_Online .nav__gr-col
    {
        font-size: 14px;
        line-height: 1.5;

        position: relative;

        width: 15%;
        padding: 12px 0;

        text-align: center;
        vertical-align: middle;
        text-decoration: none;

        color: #505050;
    }
    #Surface_Online .nav__gr-col span
    {
        display: block;
    }
    #Surface_Online .nav__gr-col span.new-item
    {
        display: inline;

        color: #29abe2;
    }
    #Surface_Online .nav__gr-col.active
    {
        border-bottom: 2px solid #505050;
    }
    #Surface_Online .nav__gr-col:hover
    {
        text-decoration: none;

        background: #808080;
    }
    #Surface_Online .nav__gr-col:hover span
    {
        color: #fff;
    }
    #Surface_Online .nav__gr-col:before
    {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;

        display: block;

        height: 40%;
        margin: auto 0;

        content: '';
    }
    #Surface_Online .nav__gr-col:first-child:before
    {
        content: none;
    }
    #Surface_Online .bottom-menu
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .bottom-menu .bottom-menu_col
    {
        font-size: 14px;
        line-height: 1.5;

        position: relative;

        width: calc((100% - .2px) / 3);
        padding: 0 15px;

        text-align: center;
        text-decoration: none;

        color: #505050;
    }
    #Surface_Online .bottom-menu .bottom-menu_col span
    {
        display: block;

        margin-bottom: 20px;
    }
    #Surface_Online .bottom-menu .bottom-menu_col span img
    {
        max-width: 100%;
    }
    #Surface_Online .bottom-menu .bottom-menu_col:nth-child(-n+3)
    {
        margin-bottom: 45px;
    }
    #Surface_Online .u-txt10
    {
        font-size: .625rem;
    }
    #Surface_Online .u-txt11
    {
        font-size: .6875rem;
    }
    #Surface_Online .u-txt12
    {
        font-size: .75rem;
    }
    #Surface_Online .u-txt13
    {
        font-size: .8125rem;
    }
    #Surface_Online .u-txt14
    {
        font-size: .875rem;
    }
    #Surface_Online .u-txt15
    {
        font-size: .9375rem;
    }
    #Surface_Online .u-txt16
    {
        font-size: 1rem;
    }
    #Surface_Online .u-txt17
    {
        font-size: 1.0625rem;
    }
    #Surface_Online .u-txt18
    {
        font-size: 1.125rem;
    }
    #Surface_Online .u-txt19
    {
        font-size: 1.1875rem;
    }
    #Surface_Online .u-txt20
    {
        font-size: 1.25rem;
    }
    #Surface_Online .u-txt21
    {
        font-size: 1.3125rem;
    }
    #Surface_Online .u-txt22
    {
        font-size: 1.375rem;
    }
    #Surface_Online .u-txt23
    {
        font-size: 1.4375rem;
    }
    #Surface_Online .u-txt24
    {
        font-size: 1.5rem;
    }
    #Surface_Online .u-txt25
    {
        font-size: 1.5625rem;
    }
    #Surface_Online .u-txt26
    {
        font-size: 1.625rem;
    }
    #Surface_Online .u-txt27
    {
        font-size: 1.6875rem;
    }
    #Surface_Online .u-txt28
    {
        font-size: 1.75rem;
    }
    #Surface_Online .u-txt29
    {
        font-size: 1.8125rem;
    }
    #Surface_Online .u-txt_align--l
    {
        text-align: left !important;
    }
    #Surface_Online .u-txt_align--r
    {
        text-align: right !important;
    }
    #Surface_Online .u-txt_align--c
    {
        text-align: center !important;
    }
    #Surface_Online .u-txt_underline
    {
        text-decoration: underline;
    }
    #Surface_Online .color_pink
    {
        color: #ed1e79;
    }
    #Surface_Online .color_gray
    {
        color: #505050;
    }
    #Surface_Online .u-mt0
    {
        margin-top: 0 !important;
    }
    #Surface_Online .u-mt5
    {
        margin-top: 5px !important;
    }
    #Surface_Online .u-mt10
    {
        margin-top: 10px !important;
    }
    #Surface_Online .u-mt15
    {
        margin-top: 15px !important;
    }
    #Surface_Online .u-mt20
    {
        margin-top: 20px !important;
    }
    #Surface_Online .u-mt25
    {
        margin-top: 25px !important;
    }
    #Surface_Online .u-mt30
    {
        margin-top: 30px !important;
    }
    #Surface_Online .u-mt35
    {
        margin-top: 35px !important;
    }
    #Surface_Online .u-mt40
    {
        margin-top: 40px !important;
    }
    #Surface_Online .u-mt45
    {
        margin-top: 45px !important;
    }
    #Surface_Online .u-mt50
    {
        margin-top: 50px !important;
    }
    #Surface_Online .u-mt55
    {
        margin-top: 55px !important;
    }
    #Surface_Online .u-mt60
    {
        margin-top: 60px !important;
    }
    #Surface_Online .u-mt65
    {
        margin-top: 65px !important;
    }
    #Surface_Online .u-mt70
    {
        margin-top: 70px !important;
    }
    #Surface_Online .u-mt75
    {
        margin-top: 75px !important;
    }
    #Surface_Online .u-mt80
    {
        margin-top: 80px !important;
    }
    #Surface_Online .u-mt85
    {
        margin-top: 85px !important;
    }
    #Surface_Online .u-mt90
    {
        margin-top: 90px !important;
    }
    #Surface_Online .u-mt95
    {
        margin-top: 95px !important;
    }
    #Surface_Online .u-mt100
    {
        margin-top: 100px !important;
    }
    #Surface_Online .u-mb0
    {
        margin-bottom: 0 !important;
    }
    #Surface_Online .u-mb5
    {
        margin-bottom: 5px !important;
    }
    #Surface_Online .u-mb10
    {
        margin-bottom: 10px !important;
    }
    #Surface_Online .u-mb15
    {
        margin-bottom: 15px !important;
    }
    #Surface_Online .u-mb20
    {
        margin-bottom: 20px !important;
    }
    #Surface_Online .u-mb25
    {
        margin-bottom: 25px !important;
    }
    #Surface_Online .u-mb30
    {
        margin-bottom: 30px !important;
    }
    #Surface_Online .u-mb35
    {
        margin-bottom: 35px !important;
    }
    #Surface_Online .u-mb40
    {
        margin-bottom: 40px !important;
    }
    #Surface_Online .u-mb45
    {
        margin-bottom: 45px !important;
    }
    #Surface_Online .u-mb50
    {
        margin-bottom: 50px !important;
    }
    #Surface_Online .u-mb55
    {
        margin-bottom: 55px !important;
    }
    #Surface_Online .u-mb60
    {
        margin-bottom: 60px !important;
    }
    #Surface_Online .u-mb65
    {
        margin-bottom: 65px !important;
    }
    #Surface_Online .u-mb70
    {
        margin-bottom: 70px !important;
    }
    #Surface_Online .u-mb75
    {
        margin-bottom: 75px !important;
    }
    #Surface_Online .u-mb80
    {
        margin-bottom: 80px !important;
    }
    #Surface_Online .u-mb85
    {
        margin-bottom: 85px !important;
    }
    #Surface_Online .u-mb90
    {
        margin-bottom: 90px !important;
    }
    #Surface_Online .u-mb95
    {
        margin-bottom: 95px !important;
    }
    #Surface_Online .u-mb100
    {
        margin-bottom: 100px !important;
    }
    #Surface_Online .u-mb105
    {
        margin-bottom: 105px !important;
    }
    #Surface_Online .u-mb110
    {
        margin-bottom: 110px !important;
    }
    #Surface_Online .u-mb115
    {
        margin-bottom: 115px !important;
    }
    #Surface_Online .u-mb120
    {
        margin-bottom: 120px !important;
    }
    #Surface_Online .u-ml0
    {
        margin-left: 0 !important;
    }
    #Surface_Online .u-ml5
    {
        margin-left: 5px !important;
    }
    #Surface_Online .u-ml10
    {
        margin-left: 10px !important;
    }
    #Surface_Online .u-ml15
    {
        margin-left: 15px !important;
    }
    #Surface_Online .u-ml20
    {
        margin-left: 20px !important;
    }
    #Surface_Online .u-ml25
    {
        margin-left: 25px !important;
    }
    #Surface_Online .u-ml30
    {
        margin-left: 30px !important;
    }
    #Surface_Online .u-ml35
    {
        margin-left: 35px !important;
    }
    #Surface_Online .u-ml40
    {
        margin-left: 40px !important;
    }
    #Surface_Online .u-ml45
    {
        margin-left: 45px !important;
    }
    #Surface_Online .u-ml50
    {
        margin-left: 50px !important;
    }
    #Surface_Online .u-ml55
    {
        margin-left: 55px !important;
    }
    #Surface_Online .u-ml60
    {
        margin-left: 60px !important;
    }
    #Surface_Online .u-ml65
    {
        margin-left: 65px !important;
    }
    #Surface_Online .u-ml70
    {
        margin-left: 70px !important;
    }
    #Surface_Online .u-ml75
    {
        margin-left: 75px !important;
    }
    #Surface_Online .u-ml80
    {
        margin-left: 80px !important;
    }
    #Surface_Online .u-ml85
    {
        margin-left: 85px !important;
    }
    #Surface_Online .u-ml90
    {
        margin-left: 90px !important;
    }
    #Surface_Online .u-ml95
    {
        margin-left: 95px !important;
    }
    #Surface_Online .u-ml100
    {
        margin-left: 100px !important;
    }
    #Surface_Online .u-mr0
    {
        margin-right: 0 !important;
    }
    #Surface_Online .u-mr5
    {
        margin-right: 5px !important;
    }
    #Surface_Online .u-mr10
    {
        margin-right: 10px !important;
    }
    #Surface_Online .u-mr15
    {
        margin-right: 15px !important;
    }
    #Surface_Online .u-mr20
    {
        margin-right: 20px !important;
    }
    #Surface_Online .u-mr25
    {
        margin-right: 25px !important;
    }
    #Surface_Online .u-mr30
    {
        margin-right: 30px !important;
    }
    #Surface_Online .u-mr35
    {
        margin-right: 35px !important;
    }
    #Surface_Online .u-mr40
    {
        margin-right: 40px !important;
    }
    #Surface_Online .u-mr45
    {
        margin-right: 45px !important;
    }
    #Surface_Online .u-mr50
    {
        margin-right: 50px !important;
    }
    #Surface_Online .u-mr55
    {
        margin-right: 55px !important;
    }
    #Surface_Online .u-mr60
    {
        margin-right: 60px !important;
    }
    #Surface_Online .u-mr65
    {
        margin-right: 65px !important;
    }
    #Surface_Online .u-mr70
    {
        margin-right: 70px !important;
    }
    #Surface_Online .u-mr75
    {
        margin-right: 75px !important;
    }
    #Surface_Online .u-mr80
    {
        margin-right: 80px !important;
    }
    #Surface_Online .u-mr85
    {
        margin-right: 85px !important;
    }
    #Surface_Online .u-mr90
    {
        margin-right: 90px !important;
    }
    #Surface_Online .u-mr95
    {
        margin-right: 95px !important;
    }
    #Surface_Online .u-mr100
    {
        margin-right: 100px !important;
    }
    #Surface_Online .title-lv1
    {
        font-size: 1.875rem;
        line-height: 1;

        text-align: center;
    }
    #Surface_Online .title-lv2
    {
        font-size: 1.625rem;
        line-height: 1;

        text-align: center;
    }
    #Surface_Online .title-lv2_sub
    {
        font-size: 1.375rem;
        line-height: 1;

        text-align: center;
    }
    #Surface_Online .title-lv3
    {
        font-size: 1.25rem;
        line-height: 1;

        text-align: center;
    }
    #Surface_Online .tab-navi .tab-col
    {
        cursor: pointer;

        color: #fff;
        background: #ccc;
    }
    #Surface_Online .tab-navi .tab-col.active
    {
        background: #505050;
    }
    #Surface_Online .tab-navi.accessorie-tab
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .tab-navi.accessorie-tab .tab-col
    {
        font-size: .875rem;

        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: calc((100% - 48px) / 7);
        padding: 10px;

        text-align: center;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .tab-navi.product-tab
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .tab-navi.product-tab .tab-col
    {
        font-size: 1.125rem;

        width: calc((100% - 0) / 2);
        width: 50%;
        padding: 10px 40px;

        text-align: center;

        color: #505050;
        border: 1px solid #505050;
        background: #fff;
    }
    #Surface_Online .tab-navi.product-tab .tab-col.active
    {
        color: #fff;
        background: #505050;
    }
    #Surface_Online .tab-data > *
    {
        display: none;
    }
    #Surface_Online .tab-data > *.active
    {
        display: block;
    }
    #Surface_Online .lineup_tb
    {
        width: 100%;
    }
    #Surface_Online .lineup_tb th
    {
        font-weight: normal;
    }
    #Surface_Online .lineup_tb .ch
    {
        font-size: .875rem;

        padding: 10px;

        text-align: center;

        border-left: 2px solid #fff;
        background: #e1e1e1;
    }
    #Surface_Online .lineup_tb .ch01
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb .cl
    {
        font-size: .9375rem;

        padding: 15px 10px;

        text-align: center;
        vertical-align: middle;

        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        background: #f5f5f5;
    }
    #Surface_Online .lineup_tb .cl_lb
    {
        border-top: 1px solid #fff;
    }
    #Surface_Online .lineup_tb .cl01
    {
        width: 14%;
    }
    #Surface_Online .lineup_tb .cl02
    {
        width: 25%;
    }
    #Surface_Online .lineup_tb .cl03
    {
        width: 30%;
    }
    #Surface_Online .lineup_tb .cl04
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb .cl05
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb .el_color
    {
        font-size: .875rem;
    }
    #Surface_Online .lineup_tb .f_blu
    {
        color: #006ed6;
    }
    #Surface_Online .lineup_tb .btn-type_B--s
    {
        width: 95px;
    }
    #Surface_Online .lineup_tb.laptop .ch06
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb.laptop .cl01
    {
        width: 22%;
    }
    #Surface_Online .lineup_tb.laptop .cl02
    {
        width: 22%;
    }
    #Surface_Online .lineup_tb.laptop .cl03
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.laptop .cl04
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.laptop .cl05
    {
        width: 19%;
        padding: 15px 0 15px 20px;

        text-align: left;
    }
    #Surface_Online .lineup_tb.laptop .cl06
    {
        width: 10%;

        border-left: 0;
    }
    #Surface_Online .lineup_tb.laptop .btn-type_B--s
    {
        width: 120px;
    }
    #Surface_Online .lineup_tb.pro .ch00
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb.pro .ch01
    {
        border-left: 2px solid #fff;
    }
    #Surface_Online .lineup_tb.pro .ch06
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb.pro .cl00
    {
        width: 16%;
    }
    #Surface_Online .lineup_tb.pro .cl01
    {
        width: 21%;
    }
    #Surface_Online .lineup_tb.pro .cl02
    {
        width: 21%;
    }
    #Surface_Online .lineup_tb.pro .cl03
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.pro .cl04
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.pro .cl05
    {
        width: 10%;
        padding: 15px 0 15px 20px;

        text-align: left;
    }
    #Surface_Online .lineup_tb.pro .cl06
    {
        width: 10%;

        border-left: 0;
    }
    #Surface_Online .lineup_tb.pro .btn-type_B--s
    {
        width: 120px;
    }
    #Surface_Online .lineup_tb.studio .cl01
    {
        width: 30%;
    }
    #Surface_Online .lineup_tb.studio .cl02
    {
        width: 30%;
    }
    #Surface_Online .lineup_tb.studio .cl03
    {
        width: 10%;
    }
    #Surface_Online .product-details
    {
        width: 100%;
    }
    #Surface_Online .product-details th,
    #Surface_Online .product-details td
    {
        padding: 0 0 40px;
    }
    #Surface_Online .product-details th
    {
        font-size: 1.25rem;
        font-weight: normal;

        width: 20%;

        text-align: left;
        vertical-align: top;
    }
    #Surface_Online .product-details td
    {
        font-size: .875rem;
        line-height: 1.8;

        vertical-align: top;
    }
    #Surface_Online .product-details td dl
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #Surface_Online .product-details td dl dt
    {
        width: 125px;
    }
    @supports (-ms-ime-align: auto)
    {
        #Surface_Online .product-details td dl dd sup
        {
            line-height: 1;
        }
    }
    #Surface_Online .product-details td dl + dl
    {
        margin-top: 1em;
    }
    #Surface_Online .product-details td .memory-block
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #Surface_Online .product-details td .memory-block_col
    {
        font-size: .875rem;
        line-height: 33px;

        width: 82px;
        height: 33px;

        text-align: center;

        color: #fff;
        border-radius: 5px;
        background: #a3a3a3;
    }
    #Surface_Online .product-details td .memory-block_col + .memory-block_col
    {
        margin-left: 10px;
    }
    #Surface_Online .surface_online-pro8Table-title
    {
        font-size: 25px;
        font-weight: bold;
        line-height: 1;

        margin-bottom: 40px;
        padding: 15px 0;

        text-align: center;

        color: #fff;
        background: #595757;
    }
    #Surface_Online .surface_online-pro8Table
    {
        padding-bottom: 80px;

        border-bottom: 1px solid #ccc;
    }
    #Surface_Online .surface_online-pro8Table table
    {
        width: 100%;
    }
    #Surface_Online .surface_online-pro8Table table tr.is-wh.is-img th.is-fixed
    {
        border-bottom: none;
        background: #fff;
    }
    #Surface_Online .surface_online-pro8Table table tr.is-wh.is-img td
    {
        border-bottom: none;
    }
    #Surface_Online .surface_online-pro8Table table tr th
    {
        vertical-align: middle;

        border-bottom: 1px solid #ccc;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-fixed
    {
        font-size: 1.0625rem;

        position: -webkit-sticky;
        position:         sticky;
        left: 0;

        padding: 15px;

        border-bottom: 1px solid #ccc;
        background: #eaecee;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-fixed:before
    {
        position: absolute;
        top: -1px;
        left: -1px;

        width: 100%;
        height: 100%;

        content: '';
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title
    {
        font-size: 1.1875rem;

        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 5px;
        padding-left: 0;

        border-bottom: 1px solid #ccc;
        background: #fff;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title:before
    {
        display: none;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title + td
    {
        border-left: 0;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title + td + td
    {
        border-left: 0;
    }
    #Surface_Online .surface_online-pro8Table table tr td
    {
        font-size: 1.0625rem;

        padding: 15px 0;

        text-align: center;
        vertical-align: middle;

        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    #Surface_Online .surface_online-pro8Table table tr td.is-gray
    {
        background: #f6f7f8;
    }
    #Surface_Online .surface_online-pro8Table table tr td ul
    {
        width: 260px;
        margin: auto;
    }
    #Surface_Online .surface_online-pro8Table table tr td ul li
    {
        text-align: left;
        text-indent: -.5em;
    }
    #Surface_Online .product-movie .slick-next
    {
        top: 46%;
    }
}

@media only screen and (max-width: 47.938em)
{
    .pc
    {
        display: none;
    }
    .sp
    {
        display: block;
    }
    #Surface_Online .wrapper
    {
        font-family: '游ゴシック体','Yu Gothic','Segoe UI',SegoeUI, Meiryo, sans-serif;
        font-size: 14px;
        line-height: 1.6;

        position: relative;

        width: 100%;
        max-width: 750px;
        margin: 0 auto;

        text-align: left;

        color: #505050;
        background: #fff;
    }
    #Surface_Online sup
    {
        font-size: 75%;

        vertical-align: top;
    }
    #Surface_Online a
    {
        text-decoration: none;

        color: #006ed7;
    }
    #Surface_Online img
    {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
    }
    #Surface_Online strong,
    #Surface_Online em
    {
        font-style: normal;
    }
    #Surface_Online sup
    {
        font-family: Verdana, “Droid Sans”;
        font-size: 80%;
        line-height: 1 !important;

        vertical-align: super;
    }
    #Surface_Online .p
    {
        margin-bottom: 1em;
    }
    #Surface_Online *
    {
        box-sizing: border-box;
    }
    #Surface_Online *:after
    {
        box-sizing: border-box;
    }
    #Surface_Online *:before
    {
        box-sizing: border-box;
    }
    #Surface_Online .nav__inr
    {
        max-width: 750px;
        margin: 0 auto;
    }
    #Surface_Online .nav__gr
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #Surface_Online .nav__gr-col
    {
        font-size: .6875rem;
        font-size: 2.93333vw;
        line-height: 1.5;

        position: relative;

        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 50%;
        padding: 12px 10px;

        text-align: center;
        text-decoration: none;

        color: #505050;
        border-bottom: 1px solid #c9c9c9;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .nav__gr-col .ico-new
    {
        padding: 1px 4px 1px;
    }
    #Surface_Online .nav__gr-col .ico-new02
    {
        margin-right: 5px;

        color: #006ed6;
    }
    #Surface_Online .nav__gr-col:nth-child(odd)
    {
        border-right: 1px solid #c9c9c9;
    }
    #Surface_Online .nav__gr-col:after
    {
        position: absolute;
        top: 50%;
        right: 14px;

        width: 7px;
        height: 7px;
        margin-top: -3.5px;

        content: '';
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 1px solid #505050;
        border-top-width: 1px;
        border-right: 1px solid #505050;
        border-right-width: 1px;
    }
    #Surface_Online .bottom-menu
    {
        width: 100%;
        padding: 0 2.66667vw;
    }
    #Surface_Online .bottom-menu.is-ac
    {
        padding: 8vw 2.66667vw 0;
    }
    #Surface_Online .bottom-menu_col
    {
        line-height: 1.5;

        position: relative;

        display: block;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display:         inline-flex;

        padding: 5.33333vw 1.33333vw 5.33333vw 4.13333vw;

        text-decoration: none;

        color: #000;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #Surface_Online .bottom-menu_col:before
    {
        font-size: 4vw;

        display: block;

        padding-right: 10px;

        content: '>';
    }
    #Surface_Online .bottom-menu_col .ico-new02
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 4vw;
        font-weight: 400;

        margin-right: .93333vw;

        color: #006ed6;
    }
    #Surface_Online .btn-type_BB--l
    {
        font-size: 1rem;
        font-size: 4.26667vw;
        line-height: 16vw;

        position: relative;

        display: inline-block;

        width: 100%;
        height: 16vw;

        text-align: center;
        text-decoration: none;

        color: #fff;
        background: #000;
    }
    #Surface_Online .btn-type_BB--l.is-arrow span
    {
        position: relative;
    }
    #Surface_Online .btn-type_BB--l.is-arrow span:after
    {
        font-size: 4.26667vw;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: -4.26667vw;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #Surface_Online .btn-type_BB--l.is-arrow-down
    {
        background-image: url(../../../../surface/pro/images/202505/pc/icon_arrow_down.svg);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-size: 1.86667vw 3.33333vw;
    }
    #Surface_Online .btn-type_OB--l
    {
        font-size: .875rem;
        font-size: 3.73333vw;
        line-height: 15.73333vw;

        position: relative;

        display: inline-block;

        width: 100%;
        height: 15.73333vw;

        text-align: center;
        text-decoration: none;

        color: #000;
        border: 1px solid #000;
        background: #fff;
    }
    #Surface_Online .btn-type_OB--l > span
    {
        font-family: 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
    #Surface_Online .btn-type_OB--l > span > span
    {
        font-family: '游ゴシック体', 'Yu Gothic UI', 'Meiryo UI', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 500;
    }
    #Surface_Online .btn-type_OB--l:hover
    {
        text-decoration: none;

        opacity: .6;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    }
    #Surface_Online .btn-type_OB--l.is-search
    {
        background-image: url(../../../../surface/pro/images/202505/icon_search_sp.png);
        background-repeat: no-repeat;
        background-position: 85% 50%;
        background-size: 4.8vw;
    }
    #Surface_Online .u-txt10
    {
        font-size: .625rem;
        font-size: 2.66667vw;
    }
    #Surface_Online .u-txt11
    {
        font-size: .6875rem;
        font-size: 2.93333vw;
    }
    #Surface_Online .u-txt12
    {
        font-size: .75rem;
        font-size: 3.2vw;
    }
    #Surface_Online .u-txt13
    {
        font-size: .8125rem;
        font-size: 3.46667vw;
    }
    #Surface_Online .u-txt14
    {
        font-size: .875rem;
        font-size: 3.73333vw;
    }
    #Surface_Online .u-txt15
    {
        font-size: .9375rem;
        font-size: 4vw;
    }
    #Surface_Online .u-txt16
    {
        font-size: 1rem;
        font-size: 4.26667vw;
    }
    #Surface_Online .u-txt17
    {
        font-size: 1.0625rem;
        font-size: 4.53333vw;
    }
    #Surface_Online .u-txt18
    {
        font-size: 1.125rem;
        font-size: 4.8vw;
    }
    #Surface_Online .u-txt19
    {
        font-size: 1.1875rem;
        font-size: 5.06667vw;
    }
    #Surface_Online .u-txt20
    {
        font-size: 1.25rem;
        font-size: 5.33333vw;
    }
    #Surface_Online .u-txt21
    {
        font-size: 1.3125rem;
        font-size: 5.6vw;
    }
    #Surface_Online .u-txt22
    {
        font-size: 1.375rem;
        font-size: 5.86667vw;
    }
    #Surface_Online .u-txt23
    {
        font-size: 1.4375rem;
        font-size: 6.13333vw;
    }
    #Surface_Online .u-txt24
    {
        font-size: 1.5rem;
        font-size: 6.4vw;
    }
    #Surface_Online .u-txt25
    {
        font-size: 1.5625rem;
        font-size: 6.66667vw;
    }
    #Surface_Online .u-txt26
    {
        font-size: 1.625rem;
        font-size: 6.93333vw;
    }
    #Surface_Online .u-txt27
    {
        font-size: 1.6875rem;
        font-size: 7.2vw;
    }
    #Surface_Online .u-txt28
    {
        font-size: 1.75rem;
        font-size: 7.46667vw;
    }
    #Surface_Online .u-txt29
    {
        font-size: 1.8125rem;
        font-size: 7.73333vw;
    }
    #Surface_Online .u-txt30
    {
        font-size: 1.875rem;
        font-size: 8vw;
    }
    #Surface_Online .u-txt31
    {
        font-size: 1.9375rem;
        font-size: 8.26667vw;
    }
    #Surface_Online .u-txt32
    {
        font-size: 2rem;
        font-size: 8.53333vw;
    }
    #Surface_Online .u-txt33
    {
        font-size: 2.0625rem;
        font-size: 8.8vw;
    }
    #Surface_Online .u-txt34
    {
        font-size: 2.125rem;
        font-size: 9.06667vw;
    }
    #Surface_Online .u-txt35
    {
        font-size: 2.1875rem;
        font-size: 9.33333vw;
    }
    #Surface_Online .u-txt36
    {
        font-size: 2.25rem;
        font-size: 9.6vw;
    }
    #Surface_Online .u-txt37
    {
        font-size: 2.3125rem;
        font-size: 9.86667vw;
    }
    #Surface_Online .u-txt38
    {
        font-size: 2.375rem;
        font-size: 10.13333vw;
    }
    #Surface_Online .u-txt39
    {
        font-size: 2.4375rem;
        font-size: 10.4vw;
    }
    #Surface_Online .u-txt40
    {
        font-size: 2.5rem;
        font-size: 10.66667vw;
    }
    #Surface_Online .u-txt41
    {
        font-size: 2.5625rem;
        font-size: 10.93333vw;
    }
    #Surface_Online .u-txt42
    {
        font-size: 2.625rem;
        font-size: 11.2vw;
    }
    #Surface_Online .u-txt43
    {
        font-size: 2.6875rem;
        font-size: 11.46667vw;
    }
    #Surface_Online .u-txt44
    {
        font-size: 2.75rem;
        font-size: 11.73333vw;
    }
    #Surface_Online .u-txt45
    {
        font-size: 2.8125rem;
        font-size: 12vw;
    }
    #Surface_Online .u-txt46
    {
        font-size: 2.875rem;
        font-size: 12.26667vw;
    }
    #Surface_Online .u-txt47
    {
        font-size: 2.9375rem;
        font-size: 12.53333vw;
    }
    #Surface_Online .u-txt48
    {
        font-size: 3rem;
        font-size: 12.8vw;
    }
    #Surface_Online .u-txt49
    {
        font-size: 3.0625rem;
        font-size: 13.06667vw;
    }
    #Surface_Online .u-txt_align--l
    {
        text-align: left !important;
    }
    #Surface_Online .u-txt_align--r
    {
        text-align: right !important;
    }
    #Surface_Online .u-txt_align--c
    {
        text-align: center !important;
    }
    #Surface_Online .u-txt_underline
    {
        text-decoration: underline;
    }
    #Surface_Online .color_pink
    {
        color: #ed1e79;
    }
    #Surface_Online .color_gray
    {
        color: #505050;
    }
    #Surface_Online .u-mt0
    {
        margin-top: 0vw !important;
    }
    #Surface_Online .u-mt5
    {
        margin-top: .66667vw !important;
    }
    #Surface_Online .u-mt10
    {
        margin-top: 1.33333vw !important;
    }
    #Surface_Online .u-mt15
    {
        margin-top: 2vw !important;
    }
    #Surface_Online .u-mt20
    {
        margin-top: 2.66667vw !important;
    }
    #Surface_Online .u-mt25
    {
        margin-top: 3.33333vw !important;
    }
    #Surface_Online .u-mt30
    {
        margin-top: 4vw !important;
    }
    #Surface_Online .u-mt35
    {
        margin-top: 4.66667vw !important;
    }
    #Surface_Online .u-mt40
    {
        margin-top: 5.33333vw !important;
    }
    #Surface_Online .u-mt45
    {
        margin-top: 6vw !important;
    }
    #Surface_Online .u-mt50
    {
        margin-top: 6.66667vw !important;
    }
    #Surface_Online .u-mt55
    {
        margin-top: 7.33333vw !important;
    }
    #Surface_Online .u-mt60
    {
        margin-top: 8vw !important;
    }
    #Surface_Online .u-mt65
    {
        margin-top: 8.66667vw !important;
    }
    #Surface_Online .u-mt70
    {
        margin-top: 9.33333vw !important;
    }
    #Surface_Online .u-mt75
    {
        margin-top: 10vw !important;
    }
    #Surface_Online .u-mt80
    {
        margin-top: 10.66667vw !important;
    }
    #Surface_Online .u-mt85
    {
        margin-top: 11.33333vw !important;
    }
    #Surface_Online .u-mt90
    {
        margin-top: 12vw !important;
    }
    #Surface_Online .u-mt95
    {
        margin-top: 12.66667vw !important;
    }
    #Surface_Online .u-mt100
    {
        margin-top: 13.33333vw !important;
    }
    #Surface_Online .u-mb0
    {
        margin-bottom: 0vw !important;
    }
    #Surface_Online .u-mb5
    {
        margin-bottom: .66667vw !important;
    }
    #Surface_Online .u-mb10
    {
        margin-bottom: 1.33333vw !important;
    }
    #Surface_Online .u-mb15
    {
        margin-bottom: 2vw !important;
    }
    #Surface_Online .u-mb20
    {
        margin-bottom: 2.66667vw !important;
    }
    #Surface_Online .u-mb25
    {
        margin-bottom: 3.33333vw !important;
    }
    #Surface_Online .u-mb30
    {
        margin-bottom: 4vw !important;
    }
    #Surface_Online .u-mb35
    {
        margin-bottom: 4.66667vw !important;
    }
    #Surface_Online .u-mb40
    {
        margin-bottom: 5.33333vw !important;
    }
    #Surface_Online .u-mb45
    {
        margin-bottom: 6vw !important;
    }
    #Surface_Online .u-mb50
    {
        margin-bottom: 6.66667vw !important;
    }
    #Surface_Online .u-mb55
    {
        margin-bottom: 7.33333vw !important;
    }
    #Surface_Online .u-mb60
    {
        margin-bottom: 8vw !important;
    }
    #Surface_Online .u-mb65
    {
        margin-bottom: 8.66667vw !important;
    }
    #Surface_Online .u-mb70
    {
        margin-bottom: 9.33333vw !important;
    }
    #Surface_Online .u-mb75
    {
        margin-bottom: 10vw !important;
    }
    #Surface_Online .u-mb80
    {
        margin-bottom: 10.66667vw !important;
    }
    #Surface_Online .u-mb85
    {
        margin-bottom: 11.33333vw !important;
    }
    #Surface_Online .u-mb90
    {
        margin-bottom: 12vw !important;
    }
    #Surface_Online .u-mb95
    {
        margin-bottom: 12.66667vw !important;
    }
    #Surface_Online .u-mb100
    {
        margin-bottom: 13.33333vw !important;
    }
    #Surface_Online .u-mb105
    {
        margin-bottom: 14vw !important;
    }
    #Surface_Online .u-mb110
    {
        margin-bottom: 14.66667vw !important;
    }
    #Surface_Online .u-mb115
    {
        margin-bottom: 15.33333vw !important;
    }
    #Surface_Online .u-mb120
    {
        margin-bottom: 16vw !important;
    }
    #Surface_Online .u-ml0
    {
        margin-left: 0vw !important;
    }
    #Surface_Online .u-ml5
    {
        margin-left: .66667vw !important;
    }
    #Surface_Online .u-ml10
    {
        margin-left: 1.33333vw !important;
    }
    #Surface_Online .u-ml15
    {
        margin-left: 2vw !important;
    }
    #Surface_Online .u-ml20
    {
        margin-left: 2.66667vw !important;
    }
    #Surface_Online .u-ml25
    {
        margin-left: 3.33333vw !important;
    }
    #Surface_Online .u-ml30
    {
        margin-left: 4vw !important;
    }
    #Surface_Online .u-ml35
    {
        margin-left: 4.66667vw !important;
    }
    #Surface_Online .u-ml40
    {
        margin-left: 5.33333vw !important;
    }
    #Surface_Online .u-ml45
    {
        margin-left: 6vw !important;
    }
    #Surface_Online .u-ml50
    {
        margin-left: 6.66667vw !important;
    }
    #Surface_Online .u-ml55
    {
        margin-left: 7.33333vw !important;
    }
    #Surface_Online .u-ml60
    {
        margin-left: 8vw !important;
    }
    #Surface_Online .u-ml65
    {
        margin-left: 8.66667vw !important;
    }
    #Surface_Online .u-ml70
    {
        margin-left: 9.33333vw !important;
    }
    #Surface_Online .u-ml75
    {
        margin-left: 10vw !important;
    }
    #Surface_Online .u-ml80
    {
        margin-left: 10.66667vw !important;
    }
    #Surface_Online .u-ml85
    {
        margin-left: 11.33333vw !important;
    }
    #Surface_Online .u-ml90
    {
        margin-left: 12vw !important;
    }
    #Surface_Online .u-ml95
    {
        margin-left: 12.66667vw !important;
    }
    #Surface_Online .u-ml100
    {
        margin-left: 13.33333vw !important;
    }
    #Surface_Online .u-mr0
    {
        margin-right: 0vw !important;
    }
    #Surface_Online .u-mr5
    {
        margin-right: .66667vw !important;
    }
    #Surface_Online .u-mr10
    {
        margin-right: 1.33333vw !important;
    }
    #Surface_Online .u-mr15
    {
        margin-right: 2vw !important;
    }
    #Surface_Online .u-mr20
    {
        margin-right: 2.66667vw !important;
    }
    #Surface_Online .u-mr25
    {
        margin-right: 3.33333vw !important;
    }
    #Surface_Online .u-mr30
    {
        margin-right: 4vw !important;
    }
    #Surface_Online .u-mr35
    {
        margin-right: 4.66667vw !important;
    }
    #Surface_Online .u-mr40
    {
        margin-right: 5.33333vw !important;
    }
    #Surface_Online .u-mr45
    {
        margin-right: 6vw !important;
    }
    #Surface_Online .u-mr50
    {
        margin-right: 6.66667vw !important;
    }
    #Surface_Online .u-mr55
    {
        margin-right: 7.33333vw !important;
    }
    #Surface_Online .u-mr60
    {
        margin-right: 8vw !important;
    }
    #Surface_Online .u-mr65
    {
        margin-right: 8.66667vw !important;
    }
    #Surface_Online .u-mr70
    {
        margin-right: 9.33333vw !important;
    }
    #Surface_Online .u-mr75
    {
        margin-right: 10vw !important;
    }
    #Surface_Online .u-mr80
    {
        margin-right: 10.66667vw !important;
    }
    #Surface_Online .u-mr85
    {
        margin-right: 11.33333vw !important;
    }
    #Surface_Online .u-mr90
    {
        margin-right: 12vw !important;
    }
    #Surface_Online .u-mr95
    {
        margin-right: 12.66667vw !important;
    }
    #Surface_Online .u-mr100
    {
        margin-right: 13.33333vw !important;
    }
    #Surface_Online .title-lv1
    {
        font-size: 1.5rem;
        font-size: 6.4vw;
        line-height: 1;

        text-align: center;
    }
    #Surface_Online .title-lv2
    {
        font-size: 1.3125rem;
        font-size: 5.6vw;
        line-height: 1;

        text-align: center;
    }
    #Surface_Online .title-lv2_sub
    {
        font-size: 1.25rem;
        font-size: 5.33333vw;

        text-align: center;
    }
    #Surface_Online .title-lv3
    {
        font-size: 1.1875rem;
        font-size: 5.06667vw;

        text-align: center;
    }
    #Surface_Online .tab-navi .tab-col
    {
        cursor: pointer;

        color: #fff;
        background: #ccc;
    }
    #Surface_Online .tab-navi .tab-col.active
    {
        background: #505050;
    }
    #Surface_Online .tab-navi.accessorie-tab
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #Surface_Online .tab-navi.accessorie-tab .tab-col
    {
        font-size: .875rem;
        font-size: 3.73333vw;
        line-height: 1.5;

        position: relative;

        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 48.5%;
        margin-bottom: 3%;
        padding: 10px 0;

        text-align: center;
        text-decoration: none;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .tab-navi.accessorie-tab .tab-col:nth-child(odd)
    {
        margin-right: 1.5%;
    }
    #Surface_Online .tab-navi.accessorie-tab .tab-col:nth-child(even)
    {
        margin-left: 1.5%;
    }
    #Surface_Online .tab-navi.product-tab
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .tab-navi.product-tab .tab-col
    {
        font-size: .875rem;
        font-size: 3.73333vw;

        width: calc((100% - 0) / 2);
        width: 50%;
        padding: 10px 40px;

        text-align: center;

        color: #505050;
        border: 1px solid #505050;
        background: #fff;
    }
    #Surface_Online .tab-navi.product-tab .tab-col.active
    {
        color: #fff;
        background: #505050;
    }
    #Surface_Online .tab-data > *
    {
        display: none;
    }
    #Surface_Online .tab-data > *.active
    {
        display: block;
    }
    #Surface_Online .lineup_tb
    {
        width: 100%;
    }
    #Surface_Online .lineup_tb th
    {
        font-weight: normal;
    }
    #Surface_Online .lineup_tb .ch
    {
        font-size: .875rem;
        font-size: 3.73333vw;

        padding: 10px;

        text-align: center;

        border-left: 2px solid #fff;
        background: #e1e1e1;
    }
    #Surface_Online .lineup_tb .ch01
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb .cl
    {
        font-size: .9375rem;
        font-size: 4vw;

        padding: 15px 10px;

        text-align: center;
        vertical-align: middle;

        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        background: #f5f5f5;
    }
    #Surface_Online .lineup_tb .cl_lb
    {
        border-top: 1px solid #fff;
    }
    #Surface_Online .lineup_tb .cl01
    {
        width: 14%;
    }
    #Surface_Online .lineup_tb .cl02
    {
        width: 25%;
    }
    #Surface_Online .lineup_tb .cl03
    {
        width: 30%;
    }
    #Surface_Online .lineup_tb .cl04
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb .cl05
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb .el_color
    {
        font-size: .875rem;
        font-size: 3.73333vw;
    }
    #Surface_Online .lineup_tb .f_blu
    {
        color: #006ed6;
    }
    #Surface_Online .lineup_tb .btn-type_B--s
    {
        width: 95px;
    }
    #Surface_Online .lineup_tb.laptop .ch06
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb.laptop .cl01
    {
        width: 25%;
    }
    #Surface_Online .lineup_tb.laptop .cl02
    {
        width: 25%;
    }
    #Surface_Online .lineup_tb.laptop .cl03
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.laptop .cl04
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.laptop .cl05
    {
        width: 13%;
        padding: 15px 0 15px 20px;

        text-align: left;
    }
    #Surface_Online .lineup_tb.laptop .cl06
    {
        width: 10%;

        border-left: 0;
    }
    #Surface_Online .lineup_tb.laptop .btn-type_B--s
    {
        width: 120px;
    }
    #Surface_Online .lineup_tb.pro .ch00
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb.pro .ch01
    {
        border-left: 2px solid #fff;
    }
    #Surface_Online .lineup_tb.pro .ch06
    {
        border-left: 0;
    }
    #Surface_Online .lineup_tb.pro .cl00
    {
        width: 16%;
    }
    #Surface_Online .lineup_tb.pro .cl01
    {
        width: 21%;
    }
    #Surface_Online .lineup_tb.pro .cl02
    {
        width: 21%;
    }
    #Surface_Online .lineup_tb.pro .cl03
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.pro .cl04
    {
        width: 10%;
    }
    #Surface_Online .lineup_tb.pro .cl05
    {
        width: 10%;
        padding: 15px 0 15px 20px;

        text-align: left;
    }
    #Surface_Online .lineup_tb.pro .cl06
    {
        width: 10%;

        border-left: 0;
    }
    #Surface_Online .lineup_tb.pro .btn-type_B--s
    {
        width: 120px;
    }
    #Surface_Online .lineup_tb.studio .cl01
    {
        width: 30%;
    }
    #Surface_Online .lineup_tb.studio .cl02
    {
        width: 30%;
    }
    #Surface_Online .lineup_tb.studio .cl03
    {
        width: 10%;
    }
    #Surface_Online .product-details
    {
        width: 100%;
    }
    #Surface_Online .product-details th,
    #Surface_Online .product-details td
    {
        display: block;
    }
    #Surface_Online .product-details th
    {
        font-size: .9375rem;
        font-size: 4vw;
        font-weight: bold;

        text-align: left;
        vertical-align: top;
    }
    #Surface_Online .product-details td
    {
        font-size: .875rem;
        font-size: 3.73333vw;
        line-height: 1.8;

        padding: 0 0 9.33333vw;

        vertical-align: top;
    }
    @supports (-ms-ime-align: auto)
    {
        #Surface_Online .product-details td dl dd sup
        {
            line-height: 1;
        }
    }
    #Surface_Online .product-details td dl + dl
    {
        margin-top: 4.66667vw;
    }
    #Surface_Online .product-details td .memory-block
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    #Surface_Online .product-details td .memory-block_col
    {
        font-size: .875rem;
        font-size: 3.73333vw;
        line-height: 33px;

        width: 21.86667vw;
        height: 33px;

        text-align: center;

        color: #fff;
        border-radius: 5px;
        background: #a3a3a3;
    }
    #Surface_Online .product-details td .memory-block_col + .memory-block_col
    {
        margin-left: 1.33333vw;
    }
    #Surface_Online .surface_online-pro8Table-title
    {
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;

        margin-bottom: 8vw;
        padding: 4vw 0;

        text-align: center;

        color: #fff;
        background: #595757;
    }
    #Surface_Online .surface_online-pro8Table
    {
        padding-bottom: 10.66667vw;

        border-bottom: 1px solid #ccc;
    }
    #Surface_Online .surface_online-pro8Table .u-mb80
    {
        overflow: hidden;
        overflow-x: scroll;

        width: 100%;
    }
    #Surface_Online .surface_online-pro8Table > div
    {
        overflow-x: auto;
    }
    #Surface_Online .surface_online-pro8Table table
    {
        width: 980px;

        border-collapse: separate;
    }
    #Surface_Online .surface_online-pro8Table table tr.is-wh.is-img th.is-fixed
    {
        border-bottom: none;
        background: #fff;
    }
    #Surface_Online .surface_online-pro8Table table tr.is-wh.is-img td
    {
        border-bottom: none;
    }
    #Surface_Online .surface_online-pro8Table table tr th
    {
        vertical-align: middle;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-fixed
    {
        font-size: .875rem;

        position: -webkit-sticky;
        position:         sticky;
        left: 0;

        width: 160px;
        padding: 15px 0 15px 15px;

        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background: #eaecee;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-fixed:before
    {
        position: absolute;
        top: -1px;
        left: -1px;

        width: 100%;
        height: 100%;

        content: '';
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-fixed + td
    {
        border-left: 0;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title
    {
        font-size: 1rem;

        padding-top: 30px;
        padding-right: 0;
        padding-bottom: 5px;
        padding-left: 0;

        border-right: 0;
        border-bottom: 1px solid #ccc;
        background: #fff;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title:before
    {
        display: none;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title + td
    {
        border-left: 0;
    }
    #Surface_Online .surface_online-pro8Table table tr th.is-title + td + td
    {
        border-left: 0;
    }
    #Surface_Online .surface_online-pro8Table table tr td
    {
        font-size: .875rem;

        padding: 15px 0;

        text-align: center;
        vertical-align: middle;

        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    #Surface_Online .surface_online-pro8Table table tr td + td
    {
        border-left: 1px solid #ccc;
    }
    #Surface_Online .surface_online-pro8Table table tr td.is-gray
    {
        background: #f6f7f8;
    }
    #Surface_Online .surface_online-pro8Table table tr td ul
    {
        width: 230px;
        margin: auto;
    }
    #Surface_Online .surface_online-pro8Table table tr td ul li
    {
        text-align: left;
        text-indent: -.5em;
    }
    .section
    {
        margin: 0 3.33333vw;
    }
    #Surface_Online .surface-action
    {
        margin: 4.26667vw 0 0;
    }
    #Surface_Online .surface-action-link:first-child
    {
        margin-bottom: 2.13333vw;
    }
    #Surface_Online .surface-action-link > span
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .surface-action-link > span > span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .br-none br
    {
        display: block;
    }
    #Surface_Online .top-menu-list
    {
	border-top:1px solid #b3b3b3;
        display: -ms-grid;
        display:     grid;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
    }
    #Surface_Online .top-menu a
    {
        font-size: 3.06667vw;

        position: relative;

        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;
        height: 100%;

        color: #505050;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    #Surface_Online .top-menu a span:first-child
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .top-menu a span:last-child
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .top-menu a:after
    {
        position: absolute;
        top: 50%;
        right: 2.4vw;

        display: inline-block;

        width: 2vw;
        height: 3.06667vw;

        content: '';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);

        background-image: url('../../../../surface/pro/images/202505/arrow-top-menu.jpg');
        background-repeat: no-repeat;
        background-size: contain;
    }
    #Surface_Online .top-menu a.is-new:before
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 3.06667vw;
        font-weight: 600;

        position: absolute;
        top: 50%;
        left: 6vw;

        content: 'new';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        text-transform: uppercase;

        color: #0078d4;
    }
    #Surface_Online .top-menu-bottom
    {
        width: 100%;
        height: 13.33333vw;

        border-bottom: 1px solid #b3b3b3;
    }
    #Surface_Online .top-menu-item
    {
        width: 100%;
        height: 13.33333vw;
    }
    #Surface_Online .top-menu-item:nth-child(1) a
    {
        border-right: 1px solid #b3b3b3;
    }
    #Surface_Online .top-menu-item:nth-child(2) a
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        text-align: left;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    #Surface_Online .top-menu-item:nth-child(2) a span:first-child
    {
        -webkit-transform: translateX(3.6vw);
                transform: translateX(3.6vw);
    }
    #Surface_Online .top-menu-item:nth-child(3) a
    {
        border-top: 1px solid #b3b3b3;
        border-right: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3;
    }
    #Surface_Online .top-menu-item:nth-child(4) a
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        text-align: left;

        border-top: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    #Surface_Online .top-menu-item:nth-child(4) a span:first-child
    {
        -webkit-transform: translateX(6vw);
                transform: translateX(6vw);
    }
    #Surface_Online .lineup h2
    {
        margin-bottom: 5.33333vw;
        padding-bottom: 1.33333vw;

        border-bottom: 1px solid #cbcbcb;
    }
    #Surface_Online .btn-grid--col
    {
        margin-top: 4vw;
    }
    #Surface_Online .product
    {
        margin-bottom: 30.26667vw;
    }
    #Surface_Online .product-mouse
    {
        width: 100%;
        max-width: 81.33333vw;
        margin: 13.33333vw auto 20.8vw;
        padding-top: 12.4vw;

        border-top: 1px solid #b3b3b3;
    }
    #Surface_Online .product-mouse a
    {
        transition: -webkit-filter .3s ease;
        transition:         filter .3s ease;
        transition:         filter .3s ease, -webkit-filter .3s ease;
    }
    #Surface_Online .product-mouse a:hover
    {
                filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(.9);
                filter: brightness(.9);
    }
    #Surface_Online .product-brandshowcase
    {
        margin-top: 5.06667vw;
    }
    #Surface_Online .product-brandshowcase-list
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        gap: 14vw;
    }
    #Surface_Online .product-brandshowcase-thumb
    {
        margin-bottom: 5.06667vw;
    }
    #Surface_Online .product-brandshowcase-thumb img
    {
        height: 39.06667vw;

        object-fit: cover;
    }
    #Surface_Online .product-brandshowcase-content
    {
        text-align: center;
    }
    #Surface_Online .product-brandshowcase-size
    {
        font-size: 4.13333vw;
        font-weight: 700;

        color: #006ed6;
    }
    #Surface_Online .product-brandshowcase-name
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 5.6vw;
        font-weight: 600;

        margin-top: 2.4vw;

        color: #000;
    }
    #Surface_Online .product-brandshowcase-btn
    {
        max-width: 80vw;
        margin: 10.4vw auto 0;
    }
    #Surface_Online .product-brandshowcase-btn .btn-type_BB--l
    {
        font-size: 3.2vw;
        font-weight: 700;
        line-height: 15.73333vw;

        height: 15.73333vw;
    }
    #Surface_Online .product-brandshowcase-btn .btn-type_BB--l span:after
    {
        font-size: 3.2vw;

        right: -3.2vw;
    }
    #Surface_Online .product-brandshowcase-desc
    {
        font-size: 4vw;
        font-weight: 500;

        margin-top: 3.33333vw;

        color: #000;
    }
    #Surface_Online .product-brandshowcase-desc-small
    {
        font-size: 3.73333vw;
        font-weight: 400;

        margin-top: 2.8vw;

        color: #000;
    }
    #Surface_Online .surface-about
    {
        padding-bottom: 14vw;
    }
    #Surface_Online .surface-about-pro
    {
        padding-bottom: 6.53333vw;
    }
    #Surface_Online .feature-title
    {
        margin-bottom: 38px;
    }

    #Surface_Online .feature-title h3
    {
        border:none;
    }

    #Surface_Online .feature-img
    {
        width: 100%;
        height: 52.4vw;
    }
    #Surface_Online .feature-item
    {
        margin-bottom: 11.6vw;
    }
    #Surface_Online .feature-item-title
    {
        font-size: 5.06667vw;
        font-weight: 700;
        margin-top: 5.33333vw;
	border:none;
	text-align:center;
        color: #000;
    }
    #Surface_Online .feature-item-desc
    {
        font-size: 3.46667vw;
        font-weight: 500;
        line-height: 1.6;

        margin-top: 3.06667vw;

        text-align: center;
        letter-spacing: -.08em;

        color: #000;
    }
    #Surface_Online .feature-item-note
    {
        font-size: 2.13333vw;
        font-weight: 400;

        max-width: 84.4vw;
        margin: 0 auto;
        margin-top: 6vw;

        letter-spacing: -.08em;
    }
    #Surface_Online .feature-item-note a
    {
        text-decoration: underline;
    }
    #Surface_Online .assistant
    {
        position: relative;

        height: 113.33333vw;
        margin-bottom: 26.8vw;

        background: url('../../../../surface/pro/images/202505/assistant-bg-sp.jpg') center center no-repeat;
        background-size: cover;
    }
    #Surface_Online .assistant-pro
    {
        margin-bottom: 31.86667vw;
    }
    #Surface_Online .assistant-txt
    {
        padding-top: 10.66667vw;

        text-align: center;
    }
    #Surface_Online .assistant-title
    {
        font-size: 5.06667vw;
        font-weight: 700;
        letter-spacing: .02em;
	margin:0;
	border:none;
	text-align:center;
        color: #000;
        background:transparent;
    }
    #Surface_Online .assistant-desc
    {
        font-size: 3.46667vw;
        font-weight: 500;
	text-align:center;
        margin-top: 5.2vw;

        color: #000;
    }
    #Surface_Online .blog-lasted
    {
        padding: 8.66667vw 8vw 10.26667vw;

        background-image: url('../../../../surface/pro/images/202505/bg-lasted-sp.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #Surface_Online .blog-lasted-list
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        gap: 18.13333vw;
    }
    #Surface_Online .blog-lasted-content
    {
        margin-top: 6.66667vw;
	text-align:center;
    }
    #Surface_Online .blog-lasted-item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        text-align: center;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .blog-lasted-desc
    {
        font-size: 3.46667vw;
        font-weight: 500;
	text-align:center;
        margin-top: 5.86667vw;

        color: #000;
    }
    #Surface_Online .blog-lasted-tag,
    #Surface_Online .blog-lasted-title
    {
        font-size: 5.33333vw;
        font-weight: 600;
    }
    #Surface_Online .blog-lasted-title
    {
        letter-spacing: .02em;
        color: #000;
	border:none;
	text-align:center;
    }
    #Surface_Online .blog-lasted-title-seo
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    #Surface_Online .blog-lasted-title-seo span
    {
        font-size: 3.73333vw;
    }
    #Surface_Online .blog-lasted-title span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .blog-lasted-tag
    {
        color: #006ed6;
    }
    #Surface_Online .blog-lasted-btn
    {
        max-width: 70.4vw;
        margin: 8.8vw auto 0;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l
    {
        font-size: 4.26667vw;
        font-weight: bold;
        line-height: 16vw;

        height: 16vw;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l span
    {
        position: relative;

        letter-spacing: .02em;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l span:after
    {
        font-size: 4.26667vw;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: -4.26667vw;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #Surface_Online .blog-bt
    {
        margin-top: 16vw;
        padding-top: 10vw;

        border-top: 1px solid #999;
    }
    #Surface_Online .blog-txt
    {
        text-align: center;
    }
    #Surface_Online .blog-btn
    {
        max-width: 70.4vw;
        margin: 0 auto;
        margin-top: 17.33333vw;
    }
    #Surface_Online .blog-btn a
    {
        font-size: 4.26667vw;
    }
    #Surface_Online .blog-btn span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .blog-list
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        margin-top: 9.33333vw;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        gap: 8.8vw;
    }
    #Surface_Online .blog-item
    {
        width: 70.4vw;
    }
    #Surface_Online .blog-item img
    {
        height: 44vw;
    }
    #Surface_Online .blog-item-title
    {
        font-size: 5.06667vw;
        font-weight: 700;
        margin-top: 5.2vw;
	border:none;
	text-align:center;
        color: #000;
    }
    #Surface_Online .blog-item-title br
    {
        display: block;
    }
    #Surface_Online .blog-item-title-l
    {
        letter-spacing: -.02em;
    }
    #Surface_Online .blog-item-desc
    {
        font-size: 3.46667vw;
        font-weight: 500;

        margin-top: 3.33333vw;

        color: #000;
    }
    #Surface_Online .blog-tag
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 5.33333vw;
        font-weight: 600;

        text-transform: uppercase;

        color: #006ed6;
    }
    #Surface_Online .blog-thumb
    {
        margin-top: 40px;
    }
    #Surface_Online .blog-title
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 5.33333vw;
        font-weight: 600;
	border:none;
	text-align:center;
        color: #000;
    }
    #Surface_Online .blog-title br
    {
        display: block;
    }
    #Surface_Online .blog-title--pink
    {
        color: #ed1e79;
    }
    #Surface_Online .blog-title > span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .choose-sp
    {
        margin-bottom: 18.66667vw;
    }
    #Surface_Online .choose-title
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-size: 4.8vw;
        font-weight: 700;
        margin-bottom: 6.66667vw;
	border:none;
	text-align:center;
        text-align: center;
        color: #000;
    }
    #Surface_Online .choose-title > span
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .choose-desc
    {
        font-weight: 500;
    }
    #Surface_Online .choose-txt,
    #Surface_Online .choose-desc
    {
        font-size: 4vw;

        letter-spacing: .02em;

        color: #000;
    }
    #Surface_Online .choose-txt
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;
    }
    #Surface_Online .choose-txt--pink
    {
        color: #ed1e79;
    }
    #Surface_Online .surface-footer
    {
	margin:10vw 2vw;
        padding:2vw;
	text-align:left;
        background-color: #f2f2f2;
    }
    #Surface_Online .surface-footer-container
    {
        padding: 0 3.33333vw;
    }
    #Surface_Online .surface-footer-txt p
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-size: 2.13333vw;
        line-height: 2.12;

        color: #505050;
    }
    #Surface_Online .surface-footer-txt p a
    {
        text-decoration: underline;
    }
}

@media only screen and (min-width: 75em)
{
    #Surface_Online .btn-type_BB--l
    {
        font-size: 1.5rem;
        line-height: 72px;

        position: relative;

        display: inline-block;

        width: 100%;
        height: 72px;

        text-align: center;
        text-decoration: none;

        color: #fff;
        background: #000;
    }
    #Surface_Online .btn-type_BB--l:hover
    {
        text-decoration: none;

        opacity: .6;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    }
    #Surface_Online .btn-type_BB--l.is-arrow span
    {
        position: relative;
    }
    #Surface_Online .btn-type_BB--l.is-arrow span:after
    {
        font-size: 20px;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: -20px;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #Surface_Online .btn-type_BB--l.is-arrow-down
    {
        background-image: url(../../../../surface/pro/images/202505/pc/icon_arrow_down.svg);
        background-repeat: no-repeat;
        background-position: 96% 50%;
        background-size: 13px 23px;
    }
    #Surface_Online .btn-type_OB--l
    {
        font-size: 1.5rem;
        line-height: 72px;

        position: relative;

        display: inline-block;

        width: 600px;
        height: 72px;

        text-align: center;
        text-decoration: none;

        color: #000;
        border: 1px solid #000;
        background: #fff;
    }
    #Surface_Online .btn-type_OB--l:hover
    {
        text-decoration: none;

        opacity: .6;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    }
    #Surface_Online .btn-type_OB--l.is-search
    {
        background-image: url(../../../../surface/pro/images/202505/pc/icon_search.png);
        background-repeat: no-repeat;
        background-position: 92% 50%;
        background-size: 26px;
    }
    #Surface_Online .btn-type_OB--l > span
    {
        font-family: 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
    #Surface_Online .btn-type_OB--l > span > span
    {
        font-family: '游ゴシック体', 'Yu Gothic UI', 'Meiryo UI', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 500;
    }
}

@media only screen and (min-width: 75em) and (min-width: 751px) and (max-width: 979px)
{
    #Surface_Online .btn-type_BB--l
    {
        font-size: 1.1875rem;
    }
}

@media only screen and (min-width: 48em) and (max-width: 74.99875em)
{
    #Surface_Online .btn-type_BB--l
    {
        font-size: 2vw;
        line-height: 6vw;

        position: relative;

        display: inline-block;

        width: 100%;
        height: 6vw;

        text-align: center;
        text-decoration: none;

        color: #fff;
        background: #000;
    }
    #Surface_Online .btn-type_BB--l:hover
    {
        text-decoration: none;

        opacity: .6;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    }
    #Surface_Online .btn-type_BB--l.is-arrow span
    {
        position: relative;
        position: relative;
    }
    #Surface_Online .btn-type_BB--l.is-arrow span:after
    {
        font-size: 1.66667vw;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: -1.66667vw;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #Surface_Online .btn-type_BB--l.is-arrow-down
    {
        background-image: url('../../../../surface/pro/images/202505/pc/icon_arrow_down.svg');
        background-repeat: no-repeat;
        background-position: 96% 50%;
        background-size: 1.08333vw 1.91667vw;
    }
    #Surface_Online .btn-type_OB--l
    {
        font-size: 2vw;
        line-height: 6vw;

        position: relative;

        display: inline-block;

        width: 50vw;
        height: 6vw;

        text-align: center;
        text-decoration: none;

        color: #000;
        border: 1px solid #000;
        background: #fff;
    }
    #Surface_Online .btn-type_OB--l:hover
    {
        text-decoration: none;

        opacity: .6;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    }
    #Surface_Online .btn-type_OB--l.is-search
    {
        background-image: url('../../../../surface/pro/images/202505/icon_search.png');
        background-repeat: no-repeat;
        background-position: 92% 50%;
        background-size: 2.16667vw;
    }
    #Surface_Online .btn-type_OB--l > span
    {
        font-family: 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 400;
    }
    #Surface_Online .btn-type_OB--l > span > span
    {
        font-family: '游ゴシック体', 'Yu Gothic UI', 'Meiryo UI', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 500;
    }
}

@media only screen and (min-width: 1200px)
{
    #Surface_Online .wrapper
    {
        width: 100%;
        max-width: 1250px;
        padding-right: 25px;
        padding-left: 25px;
    }
    #Surface_Online .surface-action
    {
        display: -ms-grid;
        display:     grid;

        margin: 16px 0 40px;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    #Surface_Online .surface-action-link > span
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .surface-action-link > span > span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .br-none br
    {
        display: none;
    }
    #Surface_Online .nav__gr-col
    {
        padding: 10px 16px;
    }
    #Surface_Online .hero-showcase
    {
        margin: 105px 0 46px;
    }
    #Surface_Online .product
    {
        margin-bottom: 172px;
    }
    #Surface_Online .product-mouse
    {
        width: 100%;
        max-width: 580px;
        margin: 153px auto 96px;
    }
    #Surface_Online .product-mouse a
    {
        transition: -webkit-filter .3s ease;
        transition:         filter .3s ease;
        transition:         filter .3s ease, -webkit-filter .3s ease;
    }
    #Surface_Online .product-mouse a:hover
    {
                filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(.9);
                filter: brightness(.9);
    }
    #Surface_Online .product-brandshowcase
    {
        margin-top: 75px;
    }
    #Surface_Online .product-brandshowcase-list
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        gap: 105px;
    }
    #Surface_Online .product-brandshowcase-thumb
    {
        margin-bottom: 40px;
    }
    #Surface_Online .product-brandshowcase-content
    {
        text-align: center;
    }
    #Surface_Online .product-brandshowcase-size
    {
        font-size: 1.4375rem;
        font-weight: 700;

        color: #006ed6;
    }
    #Surface_Online .product-brandshowcase-name
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 2.4375rem;
        font-weight: 600;

        color: #000;
    }
    #Surface_Online .product-brandshowcase-btn
    {
        max-width: 500px;
        margin: 56px auto 0;
    }
    #Surface_Online .product-brandshowcase-btn .btn-type_BB--l
    {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 85px;

        height: 85px;
    }
    #Surface_Online .product-brandshowcase-desc
    {
        font-size: 1.6875rem;
        font-weight: 500;

        margin-top: 8px;

        color: #000;
    }
    #Surface_Online .product-brandshowcase-desc-small
    {
        font-size: 1.125rem;
        font-weight: 400;

        margin-top: 10px;

        color: #000;
    }
    #Surface_Online .btn-grid
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    #Surface_Online .btn-grid--col
    {
        width: 380px;
    }
    #Surface_Online .surface-about
    {
        padding-bottom: 130px;
    }
    #Surface_Online .surface-about-pro
    {
        padding-bottom: 50px;
    }
    #Surface_Online .feature-title
    {
        margin-bottom: 38px;
    }
    #Surface_Online .feature-title h3
    {
        border:none;
    }
    #Surface_Online .feature-list
    {
        display: -ms-grid;
        display:     grid;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    #Surface_Online .feature-item-title
    {
        font-size: 1.625rem;
        font-weight: 700;
        margin-top: 40px;
	border:none;
        color: #000;
    }
    #Surface_Online .feature-item-desc
    {
        font-size: 1rem;
        font-weight: 500;

        margin-top: 20px;

        color: #000;
    }
    #Surface_Online .feature-item-note
    {
        font-size: .75rem;
        font-weight: 400;

        margin-top: 20px;

        letter-spacing: -.08em;
    }
    #Surface_Online .feature-item-note a
    {
        text-decoration: underline;
    }
    #Surface_Online .assistant
    {
        position: relative;

        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 430px;
        margin-top: 60px;
        margin-bottom: 138px;

        background: url('../../../../surface/pro/images/202505/pc/assistant-bg.jpg') center center no-repeat;
        background-size: cover;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #Surface_Online .assistant-pro
    {
        margin-bottom: 88px;
    }
    #Surface_Online .assistant-txt
    {
        width: 100%;
        max-width: 470px;
        padding-left: 80px;
    }
    #Surface_Online .assistant-title
    {
        font-size: 1.75rem;
        font-weight: 700;
	border:none;
        letter-spacing: .02em;
	border:none;
        color: #000;
	background:transparent;
    }
    #Surface_Online .assistant-desc
    {
        text-align:left;
        font-size: 1rem;
        font-weight: 500;
        margin-top: 20px;
        color: #000;
    }
    #Surface_Online .blog-lasted
    {
        padding: 40px 40px 63px 40px;

        background-image: url('../../../../surface/pro/images/202505/pc/bg-lasted.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #Surface_Online .blog-lasted-list
    {
        display: -ms-grid;
        display:     grid;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 92px;
    }
    #Surface_Online .blog-lasted-content
    {
	text-align:center;
        margin-top: 25px;
    }
    #Surface_Online .blog-lasted-item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        text-align: center;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .blog-lasted-desc
    {
        font-size: 1rem;
        font-weight: 500;
        margin-top: 20px;
	text-align:center;
        color: #000;
    }
    #Surface_Online .blog-lasted-tag,
    #Surface_Online .blog-lasted-title
    {
        font-size: 1.625rem;
        font-weight: 600;
    }
    #Surface_Online .blog-lasted-title
    {
        letter-spacing: .02em;
        color: #000;
	border:none;
	text-align:center;
    }
    #Surface_Online .blog-lasted-title-seo
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    #Surface_Online .blog-lasted-title span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .blog-lasted-tag
    {
        color: #006ed6;
    }
    #Surface_Online .blog-lasted-btn
    {
        max-width: 216px;
        margin: 50px auto 0;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l
    {
        font-size: 1rem;
        font-weight: bold;
        line-height: 59px;

        height: 59px;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l span
    {
        position: relative;

        letter-spacing: .02em;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l span:after
    {
        font-size: 16px;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: -16px;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #Surface_Online .blog-bt
    {
        margin-top: 98px;
        padding-top: 90px;

        border-top: 1px solid #999;
    }
    #Surface_Online .blog-txt
    {
        text-align: center;
    }
    #Surface_Online .blog-btn
    {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 58px;
    }
    #Surface_Online .blog-btn a
    {
        font-size: 1.25rem;
    }
    #Surface_Online .blog-btn span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .blog-list
    {
        display: -ms-grid;
        display:     grid;

        margin-top: 28px;

        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        gap: 38px;
    }
    #Surface_Online .blog-item img
    {
        height: 170px;

        object-fit: cover;
    }
    #Surface_Online .blog-item-title
    {
        font-size: 1.2rem;
        font-weight: 700;
	line-height:1.5;
        margin-top: 28px;
	border:none;
        color: #000;
    }
    #Surface_Online .blog-item-title-l1
    {
        letter-spacing: -.1em;
    }
    #Surface_Online .blog-item-title-l2
    {
        letter-spacing: -.02em;
    }
    #Surface_Online .blog-item-desc
    {
        font-size: 1rem;
        font-weight: 500;

        position: relative;

        margin-top: 20px;

        color: #000;
    }
    #Surface_Online .blog-tag
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 2.25rem;
        font-weight: 600;

        text-transform: uppercase;

        color: #006ed6;
    }
    #Surface_Online .blog-thumb
    {
        margin-top: 40px;
    }
    #Surface_Online .blog-title
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 2.25rem;
        font-weight: 600;
	border:none;
	text-align:center;
        color: #000;
    }
    #Surface_Online .blog-title--pink
    {
        color: #ed1e79;
    }
    #Surface_Online .blog-title > span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .choose
    {
        margin-bottom: 146px;
    }
    #Surface_Online .choose-img
    {
        aspect-ratio: 166/166;
    }
    #Surface_Online .choose-img img
    {
        width: auto;
        height: 100%;

        object-fit: contain;
    }
    #Surface_Online .choose-img-05
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    #Surface_Online .choose-title
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-size: 2.25rem;
        font-weight: 700;
        margin-bottom: 40px;
	border:none;
        text-align: center;
        color: #000;
    }
    #Surface_Online .choose-title > span
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .choose-txt
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;

        margin-top: 22px;
    }
    #Surface_Online .choose-txt--pink
    {
        color: #ed1e79 !important;
    }
    #Surface_Online .choose-desc
    {
        font-weight: 400;
    }
    #Surface_Online .choose-txt,
    #Surface_Online .choose-desc
    {
        font-size: 1rem;

        letter-spacing: .02em;

        color: #000;
    }
    #Surface_Online .surface-footer
    {
        margin: 2rem;
        padding: 2rem;
	text-align:left;
        background-color: #f2f2f2;
    }
    #Surface_Online .surface-footer-container
    {
        width: 100%;
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 25px;
    }
    #Surface_Online .surface-footer-txt p
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-size: .75rem;
        line-height: 1.58;

        color: #505050;
    }
    #Surface_Online .surface-footer-txt p a
    {
        text-decoration: underline;
    }
}

@media only screen and (min-width: 1200px) and (min-width: 751px) and (max-width: 979px)
{
    #Surface_Online .feature-list
    {
        gap: 25px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 1200px)
{
    #Surface_Online .wrapper
    {
        width: 100%;
        max-width: 104.16667vw;
        padding-right: 2.08333vw;
        padding-left: 2.08333vw;
    }
    #Surface_Online .surface-action
    {
        display: -ms-grid;
        display:     grid;

        margin: 1.33333vw 0 3.33333vw;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5vw;
    }
    #Surface_Online .surface-action-link > span
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .surface-action-link > span > span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .br-none br
    {
        display: none;
    }
    #Surface_Online .nav__gr-col
    {
        padding: .83333vw 1.33333vw;
    }
    #Surface_Online .hero-showcase
    {
        margin: 8.75vw 0 3.83333vw;
    }
    #Surface_Online .product
    {
        margin-bottom: 14.33333vw;
    }
    #Surface_Online .product-mouse
    {
        width: 100%;
        max-width: 48.33333vw;
        margin: 12.75vw auto 8vw;
    }
    #Surface_Online .product-mouse a
    {
        transition: -webkit-filter .3s ease;
        transition:         filter .3s ease;
        transition:         filter .3s ease, -webkit-filter .3s ease;
    }
    #Surface_Online .product-mouse a:hover
    {
                filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(.9);
                filter: brightness(.9);
    }
    #Surface_Online .product-brandshowcase
    {
        margin-top: 6.25vw;
    }
    #Surface_Online .product-brandshowcase-list
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        gap: 8.75vw;
    }
    #Surface_Online .product-brandshowcase-thumb
    {
        margin-bottom: 3.33333vw;
    }
    #Surface_Online .product-brandshowcase-content
    {
        text-align: center;
    }
    #Surface_Online .product-brandshowcase-size
    {
        font-size: 1.91667vw;
        font-weight: 700;

        color: #006ed6;
    }
    #Surface_Online .product-brandshowcase-name
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 3.25vw;
        font-weight: 600;

        color: #000;
    }
    #Surface_Online .product-brandshowcase-btn
    {
        max-width: 41.66667vw;
        margin: 4.66667vw auto 0;
    }
    #Surface_Online .product-brandshowcase-btn .btn-type_BB--l
    {
        font-size: 1.5vw;
        font-weight: 700;
        line-height: 7.08333vw;

        height: 7.08333vw;
    }
    #Surface_Online .product-brandshowcase-desc
    {
        font-size: 2.25vw;
        font-weight: 500;

        margin-top: .66667vw;

        color: #000;
    }
    #Surface_Online .product-brandshowcase-desc-small
    {
        font-size: 1.5vw;
        font-weight: 400;

        margin-top: .83333vw;

        color: #000;
    }
    #Surface_Online .btn-grid
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    #Surface_Online .btn-grid--col
    {
        width: 31.66667vw;
    }
    #Surface_Online .surface-about
    {
        padding-bottom: 10.83333vw;
    }
    #Surface_Online .surface-about-pro
    {
        padding-bottom: 4.16667vw;
    }
    #Surface_Online .feature-title
    {
        margin-bottom: 3.16667vw;
    }
    #Surface_Online .feature-title h3
    {
        border:none;
    }
    #Surface_Online .feature-list
    {
        display: -ms-grid;
        display:     grid;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 3.33333vw;
    }
    #Surface_Online .feature-item-title
    {
        font-size: 2.16667vw;
        font-weight: 700;
	border:none;
        margin-top: 3.33333vw;
        color: #000;
    }
    #Surface_Online .feature-item-desc
    {
        font-size: 1.33333vw;
        font-weight: 500;

        margin-top: 1.66667vw;

        color: #000;
    }
    #Surface_Online .feature-item-note
    {
        font-size: 1vw;
        font-weight: 400;

        margin-top: 1.66667vw;

        letter-spacing: -.08em;
    }
    #Surface_Online .feature-item-note a
    {
        text-decoration: underline;
    }
    #Surface_Online .assistant
    {
        position: relative;

        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        height: 35.83333vw;
        margin-top: 5vw;
        margin-bottom: 11.5vw;

        background: url('../../../../surface/pro/images/202505/pc/assistant-bg.jpg') center center no-repeat;
        background-size: cover;

        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    #Surface_Online .assistant-pro
    {
        margin-bottom: 7.33333vw;
    }
    #Surface_Online .assistant-txt
    {
        width: 100%;
        max-width: 39.16667vw;
        padding-left: 6.66667vw;
    }
    #Surface_Online .assistant-title
    {
        font-size: 2.33333vw;
        font-weight: 700;
        letter-spacing: .02em;
	border:none;
        color: #000;
        background:transparent;
    }
    #Surface_Online .assistant-desc
    {
	text-align:left;
        font-size: 1.33333vw;
        font-weight: 500;
        margin-top: 1.66667vw;
        color: #000;
    }
    #Surface_Online .blog-lasted
    {
        padding: 3.33333vw 3.33333vw 5.25vw 3.33333vw;

        background-image: url('../../../../surface/pro/images/202505/pc/bg-lasted.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    #Surface_Online .blog-lasted-list
    {
        display: -ms-grid;
        display:     grid;

        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 7.66667vw;
    }
    #Surface_Online .blog-lasted-content
    {
        margin-top: 2.08333vw;
	text-align:center;
    }
    #Surface_Online .blog-lasted-item
    {
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        text-align: center;

        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #Surface_Online .blog-lasted-desc
    {
        font-size: 1.33333vw;
        font-weight: 500;
	text-align:center;
        margin-top: 1.66667vw;

        color: #000;
    }
    #Surface_Online .blog-lasted-tag,
    #Surface_Online .blog-lasted-title
    {
        font-size: 2.16667vw;
        font-weight: 600;
    }
    #Surface_Online .blog-lasted-title
    {
	border:none;
	text-align:center;
        letter-spacing: .02em;
        color: #000;
    }
    #Surface_Online .blog-lasted-title-seo
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
    }
    #Surface_Online .blog-lasted-title span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .blog-lasted-tag
    {
        color: #006ed6;
    }
    #Surface_Online .blog-lasted-btn
    {
        max-width: 18vw;
        margin: 4.16667vw auto 0;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l
    {
        font-size: 1.33333vw;
        font-weight: bold;
        line-height: 4.91667vw;

        height: 4.91667vw;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l span
    {
        position: relative;

        letter-spacing: .02em;
    }
    #Surface_Online .blog-lasted-btn .btn-type_BB--l span:after
    {
        font-size: 1.33333vw;
        line-height: 1;

        position: absolute;
        top: 50%;
        right: -1.33333vw;

        content: '>';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    #Surface_Online .blog-bt
    {
        margin-top: 8.16667vw;
        padding-top: 7.5vw;

        border-top: 1px solid #999;
    }
    #Surface_Online .blog-txt
    {
        text-align: center;
    }
    #Surface_Online .blog-btn
    {
        max-width: 33.33333vw;
        margin: 0 auto;
        margin-top: 4.83333vw;
    }
    #Surface_Online .blog-btn a
    {
        font-size: 1.66667vw;
    }
    #Surface_Online .blog-btn span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .blog-list
    {
        display: -ms-grid;
        display:     grid;

        margin-top: 2.33333vw;

        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        gap: 3.16667vw;
    }
    #Surface_Online .blog-item img
    {
        height: 14.16667vw;

        object-fit: cover;
    }
    #Surface_Online .blog-item-title
    {
        font-size: 1.83333vw;
        font-weight: 700;
        margin-top: 2.33333vw;
	border:none;
        color: #000;
    }
    #Surface_Online .blog-item-title-l1
    {
        letter-spacing: -.1em;
    }
    #Surface_Online .blog-item-title-l2
    {
        letter-spacing: -.02em;
    }
    #Surface_Online .blog-item-desc
    {
        font-size: 1.33333vw;
        font-weight: 500;

        position: relative;

        margin-top: 1.66667vw;

        color: #000;
    }
    #Surface_Online .blog-tag
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 3vw;
        font-weight: 600;

        text-transform: uppercase;

        color: #006ed6;
    }
    #Surface_Online .blog-thumb
    {
        margin-top: 3.33333vw;
    }
    #Surface_Online .blog-title
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 3vw;
        font-weight: 600;

        color: #000;
    }
    #Surface_Online .blog-title--pink
    {
        color: #ed1e79;
    }
    #Surface_Online .blog-title > span
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-weight: 700;
    }
    #Surface_Online .choose
    {
        margin-bottom: 12.16667vw;
    }
    #Surface_Online .choose-img
    {
        aspect-ratio: 166/166;
    }
    #Surface_Online .choose-img img
    {
        width: 100%;
        height: 100%;

        object-fit: contain;
    }
    #Surface_Online .choose-img-05
    {
        -webkit-transform: 1.66667vw;
                transform: 1.66667vw;
    }
    #Surface_Online .choose-title
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-size: 3vw;
        font-weight: 700;
        margin-bottom: 3.33333vw;
        text-align: center;
        color: #000;
    }
    #Surface_Online .choose-title > span
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 600;
    }
    #Surface_Online .choose-txt
    {
        font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-weight: 400;

        margin-top: 1.83333vw;
    }
    #Surface_Online .choose-txt--pink
    {
        color: #ed1e79 !important;
    }
    #Surface_Online .choose-desc
    {
        font-weight: 400;
    }
    #Surface_Online .choose-txt,
    #Surface_Online .choose-desc
    {
        font-size: 1.33333vw;

        letter-spacing: .02em;

        color: #000;
    }
    #Surface_Online .surface-footer
    {
        margin: 2rem;
        padding: 2rem;
	text-align:left;
        background-color: #f2f2f2;
    }
    #Surface_Online .surface-footer-container
    {
        width: 100%;
        max-width: 104.16667vw;
        margin: 0 auto;
        padding: 0 2.08333vw;
    }
    #Surface_Online .surface-footer-txt p
    {
        font-family: '游ゴシック体','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro, sans-serif;
        font-size: 1vw;
        line-height: 1.58;

        color: #505050;
    }
    #Surface_Online .surface-footer-txt p a
    {
        text-decoration: underline;
    }
}
