@charset "utf-8";

.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*--- Recommend ---*/
@media screen and (min-width:768px) {
    .recomend_hb {
        padding: 4rem 0 3rem;
    }
}

.recomend_hb .swiper-button-next,
.recomend_hb .swiper-button-prev {
    @media screen and (min-width:768px) {
        top: 35%;
    }
}

.recomend_inner {
    width: 100%;
    margin-inline: auto;
}

p.recomend_tl {
    margin-bottom: 3vw;
}

@media screen and (min-width:768px) {
    p.recomend_tl {
        margin-bottom: 3rem;
    }
}

.recomend-slider {
    width: 100%;
    position: relative;
}


.swiper-wrapper,
.style-wrapper {
    width: 100%;
    max-width: 1260px;
    position: relative;
}

a.recomend_bn {
    width: 90%;
    height: 100%;
    display: block;
    background-color: #edeae8;
    margin-inline: auto;
    position: relative;
}

@media screen and (min-width:768px) {
    a.recomend_bn {
        width: 100%;
        max-width: 1260px;
        display: flex;
    }
}

@media screen and (min-width:768px) {
    .recomend-img {
        width: 46%;
    }

    .recomend_box {
        width: 54%;
    }
}

.recomend-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5vw;
    width: 100%;
    height: fit-content;
}

@media screen and (min-width:768px) {
    .recomend-slider .swiper-slide {
        height: auto;
        gap: 3rem;
    }
}

.recomend-slider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.recomend_box {
    position: relative;
    padding: 1.5rem 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .75rem;
}

@media screen and (min-width:768px) {
    .recomend_box {
        padding: 0 2%;
    }
}

@media screen and (min-width:1024px) {
    .recomend_box {
        padding: 0 3%;
    }
}

.recomend_tag1 {
    position: absolute;
    top: -5%;
    right: -2%;
    z-index: 25;
    width: 20%;
    height: auto;
    aspect-ratio: 128 / 134;
}

@media screen and (min-width:768px) {
    .recomend_tag1 {
        top: auto;
        width: 10%;
        bottom: .5%;
        right: .5%;
    }
}

.recomend_tag2 {
    position: absolute;
    top: -24%;
    right: 5%;
    z-index: 20;
    width: 33%;
    height: auto;
    aspect-ratio: 71 / 50;
}

@media screen and (min-width:768px) {
    .recomend_tag2 {
        right: 2%;
        top: -18%;
    }
}

.recomend_tag1 img,
.recomend_tag2 img {
    width: 100%;
    height: auto;
}

p.recomend_name {
    color: #3c1b0b;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}

.slide01 p.recomend_name {
    font-size: 11.5vw;
}

.slide02 p.recomend_name {
    font-size: 10vw;
    letter-spacing: -0.2rem;
}

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

    .slide01 p.recomend_name {
        font-size: clamp(38px, calc(1.67vw + 25.16px), 48px);
    }

    .slide02 p.recomend_name {
        font-size: clamp(28px, calc(3.25vw + 3.02px), 44px);
    }
}

.slide01 p.recomend_name .f-small {
    display: block;
    font-size: 55%;
}

.slide02 p.recomend_name .f-small {
    font-size: 65%;
    font-weight: bold;
}

p.recomend_txt {
    color: #3c1b0b;
    font-size: 4.27vw;
    font-weight: 500;
    text-align: left;
}

@media screen and (min-width:768px) {
    p.recomend_txt {
        font-size: clamp(14px, calc(0.78vw + 8.00px), 16px);
    }
}

@media screen and (min-width:1024px) {
    p.recomend_txt {
        font-size: clamp(16px, calc(0.96vw + 6.15px), 20px);
    }
}

@media screen and (min-width:768px) {
    .slide02 p.recomend_txt {
        margin-bottom: 2rem;
    }
}

p.recomend_txt span {
    font-weight: bold;
    border-bottom: 1px solid;
}


@media screen and (min-width:768px) {
    .slide02 .pc .flex_box {
        align-items: flex-end;
    }

    .flex_box_l {
        width: 55%;
    }

    .flex_box_r {
        width: 45%;
    }

    p.flex_box_l_txt {
        color: #3c1b0b;
        font-size: 4vw;
        font-weight: normal;
        font-size: clamp(14px, calc(0.78vw + 8.00px), 16px);
        margin-top: 3rem;
    }
}

@media screen and (min-width:1024px) {
    p.flex_box_l_txt {
        font-size: clamp(16px, calc(1.44vw + 1.23px), 22px);
    }
}

a.check_item {
    width: 30%;
    max-width: 350px;
    color: #BB945B;
    background-color: #fff;
    text-align: center;
    border-radius: 100px;
    display: block;
    font-weight: 500;
    padding: .5em 0;
    font-size: 20px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    a.check_item {
        width: 50%;
        font-size: 4.2vw;
    }
}


/*buy_item*/
.buy_item {
    width: 80%;
    max-width: 20em;
    text-align: center;
    margin: 0 auto 3em auto;
    padding: 1em;
}

.buy_item a {
    display: block;
    padding: 1em 1.5em;
    color: #fff;
    background-color: #c09d7a;
    border-radius: 50px;
    font-size: 1.2em;
    line-height: 1.2em;
}

.buy_item a:after {
    display: inline-block;
    content: '';
    background-image: url(../img/2024/ya_wh.svg);
    width: 1em;
    height: 1em;
    background-position: right 1em center;
    background-size: 1em;
}


.simple_basic {
    margin: 2em auto;
}

@media screen and (max-width:768px) {
    .simple_basic {
        margin: 2em auto;
    }
}

.simple_basic h2 {
    text-align: center;
    font-size: 126px;
    font-size: clamp(76px, calc(8.25rem + ((1vw - 7.69px) * 2.6064)), 190px);
    position: relative;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .simple_basic h2 {
        font-size: 13vw;
    }
}

/*.simple_basic h2 span {
    position: absolute;
    top: -.5em;
    right: 0;
    left: 0;
    margin: auto;
    width: 8%;
}*/

/*@media screen and (max-width:768px) {
    .simple_basic h2 span {
    top: -.8em;
    width: 19%;
    }
}*/

.simple_basic p {
    text-align: center;
    /* font-size: 23px; */
    margin: 1em auto 2em;
    line-height: 1.5;
    letter-spacing: -1px;
    font-size: clamp(10px, calc(0.625rem + ((1vw - 7.69px) * 1.7376)), 30px);
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .simple_basic p {
        margin: 0em auto 2em;
        font-size: 3.5vw;
    }
}

.simple_basic ul.point {
    justify-content: space-between;
    width: 60%;
    margin: 2em auto;
}

@media screen and (max-width:768px) {
    .simple_basic ul.point {
        width: 90%;
    }
}

.simple_basic ul.point li {
    /* font-size: 23px; */
    font-size: clamp(8px, calc(01rem + ((1vw - 7.69px) * 1.3032)), 23px);
    color: #C6B96A;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width:768px) {
    .simple_basic ul.point li {
        font-size: 3vw;
    }
}

.simple_basic ul.point li:after {
    content: url(../img/2024/cheak_img.svg);
    width: 1.1em;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -13%;
}

.simple_basic .flex.img {
    gap: 2em 1em;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width:768px) {
    .simple_basic .flex.img {
        gap: 2vw;
    }
}

.simple_basic .flex.img img {
    width: 100%;
}

.simple_basic .flex.img img:nth-child(2) {
    width: 39%;
}

.simple_basic .flex.img img:nth-child(3) {
    width: 58%;
}

@media screen and (max-width:768px) {
    .simple_basic .flex.img img:nth-child(3) {
        width: 58.5%;
    }
}

/*--　選べる3つのスタイル　--*/
/*共通のアイテムリスト*/
.style_3 {
    width: 100%;
    text-align: center;
    padding: 6rem 0;
}

@media screen and (max-width:767px) {
    .style_3 {
        padding: 5vw 0;
    }
}

.style_3 .inner {
    margin: 0 auto;
}

.style_3 h2 {
    font-size: clamp(42px, calc(7.02vw + -11.94px), 84px);
    font-weight: 500;
    letter-spacing: -.25rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

@media screen and (max-width:767px) {
    .style_3 h2 {
        font-size: 8vw;
        letter-spacing: normal;
        line-height: 1;
        margin-bottom: 5vw;
    }
}

.style_3-txt {
    font-size: clamp(38px, calc(4.35vw + 4.61px), 64px);
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width:767px) {
    .style_3-txt {
        font-size: 6vw;
        line-height: 1.6;
    }
}

/*--　↓　スタイル選択ボタン　--*/
.style_3 .style_anchor {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    margin-bottom: 8rem;
}

@media screen and (max-width:767px) {
    .style_3 .style_anchor {
        margin-bottom: 8vw;
    }
}

.style_3 .style_anchor>* {
    width: 32%;
}

.style_3 .style_anchor li {
    font-size: clamp(20px, calc(0.67vw + 14.86px), 24px);
    line-height: 1.2;
    padding: 2.5rem 0 3.5rem;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width:767px) {
    .style_3 .style_anchor li {
        padding: 1.5rem 0 2.5rem;
    }
}

.style_3 .style_anchor li span {
    font-size: clamp(20px, calc(0.67vw + 14.86px), 24px);
    font-weight: bold;
}

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

    .style_3 .style_anchor li,
    .style_3 .style_anchor li span {
        font-size: 2.8vw;
    }
}

.style_3 .style_anchor li::before,
.style_3 .style_anchor li::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: calc(50% - 1px);
    width: 2px;
    height: 20px;
    transform-origin: 50% calc(100% - 1px);
}

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

    .style_3 .style_anchor li::before,
    .style_3 .style_anchor li::after {
        width: 1px;
        height: 10px;
    }
}

.style_3 .style_anchor li::before {
    transform: rotate(50deg);
}

.style_3 .style_anchor li::after {
    transform: rotate(-50deg);
}

.style_3 .style_anchor li.sb-item {
    color: #fff;
    background-color: #bd9a7a;
}

.style_3 .style_anchor li.ns-item {
    color: #1a1a1a;
    background-color: #ededed;
}

.style_3 .style_anchor li.cs-item {
    color: #fff;
    background-color: #6f5228;
}

.style_3 .style_anchor li.sb-item::before,
.style_3 .style_anchor li.sb-item::after {
    background-color: #fff;
}

.style_3 .style_anchor li.ns-item::before,
.style_3 .style_anchor li.ns-item::after {
    background-color: #1a1a1a;
}

.style_3 .style_anchor li.cs-item::before,
.style_3 .style_anchor li.cs-item::after {
    background-color: #fff;
}

/*　選択時のborder　*/
.style_3.sb .style_anchor li.sb-item,
.style_3.cs .style_anchor li.cs-item {
    border: 1px solid #fff;
}

.style_3.ns .style_anchor li.ns-item {
    border: 1px solid #c1c1c1;
}

/*--　↑　スタイル選択ボタン　--*/

.style_item {
    text-align: center;
}

.style-srider {
    margin-bottom: 5rem;
}

.style_item .tag {
    gap: 2em;
    margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
    .style_item .tag {
        gap: 4vw;
        margin-bottom: 6vw;
    }

    .style_item .tag li {
        font-size: 3vw;
    }
}

h2.style_tl {
    font-size: 56px;
    font-weight: 650;
    letter-spacing: -1px;
    font-size: clamp(44px, calc(6.02vw + -2.23px), 80px);
}

@media screen and (max-width:767px) {
    h2.style_tl {
        font-size: 11.5vw;
    }
}

.style_item .style_lead {
    font-size: 20px;
    margin-bottom: 3rem;
}

@media screen and (max-width:767px) {
    .style_item .style_lead {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }
}

.style_item .l-inner {
    max-width: 1200px;
    margin-top: 0;
    margin-bottom: 0;
}

.style_item .item_list ul.flex {
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1.5em;
    width: 80%;
    margin-inline: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8rem;
}

@media screen and (max-width:767px) {
    .style_item .item_list ul.flex {
        width: 85%;
        margin-inline: auto;
        column-gap: 3vw;
        row-gap: 5vw;
        padding-bottom: 16vw;
    }
}

.style_item .item_list ul li {
    width: calc((100% - 1em * 3) / 4);
}

@media screen and (max-width:767px) {
    .style_item .item_list ul li {
        width: calc((100% - 3vw) / 2);
    }
}

.style_item .item_list ul li a {
    display: block;
    color: #1A1A1A;
}

.style_item .item_list ul li a dl dt img {
    width: 80%;
}

.style_item .item_list .style_item-name {
    font-size: clamp(14px, calc(0.78vw + 8.00px), 16px);
    line-height: 1.2;
    margin-top: .5em;
}

@media screen and (max-width:767px) {
    .style_item .item_list .style_item-name {
        font-size: 3.5vw;
    }
}

.style_item .item_list .style_item-name span {
    display: block;
    font-size: 1em;
}

.style_item .item_list .online_btn {
    background: #fff;
    width: 70%;
    margin: .5em auto 0;
    font-size: clamp(14px, calc(0.78vw + 8.00px), 16px);
    padding: 3% 0;
    box-shadow: 0 0 6px #0000001c;
    color: #BB945B;
}

@media screen and (max-width:767px) {
    .style_item .item_list .online_btn {
        font-size: 3.5vw;
    }
}

.style-link {
    display: flex;
    justify-content: space-evenly;
}

.style-link-tl {
    font-size: clamp(32px, calc(4.35vw + -1.39px), 58px);
    font-weight: bold;
    padding: 6rem 0 2rem;
}

@media screen and (max-width:767px) {
    .style-link-tl {
        font-size: 6vw;
        padding: 16vw 0 1rem;
    }
}

.style-link-txt {
    display: inline-block;
    font-size: 2rem;
    letter-spacing: -.25rem;
    position: relative;
    margin-top: 1rem;
}

@media screen and (max-width:767px) {
    .style-link-txt {
        font-size: 3.8vw;
        margin-top: .5rem;
    }
}

.style-link-txt::before,
.style-link-txt::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: -15%;
    width: 8px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 0.5px) 50%;
}

.style_3.sb .style-link-txt::before,
.style_3.sb .style-link-txt::after,
.style_3.cs .style-link-txt::before,
.style_3.cs .style-link-txt::after {
    background-color: #fff;
}

.style-link-txt::before {
    transform: rotate(42.5deg);
}

.style-link-txt::after {
    transform: rotate(-42.5deg);
}

.style-link li {
    width: 40%;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .style-link li {
        width: 40%;
    }
}

.style-link li img {
    display: block;
    width: 100%;
    height: auto;
}

/*=====================
ナチュラルベーシック
=====================*/
.style_3.sb {
    background-color: #bd9a7a;
}

.style_3.sb .style_3-txt {
    color: #705840;
}

.style_3.sb h2,
.style_3.sb p,
.style_3.sb .tag li,
.style_3.sb .style_item .item_list .style_item-name {
    color: #fff;
}

.style_3.sb .type-item {
    background-color: #e5d7ca;
}

.style_3.sb .coordinate_area .insta h2 {
    border-bottom: #fff solid 2px;
}

.style_3.sb .banner_area.sogo .txt_block p {
    color: #666;
}

/*=====================
ホワイトスタイル
=====================*/
.style_3.ns {
    background-color: #ededed;
    color: #1a1a1a;
}

.style_3.ns h2 {
    color: #1a1a1a;
}

.style_3.ns .style_3-txt {
    color: #bb945b;
}

.style_3.ns .type-item {
    background-color: #c8c8c8;
}

/*=====================
ブラウンスタイル
=====================*/
.style_3.cs {
    background-color: #6f5228;
    color: #fff;
}

.style_3.cs .style_3-txt {
    color: #ededed;
}

.style_3.cs h2,
.style_3.cs .style_item .item_list .style_item-name {
    color: #fff;
}

.style_3.cs .style_item .item_list .online_btn {
    color: #BB945B;
}

.style_3.cs .type-item {
    color: #000;
    background-color: #d8d0ca;
}

.style_3.cs .coordinate_area .insta h2 {
    border-bottom: #fff solid 2px;
}

.style_3.cs .coordinate_area .insta p,
.style_3.cs .coordinate_area .insta-slider a,
.style_3.cs .banner_area .store {
    color: #fff;
}


/*=====================
「すべて表示」の開閉
=====================*/
.readmore-check {
    display: none;
}

.readmore {
    position: relative;
    margin: 50px auto 0;
    padding: 0 0 10px;
}

@media screen and (max-width: 767px) {
    .readmore {
        padding: 0;
    }
}

.readmore-content {
    position: relative;
    height: min(70vw, 1000px);
    overflow: hidden;
    transition: max-height 0.5s;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .readmore-content {
        height: 150vw;
    }
}

.readmore-label::before {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    width: 200px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .readmore-label::before {
        width: 28%;
        padding: 5px 10px;
    }
}

.readmore-content.sb+.readmore-label::before {
    background-color: #bd9a7a;
    border: 1px solid #fff;
}

.readmore-content.ns+.readmore-label::before {
    background-color: #ededed;
    color: #1a1a1a;
    border: 1px solid #c1c1c1;
}

.readmore-content.cs+.readmore-label::before {
    background-color: #6f5228;
    border: 1px solid #fff;
}


.readmore-label::before {
    content: 'もっと見る +';
}

.readmore-check:checked+.readmore-content+.readmore-label::before {
    content: '閉じる ―';
}

.readmore-check:checked+.readmore-content {
    height: auto;
}

.readmore-content::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 5;
}

.readmore-content.sb::before {
    background: linear-gradient(transparent 0%, rgba(189, 154, 122, 0.8) 50%, rgba(189, 154, 122, 1) 100%);
}

.readmore-content.ns::before {
    background: linear-gradient(transparent 0%, rgba(237, 237, 237, 0.8) 50%, rgb(237, 237, 237, 1) 100%);
}

.readmore-content.cs::before {
    background: linear-gradient(transparent 0%, rgba(111, 82, 40, 0.8) 50%, rgb(111, 82, 40, 1) 100%);
}

.readmore-check:checked+.readmore-content::before {
    display: none;
}


/*=====================
SEOスタイル調整
=====================*/
.top_txt_area h1 {
    font-size: clamp(25px, calc(1.5625rem + ((1vw - 7.68px) * 0.8681)), 35px);
    font-weight: 600;
    line-height: 1.6;
    margin: 0% 0 1%;
}

.top_txt_area h2 {
    padding: 0 0 .5%;
}

.furniture .top_txt_area p {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 0.8681)), 24px);
}

@media screen and (max-width:767px) {
    .top_txt_area h1 {
        font-size: 4.5vw;
        margin: 4% 0 0%;
    }

    .furniture .top_txt_area p {
        font-size: 3.5vw;
    }
}

.banner_area.sogo .inner {
    width: 90%;
    max-width: 1000px;
    padding: 1em 0 6em;
    margin: auto;
}

.banner_area.sogo a {
    background-color: #fff;
    display: block;
    color: #666;
    position: relative;
}

.banner_area.sogo a:after {
    position: absolute;
    content: url(../img/sogo_arrow.svg);
    bottom: .5%;
    right: 1%;
    width: 4%;
    height: 17%;
}

.banner_area.sogo img {
    width: 100%;
}

.banner_area.sogo .flex {
    gap: 2%;
    display: flex;
    flex-wrap: wrap;
}

.banner_area.sogo picture,
.banner_area.sogo .txt_block {
    max-width: 50%;
    width: 49%;
}

.banner_area.sogo .txt_block h3 {
    margin-bottom: 5%;
    color: #666;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-top: 0;
}

.banner_area.sogo .txt_block h3,
.banner_area.sogo .txt_block p {
    white-space: normal;
    text-align: start;
}

@media screen and (max-width:768px) {
    .banner_area.sogo {
        width: 100%;
    }

    .banner_area.sogo a:after {
        position: absolute;
        content: url(../img/sogo_arrow.svg);
        bottom: .5%;
        right: 1%;
        width: 9%;
        height: 9%;
    }

    .banner_area.sogo .flex {
        display: block;
    }

    .banner_area.sogo picture,
    .banner_area.sogo .txt_block {
        max-width: 100%;
        width: 100%;
        padding: 4%;
        display: block;
    }

    .banner_area.sogo .txt_block h3,
    .banner_area.sogo .txt_block p {
        text-align: center;
    }
}


/*--  <!--選べる3つのスタイル（タブ） --*/
.tab-panel,
.product-list {
    display: none;
}

.tab-panel.active,
.product-list.active {
    display: block;
    margin-bottom: 30px;
}

.lineup {
    width: 100%;
    text-align: center;
}

.lineup-main_tl {
    font-size: 56px;
    font-weight: 650;
    letter-spacing: -1px;
    font-size: clamp(45px, calc(3.25rem + ((1vw - 7.69px) * 4.344)), 80px);
}

@media screen and (max-width:768px) {
    .lineup-main_tl {
        font-size: 11.5vw;
    }
}

.tab-list {
    width: 80%;
    display: flex;
    gap: 8px;
    margin-inline: auto;
}

.tab-item {
    width: calc((100% - 16px) / 3);
}

.product-item {
    width: calc((100% - 16px) / 3);
}

.coordinate_area {
    margin: 0 auto;
    padding: 0 0 3em;
}

.coordinate_area video {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}


/* カテゴリで選ぶ */
.category {
    padding: 6em 0 0;
}

h2.category-tl {
    font-size: clamp(28px, calc(2.34vw + 10.02px), 42px);
    font-weight: bold;
    padding-bottom: 2rem;
}

.type-list {
    width: 85%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1rem;
    margin-inline: auto;
    margin-bottom: 2rem;
}

@media screen and (min-width:768px) {
    .type-list {
        row-gap: 2rem;
        margin-bottom: 4rem;
    }
}

.type-item {
    background-color: #515252;
    width: 32%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: -.25rem;
    line-height: 1.2;
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .type-item {
        height: 70px;
        font-size: clamp(20px, calc(0.67vw + 14.86px), 24px);
    }
}

.category_item-name,
.category_item-name span {
    display: block;
    color: #666;
    font-size: clamp(14px, calc(0.78vw + 8.00px), 16px);
}

.category_item_wrap.item_list .online_btn {
    width: 80%;
    background: #515252;
    color: #fff;
    font-size: clamp(14px, calc(0.78vw + 8.00px), 16px);
    padding: 1%;
    position: relative;
}

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

    .category_item-name,
    .category_item-name span,
    .category_item_wrap.item_list .online_btn {
        font-size: 3.5vw;
    }
}


.data-title {
    width: 85%;
    max-width: 1020px;
    color: #515252;
    font-size: 5.2vw;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin-inline: auto;
}

@media screen and (min-width:768px) {
    .data-title {
        font-size: clamp(28px, calc(0.67vw + 22.86px), 32px);
    }
}

.category .category_item:not(.active) {
    display: none;
}