﻿.mainTitle01_main_color {
    color: #3db9d1;
    background: none;
    -webkit-text-fill-color: inherit;
    -webkit-background-clip: none;
}

.mainTitle01_text {
    color: rgba(255, 255, 255, .8);
}

.mainTitle01_text:first-child {
    margin: 0;
}

.c-productArea {
    margin: 0 auto -3px auto;
    min-height: 630px;
    background: #000;
}

.c-productArea_inner {
    max-width: 1460px;
}

.c-productArea_inner_content {
    max-width: 570px;
}

/* banner */
.banner {
    padding: min(100px, max(70px, calc(23vh - 100px - 40px))) 0 0 0;
    background: #01060f;
}

.banner_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 960px);
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-items: center;
    justify-content: center;
    width: 1920px;
    overflow: hidden;
}

.banner_bg::before,
.banner_bg::after {
    content: '';
    position: absolute;
    top: 0;
    display: none;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #01060f 50px, #01060f00 100%);
    z-index: 10;
}

.banner_bg::before {
    left: -5px;
}

.banner_bg::after {
    right: -5px;
    transform: scaleX(-1);
}

.banner_bg img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.banner_bg .pad,
.banner_bg .mb {
    display: none;
}

.banner_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.banner_box_logo {
    display: block;
    width: calc(100% - 100px);
    height: 125.14px;
    margin: 0 auto 30px auto;
    flex: 0 0 auto;
}

.banner_box_logo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.banner_box_text1 {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-shadow: 2px 2px 7px #000;
    flex: 0 0 auto;
}

.banner_box_text2 {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin: 25px 0 20px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, .7);
    flex: 0 0 auto;
}

.banner_box_product {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    max-width: 780px;
    height: 100%;
}

.banner_box_product img {
    position: relative;
    display: block;
    width: 780px;
    height: auto;
}

/* features */
.contents[data-lang="sc"] .features article li:nth-child(5)>p {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

.contents[data-lang="sc"] .features article li:nth-child(6)>span {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.contents[data-lang="en"] .features article li:nth-child(2)>span {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
}

.contents[data-lang="en"] .features article li:nth-child(6) p {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

.contents[data-lang="jp"] .features article li:nth-child(2)>span {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
}

.contents[data-lang="ko"] .features article li:nth-child(3)>span {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

.contents[data-lang="ko"] .features article li:nth-child(6)>span {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

.contents[data-lang="tw"] .features article li:nth-child(2)>span {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.contents[data-lang="tw"] .features article li:nth-child(6)>span {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
}

/* speed */
.speed {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    min-height: 780px;
    margin: 0 0 -3px 0;
    padding: 100px 0;
    background: #000;
    overflow: hidden;
    z-index: 0;
}

.speed_bg {
    position: absolute;
    top: 0;
    left: max(-5%, calc(50% - 960px));
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 120%;
    height: 100%;
    max-width: 1920px;
}

.speed_bg::before,
.speed_bg::after {
    content: '';
    position: absolute;
    top: 0;
    display: none;
    width: 300px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.speed_bg::before {
    left: -50px;
    background: linear-gradient(to right, #000 10%, #00000000 100%);
}

.speed_bg::after {
    right: -50px;
    background: linear-gradient(to left, #000 10%, #00000000 100%);
}

.speed_bg img {
    display: block;
    width: 100%;
    height: auto;
}

.speed_inner {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1460px;
    margin: 0 auto;
    z-index: 20;
}

.speed_inner_box {
    position: relative;
    display: block;
    width: 50%;
    max-width: 570px;
}

.contents[data-lang="jp"] .speed_inner_box {
    width: 60%;
    max-width: 630px;
}

.contents[data-lang="tw"] .speed_inner_box {
    width: 60%;
    max-width: 585px;
}

.contents[data-lang="tw"] .speed_inner_box .speed_inner_box_title:last-child .mainTitle01_text {
    max-width: 590px;
}

.speed_inner_box_title {
    position: relative;
    width: 100%;
    max-width: 675px;
    margin: 0 0 30px 0;
}

.speed_inner_box_title:last-child {
    margin: 0;
}

.contents[data-lang="en"] .speed_inner_box_title:last-child .mainTitle01_text {
    max-width: 555px;
}

.contents[data-lang="jp"] .speed_inner_box_title .mainTitle01_text {
    max-width: 630px;
}

.contents[data-lang="ko"] .speed_inner_box_title:last-child .mainTitle01_text {
    max-width: 545px;
}

.speed_inner_box_sheet {
    position: relative;
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 30px auto;
    padding: 9px;
    background: rgba(255, 255, 255, .14);
    border-radius: 17px;
    box-shadow: 20px 20px 65px rgba(9, 41, 96, .86);
    overflow: hidden;
}

.speed_inner_box_sheet_main {
    position: relative;
    display: block;
    width: 100%;
    background: linear-gradient(45deg, #54575d 0%, #8a8d8e 100%);
    border-radius: 15px;
    overflow: hidden;
}

.speed_inner_box_sheet_main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .8);
    overflow: hidden;
    pointer-events: none;
}

.speed_inner_box_sheet_main_title {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #504238;
    font-family: inherit;
    font-weight: 700;
    background: rgba(201, 192, 136, .8);
}

.speed_inner_box_sheet_main_list {
    display: block;
    width: 100%;
    padding: 15px 30px 18px 30px;
}

.speed_inner_box_sheet_main_list_item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #211815;
    font-family: inherit;
    font-weight: 500;
    text-align: left;
}

.speed_inner_box_sheet_main_list_item::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 15px;
    height: 17px;
    background: url(/kimg/prd_details/memory/CUDIMM/CUDIMM_speed_lightning.svg) center/contain no-repeat;
}

.speed_inner_box_sheet_main_list_item:last-child {
    margin: 0;
}

.speed_inner_box_sheet_main_list_item_focus {
    display: inline;
    width: auto;
    max-width: 100%;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: 1px #ceaf57 underline;
    text-underline-offset: 2px;
}

/* ultra */
.c-productArea[data-style="ultra"] .c-productArea_bg {
    left: max(-27%, calc(50% - 960px));
}

.c-productArea[data-style="ultra"] .mainTitle01_note {
    color: rgba(219, 219, 219, .5);
}

.contents[data-lang="sc"] .c-productArea[data-style="ultra"] .mainTitle01_note {
    width: calc(100% + 47px);
}

.contents[data-lang="en"] .c-productArea[data-style="ultra"] .mainTitle01_text {
    max-width: 565px;
}

.contents[data-lang="en"] .c-productArea[data-style="ultra"] .mainTitle01_note {
    max-width: 480px;
}

.contents[data-lang="jp"] .c-productArea[data-style="ultra"] .mainTitle01_text {
    max-width: 665px;
}

.contents[data-lang="ko"] .c-productArea[data-style="ultra"] .mainTitle01_text {
    max-width: 545px;
}

.contents[data-lang="ko"] .c-productArea[data-style="ultra"] .mainTitle01_note {
    width: calc(100% + 10px);
}

/* power */
.c-productArea[data-style="power"] {
    background: #031120;
}

.c-productArea[data-style="power"] .c-productArea_bg {
    left: min(calc(50% - 960px), calc(70vw - 1330px));
}

.c-productArea[data-style="power"] .c-productArea_bg::before,
.c-productArea[data-style="power"] .c-productArea_bg::after {
    width: 500px;
    background: linear-gradient(to right, #031120 20%, #03112000 100%);
}

.c-productArea[data-style="power"] .c-productArea_bg::before {
    left: -100px;
}

.c-productArea[data-style="power"] .c-productArea_bg::after {
    right: -100px;
}

.c-productArea[data-style="power"] .c-productArea_inner_content {
    max-width: 565px;
}

.contents[data-lang="sc"] .c-productArea[data-style="power"] .c-productArea_inner_content {
    max-width: 530px;
}

.contents[data-lang="jp"] .c-productArea[data-style="power"] .c-productArea_inner_content {
    width: 100%;
    max-width: 615px;
}

.contents[data-lang="tw"] .c-productArea[data-style="power"] .c-productArea_inner_content {
    width: 100%;
    max-width: 575px;
}

/* 商品規格 */
.specTable {
    padding: 115px 0 100px 0;
}

.specTable .specTab__box>table {
    min-width: 900px;
}

@media all and (min-width:1921px) {

    /* banner */
    .banner_bg {
        left: 50%;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
        overflow: visible;
    }

    .banner_bg::before,
    .banner_bg::after {
        display: block;
    }

    .banner_bg img {
        object-fit: fill;
        width: auto;
        height: 100%;
    }

    /* speed */
    .speed_bg::before,
    .speed_bg::after {
        display: block;
    }

    /* ultra */
    .c-productArea[data-style="ultra"] .c-productArea_bg::before {
        display: block;
    }

    /* power */
    .c-productArea[data-style="power"] .c-productArea_bg::after {
        display: block;
    }

}

@media all and (max-width:1650px) {
    .contents[data-lang="jp"] .c-productArea[data-style="ultra"] .mainTitle01_note {
        width: 100%;
    }
}

@media all and (max-width:1200px) {

    /* banner */
    .banner {
        padding: 100px 0 0 0;
    }

    .banner_bg {
        left: max(0px, calc(50% - 600px));
        align-items: center;
        align-content: center;
        width: min(1200px, 100%);
        height: 100%;
    }

    .banner_bg img {
        object-position: center;
    }

    .banner_box_logo {
        max-width: 440.4px;
        height: auto;
    }

    .banner_box_logo img {
        width: 100%;
        height: auto;
    }

    .banner_box_product img {
        width: 700px;
    }

    /* speed */
    .speed {
        height: auto;
        padding: 65px 0 70px 0;
        min-height: 0;
        background: linear-gradient(to bottom, #000 50%, #241640 50%);
    }

    .speed::before {
        content: '';
        position: absolute;
        top: -3px;
        left: 0;
        display: block;
        width: 100%;
        height: 25%;
        background: linear-gradient(to bottom, #000 50%, #00000000 100%);
        z-index: 20;
    }

    .speed_bg {
        top: 50%;
        left: calc(50% - 600px);
        width: 1200px;
        height: auto;
        max-height: 100%;
        transform: translateY(-50%);
    }

    .speed_bg::before,
    .speed_bg::after {
        display: block;
        width: 100%;
        height: 20%;
        max-height: 300px;
    }

    .speed_bg::before {
        top: -3px;
        left: 0;
        background: linear-gradient(to bottom, #000 10%, #00000000 100%);
    }

    .speed_bg::after {
        top: auto;
        bottom: -3px;
        right: 0;
        background: linear-gradient(to top, #241640 10%, #24164000 100%);
    }

    .speed_bg img {
        position: relative;
        top: -2vw;
        width: 150vw;
        max-width: 1200px;
        height: auto;
    }

    .contents[data-lang="en"] .speed_bg img {
        top: -3vw;
    }

    .contents[data-lang="ko"] .speed_bg img,
    .contents[data-lang="tw"] .speed_bg img {
        top: -.5vw;
    }

    .speed_inner {
        width: calc(100% - 60px);
    }

    .speed_inner_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        max-width: none;
    }

    .contents[data-lang="jp"] .speed_inner_box,
    .contents[data-lang="tw"] .speed_inner_box {
        width: 100%;
        max-width: none;
    }

    .contents[data-lang="ko"] .speed_inner_box_title:first-child {
        max-width: 570px;
    }

    .contents[data-lang="tw"] .speed_inner_box_title:first-child {
        max-width: 585px;
    }

    .speed_inner_box::before {
        display: none;
    }

    .speed_inner_box_title {
        margin: 0 0 min(340px, 41vw) 0;
    }

    .speed_inner_box_sheet {
        margin: 30px auto 0 auto;
        order: 10;
    }

    .speed_inner_box_sheet_main {
        background: linear-gradient(45deg, #596978 0%, #8ea8b4 100%);
    }

    /* ultra */
    .c-productArea[data-style="ultra"] {
        display: flex;
        align-items: stretch;
        align-content: stretch;
        padding: 65px 0;
        min-height: 1067px;
    }

    .c-productArea[data-style="ultra"] .c-productArea_bg {
        top: 7px;
        left: calc(50% - 600px);
    }

    .c-productArea[data-style="ultra"] .c-productArea_inner_content {
        display: flex;
        align-items: stretch;
        align-content: stretch;
        justify-items: flex-start;
        justify-content: flex-start;
        height: 100%;
    }

    .c-productArea[data-style="ultra"] .mainTitle01_note {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .contents[data-lang="jp"] .c-productArea[data-style="ultra"] .c-productArea_inner_content {
        max-width: 690px;
    }

    /* power */
    .c-productArea[data-style="power"] {
        min-height: 936px;
        padding: 65px 0 0 0;
    }

    .c-productArea[data-style="power"] .c-productArea_bg {
        left: calc(50% - 600px);
    }

    .c-productArea[data-style="power"] .c-productArea_bg::after {
        right: 0;
        display: block;
        width: 100%;
        height: 300px;
        background: linear-gradient(to bottom, #16253a 0%, #16253a00 100%);
    }

    .c-productArea[data-style="power"] .c-productArea_inner_content {
        max-width: 565px;
    }

    /* 商品規格 */
    .specTable {
        padding: 85px 0 60px 0;
    }
}

@media all and (max-width:812px) {

    /* banner */
    .banner {
        padding: 10em 0
    }

    .banner_bg .pc {
        display: none;
    }

    .banner_bg .pad {
        display: block;
    }

    .banner_box_text2 {
        font-size: 30px;
        line-height: 1
    }

}

@media all and (max-width:767px) {

    /* power */
    .contents[data-lang="jp"] .c-productArea[data-style="power"] .c-productArea_inner_content {
        max-width: none;
    }

    .contents[data-lang="jp"] .c-productArea[data-style="power"] .c-productArea_inner_content .mainTitle01_text br {
        display: none;
    }
}

@media all and (max-width:640px) {
    .mainTitle01_text {
        margin: 10px 0 0 0;
    }

    .mainTitle01_text br {
        display: none;
    }

    /* banner */
    .banner {
        height: 523px;
        padding: 65px 0 0 0;
    }

    .banner_bg {
        left: max(0px, calc(50% - 320px));
        width: min(640px, 100%);
    }

    .banner_box_logo {
        width: calc(100% - 60px);
        max-width: 218.85px;
        margin: 0 auto 20px auto
    }

    .banner_box_text1 {
        font-size: 13px;
    }

    .banner_box_text2 {
        font-size: 18px;
        margin: 15px 0 0 0;
    }

    .banner_box_product img {
        width: 405px;
        max-width: 120%;
    }

    /* features */
    .features li p {
        position: relative;
        left: -2px;
        width: calc(100% + 4px);
    }

    .features article li p br {
        display: none;
    }

    .contents[data-lang="en"] .features article li p {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
    }

    .contents[data-lang="en"] .features li:nth-child(2)>span {
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }

    .contents[data-lang="jp"] .features article li:nth-child(1)>p {
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
    }

    .contents[data-lang="ko"] .features article li:nth-child(3) p {
        left: -10px;
        width: calc(100% + 20px);
    }

    .contents[data-lang="ko"] .features article li:nth-child(4) p {
        left: -20px;
        width: calc(100% + 40px);
    }

    .contents[data-lang="ko"] .features article li:nth-child(5) p {
        left: 10px;
        width: calc(100% - 20px);
    }

    .contents[data-lang="ko"] .features article li p br {
        display: block;
    }

    .contents[data-lang="tw"] .features li:nth-child(2)>p,
    .contents[data-lang="tw"] .features li:nth-child(4)>p,
    .contents[data-lang="tw"] .features li:nth-child(5)>p,
    .contents[data-lang="tw"] .features li:nth-child(6)>p {
        position: relative;
        left: -10px;
        width: calc(100% + 20px);
    }

    /* speed */
    .speed {
        padding: 50px 0 40px 0;
    }

    .speed_bg {
        left: calc(50% - 320px);
        width: 640px;
    }

    .speed_bg img {
        top: -1vw;
    }

    .contents[data-lang="en"] .speed_bg img {
        top: -1vw;
    }

    .contents[data-lang="jp"] .speed_bg img,
    .contents[data-lang="ko"] .speed_bg img,
    .contents[data-lang="tw"] .speed_bg img {
        top: -3vw;
    }

    .speed_inner {
        width: calc(100% - 60px);
    }

    .speed_inner_box_title {
        margin: 0 0 min(175px, 46.67vw) 0;
    }

    .speed_inner_box_title .mainTitle01_text {
        margin: 0;
    }

    .speed_inner_box_title:first-child .mainTitle01_text {
        margin: 20px 0 0 0;
    }

    .contents[data-lang="en"] .speed_inner_box_title:last-child .mainTitle01_text {
        max-width: none;
    }

    .speed_inner_box_sheet {
        max-width: 300px;
        padding: 5px;
        border-radius: 10px;
    }

    .speed_inner_box_sheet_main,
    .speed_inner_box_sheet_main::after {
        border-radius: 8px;
    }

    .speed_inner_box_sheet_main_title {
        padding: 7px;
        font-size: 12px;
    }

    .speed_inner_box_sheet_main_list {
        padding: 8px 20px 10px 20px;
    }

    .speed_inner_box_sheet_main_list_item {
        padding: 0 0 0 16px;
        font-size: 12px;
    }

    .speed_inner_box_sheet_main_list_item::before {
        width: 9px;
        height: 12px;
    }

    /* ultra */
    .c-productArea[data-style="ultra"] {
        padding: 50px 0;
        min-height: 866px;
    }

    .c-productArea[data-style="ultra"] .c-productArea_bg {
        top: -5px;
        left: calc(50% - 320px);
    }

    .c-productArea[data-style="ultra"] .mainTitle01_note br.mb-hide {
        display: none;
    }

    .contents[data-lang="sc"] .c-productArea[data-style="ultra"] .mainTitle01_note {
        width: 100%;
    }

    .contents[data-lang="en"] .c-productArea[data-style="ultra"] .mainTitle01_text {
        max-width: none;
    }

    .contents[data-lang="en"] .c-productArea[data-style="ultra"] .mainTitle01_note {
        width: calc(100% + 10px);
    }

    .contents[data-lang="jp"] .c-productArea[data-style="ultra"] .mainTitle01_text {
        width: 100%;
    }

    .contents[data-lang="ko"] .c-productArea[data-style="ultra"] .mainTitle01_note {
        width: 100%;
    }

    /* power */
    .c-productArea[data-style="power"] {
        min-height: 589px;
        padding: 50px 0 0 0;
    }

    .c-productArea[data-style="power"] .c-productArea_bg {
        left: calc(50% - 320px);
    }

    .c-productArea[data-style="power"] .c-productArea_inner_content {
        max-width: none;
    }

    /* 商品規格 */
    .specTable {
        padding: 70px 0 20px 0;
    }
}


@media all and (max-width:374px) {

    /* features */
    .contents[data-lang="en"] .features article li {
        width: calc(50% - 30px);
        margin: 0 15px 30px 15px;
    }

    .features li p {
        left: 0;
        width: 100%;
    }

    .features li p br {
        display: none;
    }

    .contents[data-lang="ko"] .features article li:nth-child(3) p,
    .contents[data-lang="ko"] .features article li:nth-child(4) p {
        left: 0;
        width: 100%;
    }

    .contents[data-lang="ko"] .features article li p br {
        display: none;
    }

    /* speed */
    .contents[data-lang="en"] .speed_bg img {
        top: -12vw;
    }
}