@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@500&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}

p {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
}


a {
    color: #1a1a1a;
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
}

#cat_search_area_hd {
    display: none;
}

html {
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-weight: 400;
    font-size: clamp(11px, 3.1vw, 13px) !important;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #1a1a1a;
    scroll-behavior: smooth;
    background: #F4F0E1;
}

body {
    font-size: clamp(11px, 3.1vw, 13px) !important;
    letter-spacing: 0.1em !important;
}

img {
    width: 100%;
}

.opening-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

body.is-loaded .opening-fade {
    opacity: 1;
    transform: translateY(0);
}

.delay-0 {
    transition-delay: 0.1s;
}

.delay-1 {
    transition-delay: 0.3s;
}

.delay-2 {
    transition-delay: 0.6s;
}

.delay-3 {
    transition-delay: 0.8s;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2s ease, transform 2s ease;
}

.fade-in-up.is-active {
    opacity: 1;
    transform: translateY(0);
}

.menu__trigger__fixed {
    position: fixed;
    top: clamp(106px, 29.5vw, 122px);
    width: 100%;
    z-index: 10001;
}

.menu__trigger__wrap {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 15px;
}

.menu__trigger {
    display: block;
    z-index: 10001;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: clamp(7px, 2.1vw, 8px) clamp(15px, 4.1vw, 17px);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: clamp(6px, 1.8vw, 7px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
}

.menu__trigger.is__show,
.menu__trigger.is__active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu__trigger__inner {
    position: relative;
    width: clamp(14px, 3.8vw, 16px);
    height: clamp(11px, 3.1vw, 13px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
}

.menu__text {
    font-size: clamp(13px, 3.6vw, 15px);
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
}

.menu__trigger.is__active .bar1 {
    transform: translateY(6px) rotate(45deg);
}

.menu__trigger.is__active .bar2 {
    display: none;
    opacity: 0;
}

.menu__trigger.is__active .bar3 {
    transform: translateY(-5px) rotate(-45deg);
}

.menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: linear-gradient(180deg, #d6f0ce 0%, #fef3e6 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding-top: clamp(111px, 30.8vw, 127px);
    box-sizing: border-box;
}

.menu__overlay.is__active {
    opacity: 1;
    visibility: visible;
}

.menu__container {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.menu__section {
    margin-bottom: 30px;
}

.menu__lead {
    font-size: 14px;
    color: #1f6f58;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
}

.menu__title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
    border-left: 4px solid #222;
    padding-left: 12px;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
}

.menu__title .en {
    font-size: 11px;
    margin-left: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

.menu__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: clamp(14px, 3.8vw, 16px);
    gap: clamp(9px, 2.6vw, 11px);
}

.menu__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 14px 16px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: background-color 0.2s;
}

.menu__item:hover {
    background-color: #f5f5f5;
}

.menu__item::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    margin-bottom: 2px;
}

.menu__footer {
    margin-top: 40px;
}

.menu__big__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1f6f58;
    color: #fff;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    transition: opacity 0.2s;
}


.menu__big__btn .en__s {
    font-size: clamp(10px, 2.6vw, 11px);
    margin-left: clamp(9px, 2.6vw, 11px);
    font-family: "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.menu__big__btn::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-bottom: 2px;
}



.wrapper {
    background: linear-gradient(180deg, rgba(179, 242, 170, 1) 0%, rgba(255, 231, 230, 1) 65%, rgba(255, 231, 230, 1) 92%, rgba(255, 231, 230, 0) 100%);
}

.main__content {
    width: 100%;
    margin: 0 auto;
    background: #E3FFDE;
    overflow: hidden;
}

.mv {
    position: relative;
    background-color: #C6EFBA;
    overflow: hidden;
    isolation: isolate;
}

.swiper {
    z-index: 0 !important;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 500px;
    background-color: #C6EFBA;
    overflow: hidden;
    top: -20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    clip-path: inset(0px 0px 1px 0px);
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    outline: 1px solid transparent;
    object-position: center center;
    transform: scale(1.0);
    transition: transform 0s;
    will-change: transform;
}

.hero-swiper .swiper-slide-active .hero-img {
    transform: scale(1.15);
    transition: transform 8s linear;
}

.hero-swiper .swiper-slide-prev .hero-img,
.hero-swiper .swiper-slide-duplicate-prev .hero-img {
    transform: scale(1.15);
    transition: transform 8s linear;
}

.gradient-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, transparent 0%, #C6EFBA 90%, #C6EFBA 100%);
    pointer-events: none;
    z-index: 1;
}


.hero-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    text-align: center;
    color: #fff;
    z-index: 10;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-sub-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.hero-main-title {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    line-height: 1;
}

.hero-description {
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
}

@media (min-width: 768px) {
    .hero-sub-title {
        font-size: 1.5rem;
    }

    .hero-main-title {
        font-size: 5rem;
        margin-bottom: 3rem;
    }

    .hero-description {
        font-size: 1.2rem;
    }
}



.mv__ttl {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 7%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.mv__subttl {
    letter-spacing: 0.1em;
    font-size: clamp(15px, 4.1vw, 18px);
    font-weight: 500;
    margin-bottom: clamp(9px, 2.6vw, 11px);
    font-family: "Zen Kaku Gothic New", "Yu Gothic", "游ゴシック体", sans-serif;
}

.mv__mainttl {
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(52px, 14.4vw, 66px);
    color: #fff;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
}

.mv__gradient {
    background: linear-gradient(180deg, rgba(198, 239, 186, 1) 0%, rgba(255, 231, 230, 1) 40%, rgba(255, 231, 230, 1) 85%, rgba(255, 231, 230, 0) 100%);
    padding-bottom: clamp(92px, 25.6vw, 106px);
}

.mv__lead {
    text-align: center;
}

.mv__lead .mv__leadttl {
    font-size: clamp(17px, 4.6vw, 19px);
    font-weight: 700;
    color: #1D7056;
    margin-bottom: clamp(18px, 5.1vw, 21px);
    text-align: center;
}

.mv__lead p {
    font-size: clamp(12px, 3.3vw, 14px);
}

.mv__lead p:not(:last-child) {
    margin-bottom: clamp(9px, 2.6vw, 11px);
}

.scroll {
    padding-top: clamp(92px, 25.6vw, 106px);
    position: relative;
    text-align: center;
}

.scroll::before {
    animation: scroll 2s infinite;
    border-bottom: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.scroll::after {
    animation: scroll 2s infinite;
    border-bottom: 1px solid #1a1a1a;
    border-left: 1px solid #1a1a1a;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 13px;
    width: 20px;
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: rotate(-45deg) translate(-20px, 20px);
    }

    100% {
        opacity: 0;
    }
}

.list {
    width: calc(100% - clamp(28px, 7.7vw, 32px));
    margin: 0 auto;
}

.list .list__group:not(:last-child) {
    margin-bottom: clamp(18px, 5.1vw, 21px);
}

.list .list__group .list__ttl .list__subttl {
    font-weight: 700;
    display: block;
    font-size: clamp(13px, 3.6vw, 15px);
    color: #1D7056;
    margin-bottom: clamp(9px, 2.6vw, 11px);
    line-height: 1;
}

.list .list__group .list__ttl .list__mainttl {
    display: flex;
    align-items: flex-end;
    font-weight: 700;
    font-size: clamp(18px, 5.1vw, 21px);
    padding-left: clamp(9px, 2.6vw, 11px);
    border-left: 2px solid #1a1a1a;
    line-height: 1;
}

.list .list__group .list__ttl .list__mainttl span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: clamp(10px, 2.6vw, 11px);
    margin-left: clamp(9px, 2.6vw, 11px);
}

.list .list__group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: clamp(9px, 2.6vw, 11px);
    margin-top: clamp(14px, 3.8vw, 16px);
}

.list .list__group ul li {
    position: relative;
    background: #fff;
    font-weight: 700;

    text-align: center;
    border: 1px solid #1a1a1a;
    border-radius: 3px;
    width: calc(50% - 5px);
}

.list .list__group ul li a {
    display: block;
    padding: clamp(9px, 2.6vw, 11px) clamp(18px, 5.1vw, 21px);
    transition: .5s all;
}

.list .list__group ul li::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: translateY(-50%) rotate(135deg);
    vertical-align: middle;
    position: absolute;
    top: 48%;
    right: 12px;
    transition: .5s all;
}

.list .list__group ul li a:hover {
    border: 0px solid #1a1a1a;
    color: #fff;
    background: #1D7056;
}

.list .list__group ul li:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.list .list__group .list__link__green {
    position: relative;
    color: #fff;
    background: #1D7056;
    font-weight: 700;
    font-size: clamp(17px, 4.6vw, 19px);
    text-align: left;
    border-radius: 3px;
    border: 1px solid #1D7056;
}

.list .list__group .list__link__green a {
    display: block;
    padding: clamp(9px, 2.6vw, 11px) clamp(18px, 5.1vw, 21px);
}


.list .list__group .list__link__green::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(135deg);
    vertical-align: middle;
    position: absolute;
    top: 48%;
    right: 12px;
    transition: .5s all;
}

.list .list__group .list__link__green:hover::after {
    border-top: 1px solid #1D7056;
    border-right: 1px solid #1D7056;

}

.list .list__group .list__link__green:not(:last-child) {
    margin-bottom: clamp(9px, 2.6vw, 11px);
}

.list .list__group .list__link__green span {
    font-size: clamp(10px, 2.6vw, 11px);
    margin-left: clamp(9px, 2.6vw, 11px);
}

.list .list__group .list__link__green a {
    color: #fff;
    transition: .5s all;
}

.list .list__group .list__link__green a:hover {
    color: #1D7056;
    background: #fff;
}

.item__ttl {
    font-weight: 700;
    text-align: center;
    margin-bottom: clamp(74px, 20.5vw, 85px);
}

.item__ttl .item__mainttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: clamp(24px, 6.7vw, 28px);
    margin-bottom: clamp(9px, 2.6vw, 11px);
}

.item__ttl .item__mainttl span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: clamp(11px, 3.1vw, 13px);
}

.item__ttl .item__subttl {
    line-height: 1;
    display: inline-block;
    color: #1D7056;
    font-size: clamp(17px, 4.6vw, 19px);
    padding: clamp(9px, 2.6vw, 11px) 0;
    border-top: 1px solid #1D7056;
    border-bottom: 1px solid #1D7056;
}

.green {
    color: #1a1a1a !important;
    background: linear-gradient(180deg, rgba(227, 255, 222, 1) 0%, rgba(240, 217, 224, 1) 100%) !important;
}

.pink {
    color: #1a1a1a !important;
    background: linear-gradient(180deg, rgba(240, 217, 224, 1) 0%, rgba(230, 234, 246, 1) 100%) !important;
}

.blue {
    color: #1a1a1a !important;
    background: linear-gradient(180deg, rgba(230, 234, 246, 1) 0%, rgba(250, 235, 225, 1) 100%) !important;
}

.orange {
    color: #1a1a1a !important;
    background: linear-gradient(180deg, rgba(250, 235, 225, 1) 0%, rgba(227, 255, 222, 1) 100%) !important;
}

#bed,
#table,
#lighting,
#curtain,
#laundry,
#rack,
#tvstand,
#chair,
#desk {
    padding-bottom: clamp(111px, 30.8vw, 127px);
}

#sofa {
    padding-bottom: clamp(37px, 10.3vw, 42px);
}

.green-color {
    color: #326428 !important;
}

.pink-color {
    color: #B94265 !important;
}

.blue-color {
    color: #43589F !important;
}

.orange-color {
    color: #BD723D !important;
}

.green-bgcolor {
    border: 1px solid #1D7056;
    background: #326428 !important;
    transition: .5s all;
}

.pink-bgcolor {
    border: 1px solid #B94265;
    background: #B94265 !important;
    transition: .5s all;
}

.blue-bgcolor {
    border: 1px solid #43589F;
    background: #43589F !important;
    transition: .5s all;
}

.orange-bgcolor {
    border: 1px solid #BD723D;
    background: #BD723D !important;
    transition: .5s all;
}


.item__fv {
    position: relative;
}

.number__group {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    color: #1D7056;
    position: absolute;
    top: -5vh;
    left: 5%;
    line-height: 1;
    z-index: 10;
}

.number__group .number {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(44px, 12.3vw, 51px);
}

.number__group .number__ttl {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(17px, 4.6vw, 19px);
}

.item__fv .item__fv__image {
    display: grid;
    position: relative;
}

.item__fv__image,
.item__fv__imagemask,
.item__fv__frame,
.item__fv__subimagemask,
.item__fv__subframe {
    grid-area: 1 / 1;
}

.item__fv__image .item__fv__imagemask {
    position: relative;
    display: grid;
    margin: auto;
    width: calc(100% - 80px);
    -webkit-mask-image: url(../images/item_fv_mask.svg);
    mask-image: url(../images/item_fv_mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    z-index: 1;
}

.item__fv__image .item__fv__frame {
    margin: auto;
    width: calc(100% - 60px);
    z-index: 2;
}

.item__fv .item__fv__subimage {
    display: grid;
}

.item__fv__image,
.item__fv__imagemask,
.item__fv__frame {
    grid-area: 1 / 1;
}

.item__fv__subimage .item__fv__subimagemask {
    position: absolute;
    right: clamp(-17px, -4.6vw, -19px);
    bottom: clamp(-15px, -4.1vw, -17px);
    display: grid;
    width: clamp(137px, 37.9vw, 157px);
    -webkit-mask-image: url(../images/item_fv_submask.svg);
    mask-image: url(../images/item_fv_submask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    z-index: 5;
}

.item__fv__subimage .item__fv__subframe {
    position: absolute;
    right: clamp(-22px, -6.2vw, -25px);
    bottom: clamp(-22px, -6.2vw, -25px);
    width: clamp(146px, 40.5vw, 168px);
    z-index: 6;
}

.item__fv .item__fv__ttlja {
    line-height: 1;
    position: absolute;
    left: clamp(13px, 3.6vw, 15px);
    bottom: clamp(28px, 7.7vw, 32px);
    color: #fff;
    display: inline-block;
    background: #1D7056;
    font-size: clamp(18px, 5.1vw, 21px);
    margin-bottom: clamp(9px, 2.6vw, 11px);
    z-index: 7;
}

.item__fv .item__fv__ttlen {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 0.8;
    position: absolute;
    left: clamp(13px, 3.6vw, 15px);
    bottom: clamp(-15px, -4.1vw, -17px);
    color: #fff;
    display: inline-block;
    background: #1D7056;
    font-size: clamp(44px, 12.3vw, 51px);
    z-index: 8;
}

.item__fv__txt {
    width: calc(100% - 80px);
    margin: clamp(37px, 10.3vw, 42px) auto clamp(46px, 12.8vw, 53px);
}

.item__detail__area {
    margin: 0 auto clamp(37px, 10.3vw, 42px);
    display: flex;
    flex-direction: column;
    gap: clamp(55px, 15.4vw, 64px);
}

.item__detail__ttl {
    font-size: clamp(18px, 4.9vw, 20px);
    font-weight: 700;
    margin: 0 auto;
    width: calc(100% - clamp(28px, 7.7vw, 32px));
}

.item__detail .item__detail__image {
    position: relative;
    display: block;
    margin: clamp(18px, 5.1vw, 21px) 0;
    width: 100%;
}

.item__detail .item__detail__image img {
    width: 100%;
    height: auto;
    display: block;
    height: clamp(258px, 71.8vw, 330px);
    object-fit: cover;
    border-radius: 5px;
}

.item__detail__image .swiper-button-next,
.item__detail__image .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #333;
    transition: background-color 0.3s;
}

.item__detail__image .swiper-button-next:hover,
.item__detail__image .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 1);
}

.item__detail__image .swiper-button-next:after,
.item__detail__image .swiper-button-prev:after {
    font-size: 12px;
    font-weight: bold;
}

.item__detail .item__detail__txt {
    margin: 0 auto;
    width: calc(100% - clamp(28px, 7.7vw, 32px));
}

.js-gallery-slider {
    overflow: hidden;
}

.js-gallery-slider .swiper-slide {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0.3;
}

.js-gallery-slider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.item__detail__image .swiper-button-prev {
    left: 15px;
}

.item__detail__image .swiper-button-next {
    right: 15px;
}

.item__detail .item__detail__price-btn {
    margin: clamp(18px, 5.1vw, 21px) auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: clamp(9px, 2.6vw, 11px);
    width: calc(100% - clamp(28px, 7.7vw, 32px));
}

.item__detail .item__detail__price {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    display: inline-block;
    font-size: clamp(22px, 6.2vw, 26px);
}

.item__detail .item__detail__price span {
    font-size: clamp(10px, 2.6vw, 11px);
}

.item__detail .item__detail__btn {
    position: relative;
    border-radius: 20px;
    color: #fff;
    background: #1D7056;
    padding: 5px clamp(28px, 7.7vw, 32px);
}

.item__detail .item__detail__btn::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 48%;
    right: 10px;
    transition: .5s all;
}

.item__detail .item__detail__btn.green-bgcolor:hover {
    color: #326428 !important;
    background: #fff !important;
}

.item__detail .item__detail__btn.green-bgcolor:hover::after {
    border-top: 1px solid #326428;
    border-right: 1px solid #326428;
}

.item__detail .item__detail__btn.pink-bgcolor:hover {
    color: #B94265 !important;
    background: #fff !important;
}

.item__detail .item__detail__btn.pink-bgcolor:hover::after {
    border-top: 1px solid #B94265;
    border-right: 1px solid #B94265;
}

.item__detail .item__detail__btn.blue-bgcolor:hover {
    color: #43589F !important;
    background: #fff !important;
}

.item__detail .item__detail__btn.blue-bgcolor:hover::after {
    border-top: 1px solid #43589F;
    border-right: 1px solid #43589F;
}

.item__detail .item__detail__btn.orange-bgcolor:hover {
    color: #BD723D !important;
    background: #fff !important;
}

.item__detail .item__detail__btn.orange-bgcolor:hover::after {
    border-top: 1px solid #BD723D;
    border-right: 1px solid #BD723D;
}


.item__category__btn {
    position: relative;
    width: calc(100% - clamp(28px, 7.7vw, 32px));
    margin: 0 auto;
    background-color: #1a1a1a;
    text-align: center;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    transition: .5s all;
}

.item__category__btn a {
    display: block;
    padding: clamp(9px, 2.6vw, 11px) 0;
    color: #fff;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 700;
    border-radius: 4px;
    transition: .5s all;
}

.item__category__btn a:hover {

    color: #1a1a1a !important;
    background: #fff !important;
}

.item__category__btn:hover::after {
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
}


.item__category__btn::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 48%;
    right: 10px;
    transition: .5s all;
}

.plus-alpha__btn {
    position: relative;
    margin: 0 auto;
    background-color: #1a1a1a;
    text-align: center;
    border: 1px solid #1a1a1a;
    border-radius: 5px;
    margin: 0 clamp(28px, 7.7vw, 32px) clamp(28px, 7.7vw, 32px);
    transition: .5s all;
}

.plus-alpha__btn a {
    display: block;
    color: #fff;
    border-radius: 4px;
    padding: clamp(9px, 2.6vw, 11px) 0;
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 700;
    transition: .5s all;
}

.plus-alpha__btn a:hover {
    color: #1a1a1a !important;
    background: #fff !important;
}

.plus-alpha__btn:hover::after {
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
}

.plus-alpha__btn::after {
    content: "";
    display: inline-block;
    width: clamp(4px, 1vw, 4px);
    height: clamp(4px, 1vw, 4px);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
    position: absolute;
    top: 48%;
    right: 10px;
    transition: .5s all;
}

.plus-alpha {
    position: relative;
    width: calc(100% - clamp(28px, 7.7vw, 32px));
    margin: clamp(55px, 15.4vw, 64px) auto 0;
    background: url(../images/plus-alpha_bg.png) repeat-y center;
    background-size: contain;
    background-color: #fff;
    border: 1px solid #1D7056;
    border-radius: 5px;
}

.plus-alpha .plus-alpha__inner {
    padding: clamp(28px, 7.7vw, 32px);
}

.plus-alpha .plus-alpha__lead {
    font-size: clamp(13px, 3.6vw, 15px);
    position: absolute;
    color: #fff;
    top: 30px;
    left: 0;
    padding: clamp(5px, 1.3vw, 5px) clamp(18px, 5.1vw, 21px) clamp(5px, 1.3vw, 5px) clamp(74px, 20.5vw, 85px);
    border-radius: 0 20px 20px 0;
}

.plus-alpha .plus-alpha__lead.green-bgcolor::before {
    content: url('../images/plus-alpha_green.png');
    position: absolute;
    top: clamp(-39px, -10.8vw, -45px);
    left: clamp(-12px, -3.3vw, -14px);
    display: inline-block;
    transform: scale(0.5);
    background-size: contain;
}

.plus-alpha .plus-alpha__lead.pink-bgcolor::before {
    content: url('../images/plus-alpha_pink.png');
    position: absolute;
    top: clamp(-39px, -10.8vw, -45px);
    left: clamp(-12px, -3.3vw, -14px);
    display: inline-block;
    transform: scale(0.5);
    background-size: contain;
}

.plus-alpha .plus-alpha__lead.blue-bgcolor::before {
    content: url('../images/plus-alpha_blue.png');
    position: absolute;
    top: clamp(-39px, -10.8vw, -45px);
    left: clamp(-12px, -3.3vw, -14px);
    display: inline-block;
    transform: scale(0.5);
    background-size: contain;
}

.plus-alpha .plus-alpha__lead.orange-bgcolor::before {
    content: url('../images/plus-alpha_orange.png');
    position: absolute;
    top: clamp(-39px, -10.8vw, -45px);
    left: clamp(-12px, -3.3vw, -14px);
    display: inline-block;
    transform: scale(0.5);
    background-size: contain;
}

.plus-alpha .plus-alpha__ttl {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.plus-alpha .plus-alpha__ttl .plus-alpha__ttlen {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-optical-sizing: auto;
    font-size: clamp(22px, 6.2vw, 26px);
}

.plus-alpha .plus-alpha__ttl .plus-alpha__ttlja {
    font-weight: 700;
    font-size: clamp(13px, 3.6vw, 15px);
}

.plus-alpha .plus-alpha__slider {
    margin-top: 20px;
    display: flex;
    padding-left: clamp(28px, 7.7vw, 32px);
    box-sizing: border-box;
}

.plus-alpha .plus-alpha__slider-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}

.plus-alpha__slider .swiper-slide {
    width: clamp(166px, 46.2vw, 191px);
    height: auto;
    flex-shrink: 0;
}


.plus-alpha .plus-alpha__detail {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.plus-alpha .plus-alpha__detail img {
    width: 100%;
    height: clamp(166px, 46.2vw, 191px);
    border-radius: 5px;
}

.plus-alpha .plus-alpha__detail .plus-alpha__detail__ttl {
    font-size: clamp(13px, 3.6vw, 15px);
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plus-alpha .plus-alpha__detail .plus-alpha__detail__price {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(18px, 4.9vw, 20px);
}

.plus-alpha .plus-alpha__detail .plus-alpha__detail__price span {
    font-size: clamp(10px, 2.6vw, 11px);
    margin-left: 5px;
}

.swiper-scrollbar {
    position: absolute;
    right: auto;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 20px !important;
    width: 50% !important;
    height: 4px !important;
    background: #f0f0f0;
    border-radius: 3px;
    z-index: 10;
}

.swiper-scrollbar-drag {
    background: #555;
    border-radius: 3px;
    cursor: pointer;

}


.subcontent {
    background: #F4F0E1;
}

.subcontent__wrapper {
    padding: clamp(37px, 10.3vw, 42px) 0;

}

.subcontent__ttl {
    width: calc(100% - clamp(28px, 7.7vw, 32px));
    margin: 0 auto;
}

.subcontent__ttl h2 {
    line-height: 1;
    color: #1D7056;
    font-size: clamp(18px, 5.1vw, 21px);
    font-weight: 700;
    padding-left: clamp(9px, 2.6vw, 11px);
    border-left: 2px solid #1D7056;
    margin-bottom: 10px;
}

.subcontent__ttl span {
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 700;
}

#tips .tips__detail {
    margin-top: clamp(37px, 10.3vw, 42px);
}

#tips .tips__detail__ttl__wrap {
    width: calc(100% - clamp(28px, 7.7vw, 32px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(18px, 5.1vw, 21px);
    font-weight: 700;

    margin-bottom: clamp(18px, 5.1vw, 21px);
}

#tips .tips__detail__question {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: clamp(28px, 7.7vw, 32px);
    border-radius: 5px;
    color: #fff;
    background: #1D7056;
    padding: clamp(14px, 3.8vw, 16px) clamp(16px, 4.4vw, 18px);
    line-height: 1;
}

#tips .tips__detail__ttl {
    font-size: clamp(15px, 4.1vw, 17px);
    color: #1D7056;
}

.yotpo-pictures-widget {
    margin: clamp(18px, 5.1vw, 21px) auto !important;
    width: calc(100% - clamp(28px, 7.7vw, 32px));
}

.flex {
    width: calc(100% - clamp(28px, 7.7vw, 32px));
    margin: 0 auto;
    margin-bottom: clamp(18px, 5.1vw, 21px);
}

.section-title {
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.25rem;
    font-size: clamp(23px, 6.4vw, 27px);
    margin: 0 0 10px 0;
}

.one-row {
    grid-auto-flow: column !important;
    grid-template-rows: none !important;
    grid-auto-columns: max-content !important;
}

.one-row li:nth-child(2) {
    padding-left: 0;
}

.contents_wrapper {
    margin-right: 0;
}

.contents-title {
    font-size: clamp(18px, 4.9vw, 20px);
    font-family: 'Montserrat', 'Zen Kaku Gothic New', 'Noto Sans JP', '游ゴシック体', YuGothic, sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.contents-title span {
    display: block;
    font-size: clamp(10px, 2.8vw, 12px);
    margin-left: 0;
}

.contents-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    overflow-x: auto;
    gap: clamp(24px, 6.7vw, 28px) clamp(12px, 3.3vw, 14px);
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    padding-left: clamp(14px, 3.8vw, 16px);
    padding-right: clamp(14px, 3.8vw, 16px);
    scroll-padding-left: clamp(14px, 3.8vw, 16px);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
}

.contents-list::-webkit-scrollbar {
    display: none;
    scroll-snap-type: none !important;
    pointer-events: auto;
}

.contents-list.active {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.contents-item {
    scroll-snap-align: start;
}

.contents-list a {
    pointer-events: auto !important;
    user-select: none;
    display: block;
    text-decoration: none;
}

.contents-list a,
.contents-list img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}


.contents-item img {
    background: #FAF8F6;
    width: clamp(129px, 35.9vw, 149px);
    aspect-ratio: 1/1.1;
    object-fit: cover;
    border-radius: clamp(5px, 1.3vw, 5px);
}

.contents-item p {
    color: #1a1a1a;
    font-size: clamp(11px, 3.1vw, 13px);
    font-weight: 500;
    width: clamp(129px, 35.9vw, 149px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contents-item .name {
    display: flex;
}

.contents-item .eng-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.contents-item .price {
    margin-left: 0.5rem;
    display: block;
}

.bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #F4F0E1;
    z-index: -10;
    transition: background-color 0.8s ease;
}

.side__marquee__wrapper {
    display: none;
}


@media screen and (min-width: 640px) {
    #hum {
        display: none;
    }

    .menu__trigger__fixed {
        position: fixed;
        top: clamp(106px, 29.5vw, 122px);
        width: 100%;
        max-width: 480px;
        z-index: 10000;
    }

    .menu__trigger__wrap {
        margin-right: 15px;
    }

    .menu__overlay {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        max-width: 478px;
        height: 100vh;
        z-index: 9999;
        background: linear-gradient(180deg, #d6f0ce 0%, #fef3e6 100%);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        padding-top: clamp(111px, 30.8vw, 127px);
        box-sizing: border-box;
    }

    .pc__content {
        position: fixed;
        top: 0;
        left: 0;
        width: calc((100% - 390px) / 2);
        height: 100dvh;
        overflow: hidden;
    }

    .main__content {
        width: 480px;
        max-width: 480px;
        border-left: 1px solid #1D7056;
        border-right: 1px solid #1D7056;
    }

    .item__fv__subimage .item__fv__subimagemask {
        bottom: clamp(-11px, -3.1vw, -13px);
    }

    .item__detail__image .swiper-button-prev {
        left: 19px;
    }

    .item__detail__image .swiper-button-next {
        right: 19px;
    }

    .item__detail__image .swiper-button-next,
    .item__detail__image .swiper-button-prev {
        width: 38px;
        height: 38px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        color: #333;
        transition: background-color 0.3s;
    }

    .side__marquee__wrapper {
        display: block;
        pointer-events: none;
    }

    .side__marquee {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 40px;
        z-index: -2;
        overflow: hidden;
        color: rgba(29, 112, 86, 0.2);
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        display: flex;
        justify-content: center;
    }

    .side__marquee__left {
        left: 0px;
        border-right: 1px solid rgba(29, 112, 86, 0.2);
    }

    .side__marquee__right {
        right: 0px;
        border-left: 1px solid rgba(29, 112, 86, 0.2);
    }

    .marquee__inner {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .marquee__content {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        letter-spacing: 0.2em;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .side__marquee__left .marquee__inner {
        animation: marquee__down 50s linear infinite;
    }

    .side__marquee__right .marquee__inner {
        animation: marquee__up 50s linear infinite;
    }

    @keyframes marquee__down {
        0% {
            transform: translateY(-50%);
        }

        100% {
            transform: translateY(0);
        }
    }

    @keyframes marquee__up {
        0% {
            transform: translateY(0);
        }

        100% {
            transform: translateY(-50%);
        }
    }
}


@media (min-width: 1200px) {

    .menu__trigger {
        display: none;
    }

    .main__content {
        width: 100%;
        max-width: 400px;
        border-left: 1px solid #1D7056;
        border-right: 1px solid #1D7056;
    }

    .pc-layout-wrapper {
        display: grid;
        grid-template-columns: 1fr 400px 1fr;
        align-items: start;
        position: relative;
    }

    .sticky-left-panel {
        display: flex;
        flex-shrink: 0;
        position: sticky;
        top: 0;
        height: calc(100vh - 0px);
        align-items: center;
        justify-content: center;
        opacity: 1;
    }


    .left-panel-inner {
        position: relative;
        width: 100%;
        max-width: 470px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .left-panel-ttl {
        display: inline-block;
        position: absolute;
        right: 0;
        left: 30px;
        top: 13vh;
        margin: 0 auto;
        text-align: center;
        color: #1D7056;
        z-index: 99;
    }

    .left-panel-ttl .mv__subttl {
        display: inline-block;
        font-size: clamp(12px, 0.833vw, 16px);
    }

    .left-panel-ttl .mv__mainttl {
        display: inline-block;
        color: #1D7056;
        font-size: min(2.9166666666666665vw, 52px);
    }


    .left-panel-flex {
        display: flex;
        align-items: center;
    }

    .mv__pc__image__group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .mv__pc__image {
        width: 10.33625vw;
        max-width: 180px;
        height: 100%;
        max-height: 270px;
        border-radius: 5px;
        object-fit: cover;
    }

    .mv__pc__image img {
        border-radius: 5px;
        object-fit: cover;
    }

    .changing-panel {
        position: absolute;
        top: 28vh;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.8s ease;
        padding: 30px 30px 30px 60px;
    }

    .-fv-top {
        top: 26vh !important;
    }

    .changing-panel.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .panel-content-wrap {
        position: relative;
        width: 100%;
    }

    .panel-content-wrap img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .panel-text-overlay {
        position: absolute;
        bottom: 20px;
        left: -10px;
        background: rgba(255, 255, 255, 0.95);
        padding: 15px 20px;
        border-radius: 4px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .panel-copy-jp {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        margin: 0;
        color: #333;
    }

    .scroll-center-content {
        flex: 1;
        min-width: 0;
    }

    .side-menu-wrapper {
        flex-shrink: 0;
        position: sticky;
        top: 0;
        height: auto;
        height: calc(100vh - 0px);
    }


    .side-menu-title {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    .menu-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .menu-wrapper .list {
        padding: 40px 70px 40px 40px;
        width: 100%;
        max-width: 480px;
    }

    .menu__section {
        margin-bottom: 25px;
    }

    .menu__lead {
        font-size: 0.8rem;
        color: #1f6f58;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .menu__title {
        font-size: 1rem;
        font-weight: bold;
        border-left: 3px solid #333;
        padding-left: 8px;
        margin-bottom: 10px;
    }

    .menu__title .en {
        font-size: 0.7rem;
        margin-left: 5px;
        opacity: 0.7;
    }

    .menu__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .menu__item {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px;
        font-size: 0.8rem;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        color: #333;
        transition: all 0.2s;
    }

    .menu__item:hover {
        background: #f0f0f0;
        border-color: #999;
    }

    .menu__item::after {
        content: "";
        width: 4px;
        height: 4px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(45deg);
    }

    .menu__footer {
        margin-top: 20px;
    }

    .menu__big__btn {
        background: #1f6f58;
        color: #fff;
        padding: 10px 15px;
        border-radius: 4px;
        margin-bottom: 8px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        font-size: 0.9rem;
    }

    .menu__big__btn .en__s {
        font-size: 0.7rem;
        margin-left: 5px;
        opacity: 0.8;
    }

    .menu__big__btn::after {
        content: "";
        width: 5px;
        height: 5px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }

    .side-menu-wrapper .list .list__group .list__ttl .list__subttl {
        font-size: clamp(11px, 0.829vw, 15px);
    }

    .side-menu-wrapper .list .list__group .list__ttl .list__mainttl {
        font-size: clamp(16px, 1.1416vw, 21px);
    }

    .side-menu-wrapper .list .list__group .list__ttl .list__mainttl span {
        font-size: clamp(8px, 0.6729vw, 11px);
    }

    .side-menu-wrapper .list .list__group ul li a {
        font-size: clamp(11px, 0.725vw, 13px);
    }

    .side-menu-wrapper .list .list__group .list__link__green {
        font-size: clamp(15px, 1.08958vw, 19px);
    }

    .side-menu-wrapper .list .list__group .list__link__green span {
        font-size: clamp(8px, 0.6729vw, 11px);
    }

    .left-panel-inner .item__fv__subimage .item__fv__subimagemask {
        right: clamp(-17px, -4.6vw, -19px);
        bottom: clamp(-15px, -4.1vw, -17px);
        width: clamp(107px, 37.9vw, 127px);
    }

    .left-panel-inner .item__fv__subimage .item__fv__subframe {
        right: clamp(-22px, -6.2vw, -25px);
        bottom: clamp(-25px, -6.2vw, -25px);
        width: clamp(116px, 40.5vw, 138px);
    }

    .mv__mainttl {
        font-size: clamp(52px, 14.4vw, 58px);
    }

    .left-panel-inner .item__fv {
        transform: scale(0.9);

        transform-origin: top center;
        margin-top: 0 !important;
    }

    .-fv-scale {
        transform: scale(1) !important;
    }

    .store {
        border-bottom: 1px solid #1a1a1a;
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 80px;
        transition: .2s all;
    }

    .store:hover {
        opacity: 0.5;
    }

    .store a {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin-bottom: 5px;
    }

    .store img {
        width: auto;
        height: 24px;
        margin-bottom: 4px;
        margin-right: 6px;
    }

    .store p {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #1a1a1a;
        letter-spacing: 0.1rem;
        line-height: 1.3;
    }
}


@media (min-width: 1440px) {
    .menu__trigger {
        display: none;
    }

    .pc-layout-wrapper {
        grid-template-columns: 1fr 480px 1fr;
    }


    .main__content {
        width: 100%;
        max-width: 480px;
        border-left: 1px solid #1D7056;
        border-right: 1px solid #1D7056;
    }

    .left-panel-inner .item__fv {
        transform: scale(1);
    }

    .mv__mainttl {
        font-size: clamp(52px, 14.4vw, 66px);
    }
}


@media (max-width: 1200px) {

    .sticky-left-panel,
    .side-menu-wrapper {
        display: none;
    }

    .pc-layout-wrapper {
        display: block;
        padding: 0;
    }
}



@media screen and (min-width: 1200px) and (max-height: 650px) {
    .mv__mainttl {
        font-size: clamp(52px, 14.4vw, 58px);
    }


    .number__group {
        transform: scale(0.8);
    }

    .side-menu-wrapper .list {
        transform: scale(0.9);
    }

    .left-panel-ttl {
        transform: scale(0.9);
        top: 12vh;
    }

    .left-panel-inner .item__fv {
        transform: scale(0.8);

        transform-origin: top center;
        margin-top: 0 !important;
    }

    .changing-panel {
        top: 25vh;
    }

    .-fv-top {
        top: 24vh !important;
    }

    .-fv-scale {
        transform: scale(0.9) !important;
    }


    .left-panel-inner .item__fv__txt {
        margin: 40px auto 20px !important;
        font-size: 11px !important;
        line-height: 1.4 !important;
    }
}