@charset "UTF-8"; * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    word-wrap: break-word;
    border: 0;
    vertical-align: baseline;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    color: #5a5042;
    font-size: 3.4vw;
    font-family: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-style: normal;
    line-height: 1;
}

article, aside, canvas, details, figcaption, figure, header, footer, hgroup, main, menu, nav, section, summary {
    display: block;
}

blockquote, q {
    quotes: none;
}

ul, ol, li {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img, video, object {
    height: auto;
    border: none;
    display: block;
}

ins {
    background: none;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
}

*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a {
    color: #5a5042;
    text-decoration: none;
    display: block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    opacity: 0.6;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

.inner {
    width: 100%;
    margin: auto;
}

.container {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.bnr100 {
    width: 90%;
    margin: 0 auto;
}

.js-body {
    width: 100%;
    height: 100%;
    position: fixed;
}

.fade {
    opacity: 0;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.fade-left {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.fade-right {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.fade-bottom {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.fade-active {
    opacity: 1;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
}

/* header
----------------------------------------------- */
@-webkit-keyframes header-navi-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes header-navi-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes header-navi-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes header-navi-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.header {
    width: 100%;
    height: 50px;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
}

.header.header-open .header-navi-button .line-top {
    width: 25px;
    top: 50%;
    -moz-transform: translate(-50%, -50%) rotate(40deg);
    -ms-transform: translate(-50%, -50%) rotate(40deg);
    -webkit-transform: translate(-50%, -50%) rotate(40deg);
    transform: translate(-50%, -50%) rotate(40deg);
}

.header.header-open .header-navi-button .line-middle {
    opacity: 0;
}

.header.header-open .header-navi-button .line-bottom {
    width: 25px;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(-40deg);
    -ms-transform: translate(-50%, -50%) rotate(-40deg);
    -webkit-transform: translate(-50%, -50%) rotate(-40deg);
    transform: translate(-50%, -50%) rotate(-40deg);
}

.header.header-open .header-navi {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.header.header-open .animation {
    -moz-animation-name: header-navi-in;
    -webkit-animation-name: header-navi-in;
    animation-name: header-navi-in;
    -moz-animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -moz-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.header .animation {
    opacity: 0;
}

.header-content {
    height: 100%;
    padding-top: 15px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.header-content .tel {
    width: 32px;
    position: absolute;
    top: 8px;
    left: 6px;
}

.header-content .tel img {
    width: 100%;
}

.header-content .mail {
    width: 32px;
    position: absolute;
    top: 8px;
    left: 45px;
}

.header-content .mail img {
    width: 100%;
}

.header-logo {
    width: 200px;
    margin: auto;
}

.header-logo img {
    width: 100%;
}

.header-navi-button {
    width: 50px;
    height: 50px;
    background: #000;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    cursor: p;
    nsition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.6s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.header-navi-button .line {
    width: 30px;
    height: 1px;
    margin: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.header-navi-button .line-top {
    top: 16px;
}

.header-navi-button .line-middle {
    top: 25px;
}

.header-navi-button .line-bottom {
    top: 34px;
}

.header-navi {
    width: 100%;
    height: 100%;
    background-color: #ff5bb5;
    background-image: url(../images/header-navi-bg.png);
    background-size: 200%;
    background-position: top 50px center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -o-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    -webkit-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
    transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);
}

.header-navi.header-closed .animation {
    opacity: 1;
    -moz-animation-name: header-navi-out;
    -webkit-animation-name: header-navi-out;
    animation-name: header-navi-out;
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -moz-animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.header-navi-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.header-navi-scroll {
    width: 100%;
    padding: calc(50px + 8vw) 0 120px;
    margin: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.header-navi-items {
    width: 85%;
    margin: 0 auto 20px;
}

.header-navi-item {
    width: 100%;
    padding: 2vw 0;
    margin-bottom: 6vw;
    color: #fff;
    font-size: 4.21vw;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.header-navi-item .en {
    margin-bottom: 1.5vw;
    font-size: 7.37vw;
    font-family: futura-pt;
    display: block;
}

.header-navi-item .jp {
    font-size: 4vw;
    font-weight: bold;
    display: block;
}

.header-navi-item a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.header-navi-item a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0, 1);
    transition: 0.3s;
}

.header-navi-item a:hover:before {
    transform: scale(1);
}

.header-navi-item a:hover {
    opacity: 1;
}

.header-navi-banner {
    width: 90%;
    margin: 0 auto 5vw;
}

.header-navi-banner img {
    width: 100%;
}

.header-navi-salon-items {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-navi-salon-items li {
    width: 31%;
    text-align: center;
    background: #fff;
    position: relative;
    margin-bottom: 3%;
}

.header-navi-salon-items li:after {
    content: '';
    width: 2vw;
    height: 2vw;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlOTAwODMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, #e90083));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #e90083 50%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, #e90083 50%);
    background: linear-gradient(to right bottom, rgba(0, 0, 0, 0) 50%, #e90083 50%);
    position: absolute;
    right: 1vw;
    bottom: 1vw;
}

.header-navi-salon-items a {
    padding: 3.2vw 0 2.5vw;
    color: #e90083;
}

.header-navi-salon-items .en {
    margin-bottom: 1.5vw;
    font-size: 3.42vw;
    font-family: latienne-pro;
    letter-spacing: 1px;
    display: block;
}

.header-navi-salon-items .jp {
    font-size: 3vw;
    font-weight: bold;
    display: block;
}

/* footer
----------------------------------------------- */
.copyright {
    padding: 8px 0 7px;
    color: #fff;
    font-size: 3.29vw;
    font-weight: bold;
    text-align: center;
    background: #000;
    margin-bottom: 22%;
}

/* hero
----------------------------------------------- */
.hero {
    width: 100%;
    position: relative;
    z-index: -1;
}

.hero-top {
    margin-bottom: 0;
}

.hero-top .bx-prev {
    color: #000;
    font-size: 5.26vw;
    font-family: futura-pt;
}

.hero-top .bx-prev:before {
    content: '';
    width: 3vw;
    height: 1px;
    background: #9b9b9b;
    position: absolute;
    top: 50%;
    left: -4vw;
}

.hero-top .bx-next {
    color: #000;
    font-size: 5.26vw;
    font-family: futura-pt;
}

.hero-top .bx-next:before {
    content: '';
    width: 3vw;
    height: 1px;
    background: #9b9b9b;
    position: absolute;
    top: 50%;
    right: -4vw;
}

.hero-image {
    width: 100%;
    min-width: 265%;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero .bx-viewport {
    height: 99vw!important;
}

.hero-band {
    padding: 4vw 0;
    background: url(../images/hero-band-bg.jpg) no-repeat center;
    background-size: cover;
}

.hero-band-text {
    width: 94vw;
    margin: auto;
}

.bx-controls-direction {
    display: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none;
}

/* top
----------------------------------------------- */
.top-sub {
    padding: 20px 0 30px;
}

.top-sub a img {
    width: 90%;
    margin: 0 auto 5%;
}

.top-sub .youtube {
    margin: 6% auto 0;
    width: 90%;
}

.top-sub .youtube iframe {
    width: 99.9999%;
    height: auto;
    border: 1px solid #dedede;
}

.Movieup {
    display: block;
    position: relative;
}

.Movieup:before {
    content: "";
    width: 26%;
    height: 50px;
    background: url(../images/youtube.png) no-repeat center/100%;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 36%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.Movieup img {
    width: 90%;
    margin: 0 auto;
}

.top-sub-items {
    width: 90%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.top-sub-items li {
    width: 31%;
}

.top-sub-item-image {
    width: 100%!important;
    margin-bottom: 2.5vw;
}

.top-sub-item-text {
    padding: 2vw 0 1.6vw;
    font-size: 3.68vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    border-top: 1px solid #4b4b4b;
    border-bottom: 1px solid #4b4b4b;
}

.top-sub-deco {
    width: 50%;
    margin: 0 auto 20px;
}

.top-sub-text {
    width: 100%;
    margin-bottom: 20px;
}

.top-sub-text .en {
    width: 85%;
    margin: 0 auto 4vw;
}

.top-sub-text .jp {
    color: #fff;
    font-size: 3.42vw;
    font-weight: bold;
    text-align: center;
}

.top-sub-text .jp span {
    padding: 6px 10px 5px;
    margin: 0 auto 4px;
    background: #2f2f2f;
    display: table;
}

.top-sub-item-tit {
    width: 82%;
    margin: 0 auto;
    margin-top: 5%;
}

.top-sub-items-hero1 {
    margin-top: 2%;
    margin-bottom: 4%;
    width: 95%;
}

.top-sub-items-hero1 li {
    width: 50%;
}

.top-sub-txt {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    color: #000;
    width: 95%;
    margin: 0 auto;
}

.top-sub-txt .tit {
    font-size: 5vw;
    border-bottom: 1px solid;
    padding-bottom: 3%;
    margin-bottom: 3%;
    text-align: center;
    font-weight: 600;
}

.top-sub-txt .txt {
    line-height: 1.4;
    margin-bottom: 3%;
}

.top-banner-title {
    width: 90%;
    padding: 15px 0 28px;
    margin: 0 auto 15px;
    color: #fff;
    text-align: center;
    background: #000;
    position: relative;
}

.top-banner-title:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-banner-title .big {
    margin-bottom: 8px;
    font-size: 5.53vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
}

.top-banner-title .small {
    font-size: 3.16vw;
}

.reserve_sub {
    width: 90%;
    margin: 0 auto 5%;
}

.reserve_click {
    width: 30%;
    margin: 0 auto 3%;
}

.top-banner-image {
    width: 90%;
    margin: auto;
}

.top-banner-image img {
    width: 100%;
}

.top-movie {
    width: 100%;
    height: 60vw;
    background: #ccc;
}

.top-campaign {
    padding: 30px 0 60px 0;
    background: #202020;
}

.top-campaign-title {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.top-campaign-title .en {
    margin-bottom: 2vw;
    font-size: 10.53vw;
    font-family: futura-pt;
    display: block;
}

.top-campaign-title .jp {
    font-size: 3.95vw;
    display: block;
}

.top-campaign-items {
    width: 90%;
    margin: auto;
}

.top-campaign-items li {
    width: 100%;
    margin-bottom: 3vw;
}

.top-campaign-items img {
    width: 100%;
}

.top-self {
    padding-bottom: 30px;
}

.top-self-heading {
    height: 35vw;
    background-size: cover;
    position: relative;
}

.top-self-title {
    width: 90%;
    padding: 8vw 0 10vw;
    margin: auto;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-self-title:after {
    content: '・・・';
    color: #ff3374;
    font-size: 7.89vw;
    font-weight: bold;
    text-indent: -4vw;
    letter-spacing: -4vw;
    position: absolute;
    left: 50%;
    bottom: 1vw;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-self-title .en {
    margin-bottom: 2vw;
    font-size: 6.58vw;
    font-family: latienne-pro;
    display: block;
}

.top-self-title .jp {
    font-size: 3.68vw;
    display: block;
}

.top-self-items {
    width: 90%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.top-self-items li {
    width: 32%;
}

.top-self-items li:nth-child(1) {
    margin-top: 4vw;
}

.top-self-items li:nth-child(2) {
    margin-top: 12vw;
}

.top-self-items img {
    width: 100%;
}

.top-self-content {
    width: 90%;
    margin: auto;
}

.top-self-content-title {
    padding: 3vw 0;
    margin-bottom: 15px;
    font-size: 4.21vw;
    text-align: center;
    line-height: 1.4;
    border: 1px solid;
}

.top-self-content-text {
    text-align: center;
    z-index: 1;
    position: relative;
}

.top-self-content-text p {
    margin-bottom: 4vw;
    font-size: 3.29vw;
    line-height: 1.6;
}

.top-self-content-deco {
    color: #f1f1f1;
    font-size: 18.16vw;
    font-family: latienne-pro;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-trial, .top-trial03 {
    padding: 30px 0;
    background: url(../images/bg01.jpg) repeat center;
    background-size: 35px;
    z-index: 1;
    position: relative;
}

.top-trial {
    background: url(../images/trial-black.jpg) repeat center;
    background-size: contain;
}

.top-trial:before, .top-trial03:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.top-trial03 {
    background: url(../images/trial-pink.png) repeat-x center;
    background-size: 35px;
    position: inherit;
    background-size: contain;
}

.top-trial-title, .top-trial03-title {
    width: 80%;
    margin: 0 auto 15px;
}

.top-trial-title img, .top-trial03-title img {
    width: 100%;
}

.top-trial-text p, .top-trial03-text p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 3.68vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

.top-trial-more, .top-trial03-more {
    width: 55vw;
    padding: 10px 0 8px;
    margin: auto;
    font-size: 4.5vw;
    text-align: center;
    background: #ffa7bd;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
}

.top-trial03-more {
    color: #ff37a5;
    font-size: 4.5vw;
    background: #fff;
}

.top-machine {
    padding: 60px 0;
}

.top-machine-title, .top-price-title, .top-reason-title {
    margin-bottom: 10vw;
    text-align: center;
    position: relative;
}

.top-machine-title:after, .top-price-title:after, .top-reason-title:after {
    content: '・・・';
    color: #ff3374;
    font-size: 7.89vw;
    font-weight: bold;
    text-indent: -4vw;
    letter-spacing: -4vw;
    position: absolute;
    left: 50%;
    bottom: -8vw;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-machine-title .en, .top-price-title .en, .top-reason-title .en {
    margin-bottom: 2vw;
    font-size: 6.58vw;
    font-family: latienne-pro;
    display: block;
}

.top-machine-title .jp, .top-price-title .jp, .top-reason-title .jp {
    font-size: 3.68vw;
    display: block;
}

.top-machine-image {
    width: 95%;
    margin: 0 auto 15px;
}

.top-machine-text {
    width: 90%;
    margin: auto 20px;
}

.top-machine-text p {
    font-size: 3.29vw;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8;
}

.top-machine-text b {
    color: #ff368b;
    font-weight: bold;
}

.top-machine-text2 {
    margin-bottom: 10%
}

.m-txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
}

.m-txt img {
    width: 100%;
    margin-bottom: 8%
}

.m-txt .tit {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    font-size: 5vw;
    color: #000;
    margin-bottom: 10%;
    position: relative;
}

.m-txt .tit:before {
    content: "";
    background: #000;
    width: 20%;
    height: 2px;
    left: 39%;
    bottom: -15px;
    position: absolute;
}

.m-txt .txt {
    line-height: 1.5;
}

.m-txt .txt b {
    color: #ff368b;
    font-weight: bold;
}

.m-txt .txt span {
    display: block;
    position: relative;
    text-decoration: underline;
    margin-bottom: 1%;
}

.m-txt .txt span:before {
    font-family: FontAwesome;
    content: '\f14a';
    color: #ff4b95;
    margin-right: 2%;
}

.m-txt a {
    width: 60%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    padding: 3%;
    font-size: 4vw;
    margin-top: 5%;
}

.m-txt .title {
    background: #ff368b;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    font-size: 5vw;
    text-align: center;
    padding: 2% 0;
    margin: 5% 0 4% 0;
}

.m-txt li {
    position: relative;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    margin-bottom: 4%;
    padding-left: 6%;
    line-height: 1.3;
}

.m-txt li:before {
    content: "\f004";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    color: #ffb0d2;
}

.top-machine-more {
    width: 40vw;
    padding: 10px 0;
    margin: 20px auto 0;
    color: #fff;
    font-size: 4.74vw;
    text-align: center;
    font-family: latienne-pro;
    background: #ff378c;
}

.top-price {
    padding: 10px 0 10%;
}

.top-pre-sub {
    width: 90%;
    margin: 0 auto 6%;
}

.top-price-table-title {
    width: 90%;
    margin: 0 auto 5px;
    font-size: 5vw;
    font-family: latienne-pro;
}

.top-price-table-title .icon {
    margin-right: 2px;
    color: #ff2785;
}

.top-price-table {
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
    border-collapse: separate;
    table-layout: fixed;
}

.top-price-table th, .top-price-table td {
    padding: 6px 0 5px;
    line-height: 1.2;
    vertical-align: middle;
    border: 1.5px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.top-price-table thead th {
    padding: 6px 0 5px;
    color: #fff;
    font-size: 3.42vw;
    font-weight: bold;
    background: #000;
}

.top-price-table tbody th {
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
}

.top-price-table tbody td {
    color: #000;
    font-size: 3.2vw;
    font-family: futura-pt;
}

.top-price-table tbody .day th {
    background: linear-gradient(0deg, #ff4477, #f531ff);
}

.top-price-table tbody .day td {
    background: #ffecf6;
}

.top-price-table tbody .all th {
    background: linear-gradient(0deg, #ef44f2, #6428ff);
}

.top-price-table tbody .all td {
    background: #f7d0ff;
}

.top-price-table .price {
    font-size: 4.74vw;
    font-weight: bold;
}

.top-price-table .price small {
    font-size: 70%
}

.pre-memo {
    width: 90%;
    margin: 0 auto;
}

.top-trouble {
    padding: 20vw 0 30px;
    background-color: #ffd6e0;
    background-image: url(../images/top-trouble-bg.png);
    background-size: 180%;
    background-position: top center;
    background-repeat: no-repeat;
}

.top-trouble-title {
    margin-bottom: 20px;
    text-align: center;
}

.top-trouble-title .en {
    width: 58%;
    margin: 0 auto 2px;
}

.top-trouble-title .jp {
    color: #f60d49;
    font-size: 6.32vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    line-height: 1.4;
}

.top-trouble-title .jp span {
    color: #1e1e1e;
}

.top-trouble-image {
    width: 90vw;
    margin: 0 auto 30px;
    position: relative;
}

.top-trouble-image .image {
    width: 62vw;
    margin-left: 10vw;
}

.top-trouble-image .balloon01 {
    width: 32vw;
    position: absolute;
    top: 0;
    left: 0;
}

.top-trouble-image .balloon02 {
    width: 32vw;
    position: absolute;
    top: 20vw;
    left: 0;
}

.top-trouble-image .balloon03 {
    width: 32vw;
    position: absolute;
    bottom: 15vw;
    left: 0;
}

.top-trouble-image .balloon04 {
    width: 32vw;
    position: absolute;
    top: 0;
    right: 0;
}

.top-trouble-image .balloon05 {
    width: 32vw;
    position: absolute;
    top: 22vw;
    right: 0;
}

.top-trouble-image .balloon06 {
    width: 32vw;
    position: absolute;
    bottom: 12vw;
    right: 0;
}

.top-trouble-items {
    width: 90%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-trouble-items li {
    width: 48%;
    padding: 4%;
    margin-bottom: 4%;
    background: #fff;
}

.top-trouble-item-image {
    width: 60%!important;
    margin: 0 auto 10px;
}

.top-trouble-item-text {
    text-align: center;
}

.top-trouble-item-text .en {
    padding: 4px 0;
    margin-bottom: 5px;
    color: #fff;
    font-size: 4.47vw;
    font-family: futura-pt;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlODZmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlNDk5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fe86f7), color-stop(100%, #fe4992));
    background: -moz-linear-gradient(left, #fe86f7, #fe4992);
    background: -webkit-linear-gradient(left, #fe86f7, #fe4992);
    background: linear-gradient(to right, #fe86f7, #fe4992);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
}

.top-trouble-item-text .jp {
    color: #000;
    font-size: 3.68vw;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}

.top-reason {
    padding: 0;
}

.top-reason-heading {
    margin-bottom: 25px;
}

.top-reason-heading p {
    font-size: 3.42vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
}

.top-reason-items {
    width: 90%;
    margin: auto;
}

.top-reason-items li {
    width: 100%;
    position: relative;
}

.top-reason-items li:nth-child(1) {
    margin-bottom: 28vw;
}

.top-reason-items li:nth-child(1) .top-reason-item-image:before {
    width: 35vw;
    height: 35vw;
    background: #ffe6f0;
    top: 5vw;
    left: -5vw;
}

.top-reason-items li:nth-child(1) .top-reason-item-text {
    right: 0;
    bottom: -12vw;
}

.top-reason-items li:nth-child(1) .top-reason-item-text span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGFmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNDg5MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff8afd), color-stop(100%, #ff4891));
    background: -moz-linear-gradient(left, #ff8afd, #ff4891);
    background: -webkit-linear-gradient(left, #ff8afd, #ff4891);
    background: linear-gradient(to right, #ff8afd, #ff4891);
}

.top-reason-items li:nth-child(1) .top-reason-item-batch {
    top: 4vw;
    right: 4vw;
    width: 32%;
}

.top-reason-items li:nth-child(2) {
    margin-bottom: 12vw;
}

.top-reason-items li:nth-child(2) .top-reason-item-image {
    margin-left: auto;
}

.top-reason-items li:nth-child(2) .top-reason-item-image:before {
    width: 64vw;
    height: 35vw;
    background: #ecf9ff;
    top: -6vw;
    right: 0;
}

.top-reason-items li:nth-child(2) .top-reason-item-text {
    top: -10vw;
    left: 0;
}

.top-reason-items li:nth-child(2) .top-reason-item-text span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZmVlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY3Y2ZmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #71fee6), color-stop(100%, #67cffe));
    background: -moz-linear-gradient(left, #71fee6, #67cffe);
    background: -webkit-linear-gradient(left, #71fee6, #67cffe);
    background: linear-gradient(to right, #71fee6, #67cffe);
}

.top-reason-items li:nth-child(2) .top-reason-item-batch {
    bottom: 4vw;
    left: 6vw;
    width: 33%;
}

.top-reason-items li:nth-child(3) {
    margin-bottom: 8vw;
}

.top-reason-items li:nth-child(3) .top-reason-item-image:before {
    width: 72vw;
    height: 34vw;
    background: #f9ffb4;
    bottom: -8vw;
    left: 8vw;
}

.top-reason-items li:nth-child(3) .top-reason-item-text {
    right: 2vw;
    bottom: -6vw;
}

.top-reason-items li:nth-child(3) .top-reason-item-text span {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODgyNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDUxNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff8827), color-stop(100%, #ffd514));
    background: -moz-linear-gradient(left, #ff8827, #ffd514);
    background: -webkit-linear-gradient(left, #ff8827, #ffd514);
    background: linear-gradient(to right, #ff8827, #ffd514);
}

.top-reason-items li:nth-child(3) .top-reason-item-batch {
    top: 4vw;
    right: 7vw;
    width: 28%;
}

.top-reason-item-image {
    width: 58vw;
    z-index: 1;
    position: relative;
}

.top-reason-item-image:before {
    content: '';
    z-index: -1;
    position: absolute;
}

.top-reason-item-image .image {
    width: 100%;
}

.top-reason-item-text {
    color: #fff;
    font-size: 4.21vw;
    font-weight: bold;
    z-index: 1;
    position: absolute;
}

.top-reason-item-text span {
    padding: 5px;
    margin-bottom: 5px;
    display: table;
}

.top-reason-item-batch {
    width: 30vw;
    z-index: 3;
    position: absolute;
}

.top-trial02 {
    padding: 20px 0 30px;
}

.top-trial02-title {
    width: 50%;
    margin: 0 auto 15px;
}

.top-trial02-title img {
    width: 100%;
}

.top-trial02-items {
    width: 90%;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-trial02-items li {
    width: 31%;
}

.top-trial02-items img {
    width: 100%;
}

.top-trial02-text-title {
    margin-bottom: 8px;
    color: #fff;
    font-size: 3.42vw;
    font-weight: bold;
    text-align: center;
}

.top-trial02-text-title span {
    padding: 5px 8px;
    margin: 0 auto 4px;
    background: #2f2f2f;
    display: table;
}

.top-trial02-text-image {
    width: 90%;
    margin: auto;
}

.top-flow {
    padding: 30px 0;
    background: url(../images/bg01.jpg) repeat top center;
    background-size: 35px;
}

.top-flow-deco {
    width: 50%;
    margin: 0 auto 25px;
}

.top-flow-title {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}

.top-flow-title:after {
    content: '';
    width: 25vw;
    height: 3px;
    background: #fff;
    -moz-box-shadow: 0 0 5px #e63886;
    -webkit-box-shadow: 0 0 5px #e63886;
    box-shadow: 0 0 5px #e63886;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-flow-title .en {
    margin-bottom: 5px;
    color: #e63886;
    font-size: 7.89vw;
    font-family: latienne-pro;
    display: block;
}

.top-flow-title .jp {
    color: #fff;
    font-size: 3.68vw;
    display: block;
}

.top-flow-items {
    width: 90%;
    margin: auto;
}

.top-flow-items li {
    width: 100%;
    margin-bottom: 16vw;
    position: relative;
}

.top-flow-items li:after {
    content: '';
    width: 100%;
    height: 4vw;
    background: url(../images/deco01.png) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: -10vw;
}

.top-flow-items li:nth-child(even) .top-flow-item-text {
    padding: 2vw 10vw 2vw 2vw;
}

.top-flow-items li:nth-child(even) .top-flow-item-text-deco {
    left: auto;
    right: -20vw;
}

.top-flow-items li:last-child {
    margin-bottom: 5vw;
}

.top-flow-items li:last-child:after {
    display: none;
}

.top-flow-item-image {
    width: 100%;
}

.top-flow-item-text {
    padding: 2vw 2vw 2vw 10vw;
    margin-top: -8vw;
    background: #f54091;
}

.top-flow-item-text-inner {
    padding: 10vw 4vw 5vw;
    background: #fff;
}

.top-flow-item-text-inner p {
    font-size: 3.68vw;
    line-height: 1.6;
}

.top-flow-item-text-title {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
    color: #f54091;
    font-size: 4.47vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    line-height: 1.2;
    border-bottom: 1px solid;
}

.top-flow-item-text-deco {
    color: #fff;
    font-size: 8.95vw;
    font-family: latienne-pro;
    position: absolute;
    left: 2.8vw;
    bottom: -6vw;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
}

.top-qa {
    padding: 30px 0 50px 0;
    border-top: 1px solid #000;
}

.top-qa-title {
    width: 90%;
    padding: 12px 0;
    margin: 0 auto 5px;
    color: #000;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.top-qa-title .en {
    margin-bottom: 4px;
    font-size: 5.26vw;
    font-family: latienne-pro;
    display: block;
}

.top-qa-title .jp {
    font-size: 3.68vw;
    display: block;
}

.top-qa-items {
    width: 90%;
    margin: auto;
}

.top-qa-items li {
    width: 100%;
    padding: 15px 0 1px;
    border-bottom: 1px dashed;
}

.top-qa-items li:last-child {
    border: none;
}

.top-qa-item-question {
    margin-bottom: 5px;
    font-size: 3.68vw;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.top-qa-item-question .batch {
    width: 6vw;
    height: 6vw;
    padding-top: 1.1vw;
    margin-right: 2vw;
    color: #fff;
    font-family: latienne-pro;
    text-align: center;
    background: #000;
}

.top-qa-item-question .text {
    padding-top: 0.8vw;
    color: #d90f81;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    line-height: 1.2;
    flex: 1;
}

.top-qa-item-anser p {
    margin-bottom: 15px;
    font-size: 3.16vw;
    line-height: 1.4;
}

.top-qa a {
    width: 60%;
    margin: 0 auto;
    background: #000;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    padding: 3%;
    font-size: 4vw;
    margin-top: 5%;
}

.top-media {
    padding: 30px 0;
    background: #f8f8f8;
}

.top-media-title {
    margin: 0 auto 15px;
    font-size: 3.95vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    text-align: center;
    position: relative;
    display: table;
}

.top-media-title:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #666;
    position: absolute;
    top: 0;
    left: -4vw;
    -moz-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.top-media-title:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #666;
    position: absolute;
    top: 0;
    right: -4vw;
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
}

.top-media-title .en {
    margin-bottom: 5px;
    display: block;
}

.top-media-title .jp {
    display: block;
}

.top-media-image {
    width: 80%;
    margin: 0 auto;
}

.top-instagram {
    padding: 0px 0 30px;
}

.top-instagram-title {
    width: 86%;
    margin: 0 auto 15px;
}

.top-instagram-title img {
    width: 100%;
}

.top-instagram-items {
    width: 90%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-instagram-items li {
    width: 31%;
    margin-bottom: 10px;
}

.top-instagram-items img {
    width: 100%;
}

.top-instagram-more {
    width: 40%;
    padding: 10px 0 8px;
    margin: auto;
    color: #ff3c5c;
    font-family: latienne-pro;
    text-align: center;
    background: #ffe6ea;
    border: 1px solid;
    position: relative;
}

.top-instagram-more:after {
    content: '';
    width: 10vw;
    height: 1px;
    background: #ff3c5c;
    position: absolute;
    top: 50%;
    right: -6vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sns-item {
    text-align: center;
    font-family: latienne-pro;
}

.sns-item span {
    font-size: 7vw;
    color: #ff3c5c;
    text-decoration: underline;
    display: block;
    margin-bottom: 4%;
}

.sns-item li {
    display: inline-block;
    width: 12%;
    margin: 0 1%
}

.sns-item li img {
    width: 100%;
}

.top-information {
    padding: 10px 0 30px;
}

.top-information-title {
    width: 90%;
    padding: 15px 0;
    margin: 0 auto 15px;
}

.top-information-title img {
    width: 100%
}

.top-information-title .en {
    margin-bottom: 2px;
    font-size: 5.26vw;
    font-family: latienne-pro;
    display: block;
}

.top-information-title .jp {
    font-size: 3.68vw;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    display: block;
}

.top-information-box {
    margin-bottom: 30px;
}

.top-information-box-title {
    width: 70%;
    margin: 0 auto 15px;
}

.top-information-box-title img {
    width: 100%;
}

.top-information-ebisu-title {
    width: 54%;
}

.top-information-shinjuku-title img {
    width: 56%;
    margin-left: 35%;
}

.top-information-items {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.top-information-items li {
    width: 48%;
    margin-bottom: 20px;
}

.top-information-item-image {
    width: 100%;
    margin-bottom: 8px;
}

.top-information-item-text {
    text-align: center;
}

.top-information-item-text p {
    font-size: 3.16vw;
    line-height: 1.4;
}

.top-information-more {
    width: 90%;
    padding: 10px 0 8px;
    margin: auto;
    color: #fff;
    font-size: 3.95vw;
    font-weight: bold;
    text-align: center;
    background: #ff239f;
    position: relative;
    display: block;
}

.top-information-more:hover {
    opacity: 1;
}

.top-information-more:after {
    content: "▼";
    position: absolute;
    font-size: 3.5vw;
    right: 5%
}

.top-information-more.open:after {
    transform: rotate(-180deg)
}

.top-information-box .boxitem {
    border: 2px solid;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
}

.top-information-box .boxitem dl {
    padding: 3%;
    border-bottom: 1px solid #000;
}

.top-information-box .boxitem dl:nth-child(odd) {
    background: #f1f1f1;
}

.top-information-box .boxitem dt {
    padding: 0 3% 3%;
    text-align: center;
    font-weight: bold;
    color: #000;
    border-bottom: 1px dashed #b7b7b7;
}

.top-information-box .boxitem dd {
    padding: 3% 3% 0;
    text-align: center;
    color: #000;
    line-height: 1.5;
    font-family: futura-pt;
}

.top-information-box .boxitem dd a {
    font-size: 5vw;
}

.top-information-box .boxitem dd .map_click {
    background: #000;
    color: #fff;
    margin: 3% 0;
    border-radius: 40px;
    display: block;
    position: relative;
    font-size: 4.5vw;
    padding: 1% 3%
}

.top-information-box .boxitem dd .map_click:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 5%;
}

.top-ba {
    background: #ffeded;
    padding: 15% 0 8% 0;
    margin-bottom: 10%;
}

.top-ba .tit {
    width: 88%;
    margin: 0 auto 5%;
}

.top-ba .txt {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3%;
}

.top-ba ul {
    text-align: center;
}

.top-ba li {
    display: inline-block;
    width: 48%;
    margin: 0 0.5%;
    margin-bottom: 7%;
}

.top-ba li img {
    width: 100%;
    margin: 0 auto 5%;
    margin-top: -10px;
}

.top-ba li p {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E;
    color: #000;
    font-size: 3.2vw;
}

.fix-item {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20;
    padding: 4vw 0;
    background: #000;
    background-size: cover;
    border-top: 1px solid #adadad;
}

.fix-item ul {
    background: #000000bd;
    padding: 2% 0;
    text-align: center;
}

.fix-item li {
    display: inline-block;
    width: 47%;
}

.fix-item li img {
    width: 100%;
}

.rental img {
    width: 90%;
    margin: 0 auto 5%;
}

.rental >img {
    margin-bottom: 6%;
}

.rental .info {
    background: #fff4f4;
    padding: 12% 0;
}

.rental .tyui {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 6%;
    border: 3px solid #ccc
}

.rental .tyui .tit {
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

.rental .tyui .txt {
    line-height: 1.5;
}

.top-bnr img {
    margin: 0 auto;
    margin-top: 4%;
    width: 90%;
}

/* contact
----------------------------------------------- */
.form_bg {
    background: #565656;
    padding: 5%;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto 7%;
}

.mailformproTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.mailformproTable .textarea {
    width: 94% !important;
    min-height: 200px;
    margin-bottom: 5px;
}

.mfptr p {
    color: #666;
}

.mfptr .checks .unders {
    background: #eae9e5;
    padding: 10px;
    font-size: 12px;
}

.mfptr .checks a {
    display: inline;
}

.mfptr .bg_no {
    background: none;
}

form#mailformpro table p.ast {
    font-size: 12px;
    margin: 10px 0;
    color: #c5c5c5;
    line-height: 1.4;
}

form#mailformpro ul.contact_menu li:hover label:before, form#mailformpro ul.contact_menu li.checked label:before {
    color: #3a3531;
}

form#mailformpro table p {
    margin: 0;
}

form#mailformpro #reserve_buttons {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
}

form#mailformpro .form_btn {
    background: #000000;
    color: #fff;
    width: 90%;
    border-radius: 30px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
}

form#mailformpro .form_btn:hover {
    opacity: 0.8;
}

form#mailformpro .form_btn input#button_mfp_goconfirm {
    width: auto;
    background: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

form#mailformpro .form_btn input#button_mfp_goconfirm:hover {
    width: auto;
    background: none;
    cursor: pointer;
}

form#mailformpro .form_btn i {
    position: absolute;
    right: 5%;
    top: 35%;
}

form#mailformpro .privacy_contact iframe .main-content {
    width: 100%;
    padding: 0;
}

.mailformproTable td span.item {
    background: #b387a8;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.contact_att {
    padding: 20px 30px;
    border: 1px solid #989898;
    margin-top: 40px;
    width: 90%;
    margin: 0 auto;
}

.contact_att .ttl {
    text-align: center;
    color: #f7f7f7;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 4%;
}

.contact_att .txt {
    font-size: 80%;
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 3.5vw;
}

.c_box .mailformproTable th,.c_box .mailformproTable td {
    display: block;
    width: 100%;
    padding: 3% 0;
    color: #fff!important;
}

.c_box .mailformproTable th {
    padding-bottom: 0;
    padding-top: 4%;
}

.c_box .mailformproTable td {
    padding-bottom: 4%;
}

.c_box .mailformproTable td li {
    margin-bottom: 10px;
}

.c_box .midashi02 {
    margin-bottom: 5vw;
    font-size: 6.58vw;
    font-family: latienne-pro;
    display: block;
    text-align: center;
    line-height: 1.4;
}

.c_box .midashi02 span.jp {
    font-size: 3.68vw;
    display: block;
}

.c_box　form#mailformpro input, form#mailformpro textarea {
    color: #fff
}

.c_box .mfp_checked > .checkbox04-parts a {
    color: #000;
}

/* 
----------------------------------------------- */
.thanks {
    background: #1f1f1f;
    min-height: 96vh;
    padding: 13vw 0 8vw 0;
}

.thanks .tit {
    font-size: 6vw;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 8%;
    line-height: 1.3;
    background: url("../images/second-bg-sp.png") no-repeat center;
    padding: 13% 0;
    background-size: cover;
    color: #fff;
}

.thanks .tit small {
    font-size: 90%;
    display: block;
    font-family: futura-pt;
}

.thanks .sub {
    text-align: center;
    font-size: 4.5vw;
    margin-bottom: 5%;
    color: #e70181;
    font-weight: bold;
}

.thanks .txt {
    font-size: 3.8vw;
    width: 90%;
    margin: 0 auto 5%;
    line-height: 1.6;
    color: #fff;
}

.thanks a.back {
    width: 90%;
    margin: 0 auto;
    background: #61dcd1;
    color: #fff;
    padding: 4%;
    font-size: 4.5vw;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}

.thanks .subitem {
    width: 90%;
    margin: 0 auto 5%;
    border: 1px solid #ccc;
    padding: 5%;
}

.thanks .subitem p {
    font-size: 3.5vw;
    font-weight: bold;
    margin-bottom: 5%;
    line-height: 1.5;
    color: #fff;
}

.thanks .subitem .nav li {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.thanks .subitem .nav li a {
    padding: 4% 0;
    font-weight: bold;
    line-height: 1.2;
    font-size: 4vw;
    background: #61dcd1;
    color: #fff;
    margin-bottom: 3%;
}

.thanks .subitem .nav li:nth-child(1) {
    margin-right: 1%;
}

.thanks .subitem .nav li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 32%;
    color: #fff;
}

.thanks .subitem .nav li span {
    display: inline-block;
    font-family: futura-pt;
    font-size: 80%;
    margin-left: 3%;
}

.privacy ul {
    width: 90%;
    margin: 0 auto;
}

.privacy li {
    color: #fff;
    margin-bottom: 7%;
    font-size: 3.6vw;
    line-height: 1.4;
}

.privacy li span {
    display: block;
    font-weight: bold;
    margin-bottom: 2%;
    font-size: 110%;
}

/* modal
----------------------------------------------- */
#modal-tel {
    display: none;
}

#modal-item-sub {
    display: none;
}

#modal-item-sub2 {
    display: none;
}

#modal-item-sub3 {
    display: none;
}

#modal-item-rental {
    display: none;
}

#modal-item {
    display: none;
}

#modal-item-lips {
    display: none;
}

#modal-item-lips-menu {
    display: none;
}

#modal-item-black {
    display: none;
}

#modal-item-pink {
    display: none;
}

.modaal-container {
    background: none;
}

#hifu {
    display: none;
}

.modaal-content-container {
    background: #ffffff;
    padding: 5%;
    border-radius: 20px;
}

.modaal-inner-wrapper {
    padding-top: 0%;
}

.modaal-content-container .tit {
    background: linear-gradient(90deg, #c744f2, #6428ff);
    color: #fff;
    font-size: 3.5vw;
    padding: 4%;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    margin-bottom: 3%;
}

.modaal-content-container .tit a {
    background: linear-gradient(90deg, #c744f2, #6428ff);
    color: #fff;
    font-size: 3.8vw;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    margin-bottom: 0;
    position: relative;
}

.modaal-content-container .tit a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
}

.modaal-content-container ul {
    margin-bottom: 3%;
    text-align: center;
}

.modaal-content-container li {
    display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.modaal-content-container .rental li {
    display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.modaal-content-container li img {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin-right: 5%;
}

.modaal-content-container .rental li img {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    margin-right: 5%;
    margin-bottom: 0;
}

.modaal-content-container li a {
    padding: 10% 0;
    border: 1px solid #000;
    font-weight: bold;
    line-height: 1.2;
    font-size: 3.2vw;
    color: #000;
}

.modaal-content-container .rental li a {
    padding: 8% 0;
    border: 1px solid #000;
    font-weight: bold;
    line-height: 1.2;
    font-size: 3.2vw;
    color: #000;
}

.modaal-content-container li p {
    padding: 10% 0;
    border: 1px solid #000;
    font-weight: bold;
    line-height: 1.2;
    font-size: 3.2vw;
}

.modaal-content-container .rental li p {
    padding: 8% 0;
}

.modaal-content-container .rental li p:hover {
    background: linear-gradient(90deg, #f244cb, #db28ff);
    color: #FFF;
}

.modaal-content-container li:nth-child(1) {
    margin-right: 1%;
}

.modaal-content-container li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 7%;
    top: 15px;
    display: none;
}

.modaal-content-container .rental li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 6%;
    top: 9px;
}

.modaal-content-container li p:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 7%;
    top: 15px;
    display: none;
}

.modaal-content-container li span {
    display: block;
    font-family: futura-pt;
}

.modaal-content-container .more {
    background: linear-gradient(90deg, #f2447c, #ffa928);
    color: #fff;
    font-size: 4vw;
    padding: 4%;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    position: relative;
}

.modaal-content-container .more {
    background: linear-gradient(90deg, #e200e8, #ff40ca);
    color: #fff;
    font-size: 4vw;
    padding: 4%;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    position: relative;
}

.modaal-content-container .more:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 7%;
    top: 27%;
}

.modaal-content .modal-telitem {
    margin: 0 0 0 0;
}

.modaal-content .modal-telitem a {
    margin-bottom: 0;
    font-size: 3.5vw;
}

.modaal-content .modal-telitem li {
    width: 100%;
    margin-bottom: 3%
}

.modaal-content .modal-telitem li a {
    padding: 3% 0;
}

.modaal-content .modal-telitem li a:before {
    content: none;
}

.modaal-content .modal-telitem span {
    font-size: 4.5vw;
}

.modaal-content ul.read_more {
    display: none;
}

.modaal-content ul.read_more2 {
    display: none;
}

.modaal-content-container .col1 li {
    width: 100%;
    text-align: left;
    margin-bottom: 3%
}

.modaal-content-container .col1 li a {
    padding: 3% 4%;
}

.scroll {
    overflow-x: auto;
    padding: 0 5% 0 5%;
}

.top-hikaku {
    padding: 10px 0 10%;
}

.top-hikaku-sub {
    width: 90%;
    margin: 0 auto 6%;
}

.top-hikaku-table-title {
    width: 90%;
    margin: 0 auto 5px;
    font-size: 5vw;
    font-family: latienne-pro;
}

.top-hikaku-table-title .icon {
    margin-right: 2px;
    color: #ff2785;
}

.top-hikaku-table {
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
    border-collapse: separate;
    table-layout: fixed;
}

.top-hikaku-table th, .top-hikaku-table td {
    padding: 6px 0 5px;
    line-height: 1.2;
    vertical-align: middle;
    border: solid 1px #FFF;
}

.top-hikaku-table thead th {
    padding: 6px 0 5px;
    color: #fff;
    font-size: 3.42vw;
    font-weight: bold;
    background: #000;
    width: 140px;
}

.top-hikaku-table tbody th {
    color: #fff;
    font-weight: bold;
    font-size: 3vw;
}

.top-hikaku-table tbody td {
    color: #000;
    font-size: 3.2vw;
    font-family: futura-pt;
}

.top-hikaku-table tbody .day th {
    background: linear-gradient(0deg, #ff4477, #f531ff);
}

.top-hikakutable tbody .day td {
    background: #ffecf6;
}

.top-hikaku-table tbody .all th {
    background: #e8219a;
}

.top-hikaku-table tbody .all td {
    background: #ffdfdf;
}

.top-hikaku-table tbody .all td.bg_pink {
    background: #ffaacc;
}

.top-hikaku-table .price {
    font-size: 4vw;
    font-weight: bold;
}

.top-hikaku-table .price small {
    font-size: 70%
}
.sub_title{
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 40px 0 20px 0px;
    font-weight: 600;
    color: #d90f81;
}
	/*資料請求*/
.form_label,.form_label,.form_label,.form_label {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    display: block;
    margin-bottom: 15px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
   display: block !important;
    margin-bottom: 15px !important;
}
.sub_contents{
	margin-bottom: 11px;
	display: block;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
}
.wpcf7-form-control.has-spinner.wpcf7-submit{
	margin: 0 auto;
	display: block;
	width: 88%;
	background: #b9a156;
	color: white !important;
	border: none;
	/* padding: 15px; */
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}
textarea,
input{width: 100%;margin: 0 auto;}
input.form-control {
    color: #333;
}
textarea.form-control {
    color: #333;
}
.hissu{color: #fff　 !important;padding: 0.2 rem 0.5 rem;font-size: .8rem;border-radius: 0.2 rem;margin-left: 1 rem;vertical-align: text-bottom;background: #e91e63;padding: 0px 8px;display: block;margin-left: 10px;color: white !important;padding: 5px;}
.ninni{color: #fff;padding: 0.2 rem 0.5 rem;font-size: .8rem;border-radius: 0.2 rem;margin-left: 1 rem;vertical-align: text-bottom;background: #7c797a;padding: 1px 8px;display: inline-block;margin-left: 10px;color: white !important;}


.form_label{
	width: 90%;
	margin: 0 auto;
	display: block;
	margin-bottom: 25px;
}
textarea{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.wpcf7-submit{
	width: 90%;
    margin: 0 auto;
    display: block;
}
.tyukoku{
	color: #e91e63;
}
.wpcf7-date{
	color: #495057 !important;
	width: 100%;
}
/* ベースのチェックボックス */
.wpcf7-list-item input[type=checkbox] {
  display: none;
}
.wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}
.wpcf7-list-item input[type=checkbox]  + .wpcf7-list-item-label::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  left: -1px;
  top: 0px;
  border: 1px solid #333;
}
.wpcf7-list-item input[type=checkbox]  + .wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(45deg) scale(0, 0);
  border-right: 3px solid #e91e63;
  border-bottom: 3px solid #e91e63;
  left: 5px;
  top: -1px;
  transition: .3s;
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    transform: rotate(45deg) scale(1, 1);
}
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label{
   color: red;
}
.wpcf7-list-item {
    display: block !important;
    margin-bottom: 10px !important;
}
.form-control {
    color: #495057 !important;}
input,textarea {
    background-color: #fff;
    border: 1px solid #a7a6aa;
    border-radius: 2px;
    margin: 0;
    padding: 5px 7px;
    height: 50px;
    font-size: 16px;
}

input[type=text],textarea {
    border: 1px solid #aaa;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 50px;
    font-size: 16px;
}

input[type=text]:focus,textarea:focus {
    border: 1px solid #52a8ec;
    -webkit-box-shadow: 0 0 7px #52a8ec;
    box-shadow: 0 0 7px #52a8ec
}
textarea{
    height: 200px;
    font-size: 16px;
    line-height: 1.5;
}
