@charset "UTF-8"; /* font
----------------------------------------------- */
:root {
    --mincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
    --gothic: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* default sp
	----------------------------------------------- */
/* ============================================= sp
================================================*/
.top-about {
    padding: 15vw 0 1px;
    z-index: 1;
    position: relative;
}

.top-about:before {
    content: '';
    width: 110vw;
    height: 80vw;
    background: #f5eded;
    -moz-border-radius: 50% 50% 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-about-left {
    margin-bottom: 8vw;
}

.top-about-title, .top-recruit-title {
    margin-bottom: 6vw;
    color: #000;
    text-align: center;
}

.top-about-title .en, .top-recruit-title .en {
    margin-bottom: 1.5vw;
    font-size: 10.53vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
    display: block;
}

.top-about-title .jp, .top-recruit-title .jp {
    font-size: 3.42vw;
    display: block;
}

.top-about-image {
    width: 100%;
    margin-bottom: 6vw;
}

.top-about-comment {
    width: 80vw;
    margin: 0 auto;
}

.top-about-comment p {
    margin-bottom: 4vw;
    font-size: 3.68vw;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top-about-items {
    width: 90vw;
    margin: auto;
}

.top-about-items li {
    width: 100%;
    border-top: 1px solid #ddd;
    position: relative;
}

.point {
    padding: 10vw 0 22vw;
    background: url(../images/arrow01-bottom.png) no-repeat center bottom 10vw;
    background-size: 8vw;
}

.point:before {
    content: '';
    width: 30vw;
    height: 5px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-about-icon {
    width: 80vw;
    margin: 0 auto 4vw;
}

.top-about-item-batch {
    margin-bottom: 4vw;
    color: #cfa4a4;
    font-size: 3.68vw;
    font-family: 'Montserrat';
    text-align: center;
    letter-spacing: 0.2vw;
}

.top-about-item-title {
    margin-bottom: 4vw;
    color: #000;
    font-size: 7.89vw;
    font-family: var(--mincho);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4vw;
    line-height: 9vw;
}

.top-about-item-comment {
    width: 80vw;
    margin: auto;
}

.top-about-item-comment p {
    font-size: 3.68vw;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top-info {
    background: #f5eded;
}

.top-info-content {
    padding: 22vw 0 12vw;
    z-index: 1;
    position: relative;
}

.top-info-title {
    width: 90vw;
    margin: 0 auto 6vw;
    color: #000;
}

.top-info-title .en {
    margin-bottom: 2vw;
    font-size: 9.21vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.6vw;
    display: block;
}

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

.top-info-items, .top-salon-items {
    width: 100%;
    padding-top: 12vw;
}

.top-info-items:before, .top-salon-items:before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #343330;
    position: absolute;
    top: 4vw;
    left: 28vw;
}

.top-info-items .slick-prev, .top-info-items .slick-next, .top-salon-items .slick-prev, .top-salon-items .slick-next {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.top-info-items .slick-prev, .top-salon-items .slick-prev {
    left: 5vw;
}

.top-info-items .slick-next, .top-salon-items .slick-next {
    right: auto;
    left: 15vw;
}

.top-info-item, .top-salon-item {
    width: 90vw;
    margin: 0 5vw;
}

.top-info-item-image {
    width: 100%;
    margin-bottom: 4vw;
}

.top-info-item-title {
    margin-bottom: 3.5vw;
    color: #000;
}

.top-info-item-title .en {
    margin-bottom: 1vw;
    font-size: 9.21vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
    display: block;
}

.top-info-item-title .jp {
    padding-left: 6vw;
    font-size: 3.95vw;
    position: relative;
    display: block;
}

.top-info-item-title .jp:before {
    content: '';
    width: 4vw;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-info-item-comment, .top-salon-item-comment {
    margin-bottom: 4vw;
}

.top-info-item-comment p, .top-salon-item-comment p {
    font-size: 3.68vw;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top-info-item-more, .top-salon-item-more {
    margin-right: 0;
}

.top-info-deco {
    width: 110vw;
    color: #fff;
    font-size: 26.32vw;
    font-family: 'Cormorant Garamond';
    line-height: 0.8;
    letter-spacing: 0.4vw;
    z-index: -1;
    position: absolute;
    top: 8vw;
    left: 0;
}

.top-recruit-image {
    width: 100%;
    height: 68vw;
    background: url("../img/top-recruit-image.png") no-repeat center;
    background-size: cover;
}

.top-recruit-text {
    padding: 1px 0 0;
}

.top-recruit-title {
    width: 80vw;
    padding: 8vw 0 6vw;
    margin: -14vw auto 0;
    color: #000;
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
}

.top-recruit-subtitle {
    margin-bottom: 6vw;
    color: #000;
    font-size: 5vw;
    font-family: var(--mincho);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
}

.top-recruit-comment {
    width: 80vw;
    margin: auto;
}

.top-recruit-comment p {
    font-size: 3.42vw;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top-recruit-items {
    width: 100%;
    background: #f5eded;
}

.top-recruit-items li {
    width: 100%;
    background: url(../images/arrow01-right.png) no-repeat center right 5vw;
    background-size: 6.5vw;
    position: relative;
}

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

.top-recruit-items li:after {
    content: '';
    width: 90vw;
    border-bottom:1px dotted #bfafaf;
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-recruit-items a {
    padding: 6vw 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.top-recruit-item-icon {
    width: 16vw;
    margin-right: 5vw;
}

.top-recruit-item-title {
    color: #000;
}

.top-recruit-item-title .en {
    margin-bottom: 1.5vw;
    font-size: 5.89vw;
    /*font-family: 'Cormorant Garamond';*/
    font-family: var(--mincho);
    display: block;
}

.top-recruit-item-title .jp {
    font-size: 3.42vw;
    display: block;
}

.en img{
    width: 37vw;
}

.top-share {
    padding: 8vw 0 0;
}

.top-share-deco-items {
    width: 100%;
}

.top-share-deco-item {
    width: 278vw;
    color: #f8efd7;
    font-size: 23.68vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.6vw;
}

.top-share-head {
    width: 100%;
    margin: 0 auto 8vw;
    position: relative;
}

.top-share-title {
    padding: 2vw 4vw;
    margin: 0 auto 6vw;
    color: #fff;
    font-size: 3.95vw;
    text-align: center;
    background: #af8080;
    display: table;
}

.top-share-subtitle {
    margin-bottom: 4vw;
    color: #000;
    font-size: 6.05vw;
    font-family: var(--mincho);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.top-share-head-comment {
    width: 80vw;
    margin: auto;
}

.top-share-head-comment p {
    font-size: 3.42vw;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.top-share-items {
    width: 103vw;
    margin: 0 0 2vw -1.5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.top-share-items li {
    width: 48.5vw;
    margin: 0 1.5vw 6vw;
}

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

.top-share-item-text {
    margin-top: -3vw;
    text-align: center;
    z-index: 1;
    position: relative;
}

.top-share-item-point {
    padding: 1.5vw 4vw 1vw;
    margin: 0 auto 3vw;
    color: #fff;
    font-size: 3.16vw;
    font-family: 'Montserrat';
    letter-spacing: 0.2vw;
    background: #868686;
    -moz-border-radius: 10vw;
    -webkit-border-radius: 10vw;
    border-radius: 10vw;
    position: relative;
    display: table;
}

.top-share-item-point:after {
    content: '';
    border-top: 2vw solid #868686;
    border-right: 2.5vw solid transparent;
    border-left: 2.5vw solid transparent;
    position: absolute;
    bottom: -1.5vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-share-item-title {
    color: #000;
    font-size: 3.68vw;
    font-weight: bold;
    line-height: 1.4;
}

.top-plan {
    padding: 20vw 0 15vw;
    background: url(../images/top-plan-bg.jpg) repeat-y top center;
    background-size: 100%;
}

.top-plan-head {
    margin-bottom: 6vw;
    color: #fff;
    text-align: center;
}

.top-plan-title {
    margin-bottom: 5vw;
}

.top-plan-title .en {
    margin-bottom: 2vw;
    font-size: 10.53vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
    display: block;
}

.top-plan-title .jp {
    font-size: 3.42vw;
    display: block;
}

.top-plan-head-comment p {
    font-size: 3.42vw;
    line-height: 1.8;
}

.top-plan-items {
    width: 90vw;
    margin: auto;
}

.top-plan-items li {
    width: 100%;
    margin-bottom: 5vw;
    background: #fff;
    background-size: 8vw;
}

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

.top-plan-item-text {
    padding: 8vw 0 10vw;
    text-align: center;
}

.top-plan-item-batch {
    margin-bottom: 1.5vw;
    color: #e1c378;
    font-size: 3.68vw;
    font-family: 'Montserrat';
    letter-spacing: 0.2vw;
    display: block;
}

.top-plan-item-title {
    margin-bottom: 2.5vw;
    color: #000;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
}

.top-plan-item-title span {
    background: #ccc;
    display: inline;
    width: auto;
    margin: 2vw auto 0;
    border-radius: 30px;
    font-size: 58%;
    padding: 2px 20px 0;
}

.top-plan-item-comment p {
    font-size: 3.42vw;
    line-height: 1.8;
}

.top-plan-item-text .more01 {
    margin-top: 4vw!important;
}

.top-plan-items li:nth-child(1) .top-plan-item-title span {
    background: #fff9a0;
}

.top-plan-items li:nth-child(2) .top-plan-item-title span {
    background: #d4eacb;
}

.top-plan-items li:nth-child(2) .top-plan-item-batch {
    color: #7da36d;
}

.top-salon {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16vw;
}

.top-salon-content {
    padding: 20vw 0 1vw;
}

.top-salon-title {
    width: 90vw;
    margin: 0 auto 6vw;
    color: #000;
    z-index: 1;
    position: relative;
}

.top-salon-title:before {
    content: '';
    width: 60vw;
    height: 60vw;
    background: #f5eded;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: -8vw;
    left: -22vw;
}

.top-salon-title .en {
    margin-bottom: 2vw;
    font-size: 9.21vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
    display: block;
}

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

.top-salon-items {
    z-index: 1;
    position: relative;
}

.top-salon-item-image {
    width: 100%;
    margin-bottom: 5vw;
}

.top-salon-item-text {
    width: 80vw;
    margin: auto;
}

.top-salon-item-title {
    margin-bottom: 4.5vw;
    color: #000;
}

.top-salon-item-title .big {
    margin-bottom: 2vw;
    font-size: 7.89vw;
    font-family: var(--mincho);
    letter-spacing: 0.2vw;
    display: block;
}

.top-salon-item-title .small {
    padding-left: 6vw;
    font-size: 3.95vw;
    position: relative;
    display: block;
}

.top-salon-item-title .small:before {
    content: '';
    width: 4vw;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-salon-item-subtitle {
    margin-bottom: 3.5vw;
    color: #c6a34c;
    font-size: 4.21vw;
    font-weight: bold;
    line-height: 1.6;
}

.top-news {
    padding: 20vw 0;
	background-color: #fff;
}

.top-news-content {
    width: 80vw;
    margin: 0 auto;
}

.top-news-title {
    margin-bottom: 6vw;
    color: #000;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: baseline;
    align-items: center;
    flex-direction: column;
}

.top-news-title .en {
    margin-right: 2vw;
    font-size: 8.16vw;
    font-family: 'Cormorant Garamond';
    letter-spacing: 0.4vw;
}

.top-news-title .jp {
    font-size: 3.42vw;
}

.top-news-items {
    width: 100%;
    padding-bottom: 4vw;
}

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

.top-news-items a {
    display: -webkit-box;
    display: -webkit-flex;
    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-news-item-image {
    width: 38vw;
    margin-right: 4vw;
}

.top-news-item-text {
    flex: 1;
}

.top-news-item-time {
    margin-bottom: 1vw;
    color: #7a7a7a;
    font-size: 3.42vw;
    font-family: 'Montserrat';
    letter-spacing: 0.2vw;
    display: block;
}

.top-news-item-title {
    margin-bottom: 1vw;
    color: #000;
    font-size: 3.42vw;
    font-weight: bold;
    line-height: 1.4;
}

.top-news-item-comment {
    font-size: 3.16vw;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#plan-list,#info-list {
    display: none;
}

.modaal-container .modaal-content-container {
    padding: 3%;
}

.modaal-content .items li {
    background: #ccc;
    margin-bottom: 3%;
    position: relative;
    padding: 3% 2%;
}

.modaal-content .items li:after {
    content: "";
    background: url(../images/arrow01-right@2x.png)no-repeat top;
    background-size: contain;
    width: 6%;
    height: 5vw;
    position: absolute;
    right: 3vw;
    top: 9vw;
}

.modaal-content .items li img {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.modaal-content .items li p {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 3%;
    font-size: 110%;
    line-height: 1.3;
    color: #000;
    letter-spacing: -0.05em;
}

.modaal-content .items li small {
    font-family: 'Montserrat';
    display: block;
    font-size: 72%;
    letter-spacing: 2px;
    color: #828282;
    margin-left: 2px;
}

.modaal-content .items li:nth-last-child(1) {
    margin-bottom: 0;
}

.modaal-content .items li:nth-child(1) {
    background: #fcffd7;
}

.modaal-content .items li:nth-child(2) {
    background: #ecf4e6;
}

.modaal-content .items li:nth-child(3) {
    background: #f3e4de;
}

/* ============================================= pc
================================================*/
@media screen and (min-width: 736px) {
    .top-about {
        padding: 80px 0 60px;
    }

    .top-about:before {
        display: none;
    }

    .top-about-content {
        width: 80%;
        max-width: 1200px;
        margin: auto;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .top-about-left {
        width: 81%;
        margin: 0 auto;
    }

    .top-about-title, .top-salon-title {
        margin-bottom: 30px;
        text-align: left;
        z-index: 1;
        position: relative;
    }

    .top-about-title:before, .top-salon-title:before {
        content: '';
        width: 235px;
        height: 235px;
        background: #f5eded;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: -1;
        position: absolute;
        top: -30px;
        left: -80px;
    }

    .top-about-title .en, .top-salon-title .en {
        margin-bottom: 5px;
        font-size: 40px;
        letter-spacing: 2px;
    }

    .top-about-title .jp, .top-salon-title .jp {
        font-size: 15px;
    }

    .top-about-image {
        margin-bottom: 30px;
        z-index: 1;
        position: relative;
    }

    .top-about-comment {
        width: 100%;
    }

    .top-about-comment p {
        width: 90%;
        margin: 0px auto 44px;
        font-size: 16px;
    }

    .top-about-items {
        width: 100%;
        margin: 0;
    }

    .top-about-items li {
        margin-bottom: 40px;
        border: none;
        z-index: 1;
    }

    .top-about-items li:before {
        content: '';
        width: 95%;
        height: 100%;
        background: #fff;
        border: 1px solid #d6d6d6;
        z-index: -1;
        position: absolute;
        top: 0;
    }

    .point {
        padding: 40px 50px 40px 30px;
        /*background: url(../images/arrow01-right.png) no-repeat center right 0;*/
        background-size: 20px;
        display: flex;
    }

    .point:before {
        width: 125px;
        background: #eceded;
        left: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

	.point-txt{
		padding-left: 20px;
	}
	
    .top-about-item-head {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
    }

    .top-about-icon {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .top-about-item-head-text {
        padding: 10px 0 10px 20px;
        border-left: 1px solid #d6d6d6;
        flex: 1;
        margin-bottom: 14px;
    }

    .top-about-item-batch {
        margin-bottom: 8px;
        font-size: 15px;
        text-align: left;
        letter-spacing: 1px;
    }

    .top-about-item-title {
        margin: 0;
        font-size: 25px;
        text-align: left;
        letter-spacing: 2px;
        line-height: 3vw;
    }

    .top-about-item-comment {
        width: 100%;
        margin: 33px;
    }

    .top-about-item-comment p {
        font-size: 15px;
    }

    .top-info-content {
        width: 72vw;
        padding: 100px 0;
        margin: auto;
        position: relative;
    }

    .top-info-title {
        width: 100%;
        margin-bottom: 40px;
    }

    .top-info-title .en {
        margin-bottom: 10px;
        font-size: 54px;
        letter-spacing: 2px;
    }

    .top-info-title .jp {
        font-size: 15px;
    }

    .top-info-items, .top-salon-items {
        width: calc(50vw + 38vw);
        padding-top: 0;
    }

   /* .top-info-items .slick-list a, .top-salon-items .slick-list a {
        cursor: none;
    }

   /* .cursor-pointer {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 10;
        transform: scale(0);
        height: 115;
        width: 115;
        margin: -80px 0 0 -80px;
        transition: transform .3s,opacity .3s,visibility .3s;
        pointer-events: none;
        cursor: none;
    }*/

    .cursor-pointer.is-active {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .cursor-pointer.is-active .cursor-img {
    }

    @-moz-keyframes circle {
        0% {
            -moz-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -moz-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-webkit-keyframes circle {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes circle {
        0% {
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }

        100% {
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .cursor-img2 {
        height: 34px;
        width: 34px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .top-info-items:before, .top-salon-items:before {
        top: -82px;
        left: 66vw;
    }

    .top-info-items .slick-prev, .top-salon-items .slick-prev {
        width: 40px;
        top: -100px;
        left: 52vw;
    }

    .top-info-items .slick-next, .top-salon-items .slick-next {
        width: 40px;
        top: -100px;
        left: 58vw;
    }

    .top-info-item, .top-salon-item {
        width: 475px;
        margin: 0 20px;
    }

    .top-info-item-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .top-info-item-title {
        margin-bottom: 20px;
    }

    .top-info-item-title .en {
        margin-bottom: 10px;
        font-size: 45px;
        letter-spacing: 2px;
    }

    .top-info-item-title .jp {
        padding-left: 30px;
        font-size: 15px;
    }

    .top-info-item-title .jp:before {
        width: 20px;
    }

    .top-info-item-comment, .top-salon-item-comment {
        margin: 0;
    }

    .top-info-item-comment p, .top-salon-item-comment p {
        font-size: 15px;
    }

    .top-info-deco {
        width: 1000px;
        font-size: 170px;
        line-height: 1;
        letter-spacing: 5px;
        top: 65px;
        left: -14VW;
    }

    .top-recruit-image {
        height: 450px;
        background: url(../images/top-recruit-image.jpg) no-repeat center fixed;
        background-size: cover;
    }

    .top-recruit-text {
        width: 900px;
       /* padding-bottom: 100px;*/
        margin: auto;
    }

    .top-recruit-title {
        width: auto;
        padding: 40px 70px 40px 0;
        margin: -50px 0 0;
        text-align: left;
        background: none;
        z-index: 1;
        position: relative;
        display: table;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-recruit-title:before {
        content: '';
        width: 50vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        position: absolute;
        top: 0;
    }

    .top-recruit-title .en {
        margin-bottom: 5px;
        font-size: 50px;
        letter-spacing: 2px;
    }

    .top-recruit-title .jp {
        font-size: 15px;
    }

    .top-recruit-subtitle {
        margin-bottom: 30px;
        font-size: 25px;
        text-align: left;
    }

    .top-recruit-comment {
        width: 100%;
    }

    .top-recruit-comment p {
        font-size: 15px;
        line-height: 2.4;
    }

    .top-recruit-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-recruit-items li {
        width: 25%;
        background: url(../images/arrow01-bottom.png) no-repeat center bottom 55px;
        background-size: 20px;
    }

    .top-recruit-items li:first-child:after {
        display: none;
    }

    .top-recruit-items li:after {
        width: 1px;
        height: calc(100% - 80px);
        border-right: 1px dotted #ada1a1;
        border-bottom: none;
        top: 50%;
        bottom: auto;
        left: 0;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .top-recruit-items li:nth-child(3):before {
        content: "";
        width: 1px;
        height: calc(100% - 80px);
        border-right: 1px dotted #ada1a1;
        position: absolute;
        z-index: 2;
        top: 50%;
        bottom: auto;
        right: 0;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .top-recruit-items a {
        height: 100%;
        padding: 60px 0 100px;
        display: block;
    }

    .top-recruit-item-icon {
        width: 55px;
        margin: 0 auto 25px;
    }

    .top-recruit-item-title {
        text-align: center;
    }

    .top-recruit-item-title .en {
        margin-bottom: 8px;
        font-size: 35px;
    }

    .top-recruit-item-title .jp {
        font-size: 15px;
    }

    .top-share {
        padding: 80px 0 100px;
    }

    .top-share-deco-item {
        width: 1320px;
        font-size: 105px;
        letter-spacing: 5px;
    }

    .top-share-head {
        margin-bottom: 60px;
    }

    .top-share-title {
        padding: 8px 15px;
        /*margin-bottom: 40px;*/
		margin: 0;
        font-size: 15px;
    }

    .top-share-subtitle {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .top-share-head-comment {
        width: 800px;
    }

    .top-share-head-comment p {
        font-size: 15px;
        text-align: center;
    }

    .top-share-items {
        width: 100%;
        margin: 0;
    }

    .top-share-items li {
        width: 17vw;
        margin: 0 1vw 40px;
    }

    .top-share-item-text {
        margin-top: -16px;
    }

    .top-share-item-point {
        padding: 8px 20px;
        margin-bottom: 12px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .top-share-item-point:after {
        border-top-width: 8px;
        border-right-width: 10px;
        border-left-width: 10px;
        bottom: -8px;
    }

    .top-share-item-title {
        font-size: 18px;
    }

    .top-plan {
        padding: 100px 0;
        background: url("../images/top-plan-bg-pc.webp") no-repeat center;
        background-size: cover;
    }

    .top-plan-head {
        margin-bottom: 40px;
    }

    .top-plan-title {
        margin-bottom: 30px;
    }

    .top-plan-title .en {
        margin-bottom: 10px;
        font-size: 40px;
        letter-spacing: 2px;
    }

    .top-plan-title .jp {
        font-size: 15px;
    }

    .top-plan-head-comment p {
        font-size: 15px;
    }

    .top-plan-items {
        width: 900px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .top-plan-items li {
        width: 49%;
        margin: 0;
        background: #fff;
    }

    .top-plan-item-text {
        padding: 30px 10px 40px;
    }

    .top-plan-item-batch {
        margin-bottom: 10px;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .top-plan-item-title span {
        margin-top: 10px;
    }

    .top-plan-item-title {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .top-plan-item-comment p {
        font-size: 15px;
		height: 4vw;
    }

    .top-plan-item-text .more01 {
        margin-top: 0!important;
        padding-bottom: 10px;
    }

    .top-salon-content {
        width: 900px;
        padding: 150px 0 0;
        margin: auto;
    }

    .top-salon-title {
        margin-bottom: 40px;
    }

    .top-salon-item-image {
        margin-bottom: 25px;
    }

    .top-salon-item-text {
        width: 100%;
    }

    .top-salon-item-title {
        margin-bottom: 25px;
    }

    .top-salon-item-title .big {
        margin-bottom: 15px;
        font-size: 40px;
        letter-spacing: 2px;
    }

    .top-salon-item-title .small {
        padding-left: 30px;
        font-size: 15px;
    }

    .top-salon-item-title .small:before {
        width: 20px;
    }

    .top-salon-item-subtitle {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .top-news {
        padding: 100px 0;
		background-color: #fff;
    }

    .top-news-content {
        width: 900px;
    }

    .top-news-title {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -webkit-align-items: baseline;
        flex-direction: column;
        align-items: center;
    }

    .top-news-title .en {
        margin-right: 10px;
        font-size: 40px;
        letter-spacing: 2px;
    }

    .top-news-title .jp {
        font-size: 16px;
    }

    .top-news-items {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .top-news-items li {
        width: 274px;
        margin: 0;
    }

    .top-news-item-image {
        width: 100%;
        margin: 0 auto 20px;
    }

    .top-news-item-time {
        margin-bottom: 5px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .top-news-item-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .top-news-item-comment {
        font-size: 15px;
    }

    .modaal-container .modaal-content-container {
        padding: 30px;
    }

    .modaal-content .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .modaal-content .items li {
        width: 32%;
        margin: 0;
        padding: 15px 15px 60px 15px;
    }

    .modaal-content .items li img {
        width: 100%;
        margin-bottom: 18px;
    }

    .modaal-content .items li p {
        margin: 0;
        text-align: center;
        display: block;
        font-size: 20px;
    }

    .modaal-content .items li:after {
        background: url(../images/arrow01-right@2x.png) no-repeat top;
        background-size: contain;
        width: 25px;
        height: 25px;
        right: 120px;
        transform: rotate(90deg);
        top: inherit;
        bottom: 18px;
    }

    /* retina用 ----------------------------------------------- */
    @media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {
        .point {
            background: url(../images/arrow01-right@2x.png) no-repeat center right 0;
            background-size: 20px;
            display: flex;
        }

        .top-recruit-image {
            background: url("../images/top-recruit-image_pc.webp") no-repeat center fixed;
            background-size: cover;
        }

        .top-recruit-items li {
            background: url(../images/arrow01-bottom@2x.png) no-repeat center bottom 55px;
            background-size: 20px;
        }

        .top-plan {
            background: url("../images/top-plan-bg-pc.webp") no-repeat center;
            background-size: cover;
        }
    }

@media screen and (max-width: 735px) {	
	.top-instagarm-more{
	margin: 9vw auto 10vw;	
	}}

	

	
