.ico-close {
    width: 36px;
    height: 40px;
}

.ico-f {
    background-image: url("/salon/assets/images/ico-f.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: top;
    margin-left: .5em;
}

.ico-pdf:before {
    content: '';
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    background: url('/salon/assets/images/ico-pdf.svg') no-repeat center/contain;
    margin-right: .5em;
    vertical-align: middle;
}

.is-label-bg-new {
    background-color: #EA212D;
}

.is-label-bg-full {
    background-color: #93383E;
}

.is-label-bg-gray {
    background-color: #626E70;
}

/* global menu */
.bold {
    font-weight: 700;
}

.ff-oswald {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

dd, div, dl, dt, h1, header, i, img, li, nav, p, span, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    box-sizing: border-box;
}

header, nav {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: bottom;
}

button {
    font-family: Lato, nsjp, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.tac {
    text-align: center;
}

.center {
    margin-left: auto;
}

.center {
    margin-right: auto;
}

.pb-10 {
    padding-bottom: 10px;
}

.d-b {
    display: block;
}

.button {
    font-size: 14px;
}

@media only screen and (max-width: 960px) {
    .pb-10 {
        padding-bottom: 2.08333vw;
    }

    .button {
        font-size: 2.91667vw;
    }
}

.pt-10 {
    padding-top: 10px;
}

.is-bg-primary {
    background-color: #ffb533;
}

body img {
    width: 100%;
    height: auto;
}

.button {
    display: block;
    text-align: center;
    border-radius: 100px;
    transition-property: background-color color;
    transition-duration: .4s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .16);
    padding: 1em;
    font-weight: 700;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    cursor: pointer;
}

.is-bd-lightgray {
    border: 1px solid rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 960px) {
    .button {
        max-width: 100%;
    }

    .pt-10 {
        padding-top: 2.08333vw;
    }
}

.button.is-bg-primary:disabled {
    opacity: .5;
    box-shadow: none;
    pointer-events: none;
}

.pl-50 {
    padding-left: 50px;
}

@media only screen and (max-width: 960px) {
    .pl-50 {
        padding-left: 10.41667vw;
    }
}

.pr-50 {
    padding-right: 50px;
}

@media only screen and (max-width: 960px) {
    .pr-50 {
        padding-right: 10.41667vw;
    }
}

body img {
    width: 100%;
    height: auto;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
}

.user-thumb {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    background-size: cover;
    background-color: #e0e0e0;
    background-position: 50%;
    width: 40px;
    height: 40px;
    position: relative;
}

@media only screen and (max-width: 960px) {
    .user-thumb {
        width: 10.66667vw;
        height: 10.66667vw;
    }
}

.user-thumb.is-large {
    width: 80px;
    height: 80px;
}

@media only screen and (max-width: 960px) {
    .user-thumb.is-large {
        width: 21.33333vw;
        height: 21.33333vw;
    }
}

@media screen and (max-width: 960px) {
    .br-login-attention {
        display: block;
    }

    .text-fs-14 {
        font-size:3.13333vw;
    }

    .add-blank-text-top {
        padding-top: 1.75vw;
    }
}

@media screen and (min-width: 961px) {
    .br-login-attention {
        display: none;
    }

    .text-fs-14 {
        font-size: 14px;
    }

    .add-blank-text-top {
        padding-top: 10px;
    }
}

/*! CSS Used from: Embedded */
*[data-v-41ac553e] {
    box-sizing: border-box;
}

a[data-v-41ac553e], button[data-v-41ac553e] {
    color: inherit;
    font-size: inherit;
}

ul[data-v-41ac553e] {
    margin: 0;
    padding: 0;
}

li[data-v-41ac553e], ul[data-v-41ac553e] {
    list-style-type: none;
}

.navigation-tablist[data-v-41ac553e] {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    color: #525252;
}

@media screen and (max-width: 960px) {
    .navigation-tablist[data-v-41ac553e] {
        grid-template-columns:1fr 1fr 1fr;
    }
}

.navigation-tablist__item[data-v-41ac553e] {
    text-align: center;
    position: relative;
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .navigation-tablist__item[data-v-41ac553e] {
        font-size: 3.2vw;
    }
}

.navigation-tablist__item[data-v-41ac553e]:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 960px) {
    .navigation-tablist__item[data-v-41ac553e]:after {
        height: 1.06667vw;
    }
}

.navigation-tablist__item.mod-project .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_project.svg);
}

.navigation-tablist__item.mod-project[data-v-41ac553e]:after {
    background-color: #f0675d;
}

.navigation-tablist__item.mod-news .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_news.svg);
}

.navigation-tablist__item.mod-news[data-v-41ac553e]:after {
    background-color: #60bbc8;
}

.navigation-tablist__item.mod-news.is-active[data-v-41ac553e] {
    background-color: #60bbc8;
    color: #fff;
}

.navigation-tablist__item.mod-news.is-active .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_news_white.svg);
}

.navigation-tablist__item.mod-salon .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_salon.svg);
}

.navigation-tablist__item.mod-salon[data-v-41ac553e]:after {
    background-color: #f79c40;
}

.navigation-tablist__item.mod-salon.is-active .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_salon_white.svg);
}

.navigation-tablist__item.mod-salon.is-active[data-v-41ac553e] {
    background-color: #f79c40;
    color: #fff;
}

.navigation-tablist__item.mod-note .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_note.svg);
}

.navigation-tablist__item.mod-note[data-v-41ac553e]:after {
    background-color: #a6c03f;
}

.navigation-tablist__item.mod-note.is-active[data-v-41ac553e] {
    background-color: #a6c03f;
    color: #fff;
}

.navigation-tablist__item.mod-note.is-active .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_note_white.svg);
}

.navigation-tablist__item.mod-question .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_question.svg);
}

.navigation-tablist__item.mod-question[data-v-41ac553e]:after {
    background-color: #878cbf;
}

.navigation-tablist__item.mod-mypage .navigation-tablist__link[data-v-41ac553e]:before {
    background-image: url(/salon/assets/images/ico_mypage.svg);
}

.navigation-tablist__item.mod-mypage[data-v-41ac553e]:after {
    background-color: #ffa2d5;
}

@media screen and (max-width: 960px) {
    .navigation-tablist__item[data-v-41ac553e]:nth-child(n+4) {
        border-top: 1px solid #eaeaea;
    }

    .navigation-tablist__item + .navigation-tablist__item[data-v-41ac553e] {
        border-left: 1px solid #eaeaea;
    }
}

.navigation-tablist__link[data-v-41ac553e] {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: .5em;
    padding-right: .5em;
    height: 48px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 960px) {
    .navigation-tablist__link[data-v-41ac553e] {
        height: 10.66667vw;
    }
}

.navigation-tablist__link[data-v-41ac553e]:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: -4px;
    background: no-repeat 50%/contain;
}

@media screen and (max-width: 960px) {
    .navigation-tablist__link[data-v-41ac553e]:before {
        width: 4.8vw;
        height: 4.8vw;
        margin-right: 1.57333vw;
    }
}

@media screen and (min-width: 961px) {
    .navigation-tablist__link[data-v-41ac553e]:hover {
        cursor: pointer;
    }
}

@media screen and (max-width: 960px) {
    .navigation-tablist__link[data-v-41ac553e] {
        font-size: 3.2vw;
    }
}

/*! CSS Used from: Embedded */
*[data-v-013af25e] {
    box-sizing: border-box;
}

a[data-v-013af25e], button[data-v-013af25e] {
    color: inherit;
    font-size: inherit;
}

h1[data-v-013af25e], p[data-v-013af25e], ul[data-v-013af25e] {
    margin: 0;
    padding: 0;
}

li[data-v-013af25e], ul[data-v-013af25e] {
    list-style-type: none;
}

@media screen and (max-width: 960px) {
    .is-pc[data-v-013af25e] {
        display: none;
    }
}

.has-notice:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url('../../assets/images/ico_exclamation.svg') #f26c75 no-repeat center;
    background-size: 2px 10px;
}

.has-notice-nav:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url('../../assets/images/ico_exclamation.svg') #f26c75 no-repeat 50%;
    background-size: 2px 10px;
}

.global-nav[data-v-013af25e] {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90vh;
    width: 300px;
    z-index: 200;
    overflow-y: auto;
    background-color: #f4f4f4;
    opacity: 0;
    display: none;
    -webkit-animation-name: slideInTop-data-v-013af25e;
    animation-name: slideInTop-data-v-013af25e;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@media screen and (max-width: 960px) {
    .global-nav[data-v-013af25e] {
        width: 80vw;
    }
}

.global-nav__login-area[data-v-013af25e] {
    padding: 20px 40px;
}

@media screen and (max-width: 960px) {
    .global-nav__login-area[data-v-013af25e] {
        padding: 5.33333vw 10.66667vw 5.41333vw;
    }
}

.global-nav__login-button[data-v-013af25e] {
    color: #fff;
    min-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.global-nav__login-button.button[data-v-013af25e] {
    min-width: 210px;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .global-nav__login-button[data-v-013af25e] {
        font-size: 3.73333vw;
    }
}

.global-nav__login-link[data-v-013af25e] {
    margin-top: 18px;
    font-size: 12px;
    color: #525252;
}

@media screen and (max-width: 960px) {
    .global-nav__login-link[data-v-013af25e] {
        margin-top: 4.72vw;
        font-size: 3.2vw;
    }
}

.global-nav__list-title[data-v-013af25e] {
    min-height: 30px;
    padding: 8px 14px 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 960px) {
    .global-nav__list-title[data-v-013af25e] {
        padding: 2.18667vw 3.6vw 1.68vw;
        font-size: 3.73333vw;
    }
}

.global-nav__list-title.mod-happyTips[data-v-013af25e] {
    background-color: #c9688a;
}

.global-nav__list-title.mod-news[data-v-013af25e] {
    background-color: #60bbc8;
}

.global-nav__list-title.mod-salon[data-v-013af25e] {
    background-color: #f79c40;
}

.global-nav__list-title.mod-notes[data-v-013af25e] {
    background-color: #a6c03f;
}

.global-nav__list-title.mod-questions[data-v-013af25e] {
    background-color: #878cbf;
}

.global-nav__list-title.mod-other[data-v-013af25e] {
    background-color: #969696;
}

.global-nav__item[data-v-013af25e] {
    border-top: 1px solid #fff;
    color: #525252;
    font-size: 14px;
}

.global-nav__item .has-notice-nav {
    display: inline-flex;
    align-items: center;
}

.global-nav__item .has-notice-nav:after {
    margin-left: 5px;
}

@media screen and (max-width: 960px) {
    .global-nav__item[data-v-013af25e] {
        font-size: 3.73333vw;
    }
}

.global-nav__item[data-v-013af25e]:last-child {
    border-bottom: 1px solid #fff;
}

.global-nav__link[data-v-013af25e] {
    display: block;
    min-height: 40px;
    padding: 12px 24px 13px;
    text-decoration: none;
    position: relative;
}

@media screen and (max-width: 960px) {
    .global-nav__link[data-v-013af25e] {
        min-height: 10.66667vw;
        padding: 3.28vw 6.26667vw 3.54667vw;
    }
}

@media screen and (min-width: 961px) {
    .global-nav__link[data-v-013af25e]:hover {
        background-color: #eee;
    }
}

.global-nav__link[data-v-013af25e]:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(/salon/assets/images/ico_triangle.svg) no-repeat 50%/contain;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
    .global-nav__link[data-v-013af25e]:after {
        width: 2.13333vw;
        height: 2.13333vw;
        right: 2.48vw;
    }
}

.global-nav__user-name[data-v-013af25e] {
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
}

@media screen and (max-width: 960px) {
    .global-nav__user-name[data-v-013af25e] {
        margin-top: 1.6vw;
        font-size: 3.73333vw;
    }
}

.black__bg[data-v-013af25e] {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .black__bg[data-v-013af25e] {
        top: 12vw;
    }
}

.nav__open .global-nav[data-v-013af25e] {
    top: 50px;
    opacity: 1;
    display: block;
}

@media screen and (max-width: 960px) {
    .nav__open .global-nav[data-v-013af25e] {
        top: 12vw;
    }
}

.nav__open .black__bg[data-v-013af25e] {
    opacity: .8;
    visibility: visible;
}

.header[data-v-013af25e] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
}

.header__navigation-tab-list[data-v-013af25e] {
    border-top: 1px solid #c3c3c3;
}

@media screen and (min-width: 961px) {
    .header__navigation-tab-list[data-v-013af25e] {
        padding-left: 57px;
        padding-right: 57px;
    }
}

.header__inner[data-v-013af25e] {
    height: 50px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .header__inner[data-v-013af25e] {
        height: 12vw;
    }
}

.header__top-button-area[data-v-013af25e], .header__user-menu-area[data-v-013af25e] {
    flex-basis: 270px;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .header__top-button-area[data-v-013af25e], .header__user-menu-area[data-v-013af25e] {
        flex-basis: 12vw;
    }
}

.header__logo-area[data-v-013af25e] {
    flex: 1;
}

.header__logo[data-v-013af25e] {
    color: #525252;
    text-align: center;
    font-weight: 400;
}

.header__logo[data-v-013af25e] {
    font-size: 24px;
}

@media screen and (max-width: 960px) {
    .header__logo[data-v-013af25e] {
        font-size: 5.33333vw;
    }
}

.header__global-menu-button[data-v-013af25e], .header__top-button[data-v-013af25e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.header__global-menu-button[data-v-013af25e].has-notice {
    display: inline-flex;
    align-items: center;
}
.header__global-menu-button[data-v-013af25e].has-notice:after {
    position: absolute;
    top: 2px;
    right: 2px;
}

@media screen and (max-width: 960px) {
    .header__global-menu-button[data-v-013af25e], .header__top-button[data-v-013af25e] {
        width: 12vw;
        height: 12vw;
    }
}

.header__top-button[data-v-013af25e] {
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .header__top-button[data-v-013af25e] {
        padding-top: 1.70667vw;
        padding-bottom: 1.86667vw;
    }
}

.header__top-button-image[data-v-013af25e] {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 960px) {
    .header__top-button-image[data-v-013af25e] {
        width: 5.06667vw;
        height: 5.06667vw;
    }
}

.header__global-menu-button-text[data-v-013af25e], .header__top-button-text[data-v-013af25e] {
    margin-top: 7px;
    font-size: 10px;
}

@media screen and (max-width: 960px) {
    .header__global-menu-button-text[data-v-013af25e], .header__top-button-text[data-v-013af25e] {
        margin-top: 1.36vw;
        font-size: 2.66667vw;
    }
}

@media screen and (min-width: 961px) {
    .header__user-menu-area[data-v-013af25e] {
        display: grid;
        grid-template-columns:1fr 50px;
    }
}

.header__user-menu-list[data-v-013af25e] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 960px) {
    .header__user-menu-list.is-pc[data-v-013af25e] {
        display: none;
    }
}

.header__user-menu-link[data-v-013af25e] {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
}

.header__user-menu-link.mod-user[data-v-013af25e] {
    display: flex;
    align-items: center;
}

.header__user-menu-image[data-v-013af25e] {
    display: block;
    width: 37px;
    height: 37px;
    margin-right: 8px;
    background-color: #efefef;
    border-radius: 50%;
}

.header__global-menu-button[data-v-013af25e] {
    background-color: #efefef;
}

.header__global-menu-button i[data-v-013af25e] {
    height: 2px;
    width: 30px;
    background-color: #525252;
}

@media screen and (max-width: 960px) {
    .header__global-menu-button i[data-v-013af25e] {
        width: 6.4vw;
    }
}

.header__global-menu-button i + i[data-v-013af25e] {
    margin-top: 6px;
}

@media screen and (max-width: 960px) {
    .header__global-menu-button i + i[data-v-013af25e] {
        margin-top: 1.6vw;
    }
}

.header__avatar[data-v-013af25e] {
    display: block;
}

/*! CSS Used keyframes */
@-webkit-keyframes slideInTop-data-v-013af25e {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-50px);
        transform: translatey(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes slideInTop-data-v-013af25e {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-50px);
        transform: translatey(-50px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

/* footer */
.ff-oswald {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

div, footer, h2, img, li, nav, p, small, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    box-sizing: border-box;
}

footer, nav {
    display: block;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: bottom;
}

button {
    font-family: Lato, nsjp, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body img {
    width: 100%;
    height: auto;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
}

/*! CSS Used from: Embedded */
*[data-v-2de4b2ba] {
    box-sizing: border-box;
}

a[data-v-2de4b2ba], button[data-v-2de4b2ba] {
    color: inherit;
    font-size: inherit;
}

h2[data-v-2de4b2ba], p[data-v-2de4b2ba], ul[data-v-2de4b2ba] {
    margin: 0;
    padding: 0;
}

li[data-v-2de4b2ba], ul[data-v-2de4b2ba] {
    list-style-type: none;
}

.footer[data-v-2de4b2ba] {
    background-color: #fff;
    padding-bottom: 34px;
}

@media screen and (max-width: 960px) {
    .footer[data-v-2de4b2ba] {
        padding-bottom: 9.33333vw;
    }
}

.footer__about[data-v-2de4b2ba], .footer__global-nav[data-v-2de4b2ba], .footer__page-top[data-v-2de4b2ba] {
    border-top: 1px solid #c3c3c3;
}

.footer__page-top[data-v-2de4b2ba] {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 8px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .footer__page-top[data-v-2de4b2ba] {
        padding-top: 3.2vw;
        padding-bottom: 1.65333vw;
    }
}

.footer__page-top-image[data-v-2de4b2ba] {
    width: 24px;
}

@media screen and (max-width: 960px) {
    .footer__page-top-image[data-v-2de4b2ba] {
        width: 6.4vw;
    }
}

.footer__page-top-text[data-v-2de4b2ba] {
    margin-top: 8px;
    font-size: 12px;
}

@media screen and (max-width: 960px) {
    .footer__page-top-text[data-v-2de4b2ba] {
        margin-top: 2.66667vw;
        font-size: 3.2vw;
    }
}

.footer__about[data-v-2de4b2ba] {
    padding: 12px 0 15px;
}

@media screen and (max-width: 960px) {
    .footer__about[data-v-2de4b2ba] {
        padding: 4.13333vw 2.66667vw 4vw;
    }
}

.footer__logo[data-v-2de4b2ba] {
    color: #525252;
    font-size: 24px;
    text-align: center;
    line-height: 1.75;
}

@media screen and (max-width: 960px) {
    .footer__logo[data-v-2de4b2ba] {
        font-size: 6.4vw;
    }
}

.footer__about-list[data-v-2de4b2ba] {
    font-size: 12px;
    color: #525252;
    margin-top: 13px;
}

@media screen and (min-width: 961px) {
    .footer__about-list[data-v-2de4b2ba] {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 960px) {
    .footer__about-list[data-v-2de4b2ba] {
        margin-top: 1.81333vw;
        padding-left: 18.66667vw;
        padding-right: 18.66667vw;
        font-size: 3.2vw;
    }
}

@media screen and (min-width: 961px) {
    .footer__about-item + .footer__about-item[data-v-2de4b2ba] {
        margin-left: 32px;
    }
}

.footer__about-link[data-v-2de4b2ba] {
    display: flex;
    align-items: center;
}

.footer__about-link[data-v-2de4b2ba]:before {
    content: "";
    display: block;
    width: 7px;
    height: 8px;
    background: url(/salon/assets/images/ico_triangle.svg) no-repeat 50%/contain;
    margin-right: 6px;
}

@media screen and (max-width: 960px) {
    .footer__about-link[data-v-2de4b2ba]:before {
        width: 1.86667vw;
        height: 2.13333vw;
        margin-right: 1.6vw;
    }
}

@media screen and (max-width: 960px) {
    .footer__about-link[data-v-2de4b2ba] {
        padding-top: 1.73333vw;
        padding-bottom: 1.73333vw;
    }
}

.footer__global-nav-list[data-v-2de4b2ba] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 960px) {
    .footer__global-nav-list[data-v-2de4b2ba] {
        flex-wrap: wrap;
        padding-left: 2.66667vw;
        padding-right: 2.66667vw;
        margin-top: 4vw;
        font-size: 3.73333vw;
    }
}

.footer__global-nav-item[data-v-2de4b2ba] {
    position: relative;
}

@media screen and (max-width: 960px) {
    .footer__global-nav-item[data-v-2de4b2ba] {
        margin-top: 4vw;
    }
}

.footer__global-nav-item[data-v-2de4b2ba]:after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__global-nav-item[data-v-2de4b2ba]:last-child:after {
    content: none;
}

.footer__global-nav-link[data-v-2de4b2ba] {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 960px) {
    .footer__global-nav-link[data-v-2de4b2ba] {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

.footer__felissimo-logo[data-v-2de4b2ba] {
    margin-top: 25px;
    display: block;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .footer__felissimo-logo[data-v-2de4b2ba] {
        margin-top: 6.66667vw;
    }
}

.footer__felissimo-logo-image[data-v-2de4b2ba] {
    width: 80px;
}

@media screen and (max-width: 960px) {
    .footer__felissimo-logo-image[data-v-2de4b2ba] {
        width: 26.66667vw;
    }
}

.footer__copyright[data-v-2de4b2ba] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 22px;
    font-size: 10px;
    text-align: center;
    color: #000;
}

@media screen and (max-width: 960px) {
    .footer__copyright[data-v-2de4b2ba] {
        margin-top: 5.33333vw;
        font-size: 2.66667vw;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiYySUhiCXABTV.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiYySUhiCXABTV.woff) format('woff');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliYySUhiCXABTV.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYySUhiCXABTV.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYySUhiCXAA.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: nsjp;
    font-style: normal;
    font-weight: 500;
    src: url(/salon/assets/font/nsjpr.woff) format("woff");
}

@font-face {
    font-family: nsjp;
    font-style: normal;
    font-weight: 700;
    src: url(/salon/assets/font/nsjpb.woff) format("woff");
}

/* 推奨環境 */
.requirements {
	.requirements__main-headline:before {
		content: '【';
	}
	.requirements__main-headline:after {
		content: '】';
	}
	.requirements__item-inner {
		padding-left: 1em;
	}
	.requirements__footnotes li:before {
		content: '※';
		margin-right: 0.5em;
	}
	.requirements__sub-headline {
		font-weight: normal;
	}
	.requirements__sub-headline:before {
		content: '';
		display: inline-block;
		width: 0.6em;
		height: 0.6em;
		background: #666666;
		margin-right: 0.5em;
	}
	.requirements__smartphone + .requirements__sub-headline {
		margin-top: 15px;
	}
	.requirements__smartphone-item-title {
		flex-basis: 6em;
		position: relative;
	}
	.requirements__smartphone-item-title:after {
		content: '：';
		position: absolute;
		right: 0;
		margin-right: 0.5em;
	}
	.requirements__caution {
		align-items: center;
	}
	.requirements__caution:before {
		content: '';
		display: inline-block;
		width: 0.5em;
		height: 0.5em;
		background: #666666;
		border-radius: 50%;
		margin-right: 0.5em;
	}
	.box + .box {
		margin-top: 30px;
	}
	ul {
		li {
			padding-left: 1.25em;
			text-indent: -1.25em;
		}
	}
}
