/*---▼ファーストビュー▼---*/

.fv_top {
    padding-top: 0;
}

.fv_top .fv_inner {
    position: relative;
}

.fv_top .fv_inner.wrap {
    width: 100%;
    max-width: calc(90% + 3rem);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.fv_top .fv_inner .bk_img {
    top: 0;
    height: 35.9375rem;
    width: 100%;
    object-fit: cover;
    object-position: 50%;
    clip-path: polygon(15% 0%, 100% 0, 100% 70%, 85% 100%, 0 100%, 0% 30%);
}

.fv_top .main_fv {
    max-width: calc(1315px + 3rem);
    margin: 0 auto;
    padding-top: 1rem;
}

.fv_top .fv_inner .txt_sec {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.fv_top .fv_inner .txt_sec h1 {
    color: #231815;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

.fv_top .fv_inner .txt_sec h1 span {
    color: #231815;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 200%;
    display: block;
}

@media screen and (max-width: 1024px) {
    #header {
        top: 350px !important;
    }
    .fv_top {
        height: 400px;
    }
    .fv_top .fv_inner {
        height: 400px;
    }
    .fv_top .fv_inner .bk_img {
        position: absolute;
        top: 0;
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .fv_top .fv_inner .txt_sec h1 img {
        width: 400px;
        padding-top: 2rem;
    }
    .fv_top .fv_inner .txt_sec .fv_concept img {
        width: 120px;
    }
    .fv_top .fv_inner .txt_sec .fv_concept {
        display: inline-flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 0;
        padding-left: 3rem;
    }
    .fv_top .fv_inner .txt_sec h2 {
        color: #231815;
        font-size: 1.3rem;
        text-align: center;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 1.5px;
    }
}

@media screen and (max-width:430px) {
    .fv_top {
        height: 32.8125rem;
        margin: 5rem 0 0 0;
        padding: 0;
    }
    .fv_top .fv_inner.wrap {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        height: 32.8125rem;
    }
    .fv_top .fv_inner .bk_img {
        top: 0;
        height: 32.8125rem;
        width: 100%;
        object-fit: cover;
        object-position: 67%;
        clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
    }
    .fv_top .fv_inner .txt_sec h1 {
        font-size: 1.8125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }
    .fv_top .fv_inner .txt_sec h1 span {
        font-size: 1rem;
        font-weight: 400;
        line-height: 200%;
    }
}


/*---▼お知らせ▼---*/

section.news_sec {
    padding: 3rem 0;
}

section.news_sec ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

section.news_sec .news_content {
    margin: 0 0 4.5rem 0;
}

section.news_sec ul li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #000000;
}

section.news_sec .tal {
    text-align: end;
}

section.news_sec ul li a {
    padding-right: 2rem;
    display: flex;
    gap: 2rem;
    align-items: center;
}

section.news_sec ul li a .data {
    color: #000;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

section.news_sec ul li a h3 {
    font-weight: 400;
    line-height: 100%;
    font-size: 1rem;
}

@media screen and (max-width: 420px) {
    section.news_sec ul li .deta {
        font-size: 0.8rem;
    }
    section.news_sec ul li .deta {
        font-size: 0.8rem;
    }
    section.news_sec ul li h3 {
        font-size: 1rem;
    }
    section.news_sec ul li a {
        padding: 0 0.5rem;
        gap: 1rem;
        flex-direction: column;
        align-items: baseline;
    }
}


/*---▼コンセプト▼---*/

section.concept_sec {
    padding: 3rem 0;
}

section.concept_sec .flex_box {
    gap: 4.5rem;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

section.concept_sec .flex_box .img_box {
    margin-left: calc(50% - 50vw);
    flex: 1;
}

section.concept_sec .flex_box .img_box img {
    height: 32.5625rem;
    width: 100%;
    object-fit: cover;
}

section.concept_sec .flex_box .text_box h3 {
    margin-bottom: 2.25rem;
}

section.concept_sec .flex_box .text_box p {
    font-weight: 350;
    line-height: 200%;
}

section.concept_sec .flex_box .text_box p:last-of-type {
    margin-top: 2rem;
    margin-bottom: 2.31rem;
}

section.concept_sec .bk_gray {
    background: #ccc;
    margin-right: calc(50% - 50vw);
    height: 23.875rem;
    margin-top: -20rem;
    margin-bottom: 6rem;
}

section.concept_sec .logo_sub {
    position: absolute;
    right: 0;
    margin-top: -6rem;
}

section.concept_sec .logo_sub img {
    width: 51.3125rem;
    height: 7.8125rem;
}

@media screen and (max-width: 420px) {
    section.concept_sec .flex_box {
        gap: 2rem;
    }
    section.concept_sec .flex_box .img_box img {
        height: 15.5625rem;
    }
    section.concept_sec .flex_box .img_box {
        margin-left: 0;
    }
    section.concept_sec .flex_box .text_box h3 {
        margin-bottom: 1.25rem;
    }
    section.concept_sec .flex_box .text_box p {
        line-height: 150%;
    }
    section.concept_sec .bk_gray {
        background: #ccc;
        margin-right: calc(50% - 50vw);
        margin-left: 30%;
        height: 37.75rem;
        margin-top: -36rem;
        margin-bottom: 6rem;
    }
    section.concept_sec .logo_sub {
        transform: rotate(90deg);
        position: absolute;
        right: 0;
        margin-top: -25.4rem;
    }
    section.concept_sec .logo_sub img {
        width: 19.3125rem;
        height: 2.9375rem;
        flex-shrink: 0;
        position: absolute;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
}


/*---▼ポイント▼---*/

section.point_sec {
    padding: 10rem 0;
}

section.point_sec .flex_box {
    justify-content: space-between;
    gap: 3rem;
}

section.point_sec .point_link {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #000;
}

section.point_sec .point_link img {
    height: auto;
    opacity: 0.7;
    transition: .6s ease;
}

section.point_sec .point_link:hover img {
    transform: scale(1.1);
    opacity: 1;
}

section.point_sec a:hover {
    opacity: 1;
}

section.point_sec .point_link h2 {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 150%;
    transition: .6s ease;
    font-family: "Noto Sans JP";
}

section.point_sec .point_link:hover h2 {
    color: #000;
}

section.point_sec .flex_box h3 {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
    margin-top: 1rem;
}

section.point_sec .flex_box p {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 420px) {
    section.point_sec {
        padding-top: 0;
        padding-bottom: 5rem;
    }
}


/*---▼メニュー▼---*/

section.menu_sec {
    padding: 3rem 0;
}

section.menu_sec {
    gap: 2rem;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
}

section.menu_sec .flex_box {
    gap: 4.5rem;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
}

section.menu_sec .flex_box>div {
    flex: 1;
}

section.menu_sec .flex_box .img_box {
    margin-right: calc(50% - 50vw);
}

section.menu_sec .flex_box .img_box img {
    height: 32.5625rem;
    width: 100%;
    object-fit: cover;
}

section.menu_sec .flex_box .text_box h3 {
    margin-bottom: 2.25rem;
}

section.menu_sec .flex_box .text_box p {
    font-weight: 350;
    line-height: 200%;
}

section.menu_sec .flex_box .text_box p:last-of-type {
    margin-top: 2rem;
    margin-bottom: 2.31rem;
}

section.menu_sec .bk_gray {
    background: #ccc;
    margin-left: calc(50% - 50vw);
    height: 23.875rem;
    margin-top: -20rem;
    margin-bottom: 6rem;
}

section.menu_sec .logo_sub {
    position: absolute;
    left: 0;
    margin-top: -6rem;
}

section.menu_sec .logo_sub img {
    width: 51.3125rem;
    height: 7.8125rem;
}

@media screen and (max-width: 420px) {
    section.menu_sec {
        padding-bottom: 0;
    }
    section.menu_sec .flex_box {
        gap: 2rem;
        flex-direction: column;
    }
    section.menu_sec .flex_box .img_box img {
        height: 17rem;
    }
    section.menu_sec .flex_box .img_box {
        margin-left: 0;
    }
    section.menu_sec .flex_box .text_box h3 {
        margin-bottom: 1.25rem;
    }
    section.menu_sec .flex_box .text_box p {
        line-height: 200%;
    }
    section.menu_sec .bk_gray {
        background: #ccc;
        margin-left: calc(50% - 50vw);
        margin-right: 30%;
        height: 56.625rem;
        margin-top: -54.5rem;
        margin-bottom: 6rem;
    }
    section.menu_sec .logo_sub {
        transform: rotate(90deg);
        position: absolute;
        left: 12%;
        margin-top: -25.4rem;
    }
    section.menu_sec .logo_sub img {
        width: 19.3125rem;
        height: 2.9375rem;
        flex-shrink: 0;
        position: absolute;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    section.menu_sec .flex_box .img_box {
        margin-right: 0;
    }
}


/*---▼店舗一覧▼---*/

section.salon_sec .flex_box {
    align-items: center;
}

section.salon_sec .flex_box>div {
    flex: 1;
}

section.salon_sec .flex_box .select {
    position: relative;
    padding: 3rem;
}

section.salon_sec .flex_box .bl_selectToggle_wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

section.salon_sec .ly_cont {
    display: grid;
    place-content: center;
    padding-block: 100px;
}

section.salon_sec .bl_selectCont {
    display: none;
}

section.salon_sec .bl_selectCont.is_active {
    display: revert;
}

section.salon_sec .selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 0.5rem;
    border: 3px solid #9C9C9C;
    padding: 0.8rem;
    background: #fff;
    font-size: 1rem;
}

section.salon_sec .selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

section.salon_sec .selectbox select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

section.salon_sec .list_box {
    background: #EAEAEA;
    padding: 2rem;
    margin-bottom: 2rem;
}
section.salon_sec .list_box .list_box_text.none{
    display: none
}
section.salon_sec .list_box ul li {
    display: block;
        text-align: center;
    margin-bottom: 0.5rem;
}
section.salon_sec .list_box ul li:last-child{
    margin-bottom:0 ;
}
section.salon_sec .list_box ul li a {
    font-size: 1rem;
    font-weight: normal;
}
/*section.salon_sec .list_box ul li::after {
  content: "/ ";
}
section.salon_sec .list_box ul li:last-child::after {
    display: none;
}*/

@media screen and (max-width: 420px) {
    section.salon_sec .list_box ul li {
    margin-bottom: 1rem;
}
    section.salon_sec .flex_box>div{
        width: 100%;
    }
}
/*---▼料金表▼---*/

section.price_sec h3 {
    margin-top: 1.5rem;
    font-family: Montserrat;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

section.price_sec h4 {
    font-size: 1.5625rem;
    font-weight: 500;
    margin-top: 1.5rem;
}

section.price_sec ul li {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 0 2.44rem 0;
    padding-bottom: 1rem;
    padding-top: 1.13rem;
    align-items: center;
}

section.price_sec ul li p {
    font-size: 1.25rem;
}

section.price_sec ul li h5 {
    font-family: "Barlow Semi Condensed";
    font-size: 2.5rem;
    font-weight: 600;
    text-align: right;
}

section.price_sec ul li h5 span {
    font-size: 1.5625rem;
    font-weight: 400;
}

section.price_sec .small {
    text-align: center;
    margin: 1rem 0 1.5rem 0;
}

@media screen and (max-width: 420px) {
    section.price_sec {
        padding-top: 0;
    }
    section.price_sec p.tac {
        text-align: justify;
    }
    section.price_sec h3,
    section.price_sec h4 {
        font-size: 1.25rem;
    }
    section.price_sec ul li p {
        font-size: 1rem;
    }
    section.price_sec h5 {
        font-size: 1.875rem;
    }
    section.price_sec h5 span {
        font-size: 1.125rem;
    }
    section.price_sec ul li {
        margin-bottom: 0;
        padding: 0;
    }
}


/*---▼オンラインショップ▼---*/

section.online_sec {
    background: #FFEBE7;
}

section.online_sec h2 {
    display: flex;
    align-items: center;
    color: #BE7986;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 150%;
    color: #BE7986;
    font-family: "Noto Sans JP";
}

section.online_sec h2 span {
    font-family: Montserrat;
    color: #BE7986;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 150%;
}

section.online_sec h2:before,
section.online_sec h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #BE7986;
}

section.online_sec h2:before {
    margin-right: 1rem;
}

section.online_sec h2:after {
    margin-left: 1rem;
    width: auto;
    position: static;
}

section.online_sec .flex_box {
    gap: 1rem;
    justify-content: center;
    padding: 2.31rem 0;
}

section.online_sec .flex_box img {
    width: 13.75rem;
    height: 13.75rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

section.online_sec p {
    text-align: center;
    font-weight: 400;
    line-height: 200%;
}

section.online_sec .text_box {
    margin-bottom: 2rem;
}

@media screen and (max-width: 420px) {
    section.online_sec h2,
    section.online_sec h2 span {
        font-size: 1.125rem;
    }
    section.online_sec .flex_box {
        flex-direction: row;
        gap: 0.5rem;
    }
    section.online_sec .flex_box img {
        flex: 1;
        width: calc(100% / 3 - 0.5rem);
        height: auto;
    }
}

/*.tab-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-list {
    display: none;
}

.tab-list.show {
    display: block;
}


/* ----------- タブ上部 ---------*/


/* タブの見出しの枠 */

/*.tab-title-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
}


/* タブの見出し */

/*.tab-title {
    width: 12%;
    padding: 0.25em 0;
    cursor: pointer;
    transition: border-bottom 0.2s;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 11px;
    border-bottom: 1px solid transparent;
}


/* 選択されているタイトル */

/*.tab-title.selected {
    border-bottom: 2px solid #fc2;
    opacity: 0.8;
}

.tab-title:not(.selected):hover {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .tab-cont {
        min-height: 900px;
    }
    .tab-title {
        font-size: 14px;
    }
}


/*---------  中身 ---------*/

/*.article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-list__item {
    border: 1px solid #ccc;
    padding: 16px;
    margin-top: 24px;
    width: calc((100% - 12px) / 2);
}

.article-list::after {
    content: "";
    width: calc((100% - 12px) / 2);
}

.article-list__body {
    margin-top: 16px;
}

.article-list__title {
    font-size: 14px;
}

.article-list__info-wrap {
    margin-top: 8px;
}

.article-list__date {
    font-size: 10px;
}

.article-list__cat {
    font-size: 10px;
    border: 1px solid #ddd;
    padding: 4px 6px;
    display: inline-block;
    margin: 0 4px;
}

.article-list__thumb {
    width: 100%;
}

.article-list__thumb img {
    aspect-ratio: 695/463;
    object-fit: cover;
}

.article-list__excerpt {
    margin-top: 12px;
}

@media (min-width: 768px) {
    .article-list {
    }
    .article-list::after {
        width: calc((100% - 24px) / 3);
    }
    .article-list__item {
        padding: 16px;
        width: calc((100% - 24px) / 3);
    }
    .article-list__body {
        margin-top: 16px;
    }
    .article-list__title {
        font-size: 18px;
    }
    .article-list__date {
        font-size: 12px;
    }
    .article-list__cat {
        font-size: 12px;
    }
    .article-list__excerpt {
        margin-top: 12px;
        font-size: 14px;
    }
}
*/