@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_678 {
    width: 678px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner_678 {
        width: 80%;
        padding: 0 15px;
    }
}

.inner_770 {
    width: 770px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner_770 {
        width: 100%;
    }
}

.inner_1010 {
    width: 1010px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner_1010 {
        width: 90%;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

.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: #816D51;
    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: 100vw;
    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: left;
}

#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: 0 30px;
    }
}

#gloval-nav .list_item_01>li {
    margin-top: 4.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_01>li:last-of-type {
    margin-bottom: 8.0rem;
}

#gloval-nav .list_item_01>li.link_instagram {
    text-align: center;
}

#gloval-nav .list_item_01>li.link_instagram span {
    display: block;
}

#gloval-nav .list_item_01>li.link_instagram span .icon_instagram {
    width: 21px;
    height: auto;
}

#gloval-nav .list_item_01>li.link_instagram span .title_instagram {
    width: 91px;
    height: auto;
}


/* 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;
}

.open #gloval-nav ul>li>ul>li {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    transition: opacity .9s ease, -webkit-transform .1s ease;
    transition: transform .3s ease, opacity .9s ease;
    transition: transform .3s ease, opacity .9s ease, -webkit-transform .3s ease;
}

#gloval-nav ul>ul {
    margin-left: 20px;
}

#gloval-nav ul>ul>li {
    padding-top: 1.0rem;
}

#gloval-nav a span.bull {
    margin-right: 8px;
    position: relative;
    top: 0px;
}


/* 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;
}

@media only screen and (max-width: 896px) {
    .kv_logo {
        width: 200px;
    }
}

.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_kv .title_logo {
    margin: auto;
    width: 480px;
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    text-align: center;
}

.sub_kv_title {
    margin: auto;
    width: 480px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    text-align: center;
}

.sub_kv_title .title_x_large span {
    padding-top: 1.6rem;
}

.sub_kv_img img {
    width: 100vw;
}

@media only screen and (max-width: 896px) {
    .sub_kv_img img {
        width: 100%;
        height: 232px;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: left;
    }
}

/*
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;
    pointer-events: none;
}

@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;
    margin-bottom: 7.0rem;
}

@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;
    }
}

/*
recommend******************************/

@media only screen and (max-width: 896px) {
    .recommend .vertica_rl {
        writing-mode: inherit;
    }
}

.recommend {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 0 0 10.0rem;
}

.recommend .title_x_large {
    margin-top: 4rem;
    width: 20vw;
    line-height: 1.0;
}

@media only screen and (max-width: 1100px) {
    .recommend .title_x_large {
        width: 33vw;
        margin-top: 0;
    }
}

@media only screen and (max-width: 896px) {
    .recommend .title_x_large {
        width: 100%;
    }
}

.recommend .d_flex {
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media only screen and (max-width: 896px) {
    .recommend .d_flex {
        flex-direction: column;
    }
}

.recommend_slider {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 896px) {
    .recommend_slider {
        padding-top: 2.0rem;
    }
}

/*
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: 0 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;
        margin-top: 0;
    }
}

@media only screen and (max-width: 896px) {
    .staff .title_x_large {
        width: 100%;
    }
}

.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;
    }
}

.staff .three_list {
    justify-content: center;
    position: relative;
    right: -5vw;
}

@media only screen and (max-width: 896px) {
    .staff .three_list {
        right: 0;
    }
}

/*
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;
}

@media screen and (max-width: 596px) {
    .menu_table::before {
        content: '';
        top: 0px;
        left: 0;
        width: 100%;
        padding-top: 0;
        display: block;
    }
}

.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: 596px) {
    .menu_table::after {
        content: "";
        position: absolute;
        top: 95px;
        left: 0;
        display: block;
        width: 100%;
        height: 496px;
        background-image: url(../images/logo_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

/* 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.png);
    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;
}

.card .thumbnail_content img {
    border-radius: 10px;
}

/*
menu_page******************************/

.menu_page .lineup {
    padding-top: 10.0rem;
}

/*
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: 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;
    }
}

.aboutus .btn_aboutus {
    padding-top: 5.0rem;
}

/* greetings */

.greetings {
    padding: 10.0rem 0;
}

.greetings .d_flex {
    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;
}

.greetings .left {
    width: 30%;
    text-align: center;
}

@media screen and (max-width:896px) {
    .greetings .left {
        width: 100%;
        padding-bottom: 3.0rem;
    }
}

.greetings .right {
    width: 70%;
}

@media screen and (max-width:896px) {
    .greetings .right {
        width: 100%;
    }
}

/* aboutus_info */

.aboutus_info {
    padding-bottom: 15.0rem;
}

.info_box {
    position: relative;
}

.info_box_inner {
    max-width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    width: 100%;
}

.info_box_figure {
    position: relative;
    width: 50%;
    min-height: 453px;
}

.info_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) {

    .info_box_figure {
        height: 400px;
    }

    .info_box_figure figure {
        height: 100%;
    }
}

@media screen and (min-width:769px) {
    .aboutus_info .info_box_inner {
        flex-direction: row;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .info_box_figure {
        width: 50%;
        min-height: 453px
    }

    .info_box_figure.figure_right figure {
        position: absolute;
        top: 0;
        width: 50vw;
        left: 50px;
    }

    .info_box_figure.figure_left figure {
        position: absolute;
        top: 0;
        width: 50vw;
        right: 50px;
    }

    .info_box_text {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .info_box_inner {
        display: block;
    }

    .info_box_figure {
        position: relative;
        width: 100%;
        min-height: 260px;
    }
}


.aboutus_info .info_right {
    position: relative;
    margin-top: 5.5rem;
    padding: 6rem 10.0rem 8.0rem;
    background: #F2F2F2;
    margin-left: -100px;
    margin-right: -50px;
    border-radius: 8px;
}

@media screen and (max-width:992px) {
    .aboutus_info .info_right {
        padding: 7rem 50px 8rem 80px;
    }
}

@media screen and (max-width:768px) {
    .aboutus_info .info_right {
        margin-top: 0;
        padding: 7rem 50px 8rem;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.aboutus_info .title_logo {
    padding-bottom: 3.4rem;
}

.aboutus_info address {
    font-size: 1.6rem;
    font-style: inherit;
}

.aboutus_info .btn_googlemap {
    padding-top: 3.4rem;
}


/*
Google Map******************************/

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 29.364499%;
    position: relative;
    z-index: 2;
    clear: both;
}

@media screen and (max-width: 480px) {
    .google_map {
        padding-bottom: 50%;
    }
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
instagram******************************/

.instagram {
    background: #1c1c1c;
    padding: 15.0rem 0 10.0rem;
}

.instagram h2 {
    text-align: center;
}

.instagram h2 span {
    display: block;
}

.instagram h2 span:first-of-type {
    padding-bottom: 1.5rem;
}

/* slider_loop */

.slider_loop li {
    padding: 0 10px;
    margin-bottom: 7rem;
}

.slider_loop img {
    width: 100vw;
}


/*
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: #F0F0F0;
    padding: 7.0rem 0 10.0rem;
}

.banner .title_large {
    text-align: center;
    color: #252525;
}

.banner .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;
    color: #252525;
}

.banner .grid {
    padding-top: 9rem;
    padding-bottom: 3.8rem;
}

@media screen and (max-width: 896px) {
    .banner .grid .width6 {
        padding-bottom: 3.8rem;
    }

    .banner .grid .width6:last-of-type {
        padding-bottom: 0;
    }

}

/*
news_archive******************************/

.news_archive {
    background: #EDEDED;
    padding: 10rem 0 10rem;
}

.news_archive .title_menu_lineup_04 {
    text-align: center;
}

.news_archive .title_menu_lineup_04 span {
    display: block;
    font-size: 2.0rem;
}

.archive_inner {
    width: 850px;
    background: #fff;
    margin: 0 auto;
    padding: 8rem 75px 5rem;
    margin-top: 6.5rem;
}

@media screen and (max-width: 992px) {
    .archive_inner {
        width: 90%;
        padding: 8.0rem 50px 5.0rem;
    }
}

@media screen and (max-width: 480px) {
    .archive_inner {
        padding: 8.0rem 25px 5.0rem;
    }
}
.archive_inner .news_body {
    padding: 1.0rem 0;
}


/*
news_single******************************/

.news_single {
    background: #EDEDED;
    padding: 10rem 0 10rem;
}

.single_inner {
        width: 850px;
    background: #fff;
    margin: 0 auto;
    padding: 8rem 75px 5rem;
}

@media screen and (max-width: 992px) {
    .single_inner {
        width: 90%;
        padding: 8.0rem 50px 5.0rem;
    }
}

@media screen and (max-width: 480px) {
    .single_inner {
        padding: 8.0rem 25px 5.0rem;
    }
}

.notice_date_wrap {
    overflow: hidden;
}

.notice_category {
    float: left;
}

.notice_date {
    font-size: 1.6rem;
    display: block;
    padding-bottom: 2.0rem;
    float: right;
}

.notice_title {
    font-size: 1.8rem;
    display: block;
    padding-bottom: 2.0rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}

.notice_text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
}

/*
postNavi
***************************************************** */

.postNavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5.5rem;
}

.back {
    text-align: center;
    padding: 0 5vw;
}

@media only screen and (max-width: 896px) {
    .back {
        padding: 0 4vw;
    }
}

/*
reserve******************************/

.contact {
    position: relative;
}

.contact::after {
    content: "";
    position: absolute;
    background: url(../images/contact_bg.png);
    width: 270px;
    height: 926px;
    z-index: 1;
    bottom: 0;
    left: 135px;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1650px) {
    .contact::after {
        position: inherit;
    }
}

.contact_text {
    padding-top: 7.0rem;
}

.contact_text .btn_line {
    padding-top: 1.6rem;
    text-align: center;
}

.contact .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    padding: 3.8rem 0 2.4rem;
}

.contact_form {
    background: #EDEDED;
    margin-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.contact_inner {
    width: 680px;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .contact_inner {
        width: 90%;
    }
}

.contact_tel {
    background: #EDEDED;
    margin-top: 2.0rem;
    margin-bottom: 10.0rem;
}

.contact_tel address {
    text-align: center;
    font-size: 1.6rem;
    font-style: inherit;
}

.btn_contact_tel {
    text-align: center;
    padding-top: 3.4rem;
    padding-bottom: 5.5rem;
}

@media screen and (max-width: 480px) {
    .btn_contact_tel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.req:after {
    content: "";
    background: url(../images/required_icon.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}

@media screen and (max-width: 896px) {
    .req:after {
        margin-top: 0;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.contact_tel .title_marker {
        padding-bottom: 2.0rem;
    }

@media screen and (max-width: 480px) {
    .contact_tel .title_marker span {
        font-size: 1.8rem;
        padding: 0;
    }
}

form#mail_form select#menu_contents {
    height: 52px;
    width: 100%;
}

form#mail_form select#month {
    height: 52px;
}

form#mail_form select#day {
    height: 52px;
}

form#mail_form select#time {
    height: 52px;
}

form#mail_form textarea::placeholder {
  color: #ADADAD;
}


/*
thanks******************************/

.thanks {
    padding: 16.0rem 0 10.0rem;
}

.thanks .text {
    text-align: center;
    line-height: 2.0;
}

/*
404 Not Found******************************/

.not_found {
    padding: 16.0rem 0 10.0rem;
    text-align: center;
}

@media screen and (max-width: 896px) {
    .not_found {
        height: 400px;
    }
}

.not_found_text {
    line-height: 2.0;
    padding-top: 10.0rem;
}

.not_found a {
    text-decoration: underline;
}

/*
menu_hair_removal_page******************************/

.device_description {
    padding: 10.0rem 0;
}

.device_description .d_flex {
    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;
}

.device_description .left {
    width: 20%;
    text-align: center;
}

@media screen and (max-width:896px) {
    .device_description .left {
        width: 100%;
        padding-bottom: 3.0rem;
    }
}

.device_description .right {
    width: 80%;
}

@media screen and (max-width:896px) {
    .device_description .right {
        width: 100%;
    }
}

.device_description .right .text {
    padding-left: 40px;
}

@media screen and (max-width:896px) {
    .device_description .right .text {
        padding-left: 0;
    }
}

.menu_hair_removal_page .menu_table {
    padding-bottom: 10.0rem;
}

.menu_hair_removal_page .menu_table::after {
    position: inherit;
    display: none;
}

.menu_hair_removal_page .menu_course_title span {
    display: block;
    float: right;
    margin-top: -18px;
}

.menu_hair_removal_page .menu_course {
    padding-top: 4.6rem;
}

@media screen and (max-width:896px) {
    .menu_hair_removal_page .menu_table .grid .width6:first-of-type {
        padding-bottom: 8.0rem;
    }
}

.menu_hair_removal_page .menu_image_01 {
    position: relative;
}

.menu_hair_removal_page .menu_image_01::after {
    content: "";
    position: absolute;
    background: url(../images/hair_remover.png);
    width: 232px;
    height: 330px;
    z-index: 10;
    top: 125px;
    right: -136px;
    background-repeat: no-repeat;
    background-size: 68%;
}

@media screen and (max-width:1200px) {
    .menu_hair_removal_page .menu_image_01::after {
        top: 157px;
        right: -136px;
        background-size: 50%;
    }
}

@media screen and (max-width:896px) {
    .menu_hair_removal_page .menu_image_01::after {
        top: 194px;
        right: -136px;
        background-size: 50%;
    }
}

/*
menu_facial_treatment_page******************************/

.menu_facial_treatment_page .inner_770 {
    padding-top: 6.4rem;
}

.menu_facial_treatment_page .title_medium {
    text-align: center;
    font-weight: bold;
}

.menu_facial_treatment_page .menu_table {
    padding-bottom: 10.0rem;
    text-align: center;
}

.menu_facial_treatment_page .menu_table::after {
    position: inherit;
    display: none;
}

.menu_facial_treatment_page .menu_course {
    padding-top: 3.6rem;
}

.menu_facial_treatment_page .menu_course_title {
    text-align: left;
}

.menu_facial_treatment_page .menu_course_title span {
    font-size: 1.4rem;
}

.menu_facial_treatment_page .menu_course_title.x2 {
    padding-top: 5.0rem;
}

@media screen and (max-width:896px) {
    .menu_facial_treatment_page .menu_course_title.x2 {
        padding-top: 3.6rem;
    }
}

/*
beauty_item_archive******************************/

.beauty_item_archive {
    background: #EDEDED;
    padding: 10.0rem 0 10rem;
}

.beauty_item_archive .title_menu_lineup_04 {
    text-align: center;
}

.beauty_item_archive .title_menu_lineup_04 span {
    display: block;
    font-size: 2.0rem;
}

.beauty_item_archive .menu_lineup_04::after {
    position: inherit;
}

/*
beauty_item_single******************************/

.beauty_item_single {
    background: #EDEDED;
    padding: 10.0rem 0 10rem;
}

.beauty_item_single .beauty_item_inner {
    width: 850px;
    background: #fff;
    margin: 0 auto;
    padding: 8.0rem 75px 5.0rem;
}

@media screen and (max-width: 992px) {
    .beauty_item_single .beauty_item_inner {
        width: 90%;
        padding: 8.0rem 50px 5.0rem;
    }
}

@media screen and (max-width: 480px) {
    .beauty_item_single .beauty_item_inner {
        padding: 8.0rem 25px 5.0rem;
    }
}

.beauty_item_single .title_wrap {
    overflow: hidden;
    border-bottom: 1px solid #707070;
}

.beauty_item_single .title {
    font-size: 1.8rem;
    padding-bottom: 2.5rem;
    text-overflow: ellipsis;
    font-weight: bold;
    float: left;
}

.beauty_item_single .price {
    float: right;
}

.beauty_item_single .text {
    font-size: 1.6rem;
    display: block;
    line-height: 2.0;
    padding-top: 3.4rem;
}

.beauty_item_single .free_space {
    padding-top: 3.0rem;
}

.beauty_item_single .back {
    padding-top: 5.5rem;
}

/*
footer******************************/

.footer {
    padding: 3.2rem 0 0;
}

.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;
    width: 650px;
    margin: 0 auto;
}

@media only screen and (max-width: 896px) {
    .footer_inner {
        width: 100%;
    }
}

.footer_left {
    width: 29%;
}

@media only screen and (max-width: 896px) {
    .footer_left {
        width: 100%;
        border-right: inherit;
    }
}

.footer_right {
    width: 71%;
}

@media only screen and (max-width: 896px) {
    .footer_right {
        width: 100%;
    }
}

@media only screen and (max-width: 896px) {
    .footer_logo {
        padding-bottom: 3.0rem;
        text-align: center;
    }
}

.footer_logo img {
    width: 137px;
}


.footer_right address {
    font-size: 1.6rem;
    font-style: inherit;
}

.footer_tel {
    font-size: 2.4rem;
    font-weight: bold;
}

.footer_tel .icon_tel {
    margin-top: 1.3rem;
    margin-right: 10px;
}

.footer .btn_line {
    float: right;
    margin-top: -2.7rem;
}

@media only screen and (max-width: 896px) {
    .footer .btn_line {
        float: none;
        margin-top: 2.0rem;
    }
}

.copyright {
    font-size: 1.4rem;
    padding: 2.3rem 0 1.6rem;
    margin-top: 2.6rem;
    letter-spacing: 3px;
    border-top: 1px solid #ccc;
    text-align: center;
}