
.content{
    width: 100%;
    font-family: 'Noto sans JP', sans-serif;
}

.lp_content{
    width: 100%;
    overflow: hidden;
}

.lp_content h2{
    font-size: 3rem;
    margin: 50px 0 10px 0;
    text-align: center;
    margin-bottom: 20px;
}


.lp_breadcrumb {
    background-color: white;
    font-size: 1.8rem;
    width: 1200px;
    max-width: 100%;
    margin: auto;
    padding: 5px;
}

@media screen and (max-width: 1240px) {
    .content {
        padding: 0 !important;
    }
}

@media screen and (max-width: 1280px)and (min-width: 768px) {
    .main_text_content,
    .ranking_sct,
    .sean_healing_sct,
    .section_select_sct_items,
    .connection_sct,
    .supervisor__sct {
        margin: auto !important;
        width: 900px !important;
    }

    .product-swiper__wrap {
        padding: 20px 20px 0px 20px !important;
    }
}

@media (width: 1920px) and (height: 1080px) {
    .healing_item_content{
        width: 1100px !important;
    }
    .staff_comment_sct{
        width: 1200px !important;
    }
}



.follow-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
  padding: 10px;
  text-align: center;
}
.follow-buttons.show {
  transform: translateY(0);
  display: flex;
    justify-content: center;
    gap: 50px;
}

.follow-buttons .btn { 
        padding: 8px 54px;
        background: #935f43;
        color: #fff; 
        border-radius: 20px; 
        font-size: 17px; 
        text-decoration: none; 
    }

@media screen and (min-width: 600px) {
    [class*=button]:hover {
        opacity: 1 !important;
    }
}


/* トップバナー */


.mv-wrap {
    background-color: #fff5eb;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0;
    display: block;
}

    .mv-wrap {
        width: 100%;
        position: relative;
        padding: 0;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
    }
.mv-wrap picture{
    width: 100%;
}
.mv-wrap img {
    vertical-align: middle;
}

.mv-wrap .mv_back {
    width: 100%;
    /* max-height: 20vh; */
    object-fit: cover;
}


/* @media screen and (min-width: 768px) {
    .mv-wrap .mv_back {
        max-height: 50vh;
    }
} */
 

.mv-wrap img {
    vertical-align: middle;
}

.mv-wrap .logo_pc {
    display: none;
}

    .mv-wrap .logo_pc {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35%;
}



/* トップテキスト */
.main_text_sct{
    padding: 10px;
    background-color: #fff5eb;
}

.main_text_content{
    width: 1200px;
    margin: 10px auto 20px auto;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 4rem;
}

@media screen and (max-width: 767px) {
    .main_text_content {
        width: auto;
        margin: auto;
        font-size: 1.2rem;
        line-height: 2.8rem;
    }
    .mv-wrap .mv_back {
        max-height: none !important;
    }
}



/* ランキング */
.ranking_sct{
    width: 1200px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sp-title_rank {
        /* padding: 20px 15px; */
        font-size: 2.8rem;
        text-align: center;
    }
}
.sp-title_rank{
    font-size: 2.8rem;
}

@media (min-width: 768px) {
    .sp-title_rank {
        font-size: 2.8rem;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .sp-title_rank {
        font-size: 2.8rem;
    }
}
@media (min-width: 768px) {
    .sma {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .product-list__item:not(:nth-child(5n)) {
        margin-right: 0;
    }
}

.ranking_sct> .product-swiper__wrap {
    padding: 40px 70px 20px 70px;
    border: 2px solid #9e643f;
    border-radius: 26px;
}

.swiper-wrapper{
    gap: 10px;
}
.product-list .swiper-slide {
    width: auto !important;
    max-width: calc((100% - 40px) / 5) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-items__item__link{
    padding: 8px;
}

.product-list img {
    /* margin-bottom: 5px; */
    width: 60px;
}

@media (min-width: 768px) {
    .block-items__item__link {
        padding: 15px 30px !important;
    }
}

@media screen and (min-width: 1024px) {
    .product-list__item {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .ranking_sct {
        width: auto;
        margin: 10px
    }
    .lp_content h2 {
        font-size: 1.9rem;
    }
    .product-swiper-container {
        overflow: scroll !important;
    }
    .product-swiper__wrap {
        padding: 10px 20px 20px 10px !important;
    }
    .product-list .swiper-slide {
        max-width: calc((100% - 10px) / 2) !important;
    }
}





/* 販促花子おススメ商品 */
.osusume_sct {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 50px auto;
}

.recommend-ttl {
    font-size: 2rem;
    background: #e28b62;
    display: block;
    color: #fff;
    line-height: 1.2;
    padding: 11px 25px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .recommend-ttl {
        display: inline-block;
        border-radius: 10px 10px 0 0;
    }
}

.flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #fde9db;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .flexbox {
        flex-direction: row;
        border-radius: 0 10px 10px 10px;
    }
}

@media (min-width: 768px) {
    .flexbox-left {
        width: 250px;
    }
}

.flexbox-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    .flexbox-right {
        width: calc(100% - 270px);
    }
}

.flexbox-right .subttl {
    font-size: 1.6rem;
    font-weight: bold;
}

.flexbox-right h3 {
    font-size: 2.8rem;
    line-height: 1.2;
}

.flexbox-right .comment {
    font-size: 1.6rem;
}

.link-btn2 {
    position: relative;
    background: #e1a377;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .link-btn2 {
        margin-top: 10px;
        padding: 7px;
        font-size: 1.4rem;
    }
}

.flexbox-right .link-btn2 {
    margin-top: auto;
    padding: 7px;
    font-size: 1.7rem;
    background: #e28b62;
    color: #fff;
    width: 400px;
    max-width: 100%;
    box-sizing: border-box;
}

.link-btn2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg) translate(0, -50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .osusume_sct {
        position: static !important; 
        z-index: auto !important; 
        width: auto !important; 
        margin: 50px 10px 10px 10px;
    }
    .flexbox-left img{
        width: 200px;
    }
    .flexbox-right .subttl {
        font-size: 1rem;
    }
    .flexbox-right h3 {
        font-size: 2rem;
    }
    .flexbox-right .comment {
        font-size: 1.4rem;
    }
}

/* シーンに合わせて */
.section_select_sct{
    background-color: #fff5eb;
    padding: 5px 0 50px 0;
}

.section_select_content{
    width: 1200px;
    margin: auto;
}

.section_select_sct_items{
    display: flex;
    gap: 32px;
    justify-content: center;
}
.tab-content {
  display: block !important;
}

.section_select_content .tab-button {
    all: unset;       /* 既存のスタイルを全部リセット */
    cursor: pointer;  /* ボタンっぽさだけ残す */
    display: inline-block;
}
.section_select_content .tab-button {
    background: none !important; /* グレーの背景消す */
    height: auto !important;     /* 高さを画像に合わせる */
    padding: 0 !important;       /* パディング消す */
    border-radius: 0 !important; /* 角丸を消す */
    color: inherit !important;   /* 文字色をリセット */
    font-size: inherit !important;
    font-weight: normal !important;
}

.section_select_content .tab-button img:hover {
    opacity: 80%;
}

.section_select_content .tab-button img:active {
      transform: translateY(10px); /* 押された感じを出すために少し下に移動 */
}

/* 見た目用クラス */
.tab-style {
  display: inline-block;
  cursor: pointer;
  transition: opacity .3s;
}
.tab-style:hover {
  opacity: 0.7;
}


/* デスク周りに */
.tab-content_text1{
    color: #e08962;
    font-size: 3.8rem;
}

.tab-content_text2{
    color: #935979;
    font-size: 3.8rem;
}

.tab-content_text3{
    color: #534b5d;
    font-size: 3.8rem;
}

.sean_healing_sct{
    width: 1200px;
    margin: auto;
}

.block-product__list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .block-product__list{
        gap: 20px;
    }
}

.block-product__list> li {
    border: 1px solid #ccc;
}

@media (min-width: 768px) {
    .block-product__list> li {
        width: calc((100% - 60px) / 4);
        border-radius: 12px;
    }
}

.block-items__item__link {
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #222;
    transition: all 0.2s;
    height: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .block-items__item__link {
        padding: 20px;
    }
}

.block-items__item__img {
    padding-top: 100%;
    position: relative;
}

.block-items__item__img {
    text-align: center;
    padding: 0;
    position: relative;
}

.block-items__item__img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.block-items__item__img img {
    position: static;
    vertical-align: bottom;
    width: 300px;
}

.block-items__item__info {
    width: 100%;
}

.block-items__item__name {
    font-size: 1.4rem;
    text-decoration: underline;
    color: #222222;
    margin-top: 10px;
}

.block-items__item__name {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .block-items__item__name {
        font-size: 1.7rem;
    }
}

.block-items__item__price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}

@media (min-width: 1024px) {
    .block-items__item__price {
        margin-top: 10px;
    }
}

.block-items__item__price {
    display: flex;
    gap: 10px;
    justify-content: left;
    align-items: baseline;
}

.block-items__item__price--unit {
    font-weight: bold;
    color: #ff0000;
    font-size: 1.4rem;
}

.block-items__item__price--unit {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .block-items__item__price--unit {
        font-size: 2.2rem;
    }
}

.block-items__item__price--count {
    font-size: 1rem;
    color: #888888;
}

.block-items__item__price--count {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .block-items__item__price--count {
        font-size: 1.3rem;
    }
}
.block-items__item__tags {
    margin-top: 10px;
    line-height: 2.2;
}

.tag--cmyk {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 8px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1rem;
    position: relative;
    padding-left: 18px;
    color: #9d0000;
    background: #fff;
    border: 1px solid #eee;
}

.block-items__item__tag {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 3px;
}

.tag--cmyk::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 6px;
}

.tag--cmyk::before {
    /* background: no-repeat url(../img/ico_sm_cmyk.svg); */
    background-size: contain;
}

.block-items__item__tag:before {
    bottom: 0;
    top: 0;
    margin: auto;
}
.tag--mono {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-left: 8px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 1rem;
    position: relative;
    padding-left: 18px;
    color: #9d0000;
    background: #fff;
    border: 1px solid #eee;
}

.block-items__item__tag {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 3px;
}

.tag--mono::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 6px;
}

.tag--mono::before {
    /* background: no-repeat url(../img/ico_sm_mono.svg); */
    background-size: contain;
}

.block-items__item__tag:before {
    bottom: 0;
    top: 0;
    margin: auto;
}

.block-product__link-btn {
    width: 100%;
    max-width: 300px;
    display: block;
    position: relative;
    background: #e28b62;
    margin: auto auto 0;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.block-product__link-btn2 {
    width: 100%;
    max-width: 300px;
    display: block;
    position: relative;
    background: #935979;
    margin: auto auto 0;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.block-product__link-btn3 {
    width: 100%;
    max-width: 300px;
    display: block;
    position: relative;
    background: #534b5d;
    margin: auto auto 0;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}

.block-product__link-btn:after, .block-product__link-btn2:after, .block-product__link-btn3:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    border-color: #fff;
    transform: rotate(-45deg) translate(0, -50%);
}


.other {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto 20px;
    width: 500px;
}

.item_other.item_on {
    display: block;
}
.button_other {
    display: flex;
    color: #000;
    border: 3px solid #e08962;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 1.8rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    width: 100%;
}




@media screen and (min-width: 768px) {
    .button_other:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 3px #e28b62;
        border-right: solid 3px #e28b62;
        position: absolute;
        top: 43%;
        right: 13%;
        margin-top: -5px;
        transform: rotate(135deg);
        position: absolute;
    }
    .button_other.open:after {
        transform: rotate(-45deg); /* 開いたときは上向き */
        top: 20px;
    }
}
@media screen and (min-width: 768px) {
    .button_other:after {
        color: #FFFFFF;
    }
}
.item_other {
    display: none;
}

.category_item_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}

.category_item_list li {
    border: 1px solid #ccc;

}
@media (min-width: 768px) {
    .category_item_list li  {
        width: calc((100% - 60px) / 4);
        border-radius: 12px;
    }
}
@media (min-width: 600px) {
    .category_item_list ul>li {
        width: calc((100% - 45px) / 4) !important;
    }
}

.category_item_list li .block-items__item__img img {
    border: none !important;
}

.category_item_list {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (min-width: 600px) {
    .category_item_list ul>li:not(:nth-child(5n+1)) {
        margin-left: 0 !important;
    }
}

@media (min-width: 600px) {
    .category_item_list ul>li:nth-child(n+6) {
        margin-top: 0 !important;
    }
}


.tab-button img{
    width: 365px;
}


@media screen and (max-width: 767px) {
    .section_select_content, .sean_healing_sct, .section_select_content .tab-button{
        width: auto !important;
    }
    .section_select_sct_items {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 341px;
        margin: auto;
    }
    .finished_text_img {
        margin: 10px;
    }
    .finished_text_img img {
        width: 17% !important;
    }
    .tab-content_text1 {
        color: #e08962;
        font-size: 3.2rem;
    }
    .block-product__list {
        margin: 10px;
    }
    .block-product__list> li {
        width: calc((100% - 10px) / 2);
    }
    .other {
        margin: 20px 10px;
        width: auto;
    }
    .category_item_list ul {
        gap: 0;
        margin: 10px;
    }
    @media (max-width: 599px) {
    .category_item_list ul>li:nth-child(2n+3):before {
        content: none !important;
        display: none !important;
        width: auto !important;
        height: auto !important;
        background: none !important;
        position: static !important;
        bottom: auto !important;
        left: auto !important;
    }
}

}

/* 仕事終わりに */
.finished_text_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.finished_text_img img{
    width: 6%;
}
/* おやすみ前に */




/* 癒しアイテムで */
.healing_item_sct{
    font-size: 1.8rem;
}

.healing_item_element{
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.healing_item_content_colorvariation{
    background-color: #d9c7b5;
    padding: 20px;
}

.healing_item_content_colorvariation2{
    background-color: #fff5eb;
    padding: 20px;
}

.healing_item_content{
    display: flex;
    line-height: 3.2rem;
    max-width: 1200px;
    margin: auto;
}

.healing_item_items{
    width: 800px;
}

.healing_item_items p{
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.healing_item_items a{
    font-weight: bold;
    color: #000;
}

.healing_item_items a span{
    text-decoration: underline !important;
    font-weight: 500;
    color: #f16336;
}


@media screen and (max-width: 767px) {
    .healing_item_content {
        flex-direction: column-reverse;
        line-height: 2rem;
    }
    .healing_item_items {
        width: auto;
    }
    .healing_item_sct {
        font-size: 1.1rem;
    }
    .healing_item_items p {
        font-size: 1.6rem;
        margin: 5px;
    }
}

@media screen and (max-width: 1280px)and (min-width: 768px) {
    .healing_item_items_img{
        width: 300px;
    }
}







/* スタッフも愛用 */
.staff_comment_sct{
    width: 1200px;
    margin: auto;
}

.staff_comment_item{
    display: flex;
    margin-bottom: 55px;
    font-size: 1.6rem;
    gap: 30px;
}

.staff_comment_items, .staff_comment_items2{
    width: 250px;
}

.staff_comment_content{
    display: flex;
    align-items: center;
    gap: 20px;
}

.staff_comment_item_title{
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
}

.fukidashi-02-01 {
    position: relative;
    width: fit-content;
    padding: 33px 31px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #e28b62;
}


.fukidashi-02-01::after {
    content: "";
    position: absolute;
    top: 54%;
    right: -16px;
    z-index: -1;
    width: 20px;
    height: 12px;
    transform: rotate(-90deg);
    box-sizing: border-box;
    background-color: #e28b62;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}



.staff_comment_item2{
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 55px;
    font-size: 1.6rem;
    gap: 30px;
}

.staff_comment_content2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
}

.staff_comment_item_title2{
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
}

.fukidashi-02-012 {
    position: relative;
    width: fit-content;
    padding: 33px 47px;
    color: #ffffff;
    border-radius: 10px;
    background-color: #e28b62;
}

.fukidashi-02-012::after {
    content: "";
    position: absolute;
    top: 54%;
    left: -16px;
    z-index: -1;
    width: 20px;
    height: 12px;
    transform: rotate(-270deg);
    box-sizing: border-box;
    background-color: #e28b62;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 767px) {
    .staff_comment_sct {
        width: auto;
    }
    .staff_comment_item {
        flex-direction: column;
        font-size: 1.1rem;
        align-items: center;
        margin: 0 10px 90px 10px;
    }
    .fukidashi-02-01 {
        padding: 15px 19px;
    }
    .fukidashi-02-01::after {
        transform: rotate(-90deg);
        /* left: 233px; */
    }
    .staff_comment_item2 {
        flex-direction: column;
        font-size: 1rem;
        margin: 0 10px 90px 10px;
        align-items: center;
    }
    .staff_comment_text2{
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .staff_comment_content img, .staff_comment_content2 img{
        width: 87px;
    }
    .fukidashi-02-012 {
        padding: 15px 19px;
    }
    .fukidashi-02-012::after {
        top: 50%;
        left: -5%;
        transform: rotate(90deg);
    }
}


/* 関連特集 */
.connection_sct{
    width: 1200px;
    margin: auto;
}
.feature_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding-bottom: 50px;
}
.feature_list > li {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media screen and (min-width: 600px) {
    .feature_list > li {
        width: calc((100% - 20px) / 2);
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.feature_list > li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    color: #333;
}

@media screen and (min-width: 600px) {
    .feature_list > li .tmb_box, .feature_list > li .txt_box {
        width: 100%;
    }
}
.feature_list > li .tmb_box img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
}
.feature_list > li .txt_box {
    width: 100%;
    padding-top: 7px;
}
@media screen and (min-width: 600px) {
    .feature_list > li .tmb_box, .feature_list > li .txt_box {
        width: 100%;
    }
}
.feature_list > li .txt_box .name {
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
    .feature_list > li .txt_box .name {
        font-size: 1.8rem;
    }
}
.feature_list > li .txt_box .comment {
    line-height: 1.4;
    color: #555;
    font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
    .feature_list > li .txt_box .comment {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .connection_sct {
        width: auto;
        margin: 10px;
    }
}


/* 監修 */
.supervision_sct{
    width: 1200px;
    margin: auto;
}

@media screen and (max-width: 767px) {
      /* .mv-wrap {
    background-image: url("/html/user_data/assets/img/item/healing-system_sp/main_banner_back6.webp");
  } */
    .supervision_sct {
        width: auto;
        margin: 10px;
    }
    .supervisor__sct__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
        .supervisor__sct__img {
        width: 200px;
    }
}

/* 花子ボタン */
#side_navi{
    display: none;
}
.section-navi{
    margin-top: -70px;
    padding-top: 70px;
    /* margin-bottom: 70px;
    padding-bottom: 70px; */
}

@media screen and (min-width: 1400px) and (min-height: 550px){
    /* 初期表示はサイドメニューが表示された状態 */
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: -130px; 
        bottom: 30px;
        transition: all 0.3s ease; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -130px;
    }
    #side_navi.visible{
        right: -130px; 
    }
    #side_navi.visible.hidden{
        right: 0; 
    }

    /* トグルボタンのスタイル */
    .toggle-btn {
        position: absolute;
        left: -34px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #efefef;
        border: 1px solid #dfdfdf;
        border-radius: 5px 0 0 5px;
        border-right: none;
        padding: 25px 10px;
        cursor: pointer;
        z-index: 1000;
        transition: all 0.3s ease;
        font-size: 1.4rem;
    }
    #side_navi .toggle-btn {
        opacity: 0;
        cursor: default;
    }
    #side_navi.visible .toggle-btn,
    #side_navi.visible.hidden .toggle-btn{
        opacity: 1;
        cursor: pointer;
    }
    .item_navi {
        position: relative;
        border-radius: 10px 0 0 10px;
        width: 130px;
        padding: 15px 10px;
        text-align: center;
        background: #efefef;
        border: 1px solid #dfdfdf;
        border-right: none;
    }
    .snav li {
        margin-top: 5px;
        position: relative;
    }
    .snav li a {
        display: flex;
        align-items: center;
        position: relative;
        color: #222;
        padding: 2px 2px 2px 14px;
        min-height: 15px;
        border: 1px solid #b3b3b3;
        border-radius: 5px;
        background: #fff;
        line-height: 1.3;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
        transition: all 0.2s;
    }
    .snav li a:before{
        content: "";
        position: absolute;
        top: 39%;
        left: 5px;
        color: #bf0000;
        border-style: solid;
        border-color: transparent;
        border-width: 0.35em 0.5em;
        border-right-color: currentColor;
        border-left: 0;
    }
    .snav li a:hover {
        color: #fff;
        background: #bf0000;
    }
    .snav li a.active {
        color: #fff;
        background: #bf0000;
    }
    .section-navi{
        margin-top: -100px;
        padding-top: 110px;
        /* margin-bottom: 100px;
        padding-bottom: 100px; */
    }
}
@media screen and (min-width: 1500px) and (min-height: 650px){
    #side_navi {
        right: -150px; 
    }
    /* 非表示時のスタイル */
    #side_navi.hidden {
        right: -150px;
    }
    #side_navi.visible{
        right: -150px; 
    }
    .item_navi {
        width: 150px;
        padding: 15px 10px;
    }
    .snav li {
        margin-top: 5px;
    }
    .snav li a {
        padding: 10px 5px 10px 17px;
        min-height: 15px;
        font-size: 1.2rem;
    }
}
/*花子　右下*/
#imageContainer {
    /* width: 300px; */
    cursor: pointer;
}

/* @media screen and (max-width: 1280px)and (min-width: 768px) { */
@media (width: 1920px) and (height: 1080px) {
    #side_navi {
        position: fixed;
        display: block;
        z-index: 100;
        right: 20px;   /* ←スマホ用に位置を調整 */
        bottom: 20px;
        transition: all 0.3s ease;
    }

    #side_navi.hidden {
        right: 0px;
    }
    #side_navi.visible {
        right: 0px;
    }

    /* トグルボタンも表示させたい場合 */
    #side_navi .toggle-btn {
        opacity: 1;
        cursor: pointer;
    }
}




/* フッターぼたん */


#bottom_navi {
    background: #e9d5c3 !important;
}

.footer_btn{
    width: 60px !important;
}
#bottom_navi .section_select_sct_items .tab-button {
    font-size: 2rem !important;
    gap: 10px !important;
}

#bottom_navi.is-visible {
    z-index: 1 !important;
} 

#bottom_navi .section_select_sct_items .tab-button {
    background: #7b5239 !important;
}

 @media screen and (max-width: 767px) {
    .footer_btn_content> .section_select_sct_items{
        flex-direction: row;
    } 
        #bottom_navi .section_select_sct_items {
        gap: 10px !important;
    }
    .footer_btn {
        width: 47px !important;
    }
    #bottom_navi {
        background: #e9d5c3 !important;
        overflow: scroll; /* 横にはみ出した部分を隠す */
        position: relative;
        width: 100%;
    }

    #bottom_navi .section_select_sct_items {
        display: flex;
        transition: transform 0.4s ease;
        width: 100%; /* ボタン数に応じて調整 */
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #bottom_navi .section_select_sct_items .tab-button {
        flex: 0 0 100%; /* 画面幅いっぱい */
        text-align: center;
        font-size: 1.6rem;
        background: #7b5239 !important;
        color: #fff;
        border-radius: 12px;
        padding: 20px 0;
    }

    #bottom_navi .section_select_sct_items .tab-button img {
        display: block;
    }
    #bottom_navi.is-visible {
        bottom: 60px;
    } 
    .section_select_sct_items {
        justify-content: flex-start;
    }
}