@charset "UTF-8";

/*-----------------------------------------------------------------------------
　各ページごとに設定するコンテンツのスタイル
（このCSSが一番最後に読み込まれる）
-----------------------------------------------------------------------------*/


/*==================== 0.NORDIC STEAM共通項目 ====================*/

/* =======================================
　ロゴ
======================================= */
body.page-template-default .default-logo {
    display: none;
}

/* =======================================
　タイトル
======================================= */
.wp-theme-nordicsteam-theme.page-template-default main h1,
.wp-theme-nordicsteam-theme.page-template-default main h2,
.wp-theme-nordicsteam-theme.page-template-default main h3,
.wp-theme-nordicsteam-theme.page-template-default main h4,
.wp-theme-nordicsteam-theme.page-template-default main h5,
.wp-theme-nordicsteam-theme.page-template-default main h6 {
    font-family: var(--type-primary-font-serif);
}


/*==================== 1.ホームページ ====================*/

/* =======================================
　タイトル
======================================= */

/*------ 大見出し -----*/
.home h2 {
    font-size: 36px;
    font-family: var(--type-primary-font-serif);
    margin-bottom: 64px;
}

@media screen and (max-width: 600px) {
    .home h2 {
        font-size: 24px;
        margin-bottom: 48px;
    }
}


/* =======================================
　メインビジュアル
======================================= */

.top-main-visual .shuffle-images-overlay {
    background-color: rgba(0, 0, 0, 0);
}

/*------ 大枠 -----*/
.top-main-visual {
    padding-top: 0 !important;
    position: relative;
    z-index: -1;
}


/*------ ビジュアル内大見出し -----*/
.top-main-visual h2 {
    position: absolute;
    bottom: 10%;
    left: 3%;
    font-size: var(--size-h2);
    font-family: var(--type-primary-font-sans);
    margin-bottom: var(--size-h2);
}

@media screen and (max-width: 600px) {
    .top-main-visual h2 {
        font-size: calc(var(--size-h2) * .8);
        margin-bottom: calc(var(--size-h2) * .8);
    }
}



.instagram-icon figure {
    width: 70px;
    text-align: center;
}

.instagram-icon figcaption {
    margin: 0;
    text-align: center;
    line-height: 1;
}

/* =======================================
　検索
======================================= */

/*------ 検索窓 -----*/
.top-serch-box .wp-block-search__inside-wrapper {
    background: #7f8a9a;
    border: none;
    border-radius: 2px;
    padding: 0 !important;
}

.top-serch-box button.wp-block-search__button.wp-element-button {
    border: none !important;
    background: none !important;
    color: #fff;
    font-size: 24px;
    transform: rotate(-90deg);
}


.filter-wh img {
    opacity: 0.6;
}

.filter-wh figure {
    position: relative;
}

.filter-wh figure:after {
    position: absolute;
    content: "Coming soon";
    font-weight: 700;
    bottom: 8px;
    right: 8px;
}



/* =======================================
　News
======================================= */

/*------ ニュースレイアウト -----*/
.top-news-outer ul li {
    padding: 8px 16px;
    border-bottom: dotted 1px var(--color-accent02);
}

.top-news-outer ul li h3 {
    font-size: var(--size-primary-font);
    font-weight: normal !important;
}


.top-news-outer ul li a {
    text-decoration: none !important;
    color: var(--color-primary-font-main);
}

.top-news-outer ul li .taxonomy-category.wp-block-post-terms a {
    background: var(--color-accent02);
    color: #fff;
    padding: 1px 8px;
    font-size: var(--size-primary-font-small);
    margin-right: 16px;
    margin-left: 16px;
}



/* =======================================
　Achievements
======================================= */

/*------ アーカイブレイアウト -----*/
.top-achievements-outer .wp-block-post-featured-image :where(img) {
    height: 22vw;
}

@media screen and (max-width: 600px) {
    .top-achievements-outer .wp-block-post-featured-image :where(img) {
        height: 100vw;
    }
}


.top-achievements-outer .wp-block-post-date time a,
.top-achievements-outer .taxonomy-achievements_cat.wp-block-post-terms a,
.top-achievements-outer .wp-block-post-title a {
    text-decoration: none !important;
    color: var(--color-primary-font-main);
}

.top-achievements-outer .taxonomy-achievements_cat.wp-block-post-terms a {
    background: var(--color-accent02);
    color: #FFF !important;
    font-size: small;
    padding: 2px 4px;
}


.top-achievements-outer li {
    position: relative;
}

.top-achievements-outer .top-achive-text-outer {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    bottom: 16px;
    padding: 16px 16px 0;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}



/*==================== 2.共通項目　NORDIC STEAM ====================*/

/* =======================================
　メインビジュアル
======================================= */

/*------ 下層ページメインビジュアル -----*/
.ns-main-visual {
    padding-top: 0 !important;
    z-index: -1;
}


.ns-main-visual img {
    height: 40vw;
    object-fit: cover;
    object-position: bottom;
}

@media screen and (max-width: 1023px) {
    .ns-main-visual img {
        height: 56vw;
    }
}

/* =======================================
　タイトル
======================================= */

/*------ H2見出し -----*/
body.page-template-default:not(.home) h2 {
    position: relative;
    margin-bottom: 3em;
    margin-top: 3em;
}

body.page-template-default:not(.home) h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7f8a9a;
}



/*==================== 3.会社案内 ====================*/

/* =======================================
　ご挨拶
======================================= */
.ns-greetings-inner {
    padding-bottom: 12rem !important;
}

/*------ 背景 -----*/
@media screen and (max-width: 639px) {
    .ns-greetings-inner {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}



/* =======================================
　会社概要
======================================= */
.ns-profile-outer {
    margin-top: 8rem !important;
}

.ns-profile-inner {
    padding-bottom: 12rem !important;
}

@media screen and (max-width: 639px) {
    .ns-profile-inner {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/*------ テーブル -----*/
body.wp-theme-nordicsteam-theme .ns-company-tbl table td:first-child {
    border: none;
    border-bottom: 2px solid #add8e6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body.wp-theme-nordicsteam-theme .ns-company-tbl table td:nth-child(2) {
    border: none;
    border-bottom: 2px solid #747474;
}


@media screen and (max-width: 639px) {
    body.wp-theme-nordicsteam-theme .ns-company-tbl table td:first-child {
        display: block;
        width: 100%;
    }

    body.wp-theme-nordicsteam-theme .ns-company-tbl table td:nth-child(2) {
        display: block;
        width: 100%;
    }
}


/* =======================================
　沿革
======================================= */

@media screen and (max-width: 781px) {
    #company-history-outer {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/*------ 沿革スライド -----*/
.ns-history-slide.smb-spider-slider>.spider>.spider__canvas {
    gap: 3em;
}

@media (min-width: 1024px) {
    .ns-history-slide.smb-spider-slider[data-lg-slide-to-show="3"] {
        --smb-spider-slider--slide-max-width: calc(33.33333% - 3em *2/3);
    }
}

@media (min-width: 640px) and (max-width: 1023.9px) {
    .ns-history-slide.smb-spider-slider[data-md-slide-to-show="2"] {
        --smb-spider-slider--slide-max-width: calc(50% - 3em *1/2);
    }
}


/*------ 沿革スライド　コンテンツ -----*/
.ns-history-slide h4,
.ns-history-slide h5 {
    font-family: var(--type-primary-font-sans) !important;
}

.ns-history-slide h4 {
    position: relative;
    padding-bottom: 0.8rem;
    font-weight: 700;
    color: var(--color-accent02);
}

.ns-history-slide h4:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 21px;
    width: 8px;
    height: 8px;
    background-color: var(--color-accent01);
    border-radius: 4px;
}

.ns-history-slide h4:before {
    content: "";
    position: absolute;
    border: 1px dotted var(--color-accent02);
    height: 24px;
    width: 0;
    bottom: -24px;
    left: 24px;
}


.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box h4:before,
.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box h4:after {
    display: none;
}


.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box {
    position: relative;
    padding: 24px !important;
}

.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box .smb-box__background {
    background: var(--color-gray00);
}

.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box:before {
    position: absolute;
    content: "";
    border: 1px solid var(--color-accent02);
    width: 100%;
    height: 1px;
    top: -25px;
    right: -3em;
}


.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box h5 {
    position: relative;
    padding-left: 16px;
}

.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box h5:before {
    position: absolute;
    content: "";
    background: var(--color-accent02);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    left: 0;
    top: calc(50% - 5px);
}

.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box p {
    font-size: calc(var(--size-primary-font) * 0.9);
}

.ns-history-slide .wp-block-snow-monkey-blocks-box.smb-box {
    height: calc(100% - 52px);
}


/*------ 沿革スライド　矢印 -----*/
.ns-history-slide .spider>.spider__arrows {
    left: -160px;
    right: unset;
    gap: 1em;
}

@media screen and (max-width: 900px) {
    .ns-history-slide .spider>.spider__arrows {
        top: -60px;
        left: unset;
        right: 10%;
    }
}

.ns-history-slide .spider__arrow {
    border: 1px solid var(--color-primary);
    border-radius: 50px;
    background: var(--color-primary);
}

.ns-history-slide .spider__arrow[data-direction="prev"]::before {
    border-bottom: 3px solid var(--spider--arrow-color);
    border-left: 3px solid var(--spider--arrow-color);
}

.ns-history-slide .spider__arrow[data-direction="next"]::before {
    border-right: 3px solid var(--spider--arrow-color);
    border-top: 3px solid var(--spider--arrow-color);
}

.ns-history-slide:has([data-current="0"]) .spider__arrow[data-direction="prev"] {
    pointer-events: none;
}



/*==================== 4.共通項目　Silaco ====================*/

/* =======================================
　font
======================================= */

/*------ 英字ゴシック -----*/

.font-mont {
    font-family: var(--type-primary-font-montserrat) !important;
}


.template-silaco h2 {
    font-family: var(--type-primary-font-sans);
}


/* =======================================
　ボタン
======================================= */
/*------ ボタン -----*/
.template-silaco main a.smb-btn {
    position: relative;
    padding-right: 40px;
}

.template-silaco main a.smb-btn:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 6%;
    background-position: center;
    padding: 0 0 0 6px;
}


/*==================== 5.Silaco ====================*/

/* =======================================
　メインビジュアル
======================================= */

/*------ ヘッダー -----*/
.template-silaco header {
    background: rgba(255, 255, 255, 0);
    position: fixed;
    width: 100%;
}

.template-silaco header #global-header {
    background: rgba(255, 255, 255, 0.2);
}

.template-silaco header.fixed {
    background: rgba(255, 255, 255, 1);
}

body.template-silaco:not(.child-of-silaco) #content-inner {
    padding-top: 0;
}

body.template-silaco.child-of-silaco #content-inner {
    padding-top: 60px;
}

@media screen and (max-width: 781px) {
    body.template-silaco:not(.child-of-silaco) #content-inner {
        padding-top: 93px;
    }
}

@media screen and (max-width: 630px) {
    body.template-silaco:not(.child-of-silaco) #content-inner {
        padding-top: 70px;
    }
}

/*------ メインビジュアル -----*/

.template-silaco .silaco-top-main-visual {
    padding-top: 0 !important;
    margin-bottom: 80px;
}

.template-silaco .silaco-top-main-visual-inner {
    padding-top: 26vw !important;
    padding-bottom: 22vw !important;
}

.template-silaco .silaco-top-main-visual h2 {
    background: rgba(255, 255, 255, 0.6);
    padding: 8px;
    font-size: 40px;
}

@media screen and (max-width: 639px) {
    .template-silaco .silaco-top-main-visual h2 {
        font-size: 18px;
    }
}


/* =======================================
　introduction
======================================= */

/*------ introduction -----*/
.silaco-top-intro-inner {
    padding-top: 0 !important;
}


.silaco-top-intro-inner .c-container .smb-section-break-the-grid__figure {
    position: relative !important;
    height: 100% !important;
}

.silaco-top-intro-inner .c-container img {
    width: 90%;
    position: absolute;
    right: -3vw;
    object-fit: contain !important;
    bottom: 0;
}

@media screen and (max-width: 1023px) {
    .silaco-top-intro-inner .c-container img {
        width: 50vw !important;
        height: auto !important;
    }
}


@media screen and (max-width: 639px) {
    .silaco-top-intro-inner .c-container img {
        width: 100% !important;
    }
}


.silaco-top-intro-inner .smb-section__body {
    background: rgba(255, 255, 255, 0.5);
    padding: 16px 0 !important;
}

@media screen and (max-width: 639px) {
    .silaco-top-intro-inner .smb-section__body {
        padding: 16px 16px !important;
    }
}




/*youtube埋め込み*/
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* =======================================
　共感した思想と理由
======================================= */
#silaco-empathy-inner {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

@media screen and (max-width: 639px) {
    #silaco-empathy-inner .smb-section__body {
        padding: 16px 16px !important;
    }
}


/* =======================================
　GALLERY
======================================= */

.silaco-gallery-outer {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

/*------ GALLERY -----*/
.silaco-gallery-inner ul {
    gap: 0.8em;
}

.silaco-gallery-inner ul li figure {
    margin-bottom: 0 !important;
}

.silaco-gallery-inner ul li img {
    height: 28rem;
}





/*==================== 6.Standwood ====================*/

/* =======================================
　共通項目
======================================= */

/*------ 背景色 -----*/
body.template-standwood,
body.template-standwood #content {
    background: #eaf8e6;
}

/*------ タイトル色 -----*/
body.template-standwood main h1,
body.template-standwood main h2,
body.template-standwood main h3,
body.template-standwood main h4,
body.template-standwood main h5,
body.template-standwood main h6 {
    color: #013238 !important;
}


/*------ 文字色 -----*/
body.template-standwood main p {
    color: #013238 !important;
}

/*------ ヘッダー -----*/
body.template-standwood header,
body.template-standwood #global-header {
    background: #eaf8e6;
}


body.template-standwood .stellarnav.mobile ul {
    background: rgba(234, 248, 230, 0.8) !important;
}

body.template-standwood .stellarnav.mobile ul li a {
    background: rgba(234, 248, 230, 0.8) !important;
    border-bottom: 1px solid #459d66;
    color: #013238 !important;
}

body.template-standwood .navicon {
    background: #459d66;
}


/*------ 英字 -----*/

.font-inter {
    font-family: var(--type-primary-font-inter) !important;
}



/*------ ボタン -----*/
.template-standwood main a.smb-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 60px;
    position: relative;
}

.template-standwood main a.smb-btn:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 6%;
    border: 2px solid #fff;
    width: 24px;
    border-radius: 24px;
    background-position: center;
    padding: 0 0 0 6px;
}



/* =======================================
　トップページ
======================================= */

/*------ メインビジュアル -----*/
.template-standwood .standwood-top-main-visual {
    height: 40vw;
    max-height: 600px;
    border-radius: 8px;
    padding-left: 36px !important;
    padding-right: 36px !important;
    margin-bottom: 80px;
}


.template-standwood .standwood-top-main-visual h2 {
    font-size: 76px;
    font-family: var(--type-primary-font-inter) !important;
    font-weight: 300;
}

.template-standwood .standwood-top-main-visual p {
    font-size: 40px;
    font-family: var(--type-primary-font-inter) !important;
    font-weight: 300;
    line-height: 1.2em;
}

.template-standwood .standwood-top-main-visual .c-container {
    margin-top: 24%;
}






/*------ PRODUCTS -----*/
.standwood-top-product-outer {
    margin-top: 80px;
}




.standwood-top-product-inner ul li figure {
    border-radius: 8px;
}

.standwood-top-product-inner ul li img {
    height: 490px;
    border-radius: 8px;
}


@media screen and (max-width: 500px) {
    .standwood-top-product-inner ul li img {
        height: 320px;
        border-radius: 8px;
    }
}


.standwood-top-product-inner ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.standwood-top-product-inner ul li figure {
    margin-bottom: 0 !important;
    width: 100%;
}

.standwood-top-product-inner ul li h3 {
    position: absolute;
    margin: 0 !important;
    width: 100%;
    padding: 20px;
}

.standwood-top-product-inner ul li h3 a {
    padding: 12px 60px 12px 12px;
    width: 100%;
    background: #459d66;
    color: #fff !important;
    border-radius: 8px;
    position: relative;
    text-decoration: none !important;
    font-size: 16px !important;
}

.standwood-top-product-inner ul li h3 a:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 6%;
    border: 2px solid #fff;
    width: 22px;
    border-radius: 24px;
    background-position: center;
    padding: 0 0 0 5px;
}




/*==================== 6.HUUM ====================*/

/* =======================================
　共通項目
======================================= */
body.template-huum .navicon {
    background: #9AD6CC;
}

body.template-huum .navicon span {
    background: #00586F;
}

body.template-huum .navicon span:nth-of-type(3)::after {
    color: #00586F;
}



/* =======================================
　ボタン
======================================= */
/*------ ボタン -----*/
.template-huum main a.smb-btn {
    position: relative;
    padding-right: 32px;
}

.template-huum main a.smb-btn:after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 8%;
    background-position: center;
    padding: 1px 0 0 16px;
}


/*------ メインヴィジュアル -----*/
figure.huum-main-visual {
    height: calc(100vh - 100px) !important;
}

figure.huum-main-visual video {
    height: calc(100vh - 100px) !important;
}

@media screen and (min-height: 940px) {
    figure.huum-main-visual {
        height: unset !important;
    }

    figure.huum-main-visual video {
        height: unset !important;
    }
}

@media screen and (max-width: 781px) {
    figure.huum-main-visual {
        height: unset !important;
    }

    figure.huum-main-visual video {
        height: unset !important;
    }
}

/*------ 背景色 -----*/
body.huum-page {
    position: relative;
    background-color: #faf9fa;
}

body.huum-page #content {
    background: none;
}

body.huum-page header,
body.huum-page #global-header {
    background-color: #faf9fa;
}

body.huum-page h2,
body.huum-page h3,
body.huum-page h4,
body.huum-page h5,
body.huum-page h6,
body.huum-page p,
body.huum-page ul li,
body.huum-page ol li {
    color: #154c54;
}

/*------ 滴 -----*/
.drop {
    position: absolute;
    display: block;
    width: 24px;
    height: 34px;
    background: url(../../images/huum/drop.svg) no-repeat;
    opacity: 0;
    -webkit-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-animation-name: Drop;
    animation-name: Drop;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 2;
}



.flake1 {
    left: 20px;
    -webkit-animation-duration: 24s;
    animation-duration: 24s;
}

.flake3 {
    left: 20vw;
    -webkit-animation-duration: 27.2s;
    animation-duration: 27.2s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    width: 28.8px;
    height: 40.8px;
}

.flake4 {
    left: 45vw;
    -webkit-animation-duration: 23.2s;
    animation-duration: 23.2s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.flake6 {
    left: 65vw;
    -webkit-animation-duration: 21.6s;
    animation-duration: 21.6s;
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s;
}

.flake7 {
    left: 80vw;
    -webkit-animation-duration: 24.6s;
    animation-duration: 24.6s;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.flake8 {
    right: 20px;
    -webkit-animation-duration: 28s;
    animation-duration: 28s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
    width: 33.6px;
    height: 47.6px;
}


@-webkit-keyframes Drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(80vh);
        transform: translateY(80vh);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(160vh);
        transform: translateY(160vh);
        opacity: 0.3;
    }
}

@keyframes Drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(80vh);
        transform: translateY(80vh);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(160vh);
        transform: translateY(160vh);
        opacity: 0.3;
    }
}






/* =======================================
　ブランドパートナー・共感した思想と理由
======================================= */
.huum-content-box {
    padding: 40px 24px 32px !important;
}

.huum-content-box .smb-box__background {
    background: rgba(255, 255, 255, 0.8);
}

.huum-brand-outer {
    background-image: url(../../images/huum/HUUM%20FLOW_mini-front_web.png);
    background-size: 30%;
    background-position: right -10% bottom;
    background-repeat: no-repeat;
}

.huum-empathy-outer {
    background-image: url(../../images/huum/HUUM%20HIVE-Mini-web.png);
    background-size: 45%;
    background-position: left -20% bottom;
    background-repeat: no-repeat;
    padding-bottom: 12rem !important;
}


.huum-loop-inner ul li:hover img {
    transform: translateY(-8px);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}

.huum-loop-inner ul li:hover h4,
.huum-loop-inner ul li:hover .wp-block-post-date {
    transform: translateY(8px);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}


.huum-loop-inner img {
    width: 100%;
    height: 22rem;
    object-fit: cover;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}

@media screen and (max-width: 600px) {
    .huum-loop-inner img {
        height: 80vw;
    }
}

.huum-loop-inner time a,
.huum-loop-inner h4 a {
    text-decoration: none !important;
    color: #154c54 !important;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}





/*==================== 6.THELUCI ====================*/

/* =======================================
　共通項目
======================================= */
body.template-theluci header,
body.template-theluci #global-header {
    background: #0072ce;
}

body.template-theluci .navicon {
    background: var(--color-wh);
}

body.template-theluci .navicon span {
    background: #0072ce;
}

body.template-theluci .navicon span:nth-of-type(3)::after {
    color: #0072ce;
}


/*------ ボタン -----*/
body.template-theluci main .theluci-contact-btn a.smb-btn {
    position: relative;
    padding-right: 54px;
}

body.template-theluci main .theluci-contact-btn a.smb-btn:after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 8%;
    background-position: center;
    padding: 1px 0 0 16px;
}


/*------ タイトル -----*/
#conclucsion-marrone h2 {
    position: relative;
    padding-left: 40px;
}

#conclucsion-marrone h2:before {
    position: absolute;
    content: "";
    background: url(../../images/theluch/cork.jpg);
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 0;
}


#yakisugi h2 {
    position: relative;
    padding-left: 40px;
}

#yakisugi h2:before {
    position: absolute;
    content: "";
    background: url(../../images/theluch/yakisugi.jpg);
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 0;
}

#composite-flooring h2 {
    position: relative;
    padding-left: 40px;
}

#composite-flooring h2:before {
    position: absolute;
    content: "";
    background: url(../../images/theluch/flooring.jpg);
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 0;
}



/*------ ボタン -----*/
.conclucsion-marrone a.smb-btn {
    background: url(../../images/theluch/cork.jpg);
    background-size: cover;
    background-repeat: repeat;
}

.yakisugi a.smb-btn {
    background: url(../../images/theluch/yakisugi.jpg);
    background-size: cover;
    background-repeat: repeat;
}

.flooring a.smb-btn {
    background: url(../../images/theluch/flooring.jpg);
    background-size: cover;
    background-repeat: repeat;
}





/*==================== 6.norkke ====================*/

/* =======================================
　共通項目
======================================= */
body.template-norkke,
body.template-norkke header,
body.template-norkke #global-header,
body.template-norkke #content {
    background: #000;
}

body.template-norkke #default-logo-area {
    background: #FFF;
    padding: 8px;
    margin-top: 8px;
    margin-left: 16px;
}

body.template-norkke .navicon {
    background: #FFF;
}

body.template-norkke .navicon span {
    background: #000;
}

body.template-norkke .navicon span:nth-of-type(3)::after {
    color: #000;
}

body.norkke-page h2,
body.norkke-page h3,
body.norkke-page h4,
body.norkke-page h5,
body.norkke-page h6,
body.norkke-page p,
body.norkke-page ul li,
body.norkke-page ol li {
    color: #FFF;
}


/* =======================================
　ギャラリー
======================================= */

body.norkke-page .norkke-gallery ul li img {
    width: 100%;
    height: 23vw;
    max-height: 320px;
    object-position: center;
}

@media screen and (max-width: 600px) {
    body.norkke-page .norkke-gallery ul li img {
    width: 100%;
    height: 95vw;
    object-position: center;
    max-height: unset;
}
}


/* =======================================
　プライバシーポリシー
======================================= */

/*------ タイトル　H3 -----*/
.privacy-policy h3 {
    border-bottom: 2px solid var(--color-accent02);
    padding: 4px 8px;
}