/*index*/
.index .mainimg {
    width: 100%;
    height: 108rem;
    overflow: hidden;
    position: relative;
    /*display: grid;
    align-items: center;*/
    text-align: center;
    margin: 0 auto 19.5rem;
}
.index :is(.slick-img img, .thumbnail-img img) {
    height: auto;
    width: 100%;
    aspect-ratio: 1/3;
    /*slickの仕様対策（比率違いの画像対策）*/
    padding: 1rem;
}
.index .mainimg .slider {
    width: 100%;
    height: 100%;
}
.index .mainimg .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index .mainimg h2 {
    width: 100%;
    font-size: 3.3rem;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: calc(50% - 0.5em);
}
.index .mainimg h2 br {
    display: none;
}
.index .mainimg .sub {
    width: 100%;
    font-size: 4.5rem;
    color: #fff;
    text-align: center;
    /*font-family: 'Bad Script', cursive;
    font-family: 'Vibur', cursive;font-family: 'Caveat', cursive;
    font-family: 'Square Peg', cursive;
    font-family: 'Vibur', cursive;font-family: 'Caveat', cursive;*/
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    position: absolute;
    z-index: 2;
    top: calc(50% + 4rem);
}
.index .mainimg .reserve {
    top: calc(50% - 10rem);
}
.index_cnt1 {
    background: url(/system_panel/uploads/images/index_cnt1_bg.png) no-repeat center;
    width: 100%;
    min-height: 68rem;
    margin: 0 auto 22rem;
}
.index_cnt1 .inner {
    width: 80%;
    max-width: 50rem;
}
.index_cnt1 .inner h2::before {
    content: "Concept";
}
.index_cnt1 .inner>p {
    line-height: 2.4;
}
.index_cnt1 .inner>p:not(.buttonA) {
    margin: 0 0 5rem;
}
.index_cnt2 {
    margin: 0 auto 28rem;
}
.index_cnt2 .inner {
    max-width: 120rem;
}
.index_cnt2 .inner h2 {
    width: fit-content;
    margin: 0 auto 5rem;
    text-align: center;
}
.index_cnt2 .inner h2::before {
    content: "Menu";
    display: block;
}
.index_cnt2 .inner>p {
    text-align: center;
    line-height: 2.4;
    margin: 0 auto 8.5rem;
}
.index_cnt2 .inner .col2 {
    display: flex;
    gap: 3rem;
}
.index_cnt2 .inner .col2 :is(.left, .right) {
    width: 100%;
    background-blend-mode: multiply;
}
.index_cnt2 .inner .col2 :is(.left, .right) p {
    width: 100%;
    height: inherit;
}
.index_cnt2 .inner .col2 :is(.left, .right) p a {
    width: inherit;
    height: inherit;
    font-size: 2.3rem;
    color: #fff;
    display: grid;
    align-content: center;
    text-align: center;
    text-decoration: none;
}
.index_cnt2 .inner .col2 :is(.left, .right) p a:hover {
    box-shadow: 0 0 10rem rgba(255, 255, 255, 1) inset;
    transition: 0.5s;
}
.index_cnt2 .inner .col2 :is(.left, .right) p a::after {
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    display: block;
    margin: 1.5rem 0 0;
}
.index_cnt2 .inner .col2 .left p a::after {
    content: "Menu";
}
.index_cnt2 .inner .col2 .right p a::after {
    content: "Hair removal";
}

.index_cnt2 .inner .col2 .left {
    width: 50%;
    height: 31rem;
    background: url(/system_panel/uploads/images/index_cnt2_1.jpg) no-repeat #e0d5cc;
    background-size: cover;
    mix-blend-mode: multiply;
}
.index_cnt2 .inner .col2 .right {
    width: 50%;
    height: 31rem;
    background: url(/system_panel/uploads/images/index_cnt2_2.jpg) no-repeat #e0d5cc;
    background-size: cover;
}

.index_cnt3 {
    margin: 0 auto 25rem;
    padding: 21rem 0 17rem;
    background: linear-gradient(-90deg, #f0ece7 69.79%, #fff 69.79%);
}
.index_cnt3 .inner {
    max-width: 120rem;
}
.index_cnt3 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
}
.index_cnt3 .inner .col2 :is(.left, .right) {
    width: 50%;
}
.index_cnt3 .inner .col2 .left {
    padding: 0 0 0 10rem;
}

.index_cnt3 .inner .col2 .left h2 {
    width: fit-content;
    white-space: nowrap;
}
.index_cnt3 .inner .col2 .left h2::before {
    content: "eSpecially style";
}
.index_cnt3 .inner .col2 .left p:not(.buttonB) {
    line-height: 2.4;
    margin: 0 0 7rem;
}
.index_cnt3 .inner .col2 .right {}

.index_cnt3 .inner .col2 .right .pic {
    width: 100%;
    aspect-ratio: 1.25/1;
    overflow: hidden;
}
.index_cnt3 .inner .col2 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt4 {
    margin: 0 auto 23.5rem;
}
.index_cnt4 .inner {
    max-width: 120rem;
}
.index_cnt4 .inner h2 {
    text-align: center;
}
.index_cnt4 .inner h2::before {
    content: "Blog";
    display: block;
}
.index_cnt4 .inner .webgene-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.125vw;
    width: 100%;
    margin: 0 auto 9rem;
}
.index_cnt4 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt4 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
}
.index_cnt4 .inner .webgene-blog .webgene-item .dt {
    grid-column: 2/3;
    grid-row: 2/3;
}
.index_cnt4 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    grid-column: 1/3;
    aspect-ratio: 1/1;
    overflow: hidden;
      margin-bottom: 2rem;
}
.index_cnt4 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt4 .inner .webgene-blog .webgene-item .cate {
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 1.4rem;
    color: #fff;
    background: #e0d5cc;
    padding: 0 2em;
    display: grid;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    margin: 0 1rem 0 0;
}
.index_cnt4 .inner .webgene-blog .webgene-item .title {
    grid-column: 1/3;
    line-height: 2.4;
}
.index_cnt4 .inner .webgene-blog .webgene-item .title a {
    color: inherit;
}
.index_cnt4 .inner .buttonA {
    margin: auto;
}
.index_cnt5 {
    margin: 0 auto 23.5rem;
    background: linear-gradient(90deg, #e0d5cc 69.79%, #fff 69.79%);
    position: relative;
    padding: 18rem 0 12.5rem;
}
.index_cnt5 .inner {
    max-width: 120rem;
}
.index_cnt5 .inner h2 {}
.index_cnt5 .inner h2::before {
    content: "Salon overview";
}
.index_cnt5 .inner .col2 {
    display: flex;
}
.index_cnt5 .inner .col2 .left {
    width: 38%;
}
.index_cnt5 .inner .col2 .left .logo {
    margin: 0 0 3.5rem;
    display: inline-block;
}
.index_cnt5 .inner .col2 .left .logo img {
    width: 100%;
}
.index_cnt5 .inner .col2 .left .insta {
    margin: 0 3rem 3.5rem;
    display: inline-block;
    vertical-align: bottom;
}
.index_cnt5 .inner .col2 .left p {
    line-height: 2;
    margin: 0 0 2rem;
}
.index_cnt5 .inner .col2 .left p a {
    color: inherit;
}
.index_cnt5 .inner .col2 .right {
    width: 62%;
}
.index_cnt5 .inner .col2 .right iframe {
    position: absolute;
    right: 0;
    width: 57.29vw
        /*110rem*/
    ;
    height: 54rem;
    border: none;
}
.index_cnt5 .inner .col2 .right .buttonA {
    margin: 56rem 0 0 0;
    float: right;
}





/*concept*/
.concept .mainimg img {
    object-position: top;
}
.concept_cnt1 {
    margin: 0 auto 26rem;
}
.concept_cnt1 .inner {
    max-width: 140rem;
}
.concept_cnt1 .inner h2 {
    width: fit-content;
}
.concept_cnt1 .inner h2::before {
    content: "Concept";
}
.concept_cnt1 .inner>p {
    line-height: 2.4;
    margin: 0 0 3rem;
}
.concept_cnt1 .inner .col2 {
    display: flex;
    align-items: center;
    margin: 0 auto 7rem;
}
.concept_cnt1 .inner .col2:nth-of-type(even) {
    flex-direction: row-reverse;
}
.concept_cnt1 .inner .col2 :is(.left, .right) {
    width: 50%;
}
.concept_cnt1 .inner .col2 .left .catch {
    font-size: 3.3rem;
    color: #45331b;
    line-height: 2;
    margin: 0 0 5rem;
    text-align: right;
}
.concept_cnt1 .inner .col2 .left p {
    line-height: 2.4;
    text-align: right;
}

.concept_cnt1 .inner .col2:nth-of-type(even) :is(.catch, p) {
    text-align: left;
}
.concept_cnt1 .inner .col2 .right {
    padding: 0 0 0 3.125vw
        /*6rem*/
    ;
    aspect-ratio: 1.28/1;
}
.concept_cnt1 .inner .col2:nth-of-type(even) .right {
    padding: 0 3.125vw 0 0;
}
.concept_cnt1 .inner .col2 .right::before {
    font-size: 10rem
        /*17rem*/
    ;
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    color: #45331b;
    transform: translate(0, 5rem);
    margin: -5rem 0 0 0;
    display: inline-block;
}
.concept_cnt1 .inner .col2:nth-of-type(1) .right::before {
    content: "01";
  margin-bottom: 2rem;
}
.concept_cnt1 .inner .col2:nth-of-type(2) .right::before {
    content: "02";
  margin-bottom: 2rem;
}
.concept_cnt1 .inner .col2:nth-of-type(3) .right::before {
    content: "03";
  margin-bottom: 2rem;
}
.concept_cnt1 .inner .col2:nth-of-type(4) .right::before {
    content: "04";
    margin-bottom: 2rem;
}
.concept_cnt1 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.concept_cnt2 {
    max-height: 92rem;
    margin: 0 auto 49rem;
    padding: 13rem 0 0;
    background: linear-gradient(-90deg, #f0ece7 81.25%, #fff 81.25%);
    position: relative;
}
.concept_cnt2 .inner {
    max-width: 130rem;
}
.concept_cnt2 .inner h3 {
    margin: 0 auto 5rem;
}
.concept_cnt2 .inner h3::before {
    content: "Commitment to hair";
}
.concept_cnt2 .inner>p {
    text-align: center;
    line-height: 2.4;
    margin: 0 auto 8.5rem;
}
.concept_cnt2 .inner .col2 {
    display: flex;
    gap: 5.2vw
        /*10rem*/
    ;
    margin: 0 auto -25rem;
}
.concept_cnt2 .inner .col2 :is(.left, .right) {
    width: 100%;
    height: 45rem;
}
.concept_cnt2 .inner .col2 :is(.left, .right) p {
    width: 100%;
    height: inherit;
}
.concept_cnt2 .inner .col2 :is(.left, .right) p a {
    font-size: 2.3rem;
    color: #fff;
    width: inherit;
    height: inherit;
    display: grid;
    align-content: center;
    text-align: center;
    text-decoration: none;
}
.concept_cnt2 .inner .col2 :is(.left, .right) p a:hover {
    box-shadow: 0 0 10rem rgba(255, 255, 255, 1) inset;
    transition: 0.5s;
}
.concept_cnt2 .inner .col2 :is(.left, .right) p a::after {
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    display: block;
    margin: 1.5rem 0 0;
}
.concept_cnt2 .inner .col2 .left p a::after {
    content: "Men’s style";
}
.concept_cnt2 .inner .col2 .right p a::after {
    content: "Women’s style";
}

.concept_cnt2 .inner .col2 .left {
    width: 50%;
    background: url(/system_panel/uploads/images/concept_cnt2_leftbg.jpg) no-repeat #e0d5cc;
    background-size: cover;
    background-blend-mode: multiply;
    aspect-ratio: 4/3;
}
.concept_cnt2 .inner .col2 .right {
    overflow: hidden;
    width: 50%;
    background: url(/system_panel/uploads/images/concept_cnt2_rightbg.jpg) no-repeat #e0d5cc;
    background-size: cover;
    background-blend-mode: multiply;
    aspect-ratio: 4/3;
}






/*removal*/
.removal .mainimg img {
    object-position: top;
}
.removal_cnt1 {
    margin: 0 auto 21rem;
}
.removal_cnt1 .inner {
    max-width: 140rem;
}
.removal_cnt1 .inner h2 {
    width: fit-content;
}
.removal_cnt1 .inner h2::before {
    content: "Hair removal";
}
.removal_cnt1 .inner>.catch {
    font-size: 3.3rem;
    color: #45331b;
    margin: 0 auto 2rem;
    text-align: center;
}
.removal_cnt1 .inner .col2 {
    background: #f0ece7;
    border: 0.1rem dotted #000;
    width: 80%;
    max-width: 100rem;
    margin: auto;
    display: flex;
}
.removal_cnt1 .inner .col2 :is(.left, .right) {
    width: 50%;
    padding: 2.6vw
        /*5rem*/
    ;
    display: grid;
    place-content: center;
}
.removal_cnt1 .inner .col2 :is(.left, .right) .dl {}
.removal_cnt1 .inner .col2 :is(.left, .right) .dt {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 4rem;
}
.removal_cnt1 .inner .col2 :is(.left, .right) .dd {
    line-height: 2.4;
}
.removal_cnt2 {
    margin: 0 auto 26.5rem;
}
.removal_cnt2 .inner h3 {
    margin: 0 auto 3rem;
}
.removal_cnt2 .inner h3::before {
    content: "Point";
}
.removal_cnt2 .inner .col2 {
    display: flex;
    align-items: center;
    margin: 0 auto 7rem;
}
.removal_cnt2 .inner .col2:nth-of-type(even) {
    flex-direction: row-reverse;
}
.removal_cnt2 .inner .col2 :is(.left, .right) {
    width: 50%;
}
.removal_cnt2 .inner .col2 .left .catch {
    font-size: 3.3rem;
    color: #45331b;
    line-height: 2;
    margin: 0 0 5rem;
    text-align: right;
}
.removal_cnt2 .inner .col2 .left p {
    line-height: 2.4;
    text-align: right;
}

.removal_cnt2 .inner .col2:nth-of-type(even) :is(.catch, p) {
    text-align: left;
}
.removal_cnt2 .inner .col2 .right {
    padding: 0 0 0 3.125vw
        /*6rem*/
    ;
    aspect-ratio: 1.28/1;
}
.removal_cnt2 .inner .col2:nth-of-type(even) .right {
    padding: 0 3.125vw 0 0;
}
.removal_cnt2 .inner .col2 .right::before {
    font-size: 10rem
        /*17rem*/
    ;
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    color: #45331b;
    transform: translate(0, 5rem);
    margin: -5rem 0 0 0;
    display: inline-block;
}
.removal_cnt2 .inner .col2:nth-of-type(1) .right::before {
    content: "01";
  margin-bottom: 2rem;
}
.removal_cnt2 .inner .col2:nth-of-type(2) .right::before {
    content: "02";
  margin-bottom: 2rem;
}
.removal_cnt2 .inner .col2:nth-of-type(3) .right::before {
    content: "03";
  margin-bottom: 2rem;
}
.removal_cnt2 .inner .col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.removal_cnt3 {
    margin: 0 auto 29rem;
}
.removal_cnt3 .inner h3 {
    margin: 0 auto 9rem;
}
.removal_cnt3 .inner h3::before {
    content: "THRmethod";
}
.removal_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
}
.removal_cnt3 .inner .grid .pic {
    width: 100%;
}
.removal_cnt3 .inner .grid .pic img {
    width: 100%;
}
.removal_cnt4 {
    background: #f0ece7;
    margin: 0 auto;
    padding: 13rem 0 19rem;
}
.removal_cnt4 .inner h3 {
    margin: 0 auto 9rem;
}
.removal_cnt4 .inner h3::before {
    content: "Hair remoual area";
}
.removal_cnt4 .inner .col2 {
    display: flex;
    margin: 0 auto 13rem;
}
.removal_cnt4 .inner .col2 .left {
    width: 57%;
}
.removal_cnt4 .inner .col2_woman .left .grid .pic:first-of-type {
    grid-row: 1/2;
}
.removal_cnt4 .inner .col2 .left .grid {
    width: 100%;
    display: grid;
    grid-template-columns: 47.5% 25% 25%;
    gap: 1rem;
}
.removal_cnt4 .inner .col2:nth-of-type(2) .left .grid {
    width: 92.5%;
    grid-template-columns: 40% 60%;
}
.removal_cnt4 .inner .col2 .left .grid .pic {
    width: 100%;
    background: #fff;
}
.removal_cnt4 .inner .col2 .left .grid .pic img {
    width: 100%;
}
.removal_cnt4 .inner .col2_man .left .grid .pic:first-of-type {
    grid-row: 1/4;
}
.removal_cnt4 .inner .col2 .right {
    width: 43%;
    padding: 0 0 0 4.6875vw
        /*9rem*/
    ;
}
.removal_cnt4 .inner .col2 .right .catch {
    font-size: 3.3rem;
    color: #45331b;
    margin: 5rem 0;
}
.removal_cnt4 .inner .col2 .right p {
    line-height: 2.4;
}
.removal_cnt5 {
    background: #e0d5cc;
    padding: 7.5rem 0;
}
.removal_cnt5 .inner {
    max-width: 120rem;
}
.removal_cnt5 .inner h3 {
    margin: 0 auto 5rem;
    text-align: left;
}
.removal_cnt5 .inner h3::before {
    content: "Price list";
    display: inline-block;
    margin: 0 2rem 0 0;
}
.removal_cnt5 .inner p {
    line-height: 2;
    display: inline-block;
    margin: 0 10rem 0 0;
}






/*menu*/
.menu .mainimg img {
    object-position: top;
}
.menu_cnt1 {
    margin: 0 auto 26rem;
}
.menu_cnt1 .inner {
    max-width: 140rem;
}
.menu_cnt1 .inner h2 {
    width: fit-content;
}
.menu_cnt1 .inner h2::before {
    content: "Menu";
}
.menu_cnt1 .nav {
    background: #f0ece7;
    padding: 4rem 0;
}
.menu_cnt1 .nav .ul {
    width: 80%;
    max-width: 84rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.82vw
        /*3.5rem*/
        5.2vw
        /*10rem*/
}
.menu_cnt1 .nav .ul .li {
    width: 100%;
    list-style: none;
}
.menu_cnt1 .nav .ul .li p {
    width: 100%;
    height: inherit;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) {
    margin: 0 auto 26rem;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner {
    max-width: 120rem;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner h3 {}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 {
    display: flex;
    gap: 4.16vw
        /*8rem*/
    ;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2:nth-of-type(even) {
    margin: 8rem auto 15rem;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) {
    width: 50%;
    overflow: hidden;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .menu {
    font-size: 2.7rem;
    border-bottom: 0.1rem solid #000;
    padding: 0 0 2rem;
    margin: 9rem auto 5rem;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .menu:first-of-type {
    margin: 0 auto 5rem;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .cap {
    /*font-size: 1.3rem;*/
  font-size: 1.2rem;
    float: right;
    margin: -8.5rem 0 0;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .pic {
    width: fit-content;
    margin: auto;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .pic img {
    width: 100%;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*min-height: 7rem;*/
    height: auto;
    /*align-items: center;*/
    margin: 0 0 4.5rem;
    position: relative;
}

:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .dl::before {
    content: "-------------------------------------------------------------------------";
    display: inline-block;
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 0;
    z-index: -1;
}

:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .dt {
    color: #45331b;
    background: #fff;
    padding: 0 1rem 0 0;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .dd {
    color: #45331b;
    background: #fff;
    padding: 0 0 0 1rem;
}
:is(.menu_cnt2, .menu_cnt3, .menu_cnt4, .menu_cnt5) .inner .col2 :is(.left, .right) .em {
    font-size: 1.3rem;
    width: 100%;
    margin: 1em 0 -1em;
    padding: 0;
}

.menu_cnt2 .inner h3::before {
    content: "Hair menu";
}
.menu_cnt3 .inner h3::before {
    content: "Set menu";
}
.menu_cnt4 .inner h3::before {
    content: "Hair removal menu";
}
.menu_cnt5 .inner h3::before {
    content: "Hair Growth Menu";
}
.menu_cnt4 .inner .only {
    width: 17.5rem;
    height: 3.3rem;
    background: #f0ece7;
    display: grid;
    align-items: center;
    text-align: center;
    margin: 0 auto 8rem;
}
.menu_cnt4 .window {
    width: 83.3%;
    max-width: 100rem;
    height: 22rem;
    margin: auto;
    background: #e0d5cc;
    display: grid;
    align-items: center;
}
.menu_cnt4 .window .col2 {
    width: 68%;
    margin: auto;
    display: flex;
    align-items: center;
}
.menu_cnt4 .window .col2 .left {
    width: 50%;
    overflow: initial;
}
.menu_cnt4 .window .col2 .left p {
    line-height: 2;
    white-space: nowrap;
}
.menu_cnt4 .window .col2 .right {
    width: 50%;
    display: grid;
    align-items: center;
    overflow: initial;
}
.menu_cnt4 .window .col2 .right .buttonA {
    margin: auto;
}






/*style*/
.style .mainimg img {
    object-position: top;
}
.style :is(.slick-img img, .thumbnail-img img) {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1.16;
    /*slickの仕様対策（比率違いの画像対策）*/
    padding: 0.5rem;
}
.style_cnt1 {
    /*margin: 0 auto 26rem;*/
  margin: 0 auto 10rem;
}
.style_cnt1 .inner {
    max-width: 140rem;
}
.style_cnt1 .inner h2 {
    width: fit-content;
}
.style_cnt1 .inner h2::before {
    content: "Style";
}
.style_cnt1 .nav {
    background: #f0ece7;
    padding: 4rem 0;
}
.style_cnt1 .nav .ul {
    width: 80%;
    max-width: 53rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.style_cnt1 .nav .ul .li {
    list-style: none;
}
.style_cnt1 .nav .ul .li p{
    width: 100%;
    height: inherit;
}
:is(.style_cnt2, .style_cnt3) .inner {
    max-width: 120rem;
}
:is(.style_cnt2, .style_cnt3) .inner h3 {
    text-align: center;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 {
    display: flex;
}
:is(.style_cnt2, .style_cnt3) .inner .col2:nth-of-type(even) {
    flex-direction: row-reverse;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 :is(.left, .right) {
    width: 50%;
}
:is(.style_cnt2, .style_cnt3) .inner .col2:nth-of-type(even) .left {
    padding: 0 3.125vw 0 0;
}
:is(.style_cnt2, .style_cnt3) .inner .col2:nth-of-type(even) .right {
    padding: 0 0 0 0;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .left {
    padding: 0 0 0 5.2vw
        /*10rem*/
    ;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#wrapper :is(.style_cnt2, .style_cnt3) .inner .col2 .left img{
    /*管理画面用*/
    height: initial;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .right {
    padding: 0 0 0 5.2vw
        /*10rem*/
    ;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .right h4 {
    font-size: 2.5rem;
    color: #45331b;
    margin: 0 0 6rem;
    position: relative;
}

:is(.style_cnt2, .style_cnt3) .inner .col2 .right h4::before {
    content: "-";
    position: absolute;
    left: -4rem;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .right .dl {
    margin: 0 0 5.5rem;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .right .dt {
    font-size: 1.7rem;
    font-weight: bold;
    color: #45331b;
}
:is(.style_cnt2, .style_cnt3) .inner .col2 .right .dd {
    line-height: 2.4;
    padding: 0 0 0 2rem;
}
:is(.style_cnt2, .style_cnt3) .inner .window {
    width: 80%;
    max-width: 100rem;
    height: 21.5rem;
    display: grid;
    align-items: center;
    text-align: center;
    margin: auto;
    background: #f7f7f6;
    border: 0.1rem dotted #000;
}
.p1697524565206 br:nth-child(2){
    display: none;
}
:is(.style_cnt2, .style_cnt3) .inner .window p {
    line-height: 2.4;
}
.style_cnt2 {
    /*margin: 0 auto 26rem;*/
  margin: 0 auto 10rem;
    padding: 10rem 0 8.5rem;
    background: url(/system_panel/uploads/images/style_cnt2_bg.png) center;
    background-size: cover;
}
.style_cnt2 .inner h3::before {
    content: "Men's";
}
.style_cnt2 .inner .col2 {
    margin: 0 auto 18rem;
}
.style_cnt3 {
    background: initial;
    margin: 0 auto;
    padding: 10rem 0 8.5rem;
}
.style_cnt3 .inner h3::before {
    content: "Women's";
}
.style_cnt3 .inner .col2 {
    margin: 0 auto 18rem;
}
.style_cnt3 .inner .col2:last-of-type {
    margin: 0 auto;
}






/*blog & blogdetail共通*/
:is(.blog_cnt1, .blogdetail_cnt1) {
    margin: 0 auto 7rem;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner {
    max-width: 140rem;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner h2 {
    width: fit-content;
}
:is(.blog_cnt1, .blogdetail_cnt1) .inner h2::before {
    content: "Blog";
}
:is(.blog_cnt1, .blogdetail_cnt1) .nav {
    background: #f0ece7;
    padding: 4rem 0;
}
:is(.blog_cnt1, .blogdetail_cnt1) .nav .webgene-blog {
    width: 80%;
    max-width: 83rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.82vw
        /*3.5rem*/
        5.2vw
        /*10rem*/
}
:is(.blog_cnt1, .blogdetail_cnt1) .nav .webgene-blog .webgene-item {
    list-style: none;
}
:is(.blog_cnt1, .blogdetail_cnt1) .nav .webgene-blog .webgene-item p {
    width: 100%;
}







/*blog*/
.blog .mainimg img {
    object-position: top;
}

.blog_cnt2 {
    width: 100%;
    padding: 0 0 19.5rem;
}
.blog_cnt2 .inner {
    max-width: 120rem;
}
.blog_cnt2 .inner .webgene-blog {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7rem 6rem;
}

.blog_cnt2 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: center;
  text-align:right;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .title {
    grid-column: 1/3;
    grid-row: 3/4;
    margin: 1rem 0 0;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .title a {
    color: inherit;
    text-decoration: none;
}

.blog_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-column: 1/2;
    grid-row: 2/3;
    background: #e0d5cc;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    width: 50%;
    height: 2rem;
    display: grid;
    place-items: center;
    align-self: end;
    /*justify-self: end;*/
    z-index: 2;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 0 1.5rem;
}
.blog_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
}


.webgene-pagination {
    grid-column: 1/4;
    /*display: flex;
    width: 100%;
    padding: 7rem 26.5%;
    align-content: center;
    justify-content: space-between;
    margin:auto;*/
}

.webgene-pagination ul {
    width: fit-content;
    display: flex;
    margin: 10rem auto 0;
}
.webgene-pagination ul li {
    font-size: 1.7rem;
}
.webgene-pagination :is(.prev, .next) {
    width: 3em;
    height: 3em;
    background: #e0d5cc;
    list-style: none;
}
.webgene-pagination .prev {
    margin: 0 5rem 0 0;
}
.webgene-pagination .next {
    margin: 0 0 0 5rem;
}
.webgene-pagination :is(.prev a, .next a) {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}
.webgene-pagination ul .number {
    list-style: none;
    background: #e0d5cc;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected {
    list-style: none;
    background: #45331b;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected a {
    color: #fff;
}
.webgene-pagination ul .number a {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
}


/*blogdetail*/
.blogdetail_cnt2 {
    background: url(/system_panel/uploads/images/bg2.png);
    width: 100%;
    padding: 0 0 19.5rem;
}
.blogdetail_cnt2 .inner {
    max-width: 120rem;
}
.blogdetail_cnt2 .inner .webgene-blog {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8.5rem 2.5rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item {
    width: 100%;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    width: 100%;
    margin: 0 auto 12rem;
}

.blogdetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    font-size: 1.4rem;
    color: #fff;
    background: #e0d5cc;
    width: fit-content;
    height: 2.2rem;
    padding: 0 2em;
    display: inline-grid;
    align-items: center;
    text-align: center;
    margin: 0 0 2rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .day {
    display: inline-block;
    vertical-align: middle;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .title {
    font-size: 2.7rem;
    margin: 0 0 8rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    margin: 0 auto 5rem;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
}
.blogdetail_cnt2 .slick-track {
    display: flex !important;
    align-items: center !important;
    /*gap: 1rem;*/
}

.blogdetail_cnt2 .thumbnail-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1.5;
    /*slickの仕様対策（比率違いの画像対策）*/
    padding: 1rem 1rem 0 0;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 2.4;
}

.blogdetail_cnt2 .buttonA {
    max-width: 33rem;
    margin: 0 auto;
}
.blogdetail_cnt2 .inner .webgene-blog .webgene-item .pic .slider {
    background: #f0ece7;
}






/*faq*/
.faq .mainimg img {
    object-position: top;
}
.faq_cnt1 {
    margin: 0 auto 13rem;
}
.faq_cnt1 .inner {
    max-width: 140rem;
    position: relative;
    display: flex;
    align-items: center;
}
.faq_cnt1 .inner h2 {
    width: fit-content;
}
.faq_cnt1 .inner h2::before {
    content: "faq";
}

.faq_cnt1 .inner>p {
    display: inline-block;
    position: absolute;
    left: 30.7vw
        /*43rem*/
    ;
    line-height: 2.4;
}
.faq_cnt1 .nav {
    background: #f0ece7;
    padding: 4rem 0;
}
.faq_cnt1 .nav .ul {
    width: 80%;
    max-width: 84rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.82vw
        /*3.5rem*/
        5.2vw
        /*10rem*/
}
.faq_cnt1 .nav .ul .li {
    width: 100%;
    list-style: none;
}
.faq_cnt1 .nav .ul .li p{
    width: 100%;
    height: inherit;
}
.faq_cnt2 {
    margin: 0 auto 25rem;
}
.faq_cnt2 .inner {
    max-width: 120rem;
}
.faq_cnt2 .inner h3 {
    font-size: 2.7rem;
    position: relative;
}
.faq_cnt2 .inner h3::after {
    content: "";
    background: url(/system_panel/uploads/images/faq_cnt2_h3after.png) no-repeat center;
    width: 100%;
    height: 1.7rem;
    display: block;
    margin: 3.5rem auto;
}
.faq_cnt2 .inner .dl {}
.faq_cnt2 .inner .dt {
    width: 100%;
    min-height: 8rem;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0 0 0 10rem;
    position: relative;
}
.faq_cnt2 .inner .dt::before {
    content: "";
    background: url(/system_panel/uploads/images/faq_cnt2_q.png) no-repeat;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    position: absolute;
    left: 2.5rem;
}
.faq_cnt2 .inner .dd {
    width: 100%;
    min-height: 12rem;
    height: auto;
    /*display: flex;*/
    background: #f0ece7;
    line-height: 2.2;
    padding: 2rem 0 2rem 10rem;
    position: relative;
}
.faq_cnt2 .inner .dd .em{
    font-weight: bold;
}
.faq_cnt2 .inner .dd::before {
    content: "";
    background: url(/system_panel/uploads/images/faq_cnt2_a.png) no-repeat;
    width: 5rem;
    height: 5rem;
    display: inline-block;
    position: absolute;
    left: 2.5rem;
}






/*overview*/
.overview .mainimg img {
    object-position: top;
}
.overview_cnt1 {
    margin: 0 auto 13rem;
}
.overview_cnt1 .inner {
    max-width: 140rem;
    position: relative;
    display: flex;
    align-items: center;
}
.overview_cnt1 .inner h2 {
    width: fit-content;
    margin: 0;
}
.overview_cnt1 .inner h2::before {
    content: "Salon overview";
}

.overview_cnt2 {
    margin: 0 auto 13rem;
    position: relative;
}
.overview_cnt2 .inner {
    max-width: 120rem;
}
.overview_cnt2 .inner>.dl {
    display: flex;
    align-items: end;
    margin: 0 0 5rem;
}

.overview_cnt2 .inner>.dl>.dt {
    font-size: 3.3rem;
    color: #45331b;
    margin: 0 4rem 0 0;
}
.overview_cnt2 .inner>.dl>.dd {
    font-size: 1.8rem;
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    color: #45331b;
}
.overview_cnt2 .inner>p {
    line-height: 2.4;
    margin: 0 0 11rem;
}
.overview_cnt2 .inner .col2 {
    display: flex;
    gap: 4.166vw
        /*8rem*/
    ;
    margin: 0 auto 11rem;
}
.overview_cnt2 .inner .col2 :is(.left, .right) {
    width: 50%;
}
.overview_cnt2 .inner .col2 .left .pic {
    width: calc(50% - 2.084vw);
    position: absolute;
    left: 0;
}
.overview_cnt2 .inner .col2 .left .pic img {
    width: 100%;
}
#wrapper .overview_cnt2 .inner .col2 .left .pic{
    /*管理ページ用*/
    position: initial;
}
.overview_cnt2 .inner .col2 .right .dl {
    margin: 0 0 3.5rem;
}
.overview_cnt2 .inner .col2 .right .dt {
    font-size: 1.9rem;
    font-weight: bold;
    color: #000;
    border-bottom: 0.1rem solid #45331b;
    padding: 0 0 1.5rem 1rem;
    margin: 0 0 2rem;
}
.overview_cnt2 .inner .col2 .right .dd {
    color: #45331b;
    padding: 0 0 0 1rem;
    line-height: 2;
}
.overview_cnt2 .inner .col2 .right .dd img {
    width: 100%;
}
.overview_cnt2 .inner .col2 .right .dd a {
    color: #45331b;
}
.overview_cnt2 .inner .map {
    width: 100%;
    max-width: 110rem;
    height: 54rem;
    margin: auto;
}
.overview_cnt2 .inner .map iframe {
    width: 100%;
    height: inherit;
    border: none;
}






























/*contact*/
.contact .mainimg img {
    object-position: top;
}
.contact_cnt1 {
    margin: 0 auto 26rem;
}
.contact_cnt1 .inner {
    max-width: 140rem;
}
.contact_cnt1 .inner h2 {
    width: fit-content;
}
.contact_cnt1 .inner h2::before {
    content: "Contact";
}
.contact_cnt1 .inner>p {
    line-height: 2.4;
    margin: 0 0 12rem;
}
.contact_cnt1 .inner .banner {
    display: flex;
    width: 80%;
    max-width: 100rem;
    margin: 0 auto 6rem;
}
.contact_cnt1 .inner .banner :is(.left, .right) {
    width: 50%;
    text-align: center;
}
.contact_cnt1 .inner .window {
    width: 80%;
    max-width: 100rem;
    background: url(/system_panel/uploads/images/bottom_bg.png);
    margin: auto;
    padding: 2.5rem;
}
.contact_cnt1 .inner .window h3 {
    margin: 0 auto 3rem;
}
.contact_cnt1 .inner .window h3::after {
    content: "Tel";
    display: block;
    font-size: 7rem;
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    color: #45331b;
}
.contact_cnt1 .inner .window p {
    text-align: center;
    color: #45331b;
}
.contact_cnt1 .inner .window .tel {
    font-size: 2.5rem;
    color: #45331b;
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
    margin: 0 auto 2rem;
}
.contact_cnt1 .inner .window .tel a {
    font-size: 6.5rem;
    color: #45331b;
    font-family: 'Vibur', cursive;
    font-family: 'Caveat', cursive;
}

.contact_cnt2 {
    margin: 0 auto 26rem;
}
.contact_cnt2 .inner {
    max-width: 140rem;
}
.contact_cnt2 .inner h3 {
    text-align: center;
}
.contact_cnt2 .inner h3::before {
    content: "Contact form";
}



form .dl {
    width: 100%;
    min-height: 4rem;
    display: flex;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 0.1rem solid #45331b;
}
form .dl .dt {
    width: 30%;
    font-size: 1.6rem;
    padding: 0 1em;
}
form .dt .required {
    display: inline-block;
    background: #f0ece7;
    padding: 0.25rem 0.5rem;
    font-size: 1.3rem;
    color: #45331b;
    margin: 0 0 0 1rem;
}
form .dl .dd {
    width: 70%;
    padding: 0 1em;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    background: #f8f5f3;
    border: 0.1rem solid #e7dfda;
    min-height: 4rem;
}
form textarea {
    height: 15rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {
    padding: 0 1em;
    border: 0.1rem solid #dedee4;
}
form select {}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .terms {
    background: #f1f1f1;
    border: 0.1rem solid #e7dfda;
    padding: 2rem;
    height: 40rem;
    overflow-y: scroll;
    margin: 5rem 0 5rem 0;
}
form .terms p {
    line-height: 2;
}
form .col {
    display: flex;
    width: fit-content;
    margin: auto;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 auto 6rem;
}
form button {
    margin: 0 auto 21rem;
    display: block;
}

.c14643{
  line-height: normal;
}

.menu-sub-ttl {
      font-size: 16px;
    margin-bottom: 15px;
}

.ul-2 {
  max-width: 100rem !important;
 grid-template-columns: 1fr 1fr 1fr 1fr !important;
}