/*
Theme Name: Taka Fukami
Template: twentytwentyone
*/


/* ===================================
RESET
=================================== */

html{
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding-top:78px;
    color:#FAFAFA;
    font-family:'Inter', sans-serif;

    background-color:#132246;

    background-image:
        radial-gradient(rgba(255,255,255,0.035) 0.8px, transparent 0.8px),
        radial-gradient(rgba(255,255,255,0.02) 0.6px, transparent 0.6px),
        linear-gradient(180deg, #17305c 0%, #132246 45%, #101d3d 100%);

    background-size:
        24px 24px,
        14px 14px,
        100% 100%;

    background-position:
        0 0,
        12px 12px,
        center;
}

body.admin-bar #site-header{
    top:32px;
}

a{
    color:inherit;
    text-decoration:none;
    transition:0.3s ease;
}

img{
    max-width:100%;
    height:auto;
    vertical-align:bottom;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}


/* ===================================
HEADER
=================================== */

#site-header{
    width:100%;
    position:fixed;

    top:0;
    left:0;

    z-index:9999;

    background:#071633;

    border-bottom:1px solid rgba(255,255,255,0.08);
}

#site-header .header-inner{
    max-width:1400px;
    margin:0 auto;
    padding:16px 40px 0px;

    display:flex;
    flex-direction:column;
    align-items:center;
}


/* ===================================
HEADER TOP
=================================== */

.header-top{
    width:100%;
    position:relative;

    display:flex;
    justify-content:center;
    align-items:center;

    margin-bottom:18px;
}


/* ===================================
LOGO
=================================== */

.site-logo{
    margin:0;
    padding:0;
    line-height:1;
}

.site-logo a{
    display:block;
}

.site-logo img{
    display:block;
    width:auto;
    height:40px;
}


/* ===================================
LOGO SWITCH
=================================== */

.logo-pc{
    display:block !important;
}

.logo-sp{
    display:none !important;
}


/* ===================================
HEADER SNS
=================================== */

.header-sns{
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);

    display:flex;
    align-items:center;
    gap:14px;
}

.header-sns a{
    display:block;
    width:22px;
    height:22px;

    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

/* Facebook */
.header-sns .sns-fb{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_fb.svg");
}

.header-sns .sns-fb:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_fb_on.svg");
}

/* Instagram */
.header-sns .sns-in{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_in.svg");
}

.header-sns .sns-in:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_in_on.svg");
}

/* Mail */
.header-sns .sns-mail,
.footer-sns .sns-mail,
.sp-menu-sns .sns-mail{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_mail.svg");
}

.header-sns .sns-mail:hover,
.footer-sns .sns-mail:hover,
.sp-menu-sns .sns-mail:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_mail_on.svg");
    opacity:1;
}

/* ===================================
SP MENU BUTTON
=================================== */

.sp-menu-btn{
    display:none;

    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);

    width:22px;
    height:14px;

    padding:0;
    margin:0;

    background:none;
    border:none;

    cursor:pointer;
    z-index:20;
}

.sp-menu-btn span{
    position:absolute;
    left:0;

    width:100%;
    height:2px;

    background:#FAFAFA;
    border-radius:10px;

    transition:0.3s ease;
}

.sp-menu-btn span:nth-child(1){
    top:0;
}

.sp-menu-btn span:nth-child(2){
    top:6px;
}

.sp-menu-btn span:nth-child(3){
    bottom:0;
}


/* ===================================
NAVIGATION
=================================== */

.site-nav{
    width:100%;

    padding:14px 0;

    border-top:1px solid rgba(255,255,255,0.10);
    border-bottom:1px solid rgba(255,255,255,0.10);
}

.site-nav ul{
    display:grid;
    grid-template-columns:repeat(3, 1fr);

    max-width:900px;

    margin:0 auto;
    padding:0;

    list-style:none;
}

.site-nav li{
    position:relative;
    text-align:center;
}

/* Separator */
.site-nav li::after{
    content:"";

    position:absolute;
    top:50%;
    right:0;

    transform:translateY(-50%);
    width:1px;
    height:24px;
    background:rgba(255,255,255,0.16);
}

/* Last item */
.site-nav li:last-child::after{
    display:none;
}

.site-nav li a{
    display:block;

    color:#FAFAFA;

    font-size:13px;
    font-weight:500;
    line-height:1;

    letter-spacing:2px;

    opacity:0.82;

    transition:0.3s ease;
}

.site-nav li a:hover{
    color:#C8A96B;
    opacity:1;
}


/* ===================================
SP MENU SNS
=================================== */

.sp-menu-sns{
    display:none !important;
}

.sp-menu-sns a{
    display:block;

    width:20px;
    height:20px;

    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;

    opacity:0.78;

    transition:0.3s ease;
}

/* Facebook */
.sp-menu-sns .sns-fb{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_fb.svg");
}

.sp-menu-sns .sns-fb:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_fb_on.svg");

    opacity:1;
}

/* Instagram */
.sp-menu-sns .sns-in{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_in.svg");
}

.sp-menu-sns .sns-in:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_in_on.svg");

    opacity:1;
}


/* ===================================
FOOTER
=================================== */

#site-footer{
    margin-top:0px;
    padding:70px 20px 36px;

    background:#071633;
    border-top:1px solid rgba(255,255,255,0.08);

    text-align:center;
}

.footer-inner{
    max-width:1200px;
    margin:0 auto;
}

/* Footer Navigation */
.footer-nav{
    margin-bottom:34px;
}

.footer-nav ul{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;

    gap:34px;

    margin:0;
    padding:0;

    list-style:none;
}

.footer-nav li{
    margin:0;
    padding:0;
}

.footer-nav a{
    display:block;

    color:#FAFAFA;

    font-size:12px;
    font-weight:500;
    line-height:1;

    letter-spacing:2px;

    opacity:0.78;

    transition:0.3s ease;
}

.footer-nav a:hover{
    color:#C8A96B;
    opacity:1;
}

/* Footer SNS */
.footer-sns{
    display:flex;
    justify-content:center;
    align-items:center;

    gap:18px;

    margin-bottom:34px;
}

.footer-sns a{
    display:block;

    width:22px;
    height:22px;

    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;

    opacity:0.78;

    transition:0.3s ease;
}

/* Facebook */
.footer-sns .sns-fb{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_fb.svg");
}

.footer-sns .sns-fb:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_fb_on.svg");
    opacity:1;
}

/* Instagram */
.footer-sns .sns-in{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_in.svg");
}

.footer-sns .sns-in:hover{
    background-image:url("/wp/wp-content/themes/taka-fukami/assets/images/sns_in_on.svg");
    opacity:1;
}

/* Copyright */
.copyright{
    margin:0;

    color:#8C93A0;

    font-size:11px;
    line-height:1.6;

    letter-spacing:1px;
}


/* ===================================
COMMON SECTION
=================================== */

section{
    position:relative;
    padding:90px 0;
}

.inner,
.home-contact-inner{
    width:calc(100% - 80px);
    max-width:1400px;
    margin:0 auto;
}

.section-title,
.home-section-title,
.home-about-wip-title{
    position:relative;

    padding:15px 0 15px 12px;
    margin:0 0 50px;

    font-family:'Inter', 'Noto Sans JP', sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:1;
    letter-spacing:0.18em;

    color:#fff;
    text-transform:uppercase;
}

.section-title::before,
.home-section-title::before,
.home-about-wip-title::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:1px;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.35) 45%,
        rgba(255,255,255,0) 100%
    );
}

.section-title::after,
.home-section-title::after,
.home-about-wip-title::after{
    content:"";

    position:absolute;
    bottom:0;
    left:0;

    width:100%;
    height:1px;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.35) 45%,
        rgba(255,255,255,0) 100%
    );
}


/* ===================================
HERO
=================================== */

.top-hero{
    position:relative;

    width:100%;
    max-width:1400px;

    margin:0 auto;
    padding:0;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;
}


/* =========================
IMAGE
========================= */

.hero-image{
    position:relative;

    width:100%;
    height:88%;

    margin:0 auto;

    overflow:hidden;
}

.hero-image::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:48%;
    height:100%;

    z-index:3;

    pointer-events:none;

    background:linear-gradient(
        to right,
        #132246 18%,
        rgba(19,34,70,1) 34%,
        rgba(19,34,70,0.62) 68%,
        rgba(19,34,70,0) 100%
    );
}


/* HERO SIDE GRADATION */

.hero-image::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    z-index:3;
    pointer-events:none;
    background:linear-gradient(
        to right,
        #132246 30%,
        rgba(19,34,70,0.98) 45%,
        rgba(19,34,70,0.72) 65%,
        rgba(19,34,70,0) 95%
    );
}

.hero-image::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:20%;
    height:100%;
    z-index:3;
    pointer-events:none;
    background:linear-gradient(
        to left,
        #132246 0%,
        rgba(19,34,70,1) 25%,
        rgba(19,34,70,0.5) 60%,
        rgba(19,34,70,0) 100%
    );
}


/* =========================
MAIN VISUAL
========================= */

.main-visual-image{
    width:100%;
    height:100%;

    display:flex;
    justify-content:flex-end;
}

.main-visual-image img{
    display:block;

    width:90%;

    object-fit:scale-down;

    object-position:65% center;
}


/* =========================
CONTENT
========================= */

.hero-content{
    position:absolute;

    left:8%;
    top:50%;

    transform:translateY(-50%);

    z-index:10;

    max-width:640px;

    text-align:left;
}

.hero-title{
    margin:0;

    color:#FAFAFA;

    font-family:'Playfair Display', serif;
    font-size:clamp(32px, 3.6vw, 58px);
    font-weight:500;
    line-height:0.98;
    letter-spacing:-0.02em;
}

.hero-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;

    min-width:180px;
    height:55px;

    margin-top:42px;
    padding:0 34px;

    border:1px solid rgba(255,255,255,0.24);

    background:rgba(255,255,255,0.03);

    color:#FAFAFA;

    font-size:14px;
    font-weight:500;
    letter-spacing:0.12em;

    border-radius:10px;

    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);

    transition:0.35s ease;
}


.hero-note{
    width:calc(100% - 80px);
    max-width:1400px;
    margin:18px auto 18px;

    font-size:12px;
    line-height:1.8;
    letter-spacing:0.04em;
    color:rgba(255,255,255,0.58);

    text-align:center;
}

@media screen and (max-width:768px){

    .hero-note{
        width:calc(100% - 36px);
        margin:14px auto 0;

        font-size:11px;
        line-height:1.7;
    }

}

/* ===================================
LATEST
=================================== */

.top-latest{
    position:relative;
    padding:0px 0 88px;
    margin:0px;
}

.latest-item{
    display:flex;
    align-items:center;
    gap:60px;

    margin-bottom:0;
}

.latest-item:last-child{
    margin-bottom:0;
}


/* =========================
IMAGE
========================= */

.latest-image{
    width:40%;
    padding-left:30px;
}

.latest-image a{
    display:block;
}

.latest-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
}


/* =========================
CONTENT
========================= */

.latest-content{
    width:60%;
    padding-right:30px;
}

/* 日付 */
.latest-date{
    display:block;

    margin-top:0;
    margin-bottom:18px;

    font-size:12px;
    font-weight:400;
    letter-spacing:0.14em;
    color:rgba(255,255,255,0.6);
}

/* タイトル */
.latest-title{
    margin-top:0;
    margin-bottom:22px;

    font-size:32px;
    font-weight:500;
    line-height:1.4;
    letter-spacing:0.03em;
}

.latest-title a{
    color:#fff;
    text-decoration:none;

    transition:opacity .3s;
}

.latest-title a:hover{
    opacity:.7;
}

/* 一言 */
.latest-text{
    margin-top:0;
    margin-bottom:40px;

    font-size:14px;
    line-height:2;
    letter-spacing:0.04em;
    color:rgba(255,255,255,0.72);

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* MORE */
.latest-more{
    position:relative;

    display:inline-block;

    padding-bottom:0px;

    font-size:13px;
    font-weight:500;
    letter-spacing:0.14em;

    color:#fff;
    text-decoration:none;
}

.latest-more::after{
    content:"";

    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:1px;

    background:rgba(255,255,255,0.4);

    transition:.3s;
}

.latest-more:hover::after{
    width:120%;
}


/* ===================================
WORKS
=================================== */

.top-works{
    position:relative;
    padding:0px 0 0px;
    margin-top:0;
}

/* =========================
TAB
========================= */

.works-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:10px;

    margin-bottom:40px;
    padding-left:30px;
    padding-right:30px;
}

.works-tab{
    padding:10px 18px;
    margin-bottom:0;

    background:rgba(255,255,255,0.025);
    border:1px solid rgba(255,255,255,0.22);
    border-radius:4px;

    font-size:12px;
    font-weight:500;
    letter-spacing:0.12em;
    line-height:1;

    color:rgba(255,255,255,0.66);

    cursor:pointer;

    transition:.3s ease;
}

.works-tab::after{
    display:none;
}

.works-tab:hover{
    color:#ffffff;
    border-color:rgba(255,255,255,0.48);
    background:rgba(255,255,255,0.06);
}

/* active */

.works-tab.is-active{
    color:#132246;

    background:#ffffff;
    border-color:#ffffff;

    box-shadow:none;
}


/* =========================
PANEL
========================= */

.works-panel{
    display:none;
    padding-left:30px;
    padding-right:30px;
}

.works-panel.is-active{
    display:block;
}


/* =========================
GRID
========================= */

.works-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:40px;
}


/* =========================
CARD
========================= */

.works-card a{
    display:block;

    text-decoration:none;
}

.works-thumb{
    overflow:hidden;

    border-radius:8px;

    margin-bottom:20px;
}

.works-thumb img{
    width:100%;
    display:block;

    transition:transform .5s ease;
}

.works-card:hover .works-thumb img{
    transform:scale(1.03);
}

/* タイトル */
.works-card-title{
    margin:0;

    font-size:16px;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.03em;

    color:#fff;
}


/* =========================
MORE
========================= */

.works-more-wrap{
    margin-top:60px;

    text-align:center;
}

.works-more{
    position:relative;

    display:inline-block;

    padding-bottom:0px;

    font-size:13px;
    font-weight:500;
    letter-spacing:0.14em;

    color:#fff;
    text-decoration:none;
}

.works-more::after{
    content:"";

    position:absolute;
    left:0;
    bottom:0;

    width:100%;
    height:1px;

    background:rgba(255,255,255,0.5);

    transition:.3s;
}

.works-more:hover::after{
    width:120%;
}


/* ==========================================
HOME ABOUT + WORK IN PROGRESS
========================================== */

.home-about-wip{
    padding:0px 40px 0px;
    background:transparent;
    color:#ffffff;
    margin-top:0;
    margin-bottom:0;
}

.home-about-wip-inner{
    max-width:1320px;
    margin:0 auto;
}

.home-about-wip-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    align-items:start;
}

/* 共通ブロック */
.home-about-box,
.home-wip-box{
    background:transparent;
    border:none;
    border-radius:0;
    padding:0;
}

/* 見出し */
.home-about-wip-title{
    margin:0 0 36px;
}

/* ABOUT */
.home-about-text{
    margin:0;
    font-size:15px;
    line-height:2;
    letter-spacing:0.04em;
    color:rgba(255,255,255,0.82);
}

.home-about-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:34px;
    min-width:160px;
    height:48px;
    padding:0 28px;

    border:1px solid rgba(255,255,255,0.65);
    border-radius:4px;

    font-size:13px;
    letter-spacing:0.12em;

    color:#ffffff;
    text-decoration:none;

    transition:all 0.25s ease;
}

.home-about-more:hover{
    background:#ffffff;
    color:#132246;
}

/* WIP */
.home-wip-link{
    display:block;
    color:inherit;
    text-decoration:none;
    width: 80%;
    margin: 0 auto;
}

.home-wip-image{
    overflow:hidden;
    border-radius:6px;
    background:rgba(255,255,255,0.08);
}

.home-wip-image img{
    display:block;
    width:100%;
    aspect-ratio:16 / 10;
    object-fit:cover;
    transition:transform 0.35s ease;
}

.home-wip-link:hover .home-wip-image img{
    transform:scale(1.04);
}

.home-wip-meta{
    margin-top:24px;
}

.home-wip-maker{
    margin:0 0 8px;

    font-size:11px;
    font-weight:500;
    letter-spacing:0.16em;

    color:rgba(255,255,255,0.58);
    text-transform:uppercase;
}

.home-wip-name{
    margin:0;

    font-family:"Playfair Display", "Times New Roman", serif;
    font-size:28px;
    font-weight:500;
    line-height:1.35;

    color:#ffffff;
}

.home-wip-separator{
    margin:0 9px;
    color:rgba(255,255,255,0.45);
}

.home-wip-maker-inline{
    font-family:'Inter', 'Noto Sans JP', sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:0.10em;
    color:rgba(255,255,255,0.58);
    text-transform:uppercase;
}




/* ===================================
CONTACT
=================================== */

.home-contact{
    padding:92px 0 96px;
    margin-top:0;
    margin-bottom:0;
    background:transparent;
}

.home-contact-content{
    max-width:820px;
    padding-left:30px;
}

.home-contact-text{
    margin:0 0 14px;

    font-size:15px;
    line-height:2;
    letter-spacing:0.04em;

    color:rgba(255,255,255,0.82);
}

.home-contact-text-jp{
    margin:0;

    font-size:13px;
    line-height:1.9;
    letter-spacing:0.04em;

    color:rgba(255,255,255,0.62);
}

.home-contact-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:36px;
    min-width:190px;
    height:52px;
    padding:0 30px;

    border:1px solid rgba(255,255,255,0.65);
    border-radius:4px;

    font-size:13px;
    font-weight:500;
    letter-spacing:0.14em;

    color:#fff;
    text-decoration:none;

    transition:0.3s ease;
}

.home-contact-button:hover{
    background:#fff;
    color:#132246;
}


/* ===================================
NEWS
=================================== */

.top-news{
    padding:0px 0 96px;
    margin-top:0;
    margin-bottom:0;
    background:transparent;
}

.news-list{
    margin-top:42px;
    border-top:1px solid rgba(255,255,255,0.22);
}

.news-item{
    border-bottom:1px solid rgba(255,255,255,0.16);
}

.news-link{
    display:grid;
    grid-template-columns:160px 1fr;
    gap:32px;
    align-items:center;

    padding:24px 0;

    color:#ffffff;
    text-decoration:none;
}

.news-date{
    font-size:12px;
    letter-spacing:0.12em;
    color:rgba(255,255,255,0.6);
}

.news-title{
    margin:0;

    font-size:16px;
    font-weight:500;
    line-height:1.6;
    letter-spacing:0.05em;

    color:#ffffff;
}

.news-link:hover .news-title{
    opacity:0.72;
}

.news-empty{
    margin:0;
    padding-left:30px;

    font-size:14px;
    line-height:2;
    letter-spacing:0.04em;

    color:rgba(255,255,255,0.66);
}

.news-more-wrap{
    margin-top:34px;
    text-align:center;
}

.news-more{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    color:#ffffff;

    font-size:12px;
    font-weight:600;
    letter-spacing:0.14em;

    text-decoration:none;
}

.news-more:hover{
    opacity:0.7;
}


/* ===================================
AFFILIATED
=================================== */

.top-affiliated{
    padding:0px 0 110px;
    margin-top:0;
    background:transparent;
}


/* ==========================================
HOME NEW LABEL
========================================== */

.latest-new,
.news-new,
.home-new-label{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    margin-left:10px;
    padding:5px 9px;

    background:#9e1b1b !important;
    border-radius:20px;

    color:#ffffff !important;

    font-family:'Inter', 'Noto Sans JP', sans-serif;
    font-size:10px;
    font-weight:700;
    letter-spacing:0.12em;
    line-height:1;

    vertical-align:middle;
}


/* ===================================
SP
=================================== */

@media screen and (max-width:768px){

    body{
        padding-top:62px;
    }

    body.admin-bar #site-header{
        top:46px;
    }

    #site-header .header-inner{
        padding:14px 20px 0px;
    }

    .header-top{
        justify-content:flex-start;
        margin-bottom:0;
    }

    .site-logo img{
        height:auto;
    }

    .logo-pc{
        display:none !important;
    }

    .logo-sp{
        display:block !important;
    }

    .site-logo img.logo-sp{
        height:14px !important;
        width:auto;
        margin-top:5px;
    }

    .header-sns{
        display:none;
    }

    .sp-menu-btn{
        display:block !important;
        z-index:10000;
    }


    /* SP MENU */
    .site-nav{
        opacity:0;
        visibility:hidden;
        pointer-events:none;

        position:fixed;

        top:46px;
        left:0;

        width:100vw;
        height:calc(100vh - 46px);

        margin:0;
        padding:80px 0 40px;

        overflow-y:auto;

        transform:translateY(-6px);

        background:rgba(6,18,43,0.46);

        backdrop-filter:blur(40px);
        -webkit-backdrop-filter:blur(40px);

        transition:
            opacity .45s ease,
            transform .45s ease,
            visibility .45s ease;

        z-index:9990;
    }

    body.nav-open .site-nav{
        opacity:1;
        visibility:visible;
        pointer-events:auto;

        transform:translateY(0);
    }

    .site-nav::after{
        content:"";

        display:block;

        width:100%;
        max-width:260px;

        height:1px;

        margin:50px auto 0;

        background:linear-gradient(
            to right,
            transparent,
            rgba(180,210,255,0.95),
            transparent
        );
    }

    .site-nav ul{
        position:relative;

        display:flex;
        flex-direction:column;
        align-items:center;

        gap:34px;

        margin-top:10px;
        padding-top:34px;
    }

    .site-nav ul::before{
        content:"";

        position:absolute;

        top:0;
        left:0;
        right:0;

        width:100%;
        max-width:260px;

        height:1px;

        margin:auto;

        background:linear-gradient(
            to right,
            transparent,
            rgba(180,210,255,0.95),
            transparent
        );
    }

    .site-nav li{
        text-align:center;
    }

    .site-nav li::after{
        display:none;
    }

    .site-nav li a{
        font-size:18px;
        letter-spacing:3px;
    }


    /* Hamburger close */
    body.nav-open .sp-menu-btn span:nth-child(1){
        top:6px;
        transform:rotate(45deg);
    }

    body.nav-open .sp-menu-btn span:nth-child(2){
        opacity:0;
    }

    body.nav-open .sp-menu-btn span:nth-child(3){
        bottom:6px;
        transform:rotate(-45deg);
    }


    /* SP MENU SNS */
    .sp-menu-sns{
        position:relative;

        display:flex !important;
        justify-content:center;
        align-items:center;

        gap:26px;

        margin-top:54px;
        padding-top:34px;
    }

    .sp-menu-sns::before{
        content:"";

        position:absolute;

        top:0;
        left:0;
        right:0;

        width:100%;
        max-width:260px;

        height:1px;

        margin:auto;

        background:linear-gradient(
            to right,
            transparent,
            rgba(180,210,255,0.95),
            transparent
        );
    }


    /* SP FOOTER */
    #site-footer{
        margin-top:70px;
        padding:54px 20px 30px;
    }

    .footer-nav{
        margin-bottom:28px;
    }

    .footer-nav ul{
        gap:20px;
    }

    .footer-nav a{
        font-size:11px;
        letter-spacing:1.8px;
    }

    .footer-sns{
        margin-bottom:28px;
    }

    .footer-sns a{
        width:20px;
        height:20px;
    }


    /* COMMON */
    section{
        padding:70px 0;
    }

    .inner,
    .home-contact-inner{
        width:calc(100% - 36px);
    }

    .section-title,
    .home-section-title,
    .home-about-wip-title{
        padding:14px 0 14px 8px;
        margin-bottom:36px;

        font-size:14px;
        letter-spacing:0.18em;
    }


    /* HERO */
    .top-hero{
        height:auto;
        min-height:0;
        max-height:none;
        display:block;
    }

    .hero-image{
        width:100%;
        height:auto;
        margin:0;
    }

    .main-visual-image,
    .main-visual-image img{
        height:auto;
    }

    .main-visual-image img{
        width:100%;
        object-fit:unset;
    }

    .hero-content{
        top:50%;
        left:8%;
        max-width:82%;
    }


    /* LATEST */
    .top-latest{
        padding:70px 0 72px;
    }

    .latest-item{
        display:block;
        margin-bottom:0;
    }

    .latest-image{
        width:100%;
        padding-left:0;
        margin-bottom:28px;
    }

    .latest-content{
        width:100%;
        padding-right:0;
    }

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

    .latest-text{
        margin-bottom:30px;

        font-size:13px;
        line-height:1.9;
    }


    /* WORKS */
    .top-works{
        padding:70px 0 80px;
    }

    .works-tabs,
    .works-panel{
        padding-left:0;
        padding-right:0;
    }

    .works-tabs{
        margin-bottom:34px;
    }

    .works-tab{
        padding:9px 14px;
        font-size:10px;
    }

    .works-grid{
        display:flex;
        gap:20px;

        overflow-x:auto;

        padding-bottom:10px;
    }

    .works-card{
        flex:0 0 85%;
    }

    .works-card-title{
        font-size:14px;
    }

    .works-more-wrap{
        margin-top:40px;
    }


    /* ABOUT / WIP */
    .home-about-wip{
        padding:64px 18px 76px;
    }

    .home-about-wip-grid{
        grid-template-columns:1fr;
        gap:26px;
    }

    .home-about-box,
    .home-wip-box{
        padding:0;
    }

    .home-about-wip-title{
        margin-bottom:30px;
    }

    .home-about-text{
        font-size:14px;
        line-height:1.9;
    }

    .home-about-more{
        margin-top:28px;
        min-width:140px;
        height:44px;
        font-size:12px;
    }

    .home-wip-meta{
        margin-top:20px;
    }

    .home-wip-name{
        font-size:23px;
    }


    /* CONTACT */
    .home-contact{
        padding:70px 0 76px;
    }

    .home-contact-content{
        max-width:none;
        padding-left:0;
    }

    .home-contact-text{
        font-size:14px;
        line-height:1.9;
    }

    .home-contact-text-jp{
        font-size:12px;
    }

    .home-contact-button{
        margin-top:30px;
        min-width:170px;
        height:46px;
        font-size:12px;
    }


    /* NEWS */
    .top-news{
        padding:70px 0 76px;
    }

    .news-list{
        margin-top:32px;
    }

    .news-link{
        grid-template-columns:1fr;
        gap:8px;
        padding:22px 0;
    }

    .news-date{
        font-size:11px;
    }

    .news-title{
        font-size:15px;
    }

    .news-empty{
        padding-left:0;
        font-size:13px;
    }


    /* AFFILIATED */
    .top-affiliated{
        padding:70px 0 84px;
    }

}



/* ==========================================
   HOME WIP title / maker balance
========================================== */

.home-wip-name{
    font-family:'Inter', 'Noto Sans JP', sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:1.6;
    letter-spacing:0.05em;
    color:#ffffff;
}

.home-wip-separator{
    margin:0 8px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,0.35);
}

.home-wip-maker-inline{
    font-family:'Inter', 'Noto Sans JP', sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:0.06em;
    color:rgba(255,255,255,0.62);
    text-transform:none;
}

@media screen and (max-width:768px){

    .home-wip-name{
        font-size:15px;
        line-height:1.6;
    }

    .home-wip-separator{
        margin:0 6px;
        font-size:13px;
    }

    .home-wip-maker-inline{
        font-size:12px;
        letter-spacing:0.04em;
    }

}