﻿@charset "UTF-8";

/*ヘッダー調整*/
header,
.global-navi-content {
    width: 1200px;
    margin: 0 auto;
}
.pane-header .container {
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
}
.header .header-search {
    /* display: none; */
    visibility: hidden;
}
.header .header-content {
    width: 1200px;
    margin: 0 auto;
}

/* 不要要素消し */
.header-category-navi {
    visibility: hidden !important;
}

.global-navi .global-navi-content {
    display: none;
}

/* ジャンルページ（PC・SP共通） */

.sp-only { display: none; }
.pc-only { display: block; }

.bgBGY01 {
    background: #899DB9 !important;
}
.breadcrumbs {
    /* display: none; */
    margin: 30px auto;
    width: 1200px;
}
.container {
  width: 100%;
  margin: 0 auto;
}
section.sec01 p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 70px auto 40px;
}
section.sec01 .therapy_nav_overlay_menu {
    width: 1200px;
    margin: 0 auto;
}
section.sec01 .therapy_nav_overlay_menu ul {
  gap: 20px;
}
section.sec01 .therapy_nav_overlay_menu ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0;
  width: 23.75%;
}
section.sec01 .therapy_nav_overlay_menu ul li a {
    border: #899DB9 solid 1px;
    color: #3C577E;
    font-size: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: flex-start;
    padding: 0.8rem 1.2rem;
    letter-spacing: 0;
    border-radius: 8px;
}
section.sec01 .therapy_nav_overlay_menu ul li a span.line{
  display: block;
  line-height: 1.6;
  font-weight: 700;
}
section.sec01 .therapy_nav_overlay_menu ul li a span.line.txt_small {
  margin-top: 0.3em;
  line-height: 1.4;
  font-size: 14px;
  font-weight: normal;
}
section.sec01 h2 {
    background: #F8F8F8 !important;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    flex-direction: column;
    line-height: 1.8 !important;
}
section.sec01 h2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/stg/img/brand/bk_leaf.png) center no-repeat;
    z-index: -1;
}
section.sec01 h2 span {
    font-weight: normal;
    font-size: 16px !important;
    margin-left: 0 !important;
}
section.sec02, .block-product-list {
  max-width: 1200px !important;
  margin: 80px auto;
}
section.sec02 .inner {
    background: #F8F8F8;
    padding: 20px;
    height: calc(100% - 70px) !important;
}
section.sec02 .btn-recommend {
    align-items: flex-end;
}
section.sec02 li::before {
    background: url(/stg/img/genre/6/icon_checked.png) no-repeat 0 0 !important;
    background-size: contain !important;
}
section.sec02 h3 {
    position: relative;
    padding-left: 30px;
    text-align: left !important;
    padding-bottom: 10px;
    border-bottom: #272727 dotted 2px !important;
    margin-top: 80px !important;
    font-size: 28px !important;
}
section.sec02 h3 span {
    font-size: 20px;
    margin-left: 5px;
}
section.sec02 h3::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    margin-right: 8px;
    margin-left: -30px;
    vertical-align: -5px;
    background: url(/stg/img/brand/icon-leaf.png) center / contain no-repeat;
}
section.sec02 p.sec02_subttl {
    margin: 80px auto;
    text-align: center;
    font-weight: bold;
}
section.sec02 h4 {
    height: 80px !important;
    line-height: 1.5;
}
section.sec02 .type-contents .inner .imgbox {
    top: 5.5rem !important;
}
section.sec02 .type-contents .box {
    padding-bottom: 40px;
}
section.sec02 .type-contents.flexbox {
    margin: 30px auto;
}
/*
section.sec02 ul.checklist- {
    display: flex;
    flex-direction: column;
}
section.sec02 .btn-recommend span {
    font-weight: bold !important;
}
#item-12-box .inner .imgbox {
    left: 5px;
    top: 8rem;
    width: 20%;
}
*/
#block_of_itemhistory{
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .sp-only { display: block !important; }
    .pc-only { display: none !important; }

    /* 不要要素消し */
    .header .header-btn-search { visibility: hidden; }
    .header-navi .header-navi-item-guide:nth-of-type(3){ display: none; }
    .header-navi .header-navi-list .header-navi-list-item:not(:last-child){ display: none; }
    .header-navi .header-navi-item-banner{ display: none; }

    .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    section.sec02 {
        padding-right: 4vw;
        padding-left: 4vw;
    }
    .breadcrumbs,
    .page-product-list .block-product-list,
    #block_of_itemhistory,
    .footer-support,
    .footer-guide.container,
    .footer-app,
    .footer-bottom.container {
        padding-right: 4vw !important;
        padding-left: 4vw !important;
        max-width: none !important;
        width: unset;
    }
    .header-search.container-fluid {
        display: none;
    }
    section.sec01 h2 {
        background: #F8F8F8 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32vw;
        flex-direction: column;
        line-height: 1.6rem !important;
        padding: 0 !important;
        line-height: 2.1rem !important;
    }
    section.sec01 h2 span {
        font-size: 3.73vw !important;
    }
    section.sec02 .type-contents .inner .imgbox {
        top: 1rem !important;
        right: -0.3rem;
    }
    section.sec02 .type-contents .inner .inner-box ul {
        width: calc(100% - 24vw) !important;
    }
    section.sec02 .type-contents.flexbox {
        margin: 6.66vw auto;
    }
    section.sec02 .type-contents .box {
        padding-bottom: 0 !important;
    }
    section.sec01 h2::after {
        background-size: auto clamp(90px, 19vw, 99px) !important;
    }
    section.sec01 p {
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        margin: 12% auto 6%;
    }
    section.sec01 .therapy_nav_overlay_menu ul li {
        width: 44.0% !important;
    }
    section.sec01 .therapy_nav_overlay_menu ul li a {
        color: #3C577E;
        font-size: 0.9rem;
        padding: 0.8rem 0.8rem;
        height: 21.33vw;
    }
    section.sec01 .therapy_nav_overlay_menu ul li a span.line.txt_small {
        font-size: 0.7rem;
    }
    section.sec01 .therapy_nav_overlay_menu ul {
        gap: 4vw;
    }
    section.sec02 p.sec02_subttl {
        margin: 12vw auto;
        text-align: center;
        font-weight: bold;
        font-size: var(--ttl-s-base);
    }
    section.sec02 h4 {
        height: 18vw !important;
        line-height: 1.4;
    }
    section.sec02 h3 {
        margin-top: 12vw !important;
        font-size: 5.33vw !important;
    }
    section.sec02 h3 span {
         font-size: 4.26vw;
         margin-left: 1.33vw;
    }
    section.sec02 h3::before {
         width: 9.78vw;
         height: 5.86vw;
         margin-right: 2.13vw;
         margin-left: -8vw;
         vertical-align: -1.33vw;
    }
        section.sec02 .inner {
        padding: 4vw;
        height: auto;
    }
    section.sec02 .btn-recommend a.btn-outline-primary {
        border: 2px solid var(--main-color) !important;
    }
}

/*=== 漢方セラピーコンテンツ用 ===*/

/* ロゴ */
/* .therapy_logo{
    width: 100%;
    text-align: center;
    margin-top: 30px;
} */

/* ブランドメニュー（オーバーレイ版） */
/* .therapy_menu_overlay {
    position: relative;
    margin: 30px 0 0 0;
}

.therapy_menu_overlay ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.therapy_menu_overlay ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.therapy_menu_overlay ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.therapy_nav_overlay div {
    position: absolute;
    display: none;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 9999;
    background: #EDF0F5;
}

.therapy_nav_overlay_menu ul {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.therapy_nav_overlay_menu ul li {
    width: 24.0%;
    padding-bottom: inherit;
}

.therapy_nav_overlay_menu ul li a {
    width: 285px;
    padding: 1.2rem;
    line-height: 1.4;
    background: #FFF;
    border-radius: 10px;
    font-size: 14px;
    justify-content: start;
}

.therapy_menu_overlay .therapy_nav_overlay_btn{
    display: inline-block;
    background: #899DB9;
    width: 590px;
    padding: 1.2rem 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.therapy_nav_overlay_btn::after {
    content: url("/img/customize/pc/brand/icon_arrow.png");
    display: inline-block;
    vertical-align: bottom;
    height: 24px;
    margin-left: 10px;
}

.therapy_nav_overlay_btn.is-open::after {
    transform: rotate(180deg);
} */

/* ブランド選択メニュー（エリアトグル版） */
/* .therapy_menu_slide {
    background: #EDF0F5;
    padding: 40px 0;
}

.therapy_menu_slide ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.therapy_menu_slide ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.therapy_menu_slide ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.therapy_nav_slide_menu{
    display: none;
    width: 100%;
    top: 100px;
    left: 0;
    z-index: 9999;
    background: #EDF0F5;
}

.therapy_nav_slide_menu ul {
    width: 1200px;
    padding: 30px 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.therapy_nav_slide_menu ul li {
    width: 24.0%;
}

.therapy_nav_slide_menu ul li a {
    width: 285px;
    padding: 1.2rem;
    line-height: 1.4;
    background: #FFF;
    border-radius: 10px;
    font-size: 14px;
    justify-content: start;
}

.therapy_menu_slide .therapy_nav_slide_btn{
    display: inline-block;
    background: #899DB9;
    width: 590px;
    padding: 1.2rem 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.therapy_nav_slide_btn::after {
    content: url("/img/customize/pc/brand/icon_arrow.png");
    display: inline-block;
    vertical-align: bottom;
    height: 24px;
    margin-left: 10px;
}

.therapy_nav_slide_btn.is-open::after {
    transform: rotate(180deg);
} */

@media screen and (max-width: 769px) {
/*=== 漢方セラピーコンテンツ用 ===*/

/* ロゴ */
/* .therapy_logo{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.therapy_logo img{
    display: inline-block;
    width: 180px;
    height: 50px;
} */

/* ブランドメニュー（オーバーレイ版） */
/* .therapy_menu_overlay {
    position: relative;
    margin: 15px 0;
}

.therapy_menu_overlay ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.therapy_menu_overlay ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44%;
    padding-bottom: 0;
}

.therapy_menu_overlay ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.therapy_nav_overlay div {
    position: absolute;
    display: none;
    width: 100%;
    top: 58px;
    left: 0;
    z-index: 9999;
    background: #EDF0F5;
}

.therapy_nav_overlay_menu ul {
    width: 100%;
    margin: 16px 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.therapy_nav_overlay_menu ul li {
    width: 44.0%;
}

.therapy_nav_overlay_menu ul li a {
    width: 100%;
    padding: 0.8rem 1.2rem;
    line-height: 1.4;
    background: #FFF;
    border-radius: 6px;
    font-size: 14px;
    justify-content: start;
}

.therapy_menu_overlay .therapy_nav_overlay_btn{
    display: inline-block;
    background: #899DB9;
    width: 100%;
    padding: 0.7rem 0;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
} */
}

/* 公開時 不要カテゴリ非表示 */

.cat-symptoms ul li:nth-of-type(3),
.cat-symptoms ul li:nth-of-type(6),
.cat-symptoms ul li:nth-of-type(10){
    display: none !important;
}

.cat-pharma ul li:nth-of-type(1) a,
.cat-pharma ul li:nth-of-type(5) a,
.cat-pharma ul li:nth-of-type(7) a,
.cat-pharma ul li:nth-of-type(8) a,
.cat-pharma ul li:nth-of-type(10) a{
    pointer-events: none !important;
    color: #9FA0A0 !important;
    border-color: #9FA0A0 !important;
}
