﻿.mainTitle01_main {
    font-family: 'Noto Sans';
}

.mainTitle01_main_color {
    font-weight: 600;
}

.features article h3,
.features article li span,
.standard h2 {
    font-family: 'Noto Sans';
    font-weight: 700;
}

/* banner */
.banner__box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner__box .slick-list,
.banner__box .slick-track {
    height: 100%;
}

.banner__box .slick-dots {
    position: absolute;
    top: 780px;
    left: 0;
    margin: 0;
    z-index: 100;
}

.banner__box .slick-dots li {
    width: auto;
    height: auto;
    min-width: 120px;
    max-width: 100%;
    margin: 0 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-family: inherit;
    border-radius: 0;
    border: 2px solid transparent;
    background: none;
    opacity: .6;
    transition: border-color .4s ease-in-out, opacity .4s ease-in-out;
}

.banner__box .slick-dots li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #111;
}

.banner__box .slick-dots li[data-style="white"] {
    color: #111;
    border: 2px solid transparent;
}

.banner__box .slick-dots li[data-style="white"]::before {
    background: #fff;
}

.banner__box .slick-dots li::after {
    content: attr(data-text);
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

.banner__box .slick-dots li.slick-active {
    border-color: #989898;
    opacity: 1;
}

.banner__box__item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
}

.banner__box__item__bg {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner__box__item__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.banner__box__item__bg .pad,
.banner__box__item__bg .mb {
    display: none;
}

.banner__box__item__product {
    position: absolute;
    top: 285px;
    left: 51%;
    width: 100%;
    max-width: 700px;
    transform: translateX(-50%);
}

.banner__box__item__product img {
    display: block;
    width: 100%;
    height: auto;
}

.banner__box__item__product__if {
    position: absolute;
    top: min(455px, calc(100vw * .65));
    left: max(calc(50% - 50vw + 30px), -10%);
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    /* width: calc((100vw - 120px)* 260 / 526);
    max-width: 260px; */
    width: auto;
    height: 70px;
    transform: translateY(-100%);
}

.banner__box__item__product__if img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 5% 0 0;
    flex: 0 1 auto;
}

.banner__box__item__product__if img:last-child {
    margin: 0;
}

/* 
.banner__box__item__product__if img:first-child {
    width: 52%;
}

.banner__box__item__product__if img:nth-child(2) {
    width: 49.5%;
}

.banner__box__item__product__if img:first-child:last-child {
    width: 100%;
} */

.banner ul {
    margin: 100px 0 42px
}

.banner .logo {
    display: block;
    width: calc(100% - 120px);
    max-width: 526px;
    margin: 0 auto 30px auto
}

.banner .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .text1 {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}

.banner .text2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 25px 0 20px
}

/* Content1 */
.Content1 {
    padding: 110px 0 60px 0;
    background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_speed_bg.png?20230704) no-repeat center #000;
    background-size: cover
}

.Content1_title {
    width: calc(100% - 100px);
    margin: 0 auto;
    text-align: center;
}

.Content1_title .mainTitle01_main::before {
    display: none;
}

.Content1_box {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 100px);
    max-width: 1650px;
    margin: 25px auto 0 auto;
}

.Content1_box_pic {
    position: relative;
    display: block;
    width: 55%;
    margin: -3% 0 0 -5%;
}

.Content1_box_pic img {
    display: block;
    width: 100%;
    height: auto;
}

.Content1_box_speed {
    display: block;
    width: calc(50% - 30px);
    max-width: 690px;
    margin: 25px 0 0 30px;
    padding: 50px 35px 50px 50px;
    background: rgba(1, 1, 3, .47);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    z-index: 10;
}

.Content1_box_speed_title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.Content1_box_speed_item {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.Content1_box_speed_item_title {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 10px 0;
}

.Content1_box_speed_item_title_main {
    display: block;
    width: 100%;
    font-size: 17px;
    flex: 0 1 auto;
}

.Content1_box_speed_item_title_count {
    position: relative;
    top: 20px;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 0 20px;
    font-size: 68px;
    flex: 0 0 auto;
}

.Content1_box_speed_item_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.Content1_box_speed_item_inner_bar {
    display: block;
    width: auto;
    max-width: 100%;
    height: 13px;
    background: linear-gradient(to right, #ebd000 0%, #84ff4d 50%, #32aff4 100%);
    border-radius: 6.5px;
    flex: 0 1 auto;
}

.Content1_box_speed_item_inner_text {
    display: block;
    width: auto;
    max-width: 100%;
    font-size: 17px;
    margin: 0 0 0 20px;
    flex: 0 0 auto;
}

.Content1_box_speed_item:nth-child(2) .Content1_box_speed_item_inner_bar {
    width: 75%;
}

.Content1_box_speed_item:nth-child(3) .Content1_box_speed_item_title,
.Content1_box_speed_item:nth-child(3) .Content1_box_speed_item_inner_text {
    color: #6e6e6e;
}

.Content1_box_speed_item:nth-child(3) .Content1_box_speed_item_inner_bar {
    width: 45%;
    filter: grayscale(1) brightness(.3);
}

.Content1_box_speed_item:nth-child(4) .Content1_box_speed_item_title,
.Content1_box_speed_item:nth-child(4) .Content1_box_speed_item_inner_text {
    color: #6e6e6e;
}

.Content1_box_speed_item:nth-child(4) .Content1_box_speed_item_inner_bar {
    width: 31%;
    filter: grayscale(1) brightness(.3);
}

/* Content2 */
.Content2 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    min-height: 600px;
    padding: 100px 0;
    background:
        url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_rgb_all.png?20230704) calc(50% - 400px) center no-repeat #000;
    background-size: auto 100%;
}

.Content2_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-end;
    justify-content: flex-end;
    width: calc(100% - 100px);
    max-width: 1560px;
    margin: 0 auto;
}

.Content2_inner_title {
    width: calc(50% - 30px);
    max-width: 550px;
}

.Content2_inner_title .mainTitle_main::before {
    left: auto;
    right: -90px;
    transform: scaleX(-1);
}

/* Content3 */
.Content3 {
    display: block;
    width: 100%;
    padding: 110px 0;
    background: #f5f5f5;
}

.Content3_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-around;
    width: calc(100% - 100px);
    max-width: 1600px;
    margin: 0 auto;
}

.Content3_inner_title {
    width: calc(50% - 60px);
    flex: 0 1 auto;
}

.Content3_inner_pic {
    display: block;
    width: 45%;
    max-width: 500px;
    min-width: 530px;
    margin: 0 0 0 60px;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .2));
    flex: 0 0 auto;
}

.Content3_inner_pic img {
    display: block;
    width: 100%;
    height: auto;
}

/* Content4 */
.Content4 {
    display: block;
    width: 100%;
    height: 750px;
    background: #efefef;
    background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_thickness_product.png?20240726) right bottom no-repeat #eee;
    background-size: auto 100%;
}

.Content4_inner {
    display: block;
    width: calc(100% - 100px);
    max-width: 1600px;
    margin: 0 auto;
    padding: 200px 0 0 0;
}

.Content4_inner_title {
    width: calc(50% - 30px);
    max-width: 700px;
}

/* Content5 */
.Content5 {
    display: block;
    width: 100%;
    height: 800px;
    background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_gaming_bg.png?20230704) center top no-repeat #000;
    background-size: cover;
}

.Content5_inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 75px 0 0 0;
}

.Content5_inner_title {
    width: auto;
    text-align: center;
}

.Content5_inner_title .mainTitle_main::before {
    left: -160px;
}

/* Content6 */
.Content6 {
    display: block;
    width: 100%;
    padding: 150px 0 180px 0;
}

.Content6_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 100px);
    max-width: 1600px;
    margin: 0 auto;
}

.Content6_inner_pic {
    display: block;
    width: calc(50% - 30px);
    max-width: 750px;
}

.Content6_inner_pic img {
    display: block;
    width: 100%;
    height: auto;
}

.Content6_inner_content {
    display: block;
    width: calc(50% - 30px);
    max-width: 550px;
    margin: 40px 0 0 0;
}

.Content6_inner_content_logo {
    display: block;
    width: 100%;
    margin: 75px 0 0 0;
}

.Content6_inner_content_logo_pic {
    display: block;
    width: 100%;
    height: auto;
    max-width: 290px;
}

.Content6_inner_content_logo_text {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.2;
    color: #4d4d4d;
    font-weight: 500;
    text-align: left;
    opacity: .77;
}

/* Content7 */
.Content7 {
    display: block;
    width: 100%;
    height: 760px;
    background: #111;
    overflow: hidden;
}

.Content7_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 100px);
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.Content7_inner_title {
    width: calc(50% - 60px);
    max-width: 635px;
    z-index: 10
}

.Content7_inner_pic {
    position: relative;
    top: -20%;
    display: block;
    width: 50%;
    padding: 106% 0 0 0;
}

.Content7_inner_pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 150%;
    height: auto;
    transform: translate(-50%, -50%);
}

/* Content8 */
.Content8 {
    display: block;
    width: 100%;
    padding: 115px 0;
}

.Content8_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 100px);
    max-width: 1500px;
    margin: 0 auto;
}

.Content8_inner_title {
    width: calc(50% - 30px);
}

.Content8_inner_pic {
    display: block;
    width: calc(50% - 30px);
}

.Content8_inner_pic img {
    display: block;
    width: 100%;
    height: auto;
}

/* Content9 */
.Content9 {
    display: block;
    width: 100%;
    padding: 170px 0;
    background:
        url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_system_product.png?20230704) min(0px, calc(50% - 360px)) bottom no-repeat,
        url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_system_bg.png?20230704) center no-repeat #000;
    background-size: 1194px auto, cover;
}

.Content9_inner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-end;
    justify-content: flex-end;
    width: calc(100% - 100px);
    max-width: 1400px;
    margin: 0 auto;
}

.Content9_inner_content {
    width: 60%;
    max-width: 550px;
}

.Content9_inner_content_logo {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 50px 0 0 0;
}

.Content9_inner_content_logo img {
    display: block;
    width: 100%;
    height: auto;
}

.Content9_inner_pic {
    position: relative;
    display: none;
    width: 100%;
}

.Content9_inner_pic img {
    display: block;
    width: 100%;
    height: auto;
}

/* 商品規格 */
.specTable {
    padding: 115px 0 100px 0;
}

@media all and (max-width:1300px) {

    /* Content1 */
    .Content1 {
        padding: 120px 0 70px 0;
    }

    .Content1_box {
        display: block;
    }

    .Content1_box_pic {
        width: calc(100% - 100px);
        max-width: 700px;
        margin: 0 auto -60px auto;
    }

    .Content1_box_speed {
        position: relative;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        z-index: 20;
    }

    /* Content4 */
    .Content4 {
        height: 750px;
        background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_thickness_product_pad.png?20240726) right bottom no-repeat #eee;
        background-size: auto 100%;
    }

    .Content4_inner {
        width: calc(100% - 100px);
        max-width: 1600px;
        margin: 0 auto;
        padding: 100px 0 0 0;
    }

    .Content4_inner_title {
        width: calc(100% - 250px);
    }
}

@media all and (max-width:1200px) {
    article {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%
    }

    /*banner*/
    .banner__box .slick-dots {
        top: auto;
        bottom: 75px;
    }

    /*content1*/
    .Content1 .text_box {
        padding: 60px 0 60px 72%;
        background-size: cover
    }
}

@media all and (max-width:990px) {

    /*content1*/
    .Content1 {
        padding: 120px 0 70px 0;
        background-image: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_speed_bg_pad.png?20230704);
        background-position: bottom center;
        background-size: 100% auto;
    }

    .Content1_title {
        text-align: left;
    }

    .Content1_title .mainTitle01_main::before {
        display: block;
    }

    .Content1_box_speed {
        padding: 50px 25px 50px 35px;
    }

    .Content1_box_speed_item_title_count {
        font-size: 60px;
    }

    /* Content2 */
    .Content2 {
        display: block;
        min-height: 0;
        padding: 110px 0 550px 0;
        background:
            url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_rgb_product_pad.png?20230704) center bottom no-repeat,
            url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_rgb_bg_pad.png?20230704) top left no-repeat #000;
        background-size: auto 600px, cover;
    }

    .Content2_inner {
        display: block;
        width: calc(100% - 60px);
    }

    .Content2_inner_title {
        width: 100%;
        max-width: none;
    }

    .Content2_inner_title .mainTitle_main::before {
        right: auto;
        left: -90px;
        transform: none;
    }

    /* Content3 */
    .Content3 {
        padding: 90px 0;
    }

    .Content3_inner {
        display: block;
        width: calc(100% - 60px);
    }

    .Content3_inner_title {
        width: 100%;
    }

    .Content3_inner_pic {
        width: 100%;
        max-width: none;
        min-width: 0;
        margin: 50px auto 0 auto;
        filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, .15));
    }

    .Content3_inner_pic img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* Content4 */
    .Content4_inner {
        width: calc(100% - 60px);
    }

    .Content4_inner_title {
        width: calc(100% - 160px);
        max-width: 430px;
    }

    .Content4_inner_title .mainTitle_main_color {
        display: block;
        max-width: 355px;
    }

    /* Content5 */
    .Content5 {
        background-image: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_gaming_bg_pad.png?20230704);
        background-position: center;
    }

    .Content5_inner {
        width: calc(100% - 60px);
        padding: 115px 0 0 0;
    }

    .Content5_inner_title {
        width: 100%;
        text-align: left;
    }

    /* Content6 */
    .Content6 {
        padding: 80px 0 90px 0;
    }

    .Content6_inner {
        display: block;
        width: calc(100% - 60px);
    }

    .Content6_inner_pic {
        width: calc(100% + 10px);
        max-width: none;
    }

    .Content6_inner_content {
        width: 100%;
        margin: 60px 0 0 0;
    }

    .Content6_inner_content_logo {
        margin: 40px 0 0 0;
    }

    /* Content7 */
    .Content7 {
        height: auto;
        padding: 100px 0 90vw 0;
        background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_click_bg_white_pad.png?20240729) center bottom no-repeat #111;
        background-size: 100% auto;
    }

    .Content7_inner {
        display: block;
        width: calc(100% - 60px);
        height: auto;
    }

    .Content7_inner_title {
        width: 100%;
        max-width: none;
    }

    .Content7_inner_pic {
        display: none;
    }

    /* Content8 */
    .Content8 {
        padding: 95px 0;
    }

    .Content8_inner {
        display: block;
        width: calc(100% - 60px);
    }

    .Content8_inner_title {
        width: 100%;
    }

    .Content8_inner_title .mainTitle_text {
        max-width: 580px;
    }

    .Content8_inner_title .mainTitle_text br {
        display: none;
    }

    .Content8_inner_pic {
        width: 100%;
        margin: 50px auto 0 auto;
    }


    /* Content9 */
    .Content9 {
        padding: 115px 0 0 0;
        background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_system_bg.png?20230704) center no-repeat #000;
        background-size: cover;
    }

    .Content9_inner {
        display: block;
        width: calc(100% - 60px);
    }

    .Content9_inner_content {
        width: 100%;
        max-width: none;
    }

    .Content9_inner_pic {
        left: -30px;
        display: block;
        width: calc(100% + 60px);
        margin: 70px auto 0 auto;
    }

    /* 商品規格 */
    .specTable {
        padding: 85px 0 60px 0;
    }
}

@media all and (max-width:812px) {

    /* banner */
    .banner {
        padding: 10em 0
    }

    .banner__box__item__bg .pc {
        display: none;
    }

    .banner__box__item__bg .pad {
        display: block;
    }

    .banner__box__item__product {
        left: 50%;
        max-width: 650px;
    }

    .banner__box__item__product__if {
        top: min(422.5px, calc(100vw * .65));
        display: block;
        max-width: 123px;
        max-width: 110px;
    }

    .banner__box__item__product__if img {
        height: auto;
        margin: 0 0 12% 0;
    }

    .banner__box__item__product__if img:first-child,
    .banner__box__item__product__if img:nth-child(2) {
        width: 100%;
    }

    .banner ul {
        margin: 0
    }

    .banner .logo {
        max-width: 515px;
        margin: 0 auto 30px auto
    }

    .banner .logo img {
        width: 100%;
        max-width: 500px
    }

    .banner .text2 {
        font-size: 30px;
        line-height: 1
    }
}

@media all and (max-width:640px) {

    .features br.mbHide,
    .mainTitle01_text br.mbHide {
        display: none;
    }

    /* banner */
    .banner {
        height: calc(10em + 136.94px + 90vw);
    }

    .banner__box .slick-dots {
        bottom: 30px;
    }

    .banner__box .slick-dots li {
        min-width: 100px;
        margin: 0 5px;
        padding: 7.5px 10px;
        font-size: 12px;
    }

    .banner__box__item__bg .pad {
        display: none;
    }

    .banner__box__item__bg .mb {
        display: block;
    }

    .banner__box__item__product {
        top: calc(10em + 136.94px + 5vw);
        width: calc(100% - 80px);
    }

    .banner__box__item__product__if {
        top: min(422.5px, calc((100vw - 80px) * .65));
        left: max(calc(50% - 50vw + 20px), 0%);
        width: calc((100vw - 40px) * 130 / 526);
        max-width: 65px;
    }

    .banner .logo {
        width: calc(100% - 40px);
        max-width: 315px;
        margin: 0 auto 20px auto
    }

    .banner .logo img {
        max-width: 320px;
    }

    .banner .text1 {
        font-size: 13px;
    }

    .banner .text2 {
        font-size: 18px;
        margin: 15px 0 0 0;
    }

    /* content1 */
    .Content1 {
        padding: 60px 0;
        background-image: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_speed_bg_mb.png?20230704);
        background-position: center;
        background-size: 100% auto;
    }

    .Content1_title {
        width: calc(100% - 30px);
    }

    .Content1_box {
        width: calc(100% - 30px);
        margin: 5px auto 0 auto;
    }

    .Content1_box_pic {
        width: calc(100% - 30px);
        margin: 0 auto -35px auto;
    }

    .Content1_box_speed {
        width: calc(100% - 70px);
        padding: 30px 15px;
    }

    .Content1_box_speed_title {
        margin: 0;
        font-size: 15px;
    }

    .Content1_box_speed_item_title_main {
        font-size: 12px;
    }

    .Content1_box_speed_item_title_count {
        top: 12px;
        margin: 0 5px 0 10px;
        font-size: 20px;
    }

    .Content1_box_speed_item_inner_text {
        font-size: 12px;
    }

    .Content1_box_speed_item:nth-child(2) .Content1_box_speed_item_inner_bar {
        width: 100%;
    }

    .Content1_box_speed_item:nth-child(3) .Content1_box_speed_item_inner_bar {
        width: 60%;
    }

    .Content1_box_speed_item:nth-child(4) .Content1_box_speed_item_inner_bar {
        width: 41.66%;
    }

    /* Content2 */
    .Content2 {
        padding: 50px 0 330px 0;
        background:
            url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_rgb_product_pad.png?20230704) center bottom no-repeat,
            url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_rgb_bg_pad.png?20230704) top left no-repeat #000;
        background-size: auto 365px, cover;
    }

    .Content2_inner {
        width: calc(100% - 30px);
    }

    /* Content3 */
    .Content3 {
        padding: 50px 0;
    }

    .Content3_inner {
        width: calc(100% - 30px);
    }

    .Content3_inner_pic {
        margin: 25px auto 0 auto;
    }

    /* Content4 */
    .Content4 {
        height: 440px;
        background: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_thickness_product_mb.png?20240726) right bottom no-repeat #eee;
        background-size: auto 100%;
    }

    .Content4_inner {
        width: calc(100% - 40px);
    }

    .Content4_inner {
        padding: 60px 0 0 0;
    }

    .Content4_inner_title {
        width: calc(100% - 75px);
        max-width: none;
    }

    .Content4_inner_title .mainTitle_text {
        max-width: 200px;
    }

    /* Content5 */
    .Content5 {
        height: 585px;
        min-height: 0;
        background-image: url(../../../../kimg/prd_details/memory/CrasVRGB/CrasVRGB_gaming_bg_mb.png?20230704);
    }

    .Content5_inner {
        width: calc(100% - 40px);
        padding: 55px 0 0 0;
    }

    .Content5_inner_title .mainTitle_text br {
        display: none;
    }

    /* Content6 */
    .Content6 {
        padding: 50px 0;
    }

    .Content6_inner {
        width: calc(100% - 40px);
    }

    .Content6_inner_pic {
        left: -5px;
    }

    .Content6_inner_content {
        margin: 50px 0 0 0;
    }

    .Content6_inner_content_logo {
        margin: 20px 0 0 0;
    }

    .Content6_inner_content_logo_pic {
        max-width: 180px;
    }

    .Content6_inner_content_logo_text {
        margin: 15px 0 0 0;
        font-size: 12px;
    }

    /* Content7 */
    .Content7 {
        padding: 50px 0 90vw 0;
    }

    /* Content8 */
    .Content8 {
        padding: 60px 0;
    }

    .Content8_inner {
        width: calc(100% - 40px);
    }

    .Content8_inner_title .mainTitle_text {
        max-width: none;
    }

    .Content8_inner_pic {
        margin: 25px auto 0 auto;
    }

    /* Content9 */
    .Content9 {
        padding: 65px 0 0 0;
    }

    .Content9_inner {
        width: calc(100% - 40px);
    }

    .Content9_inner_content_logo {
        max-width: 270px;
        margin: 15px 0 0 0;
    }

    .Content9_inner_pic {
        left: -20px;
        width: calc(100% + 40px);
        margin: 50px auto 0 auto;
    }

    /* 商品規格 */
    .specTable {
        padding: 70px 0 20px 0;
    }
}

@media all and (max-width:414px) {
    .Content1 .text_box {
        width: 32rem
    }
}

@media all and (max-width:340px) {

    /* banner */
    .banner__box__item__product {
        top: calc(10em + 136.94px);
        width: calc(100% - 60px);
    }

    .banner__box__item__product__if {
        top: min(422.5px, calc((100vw - 60px) * .65));
        width: calc((100vw - 60px) * 130 / 526);
    }
}