:root {
    --test: 8px;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #3E3A39;
}
img {
    max-width: 100%;
}
.title._head {
    font-size: 75px;
}
.sub-title._head {
    font-size: 25px;
}
@media (max-width: 991px) {
    .title._head {
        font-size: 45px;
    }
    .sub-title._head {
        font-size: 15px;
    }
}
.sk-text-black {
    color: #3E3A39;
}
.sk-text-primary {
    color: #A48B78
}
.sk-bg-primary {
    background-color: #A48B78;
}
.sk-bg-black {
    background-color: #3E3A39;
}
.sk-text-small {
    font-size: 6px;
}
.owl-nav.disabled {
    display: none;
}
/* banner */
.p-banner .top-left, .p-banner .top-right {
    height: 100vh;
    overflow: hidden;
    background: #fff;
    width: 50%;
}
.p-banner .top-left::before, .p-banner .top-right::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0px;
    /* height of top-left */
    border-top: 100vh solid #d2d2d2;
    /* width of top-left */
    border-right: calc(50vw - var(--test)) solid;
}
.p-banner .top-left::before {
    border-right-color: #F5F5F5;
}
.p-banner .top-right::before {
    border-right-color: #F9F8F7;
}
.p-banner .top-right::before {
    border-top: 100vh solid #a48b7833;
}
@media (max-width: 767px) {
    .p-banner .top-left, .p-banner .top-right {
        height: 550px;
    }
    .p-banner .top-left::before, .p-banner .top-right::before {
        border-top: 550px solid #d2d2d2;
    }
    .p-banner .top-right::before {
        border-top: 550px solid #a48b7833;
    }
}
.p-banner .description {
    position: absolute;
    z-index: -1;
    /* top: 20%; */
    font-size: 16px;
    border: 1px dotted #A08C7A;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}
.p-banner .top-left .description {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-46%, -150%);
}
.p-banner .top-right .description {
    right: -28%;
    top: 50%;
    transform: translateY(-150%);
}
.p-banner .main-img ._main ._content {
    position: relative;
    margin: 0 auto;
    height: 100%;
}
@media (max-width: 992px) {
    .p-banner .main-img ._main ._content {
        position: unset;
    }
    .p-banner .top-left .description {
        left: 10px;
        top: 40%;
        transform: translateY(-150%);
    }
    .p-banner .top-right .description {
        right: 10px;
        top: 40%;
        transform: translateY(-150%);
    }
}
@media (max-width: 991px) {
    .p-banner .description {
        font-size: 13px;
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 575px) {
    .p-banner .top-left .description, .p-banner .top-right .description {
        left: 70%;
        top: -60px;
        transform: translateX(-50%);
    }
}
.p-banner .main-img {
    position: absolute;
    height: 68%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.p-banner .main-img ._main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.p-banner .top-left .main-img ._main {
    height: 100%;
}
.p-banner .top-right .main-img {
    display: flex;
    align-items: center;
}
.p-banner .main-img img {
    max-height: 100%;
}
.p-banner .sub-img {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}
.p-banner .sub-img ._sub {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.p-banner .sub-img ._img {
    max-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-banner .top-left ._note {
    color: #999796;
}
.p-banner .top-right ._note {
    color: #BEAC9E;
}

.p-banner .top-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-banner .bottom-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-banner .bottom-content .txt {
    font-size: 8px;
}
.p-banner .top-content .hightlight {
    font-size: 26px;
}
@media (min-width: 1451px) and (max-width: 1650px) {
    .p-banner ._main, .p-banner .top-content ._content {
        transform: scale(0.9);
    }
}
@media (min-width: 1300px) and (max-width: 1450px) {
    .p-banner ._main, .p-banner .top-content ._content {
        transform: scale(0.8);
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .p-banner ._main, .p-banner .top-content ._content {
        transform: scale(0.75);
    }
}
@media (max-width: 1199px) {
    .p-banner .top-content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        margin-top: 25px;
    }
    .p-banner .bottom-content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .p-banner .top-left ._note, .p-banner .top-right ._note {
        font-size: 12px;
    }
    .top-content span {
        font-size: 11px;
    }
    .top-content .sk-text-small {
        font-size: 5px;
    }
    .p-banner .top-content .hightlight {
        font-size: 18px;
    }
    .p-banner .top-content img {
        max-width: 240px;
    }
}

/* message */
.p-message .sub-title {
    padding-top: 157px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 15px;
    color: #999796;
}
.p-message .title {
    font-size: 55px;
}
.p-message .note {
    font-size: 18px;
    line-height: 52px;
    padding-top: 38px;
    padding-bottom: 57px;
}
.p-message .video {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
}
.p-message .video .iframe {
    width: 100%;
    padding-bottom: 56.28%;
    height: 0;
}
.p-message .video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
@media (max-width: 1199px) {
    .p-message .sub-title {
        padding-top: 90px;
    }
}
@media (max-width: 991px) {
    
    .p-message .title {
        font-size: 26px;
    }
    .p-message ._img {
        max-width: 170px;
        margin: 0 auto;
    }
    .p-message .note {
        font-size: 15px;
        line-height: 28px;
    }
}
/* feature */
.p-feature {
    background-image: url(images/Mask_Group_5.png);
    background-size: cover;
    background-position: top;
}
.p-feature .title {
    padding-top: 277px;
    text-align: center;
}
.p-feature .sub-title {
    padding-bottom: 136px;
    text-align: center;
}
.p-feature .item {
    max-width: 1186px;
    margin: 0 auto 90px;
}
.p-feature .item img {
    max-width: 100%;
}
.p-feature .item .name {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.p-feature .item .name-en {
    font-size: 60px;
    font-family: manrope;
    font-weight: bold;
}
.p-feature .item.item2 .name-en{
    color: #AF9B96;
}
.p-feature .item .effects {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.p-feature .item ._effect {
    border: 1px dotted #EAD2C0;
    margin-right: 10px;
    width: 218px;
    height: 218px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #EAD2C0;
}
.p-feature .item ._effect span {
    font-size: 18px;
}
.p-feature .item .description {
    line-height: 28px;
    color: #fff;
}
.p-feature .item .option {
    margin: 40px 0px;
}
.p-feature .item .option ._item {
    margin-right: 30px;
}
.p-feature .item .capacity {
    border: 1px solid #fff;
    padding: 4px 11px;
    font-size: 11px;
    border-radius: 6px;
    margin-right: 20px;
}
.p-feature .item .price {
    font-size: 28px;
}
.p-feature .item .sk-btn {
    margin-bottom: 20px;
}
.p-feature .item .sk-btn:first-child {
    margin-right: 68px;
}
@media (max-width: 991px) {
    .p-feature .title {
        padding-top: 150px;
    }
    .p-feature .sub-title {
        padding-bottom: 20px;
    }
    .p-feature .item {
        margin-bottom: 65px;
    }
    .p-feature .item .name, .p-feature .item .name-en, .p-feature .item .img  {
        text-align: center;
    }
    .p-feature .item .name {
        font-size: 17px;
    }
    .p-feature .item .name-en {
        font-size: 42px;
    }
    .p-feature .item .effects {
        justify-content: center;
    }
    .p-feature .item ._effect {
        width: 151px;
        height: 151px;
        font-size: 17px;
    }
    .p-feature .item ._effect span {
        font-size: 12px;
    }
    .p-feature .item .description {
        font-size: 15px;
    }
    .p-feature .item .capacity {
        font-size: 7px;
        margin-right: 3px;
    }
    .p-feature .item .price {
        font-size: 17px;
    }
    .p-feature .item .option ._item {
        margin-right: unset;
    }
    .p-feature .item .option {
        justify-content: space-evenly;
    }
    .p-feature .item .action {
        text-align: center;
    }
    .p-feature .item .action .sk-btn:first-child {
        margin-right: 50px;
    }
}
@media (max-width: 767px) {
    .p-feature .item .action .sk-btn:first-child {
        margin-right: 0;
    }
}

.p-feature .background-letter.outer {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-100%);
    font-size: 13vw;
    opacity: 0.03;
}
  
.p-feature .background-letter .inner {
    position: absolute;
    bottom: 100%;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform-origin: 0 100%;
    white-space: nowrap;
}
.p-feature .background-letter .inner .rotate {
    transform: translateX(-50%);
}
.p-feature .background-letter .inner ul { list-style: none; padding: 0; margin: 0; white-space: nowrap; }
.p-feature .background-letter .inner .text {
    line-height: 0.7;
}
@media (max-width: 991px) {
    .p-feature .background-letter.outer {
        display: none;
    }
    .p-voice .background-letter {
        display: none;
    }
}
/* concept */
.p-concept {
    background: url(images/bg_concept.png);
    background-color: #3E3A39;
    padding: 125px 0px;
    background-position: bottom;
    overflow: hidden;
}
.content-area {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.p-concept .content {
    margin-top: 75px;
    margin-bottom: 27px;
}
.p-concept .content ._title {
    font-size: 55px;
}
.p-concept .content ._sub-title {
    font-size: 21px;
}
.p-concept .description {
    font-size: 18px;
    color: #A48B78;
    line-height: 52px;
}
.background-letter.bg-letter-horizon {
    position: absolute;
    font-size: 75px;
    line-height: 0.7;
    transform: translate(10px, 10px);
    opacity: 0.03;
}
.p-concept .background-letter {
    bottom: 0;
    right: 0;
}
@media (max-width: 991px) {
    .p-concept {
        padding-top: 50px;
        padding-bottom: 345px;
    }
    .p-concept .content {
        margin-top: 34px;
        margin-bottom: 19px;
    }
    .p-concept .content ._title {
        font-size: 37px;
    }
    .p-concept .content ._sub-title {
        font-size: 17px;
    }
    .p-concept .description {
        font-size: 15px;
        line-height: 28px;
    }
}
/* point */
.p-point {
    background: url(images/bg_point.png);
    background-position: center;
    background-size: cover;
}
.p-point ._bg {
    background-color: rgb(237 232 228 / 92%);
    padding-top: 138px;
    padding-bottom: 40px;
}
.p-point .sub-title {
    padding-bottom: 45px;
}
.p-point .item {
    text-align: center;
    padding: 10% 16%;
    background-color: #fff;
    margin-bottom: 16px;
    height: calc(100% - 16px);
}
.p-point .item._sp {
    padding: 20px;
}
.p-point .item._sp .col_1 {
    width: 80px;
    max-width: 80px;
    margin: 0;
}
.p-point .item._sp .col_2 {
    margin: 0;
    margin-left: 17px;
}
.p-point .item._sp .item-title {
    font-size: 20px;
}
.p-point .item._sp .img {
    height: 80px;
    padding: 20px;
}
.p-point .item ._point {
    font-size: 11px;
}
.p-point .item ._index {
    font-size: 18px;
}
.p-point .item .img {
    width: 123px;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDE8E4;
    border-radius: 50%;
    margin: 14px auto 18px;
}
.p-point .item .item-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.p-point .item .item-description {
    font-size: 15px;
    color: #817B7A;
    text-align: left;
}
@media (max-width: 991px) {
    .p-point ._bg {
        padding-top: 35px;
        padding-bottom: 25px;
    }
}
/* voice */
.p-voice {
    padding-top: 148px;
}
.p-voice .message {
    font-size: 55px;
    line-height: 70px;
    margin: 82px 0px 28px;
}
.p-voice .sk-btn {
    padding: 14px 34px;
    font-size: 15px;
    min-width: unset;
    margin-bottom: 15px;
}
.p-voice .item {
    background: rgb(62 58 57 / 7%);
}
.p-voice .item.voice-item-2 {
    background: rgb(164 139 120 / 7%);
}
.p-voice .product-item {
    height: 47px;
    position: relative;
}
.p-voice .product-item img {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 34px !important;
}
.p-voice .review {
    position: relative;
    padding: 0 47px 47px;
}
.p-voice .avatar {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.p-voice .avatar img {
    height: 100%;
    max-width: unset;
    width: unset !important;
}
.p-voice .name {
    text-align: center;
    font-size: 12px;
    color: #817B7A;
    margin: 12px 0px 15px;
}
.p-voice .content ._title {
    font-size: 20px;
    font-weight: bold;
}
.p-voice .content ._description {
    font-size: 15px;
    margin-top: 10px;
    color: #817B7A;
}
.p-voice .product-items {
    padding-top: 125px;
    padding-bottom: 94px;
    max-width: 1186px;
    width: 100%;
    margin: 0 auto;
}
.p-voice .product-items .item-title {
    font-size: 25px;
}
.p-voice .product-items .item-name {
    font-size: 60px;
    line-height: 80px;
}
.p-voice .product-items .img {
    padding-top: 100%;
    margin-bottom: 24px;
}
.p-voice .product-items ._img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}
.p-voice .product-items ._img img {
    max-height: 100%;
}
.p-voice .product-items .capacity {
    padding: 3px 12px;
    border: 1px solid #3E3A39;
    font-size: 13px;
    margin-right: 15px;
    border-radius: 3px;
}
.p-voice .product-items .price {
    font-size: 28px;
}
.p-voice .product-items .action {
    margin-top: 24px;
}
.p-voice .product-items .action .sk-btn {
    width: 205px;
    font-size: 19px;
}
.p-voice .product-items .action .sk-btn:first-child {
    margin-right: 30px;
}
.p-banner2 {
    margin-top: 115px;
}
@media (max-width: 991px) {
    .p-voice {
        padding-top: 50px;
    }
    .p-voice .message {
        font-size: 24px;
        line-height: 1.5;
        margin: 33px 0px 20px;
    }
    .p-voice .review {
        padding: 025px 25px;
    }
    .p-voice .content ._title {
        font-size: 15px;
    }
    .p-voice .content ._description {
        font-size: 12px;
    }
    .p-voice .product-item {
        height: 25px;
    }
    .p-voice .product-item img {
        width: 22px;
    }
    .p-voice .product-items {
        padding-top: 60px;
    }
    .p-voice .product-items .img {
        margin-bottom: 15px;
    }
    .p-voice .product-items .action {
        margin-top: 10px;
    }
    .p-voice .product-items .item-title {
        font-size: 10px;
    }
    .p-voice .product-items .item-name {
        font-size: 24px;
        line-height: 1.5;
    }
    .p-voice .product-items .capacity {
        font-size: 10px;
        margin-right: 10px;
        padding: 2px 6px;
    }
    .p-voice .product-items .price {
        font-size: 17px;
    }
    .p-voice .product-items .action .sk-btn:first-child {
        margin-right: unset;
    }
    .p-voice .product-items .action .sk-btn {
        font-size: 13px;
        width: 122px;
        padding: 9px;
    }
    .p-banner2 {
        margin-top: 52px;
    }
}
@media (max-width: 380px) {
    .p-voice .product-items .col-6:nth-child(1) {
        padding-right: 5px;
    }
    .p-voice .product-items .col-6:nth-child(2) {
        padding-left: 5px;
    }
}

.p-voice .owl-carousel .owl-stage{display: flex;}
.p-voice .voice-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.p-voice .voice-item .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.p-voice .background-letter {
    top: 0;
    right: 0;
    opacity: 0.07;
}
