@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap"); 
@import url("https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');



html {
　　font-family: 'Noto Sans JP', sans-serif;
　　font-weight: 300;
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 2px;
}

/* フォント調整 */
 .wrapper * {
  font-family: 'Noto Sans JP', sans-serif;
} 

.txt{
  line-height: 2.5;
}

@media(max-width:599px) {
.txt{
  line-height: 2.0;
}    
}

.breadcrumbs-list li a,
.breadcrumbs-list li span{
      font-family: 'Marcellus', serif;
}

/* タイトル */
.title_01 {
    font-family: 'Marcellus', serif;
    font-weight: 200;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 3px;
}

@media(max-width:599px) {
    .title_01 {
        font-size: 24px;
    }
}

.title_02 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.6;
}

@media(max-width:599px) {
    .title_02 {
        font-size: 18px;
    }
}

.title_03 {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 4px;
}

.title_04 {
    font-family: 'Marcellus', serif;
    line-height: 2;
    letter-spacing: 2px;
}

.title_05 {
    font-size: 18px;
    line-height: 1.6;
}

@media(max-width:599px) {
    .title_05 {
        font-size: 16px;
    }
}

.title_06 {
    display: inline-block;
    padding-bottom: 0.5em;
    font-size: 20px;
    line-height: 1.6;
    border-bottom: 1px solid #000;
}

@media(max-width:599px) {
    .title_06 {
        font-size: 16px;
    }
}

/* ボタン */
.btn_00 a:after{
    content: "\f105";
    margin-left: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn_01 a:after,
.btn_01 button:after {
    content: "\f105";
    margin-left: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn_01 button {
    border: none;
    background-color: transparent;
}

.btn_01.back a:after,
.btn_01.back button:after {
    content: none;
}

.btn_01.back a:before,
.btn_01.back button:before {
    content: "\f104";
    margin-right: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}


.btn_02 {
    width: 80%;
    max-width: 80%;
    margin: 30px auto 0;
}

.btn_02 a {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #dadada;
    background-color: #fff;
    position: relative;
}

.btn_02 a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 10px;
}

@media(max-width:599px) {
    .btn_02 {
        margin: 15px auto 0;
    }
}

.btn_03 {
    font-size: 16px;
}

.btn_03 span {
    position: relative;
}

.btn_03 span::before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -50px;
    left: 50%;
}

@media(max-width:599px) {
    .btn_03 span::before {
        bottom: -30px;
    }
}

.contact-btn_01 {
    width: 80%;
    max-width: 80%;
    margin: 30px auto 0;
}

.contact-btn_01 a {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 10px;
    text-align: center;
    border: none;
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
    position: relative;
}

.contact-btn_01 a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: auto;
    bottom: auto;
    right: 10px;
}


/*totop*/
#totop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

#totop a {
    display: block;
}

#totop a:before {
    content: "\f0d8";
    display: block;
    font-family: FontAwesome;
}

#totop a {
    display: block;
    padding: 5px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    border: 1px solid #fff;
    font-family: 'Marcellus', serif;
}

#totop img {
    width: 80px;
}

@media only screen and (max-width: 1024px) {
    #totop a {
        padding: 3px 14px;
    }
}

@media only screen and (max-width: 599px) {
    #totop a {
        padding: 2px 13px;
    }
}

/*gnav*/
#gnav {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    z-index: 200;
}

#gnav>li {
    width: auto;
    margin: 0 0.5em;
    color: #fff;
    text-align: center;
}

#gnav li>a,
#gnav li>span {
    display: block;
    padding: 10px 0;
    font-family: 'Marcellus', serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}

#gnav li.reserve span {
    width: 130px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #fff;
    display: block;
    padding: 10px 0;
    font-family: 'Marcellus', serif;
    font-size: 14px;
    letter-spacing: 2px;
}

#gnav li.reserve .pattern-b span {
    width: 130px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    background-image: url('/import/tenant_1/153.121.55.203/html/images/background-reserve.webp');
    background-repeat: no-repeat;
}

#gnav li.pull {
    position: relative;
}

#gnav li.pull ul {
    width: 250px;
    display: none;
    margin-top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0px;
    left: 50%;
}

#gnav li.pull:hover ul {
    display: block;
}

#gnav li.pull ul li {
    width: 100%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.4);
}

#gnav li.pull ul li a {
    padding: 10px 5px;
    color: #000;
}

#gnav li.pull ul li a:hover {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

#gnav .toggle-wrap {
    display: none;
}

@media (max-width: 1024px) {
    #gnav .gnavinn {
        width: 60%;
        margin-left: auto;
        height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 100px;
        border: none;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 350;
        position: relative;
    }

    #gnav ul li {
        width: 100%;
        display: block;
        text-align: left;
        position: static;
    }

    #gnav .head-sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    #gnav .head-sns li {
        text-align: center;
    }

    #gnav .head-sns .instagram-wrap a::before,
    #gnav .head-sns .tiktok-wrap a::before,
    #gnav .head-sns .twitter-wrap a::before {
        margin-right: 0;
    }

    #gnav li.pull {
        position: static;
    }

    #gnav li.pull ul {
        width: 100%;
        display: block;
        margin-top: 0;
        -webkit-transform: initial;
        transform: initial;
        position: relative;
        top: initial;
        left: initial;
    }

    #gnav li.pull ul li {
        padding-left: 1.5em;
        background-color: transparent;
    }

    #gnav li.pull ul li a {
        color: #fff;
    }
}

.overlay {
    overflow: hidden;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.gnavinn li.fadeIn:nth-of-type(1) {
    -webkit-animation: fadeIn 3s, forwards;
    animation: fadeIn 3s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(2) {
    -webkit-animation: fadeIn 3.5s, forwards;
    animation: fadeIn 3.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(3) {
    -webkit-animation: fadeIn 4s, forwards;
    animation: fadeIn 4s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(4) {
    -webkit-animation: fadeIn 4.5s, forwards;
    animation: fadeIn 4.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(5) {
    -webkit-animation: fadeIn 5s, forwards;
    animation: fadeIn 5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(6) {
    -webkit-animation: fadeIn 5.5s, forwards;
    animation: fadeIn 5.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(7) {
    -webkit-animation: fadeIn 6s, forwards;
    animation: fadeIn 6s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(8) {
    -webkit-animation: fadeIn 6.5s, forwards;
    animation: fadeIn 6.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(9) {
    -webkit-animation: fadeIn 7s, forwards;
    animation: fadeIn 7s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(10) {
    -webkit-animation: fadeIn 7.5s, forwards;
    animation: fadeIn 7.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(11) {
    -webkit-animation: fadeIn 8s, forwards;
    animation: fadeIn 8s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(12) {
    -webkit-animation: fadeIn 8.5s, forwards;
    animation: fadeIn 8.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(13) {
    -webkit-animation: fadeIn 9s, forwards;
    animation: fadeIn 9s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(14) {
    -webkit-animation: fadeIn 9.5s, forwards;
    animation: fadeIn 9.5s, forwards;
}

.gnavinn li.fadeIn:nth-of-type(15) {
    -webkit-animation: fadeIn 10s, forwards;
    animation: fadeIn 10s, forwards;
}

#gnav .toggle-wrap {
    display: none;
}

#gnav .toggle-wrap .toggle {
    width: 26px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 6px;
}

#gnav .toggle-wrap .toggle:before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 0;
}

#gnav .toggle-wrap .toggle:after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
}

#gnav.action .toggle {
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#gnav.action .toggle:after,
#gnav.action .toggle:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media(max-width:1024px) {
    #gnav .toggle-wrap {
        width: 38px;
        height: 38px;
        display: block !important;
        margin: 2px;
        border: 1px solid #fff;
        background: #000;
        -webkit-box-shadow: 0px 0px 0px 2px #000;
        box-shadow: 0px 0px 0px 2px #000;
        opacity: 0.8;
        cursor: pointer;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 400;
    }
}

@media (max-width: 599px) {
    #gnav .gnavinn {
        width: 90%;
        padding: 50px;
        margin-left: 10%;
    }
    
    #gnav ul li.reserve {
    display: none;
}
}

/*footer*/
.foot-sns li {
    width: 150px;
}

.foot-shop .shop-name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Marcellus', serif;
}

.foot-shop li {
    width: 25%;
}

.foot-shop .shop-address {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.foot-shop .tel-wrap {
    font-family: "Cutive Mono", monospace;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 3px;
}

.foot-nav {
    width: 25%;
}

.foot-nav li {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 2px;
}

.foot-nav li a,
.foot-nav li span{
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0 5px 1em;
    position: relative;
    font-family: 'Marcellus', serif;
}

.foot-nav li a::before,
.foot-nav li span::before{
    content: "";
    width: 6px;
    display: block;
    color: #a5a5a5;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.foot-nav li:nth-child(1) {
    font-size: 18px;
    letter-spacing: 1px;
}

.foot-nav li:nth-child(1) a,
.foot-nev li:nth-child(1) span{
    padding: 5px 0;
}

.foot-nav li:nth-child(1) a::before,
.foot-nav li:nth-child(1) span::before{
    content: none;
}

footer .copy {
    padding: 40px 0 20px;
    font-family: "Cutive Mono", monospace;
    font-weight: 700;
    font-size: 10px;
    color: #c0c0c0;
    letter-spacing: 0.5px;
    text-align: center;
}

/* 予約ボタン */
.fixed-wrap {
    display: none;
}

.shop-reserve-container {
    display: none;
}

@media(max-width:1024px) {
    .foot-shop li {
        width: 50%;
        margin-bottom: 1em;
    }

    .foot-nav {
        width: 50%;
        margin-bottom: 1em;
    }
}

@media(max-width:599px) {
    .foot-shop li {
        width: 100%;
    }

    footer .copy {
        padding: 40px 0 100px;
    }

    .fixed-wrap {
        width: calc(100% - 90px);
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;

        /* background-color: rgba(255, 255, 255, 0.9); */
        position: fixed;
        bottom: 10px;
        left: 10px;
        z-index: 10;
    }

    .fixed-sns li {
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0px 0px 15px -5px #777;
        box-shadow: 0px 0px 15px -5px #777;
        padding: 0.5em;
    }

    .fixed-reserve {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 0.5em;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0px 0px 15px -5px #777;
        box-shadow: 0px 0px 15px -5px #777;
    }

    .fixed-reserve span {
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
    }

    .fixed-sns li a {
        padding: 0.5em;
    }

    .fixed-sns li+li {
        margin-left: 0.5em;
    }

    .fixed-sns .instagram-wrap a,
    .fixed-sns .tiktok-wrap a,
    .fixed-sns .twitter-wrap a {
        font-size: 1.8em;
        display: block;
        width: 100%;
        height: 100%;
    }

    .fixed-sns .instagram-wrap a::before,
    .fixed-sns .tiktok-wrap a::before,
    .fixed-sns .twitter-wrap a::before {
        margin-right: 0;
    }

    /* 予約ボタン */
    .shop-reserve-container {
        width: 90%;
        opacity: 0;
        position: fixed;
        bottom: 75px;
        left: 5%;
        right: 5%;
    }

    .shop-reserve-container li .shop-name,
    .shop-reserve-container li .tel-wrap {
        text-align: center;
    }

    .shop-reserve-container li {
        overflow: hidden;
        margin-bottom: 1em;
        padding: 1em;
        border-radius: 0.5em;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 15px -5px #777;
        box-shadow: 0px 0px 15px -5px #777;
    }


    .shop-reserve-container li .tel:before {
        content: "\f879";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .fixed-container.appeared .shop-reserve-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 10;
    }
}

    /* ヘッダーの予約ボタン */
    .shop-reserve-container {
        width: 90%;
        opacity: 0;
        position: fixed;
        bottom: 75px;
        left: 5%;
        right: 5%;
    }

    .shop-reserve-container li .shop-name,
    .shop-reserve-container li .tel-wrap {
        text-align: center;
    }

    .shop-reserve-container li {
        overflow: hidden;
        margin-bottom: 1em;
        border-radius: 0.5em;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 15px -5px #777;
        box-shadow: 0px 0px 15px -5px #777;
    }


    .shop-reserve-container li .tel:before {
        content: "\f879";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }
    
    .reserve .shop-reserve-container {
    width: 35%;
    opacity: 0;
    position: fixed;
    bottom: auto;
    top: 100px;
    left: 60%;
    right: 5%;
    }

    .reserve.appeared .shop-reserve-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        z-index: 10;
    }

/* news */
.newsbox {
    width: 50%;
    margin-top: -50px;
    margin-left: auto;
    padding: 25px 50px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

@media(max-width:1024px) {
    .newsbox {
        width: 80%;
    }
}

@media(max-width:599px) {
    .newsbox {
        width: 100%;
        margin-top: -20px;
    }
}

/* list-news */
.list-news li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}

.list-news .date {
    width: 25%;
}

.list-news .text {
    width: 70%;
}

@media(max-width:599px) {
    .list-news .date {
        width: 100%;
    }

    .list-news .text {
        width: 100%;
    }
}

/*concept*/

.conceptbox {
    max-width: 400px;
    margin: auto;
    padding: 600px 0;
    position: relative;
}

.conceptbox ul {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 50%;
}

.conceptbox li {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.conceptbox li img {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #fff;
}

.conceptlist li:nth-of-type(1) {
    z-index: 9;
}

.conceptlist li:nth-of-type(2) {
    z-index: 8;
}

.conceptlist li:nth-of-type(3) {
    z-index: 7;
}

.conceptlist li:nth-of-type(4) {
    z-index: 5;
}

.conceptlist02 li:nth-of-type(1) {
    z-index: 6;
}

.conceptlist02 li:nth-of-type(2) {
    z-index: 2;
}

.conceptlist02 li:nth-of-type(3) {
    z-index: 3;
}

.conceptlist02 li:nth-of-type(4) {
    z-index: 2;
}

.conceptlist02 li:nth-of-type(5) {
    z-index: 1;
}

.conceptlist li:nth-of-type(1) img {
    -webkit-transform: translate(-130%, -20%);
    transform: translate(-130%, -20%);
}

.conceptlist li:nth-of-type(2) img {
    -webkit-transform: translate(-80%, -70%);
    transform: translate(-80%, -70%);
}

.conceptlist li:nth-of-type(3) img {
    -webkit-transform: translate(20%, -140%);
    transform: translate(20%, -140%);
}

.conceptlist li:nth-of-type(4) img {
    -webkit-transform: translate(120%, -50%);
    transform: translate(120%, -50%);
}

.conceptlist02 li:nth-of-type(1) img {
    -webkit-transform: translate(130%, 0%);
    transform: translate(130%, 0%);
}

.conceptlist02 li:nth-of-type(2) img {
    -webkit-transform: translate(100%, 80%);
    transform: translate(100%, 80%);
}

.conceptlist02 li:nth-of-type(3) img {
    -webkit-transform: translate(10%, 160%);
    transform: translate(10%, 160%);
}

.conceptlist02 li:nth-of-type(4) img {
    -webkit-transform: translate(-90%, 180%);
    transform: translate(-90%, 180%);
}

.conceptlist02 li:nth-of-type(5) img {
    -webkit-transform: translate(-125%, 80%);
    transform: translate(-125%, 80%);
}

.conceptbox h2 {
    position: relative;
    z-index: 10;
}

.conceptbox .txt {
    position: relative;
    z-index: 10;
}

.conceptbox .tbox {
    position: relative;
    z-index: 2;
}

.conceptbox ul.conceptlist03 {
    display: none;
}

.area02{
  margin-top: 150px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 1500px) {
    .conceptbox li {
        width: 90%;
    }

    .conceptbox {
        padding: 550px 0;
    }
}

@media only screen and (max-width: 1300px) {
    .conceptbox li {
        width: 80%;
    }

    .conceptbox {
        padding: 500px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .conceptbox li {
        width: 70%;
    }

    .conceptbox {
        padding: 400px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .conceptbox li {
        width: 60%;
    }
}

@media only screen and (max-width: 599px) {
    .conceptbox li {
        width: 25%;
    }

    .conceptbox {
        padding: 200px 0;
    }
    
    .conceptbox .tbox {
          position: absolute;
          top: 100%;
          left: 2%;
          right: 2%;
          width: 96%;
    }
    
    .area02{
      margin-top: 80px;
      margin-bottom: 450px;
    }
}

/* @media(max-width:1024px) {
    .conceptbox {
        max-width: 768px;
        padding: 0;
    }

    .conceptbox ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transform: none;
        transform: none;
        position: initial;
    }

    .conceptbox li {
        width: 100%;
        -webkit-transform: unset;
        transform: unset;
        position: initial;
    }

    .conceptlist li:nth-of-type(1) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist li:nth-of-type(2) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist li:nth-of-type(3) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist li:nth-of-type(4) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist02 li:nth-of-type(1) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist02 li:nth-of-type(2) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist02 li:nth-of-type(3) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist02 li:nth-of-type(4) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptlist02 li:nth-of-type(5) img {
        -webkit-transform: unset;
        transform: unset;
    }

    .conceptbox ul.conceptlist02 {
        display: none;
    }

    .conceptbox ul.conceptlist03 {
        display: block;
    }

    .conceptbox .tbox {
        padding: 30px 10px;
    }
} */

/* メインビジュアル */
.index-main-visual {
    position: relative;
}

.index-main-visual .index-main-visual__cont {
    width: 80%;
    max-width: 500px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 10%;
}

.index-main-visual .main-visual-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.index-main-visual .main-visual-sns li {
    width: 150px;
}

h1 {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.lower-h1-wrap {
  position: absolute;
  width: calc( 100% - 50px);
  top: 0;
  left: 0;
  z-index: 300;
}

.overlay .lower-h1-wrap {
    z-index: 1;
}

@media(max-width:599px) {
    .index-main-visual .index-main-visual__cont {
        max-width: 300px;
        transform: none;
        top: auto;
        bottom: 10%;
    }
    
    .lower-h1-wrap {
     left: 5px;
}
}

/* 下層メインビジュアル */
.lower-main-visual {
    position: relative;
}

.lower-main-visual img{
  filter: brightness(0.5);
}

.lower-main-visual__cont {
    width: 80%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    z-index: 1;
}

.lower-main-visual__cont .page-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #fff;
    line-height: 1.6;
}

.lower-main-visual__cont .page-title span {
    display: block;
}

.lower-main-visual__cont .page-title .main {
    font-family: 'Marcellus', serif;
}

.lower-main-visual__cont .page-title .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 30%;
}

.lower-main-visual__cont .page-title .sub::after {
    content: "";
    min-width: 10px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0.5em;
    border-bottom: 2px solid;
    opacity: 0.5;
}

.lower h1 {
    padding-right: 40px;
    font-size: 10px;
    color: #fff;
    text-align: left;
    mix-blend-mode: difference;
}

@media(max-width:599px) {
    .lower-main-visual_inner::after {
        padding-top: 110%;
    }

    .lower-main-visual__cont .page-title {
        font-size: 28px;
    }
}

/* 下層共通 */

/* カテゴリー */
.category-container li a {
    padding: 0.25em 0.5em;
}

/* list-cross */
.list-cross .item {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-cross .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: auto;
}

.list-cross .item+.item {
    margin-top: 80px;
}

.list-cross .item .img-wrap {
    width: 60%;
}

.list-cross .item .text-wrap {
    width: 40%;
    padding: 0 50px;
}

@media(max-width:1024px) {
    .list-cross .item {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .list-cross .item .img-wrap {
        width: 50%;
    }

    .list-cross .item .text-wrap {
        width: 50%;
    }
}

@media(max-width:599px) {
    .list-cross .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-cross .item+.item {
        margin-top: 40px;
    }

    .list-cross .item .img-wrap {
        width: 90%;
        margin: 0 auto 10px;
    }

    .list-cross .item .text-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .list-cross .item .img-wrap {
        overflow: hidden;
    }

    .list-cross .item .img-wrap img {
        width: 100%;
        height: auto;
        -webkit-transition: -webkit-transform;
        transition: -webkit-transform;
        transition: transform;
        transition: transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 2.6s;
        transition-duration: 2.6s;
    }

    .list-cross .item .img-wrap:hover img {
        -webkit-transform: scale(1.13);
        transform: scale(1.13);
    }
}

/* list-cross02 */
.list-cross02 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-cross02 .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.list-cross02.pattern .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-cross02 .item+.item {
    margin-top: 100px;
}

.list-cross02 .name {
    font-weight: bold;
    font-size: 1.2em;
}

.list-cross02 .carrier {
    line-height: 1.6;
}

@media(max-width:599px) {
    .list-cross02 .item+.item {
        margin-top: 50px;
    }
}

/* list-salon */
.list-salon .img-wrap {
    margin-bottom: 20px;
}

.list-salon .shop-name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Marcellus', serif;
}

.list-salon .shop-address {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.list-salon .tel-wrap {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.list-salon .tel-wrap .tel:before {
    content: "\f879";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

@media(max-width:1024px) {
    .list-salon .list-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-salon .img-wrap {
        width: 48%;
        margin-bottom: 0;
    }

    .list-salon .info-wrap {
        width: 48%;
    }
}

@media(max-width:599px) {
    .list-salon .list-inner {
        display: block;
    }

    .list-salon .img-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .list-salon .info-wrap {
        width: 100%;
    }
}

/* list-staff */
.list-staff li {
    width: calc((100% - ((7px * 2) * 3)) / 3);
    margin: 7px;
}

@media(max-width:599px) {
    .list-staff li {
        width: calc((100% - ((7px * 2) * 2)) / 2);
    }
}

/* list-staff02 */
.list-staff02 .post,
.list-staff02 .name {
    text-align: center;
}

/* list-blog */
.list-blog li {
    width: calc(100% - (7px * 2));
    margin: 0 7px;
    padding: 7px 0;
}

.list-blog li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-blog li dt {
    width: 30%;
    border: 1px solid;
}

.list-blog li dt .logo-thumb + .free-thumb {
    display: none;
}

.list-blog li dd {
    width: 65%;
}

.list-blog li dd span {
    display: block;
    margin-bottom: 5px;
    line-height: 1.6;
}

/* list-blog02 */
.list-blog02 li dd span {
    display: block;
    line-height: 1.6;
}

/* banner01 */
.banner01 .list-banner li {
    width: calc((100% - (2px * 2) * 3) / 3);
    margin: 2px;
}

.banner01 .list-banner li .square {
    position: relative;
}

.banner01 .list-banner li .square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.banner01 .list-banner li .square-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em;
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner01 .list-banner li .square-inner .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 3px;
    text-align: center;
}

.banner01 .list-banner li .square-inner .title .main {
    font-family: 'Marcellus', serif;
}


.banner01 .list-banner li .square-inner .title .sub {
    margin-top: 0.5em;
    font-size: 50%;
    line-height: 1.2;
}

@media(max-width:1024px) {
    .banner01 .list-banner li .square-inner .title {
        font-size: 24px;
    }
}

@media(max-width:599px) {
    .banner01 .list-banner li {
        width: 100%;
    }

    .banner01 .list-banner li .square::before {
        padding-top: 50%;
    }
}

/* banner02 */
.banner02 .banner-box {
    padding: 80px 50px;
    background: rgba(255, 255, 255, 0.7);
}

@media(max-width:1024px) {
    .banner02 .banner-box {
        padding: 80px 30px;
    }
}

/* list-style */
.list-style {
    position: relative;
}

.list-style li {
    width: 15%;
    margin: 1%;
}

.list-style li:nth-of-type(1) {
    width: 30%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.list-style li:nth-of-type(3),
.list-style li:nth-of-type(7) {
    margin-right: 33%;
}

.list-style a {
    position: relative;
}

.list-style a .card-cont {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    text-shadow: 2px 2px 1px rgb(135, 113, 94);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 94, 78, 0)), color-stop(75%, rgb(135, 113, 94)));
    background: linear-gradient(to bottom, rgba(112, 94, 78, 0) 0%, rgb(135, 113, 94) 75%);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-style a .card-cont .title {
    font-family: 'Marcellus', serif;
}

.list-style a .card-cont .staff {
    font-family: 'Marcellus', serif;
}

.list-style a:hover .card-cont {
    opacity: 1;
}

@media(max-width:599px) {
    .list-style li {
        width: calc((100% - 6%) / 3);
        margin: 1%;
    }

    .list-style li:nth-of-type(1) {
        width: calc((100% - 6%) / 3);
        margin: 1%;
        -webkit-transform: unset;
        transform: unset;
        position: initial;
        z-index: 1;
    }

    .list-style li:nth-of-type(3),
    .list-style li:nth-of-type(7) {
        margin-right: 1%;
    }
}

/* list-style02 */
.list-style02 a {
    position: relative;
}

.list-style02 a .card-cont {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5em;
    color: #fff;
    line-height: 1.6;
    text-shadow: 2px 2px 1px rgb(135, 113, 94);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(112, 94, 78, 0)), color-stop(75%, rgb(135, 113, 94)));
    background: linear-gradient(to bottom, rgba(112, 94, 78, 0) 0%, rgb(135, 113, 94) 75%);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-style02 a .card-cont .category span {
    display: inline-block;
    margin: 3px;
    padding: 0.5em;
    border: 1px solid #fff;
}

.list-style02 a:hover .card-cont {
    opacity: 1;
}


/* list-check */
.list-check {
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px #777;
    box-shadow: 0px 0px 15px -5px #777;
}

.list-check li {
    padding-left: 1em;
    text-indent: -1em;
}

.list-check li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1em;
    line-height: 1;
}

@media(max-width:599px) {
    .list-check {
        padding: 30px;
    }
}

/* list-price */
.list-price th {
    padding: 30px;
    color: #fff;
    border-left: 1px solid #fff;
    background-color: #ccc;
}

.list-price td {
    padding: 30px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

@media(max-width:599px) {
    .list-price th {
        padding: 10px;
    }

    .list-price td {
        padding: 10px;
    }
}

/* list-price02 */
.list-price02 td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.list-price02 td.menu {
    text-align: left;
}

@media(max-width:599px) {
    .list-price02 td {
        padding: 10px;
    }
}

/* list-price03 */
.list-price03 td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.list-price03 td.koumoku {
    width: 30%;
}

.list-price03 td.content {
    width: 70%;
}

.shop .list-price03 td.content span{
    display: block;
}

@media(max-width:599px) {
    .list-price03 td {
        padding: 10px;
    }

    .list-price03 td.koumoku {
        width: 40%;
    }
    
    .list-price03.recruit td.koumoku {
        width: 25%;
    }

    .list-price03 td.content {
        width: 60%;
    }
}

/* detail-container */
.detail-container .category span {
    display: inline-block;
    margin: 3px;
    padding: 0.25em 0.5em;
    color: #87715e;
    line-height: 1.6;
    border: 1px solid #87715e;
}

.detail-container .title {
    margin-bottom: 30px;
    font-size: 1.5em;
    border-bottom: 1px solid #000;
}

/* staff-detail */
.staff-detail .left {
    border-right: 1px solid #000;
}

.staff-detail .left .name-alphabet {
    font-weight: bold;
    font-size: 1.5em;
}

.staff-detail .left .name-kanji,
.staff-detail .left .name-katakana {
    line-height: 1.6;
}

.staff-detail .left .name-kanji {
    font-weight: bold;
}

.staff-detail .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff-detail .right dt {
    width: 20%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
}

.staff-detail .right dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 5px;
}

.staff-detail dd a:hover{
    text-decoration: underline;
    color: rgba(0,0,0,0.5)
}

@media(max-width:1024px) {
    .staff-detail .left {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
        border-right: 0;
    }
}

@media(max-width:599px) {
    .staff-detail .left .name-alphabet {
        font-size: 1em;
    }

    .staff-detail .right dt {
        width: 100%;
    }

    .staff-detail .right dd {
        width: 100%;
    }
}

/* style-detail */
.style-detail .title-wrap {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #000;
}

.style-detail .title {
    font-size: 1.2em;
    width: 10%;
    flex-grow: 1
}

.style-detail .price {
    font-weight: bold;
    flex-shrink: 0;
}

/* タブ切り替え */
.tab-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    border: 2px solid;
    cursor: pointer;
}

.tab {
    width: calc(100%/4);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
    text-align: center;
}

.tab:nth-child(n+2) {
    border-left: 2px solid;
}

.tab.active {
    color: #fff;
    background-color: #000;
}

.panel {
    width: 100%;
    display: none;
    text-align: center;
}

.panel table {
    width: 100%;
}

.panel table th,
.panel table td {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.panel.active {
    display: block;
}

/* スライダー */
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    color: #000;
    line-height: 50px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slide01 .slick-slide{
  padding: 0 70px;
}

/* ドットナビ */
.slick-dots {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: -25px;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    display: block;
    padding: 5px;
    font-size: 0;
    color: transparent;
    line-height: 0;
    outline: none;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.slick-dots li button:before {
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    color: black;
    line-height: 20px;
    text-align: center;
    opacity: 0.25;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* fead-zoom */
.fead-zoom img {
    will-change: animation;
}

.fead-zoom [class*=up-ofi] {
    overflow: hidden;
}

.fead-zoom.mv img {
    -webkit-animation: zoom 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: zoom 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* fead-mv */
.fead-mv {
    opacity: 0;
}

.fead-mv.mv {
    opacity: 1;
    -webkit-transition: 0.7s ease-in;
    transition: 0.7s ease-in;
}

/* fead-text */
.fead-text .str.mv {
    opacity: 1;
    -webkit-animation: fadeInRight 0.9s;
    animation: fadeInRight 0.9s;
}

.fead-text .str {
    min-width: 15px;
    display: inline-block;
    opacity: 0;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(20px, 30px);
        transform: translate(20px, 30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(20px, 30px);
        transform: translate(20px, 30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* 「PC時は非表示」など */
.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.sp-block {
    display: none;
}

.tb-block {
    display: none;
}

@media (max-width: 1024px) {
    .pc-none {
        display: block;
    }

    .tb-block {
        display: block;
    }
}

@media(max-width:599px) {
    .sp-none {
        display: none;
    }

    .sp-block {
        display: block;
    }
}

/* タイルの動き */
/* @media (max-width: 1024px) {
  .conceptbox .conceptlist li {
    transform: translate(50%, 0);
    transition: ease-in-out 0.5s;
  }

  .conceptbox .conceptlist li:nth-child(2) {
    transform: translate(50%, -100%);
    transition: ease-in-out 0.6s;
  }

  .conceptbox .conceptlist li:nth-child(3) {
    transform: translate(50%, -100%);
    transition: ease-in-out 0.7s;
  }

  .conceptbox .conceptlist li:nth-child(4) {
    transform: translate(50%, -100%);
    transition: ease-in-out 0.8s;
  }

  .conceptbox .conceptlist03 li {
    transform: translate(-50%, -100%);
    transition: ease-in-out 0.5s;
  }

  .conceptbox .conceptlist03 li:nth-child(2) {
    transform: translate(-50%, -100%);
    transition: ease-in-out 0.6s;
  }

  .conceptbox .conceptlist03 li:nth-child(3) {
    transform: translate(-50%, -100%);
    transition: ease-in-out 0.7s;
  }

  .conceptbox .conceptlist03 li:nth-child(4) {
    transform: translate(-50%, -100%);
    transition: ease-in-out 0.8s;
  }

  .conceptbox .conceptlist03 li:nth-child(5) {
    transform: translate(-50%, -100%);
    transition: ease-in-out 0.9s;
  }

  .conceptbox.is-view .conceptlist li {
    transform: translate(0, 0);
  }

  .conceptbox.is-view .conceptlist03 li {
    transform: translate(0, 0);
  }
} */

/* component.cssからの変更*/
.main-visual-sns .instagram-wrap a, 
.main-visual-sns .twitter-wrap a, 
.main-visual-sns .tiktok-wrap a{
    font-size: 16px;
    font-family: 'Marcellus', serif;
}

@media(max-width:599px) {
.main-visual-sns .instagram-wrap a, 
.main-visual-sns .twitter-wrap a, 
.main-visual-sns .tiktok-wrap a{
    font-size: 10px;
}   
}

footer .instagram-wrap a,
footer .twitter-wrap a,
footer .tiktok-wrap a{
    font-size: 16px;
    font-family: 'Marcellus', serif;
}

@media(max-width:599px) {
footer .instagram-wrap a,
footer .twitter-wrap a,
footer .tiktok-wrap a{
    font-size: 14px;
}    
}

/* CSSマーカー */
.marker {

  /* マーカーを引く 
  rgba(255, 153, 0,0.5) の部分はマーカーの色を指定しています。
　実装される際は、お好きな色、透明度をお入れ下さい。 */
  background:linear-gradient(transparent 50%, rgba(0, 0, 0, 0.1) 50%); /* マーカーを引く */
  
  /* インライン属性を指定する */
  display: inline;                                                        
}

.marker {
  background:linear-gradient(transparent 50%, rgba(0, 0, 0, 0.1) 50%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

/* RECTUIT Work With Us */
.contact-container {
    padding: 100px;
    border: 1px solid #000;
    border-radius: 100px;
}

.contact-slide-container {
    overflow: hidden;
}

@media(max-width:599px) {
.contact-container {
    padding: 50px;
    border: 1px solid #000;
    border-radius: 100px;
}  
}


/* 見たまま編集画面 */
[data-element-id] #gnav {
    position: absolute;
    top: 0;
}

[data-element-id] #gnav li.pull ul{
  display: block;
  transform: none;
  width: 100px;
  position: initial;
}

[data-element-id] .head-nav-wrap{
  align-items: flex-start;
}

[data-element-id] .panel {
    display: block;
}

[data-element-id] .CARTA_Cut,
[data-element-id] .CARTA_Color,
[data-element-id] .CARTA_Perm,
[data-element-id] .CARTA_Treatment,
[data-element-id] .Niiii_by_CARTA_Cut,
[data-element-id] .Niiii_by_CARTA_Color,
[data-element-id] .Niiii_by_CARTA_Perm,
[data-element-id] .Niiii_by_CARTA_Treatment,
[data-element-id] .LMA_Cut,
[data-element-id] .LMA_Color,
[data-element-id] .LMA_Perm,
[data-element-id] .LMA_Straight,
[data-element-id] .LMA_Treatment{
  position: relative;
  padding-top: 50px;
}

[data-element-id] .CARTA_Cut::before,
[data-element-id] .CARTA_Color::before,
[data-element-id] .CARTA_Perm::before,
[data-element-id] .CARTA_Treatment::before,
[data-element-id] .Niiii_by_CARTA_Cut::before,
[data-element-id] .Niiii_by_CARTA_Color::before,
[data-element-id] .Niiii_by_CARTA_Perm::before,
[data-element-id] .Niiii_by_CARTA_Treatment::before,
[data-element-id] .LMA_Cut::before,
[data-element-id] .LMA_Color::before,
[data-element-id] .LMA_Perm::before,
[data-element-id] .LMA_Straight::before,
[data-element-id] .LMA_Treatment::before{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 0.25em 0;
}

[data-element-id] .CARTA_Cut::before{
  content: "CARTA Cut";
}

[data-element-id] .CARTA_Color::before{
  content: "CARTA Color";
}

[data-element-id] .CARTA_Perm::before{
  content: "CARTA Perm";
}

[data-element-id] .CARTA_Treatment::before{
  content: "CARTA_Treatment";
}

[data-element-id] .Niiii_by_CARTA_Cut::before{
  content: "Niiii_by_CARTA_Cut";
}

[data-element-id] .Niiii_by_CARTA_Color::before{
  content: "Niiii_by_CARTA_Color";
}

[data-element-id] .Niiii_by_CARTA_Perm::before{
  content: "Niiii_by_CARTA_Perm";
}

[data-element-id] .Niiii_by_CARTA_Treatment::before{
  content: "Niiii_by_CARTA_Treatment";
}

[data-element-id] .LMA_Cut::before{
  content: "L/MA_Cut";
}

[data-element-id] .LMA_Color::before{
  content: "L/MA_Color";
}

[data-element-id] .LMA_Perm::before{
  content: "L/MA_Perm";
}

[data-element-id] .LMA_Straight::before{
  content: "L/MA_Straight";
}

[data-element-id] .LMA_Treatment::before{
  content: "L/MA_Treatment";
}

[data-element-id] .style-detail .title {
    width: 100%;
}

[data-element-id] .style-detail .price {
    width: 100%;
}

[data-element-id] .sp-block {
    display: block;
    padding-top: 50px;
}

[data-element-id] .pc-none {
    display: block;
    border: 1px solid green;
    position: relative;
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
}

[data-element-id] .pc-none::before {
  content: "モバイルで表示";
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
  color: #fff;
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
  font-size: 10px;
}

[data-element-id] .tb-block {
    display: block;
    border: 1px solid green;
    position: relative;
    padding-top: 50px;
    max-width: 500px;
    margin: 0 auto;
}

[data-element-id] .tb-block::before {
  content: "モバイルで表示";
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
  color: #fff;
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
}

[data-element-id] .main-visual{
  padding-top: 1000px;
}

[data-element-id] .index-main-visual .index-main-visual__cont {
    -webkit-transform: translate(0, -80%);
    transform: translate(0, -80%);
    top: 80%;
}

[data-element-id] #gnav li{
  min-width: 100px;
}

[data-element-id] .fixed-wrap {
    display: block;
    position: relative;
    padding-top: 50px;
    border: 1px solid green;
    margin-bottom: 50px;
    max-width: 500px;
    margin: 0 auto;
}

[data-element-id] .fixed-wrap::before {
  content: "モバイルで表示";
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
  color: #fff;
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
}

[data-element-id] .shop-reserve-container {
    display: flex;
    position: relative;
    padding-top: 50px;
    border: 1px solid green;
    max-width: 500px;
    margin: 0 auto;
    opacity: 1;
    bottom: auto;
    left: auto;
    right: auto;
}

[data-element-id] .shop-reserve-container::before {
  content: "RESERVEボタンを押すと表示（SP）";
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
  color: #fff;
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
}

[data-element-id] .reserve .shop-reserve-container {
    display: flex;
    padding-top: 120px;
    border: 1px solid green;
    max-width: auto;
    position: absolute;
    top: 450px;
    right: 0;
}


[data-element-id] .reserve .shop-reserve-container::before {
  content: "RESERVEボタンを押すと表示（PC）※モバイル版の内容も変更される場合は、画面下「RESERVEボタンを押すと表示（SP）」も編集してください。";
  position: absolute;
  top: 0;
  left: 0;
  background-color: green;
  color: #fff;
  width: 100%;
  padding: 0.25em 0;
  text-align: center;
}

[data-element-id] .instagram-wrap a,
[data-element-id] .twitter-wrap a,
[data-element-id] .tiktok-wrap a,
[data-element-id] .line-wrap a,
[data-element-id] .facebook-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 50px;
}

[data-element-id] .reserve .shop-reserve-container{
  opacity: 1;
}


#gnav li.pull ul li a {
    line-height: 1.6;
    font-size: 12px;
}

#gnav li.reserve.appeared .shop-reserve-container a{
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

[data-element-id] #gnav .shop-reserve-container li>a{
  color: #000;
}

[data-ab-test-block] [data-ab-test-contents] + [data-ab-test-contents] li {
    display: none;
}

/*メニュー 予約ボタン*/
.menu-r a {
  display: block;
  width: 300px;
  padding: 1% 3%;
  margin: 0 auto 30px;
  background: #000;
  color: #fff;
  font-size: 16px;
}
.sns a {
  display: block;
  width: 50px;
}
.sns a img {
  width: 100%;
}

@media (max-width: 599px) {
  .menu-r a {
    width: 250px;
  }
}

/*TOPクーポンバナー*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.c-bnr {
  position: relative;
}
.c-bnr .img {
  width: 100%;
  position: relative;
}
.c-bnr .img img {
  width: 100%;
}
.c-bnr .t-box {
  position: absolute;
  top: 10%;
  width: 100%;
}
.c-bnr .t-box .midashi {
  font-family: 'Marcellus', serif;
  text-align: center;
  font-size: 50px;
}
.c-bnr .t-box .txt {
  text-align: center;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .c-bnr .t-box .midashi {
    font-size: 30px;
    line-height: 1.5;
  }
  .c-bnr .t-box .txt {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .c-bnr .t-box .txt {
    font-size: 16px;
}
}

/* 2024/08/17 08/23*/
.btn_02.en {
  margin-top: 10px;
}

.area02.en{
  margin-bottom: 150px;
}

.access-map {
    height: 100%;
    position: relative;
}

.access-map::before {
    content: "";
    display: block;
    padding-top: 25%;
}

.access-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-staff02.en .post,
.list-staff02.en .name {
    text-align: left;
    line-height: 1.5;
}

.list-salon.en .list-inner{
    display: flex;
    justify-content: space-between;
}

.list-salon.en .list-inner .left,
.list-salon.en .list-inner .right{
    width: 48%;
}

.list-salon.en li+li{
    margin-top: 50px;
}

.staff-container-shop-name{
  font-family: 'Marcellus', serif;
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
}

@media (max-width: 1024px) {
    .list-salon.en .img-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .list-salon.en .info-wrap {
        width: 100%;
    }    
}

@media (max-width: 599px) {
    .access-map::before {
        padding-top: 100%;
    }
    
    .access-map.shop::before {
        padding-top: 50%;
    }
    
    .list-salon.en .list-inner {
        flex-wrap: wrap;
    }
    
    .list-salon.en .list-inner .left,
    .list-salon.en .list-inner .right{
        width: 100%;
    }
    
    .list-salon.en .list-inner .left{
        margin-bottom: 10px;
    }     
    
    .list-salon.en .shop-address {
        font-size: 12px;
        line-height: 1.2;
        text-align: left;
    } 
    
    .contact-btn_01.en {
    margin: 0px auto 0;
}
    .contact-btn_01.en a {
        font-size: 12px;
        letter-spacing: 5px;
    }    
    
    .contact-btn_01.en a::after {
      right: 5px;
    }
    
    .btn_02.en {
    margin-top: 0;
}
    
    .btn_02.en a {
        font-size: 10px;
        letter-spacing: 5px;
    }
    
    .btn_02.en a::after {
        right: 5px;
    }
    
    .area02.en{
      margin-bottom: 100px;
    }
    
    .list-style.en a .card-cont{
        display: none;
    }    
}

#en .foot-nav {
  width: 33%;
}

@media (max-width: 599px){
  #en .foot-nav {
    width: 50%;
  }
}

/* 2024/09/04 */
#instafeed{
  display: flex;
  flex-wrap: wrap;
  position: relative;  
}

#instafeed li {
  width: 15%;
  margin: 1%;
}

#instafeed li{
  list-style-type: none;
}

#instafeed li a{
  display: block;
  width: 100%;
  height: 100%;
}

#instafeed li a span{
  display: block;
  transition: 0.3s linear;
  -transition: 0.3s linear;
  background: linear-gradient(to bottom, rgba(112, 94, 78, 0) 0%, rgb(135, 113, 94) 75%);
}

#instafeed li:nth-of-type(1) {
  width: 30%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

#instafeed li:nth-of-type(3),
#instafeed li:nth-of-type(7) {
  margin-right: 33%;
}

#instafeed li .square-content{
  position: relative;
  display: block;
  width: 100%;
}

#instafeed li .square-content::after {
  content: "";
  display: block;
  padding-top: 100%;
}

#instafeed li .square-content img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;  
}

@media(max-width:599px) {
    #instafeed li {
        width: calc((100% - 6%) / 3);
        margin: 1%;
    }

    #instafeed li:nth-of-type(1) {
        width: calc((100% - 6%) / 3);
        margin: 1%;
        -webkit-transform: unset;
        transform: unset;
        position: initial;
        z-index: 1;
    }

    #instafeed li:nth-of-type(3),
    #instafeed li:nth-of-type(7) {
        margin-right: 1%;
    }
}

.menu-r.en {
  display: flex;
  flex-wrap: wrap;
}
