@charset "utf-8";
/* CSS Document */

/*
Theme Name: au_be
Theme URI: https://www.au-be.jp/
Author: au-be
Author URI: https://www.au-be.jp/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}table{border-collapse: collapse;border-spacing: 0;width: 100%;}

html {
    font-size: 1rem;
}

body {
    position: relative;
    font-family: Noto Sans JP,sans-serif;
    font-optical-sizing: auto;
    line-height: 1.5;
    color: #000;
}

::selection {
    background-color: #c6cbcb;
}
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

p {
    word-break: break-all !important;
    word-wrap: break-word !important;
}

img {
    max-width: 100%;
    height: auto;
}

embed,
iframe,
object {
    max-width: 100%;
}

address {
    font-style: normal;
}

ul,ol {
    padding-left: 1.5rem;
}

/* link
-------------------------------*/
a {
    color:#3b82f6;
    text-decoration: none;
}
.hover_opacity:hover {
    opacity: 0.5;
}
.hover_brightness:hover {
    filter:brightness(.75);
}
.hover_underline:hover {
    text-decoration: underline;
}

/* font
-------------------------------*/
.font_marcellus {
    font-family: "Marcellus", sans-serif;
    font-style: normal;
}

/* スマホ・PC
-------------------------------*/
.pc {
    display: none!important;
}

@media only screen and (min-width: 1024px) , print {
    html {
        font-size: 16px;
    }
    .pc {
        display: inherit!important;
    }
    .mobile {
        display: none!important;
    }
}

/* widthなど
-------------------------------*/
.w_60 {
    width: 60px!important;
}
.w_80 {
    width: 80px!important;
}
.w_100 {
    width: 100px!important;
}
.w_120 {
    width: 120px!important;
}
.w_180 {
    width: 180px!important;
}
.w_200 {
    width: 200px!important;
}
.w_240 {
    width: 240px!important;
}
.w_260 {
    width: 260px!important;
}
.w_320 {
    width: 100%;
    max-width: 320px!important;
}
.w_max-content {
    max-width: max-content;
}
.w_30per {
    width: 30%!important;
}
.w_50per {
    width: 50%!important;
}
.w_auto {
    width: auto!important;
}

/* border
-------------------------------*/
.border01 {
    border: 1px solid;
}
.border_b_01 {
    border-bottom: 1px solid;
}
.border_t_01 {
    border-top: 1px solid;
}
.border_gray {
    border-color: #e5e7eb;
}

/* background
-------------------------------*/
.bg_white {
    background-color: #fff!important;
}
.bg_blue {
    background-color: #314663!important;
}
.bg_light_blue {
    background-color: #74aab0!important;
}
.bg_black {
    background-color: #000000!important;
}
.bg_grey_darken {
    background-color: #333333!important;
}
.bg_facebook {
    background-color: #3b5998!important;
}
.bg_line {
    background-color: #00c300!important;
}

/* text
-------------------------------*/
.black {
    color: #000!important;
}
.black2 {
    color: #333!important;
}
.gray {
    color: #727171!important;
}
.gray2 {
    color: #aaa!important;
}
.white:not(.bg.white) {
    color: #fff!important;
}
.red {
    color: #d91c1c!important;
}
.gold {
    color: #937a68!important;
}

.underline {
    text-decoration: underline;
}
.nowrap {
    white-space: nowrap;
}
.fw {
    font-weight: 700;
}
.fw500 {
    font-weight: 500;
}
.fw400 {
    font-weight: 400;
}

.f10 {
    font-size: 10px;
}
.f12 {
    font-size: 12px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f24 {
    font-size: 24px;
}
.fs_16-18 {
    font-size:16px;
}
.fs_20-30 {
    font-size:20px;
}
.fs_24-36 {
    font-size:24px;
}
.small {
    font-size: 0.94em;
}
@media only screen and (min-width: 1024px) , print {
    .fs_16-18 {
        font-size:18px;
    }
    .fs_20-30 {
        font-size:30px;
    }
    .fs_24-36 {
        font-size:36px;
    }
}

.lh_1 {
    line-height: 1;
}
.lh_13 {
    line-height: 1.33333;
}
.lh_14 {
    line-height: 1.4;
}
.lh_2rem {
    line-height: 2rem;
}

.align-middle {
    vertical-align: middle;
}
.pointer {
    cursor: pointer;
}
.list-disc {
    list-style: disc;
}

/* spacing
-------------------------------*/
.mt_40-48 {
    margin-top: 40px;
}
.mt_20-64 {
    margin-top: 20px;
}
@media only screen and (min-width: 1024px) , print {
    .mt_40-48 {
        margin-top: 48px;
    }
    .mt_20-64 {
        margin-top: 64px;
    }
}

/* wrapper
-------------------------------*/
.container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.wrap {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}
.wrap1140 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------------------
 header
--------------------------------------------*/
.head_menu_btn {
    position: fixed;
    top: 8px;
    right: 8px;
    background-color: rgb(255 255 255 / 50%);
    aspect-ratio: 1 / 1;
    z-index: 30;
    transition: 0.5s;
}
.head_menu_btn button {
    background: none;
    border: 0;
    line-height: 1;
    padding: 0;
}
.head_menu_btn button span {
    display: block;
    width: 32px;
    height: 1px;
}
.head_menu_btn.is-open button span:nth-child(1) {
    transform:translateY(9px) rotate(45deg);
}
.head_menu_btn.is-open button span:nth-child(2) {
    opacity: 0;
}
.head_menu_btn.is-open button span:nth-child(3) {
    transform:translateY(-9px) rotate(-45deg) ;
}

#head_nav_bg,
#head_nav {
    display: none;
    transition: all;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    transition: opacity 0.5s, display 0.5s, translate 0.7s;
    transition-behavior: allow-discrete;
    translate: 60% 0;
    opacity: 0;
}
#head_nav_bg {
    background: rgb(0 0 0 / 85%);
    width: 60%;
}
#head_nav {
    transition-delay: 300ms;
    width: 60%;
    overflow: auto;
}
#head_nav.is-closing {
    transition-delay: 0s !important;
}
#head_nav_bg.is-open,
#head_nav.is-open {
    display: block!important;
    opacity: 1;
    translate: 0;
    @starting-style {
        opacity: 0;
        translate: 10% 0;
    }
}
#head_nav a {
    padding: 8px;
    border-bottom:1px solid #777777;
}
#head_nav a:last-child {
    border-bottom: 0;
}
.head_link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.head_pc_top a {
    padding: 0 8px;
    border-right: 1px solid;
}
.head_pc_top a:first-child {
    border-left: 1px solid;
}
.head_pc_menu {
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.head_pc_menu > ul {
    border-top: 1px solid;
    border-bottom: 1px solid;
    list-style: none;
    margin: 5px 0;
    padding: 8px 0;
    line-height: 1.3;
}


/* --------------------------------------------
 main
--------------------------------------------*/
.content {
    padding-bottom: 32px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
}
.breadcrumbs a,
.breadcrumbs .current-item {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    color: inherit;
}
.gallery {
    display: grid;
    gap: 4px;
}
.gallery-columns-2 {
    grid-template-columns: 1fr 1fr;
}
.gallery-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.gallery-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gallery-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-8{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-columns-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gallery-item {
    text-align: center;
    width: 100%;
    height: 100%;
}
.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.gallery-caption {
    display: block;
    font-size: 0.78rem;
    padding: 0.5rem 0 1rem;
    line-height: 1.25;
    white-space: normal;
    word-break: break-all;
    text-align: left;
}
.slide_prev,
.slide_next {
    position: absolute;
    top: calc(50% - 10px);
    display: none;
}
.slide_prev {
    left: -32px;
    transform: scale(-1, 1);
}
.slide_next {
    right: -32px;
}
.slide_prev.swiper-button-lock,
.slide_next.swiper-button-lock {
    display: none;
}

@media only screen and (min-width: 1024px) , print {
    .content {
        padding-bottom: 96px;
    }
    .gallery {
        gap: 20px;
    }
    .slide_prev,
    .slide_next {
        display: block;
    }
    .slide_prev.swiper-button-disabled,
    .slide_next.swiper-button-disabled {
        opacity: 0.3;
    };
}

/* --------------------------------------------
 footer
--------------------------------------------*/
.footer {
    padding-bottom: 64px;
}
.footer_app_bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.footer_app_content {
    max-width: 896px;
}
.footer_app_img {
    width: 66.666667%;
}
.footer_app_link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 66.666667%;
    padding: 12px;
    display: grid;
    gap: 12px;
}
.footer_reserve_btn {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer_reserve_btn svg {
    position: absolute;
    right: 10px;
}
.footer_link_mobile {
    display: flex;
    justify-content: center;
    align-self: center;
}
.footer_link_mobile a {
    border-left: 1px solid;
    padding: 0 4px;
}
.footer_link_mobile a:first-child {
    border-left: 0;
}
.copy {
    color: #111;
    font-size: 12px;
}
.footer_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 4px 16px;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    z-index: 30;
}
@media only screen and (min-width: 768px) , print {
    .footer_app_img {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) , print {
    .footer {
        padding-bottom: 12px;
    }
    .footer_app {
        border-bottom: 2px solid;
    }
    .footer_app_img {
        padding-right: 56px;
    }
    .footer_app_link {
        padding: 44px;
        width: 50%;
        gap: 20px;
    }
    .footer_app_link h3 {
        font-size: 24px;
    }
    .footer_link > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_link a {
        border-left: 1px solid;
        padding: 0 8px;
    }
    .footer_link a:last-child {
        border-right: 1px solid;
    }
    .copy {
        font-size: 10px;
    }
}

/* --------------------------------------------
 トップ
--------------------------------------------*/
#screen {
    overflow: hidden;
    position: relative;
    min-height: 180px;
    aspect-ratio: 49 / 20;
    width: 100%;
}
#screen > img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
}
#screen > img:first-child {
    opacity: 1;
}
.box_content {
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
    margin-top: 20px;
}
.box_title {
    margin-bottom: 20px;
}
.top_technique_area {
    padding-top: 20px;
}
.top_technique_area > div {
    padding-left: 8px;
    padding-right: 8px;
}
.top_technique {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.top_technique > a {
    padding: 6px;
}
.top_shop_link {
    background-color: #fff;
    display: block;
    border: 1px solid;
    color: inherit;
    text-align: center;
    font-size: 12px;
    padding: 12px 8px;
    margin: 0 20px;
}
.recruit_area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}
.recruit_content {
    text-align: center;
    padding: 8px;
    line-height: 1.6;
}
.recruit_link {
    border: 1px solid;
    text-align: center;
    color: inherit;
    display: block;
    padding: 12px 8px;
    margin: 12px 20px 0;
}
.top_column_wrap {
    padding: 0 20px;
}

@media only screen and (min-width: 1024px) , print {
    .toppage {
        max-width: 960px;
        margin-left: auto;
        margin-right:auto;
        padding-top: 40px;
    }
    .box_content {
        border: 2px solid;
        padding: 4px;
        margin-top: 56px;
    }
    .box_content > div {
        border: 1px solid;
        padding: 0 28px 28px 28px;
        height: 100%;
    }
    .box_title {
        transform: translateY(-16px);
        width: max-content;
        margin: auto;
    }
    .top_technique {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 1px;
        background: #e5e7eb;
    }
    .top_technique > a {
        padding: 20px;
        background: #fff;
        text-align: center;
    }
    .top_shop_link {
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 12px;
        padding: 4px 8px;
        margin: 0;
    }
    .recruit_area {
        margin-top: 56px;
        border-top: 0;
        position: relative;
        padding: 4px;
    }
    .recruit_area img {
        width: 100%;
        display: block;
    }
    .recruit_content {
        position: absolute;
        text-align: right;
        right: 40px;
        bottom: 40px;
        padding: 0;
    }
    .recruit_link {
        background-color: #000;
        color: #fff;
        display: inline-block;
        padding: 4px 8px;
        margin: 0;
    }
    .top_column_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        padding: 0;
    }
    .top_column_wrap .column_list,
    .top_column_wrap .column_list:first-child {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 0;
        padding: 4px;
        border: 1px solid #e5e7eb;
        margin: 0;
    }
    .top_column_wrap .column_text {
        padding: 20px;
        margin-top: auto;
    }
    .top_column_wrap .column_title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 16px;
    }
    .top_column_wrap .column_excerpt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .top_column_wrap .column_list .column_meta {
        margin-top: 16px;
        width: 100%;
        justify-content: flex-end;
        padding-top: 8px;
        border-top: 1px dotted #e5e7eb;
    }
}

/* --------------------------------------------
 店舗
--------------------------------------------*/
.shop_collection_wrap {
    display: grid;
    gap: 32px;
    line-height: 1.33333;
}
.shop_collection_wrap h3 {
    text-align: center;
}
.shop_collection_link {
    text-align: right;
}
.shop_collection_link a {
    color: inherit;
    padding: 8px;
    display: inline-block;
}
.catalog_slide .catalog_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.shop_movie_link {
    text-align: right;
}
.shop_press_list {
    overflow-x: auto;
    padding-bottom: 4px;
}
.shop_press_list > div {
    width: max-content;
}
.shop_press_list a {
    width: 144px;
}
.shop_press_list a:hover {
    opacity: 0.7;
}
.shop_slide_wrap {
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
}
.shop_slide a {
    display: flex;
    flex-direction: column;
    height: auto;
}
.staff_slide img {
    border-radius: 1000px;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
}
.staff_part {
    color: #aaaaaa;
    margin-top: auto;
}
.shop .staff_name {
    color: #777777;
}
.shop_list {
    margin-top: 20px;
}
.shop_list_wrap {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.shop_list_content {
    display: grid;
    gap: 20px;
    padding: 0 8px;
    line-height: 1.36;
}
.shop_list_link {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.shop_sns a {
    width: 40px;
}
.shop_sns a img {
    display: block;
}
.shop_list_map iframe {
    width: 100%;
    height: 200px;
}

@media only screen and (min-width: 1024px) , print {
    .shop_collection_wrap {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
    .shop_collection_wrap h3 {
        text-align: left;
    }
    .shop_collection_link {
        text-align: left;
    }
    .shop_collection_link a {
        color: #ddd;
        background-color: #000;
    }
    .shop_movie_press {
        display: grid;
        grid-template-columns: minmax(0,3fr) minmax(0,2fr);
        gap: 20px;
    }
    .shop_movie_link {
        text-align: center;
    }
    .shop_press_list a {
        width: 112px;
        color: inherit;
    }
    .staff_slide img {
        border-radius: 0;
        aspect-ratio: auto;
    }
    .shop_list {
        margin-top: 56px;
    }
    .shop_list_wrap {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        align-items: center;
        margin-top: 4px;
    }
    .shop_list_content {
        grid-template-columns: minmax(0,3fr) 2fr;
    }
    .shop_list_link {
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
        position: relative;
    }
    .shop_sns {
        position: absolute;
        bottom: 0;
    }
}

/* --------------------------------------------
 コレクション
--------------------------------------------*/
.collection_list {
    display: grid;
    gap: 48px;
    margin-top: 20px;
}
.collection_list a {
    text-align: center;
    color: #000;
    font-size: 10px;
}
.collection_list a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.collection ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 16px;
}
.collection img {
    display: block;
}
.collection_nav ul {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.collection_nav a {
    display: block;
    color: rgb(204, 204, 204);
    text-align: center;
    font-size: 12px;
}
@media only screen and (min-width: 1024px) , print {
    .collection_list {
        margin-top: 56px;
    }
    .collection_list a {
        font-size: 12px;
    }
    .collection_nav ul {
        display: flex;
    }
}

/* --------------------------------------------
 コンセプト
--------------------------------------------*/
.page_concept {
    padding: 10px;
    max-width: 1024px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}
@media only screen and (min-width: 1024px) , print {
    .page_concept {
        margin-top: 56px;
    }
    .concept_wrap {
        display: grid;
        grid-template-columns: 1fr 2.1fr;
        gap: 20px;
        align-items: center;
    }
    .concept_commitments > dl {
        display: grid;
        grid-template-columns: 1fr 2.1fr;
        gap: 20px;
    }
    .concept_commitments > dl dt {
        border-right: 4px double #937a68;
        font-size: 18px;
    }
}

/* --------------------------------------------
 ヘアカタログ
--------------------------------------------*/
.catalog_head_title {
    font-size: 24px;
    padding: 16px 0;
}
.catalog_col {
    display: grid;
    gap: 32px;
}
.catalog_primary {
    min-width: 0;/*swiper用*/
}
.catalog_side {
    margin-top: 32px;
}
.catalog_taxonomy_toggle {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.catalog_taxonomy_area:first-child .catalog_taxonomy_toggle  {
    margin-top: 0;
}
.catalog_taxonomy_list {
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease;
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.catalog_taxonomy_list.is-open {
    max-height: max-content;
    opacity: 1;
}
.catalog_taxonomy_list li {
    margin-top: 10px;
    display: block;
}

@media only screen and (min-width: 640px) , print {
    .catalog_page {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) , print {
    .catalog_page {
        max-width: 720px;
    }
}
@media only screen and (min-width: 1024px) , print {
    .catalog_page {
        max-width: 960px;
    }
    .catalog_head_title {
        font-size: 36px;
        padding: 32px 0;
    }
    .catalog_col {
        grid-template-columns: 3fr 1fr;
    }
    .catalog_side {
        margin-top: 128px;
    }
    .catalog_side_inner {
        position: sticky;
        top: 20px;
    }
}
@media only screen and (min-width: 1280px) , print {
    .catalog_page {
        max-width: 1140px;
    }
}

/* ヘアカタログ一覧
-----------------------*/
.catalog_list_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 16px;
}

.catalog_search_wrap {
    display: grid;
    gap: 8px;
}
.catalog_search_open {
    width: 100%;
    cursor: pointer;
}
.catalog_search_shop {
    display: flex;
    gap: 8px;
}
.catalog_search_shop select {
    border: 2px solid #d1d5db;
    font-size: 12px;
    padding: 8px;
    display: block;
    width: 50%;
}
.catalog_search {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
.catalog_search.is-open {
    max-height: 1800px;
    opacity: 1;
}
.catalog_search_table tr th,
 .catalog_search_table tr td{
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}
.catalog_search_table tr th {
    font-size: 14px;
    font-weight: 400;
    width: 25%;
    text-align: left;
    vertical-align: text-top;
}
.catalog_search_checkbox {
    font-size: 12px;
    gap: 2px;
    display: inline-flex;
    margin-right: 8px;
}
.catalog_search_checkbox input {
    margin: 0;
}
.catalog_search_btn {
    display: block;
    width: 100%;
    cursor: pointer;
}
.catalog_list_num {
    text-align: center;
}
.catalog_list_num span {
    font-size: 20px;
    font-weight: 700;
}
.catalog_list_img {
    position: relative;
    margin-bottom: 8px;
    aspect-ratio: 3 / 4;
}
.catalog_list:hover img {
    filter:brightness(0.75);
}
.catalog_list_img img {
    display: block;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_list_cate {
    position: absolute;
    top: 4px;
    left: 4px;
    color: #000;
}
.catalog_list:hover .catalog_list_cate {
    color: #fff;
}
.catalog_list_title {
    position: absolute;
    bottom: 4px;
    left: 8px;
    right: 8px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-shadow: 0 0px 4px #000;
}
.catalog_list_text {
    color: #ccc;
}

@media only screen and (min-width: 768px) , print {
    .catalog_list_wrap {
        grid-template-columns: repeat(4,minmax(0,1fr));;
        row-gap: 56px;
    }
}
@media only screen and (min-width: 1024px) , print {
    .catalog_search_wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .catalog_search_open {
        width: auto;
    }
    .catalog_search_shop select {
        width: 180px;
    }
    .catalog_search_table tr th {
        width: 14.28571%;
    }
    .catalog_list_num {
        text-align: left;
        font-size: 18px;
    }
    .catalog_list_num span {
        font-size: 24px;
    }
}

/* ヘアカタログ詳細
-----------------------*/
.catalog_area {
    display: grid;
    gap: 20px;
}
.catalog_img {
    border: 1px solid #e5e7eb;
    padding: 12px;
    display: grid;
    gap: 10px;
}
.catalog_img_sub {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.catalog_share {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.catalog_share span {
    margin-top: -4px;
}
.catalog_title {
    margin-bottom: 6px;
}
.catalog_detail {
    height: fit-content;
}
.catalog_detail th ,
.catalog_detail td {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e7eb;
    font-size: 12px;
    text-align: left;
}
.catalog_detail tr:last-child th ,
.catalog_detail tr:last-child td {
    border-bottom: 0;
}
.catalog_detail th {
    white-space: nowrap;
}
.catalog_detail td {
    padding-left: 10px;
}
.catalog_type_th {
    font-size: 10px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 4px;
    padding: 0 2px;
}
.catalog_detail_cate {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 4px;
    display: inline-block;
    margin-right: 4px;
}
.catalog_type svg {
    width: 100%;
}
.catalog_type svg a {
    pointer-events: none;
}
.fill_gold > *:first-child {
    fill: #937a68;
    pointer-events: all;
}
.catalog_staff {
    border-top: 1px solid #e5e7eb;
    padding-top: 40px;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 12px;
    align-items: center;
}
.catalog_staff img {
    border-radius: 200px;
    aspect-ratio: 1/1;
    display: block;
    object-fit: cover;
    object-position: top;
}
.catalog_staff img.catalog_staff_enore {
    object-fit: contain;
    object-position: center;
    border: 1px solid #e5e7eb;
    padding: 12px;
}
.catalog_other_wrap,
.catalog_column {
    border-top: 1px solid #e5e7eb;
    margin-top: 40px;
    padding-top: 40px;
}
.catalog_other_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.catalog_other_img {
    aspect-ratio: 3/4;
    object-fit: cover;
}
.catalog_other_link {
    font-size: 12px;
}
@media only screen and (min-width: 768px) , print {
    .catalog_area {
        display: grid;
        grid-template-columns: 3fr 4fr;
    }
    .catalog_staff {
        grid-template-columns: 1fr 6fr;
    }
}
@media only screen and (min-width: 1024px) , print {
    .catalog_other {
        width: 66.666667%;
        margin-left: auto;
        margin-right: auto;
    }
    .catalog_other_link {
        font-size: 16px;
        width: 66.666667%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* --------------------------------------------
 プレス
--------------------------------------------*/
.press_list {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.press_list ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px 12px;
}
.press_list li a {
    display: block;
}
.press_list li a:hover {
    opacity: 0.7;
}
.press_list li img {
    aspect-ratio: 5/6;
    display: block;
    object-fit: cover;
}
.press_list li p {
    margin-top: 4px;
}

.press_ditai {
    margin-top: 20px;
    display: grid;
    gap: 56px;
}
.press_ditai_title {
    font-size: 16px;
}
.press_cover {
    max-width: 512px;
    width: 66.666667%;
    margin-top: 24px;
}
.press_ditai ul {
    display: grid;
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}
.press_ditai img {
    display: block;
}

@media only screen and (min-width: 1024px) , print {
    .press_list ul {
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 36px 56px;
    }
    .press_ditai {
        margin-top: 56px;
        gap: 80px;
    }
    .press_ditai_title {
        font-size: 20px;
    }
}

/* --------------------------------------------
 studioworks
--------------------------------------------*/
.studioworks_list {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.studioworks_list ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
}
.studioworks_list li a {
    display: block;
}
.studioworks_list li a:hover {
    opacity: 0.7;
}
.studioworks_list li img {
    display: block;
    object-fit: cover;
}
.studioworks_ditai {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 20px auto 0;
    padding: 0 10px;
    max-width: 1020px;
}
.studioworks_ditai img {
    display: block;
}
@media only screen and (min-width: 1024px) , print {
    .studioworks_list ul {
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 20px;
    }
    .studioworks_ditai {
        gap: 32px;
    }
}

/* --------------------------------------------
 movie
--------------------------------------------*/
.movie_list {
    display: grid;
    gap: 32px;
}
.video iframe {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
}
@media only screen and (min-width: 1024px) , print {
    .movie_list {
        gap: 56px;
    }
}

/* --------------------------------------------
 会社概要
--------------------------------------------*/
.page_company {
    padding: 16px;
}
.company_content {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    align-items: flex-start;
    gap: 20px;
    margin-top: 28px;
    font-size: 14px;
}
.company_content dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company_content dt::after {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #ccc;
}
.company_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: 36px;
    object-fit: contain;
    object-position: top;
    padding: 16px 20px;
    z-index: -1;
}

@media only screen and (min-width: 1024px) , print {
    .page_company {
        padding: 28px;
    }
    .company_content {
        font-size: 16px;
        grid-template-columns: 1fr 5fr;
        gap: 20px 56px;
    }
    .company_bg {
        width: 60%;
        margin-top: 72px;
    }
}

/* --------------------------------------------
 スタッフ
--------------------------------------------*/
.staff_head_title {
    font-size: 24px;
}
.staff_list_area {
    display: grid;
    gap: 56px;
    margin-top: 16px;
}
.staff_list_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 32px;
}
.staff_list_wrap > a {
    width: 33.3333%;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
}
.staff_spell {
    font-size: 10px;
}
.staff_name {
    font-size: 12px;
}
.staff_wrap {
    display: grid;
    gap: 48px;
}
.staff_img {
    width: 66.666667%;
}
.staff_content dl {
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
    display: grid;
    gap: 12px;
}
.staff_content dt > span {
    display: block;
    border-left: 2px solid;
}
@media only screen and (min-width: 768px) , print {
    .staff_content dl {
        grid-template-columns: 1fr 3fr;
    }
}
@media only screen and (min-width: 1024px) , print {
    .staff_head_title {
        font-size: 36px;
    }
    .staff_list_area {
        margin-top: 44px;
    }
    .staff_list_wrap > a {
        width: 25%;
        padding: 0 12px;
    }
    .staff_spell {
        font-size: 18px;
    }
    .staff_wrap {
        grid-template-columns: 1fr 2.2fr;
        max-width: 896px;
        padding: 0 20px;
        margin: 56px auto 0;
    }
    .staff_img {
        width: 100%;
    }
}

/* --------------------------------------------
 コラム
--------------------------------------------*/
.column_wrap {
    display: grid;
    gap: 32px;
    position: relative;
}

.column_side_area {
    position: sticky;
    top: 0;
}
.column_side_list {
    border: 1px solid #e5e7eb;
    border-top: 0;
}
.column_side_list a {
    padding: 4px;
    margin: 0;
    grid-template-columns: minmax(0,1fr) 2fr;
    gap: 12px;
}
.column_side_list .column_title {
    font-size: 14px;
}
.column_side_list .column_list .column_meta {
    width: 100%;
    border-top: 1px dashed #e5e7eb;
    justify-content: flex-end;
    font-size: 12px;
}

.tab_panel {
  display: none;
}
.tab_head {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.tab_btn {
    background: #000;
    color: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
}
.tab_btn.is-active {
    background: #fff;
    color: #000;
    border-color: #e5e7eb;
    border-bottom: 0;
}
.tab_panel.is-active {
  display: block;
}

.column_side_cate {
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}
.column_side_cate a {
    border-bottom: 1px solid #e5e7eb;
}
@media only screen and (min-width: 640px) , print {
    .column_page {
        max-width: 540px;
    }
}
@media only screen and (min-width: 768px) , print {
    .column_page {
        max-width: 720px;
    }
}
@media only screen and (min-width: 1024px) , print {
    .column_page {
        max-width: 960px;
    }
    .column_wrap {
        grid-template-columns: 6fr minmax(240px, 2fr);
    }
    .column_side_list a {
        gap: 8px;
    }
    .column_side_list .column_title {
        font-size: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .column_side_list .column_list .column_meta {
        font-size: 10px;
    }
}
@media only screen and (min-width: 1280px) , print {
    .column_page {
        max-width: 1140px;
    }
}

/* コラム一覧
-----------------------*/
.column_head_title {
    font-size: 24px;
    padding: 16px 0;
}
.column_list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 12px;
    align-items: center;
}
.column_list:last-child {
    border: 0;
    margin-bottom: 0;
}
.column_list:hover {
    opacity: 0.8;
}
.column_img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}
.column_title {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.column_excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 8px;
}
.column_list .column_meta {
    margin-top: 8px;
    margin-left: auto;
    width: max-content;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.pagination a,
.pagination .page_current {
    border: 1px solid #e5e7eb;
    padding: 8px 16px;
    color: inherit;
}
.pagination .page_current {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.pagination a:hover {
    background-color: #f3f4f6;
}

@media only screen and (min-width: 1024px) , print {
    .column_head_title {
        font-size: 36px;
        padding: 32px 0;
    }
    .column_list {
        grid-template-columns: 1fr 3fr;
        gap: 20px;
    }
    .column_list:last-child {
        border: 1px solid #e5e7eb;
    }
    .column_title {
        font-size: 20px;
    }
    .column_excerpt {
        margin-top: 16px;
        -webkit-line-clamp: 3;
    }
    .column_list .column_meta {
        margin-top: 16px;
    }
}

/* コラム詳細
-----------------------*/
.entry-header {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding-top: 10px;
    margin-bottom: 20px;
}
.entry-title {
    font-size: 18px;
    padding-bottom: 10px;
}
.entry-meta {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    padding: 10px 0;
}
.column_meta {
    display: flex;
    gap: 4px;
    align-items: center;
}
.cat_list {
    display: flex;
    gap: 4px;
    align-items: center;
}
.cat_list a,
.cat_list > span {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    line-height: 1.25;
}
.column_share {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:10px;
}
.column_share a {
    border-radius: 4px;
    color: #fff;
}
.column_bottom {
    border-top: 2px solid #e5e7eb;
}
.booklet_download {
    background-color: #ddd;
    display: grid;
    gap: 12px;
}
.booklet_download_img {
    display: block;
    max-width: 240px;
}
.column_prev_next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.column_prev_next .prev,
.column_prev_next .next {
    display: flex;
    align-items: center;
}
.column_prev_next .next {
    margin-left: auto;
}
.column_prev_next a {
    color: inherit;
    font-size: 12px;
}
.column_prev_next svg {
    flex: none;
}
@media only screen and (min-width: 768px) , print {
    .booklet_download {
        grid-template-columns: 1fr 2fr;
    }
}
@media only screen and (min-width: 1024px) , print {
    .entry-title {
        font-size: 24px;
    }
}

/* 記事
-----------------------*/
.entry-content p {
    margin-bottom: 20px;
}
.entry-content h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #e8e4d9;
    padding: 12px 32px;
    font-size: 24px;
    font-weight: 400;
}
.entry-content h3 {
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: 4px solid #e8e4d9;
    padding: 12px 0 12px 16px;
    font-size: 20px;
    font-weight: 400;
}
.editor-content h4 {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #e5e7eb;
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
}
.entry-content img {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
    display: block;
}
.entry-content a {
    text-decoration: underline;
}

#toc_container {
    border: 1px solid #e5e7eb;
    width: 100%;
    background: none;
    margin: 40px 0;
    padding: 16px 36px 36px;
}
.toc_title {
    margin-bottom: 20px;
}
.toc_title::before {
    content: "Contents";
    display: block;
    font-size: 24px;
    font-family: "Marcellus", sans-serif;
    text-align: center;
}
.toc_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.toc_list > li a {
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
    display: block;
    color: inherit;
}
.toc_list li ul > li a {
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.toc_number {
    display: none;
}

/* --------------------------------------------
 予約一覧
--------------------------------------------*/
.page_reserve {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.reserve_link_wrap {
    max-width: 396px;
}
.link_hpb {
    background-color: #8f3356;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    border-radius: 4px;
    padding: 8px 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.reserve_booklet,
.reserve_booklet .booklet_download {
    background-color: #f6f6f6;
}

@media only screen and (min-width: 1024px) , print {
    .reserve_wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        padding-bottom: 56px;
    }
     .reserve_booklet {
        margin-bottom: -96px;
     }
    .reserve_booklet .booklet_download {
        grid-template-columns: 3fr 5fr;
        gap: 48px;
        align-items: center;
    }
     .reserve_booklet .booklet_download_img {
        max-width: 100%;
     }
}


/* --------------------------------------------
 お問い合わせ
--------------------------------------------*/
.page_contact {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.grecaptcha-badge {
    visibility: hidden;
}
.input_text {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
} 
.form_textarea {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}
.required {
    font-size: 10px;
    display: inline-block;
    margin-left: 4px;
    background-color: #e5e7eb;
    padding: 0 4px;
}
.wpcf7-submit {
    background: #000;
    color: #fff;
    padding: 12px 40px;
    text-align: center;
    border: 0;
    border-radius: 0;
    display: block;
}
