@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #252525;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 1px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1110px;
    }
}

::selection {
    background-color: #A79691;
    color: #fff;
}

/*
heading******************************/

.title_x_large {
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.0;
}

.title_x_large span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
}

.title_large {
    font-size: 3.8rem;
    font-weight: normal;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column-reverse;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
list*3カラム******************************/

.three_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6.5rem;
}

.three_list .list_item {
    width: -webkit-calc((100% - 8%) / 3);
    width: calc((100% - 8%) / 3);
    margin-top: 4.0rem;
    margin-right: 4%;
    margin-bottom: 4.0rem;
}

@media screen and (min-width: 897px) {
    .three_list .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 896px) {
    .three_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .three_list .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.three_list .list_item .title {
    font-size: 1.8rem;
    padding: 0 0 2.0rem;
    font-weight: bold;
}

.three_list .list_item img {
    margin-bottom: 4.2rem;
}

/*
list*4カラム******************************/

.four_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6.5rem;
}

.four_list .list_item {
    width: -webkit-calc((100% - 9%) / 4);
    width: calc((100% - 9%) / 4);
    margin-top: 3.5rem;
    margin-right: 3%;
    margin-bottom: 3.5rem;
}

/* @media only screen and (max-width: 992px) {
    .four_list .list_item {
        margin-top: 1.0rem;
        margin-bottom: 1.0rem;
    }
} */

@media screen and (min-width: 569px) {
    .four_list .list_item:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .four_list .list_item {
        width: -webkit-calc((100% - 7%) / 2);
        width: calc((100% - 7%) / 2);
        margin-right: 7%;
    }

    .four_list .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.title_img {
    padding-bottom: 8.0rem;
    text-align: center;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_966 {
    width: 966px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .inner_966 {
        width: 80%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.note {
    font-size: 1.4rem;
}

.f_YuMincho {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.f_YuGothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.vertica_rl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.img_box_shadow {
    box-shadow: 18px 18px 0px 0 #252525;
}

/*
header******************************/

.masthead {
    position: fixed;
    padding: 44px;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100;
    right: 0;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 896px) {
    .masthead {
        padding: 50px 30px;
    }
}

.masthead.scrolled {
    background: rgba(35, 35, 35, 1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    padding: 44px;
}

@media only screen and (max-width: 896px) {
    .masthead.scrolled {
        padding: 38px 30px;
    }
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: rgba(0, 0, 0, 0.87);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.9rem;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 48.0rem;
    text-align: left;
    font-size: 1.8rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#gloval-nav>nav {
    position: absolute;
    top: 100px;
}

#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    /*padding: 3.0rem 0;*/
    transition: color .6s ease;
}

#gloval-nav a:hover {
    color: #666;
}

#gloval-nav ul {
    list-style: none;
    text-align: center;
}

#gloval-nav ul li {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    line-height: 2.0;
}

#gloval-nav .list_item_01 {
    padding-bottom: 5.0rem;
}

@media only screen and (max-width: 480px) {
    #gloval-nav .list_item_01 {
        padding-left: 15px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 5.0rem;
}

#gloval-nav .list_item_01>li:first-child {
    margin-top: 0;
    text-align: center;
}

#gloval-nav .list_item_01>li:nth-child(2) {
    margin-top: 9.0rem;
}

#gloval-nav .list_item_02 {
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 2.0rem;
}

#gloval-nav .list_item_03 li {
    padding: 0 0.8rem;
}

/* open */

.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .9s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .9s ease;
    transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* nav-toggle */

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
}

@media only screen and (max-width: 896px) and (min-width:319px) {
    #nav-toggle {
        position: fixed;
        right: 12px;
    }
}

#nav-toggle>div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* z-index */

#nav-toggle {
    z-index: 1000;
}

.header_title {
    position: absolute;
    z-index: 5;
    top: 26px;
    left: 50px;
    color: #fff;
    font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
    .header_title {
        left: 15px;
        width: 50%;
    }
}

.nav_log {
    width: 50%;
}

/*
top_kv******************************/

.top_kv {
    height: 100vh;
}

@media only screen and (max-width: 1200px) {
    .top_kv {
        max-height: 700px !important;
    }
}

.top_kv_img {
    position: absolute;
    top: 0;
    left: 0;
}

.kv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

.top_kv .url {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    font-size: 1.3rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/*
sub_kv******************************/

.sub_kv {
    position: relative;
    padding-top: 13.5rem;
}

.sub_image_box .object_fit {
    width: 100%;
    height: 514px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .sub_image_box .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
        object-position: 0px;
    }
}

.sub_kv_logo {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 10;
    text-align: center;
}

@media only screen and (max-width: 896px) {
    .sub_kv_logo {
        width: 440px;
    }
}

@media only screen and (max-width: 480px) {
    .sub_kv_logo {
        width: 280px;
    }
}

.page_title span {
    display: block;
    font-size: 3.9rem;
}

@media only screen and (max-width: 896px) {
    .page_title span {
        font-size: 2.8rem;
    }
}


/*
lineup******************************/

.lineup {
    max-width: 1368px;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .lineup {
        width: 90%;
    }
}

@media only screen and (max-width: 896px) {
    .lineup .width3 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .lineup .width3 {
        width: 100%;
    }
}


.lineup_box {
    position: relative;
}

.lineup_image {
    position: relative;
}

.lineup_image img {
    width: 100vw;
}

.lineup_title_wrap {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23vw;
    text-align: center;
    padding: 0 15px;
}

@media only screen and (max-width: 896px) {
    .lineup_title_wrap {
        width: 50vw;
    }
}

@media only screen and (max-width: 480px) {
    .lineup_title_wrap {
        width: 100%;
    }
}

.lineup_title_wrap .title_image {
    padding-bottom: 1.0rem;
}

.lineup_title_wrap .title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1.0rem;
}

.imgbox {
    overflow: hidden;
}

.imgbox_img {
    transition-duration: 0.3s;
}

.imgbox_img:hover {
    transform: scale(1.2);
    transition-duration: 0.3s;
}

/*
animation_loop******************************/

.animation_loop {
    position: relative;
    height: 138px;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .animation_loop {
        position: relative;
        height: 120px;
    }
}

.concept_copy {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    background-image: url("../images/back_copy.png");
    background-position: 0 top;
    background-repeat: repeat-x;
    background-size: 1378px 80px;
    -webkit-animation: conceptCopy 100s linear 0s infinite;
    animation: conceptCopy 100s linear 0s infinite;
    margin-top: -20px;
}

@media only screen and (max-width: 768px) {
    .concept_copy {
        top: 100px;
        height: 100px;
        background-size: 1000px 58px;
    }
}

@-webkit-keyframes conceptCopy {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -1378px top;
    }
}

@keyframes conceptCopy {
    0% {
        background-position: 0 top;
    }

    100% {
        background-position: -1378px top;
    }
}

/*
staff******************************/

@media only screen and (max-width: 896px) {
    .staff .vertica_rl {
        writing-mode: inherit;
    }
}

.staff {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 7.0rem 0 10.0rem;
}

.staff .title_x_large {
    margin-top: 4rem;
    width: 20vw;
    line-height: 1.0;
}

@media only screen and (max-width: 1100px) {
    .staff .title_x_large {
        width: 33vw;
    }
}

@media only screen and (max-width: 1100px) {
    .staff .title_x_large {
        margin-top: 0;
    }
}

.staff .director {
    font-size: 1.4rem;
}

.staff .text {
    font-size: 1.4rem;
}

.staff .d_flex {
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media only screen and (max-width: 896px) {
    .staff .d_flex {
        flex-direction: column;
    }
}

/*
menu******************************/

.menu {
    background: #EDEDED;
    padding: 7.0rem 0 10.0rem;
}

.menu .title_x_large {
    margin-top: -9.5rem;
}

.menu .title_x_large span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/* menu_lineup_01 (Hair design menu) */

.menu .menu_box_01 {
    position: relative;
    margin-top: 8rem;
}

.menu .title_menu_lineup_01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.menu .title_menu_lineup_01 span {
    display: block;
    font-size: 2.0rem;
    color: #fff;
}

@media only screen and (max-width: 896px) {
    .menu .title_menu_lineup_01 span {
        font-size: 1.6rem;
    }

    .menu_image_01 .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
    }
}

.menu_course {
    padding-top: 7.6rem;
}

.menu_course_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #816D51;
    border-bottom: 1px solid #816D51;
}

.menu_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 1.0rem;
    font-size: 1.5rem;
    color: #816D51;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.menu_details:first-of-type {
    padding-top: 1.8rem;
}

.menu_details .title span {
    padding-right: 6px;
}

.menu_table {
    position: relative;
}

.menu_table::after {
    content: "";
    position: absolute;
    background: url(../images/logo_bg.png);
    width: 573px;
    height: 496px;
    z-index: 1;
    top: 112px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
    .menu_table::after {
        background-size: 50%;
        left: 100%;
    }
}

/* menu_lineup_02 (Hair removal menu) */

.menu_lineup_02 {
    padding-top: 10.0rem;
}

.menu .menu_box_02 {
    position: relative;
    margin-top: 5.5rem;
    padding: 7rem 100px 8rem 160px;
    background: #000;
    color: #fff;
    margin-left: -100px;
    margin-right: -50px;
    border-radius: 8px;
}

@media screen and (max-width:992px) {
    .menu .menu_box_02 {
        padding: 7rem 50px 8rem 160px;
    }
}

@media screen and (max-width:768px) {
    .menu .menu_box_02 {
        margin-top: -5.5rem;
        padding: 7rem 15px 8rem;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.menu .menu_box_02::after {
    content: "";
    position: absolute;
    background: url(../images/hair_remover.jpg);
    width: 232px;
    height: 330px;
    z-index: 10;
    top: 125px;
    left: -114px;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .menu .menu_box_02::after {
        top: -108px;
        left: inherit;
        right: -113px;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}

.menu .title_menu_lineup_02 {
    text-align: center;
}

.menu .title_menu_lineup_02 span {
    display: block;
    font-size: 2.0rem;
}

.menu .menu_box_02 .text {
    padding: 3.8rem 0;
}

/* lineup_box */

.lineup_box {
    position: relative;
}

.lineup_box_inner {
    max-width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
}

.lineup_box_figure {
    position: relative;
    width: 50%;
    min-height: 600px;
}

.lineup_box_figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;" !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media screen and (min-width:561px) {

    .lineup_box_figure {
        height: 400px;
    }

    .lineup_box_figure figure {
        height: 100%;
    }
}

@media screen and (min-width:769px) {
    .menu_lineup_02 .lineup_box_inner {
        flex-direction: row;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .menu_lineup_03 .lineup_box_inner {
        flex-direction: row-reverse;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .lineup_box_figure {
        width: 50%;
        min-height: 600px
    }

    .lineup_box_figure.figure_right figure {
        position: absolute;
        top: 0;
        width: 50vw;
        left: 50px;
    }

    .lineup_box_figure.figure_left figure {
        position: absolute;
        top: 0;
        width: 50vw;
        right: 50px;
    }

    .lineup_box_text {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .lineup_box_inner {
        display: block;
    }

    .lineup_box_figure {
        position: relative;
        width: 100%;
        min-height: 260px;
    }
}

/* menu_lineup_03 (Facial treatment) */

.menu_lineup_03 {
    padding-top: 7.0rem;
}

.menu .menu_box_03 {
    position: relative;
    margin-top: 5.5rem;
    padding: 7rem 100px 8rem;
    background: #fff;
    margin-left: -50px;
    margin-right: -100px;
}

@media screen and (max-width:768px) {
    .menu .menu_box_03 {
        margin-top: -5.5rem;
        padding: 7rem 15px 8rem;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.menu .title_menu_lineup_03 {
    text-align: center;
}

.menu .title_menu_lineup_03 span {
    display: block;
    font-size: 2.0rem;
}

.menu .menu_box_03 .text {
    padding: 3.8rem 0;
}

/* menu_lineup_04 (Beauty items) */

.menu_lineup_04 {
    position: relative;
    padding-top: 10.0rem;
}

.menu_lineup_04::after {
    content: "";
    position: absolute;
    background: url(../images/beauty_items_side.png);
    width: 342px;
    height: 197px;
    z-index: 10;
    top: 45px;
    right: 23px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
    .menu_lineup_04::after {
        top: 45px;
        right: -126px;
        background-repeat: no-repeat;
        background-size: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .menu_lineup_04::after {
        top: -58px;
    }
}

@media only screen and (max-width: 480px) {
    .menu_lineup_04::after {
        top: -45px;
        right: -172px;
        background-size: 50%;
    }
}

.menu .title_menu_lineup_04 {
    text-align: center;
}

.menu .title_menu_lineup_04 span {
    display: block;
    font-size: 2.0rem;
}

@media only screen and (max-width: 896px) {
    .menu .title_menu_lineup_04 span {
        font-size: 1.6rem;
    }

}

/* card */

.card a {
    color: #816D51;
}

.card .title_box {
    overflow: hidden;
    padding: 2.8rem 0 1.6rem;
}

.card .title {
    float: left;
    font-size: 1.5rem;
    font-weight: bold;
}

.card .place {
    float: right;
    font-size: 1.5rem;
}

.card .text {
    font-size: 1.4rem;
}

/*
news******************************/

.news {
    padding: 7.0rem 0 10.0rem;
}

.news .column {
    -webkit-box-align: self-end;
    -webkit-align-items: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
}

@media only screen and (max-width: 992px) {
    .news .column {
        display: block;
    }

    .news .width7 {
        width: 100%;
    }

    .news .width2 {
        width: 100%;
    }
}

@media only screen and (max-width: 896px) {
    .news .column {
        display: block;
    }

    .news .width3 {
        width: 164px;
    }
}

.news .title_x_large {
    padding: 4rem 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    margin-right: 72px;
}

@media only screen and (max-width: 992px) {
    .news .title_x_large {
        margin-right: 0;
    }

    .news_body {
        margin-left: 0;
        margin-top: 2.0rem;
        margin-bottom: 2.0rem;
    }
}

.news_body dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #252525;
}

.news_body dl+dl {
    margin-top: 0.6rem;
    padding-top: 0;
}

@media only screen and (max-width: 834px) {
    .news_body dl {
        display: block;
    }

    .news_body dd {
        margin-left: 40px;
    }
}

.news_body dt {
    display: inline-block;
}

.news_body dd {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 16px;
}

@media only screen and (max-width: 834px) {
    .news_body dd {
        margin-left: 0;
    }
}

.news_body dd a {
    font-size: 1.5rem;
}

.info, .product_info {
    background: #000;
    padding: 0px 15px;
    font-size: 1.0rem;
    color: #fff;
    border-radius: 15px;
    line-height: 2.4;
    height: 24.0px;
    display: block;
    width: 85px;
    text-align: center;
}

.news_body .date {
    font-size: 1.5rem;
    padding-left: 16px;
}

.news .btn_news {
    text-align: right;
}

/*
aboutus******************************/

.aboutus {
    padding: 0 0 10.0rem;
}

.aboutus_box {
    position: relative;
}

.aboutus_box_inner {
    max-width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
}

.aboutus_box_figure {
    position: relative;
    width: 50%;
    min-height: 600px;
}

.aboutus_box_figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;" !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media screen and (min-width:561px) {

    .aboutus_box_figure {
        height: 400px;
    }

    .aboutus_box_figure figure {
        height: 100%;
    }
}

@media screen and (min-width:769px) {

    .aboutus_box_inner {
        flex-direction: row-reverse;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .aboutus_box_figure {
        width: 50%;
        min-height: 600px
    }

    .aboutus_box_figure.figure_right figure {
        position: absolute;
        top: 0;
        width: 50vw;
        left: 50px;
    }

    .aboutus_box_figure.figure_left figure {
        position: absolute;
        top: 0;
        width: 50vw;
        right: 50px;
    }

    .aboutus_box_text {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .aboutus_box_inner {
        display: block;
    }

    .aboutus_box_figure {
        position: relative;
        width: 100%;
        min-height: 260px;
    }
}

.aboutus_box_left {
    position: relative;
    margin-left: 0;
    margin-right: -170px;
    z-index: 10;
}

@media screen and (max-width:768px) {
    .aboutus_box_left {
        margin-right: 0;
    }
}

@media screen and (max-width:896px) {
    .aboutus_box_left .title_x_large {
        writing-mode: inherit;
        padding-top: 5.0rem;
    }
}

.aboutus_box_left .title_large {
    font-weight: bold;
    padding-bottom: 2.0rem;
}

.aboutus_box_left .text {
    font-weight: bold;
    font-size: 1.4rem;
}

.aboutus_bg {
    background: linear-gradient(90deg, #F1F4F6 0%, #F1F4F6 56%, #FFF 56%, #FFF 100%);
    position: relative;
    z-index: -1;
    margin-top: -418px;
    height: 480px;
}

@media screen and (max-width:1200px) {
    .aboutus_bg {
        background: linear-gradient(90deg, #F1F4F6 0%, #F1F4F6 65%, #FFF 65%, #FFF 100%);
        position: relative;
        z-index: -1;
        margin-top: -418px;
        height: 480px;
    }
}

@media screen and (max-width:768px) {
    .aboutus_bg {
        margin-top: -633px;
        height: 670px;
    }
}

@media screen and (max-width:450px) {
    .aboutus_bg {
        margin-top: -870px;
        height: 920px;
    }
}

/*
Google Map******************************/

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 29.364499%;
    position: relative;
    z-index: 2;
    clear: both;
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
footer******************************/

.footer {
    padding: 7.0rem 0 10.0rem;
}

.footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_left {
    width: 65%;
    border-right: 1px solid #252525;
}

@media only screen and (max-width: 896px) {
    .footer_left {
        width: 100%;
        border-right: inherit;
    }
}

.footer_right {
    width: 35%;
}

@media only screen and (max-width: 896px) {
    .footer_right {
        width: 100%;
    }
}

.footer_logo {
    text-align: center;
    padding-bottom: 6.5rem;
}


.footer_left address {
    text-align: center;
    font-size: 1.4rem;
    font-style: inherit;
}

.footer_tel {
    font-size: 2.8rem;
    font-weight: bold;
}

.btn_line {
    text-align: center;
    padding-top: 4.8rem;
}

.facebook_area {
    text-align: right;
    padding-left: 30px;
}

@media only screen and (max-width: 896px) {
    .facebook_area {
        text-align: center;
        padding-top: 7.0rem;
        padding-left: 0;
    }
}

/*
instagram******************************/

.instagram {
    background: #1c1c1c;
    padding: 7.0rem 0 10.0rem;
}

.instagram h2 {
    text-align: center;
}

.instagram h2 span {
    display: block;
}

.instagram h2 span:first-of-type {
    padding-bottom: 1.5rem;
}

/*
facial_treatment******************************/

.facial {
    padding: 7.0rem 0 10.0rem;
}

.facial .title_large {
    text-align: center;
}

.facial .title_large span {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 1.3rem;
    border-bottom: 2px solid #252525;
    display: inline-block;
}

.facial .box {
    padding-top: 9.0rem;
}

.facial .box .text_box_right {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-left: 98px;
}

@media only screen and (max-width: 896px) {
    .facial .box .text_box_right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .facial .box .text_box_right {
        padding-left: 0;
        padding-top: 3.0rem;
    }
}

.facial .box .text_box_left {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-right: 98px;
}

@media only screen and (max-width: 896px) {
    .facial .box .text_box_left {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .facial .box .text_box_left {
        padding-right: 0;
        padding-top: 3.0rem;
    }
}

.facial .box .text_box_right .title, .facial .box .text_box_left .title {
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 5.4rem;
}

@media only screen and (max-width: 480px) {
    .facial .box .text_box_right .title, .facial .box .text_box_left .title {
        padding-bottom: 2.5rem;
    }
}

.facial .box .text_box_right .text, .facial .box .text_box_left .text {
    font-size: 1.5rem;
    font-weight: bold;
}

/*
hair_removal_menu******************************/

.hair {
    padding: 7.0rem 0 10.0rem;
    background: #454545;
}

.hair .title_large {
    text-align: center;
    color: #fff;
}

.hair .title_large span {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 1.3rem;
    border-bottom: 2px solid #fff;
    display: inline-block;
    color: #fff;
}

.hair .box {
    padding-top: 9.0rem;
}

.hair .box .text_box_right {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    padding-left: 98px;
    position: relative;
}

@media only screen and (max-width: 896px) {
    .hair .box .text_box_right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 480px) {
    .hair .box .text_box_right {
        padding-left: 0;
        padding-top: 9.8rem;
    }
}

.hair .box .text_box_right .title {
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 5.4rem;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .hair .box .text_box_right .title {
        padding-bottom: 3.0rem;
    }
}

.hair .box .text_box_right .text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.hair .box .text_box_right::after {
    content: "";
    position: absolute;
    background: url(../images/hair_remover.jpg);
    width: 232px;
    height: 330px;
    z-index: 10;
    top: 67px;
    left: -166px;
    background-repeat: no-repeat;
    background-size: 206px 294px;
}

@media screen and (max-width: 992px) {
    .hair .box .text_box_right::after {
        background-size: 60%;
        top: 184px;
        left: -105px;
    }
}

@media screen and (max-width: 480px) {
    .hair .box .text_box_right::after {
        top: -108px;
        left: inherit;
        right: -113px;
        background-repeat: no-repeat;
        background-size: 50%;
    }
}

.hair .box figcaption {
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    top: 13px;
    left: 162px;
}

@media screen and (max-width: 1200px) {
    .hair .box figcaption {
        left: 99px;
    }
}

@media screen and (max-width: 992px) {
    .hair .box figcaption {
        left: 0;
    }
}

.treatment_room {
    position: relative;
    margin-top: 8rem;
}

.treatment_room .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.treatment_room .title span {
    display: block;
    font-size: 4.6rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 896px) {
    .treatment_room .title span {
        font-size: 3.4rem;
    }

    .treatment_room .room_image .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
    }
}

/* banner */

.banner {
    background: #E73F6B;
    padding: 4.8rem 0;
}

/*
privacy
***************************************************** */

.privacy_handling {
    max-width: 1140px;
    margin-top: 8.0rem;
}

.privacy_handling_head {
    display: table;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center;
    background: #000;
}

.privacy_handling_head p {
    display: table-cell;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.privacy_handling_body {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    padding: 30px 3.8rem;
    border: 2px solid #e6e7eb;
    border-top: none;
}

@media screen and (max-width: 896px) {
    .privacy_handling_body {
        padding: 15px 2.0rem;
    }
}

.scroll .privacy_handling_body {
    height: 24.0rem;
    overflow-y: auto;
}

.privacy {
    padding-bottom: 7.0rem;
}

.privacy ul {
    margin-left: 24px;
}

.privacy ul li {
    list-style-type: disc;
}

.privacy ul li:last-child {
    padding-bottom: 5rem;
}

.privacy ul.text_indent li {
    list-style: none;
    text-indent: -21px;
    margin-left: 0px;
}

.privacy ul.text_indent li:last-child {
    list-style: none;
    text-indent: -21px;
    margin-left: 0px;
}

/*
page-mailform******************************/

body.form {
    font-family: 'Noto Sans JP', sans-serif;
}
.page-mailform {
    padding: 23rem 0 10rem;
    background: #F6EFE7;
}

@media only screen and (max-width: 768px) {
    .page-mailform {
        padding: 16.0rem 0 10rem;
    }
}

.page-mailform_panel {
    position: relative;
    z-index: 3;
    padding: 7.0rem 79px 14.0rem;
    width: calc(100% - 120px);
    max-width: 1140px;
    margin: 0 auto;
    min-height: 500px;
    background: #fff;
}

@media only screen and (max-width: 768px) {
    .page-mailform_panel {
        padding: 7.0rem 30px 9.8rem;
        width: calc(100% - 60px);
        min-height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .page-mailform_panel {
        width: calc(100% - 30px);
    }
}

.page-mailform_heading {
    font-size: 3.8rem;
    font-weight: bold;
    padding-bottom: 3.9rem;
}

@media only screen and (max-width: 768px) {
    .page-mailform_heading {
        font-size: 4.55rem;
    }
}

.page-mailform_heading span {
    display: block;
    font-size: 1.6rem;
    color: #940000;
}

.page-mailform_text {
    padding-bottom: 5rem;
}

.page-mailform_content dl {
    border-top: 1px solid #592221;
    padding: 5px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl {
        display: block;
    }
}

.page-mailform_content dl dt {
    width: 35%;
    border-radius: 20px;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 25px;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl dt {
        width: 100%;
    }
}

.page-mailform_content dl dd {
    width: 65%;
    padding: 30px 0 25px 5%;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .page-mailform_content dl dd {
        width: 100%;
    }
}

.page-mailform_text a {
    text-decoration: underline;
}

.page-mailform_text a:hover {
    text-decoration: none;
}