@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* CSS Document */



body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
}

a:hover {
    opacity: 0.8;
}
a:focus {
    outline: none;
}
a {
    transition: opacity 0.3s ease-out;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 10px;
    width: 70px;
    cursor: pointer;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ccc;
    overflow-y: auto;
}
/* @media (max-width: 750px) {
    #nav-fixed {
        width: 40vw;
        height: 100%;
    }
} */
#nav-fixed.navClose {
    animation: navClose 0.25s ease 0.0s forwards alternate;
}
#nav-fixed.navOpen {
    animation: navOpen 0.25s ease 0.0s forwards alternate;
}

#nav-fixed ul li {
    font-size: 18px;
    padding: 0.5em;
}
#nav-fixed ul li a {
    padding: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
}
#nav-fixed ul li img {
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
#nav-fixed ul li a:hover {
    opacity: 0.75;
}
@media (max-width: 750px) {
    #nav-btn {
        top: 3vw;
        right: 3vw;
        width: 14vw;
    }
    #nav-fixed {
        left: -75vw;
        width: 75vw;
    }
}
@keyframes navClose {
    0% {
        left: 0;
    }
    100% {
        left: -300px;
    }
}
@keyframes navOpen {
    0% {
        left: -300px;
    }
    100% {
        left: 0;
    }
}
@media (max-width: 750px) {
    @keyframes navClose {
        0% {
            left: 0;
        }
        100% {
            left: -75vw;
        }
    }
    @keyframes navOpen {
        0% {
            left: -75vw;
        }
        100% {
            left: 0;
        }
    }
}
#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents #sns-share h2{
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 4.5%;
}
#social_btn {
	width: 100%;
    text-align: center;
    font-size: 0;
}
#social_btn > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
#social_btn .fb_iframe_widget {
    vertical-align: top;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top.fixed {
    position: fixed !important;
}









/* sns-area */

#sns-area{
	margin-bottom: 2em;
	margin: 0 5.333% 3em;
}

.main-sns .ttl-sns{
    background: #969696;
}

.main-sns .inner {
    position: relative;
}
.main-sns .inner .bg {
    position: relative;
    z-index: 1;
}

.main-sns .inner .on {
    position: absolute;
    z-index: 2;
    width: 76.9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-sns .inner li{
    background: #fff;
}

.main-news .ttl-news{
    background: #969696;
}

.main-news .news_inner{
    background: #fff;
    width: 100%;
    border: 1px solid #969696;
    box-sizing: border-box;
}

.main-news .news_inner.gray{
    background: #eee;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.main-news .news_inner .news_lead{
    width: 84.6%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .news_inner .news_btn{
    width: 76.923%;
    border: 1px solid #969696;
    margin-left: auto;
    margin-right: auto;
}




/* Alternative */

.main-sns.alter{
    position: relative;
    padding: 8% 0;
    background: #EEECEB;
}
.main-sns.alter .ttl-sns{
    background: #EEECEB;
}
.main-sns.alter ul{
    width: 90%;
    margin: 0 auto;
}
.main-sns.alter::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 1px;
    background: #8F8F8F;
    transform: translate(-50%, 0);

}

.main-channel.alter{
        padding: 8% 0;
    background: #EEECEB;
}
.main-channel.alter .ttl-channel{
    background: #EEECEB;
}
.main-channel.alter ul{
    width: 90%;
    margin: 0 auto;
}



/* global */
.other-txt{
    display: block;
}
.global-txt{
    display: none;
}
.global .other-txt {
    display: none;
}
.global .global-txt{
    display: block;
}


#site-notice{
	margin: 2em 5.333%;
    font-size: min(2.66vw,14px);
}


/* -----------------------------------------
	SNS footer
-----------------------------------------*/
#sns-footer {
	background: #EEE;
}
#sns-footer svg {
	width: 100%;
}
#sns-footer img {
	width: 100%;
}
#sns-footer #sns-footer-inner {
	max-width: 750px;
	margin: auto;
}
#sns-footer #sns-footer-inner #sns-footer-tit {
	padding: 12% 20% 5%;
}
#sns-footer #sns-footer-inner #sns-footer-line {
	padding: 0 14% 10%;
}
#sns-footer #sns-footer-inner #sns-footer-tit-02 {
	padding: 0 33% 3.5%;
}
#sns-footer #sns-footer-inner #sns-footer-list {
	padding: 0 14% 15%;
	overflow: hidden;
}
#sns-footer #sns-footer-inner #sns-footer-list li {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#sns-footer #sns-footer-inner #sns-footer-list li a {
	display: block;
	padding: 5%;
}



/* -----------------------------------------
contents
-----------------------------------------*/
.sp {
    display: block;
}
.pc {
    display: none;
}
#container {
    margin: auto;
    width: 100%;
    font-family:  "游ゴシック体", YuGothic, "Zen Kaku Gothic New", sans-serif;
    * {
        box-sizing: border-box;
    }
}
#contents {
    margin: auto;
    line-height: 1.6;
    font-size: 26px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-feature-settings: "palt";
}

.content-inner {
    width: 86.6667%;
    margin-inline: auto;
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#container img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hbg-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: #9b8aff;
    border: 1px solid #000;
    border-radius: 50%;
    position: fixed;
    top: 59px;
    right: 16px;
    z-index: 1000;
    transition: .3s ease;
    padding: 0;
    &.fixed {
        top: 16px;
    }
    &.close {
        background: transparent;
        border-color: transparent;
        top: 0;
        right: 0;
        .hbg-btn__ico__border {
            &:first-child {
                rotate: 30deg;
                translate: 0 13px;
            }
            &:nth-child(2) {
                opacity: 0;
            }
            &:last-child {
                rotate: -30deg;
                translate: 0 -1px;
            }
        }
        .hbg-btn__txt {
            opacity: 0;
            visibility: hidden;
        }
    }

}
.hbg-btn__ico {
    display: grid;
    gap: 6px;
    width: 27px;
    margin: 0 auto 4px;
}
.hbg-btn__ico__border {
    display: block;
    height: 1px;
    background: #000;
    transition: .3s ease;
}
.hbg-btn__txt__img {
    width: 24px;
    margin-inline: auto;
}
.hbg {
    display: grid;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 900;
    background: #ebe8ff;
    padding-block: 22px 20px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    &.show {
        opacity: 1;
        visibility: visible;
    }
}
.hbg__deco {
    width: 12px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 4vw;
}
.hbg__inner {
    display: grid;
    align-content: safe center;
    width: 70%;
    margin-inline: auto;
    height: calc(100% - 40px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
        display: none;
    }
}
.hbg__img {
    width: 62%;
    margin: 0 auto 15px;
}
.hbg__list {
    border-block: 2px solid #000;
    margin-bottom: 25px;
}
.hbg__list__items + .hbg__list__items {
    border-top: 1px solid #000
}

.hbg__list__link {
    display: block;
    padding: 15px 10px;
    background: url(../img/260129/ico_hbg01.webp) no-repeat center right 10px/19px;
    span {
        display: block;
    }
}
.hbg__list__link--anchor {
    background: url(../img/260129/ico_hbg02.webp) no-repeat center right 10px/19px;
}
.hbg__list__link__subtxt {
    font-size: min(2.93vw,11px);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .15em;
}
.hbg__list__link__txt {
    font-size: min(3.73vw,14px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .05em;
}
.hbg__totop {
    display: block;
    width: fit-content;
    margin-inline: auto;
    font-size: min(3.2vw,12px);
    font-weight: 600;
    line-height: 1;
}


.sec--lead {
    padding-block: 34px 30px;
}
.sec--lead__txt {
    font-size: min(3.73vw,19px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.banner-splide {
    position: relative;
}

.splide__arrows {
    display: flex;
    width: 92%;
    margin: 15px auto 0;
    justify-content: space-between;;
}
.splide__arrow {
    width: 32px;
    height: 19px;
    padding: 0;
    background: url(../img/260129/ico_arrow01.webp) no-repeat center/cover;
    border: none;
    svg {
        display: none;
    }
}
.splide__arrow--prev {
    scale: -1 1;
}
.splide__pagination {
    display: flex;
    width: fit-content;
    gap: 25px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    translate: -50%;
    li {
        font-size: min(2.66vw,10px);
        line-height: 1;
    }
}
.splide__pagination__page {
    width: 10px;
    height: 10px;
    background: #bbbcbd;
    border-radius: 50%;
    border: 0;
    padding: 0;
    &.is-active {
        background: #000000;
    }
}

.sec--topics {
    padding-block: 70px 95px;
}
.sec--topics__ttl {
    margin-bottom: 25px;
}
.sec--topics__items__img {
    border-radius: 25px;
    margin-bottom: 16px;
}
.sec--topics__items__txt {
    font-size: min(3.73vw,18px);
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 28px;
}
.sec--topics__items__btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    font-size: min(3.2vw,15px);
    font-weight: 500;
    line-height: 1;
    &::before {
        content: "";
        display: inline-block;
        width: 7px;
        height: 10px;
        background: #9b8aff;
        clip-path: polygon(0 0,100% 50%,0 100%);
        margin-right: 5px;
    }
}
.sec--topics-splide {
    .splide__pagination {
        gap: 15px;
    }
    .splide__arrows {
        margin-top: 42px;
    }
}

.sec--salon {
    padding-block: 48px 75px;
    background: #f1f0ec;
}

.sec--salon__ttl-wrapper {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
.sec--salon__subttl {
    font-size: min(4vw,20px);
    letter-spacing: .3em;
    margin-bottom: 18px;
}
.sec--salon__ttl {
    font-size: min(5.06vw,24px);
    letter-spacing: .3em;
}
.sec--salon__img-wrapper {
    margin-bottom: 42px;
}
.sec--salon__img {
    margin-bottom: 6px;
}
.sec--salon__img-caption {
    font-size: min(3.2vw,16px);
    font-weight: 500;
    line-height: 1;
    text-align: right;
}
.sec--salon__list {
    display: grid;
    gap: 40px;
    margin-bottom: 51px;
}
.sec--salon__list__ttl {
    background: #666666;
    padding: 4px;
    color: #fff;
    font-size: min(4vw,20px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4em;
    text-align: center;
    margin-bottom: 12px;
}
.sec--salon__list__dtl {
    font-size: min(3.73vw,18px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
}
.sec--salon-service {
    background: #fff;
    border-radius: 30px;
    padding-block: 30px 40px;
    margin-bottom: 26px;
}
.sec--salon-service__ttl-wrapper {
    margin-bottom: 23px;
}
.sec--salon-service__subttl {
    width: 84.2425%;
    margin: 0 auto 18px;
}
.sec--salon-service__ttl {
    font-size: min(5.06vw,24px);
    font-weight: 700;
    line-height: 1.68;
    letter-spacing: .135em;
    text-align: center;
}
.sec--salon-service__img {
    margin-bottom: 26px;
}
.sec--salon-service__txt {
    width: 88%;
    margin-inline: auto;
    font-size: min(3.73vw,18px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.sec--salon__btn {
    display: block;
    background: url(../img/260129/ico_arrow02.webp) no-repeat center right 28px/25px,
                #9b8aff;
    border: 1px solid #000000;
    padding-block: 9px 10px;
    border-radius: 10vh;
    color: #000000;
    font-size: min(3.46vw,18px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .075em;
    text-align: center;
    &.comingsoon {
        position: relative;
        pointer-events: none;
        user-select: none;
        overflow: hidden;
        .comingsoon-txt {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 6px;
            position: absolute;
            inset: 0;
            background: rgb(0 0 0/.3);
            color: #fff;
        }
        .comingsoon-txt__highlight {
            color: #fff;
            font-size: min(4.8vw,22px);
            font-weight: 700;
            line-height: 1;
        }
        .comingsoon-txt__sub-txt {
            font-size: min(3.46vw,16px);
            font-weight: 500;
            line-height: 1;
        }
    }
}

.sec--greenage {
    padding-block: 60px 50px;
    background: #fbfaf7;
}
.sec--grennage__ttl-wrapper {
    margin-bottom: 40px;
}
.sec--greenage__ttl {
    color: #02512a;
    font-size: min(5.06vw,24px);
    font-weight: 700;
    line-height: 1.68;
    letter-spacing: .3em;
    text-align: center;
    margin-bottom: 40px;
}
.sec--greenage__lead-txt {
    font-size: min(3.73vw,19px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin: 0 -20px 54px;
}
.sec--greenage__scene {
    background: #f1efe8;
    border-radius: 10vh;
    padding: 24px 0;
    margin-bottom: 50px;
}
.sec--greenage__scene__ttl {
    font-size: min(3.73vw,20px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-block: -32px 17px;
}
.sec--greenage__scene__col {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.sec--greenage__scene__dtl__list {
    font-size: min(3.2vw,16px);
    font-weight: 500;
    line-height: 1.75;
}
.sec--greenage-products {
    padding-block: 38px;
    border-block: 1px solid #000000;
    margin-bottom: 52px;
}
.sec--greenage-products__ttl {
    color: #02512a;
    font-size: min(4.26vw,20px);
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 14px;
}
.sec--greenage-products__lead-txt {
    font-size: min(3.73vw,18px);
    font-weight: 500;
    line-height: 1.78;
    text-align: center;
    margin: 0 -20px 38px;
}
.sec--greenage-products__list__ttl {
    font-size: min(3.2vw,18px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: .03em;
    text-align: center;
    margin-bottom: 6px;
}
.sec--greenage-products__items {
    display: grid;
    gap: 34px;
}
.sec--greenage-products__items__img {
    width: 48.485%;
    margin: 0 auto 14px;
}
.sec--greenage-products__items__img-caption,
.sec--greenage-products__items__list {
    font-size: min(3.46vw,18px);
    font-weight: 500;
    line-height: 1.61;
}
.sec--greenage-catalog {
    margin-bottom: 50px;
}
.sec--greenage-catalog__txt {
    font-size: min(3.73vw,16px);
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-bottom: 23px;
}
.sec--greenage-catalog__btn {
    display: block;
    background: url(../img/260129/ico_arrow03.webp) no-repeat center right 29px/25px,
                #000000;
    border-radius: 10vh;
    padding-block: 10px;
    color: #fff;
    font-size: min(3.46vw,18px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .075em;
    text-align-last: center;
}
.sec--greenage-about {
    padding: 29px 25px 36px;
    background: #f1efe8;
}
.sec--greenage-about__subttl {
    width: 53.0303%;
    margin: 0 auto 30px;
}
.sec--greenage-about__ttl,
.sec--greenage-about__txt {
    font-size: min(3.46vw,16px);
    line-height: 1.69;
}
.sec--greenage-about__ttl {
    font-weight: 700;
    text-align: center;
}
.sec--links {
    padding-block: 75px 45px;
}
.sec--links__items__row + .sec--links__items__row {
    margin-top: 60px;
    border-top: 1px solid #000;
    padding-top: 40px;
}
.sec--links__ttl {
    font-size: min(5.06vw,24px);
    font-weight: 700;
    line-height: 1.68;
    letter-spacing: .3em;
    text-align: center;
    margin-bottom: 19px;
}
.sec--links__items__instagram {
    .sec--links__ttl {
        font-size: min(4vw,20px);
        line-height: 1.66;
        letter-spacing: .2em;
        margin-bottom: 24px;
    }
    .sec--links__banner {
        display: block;
        width: 38.462%;
        margin-inline: auto;
    }
}
.sec--links__txt {
    font-size: min(3.73vw,18px);
    font-weight: 500;
    line-height: 2;
    text-align: center;
    margin-block: 39px;
}
.sec--links__btn {
    display: block;
    background: url(../img/260129/ico_arrow04.webp) no-repeat center right 29px/25px,
                #fbfaf7;
    border: 1px solid #000;
    border-radius: 10vh;
    padding-block: 8px 9px;
    font-size: min(3.46vw,18px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .075em;
    text-align: center;
}

@media (min-width: 751px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    #container {
        max-width: none;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    #contents {
        border-inline: 1px solid #9999ff;
    }

    .fixed-logo {
        display: none;
    }
    .fixed-menu {
        display: grid;
        height: 100vh;
        place-content: center;
        background: #ebebff;
        position: sticky;
        top: 0;
        padding-block: 10px;
    }
    .fixed-menu__inner {
        width: 92%;
        max-width: 347px;
        margin-inline: auto;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        &::-webkit-scrollbar {
            display: none;
        }
    }
    .hbg__img {
        margin: 0 auto 16px;
    }
    .hbg__list {
        margin-bottom: 30px;
    }
    .hbg__list__items:nth-child(-n+2) .hbg__list__link {
        background-size: 27px;
    }
    .hbg__list__link {
        padding-block: 16px;
        background-size: 27px;
    }
    .hbg__list__link__subtxt {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .hbg__list__items:nth-last-child(3) .hbg__list__link__subtxt {
        font-size: 13px;
    }
    .hbg__list__link__txt {
        font-size: 19px;
    }
    .hbg__totop {
        font-size: 16px;
    }
}

@media (min-width:  1280px) {
    #container {
        max-width: none;
        display: grid;
        grid-template-columns: 1fr 500px 1fr;
    }
    .fixed-logo {
        display: grid;
        height: 100vh;
        place-content: center;
        background: #ebebff;
        position: sticky;
        top: 0;
    }
    .fixed-logo__img {
        width: 59.5715%;
        margin-inline: auto;
    }
}