﻿/* common */
.mainTitle03_main {
    line-height: 1.4;
}

.specTable .specifications table th,
.specTable .ordering_info table th {
    text-transform: none;
}

/* banner */
.banner {
    position: relative;
    display: block;
    width: 100%;
    height: 900px;
    background: #000;
    overflow: hidden;
    z-index: 0;
}

/* .banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 75%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 63%);
    opacity: .16;
} */

.banner_bg {
    position: absolute;
    top: 0;
    left: max(0px, calc(50% - 960px));
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: min(1920px, 100%);
    height: 100%;
    overflow: hidden;
}

.banner_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .15) 30%, rgba(0, 0, 0, 0) 100%);
}

.banner_bg img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_content {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    margin: 95px auto 0 auto;
    z-index: 20;
}

.banner_content_logo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 476.5px;
    margin: 0 auto 25px auto;
    text-align: center;
}

.banner_content_logo img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.banner_content_sub {
    position: relative;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
}

.banner_content_slogan {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px auto 0 auto;
}

.banner_content_slogan_item {
    position: relative;
    display: block;
    width: 100%;
    font-size: 35px;
    line-height: 1.35;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
}

.banner_content_slogan_item {
    font-size: 32px;
}

.banner_content_text {
    display: block;
    width: 100%;
    margin: 15px auto 0 auto;
    font-size: 20px;
    line-height: 1.5;
    color: #dfdfdf;
    font-family: inherit;
    text-align: center;
}

.banner_product {
    position: relative;
    /* bottom: 10%;
    left: max(10%, calc(50% - 300px)); */
    display: block;
    width: 80%;
    max-width: 600px;
    margin: 100px auto 0 auto;
}

.banner_product img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* key */
.key {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0 80px 0;
    background: #000;
    z-index: 0;
    overflow: hidden;
}

.key_bg {
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 1920px;
    height: 100%;
}

.key_bg::before,
.key_bg::after {
    content: '';
    position: absolute;
    top: 0;
    display: none;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, #000 5%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 10;
}

.key_bg::before {
    left: 0;
}

.key_bg::after {
    right: 0;
    transform: scaleX(-1);
}

.key_bg img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

.key_bg .pad,
.key_bg .mb {
    display: none;
}

.key_inner {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    z-index: 30;
}

.key_inner_feature {
    display: block;
    width: 100%;
    max-width: 765px;
    margin: 0 0 145px 0;
}

.key_inner_feature:last-child {
    margin: 0;
}

.key_inner_feature_title {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 28.8px;
    line-height: 1.45;
    color: inherit;
    font-family: 'Anton', 'Noto Sans';
    font-weight: 400;
    text-align: justify;
}

.contents[data-lang="en"] .key_inner_feature_title {
    text-align: left;
}

.key_inner_feature_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.key_inner_feature_box_item {
    display: block;
    width: 130px;
    margin: 0 10px 10px 10px;
}

.key_inner_feature_box_item_icon {
    display: block;
    width: 82px;
    height: auto;
    margin: 0 auto;
}

.key_inner_feature_box_item_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.key_inner_feature_box_item_text {
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
    color: inherit;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
}

.key_inner_slc {
    display: block;
    width: 100%;
    max-width: 615px;
}

.key_inner_slc_title {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 28.8px;
    line-height: 1.45;
    color: inherit;
    font-family: 'Anton', 'Noto Sans';
    font-weight: 400;
    text-align: justify;
}

.contents[data-lang="en"] .key_inner_slc_title {
    text-align: left;
}

.key_inner_slc_content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.key_inner_slc_content_icon {
    display: block;
    width: 68px;
    margin: 0 20px 0 0;
    flex: 0 0 auto;
}

.key_inner_slc_content_icon img {
    display: block;
    width: 100%;
    height: auto;
}

.key_inner_slc_content_text {
    display: block;
    width: 100%;
    font-size: 14.4px;
    line-height: 1.6;
    color: inherit;
    font-family: inherit;
    text-align: justify;
}

.contents[data-lang="en"] .key_inner_slc_content_text,
.contents[data-lang="ko"] .key_inner_slc_content_text {
    text-align: left;
}

.key_product {
    position: absolute;
    top: 50%;
    left: 40%;
    display: block;
    width: 1500px;
    transform: translateY(-50%);
    z-index: 20;
}

.key_product img {
    display: block;
    width: 100%;
    height: auto;
}

.key_productMb {
    display: none;
    position: absolute;
    transform: translateY(-50%);
    z-index: 20;
}

.key_productMb__item {
    display: block;
    width: 70%;
}

.key_productMb__item:nth-child(odd) {
    margin: 0 0 0 auto;
}

.key_productMb[data-style="2"] .key_productMb__item:nth-child(odd) {
    margin: 0 0 70px auto;
}

.key_productMb__item img {
    display: block;
    width: 100%;
    height: auto;
}

/* protection */
.protection {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
    background: #003463;
    z-index: 0;
    overflow: hidden;
}

.protection_bg {
    position: absolute;
    top: 0;
    left: min(0px, calc(50% - 1020px));
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    min-width: 2040px;
    height: 100%;
}

.protection_bg::before,
.protection_bg::after {
    content: '';
    position: absolute;
    top: 0;
    display: none;
    width: 300px;
    height: 100%;
    background: linear-gradient(to right, #000 5%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 10;
}

.protection_bg::before {
    left: 0;
}

.protection_bg::after {
    right: 0;
    transform: scaleX(-1);
}

.protection_bg img {
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

.protection_bg .pad,
.protection_bg .mb {
    display: none;
}

.protection_inner {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: 0 auto;
}

.protection_inner_content {
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
}

.protection_inner_content_item {
    display: block;
    width: 100%;
    margin: 0 0 100px 0;
}

.protection_inner_content_item:last-child {
    margin: 0;
}

.protection_inner_content_item_title {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 1.45;
    color: inherit;
    font-family: 'Anton', 'Noto Sans';
    font-weight: 400;
}

.protection_inner_content_item_text {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    font-size: 14.4px;
    line-height: 1.6;
    color: inherit;
    font-family: inherit;
}

.protection_product {
    position: absolute;
    top: 50%;
    right: max(560px, 56%);
    display: block;
    width: auto;
    height: 345px;
    transform: translateY(-50%);
    z-index: 20;
}

.protection_product img {
    display: block;
    width: auto;
    height: 100%;
}

/* smarty */
.smarty {
    display: block;
    width: 100%;
    padding: 80px 0;
    background: #fff;
    overflow: hidden;
}

.smarty_inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: 0 auto;
}

.smarty_inner_item {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 15px);
}

.smarty_inner_item_pic {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    margin: 0 15px 0 0;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
}

.smarty_inner_item_pic img {
    display: block;
    width: 100%;
    height: auto;
}

.smarty_inner_item_content {
    display: block;
    width: 100%;
    text-align: left;
    flex: 0 1 auto;
}

.contents[data-lang="en"] .smarty_inner_item_content {
    text-align: left;
}

.smarty_inner_item_content_title {
    display: block;
    width: 100%;
    font-size: 25.6px;
    line-height: 1.2;
    color: #000;
    font-family: inherit;
    font-weight: 700;
}

.contents[data-lang="en"] .smarty_inner_item_content_title {
    font-family: 'Anton', 'Noto Sans';
    font-weight: 400;
}

.smarty_inner_item_content_text {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-family: inherit;
    font-weight: 300;
}

/* includes */
.includes {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.includes_top {
    position: relative;
    display: block;
    width: 100%;
    padding: 130px 0 350px 0;
    overflow: hidden;
}

.includes_top_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.includes_top_bg img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.includes_top_content {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 690px;
    margin: 0 auto;
}

.includes_top_content_title {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.includes_top_content_title .mainTitle03_main {
    color: #fff;
}

.includes_top_content_text {
    position: relative;
    display: block;
    width: 100%;
    margin: 35px auto 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(207, 210, 211, .8);
    font-family: inherit;
    text-align: center;
}

.includes_center {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    max-width: 580px;
    margin: -210px auto -158px auto;
    overflow: hidden;
    z-index: 10;
}

.includes_center img {
    display: block;
    width: 100%;
    height: auto;
}

.includes_bottom {
    position: relative;
    display: block;
    width: 100%;
    padding: 335px 0 145px 0;
    background: #fff;
    overflow: hidden;
}

.includes_bottom_content {
    position: relative;
    display: block;
    width: calc(100% - 120px);
    margin: 0 auto;
}

.includes_bottom_content_title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 42px;
    line-height: 1.2;
    color: #111;
    font-family: 'Anton';
    font-weight: normal;
}

[data-lang="sc"] .includes_bottom_content_title {
    font-family: 'Noto Sans SC';
    font-weight: 700;
}

[data-lang="jp"] .includes_bottom_content_title {
    font-family: 'Noto Sans JP';
    font-weight: 700;
}

[data-lang="ko"] .includes_bottom_content_title {
    font-family: 'Noto Sans KR';
    font-weight: 700;
}

[data-lang="tw"] .includes_bottom_content_title {
    font-family: 'Noto Sans TC';
    font-weight: 700;
}

.includes_bottom_content_text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 595px;
    margin: 30px auto 40px auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #505050;
}

.includes_bottom_icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: center;
    justify-content: center;
    width: calc(100% - 120px);
    margin: 40px auto 0 auto;
}

.includes_bottom_icon_item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin: 2.5px;
    border-radius: 50%;
    background: #e9e8e4;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.includes_bottom_icon_item img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* 商品規格 */
.specTable {
    padding: 115px 0 100px 0;
}

@media all and (min-width:1921px) {

    .key_bg::before,
    .key_bg::after {
        display: block;
    }
}

@media all and (max-width:1200px) {
    article {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%
    }

    /* banner */
    .banner_content {
        width: calc(100% - 60px);
    }

    /* key */
    .key_inner_feature_box_item {
        margin: 0 2.5px 10px 2.5px;
    }

    /* includes */
    .includes_bottom_content_title {
        font-size: 36px;
    }

    .includes_top_content_text,
    .includes_bottom_content_text {
        font-size: 16px;
    }
}

@media all and (max-width:990px) {

    /* 商品規格 */
    .specTable {
        padding: 85px 0 60px 0;
    }
}

@media all and (max-width:812px) {

    /* banner */
    .banner {
        height: 91.2em;
    }

    .banner_content {
        margin: 100px auto 0 auto;
    }

    .banner_content_logo {
        margin: 0 auto 10px auto;
    }

    /* .banner_content_logo {
        max-width: 600px;
    } */
    .banner_content_slogan {
        margin: 30px auto 0 auto;
    }

    .banner_content_text {
        margin: 10px auto 0 auto;
    }

    .banner_product {
        max-width: 580px;
        margin: 90px auto 0 auto;
    }

    /* key */
    .key {
        padding: 140px 0;
    }

    .key_bg::before,
    .key_bg::after {
        display: none;
    }

    .key_inner {
        width: calc(100% - 100px);
    }

    .key_inner_feature {
        max-width: 510px;
        margin: 0 0 80px 0;
    }

    .key_inner_feature_box {
        margin: 0 0 0 -40px;
    }

    .key_inner_feature_box_item {
        width: 150px;
        margin: 0 10px 50px 10px;
    }

    .key_inner_slc {
        max-width: 425px;
    }

    #container .contents[data-lang="jp"] .key_inner_slc_title br {
        display: none;
    }

    #container .contents[data-lang="sc"] .key_inner_slc_content_text br,
    #container .contents[data-lang="jp"] .key_inner_slc_content_text br,
    #container .contents[data-lang="ko"] .key_inner_slc_content_text br {
        display: none;
    }

    #container .contents[data-lang="tw"] .key_inner_slc_content_text br {
        display: none;
    }

    .key_product {
        top: 66%;
        left: -19%;
        width: 1800px;
    }

    /* protection */
    .protection {
        padding: 50px 0;
    }

    .protection_bg::before,
    .protection_bg::after {
        display: none;
    }

    .protection_inner {
        width: calc(100% - 100px);
    }

    .protection_inner_content_item {
        margin: 0 0 50px 0;
    }

    .protection_inner_content_item_text {
        margin: 20px 0 0 0;
    }

    .protection_product {
        position: relative;
        top: 0;
        right: auto;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-items: flex-end;
        justify-content: flex-end;
        height: 275px;
        margin: 60px 100px 0 0;
        transform: none;
    }

    /* smarty */
    .smarty_inner {
        display: block;
        width: calc(100% - 100px);
    }

    .smarty_inner_item {
        width: 100%;
        margin: 0 0 80px 0;
    }

    .smarty_inner_item:last-child {
        margin: 0;
    }

    /* includes */
    .includes_top_content {
        width: calc(100% - 60px);
    }

    .includes_center {
        width: calc(100% - 60px);
    }

    .includes_bottom_content {
        width: calc(100% - 60px);
    }

    .includes_bottom_icon {
        width: calc(100% - 60px);
    }

}

@media all and (max-width:640px) {

    /* banner */
    .banner {
        height: 100em;
        max-height: 470px;
    }

    .banner_content {
        width: calc(100% - 40px);
        margin: 55px auto 0 auto;
    }

    .banner_content_logo {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }

    .banner_content_sub {
        /* font-size: 13px; */
        font-size: 12.6px;
    }

    .banner_content_slogan {
        margin: 15px auto 0 auto;
    }

    .banner_content_slogan_item {
        /* font-size: 18px; */
        font-size: 21px;
    }

    .banner_content_text {
        margin: 5px auto 0 auto;
        font-size: 12.6px;
    }

    #container .contents[data-lang="jp"] .banner_content_text br,
    #container .contents[data-lang="tw"] .banner_content_text br {
        display: none;
    }

    .banner_product {
        margin: 45px auto 0 auto;
    }

    /* key */
    .key {
        /* padding: 75px 0; */
        padding: 50px 0 120px 0;
    }

    .key_inner {
        width: calc(100% - 40px);
    }

    .key_inner_feature {
        max-width: 450px;
        margin: 0 0 80px 0;
    }

    .key_inner_feature_title {
        margin: 0 0 10px 0;
        font-size: 16.8px;
    }

    .key_inner_feature_box {
        width: calc(100% + 80px);
        margin: 0 0 0 -40px;
    }

    .key_inner_feature_box_item {
        width: 130px;
        margin: 0 2.5px 25px 2.5px;
    }

    .key_inner_feature_box_item_icon {
        width: 60px;
    }

    .key_inner_feature_box_item_text {
        font-size: 12px;
    }

    .key_inner_slc {
        max-width: 425px;
    }

    .key_inner_slc_title {
        margin: 0 0 10px 0;
        font-size: 16.8px;
    }

    #container .contents[data-lang="jp"] .key_inner_slc_title br {
        display: block;
    }

    .key_inner_slc_content_icon {
        width: 35.7px;
    }

    .key_inner_slc_content_text {
        font-size: 12px;
    }

    .key_inner_slc_content_text .c-inlineBlock {
        display: inline;
    }

    #container .contents[data-lang="tw"] .key_inner_slc_content_text br {
        display: block;
    }

    .key_product {
        top: 73%;
        left: max(-22px, min(12.5px, calc(100% - 575px)));
        width: 900px;
    }

    .key_productMb~.key_product {
        display: none;
    }

    .key_productMb {
        top: 73%;
        left: max(-10px, min(100.5px, calc(100% - 525px)));
        display: block;
        width: 800px;
    }

    .key_productMb[data-style="2"] {
        top: 74%;
        left: max(10px, min(175.5px, calc(100% - 510px)));
        width: 600px;
    }

    .key_productMb[data-style="2"] .key_productMb__item:nth-child(even) {
        margin: 0 0 0 40px;
    }

    /* protection */
    .protection {
        padding: 30px 0;
    }

    .protection_inner {
        width: calc(100% - 40px);
    }

    .protection_inner_content_item {
        margin: 0 0 30px 0;
    }

    .protection_inner_content_item_title {
        font-size: 16.8px;
    }

    .protection_inner_content_item_text {
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    .protection_inner_content_item_text br {
        display: none;
    }

    .protection_product {
        height: 185px;
        margin: 50px 55px 0 0;
    }

    /* smarty */
    .smarty {
        padding: 60px 0;
    }

    .smarty_inner {
        width: calc(100% - 40px);
    }

    .smarty_inner_item {
        width: 100%;
        margin: 0 0 60px 0;
    }

    .smarty_inner_item_pic {
        width: 100px;
        height: 100px;
    }

    .smarty_inner_item_content_title {
        font-size: 16.8px;
    }

    .smarty_inner_item_content_text {
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    .smarty_inner_item_content_text .c-inlineBlock {
        display: inline;
    }

    .smarty_inner_item_content_text br {
        display: none;
    }

    /* includes */
    .includes_top {
        padding: 80px 0 180px 0;
    }

    .includes_top_content {
        width: calc(100% - 40px);
    }

    .includes_top_content_text {
        margin: 20px auto 0 auto;
        font-size: 12px;
    }

    .includes_center {
        width: calc(100% - 40px);
        max-width: 340px;
        margin: -120px auto -90px auto;
    }

    .includes_bottom {
        padding: 220px 0 80px 0;
    }

    .includes_bottom_content {
        width: calc(100% - 40px);
    }

    .includes_bottom_content_title {
        font-size: 26px;
    }

    .includes_bottom_content_text {
        margin: 15px 0 40px 0;
        font-size: 12px;
    }

    .includes_bottom_icon {
        width: calc(100% - 40px);
    }

    .includes_bottom_icon_item {
        width: 50px;
        height: 50px;
    }

    /* 商品規格 */
    .specTable {
        padding: 70px 0 20px 0;
    }
}

@media all and (max-width:430px) {
    #container .contents[data-lang="tw"] .key_inner_slc_content_text br {
        display: none;
    }
}

@media all and (max-width:375px) {

    #container .contents[data-lang="ko"] .key_inner_slc_content_text br,
    #container .contents[data-lang="jp"] .key_inner_slc_content_text br {
        display: none;
    }
}

@media all and (max-width:330px) {
    #container .contents[data-lang="jp"] .key_inner_slc_title br {
        display: none;
    }
}