@charset "utf-8";

/*==================================================
---COMMON
====================================================*/
body {
    line-height: 28px;
    animation-duration: 1.8s;
    overflow: auto;
    position: relative;
    z-index: -2;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
    color: #2F2C28;
    word-wrap: break-word;
    font-weight: 500;
    font-style: normal;
    animation-name: opacity;
    min-width: 1164px;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-optical-sizing: auto;
}

body a {
    color: #2F2C28;
    display: block;
}

img {
    -webkit-backface-visibility: hidden;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

.titleFont {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}







@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.spheader {
    display: none;
}

@keyframes befobtn {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(38px);
        opacity: 0;
    }
}

@keyframes afterbtn {
    0% {
        transform: translateX(-38px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.pcHeader {
    position: absolute;
    top: 65px;
    padding: 0 63px;
    width: 100%;
    box-sizing: border-box;
    transition: .4s;
    /*      opacity: 0;*/
    z-index: 2;
    /*    animation: headerINBox 1s forwards 7.8s;*/
}


@keyframes headerINBox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}








#hero.scrollin .sameFadehero01 {
    opacity: 1;
    transform: translate(0);
}

.sameFade {
    opacity: 0;
    transform: translate(0, 1px);
    transition: 1.4s cubic-bezier(0.36, 0.14, 0, 1) 0s;
}

.sameFade.scrollin {
    opacity: 1;
    transform: translate(0);
}

.sameFade2 {
    opacity: 0.5;
    transform: translate(0, 20px);
    transition: 4s cubic-bezier(0.36, 0.14, 0, 1);
}

.sameFade2.scrollin {
    opacity: 1;
    transform: translate(0);
}

.rightFade {
    opacity: 0;
    transform: translate(20px, 0);
    transition: 4s cubic-bezier(0.76, 0, 0.24, 1);
}

.rightFade.scrollin {
    opacity: 1;
    transform: translate(0);
}

.heroWrap .swiper-pagination {
    z-index: 2 !important;
}

.fadezoom {
    overflow: hidden;
}

.fadezoom img {
    transform: scale(1.06);
    transition: 2s;
    opacity: 0;
}

.fadezoom.scrollin img {
    animation: fadeopa 2s cubic-bezier(0.36, 0.14, 0, 1) forwards;
    transform: scale(1);
}

@keyframes fadeopa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadezoomN {
    overflow: hidden;
}

.fadezoomN img {
    transform: scale(1.08);
    transition: 1.4s;
    opacity: 0;
}


.open {
    overflow: hidden;
}

.openingBox {
    height: var(--viewport-height);
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9998;
    animation: fadeOutBox 1.6s cubic-bezier(0.36, 0.14, 0, 1) forwards 10.8s;
}

body.opni {
    overflow: hidden;
    /* スクロールを止めたいときに */
}

body.opni.single,
body.opni.archive,
body.opni.page {
    overflow: auto;
}

.openingBox::after {
    content: "";
    position: absolute;
    backdrop-filter: blur(22px);
    background: #00a4ff14;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

@keyframes fadeOutBox {
    0% {
        opacity: 1;
        z-index: 9998;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}


.openingBox .video {
    height: var(--viewport-height);
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.openingBox .textBox {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.openingBox .textBox p {
    position: absolute;
    text-align: center;
    opacity: 0;
    animation: fadeInOut 9.6s forwards;
    left: 0;
    right: 0;
    font-weight: 400;
}

.openingBox .textBox p.fade01 {
    animation-delay: 0s;
}

.openingBox .textBox p.fade02 {
    animation-delay: 2.4s;
}

.openingBox .textBox p.fade03 {
    animation-delay: 4.8s;
}

.openingBox .textBox p.fade04 {
    animation-delay: 7.2s;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    35% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.heroWrap {
    overflow: hidden;
}

.heroWrap {
    position: relative;
    width: 100%;
}

.hero .swiper-slide img {
    height: 100vh;
    height: var(--viewport-height);
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.pcHeader a {
    color: #fff;
    transition: .4s;
}

.pcHeader a:hover {
    opacity: .7;
}

.pcHeader ul {
    display: flex;
    column-gap: 27px;
    list-style: none;
}

.pcHeader .listBox {
    mix-blend-mode: difference;
    display: flex;
    column-gap: 32px;
    align-items: center;
}

.pcHeader .titleBox .titleFont {
    font-size: 38px;
}

.pcHeader .titleBox .subTitle {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 19px;
}

.pcHeader .titleBox .Flex {
    display: flex;
    column-gap: 52px;
    align-items: center;
    position: relative;
}

.pcHeader .titleBox .Flex::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.50);
    width: 1px;
    height: 14px;
    left: 124px;
    top: 7px;
}


.header-Reserve a {
    border: solid 1px #fff;
    border-radius: 100vw;
    width: 154px;
    height: 39px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    justify-content: center;
}

.header-Reserve a span span {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/calendar.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 12px;
}

.heroWrap .titleBox {
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.heroWrap .Title {
    font-size: 45px;
    letter-spacing: .06em;
    line-height: 71px;
}

.DscrollWrap {
    position: relative;
    top: -93px;
    z-index: 2;
    color: #fff;
}

.Dscroll {
    position: absolute;
    right: 5%;
    top: 0;
    font-size: 10px;
}

.Dscroll::before {
    animation: scroll 2.4s infinite;
    background: #fff;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
}

/* 線の背景色 */
.Dscroll::after {
    background-color: rgba(139, 139, 139, 0.33);
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.commonTitle .title {
    font-size: 38px;
    color: #AD9C82;
    font-weight: 400;
    position: relative;
    letter-spacing: .06em;
}

.commonTitleFlex {
    display: flex;
    column-gap: 77px;
    position: relative;
}

.commonTitle .des {
    font-size: 16px;
    line-height: 30px;
}

.commonTitleFlex::after {
    content: "";
    position: absolute;
    background: rgba(112, 112, 112, 0.50);
    width: 1px;
    height: 23px;
    left: 150px;
    top: 4px;
}

.commonBgWrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../img/commonBgvkWrap.jpg);
    padding: 220px 0;
}

/*
.commonBgWrap::after {
    content: "";
    position: absolute;
    backdrop-filter: blur(50px);
    background: #ffffff94;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
*/

#menu {
    position: relative;
    z-index: 1;
    margin-bottom: 220px;
}

#menu .mainFlex {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 100px;
    margin-bottom: 84px;
}

#menu .menuFlex {
    display: flex;
    column-gap: 1px;
    padding: 0 1px;
}


#menu .menuFlex .title {
    font-size: 24px;
    position: relative;
    font-weight: 400;
}

#menu .menuFlex a {
    width: 100%;
    position: relative;
}

#menu .menuFlex a::after {
    content: "";
    position: absolute;
    background: rgba(9, 14, 18, 0.54);
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    transition: .35s;
}

#menu .menuFlex a:hover::after {
    opacity: .5;
}

#menu .menuFlex a:hover .imgBox img {
    transform: scale(1.04)
}

#menu .menuFlex .textBox {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#menu .menuFlex .textBox p {
    font-size: 15px;
    margin-top: 18px;
}

#menu .menuFlex .imgBox img {
    width: 100%
}

.view-details-link-v2 {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #2F2C28;
    font-size: 19px;
    cursor: pointer;
    transition: .4s;
}

.view-details-link-v2:hover {
    color: #AD9C82;
}

.view-details-link-v2::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    transition: .4s;
    border: 1px solid #AD9C82;
    border-radius: 50%;
    margin-right: 11px;
    margin-bottom: -3px;
}

.view-details-link-v2:hover::before {
    background: #AD9C82;
}

.view-details-link-v2 .text-container {
    position: relative;
    line-height: 1.4;
}

.view-details-link-v2 .text-container::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2F2C28;
    z-index: 1;
}

.view-details-link-v2 .text-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #AD9C82;
    z-index: 2;

    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;

    transform-origin: right;
}

.view-details-link-v2:hover .text-container::after {
    transform: scaleX(1);

    transform-origin: left;
}


.menuFlex .arrowLink {
    content: "";
    position: absolute;
    bottom: 32px;
    right: 30px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    transition: .5s;
}

.menuFlex a:hover .arrowLink {
    transform: scale(1.1)
}

.menuFlex .arrowLink::before,
.menuFlex .arrowLink::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 25px;
    width: 10px;
    height: 7px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.menuFlex .arrowLink::after {
    transform: translateX(-38px);
}

.menuFlex a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.menuFlex a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}





#products {
    position: relative;
    z-index: 1;
    padding: 0 80px;
}

#products .commonTitle {
    text-align: center;
}

#products .commonTitle .title {
    padding-bottom: 30px;
}

#products .commonTitle .title::after {
    content: "";
    position: absolute;
    background: #AD9C82;
    width: 23px;
    height: 1px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
}

#products .flexBox {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    column-gap: 85px;
    margin-top: 90px;
    padding: 0 20px;
}

#products .flexBox .subTitle {
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
    margin-top: -10px;
}

#products .flexBox .des {
    font-size: 16px;
    margin-bottom: 27px;
    line-height: 30px;
}

.scroll-infinity__wrap {
    margin-top: 65px;
    display: flex;
    overflow: hidden;
    column-gap: 1px;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    column-gap: 1px;
    padding: 0;
}

.scroll-infinity__list--left {
    animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: 532px;
    border-radius: 16px;
}

.scroll-infinity__item > img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#news {
    background: #ebeae6;
    padding: 200px 80px;
}

#news .commonTitle {
    width: 350px;
    margin-top: -23px;
}

.newsInner {
    display: flex;
    justify-content: space-between;
    max-width: 968px;
    margin: 0 auto;
}

.postBoxWrap {
    width: 100%;
}

.postBox {
    list-style: none;

}

.postBox li:first-child {
    border-top: solid 1px rgba(112, 112, 112, 0.30);
}

.postBox li {
    border-bottom: solid 1px rgba(112, 112, 112, 0.30);
}

.postBox a {
    padding: 34px 0;
    position: relative;
    display: flex;
    transition: .4s;
    align-items: center;
}

.postBox a:hover {
    color: #AD9C82;
}

.postBox .day {
    font-size: 12px;
    opacity: .5;
    letter-spacing: .03em;
}

.postBox a .postTitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-decoration: underline;
}

.postBox a .textWrap {
    padding-right: 66px;
}



.postBox .arrowLink {
    content: "";
    position: absolute;
    right: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    transition: .5s;
}

.postBox a:hover .arrowLink {
    transform: scale(1.2)
}

.postBox .arrowLink::before,
.postBox .arrowLink::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 12px;
    width: 8px;
    height: 6px;
    background: url(../img/btnArrow.svg) 0 0 no-repeat;
    background-size: cover;
    z-index: 3;
}

.postBox .arrowLink::after {
    transform: translateX(-38px);
}

.postBox a:hover .arrowLink::before {
    animation: befobtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

.postBox a:hover .arrowLink::after {
    animation: afterbtn 0.5s cubic-bezier(0.36, 0.14, 0, 1);
}

#news .view-details-link-v2 {
    margin-top: 52px;
}

.pcHeader.change-color {
    position: fixed;
    z-index: 3;
    padding: 0 43px;
    mix-blend-mode: difference;
    top: 40px;
}




.pcHeader.change-color .titleBox .subTitle {
    font-size: 15px;
}

.pcHeader.change-color .titleBox .Flex::after {
    left: 126px;
}





.site-footer {
    background-color: #AAA197;
    color: #F5F5F5;
    padding: 110px 0 38px;
    font-weight: 300;
}

.footer-container {}

/* メインコンテンツエリア (上部) */
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;

    border-bottom: 1px solid #A9A49E;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px;
    margin-bottom: 30px;
}

.footer-bottom {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 80px;
}

/* 左側エリア */
.footer-left {
    flex: 1;
}

.footerVr {
    height: 1px;
    background: rgba(255, 255, 255, 0.20);
    width: 100%;
    margin: 52px 0;
}

.footer-logo {
    display: flex;
    column-gap: 44px;
    align-items: center;
    position: relative;
}

.footer-logo::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.50);
    width: 1px;
    height: 14px;
    left: 124px;
    top: 13px;
}

.footer-logo .logo-text {
    font-size: 38px;
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
}

.footer-logo .logo-subtext {
    font-size: 11px;
    color: #E0E0E0;
    letter-spacing: 0;
}

.footer-contact {
    margin-top: 2rem;
}

.footer-contact p {
    margin: 1px 0;
    font-size: 15px;
    font-weight: 200;
}

.footer-contact p span {
    display: inline-block;
    width: 40px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: #FFFFFF;
}

.footer-social {
    margin-top: 24px;
    display: flex;
    gap: 5px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #F5F5F5;
    transition: background-color 0.3s, border-color 0.3s;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

/* 右側エリア */
.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-actions {
    display: flex;
    gap: 6px;
    margin-bottom: 54px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100vw;
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
    width: 192px;
    height: 56px;
    font-size: 16px;
    transition: opacity 0.3s;
}

.btn:hover {
    opacity: 0.85;
}

.btn svg {
    margin-bottom: -4px;
}

.btn-whatsapp {
    background-color: #675B4A;
}

.btn-reserve {
    background-color: #8E8069;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.footer-nav a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 200;
}

.footer-nav a:hover {
    opacity: .7;
}

/* フッター下部 */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
    color: #E0E0E0;
}

.copyright {
    margin: 0;
    font-size: 10px;
    opacity: .7;
}

.back-to-top {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    transition: color 0.3s;
}

.back-to-top:hover {
    color: #FFFFFF;
}

.back-to-top svg {
    margin-bottom: -2px;
}

.fixBtn {
    display: none;
}



.udNEwsContInner {
    max-width: 820px;
    margin: 0 auto;
}

.udNEwsCont {
    background: #F4F4F0;
    padding: 270px 80px 160px;
}

.meta-info .title {
    font-size: 20px;
}

.meta-info {
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 40px;
}

.meta-info::after {
    content: "";
    position: absolute;
    background: #C6C6C1;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    transition: 2s cubic-bezier(0.36, 0.14, 0, 1) .6s;
}

.udNEwsCont.scrollin .meta-info::after {
    width: 100%;
}

.single .pcHeader {
    mix-blend-mode: difference;
}
.page .pcHeader {
    mix-blend-mode: difference;
}
.archive .pcHeader {
    mix-blend-mode: difference;
}
.udNEwsCont .contBox p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 20px;
}

.udNEwsCont .contBox ul {
    list-style: none;
    margin-top: 20px;
}

.udNEwsCont .contBox a {
    display: inline-block;
    text-decoration: underline;
    color: #AD9C82;
}

.udNEwsCont .contBox img {
    width: 100%;
    height: auto;

}

.udNEwsCont .contBox figure {
    margin-top: 40px;
}


.meta-info time {
    font-size: 12px;
    margin-bottom: 8px;
    letter-spacing: 0;
    display: inline-block;
}

.post_page_navi {
    list-style: none !important;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-top: 130px;
    border-radius: 6px;
    padding: 34px 25px;
    max-width: 1240px;
    column-gap: 200px;
    background: #ffffff57;
    letter-spacing: 0.06em;
    font-size: 14px;
}

.post_page_navi a {
    text-decoration: underline;
}

.next_child .next {
    position: relative;
    cursor: pointer;
}

.post_page_navi .inactive {
    opacity: .3;
}


#news.inNewsArchive{
    padding-top: 270px;
}


.archive_page_navi .wp-pagenavi {
    display: flex;
    margin-top: 114px;
    column-gap: 24px;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 1550px) {
    #products {
        padding: 0 60px;
    }
#menu .menuFlex .textBox {
    top: 47%;
}
    .newsInner {
        max-width: 1500px;
    }

    #products .flexBox {
        padding: 0 70px;
    }

    #news {
        padding: 160px 130px;
    }

    #products .flexBox {
        margin-top: 72px;
    }

    #news .commonTitle {
        width: 305px;
        margin-top: 1px;
    }

    #menu .mainFlex {
        padding: 0 130px;
    }

    .footer-main {
        padding: 0 130px;
    }

    .footer-bottom {
        padding: 0 130px;
    }

    .scroll-infinity__item {
        width: 454px;
    }



}


@media screen and (max-width: 768px) {
    body {
        min-width: auto;
    }

    footer {
        position: relative;
        z-index: 2;
    }

    .pcHeader {
        display: none;
    }

    .spheader {
        display: block;
        position: absolute;
        top: 40px;
        padding: 0 25px;

        z-index: 3;
        width: 100%;
        box-sizing: border-box;
    }

    .spheader .logoBox .Flex {
        color: #fff;
        display: flex;
        align-items: center;
        column-gap: 48px;
        position: relative;
    }

    .spheader .logoBox a {
        display: inline-block;
    }

    .spheader .logoBox .Flex::after {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.50);
        width: 1px;
        height: 14px;
        left: 111px;
        top: 7px;
    }

    .heroWrap .Title {
        font-size: 33px;
        letter-spacing: .06em;
        line-height: 51px;
    }

    .humFlow span:nth-of-type(2) {
        display: none;
    }

    .menu__line--center {
        top: 5px;
    }

    .menu {
        height: 10px;
        position: fixed;
        right: 25px;
        top: 52px;
        transition: .4s;
        width: 40px;
    }

    .spheader .logoBox .titleFont {
        font-size: 34px;
        font-weight: 400;
    }

    .menu__line {
        height: 2px;
    }

    .spheader .logoBox .subTitle {
        font-size: 12px;
        font-weight: 300;
    }

    .commonTitleFlex {
        display: block;
    }

    .commonTitleFlex::after {
        display: none;
    }

    #menu .mainFlex {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 64px;
    }

    .commonBgWrap {
        padding: 180px 0 110px 0;
    }

    .commonTitle .title {
        font-size: 24px;
    }

    #news .view-details-link-v2 {
        display: flex;
        justify-content: center;
    }

    #news .commonTitle {
        text-align: center;
        margin-bottom: 40px;
    }

    #news .commonTitle .title::after {
        width: 16px;
    }

    #news .commonTitle .title::after {
        content: "";
        position: absolute;
        background: #AD9C82;
        height: 1px;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 0;
    }

    #news .commonTitle .title {
        padding-bottom: 24px;
    }

  #menu .menuFlex .textBox p {
    font-size: 11px;
    margin-top: 6px;
}

    .newsInner {
        display: block;
    }

    #news {
        padding: 110px 40px;
    }

    #news .commonTitle {
        width: auto;
        margin-top: 0;
    }

    #menu {
        margin-bottom: 180px;
    }

    .view-details-link-v2 {
        font-size: 15px;
    }

    #menu .menuFlex .title {
        font-size: 18px;
    }

    .scroll-infinity__item {
        width: 370px;
    }

    #products .flexBox {
        display: block;
        margin-top: 60px;
        padding: 0 40px;
    }

    #menu .menuFlex {
        display: block;
    }

    #menu .menuFlex a {
        margin-bottom: 1px;
    }

    #products {
        padding: 0 0;
    }

    #menu .menuFlex a:last-child {
        margin-bottom: 0;
    }

    #menu .menuFlex .imgBox img {
        object-fit: cover;
        aspect-ratio: 373 / 242;
    }

    .footer-main {
        padding: 0 40px;
    }

    #menu .commonTitle .title {
        padding-bottom: 24px;
        margin-bottom: 30px;
    }

    #menu .commonTitle .des {
        margin-bottom: 30px;
    }

    #menu .commonTitle .title::after {
        content: "";
        position: absolute;
        background: #AD9C82;
        width: 23px;
        height: 1px;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .scroll-infinity__wrap {
        margin-top: 42px;
    }

    #products .flexBox .subTitle {
        font-size: 30px;
        font-weight: 400;
        line-height: 47px;
        margin-bottom: 26px;
        margin-top: 0;
    }

    #products .commonTitle .title {
        padding-bottom: 24px;
    }

    .Dscroll {
        right: 0;
        font-size: 10px;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

    #menu .mainFlex {
        padding: 0 40px;
    }

    #menu .commonTitle .title::after {
        width: 16px;
    }

    .footer-actions {
        display: flex;
        justify-content: center;
        margin-top: 34px;
    }

    .footer-main {
        margin-bottom: 52px;
    }

    .btn {
        width: 100%;
        height: 56px;
    }

    .footer-bottom {
        padding: 0 40px;
    }

    .footer-nav a {
        position: relative;
        padding: 18px 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.20);
    }

    .footer-nav a::after {
        content: "";
        position: absolute;
        background-image: url(../img/footerarrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 9px;
        height: 7px;
        right: 0;
        top: 28px;
    }





    .footerVr {
        display: none;
    }

    .footer-nav ul {
        display: block;
    }

    #products .commonTitle .title::after {
        width: 16px;
    }

    .footer-right {
        display: block;
    }

    .pcBr {
        display: none;
    }

    .footer-main {
        display: block;
        padding-bottom: 40px;
        border-bottom: none;
        padding: 0 40px;
    }

    .spheader.change-color {
        mix-blend-mode: difference;
    }

    .gnav {
        background: #AAA197;
    }

    .open .spheader.change-color {
        mix-blend-mode: normal;
    }

    .spheader.change-color .gnav {
        mix-blend-mode: normal;
    }

    .spheader.change-color .menu {
        top: 37px;
    }

    .gnav__menu__item a {
        font-size: 38px;
        padding: 20px 0;
    }

    .gnav__menu {
        padding: 0 40px;
        width: 100%;
    }

  .spheader .Gnwlogo a {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    padding: 40px 25px;
    position: absolute;
    z-index: 99;
}
    .fixBtn {
        display: block;
        z-index: 2;
        position: fixed;
        margin: 0 auto;
        right: 0;
        left: 0;
        width: 90%;
        bottom: 10px;
        transform: translateY(2px);
        opacity: 0;
        transition: transform 0.8s cubic-bezier(0.36, 0.14, 0, 1),
            opacity .8s ease;
    }

    .fixBtn .footer-actions {
        margin-bottom: 0;
    }

    .udNEwsCont {
        padding: 180px 40px 100px;
    }

    .fixBtn.show {
        transform: translateY(0);
        opacity: 1;
    }

    body.single .spheader .logoBox .titleFont,
    body.archive .spheader .logoBox .titleFont,
    body.page .spheader .logoBox .titleFont {
        color: #2F2C28;
    }

    body.single .spheader .logoBox .subTitle,
    body.archive .spheader .logoBox .subTitle,
    body.page .spheader .logoBox .subTitle {
        color: #2F2C28;
    }

    body.single .spheader .logoBox .Flex::after,
    body.archive .spheader .logoBox .Flex::after,
    body.page .spheader .logoBox .Flex::after {
        background: #2F2C28;
    }

    body.single .spheader .menu__line,
    body.archive .spheader .menu__line,
    body.page .spheader .menu__line {
        background: #2F2C28;
    }

    body.single .spheader.change-color .menu__line,
    body.archive .spheader.change-color .menu__line,
    body.single .spheader.change-color .menu__line {
        background: #fff;
    }


    body.single.open .spheader .menu__line,
    body.archive.open .spheader .menu__line,
    body.single.open .spheader .menu__line {
        background: #fff;
    }

#news.inNewsArchive {
    padding-top: 180px;
}
.archive_page_navi .wp-pagenavi {
    margin-top: 70px;
}
    body.page.open .spheader {
        mix-blend-mode: normal;
    }

    body.archive.open .spheader {
        mix-blend-mode: normal;
    }

    body.single.open .spheader {
        mix-blend-mode: normal;
    }




    body.page.open,
    body.archive.open,
    body.single.open {
        overflow: hidden;
    }







}

@media screen and (max-width: 650px) {
    .spheader .logoBox .titleFont {
        font-size: 28px;
    }

    .spheader {
        top: 35px;
        padding: 0 20px;
    }

    .spheader .logoBox .Flex::after {
        background: rgba(255, 255, 255, 0.30);
        width: 1px;
        height: 9px;
        left: 82px;
        top: 9px;
    }

    .spheader .logoBox .subTitle {
        font-size: 9px;
    }

    .spheader .logoBox .Flex {
        column-gap: 18px;
    }

    .heroWrap .Title {
        font-size: 27px;
        line-height: 41px;
    }

    .menu {
        right: 21px;
        top: 45px;
    }

    .Dscroll::before {
        height: 68px;
        bottom: -69px;
    }

    .Dscroll::after {
        height: 68px;
        bottom: -69px;
    }

    .btn {
        box-sizing: border-box;
    }

    .Dscroll {
        font-size: 8px;
    }

    .DscrollWrap {
        top: -62px;
    }

    .gnav__menu__item a {
        font-weight: 400;
    }

    .spheader .Gnwlogo a {
        font-size: 28px;
        padding: 35px 20px 0 20px;
    }

    .open .menu {
        top: 50px;
    }

    .spheader .footer-actions {
        display: block;
    }

    .spheader .footer-social {
        margin-top: 0;
    }

    .footer-main {
        padding: 0 36px;
    }

    .spheader .btn:first-child {
        margin-bottom: 8px;
    }

    .spheader .footer-actions {
        margin-bottom: 30px;
    }

    .fixBtn .btn {
        height: 51px;
        padding-bottom: 4px;
    }

    .gnav__menu {
        margin-top: 78px;
    }

    footer .footer-actions {
        display: block;
    }

    footer .btn:first-child {
        margin-bottom: 6px;
    }

    #menu .mainFlex {
        margin-bottom: 40px;
    }

    #menu .commonTitle .des {
        margin-bottom: 18px;
    }

    .commonBgWrap {
        padding: 110px 0 110px 0;
    }

    #menu .commonTitle .title {
        padding-bottom: 19px;
        margin-bottom: 27px;
    }

    #products .commonTitle .title {
        padding-bottom: 19px;
    }

    #news .commonTitle .title {
        padding-bottom: 19px;
        margin-bottom: 27px;
    }

    .commonTitle .des {
        font-size: 15px;
    }

    .postBox a .textWrap {
        padding-right: 57px;
    }

    #news .view-details-link-v2 {
        margin-top: 33px;
    }

    #menu {
        margin-bottom: 110px;
    }

    .postBox a .postTitle {
        font-size: 14px;
        line-height: 23px;
    }

    footer .footer-actions {
        margin-bottom: 41px;
    }

    .menuFlex .arrowLink::before,
    .menuFlex .arrowLink::after {
        top: 24px;
        right: 21px;
    }

    .site-footer {
        padding: 74px 0 38px;
    }

    #news {
        padding: 74px 32px;
    }

    #products .flexBox .subTitle {
        font-size: 27px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    #products .flexBox .des {
        font-size: 15px;
        margin-bottom: 22px;
        line-height: 30px;
    }

   #menu .menuFlex .textBox {
    top: 40%;
}

    #products .flexBox {
        margin-top: 30px;
        padding: 0 32px;
    }

    #menu .mainFlex {
        padding: 0 32px;
    }

    .scroll-infinity__item {
        width: 222px;
    }

    .footer-nav a {
        padding: 15px 0;
    }

    .menuFlex .arrowLink {
        bottom: 16px;
        right: 13px;
        width: 53px;
        height: 53px;
    }

    .footer-main {
        margin-bottom: 41px;
    }

    .fixBtn {
        width: 94%;
        bottom: 8px;
    }

    #menu .menuFlex .textBox p {
        margin-top: 5px;
    }

    #products .view-details-link-v2 {
        margin-left: 0;
    }

    .openingBox .video {
        object-position: 78%;
    }

   .openingBox .textBox {
    font-size: 16px;
    line-height: 32px;
}

    .openingBox .textBox p {
    font-weight: 400;
    letter-spacing: 0.04em;
}
    .archive_page_navi .wp-pagenavi {
    margin-top: 52px;
}
#news.inNewsArchive {
    padding-top: 130px;
}
    .post_page_navi {
        margin-top: 100px;
        padding: 20px 30px;
        column-gap: 78px;
        font-size: 12px;
    }

    .udNEwsCont .contBox p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 18px;
    }

    .openingBox::after {
        background: rgb(4 123 194 / 1%);
    }

    .openingBox::after {
        backdrop-filter: blur(22px);
    }

    .udNEwsCont {
        padding: 140px 34px 80px;
    }
#menu .menuFlex a::after {
    background: rgb(9 14 18 / 64%);
}
    .view-details-link-v2 {
        margin-left: -17px;
    }

}
