@charset "Shift_JIS";
/* ---------------------------------------- common ---------------------------------------- 
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
    font-size: 14px;
    font-family: YuGothic, 游ゴシック, ＭＳ Ｐゴシック, MS P Gothic, MS-PGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, arial, helvetica, clean, sans-serif;
    line-height: 1.75;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
}

a {
    text-decoration: none;
    overflow: hidden;
    outline: none;
    transition: all  0.3s ease;
}
a:hover {
    opacity: 0.6;
}

.goodscomment2_ {
    color: #30313c;

    img {
        width: 100%;
        max-width: 100%;
    }

    .section {
        .section__title {
            font-weight: bold;
            font-size: 21px;
            background-color: transparent;
            color: #30313c;
            text-align: center;
            margin-top: 0;
        }
    }
}

.sm {
    display: block;
}

.md {
    display: none;
}

.lg {
    display: none;
}

.xl {
    display: none;
}


/* fv */
.fv {
    .fv__wrapper {
        position: relative;
    }
    .fv__title {
        font-weight: bold;
        text-align: center;
        position: absolute;
        width: 90%;
        left: 50%;
        top: 26px;
        transform: translateX(-50%);
        font-size: 14px;
        letter-spacing: 1px;
        color: #30313c;
    }

    .fv__title-main {
        font-size: 34px;
        font-family: "DIN 2014", "DIN 2014 Demi", "Oswald", Arial, sans-serif !important;
        font-weight: 600;
        margin: 12px auto 20px;
        line-height: 1;
        padding: 0 0;
    }
    .fv__link{
        display: flex;
        justify-content: center;
        border-top: 1px solid #30313c;
        border-bottom: 1px solid #30313c;
        padding: 10px 0;
        margin:  auto 0;
    }
    .fv__link-icon {
        background-color: #ff0000;
        border-radius: 9999px;
        color: #ffffff;
        font-size: 10px;
        font-weight: bold;
        padding: 4px 7px;
        margin: auto 6px auto 0;
        display: block;
        line-height: 1;
    }
    .fv__link-txt {
        margin: auto 0;
        font-size: 12px;
        line-height: 1;
    }

    .fv__title-superscript {
        font-size: 10px;
    }

    .fv__note {
        position: absolute;
        right: 2px;
        bottom: 2px;
        /* color: #fff; */
        font-size: 10px;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.4;
        color: #30313c;
        font-size: 10px;
        text-shadow: 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1);
    }
}

/* point */
.point {
    margin-top: 140px;

    .point__body {
        position: relative;
        background-color: #2f303a;
        margin-top: 135px;
        padding: 140px 35px 160px;

        &::before {
            position: absolute;
            left: 50%;
            top: -92px;
            transform: translateX(-50%);
            display: block;
            content: '';
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/point.png);
            background-size: contain;
            background-repeat: no-repeat;
            height: 190px;
            width: 100%;
            max-width: 285px;
        }
    }

    .point__list {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        justify-content: center;
        max-width: 926px;
        margin: 0 auto;
        padding: 0 0;
    }

    .point__item {
        background-color: #fff;
        text-align: center;
        border-radius: 10px;
        padding: 16px 0;
        width: calc(50% - 18px / 2);
        line-height: 1;
    }
    .point__sp_1col{
        width: 70%;
    }

    .point__item-main-text {
        font-weight: bold;
        font-size: 16px;
    }
    .point__flex{
        display: flex;
        justify-content: center;
    }
    .point__icon {
        background-color: #ff0000;
        border-radius: 9999px;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 8px;
        margin: auto 5px auto 0;
        display: block;
        line-height: 1;
    }
    .point__flex-txt{
        line-height: 1;
        margin: auto 0; 
        font-size: 16px;
    }


    .point__item-sub-text {
        margin-top: 8px;
        font-size: 11px;
    }

    .point__note {
        color: #fff;
        font-size: 10px;
        text-align: center;
        margin-top: 24px;
    }

    .point__movie {
        position: absolute;
        bottom: -66vw;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 35px * 2);
        padding-top: 12vw;
        margin-top: -12vw;
    }

    .point__movie-title {
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.4vw;

        &::before,
        &::after {
            background-color: #fff;
            content: "";
            height: 2px;
            width: 18px;
        }

        &::before {
            margin-right: 5px;
            transform: rotate(60deg);
        }

        &::after {
            margin-left: 5px;
            transform: rotate(-60deg);
        }
    }

    .point__movie-iframe-wrapper {
        margin: 10px auto 0;
        /* height: 100%; */
        background: #fff;
        /* width: 305px; */
        height: 360px;
    } 


    #movie_conts{
        width: 100%;
        display: block;

    }
    #movie_conts:hover{
        opacity: 0.8;
    }

}

.voice {
    margin-top: 60px;
    padding-top: 66vw;

    .voice__title {
        padding-bottom: 17px;
        background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/uservoice.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        margin: 0 15px;
    }

    .voice__list {
        margin: 0 15px;
    }

    .voice__item {
        background-color: #f3f4f8;
        color: #30313c;
        padding: 18px 16px;

        & + & {
            margin-top: 15px;
        }

        &:nth-of-type(2) {
            .voice__info {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice2.png);
                }
            }
        }

        &:nth-of-type(3) {
            .voice__info {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice3.png);
                }
            }
        }
    }

    .voice__info {
        display: flex;
        align-items: center;
        gap: 10px;

        &::before {
            content: '';
            display: block;
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice1.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            width: 58px;
            height: 58px;
        }
    }

    .voice__info-stars {
        font-size: 22px;
        letter-spacing: 0.1em;
    }

    .voice__info-text {
        font-size: 20px;
    }

    .voice__info-person-data {
        color: #30313c;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
    }

    .voice__info-person-state {
        background-color: #30313c;
        color: #fff;
        font-size: 11px;
        padding: 4px 5px;
        font-weight: normal;
        line-height: 1;
    }

    .voice__description {
        margin-top: 16px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .voice__others {
        margin-top: 32px;
        text-align: center;
        position: relative;

        &::before {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            bottom: -36px;
            transform: translateX(-50%);
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-others-link.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 85px;
            height: 30px;
        }
    }

    .voice__others-link {
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;

        &::after {
            content: '';
            color: #30313c;
            line-height: 1;
            width: 5px;
            height: 5px;
            border: 1px solid currentColor;
            border-left: 0;
            border-bottom: 0;
            box-sizing: border-box;
            transform: translate(10px, -25%) rotate(135deg);
        }
    }
}

.voice-spec {
    margin-top: 20px;

    .voice-spec__item {
        background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-spec1.png);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding-top: 150%;

        & + & {
            margin-top: 10px;
        }

        &.voice-spec__item--02 {
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-spec2_2512.png);
            padding: 0 0 155% 0;
        }
    }

    .voice-spec__info {
        position: absolute;
        bottom: 25%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 100%;
        box-sizing: border-box;

        &.voice-spec__info--02 {
            bottom: auto;
            top: 13px;
            transform: translate(-50%, 0);
        }
    }

    .voice-spec__info-strong {
        font-size: 65px;
    }

    .voice-spec__info-strong-number {
        font-size: 16vw;
    }

    .voice-spec__info-superscript {
        font-size: 10px;
    }

    .voice-spec__info-title {
        font-size: 20vw;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        gap: 8px;
        text-align: center;
        margin: auto 0;

        &.voice-spec__info-title--02 {
            display: block;
            font-size: 4vw;
            line-height: 1.1;
        }
    }

    .voice-spec__info-number {
        font-size: 20vw;
    }

    .voice-spec__info-unit {
        font-size: 14vw;
        transform: translateY(2vw);
    }

    .voice-spec__second-strong {
        font-size: 11vw;
    }

    .voice-spec__info-third-strong {
        font-size: 6vw;
    }

    .voice-spec__info-title-sub {
        font-size: 4vw;
        line-height: 1.4;
    }

    .voice-spec__ballon {
        background-color: #fff;
        border-radius: 10px;
        position: relative;
        padding: 15px 15px 15px 15px;
        margin: 4px auto 0;
        width: 85%;
        /* &::before {
            content: '';
            display: block;
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-circle1.png);
            background-position: bottom;
            background-size: contain;
            background-repeat: no-repeat;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            left: -30px;
            transform: translateY(-50%);
        } */

        &.voice-spec__ballon--02 {
            margin-top: 15px;

            /* &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-circle2.png);
            } */
        }
    }

    .voice-spec__ballon-title {
        font-size: 15px;
        font-weight: bold;
    }

    .voice-spec__ballon-description {
        font-size: 12px;
        letter-spacing: 0.04em;
    }

    .voice-spec__ballon-person-data {
        text-align: right;
        font-weight: bold;
        line-height: 1;
        font-size: 12px;
    }

    .voice-spec__note {
        font-size: 10px;
        text-align: right;
        margin: 10px 15px 0 0;
    }

    .voice-spec__info-number {
        font-family: "DIN 2014", "DIN 2014 Demi", "Oswald", Arial, sans-serif !important;
    }

    .voice-spec__title-space {
        padding-left: 4px;
    }
}

.check-point {
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translate(-50%, 50%);
    background-color: #33343f;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    height: 120px;
    max-width: 300px;

    .check-point__image-wrapper {
        width: 120px;
        flex-shrink: 0;
    }

    .check-point__image {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

    .check-point__text-wrapper {
        padding: 14px 18px 16px 18px;
        height: 100%;
        box-sizing: border-box;
        min-width: 180px;
    }

    .check-point__title {
        font-size: 20px;
        font-family: "DIN 2014", "DIN 2014 Demi", "Oswald", Arial, sans-serif !important;

        position: relative;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;

        &::after {
            content: '';
            position: absolute;
            display: block;
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/checkpoint-check.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 9px;
            height: 15px;
            top: 2px;
            right: -16px;
        }
    }

    .check-point__description {
        margin-top: 10px;
        font-size: 11px;
    }
}

.voice-spec-list {
    margin-top: 134px;

    .voice-spec-list__item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;

        & + & {
            margin-top: 20px;
        }
    }

    .voice-spec-list__item-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
    }

    .voice-spec-list__item-image-wrapper {
        width: 160px;
        flex-shrink: 0;
    }

    .voice-spec-list__item-ballon {
        position: relative;
        background-color: #fff;
        display: flex;
        align-items: center;
        box-shadow: 2px 2px 5px 1px rgba(71, 71, 71, .1);
        gap: 8px;
        padding: 15px 15px 10px 5px;
        border-radius: 2px;
        letter-spacing: 0;
        margin-top: 8px;

        /* &::before {
            display: block;
            content: '';
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-small-circle1.png);
            background-size: contain;
            background-repeat: no-repeat;
            height: 36px;
            width: 36px;
            flex-shrink: 0;
            margin-top: 8px;
        } */

        /* &.voice-spec-list__item-ballon--02 {
            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-small-circle2.png);
            }
        } */

        /* &.voice-spec-list__item-ballon--03 {
            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/voice-small-circle3.png);
            }
        } */
    }

    .voice-spec-list__item-description {
        font-size: 11px;
    }

    .voice-spec-list__item-text-wrapper {
        padding-right: 22px;
        width: calc(100% - 160px);
        box-sizing: border-box;
    }
}


.coverstand{
    margin-top: 55px;
    background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/new_coverstand.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4f1f2;

    .coverstand__inner {
        padding: 24px 0 0;
    }

    .section__title{
        position: relative;
        margin-top: 10px !important;
        line-height: 1.4;
    }
    .section__title::before{
         content: "NEW";
         width: 50px;
         height: 50px;
         background-color: #ff0000;
         color: #fff;
         position: absolute;
         font-size: 12px;
         text-align: center;
         line-height: 4.2;
         vertical-align: middle;
        margin       : auto;
        overflow     : hidden;
        border-radius: 50%;
        top: -5vw;
        left: 14vw;
    }
        .coverstand__detail{
            margin: 0 auto;
        }
        .coverstand__point_img{
            width: 100%;
            padding: 0 20px;
        }

        .coverstand__point_detail{
            margin: 20px auto 0;
            width: 100;
            padding: 0 20px;
        }
        .coverstand__point_list{
            margin: 0 0 10% 0;
        }
        .coverstand__point_list:nth-last-child(1){
            margin: 0 0 0 0;
        }
        .coverstand__point_conts{
            display: flex;
            vertical-align: middle;
            margin: 0 0 20px 0;
        }
        .coverstand__point_icon{
            background: #4d5269;
            padding: 5px 10px;
            color: #fff;
            display: inline-block;
            border-radius: 5px;
            font-size: 12px;
            line-height: 1;
            margin: auto 0;
        }
        .coverstand__point_icon span{
            font-size: 120%;
        }
        .coverstand__point_ttl{
            margin: 0 0 0 10px;
            font-size: 15px;
            font-weight: bold;
            color: #4d5269;
        }

        .coverstand__point_txt{
            font-size: 13px;
            color: #4d5269;
        }

        .coverstand__bnr_conts{
            margin: 0 auto;
            text-align: center;
            width: 100%;
            max-width: 860px;
            height: 140px;
            position: relative;
            padding: 0 0;
            display: block;
        }
        .coverstand__bnr_conts a{
            position: absolute;
            width: 100%;
            top: 30%;
            left: 0;
            /* background: #fff; */
            padding: 0 30px;
        }
        .coverstand__bnr_conts a:hover{
            opacity: 0.8;
        }
}




.quality {
    margin-top: 100px;
    background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/quality-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f4f1f2;

    .quality__inner {
        padding: 24px 0 37px;
    }

    .quality__detail {
        padding: 0 27px;
        margin-top: 35px;

        &:first-of-type {
            margin-top: 72vw;
        }
    }

    .quality__title {
        font-size: 15px;
        font-weight: bold;
    }

    .quality__description {
        font-size: 13px;
        margin-top: 16px;
    }

    .quality__exam {
        margin-top: 23px;
        text-align: center;
    }

    .quality__image-wrapper {
        margin-top: 10px;
    }

    .quality__list-wrapper {
        background-color: #fff;
        padding: 20px 26px;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .quality__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .quality__list-item {
        display: flex;
        align-items: center;
        gap: 6px;
        width: calc(50% - 20px / 2);
        font-size: 11px;
        letter-spacing: 0;

        &::before {
            content: '';
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/quality-check.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            width: 12px;
            height: 12px;
        }
    }

    .quality__link-wrapper {
        margin: 25px auto;
        max-width: 265px;
        display: flex;
        justify-content: center;
    }

    .quality__link {
        border: solid 1px #30313c;
        padding: 12px 0;
        position: relative;
        background-color: #fff;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 10px;
        box-sizing: border-box;

        &::after {
            content: "";
            width: 5px;
            height: 5px;
            border-top: solid 1px #30313c;
            border-right: solid 1px #30313c;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(45deg);
        }
    }

    .quality__support {
        margin-top: 45px;
        display: flex;
        gap: 16px;
        color: #fff;
        padding: 0 15px;
    }

    .quality__support-card {
        background-color: #094552;
        padding: 0 0 16px;
        width: calc(50% - 16px / 2);

        &.quality__support-card--support {
            background-color: #748096;
        }
    }

    .quality__support-image-wrapper {
        margin-top: 0;
    }

    .quality__support-body {
        padding: 0 8px;
    }

    .quality__support-title {
        font-weight: bold;
        text-align: center;
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.2;
    }

    .quality__support-description {
        margin-top: 15px;
        text-align: center;
        font-size: 10px;
        letter-spacing: 0;
        line-height: 1.7;
    }

    .quality__support-link-wrapper {
        margin: 8px auto 0;
        width: calc(100% - 8px * 2);
    }

    .quality__support-link {
        border: solid 1px #fff;
        padding: 4px 15px;
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 10px;
        box-sizing: border-box;
        color: #fff;
        line-height: 1.4;

        &::after {
            content: "";
            width: 5px;
            height: 5px;
            border-top: solid 1px #fff;
            border-right: solid 1px #fff;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(45deg);
        }
    }
}

.detail {
    .detail__inner {
        padding: 0 15px;
    }

    .detail__titile {
        padding-top: 30px;
        position: relative;
        z-index: 2;

        &::after {
            content: '';
            display: block;
            position: absolute;
            background-image: url(https://store.vaio.com/ec/img/usr/moses/sp/detail.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: top;
            width: 190px;
            height: 150px;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
            z-index: -1;
        }
    }

    .detail__body {
        margin-top: 10px;
    }

    .detail__item {

        & + & {
            margin-top: 32px;
        }
    }

    .detail__title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .detail__image-wrapper--option {
        width: 90%;
        margin: 10px auto 0;
    }

    .detail__link-wrapper {
        margin: 35px auto 35px;
        max-width: 265px;
        display: flex;
        justify-content: center;
    }

    .detail__link {
        border: solid 1px #30313c;
        padding: 5px 15px;
        position: relative;
        background-color: #fff;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 11px;
        box-sizing: border-box;
        line-height: 1.6;

        &::after {
            content: "";
            width: 5px;
            height: 5px;
            border-top: solid 1px #30313c;
            border-right: solid 1px #30313c;
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(45deg);
        }
    }
}

@media (min-width: 768px) {
    .goodscomment2_ {
        .sm {
            display: none;
        }

        .md {
            display: block;
        }

        .section {
            .section__title {
                font-size: 42px;
            }
        }
    }

    .fv {
        margin-top: 44px;

        .fv__title {
            left: 5%;
            width: auto;
            transform: translate(0, -50%);
            top: 50%;
        }

        .fv__title-sub {
            font-size: 2vw;
            letter-spacing: 0.1em;
        }

        .fv__title-main {
            font-size: 6vw;
        }

        .fv__note {
            position: static;
            color: #30313c;
            margin-top: 20px;
        }
    }

    .point {
        .point__body {
            padding: 260px 0 333px;
            margin-top: 330px;

            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/point.png);
                height: 475px;
                max-width: 702px;
                top: -27%;
            }
        }

        .point__list {
            gap: 24px;
        }

        .point__item {
            width: calc(100% / 3 - 24px * 3 / 2);
            padding: 34px 0;
        }

        .point__item-main-text {
            font-size: 28px;
        }
        .point__flex{
            display: flex;
            justify-content: center;
        }
        .point__icon{
            background-color: #ff0000;
            border-radius: 9999px;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            padding: 5px 8px;
            margin: auto 5px auto 0;
            display: block;
            line-height: 1;
        }

        .point__flex-txt{
            line-height: 1;
            margin: auto 0; 
            font-size: 28px;
        }

        .point__item-sub-text {
            font-size: 18px;
            margin-top: 12px;
        }

        .point__note {
            font-size: 15px;
        }

        .point__movie {
            bottom: -12%;
            padding-top: 120px;
            margin-top: -120px;
        }

        .point__movie-title {
            font-size: 30px;
            letter-spacing: 0.07em;

            &::before,
            &::after {
                height: 4px;
                width: 35px;
            }
        }

        .point__movie-iframe-wrapper {
            margin: 10px auto 0;
            height: 350px;
            width: 700px;
            background: #fff;
        } 

        .point__movie-irame {
            width: 100%;
            height: 100%;
        }

        #movie_conts{
            width: 700px;
            height: 420px;
            display: block;

        }
        #movie_conts:hover{
            opacity: 0.8;
        }
        /* --- スタイル設定 --- */
        #vaio-api-wrapper {
            position: relative;
            width: 100%;
            cursor: pointer;
            overflow: hidden;
            background-color: #000;
            line-height: 0;
            /* 読み込み前のちらつき防止 */
            min-height: 100px; 
        }

        /* 画像（サムネイル） */
        #vaio-api-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            transition: opacity 0.3s;
        }

        /* ホバー時に画像を少し明るくする（クリックできる感を出すため） */
        #vaio-api-wrapper:hover img {
            opacity: 0.9;
        }

        /* 動画プレイヤー用コンテナ */
        #vaio-player-placeholder {
            width: 100%;
            height: 100%;
        }

    }

    .voice {
        margin-top: 200px;
        padding-top: 100px;
        
        .voice__title {
            padding: 80px 0;
            background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/uservoice.png);
        }

        .voice__item {
            width: 90%;
            max-width: 1020px;
            display: grid;
            align-items: center;
            gap: 0 30px;
            grid-template-columns: 121px 1fr;
            grid-template-rows: 60px 1fr;
            padding: 22px 64px 40px 32px;
            box-sizing: border-box;

            & + & {
                margin-top: 55px;
            }

            &::before {
                content: '';
                display: block;
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice1.png);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                width: 121px;
                height: 126px;
                grid-column: 1 / 2;
                grid-row: 1 / 3;
            }

            &:nth-of-type(even) {
                grid-template-columns: 1fr 121px;
                grid-template-rows: 60px 1fr;
                padding: 22px 33px 40px 32px;
                margin-left: 10%;
                gap: 0 7px;

                &::before {
                    grid-column: 2 / 3;
                }

                .voice__info {
                    grid-column: 1 / 2;
                    grid-row: 1 / 2;
                }

                .voice__description {
                    grid-column: 1 / 2;
                }
            }

            &:nth-of-type(2) {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice2.png);
                }
            }

            &:nth-of-type(3) {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice3.png);
                }
            }
        }

        .voice__info {
            grid-column: 2 / 3;
            grid-row: 1 / 2;

            &::before {
                display: none;
            }
        }

        .voice__info-stars {
            font-size: 38px;
        }

        .voice__info-text {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
        }

        .voice__description {
            font-size: 20px;
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            margin-top: 0;
            line-height: 1.4;
        }

        .voice__info-person-data {
            font-size: 18px;
            transform: translateY(8px)
        }

        .voice__info-person-state {
            font-size: 16px;
            padding: 5px 8px;
        }

        .voice__others {
            margin-top: 85px;

            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice-others-link.png);
                width: 192px;
                height: 64px;
                bottom: -70px;
            }
        }

        .voice__others-link {
            font-size: 24px;
            gap: 24px;

            &::after {
                width: 10px;
                height: 10px;
            }
        }
    }

    .voice-spec {
        margin-top: 0px;

        .voice-spec__item {
            background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice-spec1.png);
            background-position: center;
            background-size: contain;
            padding-top: 0;
            height: 40vw;

            & + & {
                margin-top: 30px;
            }

            &.voice-spec__item--02 {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice-spec2_2512.png);
                padding-bottom: 0;
                height: 45vw;
            }
        }

        .voice-spec__info {
            &.voice-spec__info--02 {
                bottom: auto;
                top: 8px;
                left: 25px;
                transform: translate(0);
                width: 45%;
            }
        }

        .voice-spec__info-superscript {
            font-size: 14px;
        }

        .voice-spec__second-strong {
            font-size: 4vw;
        }
    
        .voice-spec__info-third-strong {
            font-size: 6vw;
        }

        .voice-spec__info-strong-number {
            font-size: 8vw;
        }

        .voice-spec__info-third-strong {
            font-size: 3vw;
        }

        .voice-spec__info {
            top: 50%;
            left: auto;
            right: 50px;
            bottom: auto;
            width: auto;
            transform: translateY(-50%);
            gap: 20px;
        }

        .voice-spec__info-title {
            font-size: 10vw;

            &.voice-spec__info-title--02 {
                font-size: 2vw;
            }
        }

        .voice-spec__info-number {
            font-size: 10vw;
        }

        .voice-spec__info-unit {
            font-size: 8vw;
            transform: translate(0);
        }

        .voice-spec__info-title-sub {
            font-size: 3vw;
        }

        .voice-spec__ballon {
            margin-top: 20px;
            padding: 20px 20px 20px 20px;
            margin: 0 auto;
            width: 94%;


            /* &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice-circle1.png);
                width: 72px;
                height: 72px;
                top: 50%;
                left: -36px;
            } */

            /* &.voice-spec__ballon--02 {
                margin-top: 10px;
                padding: 20px 63px 20px 25px;


                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/voice-circle2.png);
                    left: auto;
                    right: -36px;
                }
            } */
        }

        .voice-spec-list__item-text-wrapper {
            width: 100%;
        }
    }

    .check-point {
        width: 90%;
        max-width: 860px;
        bottom: 0;

        .check-point__title {
            font-size: 3vw;
            align-items: baseline;

            &::after {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/checkpoint-check.png);
                width: 18px;
                height: 28px;
                top: -5px;
                right: -24px;
            }
        }

        .check-point__text-wrapper {
            padding: 34px 23px 40px 18px;
        }

        .check-point__description {
            font-size: 2vw;
        }
    }

    .voice-spec-list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 24px;

        .voice-spec-list__item {
            width: calc(100% / 3 - 24px * 3 / 2);
            flex-direction: column;

            & + & {
                margin-top: 0;
            }
        }

        .voice-spec-list__item-image-wrapper {
            width: 100%;
        }

        .voice-spec-list__item-ballon {
            padding: 25px;
        }

        .voice-spec-list__item-title {
            font-size: 25px;
        }

        .voice-spec-list__item-text-wrapper {
            padding-right: 0;
        }

        .voice-spec-list__item-description {
            font-size: 18px;
        }
    }

    
    .coverstand{
        margin-top: 55px;
        background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/new_coverstand.png);
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #f4f1f2;

        .coverstand__inner {
            padding: 24px 0 37px;
        }

        .section__title{
            position: relative;
            margin-top: 10px !important;
            padding-left: 80px;
            line-height: 1.5;
            font-size: 28px!important;
        }
        .section__title::before{
            content: "NEW";
            width: 90px;
            height: 90px;
            background-color: #ff0000;
            color: #fff;
            position: absolute;
            font-size: 20px;
            text-align: center;
            line-height: 4.5;
            vertical-align: middle;
            margin: auto;
            overflow: hidden;
            border-radius: 50%;
            top: -32%;
            left: 4vw;
        }
        .coverstand__detail{
            display: flex;
            margin: 20px auto 0;
            justify-content: center;
        }
        .coverstand__point_img{
            width: 40%;
            margin: 0 0;
            padding: 0 0;
        }

        .coverstand__point_detail{
            margin: 20px 0 0 40px;
            width: 45%;
            padding: 0 0;
        }
        .coverstand__point_list{
            margin: 0 0 7% 0;
        }
        .coverstand__point_conts{
            display: block;
            vertical-align: middle;
            margin: 0 0 10px 0;
        }
        .coverstand__point_icon{
            background: #4d5269;
            padding: 5px 10px;
            color: #fff;
            display: inline-block;
            border-radius: 5px;
            font-size: 12px;
            line-height: 1;
            margin: auto 0;
        }
        .coverstand__point_icon span{
            font-size: 120%;
        }
        .coverstand__point_ttl{
            margin: 10px 0 0 0;
            font-size: 22px;
            font-weight: bold;
            color: #4d5269;
        }

        .coverstand__point_txt{
            font-size: 16px;
            color: #4d5269;
        }


        .coverstand__bnr_conts{
            margin: 0 auto;
            text-align: center;
            width: 90%;
            max-width: 860px;
            height: 140px;
            position: relative;
            padding: 0 0;
            display: block;
        }
        .coverstand__bnr_conts a{
            position: absolute;
            width: 100%;
            top: 50%;
            left: 0;
            background: #fff;
            padding: 0 0;
        }
        .coverstand__bnr_conts a:hover{
            opacity: 0.8;
        }

    }

    .quality {
        position :relative;
        margin-top: 170px;
        background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/quality-bg.jpg);
        background-size: contain;

        .quality__inner {
            padding-bottom: 64px;
        }

        .quality__detail {
            padding: 0;

            &:first-of-type {
                position: absolute;
                margin-top: 0;
                width: 38%;
                top: 22vw;
                right: 40px;
                padding: 0;
            }

            &:nth-of-type(2) {
                margin-top: 40vw;

                .quality__detail-body {
                    display: flex;
                    align-items: flex-end;
                    justify-content: space-between;
                }
            }
        }

        .quality__title {
            font-size: 2.5vw;
        }

        .quality__description {
            font-size: 2vw;
            margin-top: 15px;
        }

        .quality__exam {
            width: 50%;
            flex-shrink: 0;
            margin-top: 0;
        }

        .quality__exam-title {
            font-size: 2vw;
        }

        .quality__list-wrapper {
            margin-top: 50px;
        }

        .quality__list {
            gap: 25px;
        }

        .quality__list-item {
            font-size: 2vw;
            width: calc(100% / 3 - 36px * 3 / 2);

            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/quality-check.png);
                width: 25px;
                height: 25px;
            }
        }

        .quality__link-wrapper {
            max-width: 530px;
            margin-top: 48px;
        }

        .quality__link {
            font-size: 18px;

            &::after {
                width: 8px;
                height: 8px;
                right: 32px;
            }
        }

        .quality__support {
            margin-top: 65px;
            gap: 50px;
        }

        .quality__support-card {
            width: calc(50% - 50px / 2);
            padding-bottom: 35px;
        }

        .quality__support-title {
            font-size: 25px;
            margin-top: 26px;
        }

        .quality__support-description {
            font-size: 18px;
        }

        .quality__support-link-wrapper {
            margin-top: 24px;
            max-width: 375px;
        }

        .quality__support-link {
            font-size: 16px;
            padding: 10px 0;

            &::after {
                width: 10px;
                height: 10px;
            }
        }
    }

    .detail {
        .detail__inner {
            padding: 0;
        }

        .detail__titile {
            padding: 117px 0 0;
            line-height: 1.2;

            &::after {
                background-image: url(https://store.vaio.com/ec/img/usr/moses/pc/detail.png);
                background-position: bottom;
                width: 100%;
                max-width: 650px;
                height: 180px;
                top: 0;
            }
        }

        .detail__titile-text {
            transform: translateY(-10px);
            font-size: 42px;
        }

        .detail__item {
            margin-top: 65px;


            & + & {
                margin-top: 120px;
            }
        }

        .detail__image-wrapper {
            padding-right: 20px;
    
            &.detail__image-wrapper--side {
                padding-right: 90px;
            }

            &.detail__image-wrapper--option {
                max-width: 600px;
                margin: 46px auto 0;
            }
        }

        .detail__title {
            font-size: 32px;
        }

        .detail__link-wrapper {
            max-width: 530px;
            margin-top: 92px;
            margin-bottom: 60px;
        }

        .detail__link {
            font-size: 16px;
        }
    }
}

@media(min-width: 992px) {
    .goodscomment2_ {
        .md {
            display: none;
        }

        .lg {
            display: block;
        }
    }

    .voice-spec {
        .voice-spec__info-title {
            &.voice-spec__info-title--02 {
                font-size: 25px;
            }
        }
        .voice-spec__info-number {
            font-size: 110px;
            gap: 20px;
        }

        .voice-spec__info-unit {
            font-size: 80px;
            transform: translate(0, 15px);
        }

        .voice-spec__info-title-sub {
            font-size: 25px;
        }

        .voice-spec__ballon-title {
            font-size: 25px;
        }

        .voice-spec__ballon-description {
            font-size: 20px;
        }

        .voice-spec__ballon-person-data {
            font-size: 18px;
            margin-top: -5px;
        }

        .voice-spec__note {
            font-size: 15px;
        }

        .voice-spec__second-strong {
            font-size: 64px;
        }

        .voice-spec__info-third-strong {
            font-size: 30px;
        }
    }

    .check-point {
        width: 90%;
        max-width: 860px;
        height: 140px;
        bottom: -10px;

        .check-point__image-wrapper {
            height: 140px;
            width: 16%;
        }

        .check-point__image {
            height: 140px;
        }

        .check-point__title {
            font-size: 30px;
            gap: 20px;
        }

        .check-point__description {
            font-size: 20px;
        }
    }


    .quality {
        background-size: cover;

        .quality__inner {
            padding: 64px 75px;
        }

        .quality__title {
            font-size: 25px;
        }

        .quality__description {
            font-size: 18px;
            margin-top: 27px;
        }

        .quality__exam {
            max-width: 480px;
        }

        .quality__exam-title {
            font-size: 18px;
        }

        .quality__list-item {
            font-size: 18px;
            width: calc(100% / 3 - 14px * 3 / 2);
        }

        .quality__image-wrapper {
            margin-top: 10px;
        }
    }
}

@media (min-width: 1200px) {

    .goodscomment2_ {
        .xl {
            display: block;
        }
    }

    .fv {
        margin-top: 44px;
    
        .fv__title {
            left: 65px;
            width: auto;
            transform: translate(0);
            top: 100px;
        }
    
        .fv__title-sub {
            font-size: 24px;
            letter-spacing: 0.1em;
        }
    
        .fv__title-main {
            font-size: 60px;
            line-height: 1;
            margin: 20px auto 40px;
            padding: 0 0;
        }
    
        .fv__note {
            position: static;
            color: #30313c;
            margin-top: 20px;
            text-align: right;
            display: block;
            align-items: center;
            justify-content: center;
            line-height: 1.4;
            font-size: 10px;
            text-shadow: none;
        }

        .fv__link{
            border-top: 1px solid #30313c;
            border-bottom: 1px solid #30313c;
            padding: 10px 0;
            margin:  auto 0;
            display: flex;
        }
        .fv__link-icon{
            background-color: #ff0000;
            border-radius: 9999px;
            width: 65px;
            /* height: 30px; */
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            padding: 5px;
            margin: auto 10px auto 0;
            display: block;
            line-height: 1;
        }
        .fv__link-txt{
            margin: auto 0;
            font-size: 20px;
            line-height: 1;
            font-weight: normal;
        }

    }

    .voice {
        .voice__item {
            &:nth-of-type(even) {
                margin-left: calc(100% - 1024px);
            }
        }
    }

    .voice-spec {
        .voice-spec__item {
            height: 480px;

            &.voice-spec__item--02 {
                height: 570px;
            }
        }

        .voice-spec__info {
            &.voice-spec__info--02 {
                top: 75px;
            }
        }

        .voice-spec__ballon {
            margin-top: 15px;
            min-width: 480px;
        }

        .voice-spec__ballon {
            &.voice-spec__ballon--02 {
                margin-top: 44px;
            }
        }
    }

    .check-point {
        bottom: 18px;
    }

    .coverstand{
         .section__title{
            font-size: 42px!important;
        }
         .section__title::before{
            content: "NEW";
            width: 90px;
            height: 90px;
            background-color: #ff0000;
            color: #fff;
            position: absolute;
            font-size: 20px;
            text-align: center;
            line-height: 4.5;
            vertical-align: middle;
            margin: auto;
            overflow: hidden;
            border-radius: 50%;
            top: -10%;
            left: 6vw;
        }
        .coverstand__point_conts {
            display: flex;
            vertical-align: middle;
            margin: 0 0 20px 0;
        }
        .coverstand__point_ttl{
            margin: 0 0 0 10px;
            font-size: 25px;
        }
        
        .coverstand__point_detail{
            margin: 20px 0 0 70px;
        }
        .coverstand__point_list{
            margin: 0 0 10% 0;
        }
        .coverstand__point_conts{
            margin: 0 0 20px 0;
        }
        .coverstand__point_icon{
            font-size: 18px;

        }

        .coverstand__point_txt{
            font-size: 18px;
        }
    }

    .quality {
        .quality__detail {

            &:first-of-type {
                width: 32%;
                top: 282px;
                right: 96px;
            }

            &:nth-of-type(2) {
                margin-top: 444px;
            }
        }

        .quality__list-item {
            width: calc(100% / 3 - 51px * 3 / 2);
        }
    }
}
@media (max-width: 768px) {
    div.goodscomment2_ {
        padding: initial;
    }
}
