@charset "utf-8";

html,
body {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(51, 51, 51, 1.0);
    font-family: "Stoke", 'Noto Serif JP', serif;
    font-weight: 300;
}

* {
    box-sizing: border-box;
    margin-top: 0;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}


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

*:last-child {
    margin-bottom: 0;
}

:root {
    --lo1: 1920;
    --lo2: 100vw;
}

/* @media screen and (min-width:1920px) {
    :root {
        --lo1: 1600;
        --lo2: 1920px
    }
}

@media screen and (min-width:769px) and (max-width:1080px) {
    :root {
        --lo1: 1600;
        --lo2: 1080px
    }
}

@media screen and (max-width:768px) {
    :root {
        --lo1: 414;
        --lo2: 100vw
    }
} */

@media screen and (max-width:1024px) {
    :root {
        --lo1: 1600;
        --lo2: 1080px;
    }
}

@media screen and (max-width:560px) {
    :root {
        --lo1: 300;
        --lo2: 100vw;
    }
}


figure,
blockquote,
dd {
    margin: 0;
}

header,
footer,
div {
    position: relative;
}


table {
    border-collapse: collapse;
}

.none {
    display: none;
}

.clear::after {
    content: '';
    display: block;
    clear: both;


}





/* 共通設定 */
.wrap {
    overflow: hidden;
    width: 100%;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #FC08AC;
}

.sp-show,
.tb-show {
    display: none;

}

@media screen and (max-width: 1024px) {
    .tb-show {
        display: inline;

    }
}

@media screen and (max-width: 560px) {
    .sp-show {
        display: inline;

    }
}

/* スクロールバー　非表示 */
body {
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
body::-webkit-scrollbar {
    display: none;
}

/* ここまで */


/* ファーストビュー　　*/

.key-visual {
    background-image: url(../images/peony_04.jpg);
    background-color: rgba(255, 255, 255, 0.15);
    background-blend-mode: lighten;
    height: 100vh;
    width: 100%;
    background-position: center 10%;
    background-size: cover;
    margin-bottom: 100px;
}

.key-visual::before {
    content: '';
    display: block;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    filter: contrast(120%) opacity(30%) blur(8px);
    background: inherit;
}

header {
    /* height: 100px; */
}

header .head {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;

}

.show {
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(252, 8, 172, 0.5);
}

header h1 {
    font-size: 2.8em;
    position: fixed;
    top: 3.5rem;
    left: 3rem;
    font-weight: 400;
    text-shadow: 3px -1px 2px #ffffe5;
    line-height: 0;
    z-index: 12;
}

header h1 a {
    color: #000;
}

.top {
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    height: 100vh;
}

nav {
    padding-left: 70px;
    font-size: 1.5em;
    line-height: 1.5;
    z-index: 10;
    font-weight: 400;
}

nav .list-nav {
    position: fixed;
    bottom: 300px;
    left: 70px;
}

.list-sns {
    position: fixed;
    bottom: 190px;
    left: 70px;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 1.6em;
}


/* .dairiten_bosyu01 {
    position: fixed;
    bottom: 13%;
    border: 3px double #fff;
    text-align: center;
    box-sizing: border-box;
}

.dairiten_bosyu02 {
    position: fixed;
    bottom: 5%;
    border: 3px double #fff;
    text-align: center;
    box-sizing: border-box;
} */

/* .nav-box_text {
    display: block;
    color: #fff;
    font-family: 'Kaisei Decol', serif;
    font-size: 15px;
    padding: 7px 7px;

} */

.nav-box_text {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-family: 'Kaisei Decol', serif;
    font-size: 15px;
    padding: 7px 7px;

}

.nav-box i {
    font-size: 35px;
}

.nav-box01,
.nav-box02 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    border: 3px double #fff;
    box-sizing: border-box;
    width: 190px;
    height: 65px;
    left: 70px;
    border-radius: 8px;
    background-color: rgba(252, 8, 172, 0.4);
}


/* 各ボタンの位置 */
.nav-box01 {
    bottom: 120px;
}

.nav-box02 {
    bottom: 40px;
}

.nav-box:hover {
    background-color: rgba(252, 8, 172, 0.4);
    border-color: #FC08AC;
}

.nav-box:hover .nav-box_text {
    color: #000;
    /* ホバー文字色 */
}


.line {
    border: 3px double #000;
    transition: 1s;
    border-radius: 8px;
    background-color: transparent;
}

.fontcolor {
    color: #000;
    transition: 1s;
}



.catch-copy {}

.catch-copy p {
    display: block;
    font-size: 2.3vw;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 3%;
    color: rgba(51, 51, 51, 0.75);
    text-shadow: 3px 0px 10px #ffffe5;
    /* max-width: 30em; */
    width: calc(1382 / var(--lo1) * var(--lo2));
    margin: 0 auto;
    padding: 0 calc(100 / var(--lo1) * var(--lo2));

}




/* 一文字ずつ表示するキャッチ　*/

.fadein_text span {
    opacity: 0;

}


/*　ここまで */


/* ヘッダー上からフェード */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ここまで */


/* スクロールボタン-------------------------------- */
/*スクロールダウン全体の場所*/
.scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    right: 8%;
    bottom: -5%;
    /*全体の高さ*/
    height: 100px;

}

/*Scrollテキストの描写*/
.scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -34px;
    top: -30px;
    /*テキストの形状*/
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 50px;
    background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 3s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 50px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/* スクロールボタン　　　　ここまで----------------------- */

/* ヘッダー・トップ ------------ タブレット用 */
@media screen and (max-width: 1024px) {

    .top {
        grid-template-columns: 1fr;
    }

    nav {
        display: none;
    }

    .catch-copy p {
        font-size: 3.9vw;
        text-align: start;
        padding-left: 1.5rem;
    }

    .catch-copy .tb-show {
        display: none;
    }

    .scrolldown1 {
        /*描画位置※位置は適宜調整してください*/
        right: 50%;
        bottom: -3%;

    }

    .scrolldown1 span {
        left: -43px;
        top: -36px
    }

}

/* ここまで　　ヘッダー・トップ ------------ タブレット用 */


/* ヘッダー・トップ ------------ SP用 */
@media screen and (max-width: 560px) {
    .key-visual {
        min-height: 100dvh;
    }

    .key-visual::before {
        min-height: 100dvh;
    }

    header {
        height: 60px;
    }

    header .head {
        height: 60px;
    }

    header h1 {
        font-size: 2em;
        top: 2.2rem;
        left: 1.2rem;
    }

    .show {
        box-shadow: 0 3px 6px rgba(252, 8, 172, 0.5);
    }

    .catch-copy p {
        font-size: 1.5em;
        writing-mode: vertical-rl;
        top: 2rem;
        right: -9rem;
        line-height: 2;
        max-width: 300px;
        margin: 0;
        padding: 0;
    }

    .scrolldown1 {
        /*描画位置※位置は適宜調整してください*/
        right: 23%;
        bottom: 2%;
    }

    /*Scrollテキストの描写*/
    .scrolldown1 span {
        /*描画位置*/
        left: -1.8rem;
        top: -1.5rem;
        /*テキストの形状*/
        font-size: 1em;
    }
}

/* ここまで　　ヘッダー・トップ ------------ SP用 */

/* フッター　　*/

footer {
    display: grid;
    grid-template-rows: 1fr auto;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FC08AC;
    color: #ffffff;
    z-index: 12;
    /* font-weight: bold; */
}

footer a {
    color: #ffffff;
    display: block;
}

footer a:hover {
    color: #000000;
}

.page-top-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/footer_star_01.svg);
    /* background-size: auto; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 98% 20%;
}

.page-top-btn a {
    font-size: 3.8em;
}



.footer-inner {
    background-image: url(../images/footer-star_02.svg);
    background-size: auto;
    background-position: 5% 75%;
}

.footer-logo {
    font-size: 8em;
    line-height: 0.8;


}

.footer-logo-name {
    font-size: 4.2em;

}

.copyright {
    margin-bottom: 40px;

}

.sns-footer {
    display: flex;
    justify-content: center;
    font-size: 4.5em;
    line-height: 1;
    padding: 0 60px;
}

.sns-footer li {
    padding: 2rem;
}



.star {
    position: absolute;
    background: url(../images/spakle.svg) no-repeat;
    background-size: contain;
    overflow: hidden;
}

.star_01 {
    width: 150px;
    height: 150px;
    top: 569px;
    left: 355px;
}

.star_02 {
    width: 104px;
    height: 104px;
    top: 566px;
    left: 834px;
}

.star_03 {
    width: 104px;
    height: 104px;
    top: 463px;
    right: 710px;
}

.star_04 {
    width: 104px;
    height: 104px;
    top: 622px;
    right: 426px;
}

.star_05 {
    width: 176px;
    height: 176px;
    right: 240px;
    top: 743px;
}

.star_06 {
    width: 104px;
    height: 104px;
    right: 459px;
    bottom: 63px;
}

.star_07 {
    width: 104px;
    height: 104px;
    left: 647px;
    bottom: 74px;
}

/* フッター　ここまで ------------------ */



/* フッター　　　　------------ タブレット用 */
@media screen and (max-width: 1024px) {


    .page-top-btn {
        background-size: 40%;
        background-position: 100% 94%;
    }

    .footer-inner {
        background-size: 32%;
        background-position: 3% 80%;
    }

    .footer-logo {
        font-size: 5em;
    }

    .footer-logo-name {
        font-size: 3.2em;

    }

    .sns-footer {
        font-size: 3em;
        padding: 0 20px;
    }

    .sns-footer li {
        padding: 1rem;
    }


    .copyright {
        margin-bottom: 40px;

    }

    .star_06 {
        width: 104px;
        height: 104px;
        right: 4%;
        bottom: 15%;
    }

}

/* ここまで　フッター　　 ------------ タブレット用 */

/* フッター　　　　------------ SP用 */
@media screen and (max-width: 560px) {


    .page-top-btn {
        background-size: 50%;
        background-position: 100% 100%;
    }

    .page-top-btn a {
        font-size: 2.6em;
    }

    .footer-inner {
        background-size: 27%;
        background-position: 3% 92%;
    }

    .footer-logo {
        font-size: 2.8em;
        line-height: 1;
        padding-bottom: 10px;
    }

    .footer-logo-name {
        font-size: 2em;
        line-height: 1;
        padding-bottom: 20px;
    }


    .copyright {
        margin-bottom: 40px;
    }

    .star_01 {
        width: 30%;
        height: 30%;
        top: 10%;
        left: 10%;
    }

    .star_02 {
        width: 25%;
        height: 25%;
        top: 51%;
        left: 45%;
    }

    .star_03 {
        width: 104px;
        height: 104px;
        top: 30%;
        right: 6%;
    }

    .star_04 {
        width: 104px;
        height: 104px;
        top: 60%;
        right: 60%;
    }

    .star_05 {
        width: 60px;
        height: 60px;
        right: 70%;
        top: 83%;
    }

    .star_06 {
        width: 104px;
        height: 104px;
        right: 1%;
        bottom: 1%;
    }

    .star_07 {
        width: 104px;
        height: 104px;
        left: 2%;
        bottom: 20%;
    }
}

/* ここまで　フッター　　 ------------ SP用 */


/* メインコンテンツ　 共通*/

.contents {
    width: 100%;
    padding-left: calc(360 / var(--lo1) * var(--lo2));
    /* width: calc(1382 / var(--lo1) * var(--lo2));
    margin: 0 auto;
    padding: 0 calc(129 / var(--lo1) * var(--lo2)) */

}

.contents h2 {
    font-size: 4em;
    font-weight: 400;
    line-height: 3.2;
}

.pink {
    color: #FC08AC;
}

#about {
    margin-bottom: 250px;
}

#works,
#media,
#news {
    margin-bottom: 200px;
}


.cont {
    /* width: calc(1382 / var(--lo1) * var(--lo2));
    margin: 0 auto;
    padding: 0 calc(129 / var(--lo1) * var(--lo2)) */
    padding-right: 60px;
    max-width: 1500px;
}

section::before {
    content: '';
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}

#sp-ols {
    display: none;
}


/* メインコンテンツ　 共通------------ タブレット用 */
@media screen and (max-width: 1024px) {
    .contents {
        padding-left: 0;

    }

    .contents h2 {
        text-align: center;
    }

    .cont {
        padding-left: 60px;
        margin-right: auto;
        margin-left: auto;
    }


    #about,
    #works,
    #media,
    #news {
        margin-bottom: 250px;
    }

    #sp-ols {
        display: block;
        margin-bottom: 80px;
        font-family: 'Kaisei Decol', serif;
    }

    .sp-ols__1 {
        background-color: #FC08AC;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
    }

    .sp-ols__1 a {
        color: #fff;
    }

    .sp-ols__2 {
        background-color: #FC08AC;
        color: #fff;
        text-align: center;
    }

    .sp-ols__2 a {
        color: #fff;
    }

}

/* ここまで　メインコンテンツ　共通------------ タブレット用 */

/* メインコンテンツ　 共通------------ SP用 */
@media screen and (max-width: 560px) {

    .contents h2 {
        font-size: 3.3em;
        line-height: 1.2;
    }

    .cont {
        padding-right: 40px;
        padding-left: 40px;
    }

    #about,
    #works,
    #media,
    #news {
        margin-bottom: 200px;
    }
}

/* ここまで　メインコンテンツ　共通------------ SP用 */


/* About -------------------------- */


#about .about-copy p {
    font-family: 'Klee One', cursive;
    font-size: 1.5em;
    padding: 0 2rem 4rem 4rem;
    font-weight: 600;
    text-align: justify;
    max-width: 51em;
}

#about .about-visual {
    max-width: 100%;
    height: 850px;
    background-image: url(../images/casket_01.jpeg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 150px;
}

#about .about-visual-filter p {
    color: #ffffff;
    font-family: 'Klee One', cursive;
    font-size: 1.4em;
    line-height: 1.8;
    padding: 1.5rem 4rem 1.5rem 4rem;
    text-align: justify;
    max-width: 65em;
}

#about .about-visual-filter p span {
    position: relative;
    z-index: 1;
}

#about .about-visual-filter p::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(33, 33, 33, 0.5);
}

#about .desingner {
    max-width: 1200px;
}

#about h3 {
    font-size: 2.5em;
    padding-bottom: 80px;
}

#about .desingner {
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 100px;
    padding-left: 50px;
}

#about .desingner .desingner_inner01 img {
    border-radius: 50%;
}

#about .desingner .desingner_inner02 {
    font-size: 1em;
}

#about .desingner .desingner_name {
    font-size: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
}

#about .desingner .desingner_prof {
    text-align: justify;
}

/* #about .desingner_name .sp-show {
    display: none;
} */

/* #about>.more {
    font-size: 1.5em;
    font-weight: 400;
    width: 250px;
    height: 50px;
    background-color: #FC08AC;
    line-height: 2.2;
} */

/* #about¥>.more a {
    display: block;
    text-align: center;
    color: #fff;
}

#about .more_about:hover{
    background-color: #000;

} */



/* About ここまで-------------------------- */

/* About タブレット用-------------------------- */
@media screen and (max-width: 1024px) {
    #about .about-copy p {
        font-size: 1.3em;
        width: calc(1024 / var(--lo1) * var(--lo2));
        margin: 0 auto;
        padding: calc(30 / var(--lo1) * var(--lo2));
    }

    #about .about-visual {
        height: 1200px;
    }



    #about .about-visual-filter p {
        font-size: 1.3em;
        width: calc(1024 / var(--lo1) * var(--lo2));
        margin: 0 auto;
        padding: calc(30 / var(--lo1) * var(--lo2));
    }


    #about .about-copy p .tb-show {
        display: none;
    }

    #about h3 {
        text-align: center;
    }

    #about .desingner {
        column-gap: 1.5rem;
        padding: calc(50 / var(--lo1) * var(--lo2));
    }

    #about .desingner .desingner_inner01 {
        display: flex;
        align-items: center;
    }



    /* #about .desingner .desingner_name {
        padding-top: 0;
        padding-bottom: 1rem;
    }

    #about .desingner_inner02>.tb-show {
        display: inline-block;
    } */
}

/* About タブレット用ここまで-------------------------- */

/* About SP用-------------------------- */
@media screen and (max-width: 560px) {

    #about h3 {
        padding-bottom: 0;
    }

    #about .about-copy p {
        font-size: 1em;
        max-width: calc(300 / var(--lo1) * var(--lo2));
        margin: 0 auto;
        padding: calc(25 / var(--lo1) * var(--lo2));
        line-height: 1.8;
    }

    #about .about-visual {
        height: 980px;
        margin-bottom: 100px;
    }

    #about .about-visual-filter p {
        font-size: 1em;
        max-width: calc(300 / var(--lo1) * var(--lo2));
        margin: 0 auto;
        padding: calc(25 / var(--lo1) * var(--lo2));
        line-height: 1.8;
    }


    #about .desingner {
        grid-template-columns: 1fr;
        row-gap: 2rem;
        padding: calc(45 / var(--lo1) * var(--lo2));
    }

    #about .desingner_name span>.sp-show {
        display: none;
    }

    #about .desingner_name br>.sp-show {
        display: inline;
    }

}

/* About SP用ここまで-------------------------- */

/* Works -------------------------- */


/* #works h2 {
    padding-bottom: 90px;
} */

#works h3 {
    font-size: 2em;
    font-weight: 400;
    padding-left: 40px;
    padding-bottom: 30px;
}

#works h3 .ja {
    font-family: 'Kaisei Decol';
    padding-right: 20px;
    font-size: 3rem;
    letter-spacing: 0;
}

#works .works-inner {
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 100px;
    gap: 100px;
    margin-bottom: 100px;
}

#works .works-inner li {
    background-image: url(../images/frame_01.svg);
    aspect-ratio: 411 / 285;
    display: flex;
    justify-content: center;
    align-items: center;

}

#works .works-inner li .frame-inner {
    width: 87%;
    height: 81%;
    border-radius: 20px;
}

#works .works-inner li .works_01 {
    background-image: url(../images/end-box_heaven_1.jpg);
    background-size: 70% auto;
    background-position: center top 65%;
}

#works .works-inner li .works_02 {
    background-image: url(../images/end-box_shell_1.jpeg);
    aspect-ratio: 411 / 285;
    background-size: 66% auto;
    background-position: left 53% top 68%;
}

#works .works-inner li .works_03 {
    background-image: url(../images/casket_05.jpg);
    aspect-ratio: 411 / 285;
    background-size: 135% auto;
    background-position: left 20% top -5%;
}

#works .works-inner li .works_04 {
    background-image: url(../images/casket_03.jpg);
    aspect-ratio: 411 / 285;
    background-size: 100% auto;
    background-position: left 30% top 15%;
}



.more {
    position: absolute;
    right: 0;
    max-width: 600px;
    padding-right: 10%;
    text-align: right;
    font-size: 1.5em;
    background-color: #FC08AC;
    height: 2.5rem;
}

.more a {
    display: block;
    padding-left: 20px;
    color: #fff;
}

.more:hover {
    background-color: #000;
}

.arrow {
    display: inline-block;
    position: relative;
    top: 25px;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 25px;
}

.arrow .line_01 {
    height: 1px;
    background-color: #fff;
}

.arrow .line_02 {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    width: 90px;
    height: 1px;
    background-color: #fff;
    transform: rotate(10deg);
}

.arrow .line_03 {
    position: absolute;
    transform-origin: right bottom;
    top: -16px;
    right: 88px;
    width: 40px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-36deg);
}

/* Works ここまで-------------------------- */

/* Works　タブレット用　-------------------------- */
@media screen and (max-width: 1024px) {



    #works .works-inner {
        max-width: 900px;
        margin-left: 0;
        gap: 60px;
        margin-bottom: 80px;
    }


}

/* Works タブレット用　　ここまで-------------------------- */

/* Works SP用-------------------------- */
@media screen and (max-width: 560px) {
    #works h2 {
        padding-bottom: 42px;
    }

    #works h3 {
        padding-left: 0;
    }

    #works h3 span {
        display: block;
    }

    #works h3 .ja {
        font-size: 1.3em;
    }

    #works h3 .en {
        font-size: 0.8em;
    }

    #works .works-inner {
        max-width: 350px;
        grid-template-columns: 1fr;
        margin: auto;
        padding-bottom: 5rem;
        gap: 50px;
    }

    #works .view-more {
        font-size: 2em;
    }

    .arrow {
        width: 118px;
        margin-left: 8px;
        margin-right: -13px;
        margin-bottom: 26px;
    }

    .arrow .line_02 {
        width: 60px;
    }

    .arrow .line_03 {
        top: -11px;
        right: 57px;
        width: 30px;
    }
}

/* Works SP用　ここまで-------------------------- */

/* Media -------------------------- */

/* #media h2 {
    margin-bottom: 90px;
} */

#media .list-media {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1000px;
    margin-left: 100px;
    border-top: 1px solid #212121;
    margin-bottom: 4rem;
}

#media .list-media dt,
#media .list-media dd {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #212121;
    font-size: 1.3em;
}

#media .list-media dt {
    padding-left: 3rem;
    padding-right: 1rem;
}

#media .list-media dd {
    padding-left: 2rem;
    padding-right: 3rem;
}

/* #media>.more {
    margin-top: 4rem;
} */

/* Media ここまで -------------------------- */

/* media タブレット用-------------------------- */
@media screen and (max-width: 1024px) {


    #media .list-media {
        grid-template-columns: 1fr;
        max-width: 900px;
        margin-left: 0;
    }

    #media .list-media dt,
    #media .list-media dd {
        padding: 0;
        padding-top: 3rem;
    }

    #media .list-media dt {
        border-bottom: none;
        padding-left: 3rem;
    }

    #media .list-media dd {
        padding-bottom: 3rem;
        padding-left: 6rem;
    }
}

/* media タブレット用　ここまで -------------------------- */

/* media SP用-------------------------- */
@media screen and (max-width: 560px) {

    #media h2 {
        padding-bottom: 2.8rem;
    }

    #media .list-media {
        max-width: 350px;
    }

    #media .list-media dt,
    #media .list-media dd {
        padding-top: 1.5em;
        font-size: 1em;
    }

    #media .list-media dt {
        padding-left: 1em;
    }

    #media .list-media dd {
        padding-bottom: 1.5em;
        padding-left: 2em;
        padding-right: 1em;
    }
}

/* media SP用　ここまで -------------------------- */


/* information -------------------------- */
#information .info_inner {
    background-image: url(../images/okinwa_casket02-min.jpg);
    background-size: cover;
    background-position: center bottom 20%;
    position: relative;
    height: 1820px;
}

#information .info_inner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

#information .info_inner h2 {
    padding-top: 100px;
}

#information .company {
    max-width: 100%;
    height: 100%;
    font-size: 1.5em;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    background-color: rgba(255, 255, 255, 0.8);
}

#information .company {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

#information .company .company01 figure {
    padding: 20%;
    /* width: 600px;
    height: 600px; */
}


#information .mement_insta_text {
    font-weight: 400;
    padding-left: 15px;
    font-size: 0.9em;
}

#information .company .company01 figcaption {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

#information .company .company01 figcaption a {
    display: block;
    height: 100%;
}

#information .company .company01 figure svg {
    width: 40px;
    height: 100%;
}

#information .company .company02 h3 {
    font-family: "Stoke", 'Noto Serif JP', serif;
    font-weight: 300;
    margin-top: 70px;
}

#information .company .company02 .company-name-ja {
    font-weight: 600;
    font-size: 1.8vw;
    line-height: 1;
    padding-left: 5rem;
    padding-bottom: 1.5em;
}

#information .company-name-en {
    font-size: 2.4vw;
}

#information .company-name-en>.small {
    font-size: 0.8em;
    padding-left: 1em;
    padding-right: 1em;
}

#information .list-company {
    display: grid;
    grid-template-columns: auto 1fr;
    padding-right: 50px;
}

#information .list-company dt {
    padding-bottom: 0.1rem;
    font-weight: 500;
    font-size: 1.3vw;
    text-align: center;
}

#information .list-company dd {
    font-weight: 400;
    font-size: 1.3vw;
    padding-bottom: 1.2em;
    padding-left: 2rem;
}

#information .list-company dd .sp-show {
    display: inline;
}

#information .list-company .toiawase {
    font-size: 0.6em;
}

#information .contact_us {
    font-size: 0.9em;
    font-weight: 400;
    width: 250px;
    height: 50px;
    background-color: #FC08AC;
    margin-left: 20%;
    margin-bottom: 10%;
    margin-top: 5%;
    border-radius: 15px;
    line-height: 2.0;
}

#information .contact_us a {
    display: block;
    text-align: center;
    color: #fff;
}

#information .contact_us:hover {
    background-color: #000;

}


/* information ここまで -------------------------- */

/* information タブレット用-------------------------- */
@media screen and (max-width: 1024px) {

    #information .info_inner h2 {
        padding-top: 50px;
    }

    #information .company {
        max-width: 768px;
        margin-left: 0;
        grid-template-columns: 1fr;
        margin: 0 auto;
        padding-bottom: 3rem;
    }

    #information .company .company01 figure {
        padding: 100px calc(200 / var(--lo1) * var(--lo2));
    }

    #information .company .company02 h3 {
        margin-top: 0;
    }

    #information .company .company02 .company-name-ja {
        text-align: center;
        font-size: 1.2em;
        padding-left: 0;
    }

    #information .company-name-en {
        font-size: 2.5rem;
        text-align: center;
    }


    #information .list-company {
        padding-right: 0;
        max-width: 465px;
        margin: 0 auto;
    }

    #information .list-company dt,
    #information .list-company dd {
        padding: 1rem 0.5rem;
        font-size: 0.8em;
    }

    #information .contact_us {
        margin: 2rem auto;
    }

    /* #information .list-company dt {
        padding-left: 3rem;
    }

    #information .list-company dd {
        padding-bottom: 3rem;
        padding-left: 6rem;
    } */
}

/* information タブレット用ここまで -------------------------- */

/* information SP用-------------------------- */
@media screen and (max-width: 560px) {

    #information .info_inner {
        background-image: url(../images/okinwa_casket02.jpg);
        background-size: cover;
        background-position: center bottom 20%;
        position: relative;
        height: 1500px;
    }

    #information .info_inner h2 {
        padding-bottom: 50px;
    }

    #information .company {
        max-width: 350px;
        font-size: 1em;
    }

    #information .company .company01 figure {
        padding: 60px calc(30 / var(--lo1) * var(--lo2));
    }

    #information .company-name-ja {
        font-size: 1em;
        padding-bottom: 1em;
    }

    #information .company-name-en {
        font-size: 2em;
        line-height: 1.3;
        padding-bottom: 0.8em;
    }

    #information .list-company {
        grid-template-columns: 1fr;
        padding-left: 1rem;
        padding-right: 0;
        max-width: 280px;
        margin: 0 auto;
    }

    #information .list-company dt,
    #information .list-company dd {
        font-size: 0.8em;
    }


    #information .list-company dt {
        text-align: left;
        padding: 0;
    }

    #information .list-company dd {
        padding-top: 0;
        padding-left: 1rem;
    }

    #information .contact_us {
        font-size: 1.5em;
        line-height: 2;
    }

    /* #information .company-name-en>.small {
        display: block;
    }

    #information .list-company dt,
    #information .list-company dd {
        padding-top: 1.5em;
    }

    #information .list-company dt {
        padding-left: 1em;
    }

    #information .list-company dd {
        padding-bottom: 1.5em;
        padding-left: 3em;
    } */
}

/* information SP用ここまで -------------------------- */


/* PCでは非表示のまま */
.sns-links.sp-tb-only {
    display: none;
}

/* タブレット/スマホで表示 */
@media screen and (max-width:1024px) {
    :root {
        --sns-h: 50px;
        /* 行の高さ（全員これに合わせる） */
        --sns-gap: 10px;
        /* アイテム間隔 */
        --sns-icon: 40px;
        /* アイコンサイズ（X/FB/✉） */
    }

    /* ラッパー：左右の余白＆中央寄せ＆幅制限を追加 */
    .sns-links.sp-tb-only {
        display: block;
        position: relative;
        z-index: 10;
        margin: 1.6rem auto 1rem;
        padding: 0 20px;
        /* ← 両端の余白 */
        max-width: 90%;
        /* ← 画面端に張り付かない */
        box-sizing: border-box;
    }

    .sns-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: var(--sns-gap);
        padding: 0;
        /* ここは0でOK（余白はラッパーで付与） */
        flex-wrap: nowrap;
    }

    /* --- Instagram 公式風ボタン（高さそろえ） --- */
    .sns-btn {
        display: inline-flex;
        align-items: center;
        gap: .6em;
        height: var(--sns-h);
        padding: 0 .9em;
        border-radius: 10px;
        color: #111;
        background: #fff;
        border: 2px solid transparent;
        background-clip: padding-box;
        position: relative;
        white-space: nowrap;
        /* 折返ししない */
    }

    .sns-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 2px;
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .sns-btn i {
        font-size: 2.4rem;
        /* ← アイコン大きさはここ */
        background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .sns-label {
        display: inline-flex;
        flex-direction: column;
        line-height: 1.1;
        font-weight: 700;
        font-size: .95rem;
        font-family: 'Kaisei Decol', serif;
    }

    .sns-label small {
        font-weight: 500;
        font-size: .72rem;
        opacity: .8;
    }

    /* --- X / Facebook / Mail：白背景＋黒アイコン（反転指定） --- */
    .sns-icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--sns-h);
        height: var(--sns-h);
        border-radius: 10px;
        background: #fff;
        /* 通常は白 */
        color: #000;
        /* アイコン黒 */
        transition: .3s;
    }

    .sns-icon-btn i {
        font-size: var(--sns-icon);
    }

    .sns-icon-btn:hover {
        background: #FC08AC;
        /* ホバー：ピンク背景 */
        color: #fff;
        /* アイコン白に反転 */
        border-color: #FC08AC;
    }
}

@media screen and (max-width: 1024px) {
    .sns-links.sp-tb-only {
        display: block !important;
        position: relative;
        z-index: 10;
        width: 100%;
        margin: 1.6rem auto 1rem;
    }

    .sns-links.sp-tb-only .sns-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;

        /* ここで余白を効かせる */
        max-width: 92%;
        /* ← 幅を全体の92%に制限 */
        margin: 0 auto;
        /* ← 中央寄せ */
        padding: 0 16px;
        /* ← 左右に余白 */
        box-sizing: border-box;
    }
}