@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&family=Fredericka+the+Great&family=Jacques+Francois+Shadow&family=Kranky&family=Poiret+One&family=Ribeye+Marrow&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

/* ==========共通設定========== */
html {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--txt-color-01);
    line-height: 1.5;
}

@media(max-width:599px) {
html {
    line-height: 1.3;
}    
}

html {
    --txt-color-00: #fff;
    --txt-color-01: #2d444f;
    --txt-color-02: #9cb8c6;
    --txt-color-03: #e9eff2;
    --txt-color-04: #f9f9f9;
    --txt-color-05: #8090ae;
    --txt-color-06: #9cc6a2;
    --txt-color-07: #e4c4b4;
    --txt-color-08: #d37585;
    --txt-color-09: #c6a3b5;
    --back-color-00: #fff;
    --back-color-01: #2d444f;
    --back-color-02: #9cb8c6;
    --back-color-03: #e9eff2;
    --back-color-04: #f9f9f9;
    --back-color-05: #8090ae;
    --back-color-06: #9cc6a2;
    --back-color-07: #e4c4b4;
    --back-color-08: #d37585;
    --back-color-09: #c6a3b5;
}

#luxy {
  position: static!important;
}

/* PC・TB・SPで表示切替 */
.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

[data-element-id].hide\@pc {
    display: block;
    padding-top: 25px;
    padding-bottom: 0.5em;
    border: 1px solid green;
    position: relative;
    max-width: 375px;
}

[data-element-id].hide\@pc:before {
    content: "モバイルで表示";
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 0;
}

@media(max-width:1024px){
  .sp-yohaku{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* PC・SPで表示切替 */
@media(max-width:599px){
.sp-hidden{
  opacity: 0;
  visibility: hidden;
  height: 0;
}
}

/* ==========共通デザイン========== */
.logo {
    max-width: 150px;
    margin: 0 auto;
}

[data-element-id] .logo.show\@tb{
  background-color: var(--back-color-07);
}

.tel-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poiret One", sans-serif;
    font-size: 42px;
    color: var(--txt-color-05);
    line-height: 1;
}

.tel-wrap .tel a {
    padding-left: 2em;
    position: relative;
}

.tel-wrap .tel a::before {
    content: "\f095";
    padding: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 70%;
    color: var(--txt-color-00);
    line-height: 1;
    background-color: var(--back-color-05);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .tel-wrap {
        font-size: 36px;
    }
}

.yoyaku-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.yoyaku-wrap a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 20px;
    color: var(--txt-color-00);
    background-color: var(--back-color-06);
}

.yoyaku-wrap a::before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 1em;
    color: var(--txt-color-03);
    background-image: url('/import/tenant_1/153.126.141.26/html/images/email-icon.webp');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1024px) {
    .yoyaku-wrap a {
        font-size: 18px;
    }
}

/* SNSアイコン */
.sns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 20px;
}

.sns-wrap li {
    width: 48px;
    height: 48px;
}

.instagram-wrap a,
.x-wrap a,
.tiktok-wrap a,
.line-wrap a,
.facebook-wrap a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--back-color-02);
    position: relative;
}

.instagram-wrap a{
    background-color: var(--back-color-05);
}

.instagram-wrap a::after {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 34px;
    color: var(--txt-color-00);
    line-height: 1;
}

.line-wrap a::after {
    content: "\f3c0";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 34px;
    color: var(--txt-color-00);
    line-height: 1;
}

header .line-wrap a,
header .instagram-wrap a{
    padding: 10px;
}

header .line-wrap a::after,
header .instagram-wrap a::after{
    font-size: 28px;
}

@media (max-width: 599px) {
    .sns-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.title01 {
    font-family: "Poiret One", sans-serif;
    font-size: 60px;
    /* color: var(--txt-color-02); */
    line-height: 1;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
    /* change */
    color: var(--txt-color-09);    
    font-weight: 600;
}

.title01.white {
    color: var(--txt-color-00);
}

@media (max-width: 1024px) {
    .title01 {
        font-size: 42px;
    }
}

@media(max-width:599px) {
/*     .title01.shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
} */
    
    .title01.washi {
        font-size: 24px;
    }
}

.title02 {
    font-weight: 100;
    font-size: 48px;
    color: var(--txt-color-05);
    line-height: 1;
}

@media (max-width: 1024px) {
    .title02 {
        font-size: 36px;
    }
}

.title03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 42px;
    color: var(--txt-color-05);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.title03::after {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0.5em;
    background-color: var(--back-color-05);
}

@media (max-width: 599px) {
    .title03 {
        font-size: 30px;
        color: var(--txt-color-05);
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
}

.title04 {
    font-size: 18px;
    /* color: var(--txt-color-02); */
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
    /* change */
    color: var(--txt-color-09); 
    font-weight: 600;
}

.title04.white {
    color: #fff;
}

@media(max-width:599px){
/* .title04.shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
} */
}

.title05 {
    font-size: 48px;
    color: var(--txt-color-02);
}

.title06 {
    font-size: 36px;
    color: var(--txt-color-05);
    line-height: 1;
    font-weight: 300;
}

@media(max-width:1024px){
.title06 {
    font-size: 24px;
}
}

@media(max-width:599px) {
.title06 {
    font-size: 17px;
    color: var(--txt-color-01);
}    
}

.title07 {
    font-size: 18px;
    color: var(--txt-color-05);
}

.title07.white {
    color: #fff;
}

.moon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url('/import/tenant_1/153.126.141.26/html/images/moon_003.webp') repeat-x;
    background-size: auto 100%;
    -webkit-animation: rotate-anim 100s linear infinite;
    animation: rotate-anim 100s linear infinite;
    position: relative;
}

@-webkit-keyframes rotate-anim {
    100% {
        background-position: -200% 0;
    }
}

@keyframes rotate-anim {
    100% {
        background-position: -200% 0;
    }
}

.moon a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2),
    0 0 40px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.moon a:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4),
    0 0 50px rgba(128, 128, 128, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
}

.btn01.arrow .moon a {
    position: relative;
}

.btn01.arrow .moon a .yazirusi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
}

.btn01.arrow .moon a .yazirusi::after {
    content: "";
    width: 100px;
    height: 15px;
    display: block;
    border-bottom: solid 1px;
    border-right: solid 1px;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
}

@media (max-width: 599px) {
    .moon {
        width: 120px;
        height: 120px;
    }

    .btn01 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .btn01.center {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* btn02 */
.btn02 a,
.btn02 button{
  font-size: 18px;
  position: relative;
}

.btn02 button {
    border: none;
    background-color: transparent;
}

.btn02 a .arrow,
.btn02 button .arrow{
  position: absolute;
  right: -1em;
  bottom: -5px;
  display: flex;
  align-items: center;
} 

.btn02 a .arrow::after,
.btn02 button .arrow::after{
  content: '';
  width: 70px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.btn02 a:hover .arrow,
.btn02 button:hover .arrow{
  transform: translateX(10px);
  transition: 0.3s ease-in;
}

.btn02.back a .arrow,
.btn02.back button .arrow{
  right: auto;
  left: -1em;
} 

.btn02.back a .arrow::after,
.btn02.back button .arrow::after{
  border-right: none;
  border-left: solid 1px;  
  transform: skew(315deg);
}

.btn02.back a:hover .arrow,
.btn02.back button:hover .arrow{
  transform: translateX(-10px);
}

.btn02.white a {
    color: #fff;
}

@media(max-width:599px) {
.btn02.back a:hover .arrow,
.btn02.back button:hover .arrow{
  transform: translateX(-5px);
}    
}

/* btn05 */
.btn05{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.btn05 .arrow {
  display: flex;
  align-items: center;
} 

.btn05 .arrow::after {
  content: '';
  width: 35px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.double-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    align-items: flex-start;
}

.double-img .fleximg01 {
    overflow: hidden;
    margin-top: -60px;
    margin-right: -5%;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.double-img .fleximg02 {
    overflow: hidden;
    margin-left: -5%;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.bgimage01 {
    background-image: url('/import/tenant_1/153.126.141.26/html/images/washi.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bgcolor01 {
    background-color: var(--back-color-03);
}

.bgcolor02 {
    background-color: var(--back-color-02);
}

.bgcolor03 {
    background-color: var(--back-color-05);
}

.bgcolor04 {
    background-color: var(--back-color-01);
}

.blue-box{
    padding: 30px;
    color: var(--txt-color-03);
    background-color: var(--back-color-05);
}

/* 丸＋ホバーすると大きくなる */
/*デフォルトのマウスカーソルを非表示にする*/
html,
body,
a {
    cursor: none;
}

[data-element-id] html,
body,
a {
    cursor: auto;
}


/*独自のマウスカーソルを作成*/
.cursor {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--back-color-01);
    -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: none;
    position: fixed;
    top: -5px;
    left: -5px;
    z-index: 1000;
}

/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
    width: 40px;
    height: 40px;
    background: rgba(154, 184, 198, 0.5);
    top: -20px;
    left: -20px;
}

@media(max-width:1024px){
  .cursor{
    display: none;
  }
}

.img-shadow{
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.filter-shadow {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));
}


/* ==========共通要素========== */
/* ヘッダー */
header {
    width: 100%;
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed;
    z-index: 10;
}

.drop header {
  padding-top: 0;
}

.drop .logo {
  display: none;
}

[data-element-id] header{
  display: flex;
  flex-direction: column;
  position: initial;
  padding-bottom: 150px;
}

[data-element-id] .gnav-wrapwrap{
  max-width: 1200px;
}

.recruit-contact-wrap {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;

    gap: 5px;
}

[data-element-id] .recruit-contact-wrap{
  position: initial;
  margin-left: auto;
}

.recruit-contact-wrap .recruit-item {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.recruit-contact-wrap .recruit-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    color: var(--txt-color-00);
    text-align: center;
    background-color: var(--back-color-07);
}

.recruit-contact-wrap .contact-item {
    width: 50px;
    height: 50px;
    padding: 0;
}

.recruit-contact-wrap .contact-item a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--back-color-06);
}

@media (max-width: 1024px) {
    header {
        padding-top: 0;
        background-color: transparent;
    }

    .recruit-contact-wrap{
        display: none;
    }
}

/* ナビ */
nav {
    width: 100%;
    padding-top: 20px;
    font-weight: 500;
    color: var(--txt-color-01);
}

.gnav .gnav-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gnav .gnav-in li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.gnav .gnav-in li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    white-space: nowrap;
}

.drop nav {
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed;
    top: 0;
    left: 0;
}

.drop.scrolled nav {
  transform: translateY(-100%);
  transition: linear 0.3s;
}

.rising nav{
  background-color: rgba(255, 255, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  transition: linear 0.3s;
}

@media (max-width: 1024px) {
    nav {
        padding-top: 0;
        color: var(--txt-color-00);
        position: fixed;
    }

    .gnav {
        width: 50%;
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 50px;
        background-color: var(--back-color-01);
        opacity: 1;
        -webkit-transition: height ease 0.1s, opacity ease 0.4s;
        -webkit-transition: 0.4s ease;
        transition: height ease 0.1s, opacity ease 0.4s;
        transition: 0.4s ease;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 250;
    }

    .gnav .gnav-in {
        display: block;
    }

    nav.active .gnav {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 599px) {
    .gnav {
        width: 80%;
        padding: 50px 50px 100px 50px;
    }
}

/* オーバーレイ */
.overlay {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}

.overlay.active {
    display: block;
}

/* ドロップダウン */
.drop-item {
    position: relative;
}

.drop-item a,
.drop-item span {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}

.drop-item .drop-box {
    width: fit-content;
    visibility: hidden;
    color: var(--txt-color-00);
    border-radius: 10px;
    background-color: var(--back-color-02);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
}

[data-element-id] .drop-item .drop-box {
    visibility: visible;
    opacity: 1;
} 

.drop-item .drop-box::before {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--back-color-02) transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    left: 30px;
}

.drop-item .drop-box li {
    width: 100%;
}

.drop-item a:hover+.drop-box,
.drop-item span:hover+.drop-box,
.drop-item .drop-box:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
}

@media (max-width: 1024px) {
    .drop-item .drop-box {
        visibility: visible;
        background-color: transparent;
        opacity: 1;
        position: initial;
    }

    .drop-item .drop-box::before {
        content: none;
    }
    
    .drop-item span {
        display: none;
    }
}

/* ハンバーガーメニュー */
.toggle {
    width: 55px;
    height: 50px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    z-index: 251;
}

.toggle span {
    width: 45%;
    height: 2px;
    display: inline-block;
    border-radius: 5px;
    background: var(--back-color-01);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
}

.toggle span:nth-of-type(1) {
    top: 13px;
}

.toggle span:nth-of-type(2) {
    top: 19px;
}

.toggle span:nth-of-type(3) {
    top: 25px;
}

.toggle span:nth-of-type(3)::after {
    content: "Menu";
    font-size: 0.5rem;
    color: var(--txt-color-01);
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: -3px;
}

nav.active .toggle span {
    background: var(--back-color-00);
}

nav.active .toggle span:nth-of-type(1) {
    width: 30%;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    top: 14px;
    left: 18px;
}

nav.active .toggle span:nth-of-type(2) {
    opacity: 0;
}

nav.active .toggle span:nth-of-type(3) {
    width: 30%;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    top: 26px;
    left: 18px;
}

nav.active .toggle span:nth-of-type(3)::after {
    content: "close";
    color: var(--txt-color-00);
    -webkit-transform: translateY(66px, 0px) rotate(315deg);
    transform: translate(66px, 0px) rotate(315deg);
    top: 5px;
    left: -60px;
}

@media (max-width: 1024px) {
    .toggle {
        display: block;
        margin-left: auto;
    }
}

/* フッター */
footer {
    position: relative;
    z-index: 5;
}

.foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.foot-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 1.6em;
    color: var(--txt-color-03);
    position: relative;
}

.foot-nav li a::before {
    content: "";
    width: 1px;
    height: 12px;
    display: block;
    background-color: var(--back-color-00);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.foot-nav+.foot-nav {
    margin-top: 20px;
}

.foot-nav li:last-child a::before {
    content: none;
}

footer .logo {
    max-width: 180px;
    margin: 50px auto 0 auto;
}

footer .copy {
    color: var(--txt-color-00);
    position: absolute;
    bottom: 0;
    right: 1em;
}

@media(max-width:599px) {
footer {
  display: none;
}    
}

/* SP時表示の追従ボタン（ABテスト） */
.fixed-btn-container {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 5;
}

.fixed-btn-container .moon {
    width: 100px;
    height: 100px;
}

.fixed-btn-container .moon a {
    width: 100px;
    height: 100px;
}

.fixed-btn-container .pattern-b .moon{
  background-image: url('/upload/tenant_1/moon_003_yellow.webp')
}

[data-element-id] .fixed-btn-container {
  display: block;
  position: initial;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}

[data-element-id] .fixed-btn-container::before{
  content: "ABテスト";
  display: block;
  background-color: purple;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; 
}

[data-element-id] .fixed-btn-container .moon a {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 120px;
}

[data-element-id] .fixed-btn-container .moon {
    width: 120px;
    height: 120px;
}

/* SP時表示のLINEボタン */
.fixed-line {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 5;
}

.fixed-line .line-wrap a,
.fixed-line .instagram-wrap a{
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 0px 15px #ffffff;
}

.fixed-line .line-wrap a::after,
.fixed-line .instagram-wrap a::after{
    padding: 10px;
}

.fixed-line .line-wrap{
    margin-top: 10px;
}

@media(max-width:1024px){
.fixed-line {
    display: block;
}    
}

[data-element-id] .fixed-line{
  display: block;
  position: initial;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  padding-top: 1.5em;
  border: 1px solid #000;
}

[data-element-id] .fixed-line::before{
  content: "モバイルで表示（追従ボタン）";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/* ローディングエフェクト */
.loader {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
}

.loader .txt {
    display: none;
    font-weight: bold;
    font-size: 45px;
    color: rgb(30, 50, 93);
}

[data-element-id] .loader {
  display: none;
}

@media (max-width: 1024px) {
    .foot-nav li a {
        padding: 0 0.75em;
    }
}

@media (max-width: 599px) {
    .foot-nav li {
        width: 50%;
        margin-bottom: 0.5em;
    }

    .foot-nav li a::before {
        content: none;
    }

    .foot-nav+.foot-nav {
        margin-top: 0;
    }

    .fixed-btn-container {
        display: block;
    }
}

[data-ab-test-block] [data-ab-test-contents] + [data-ab-test-contents] {
    display: none;
}

/* メインビジュアル */
.mv-container {
    position: relative;
}

.mv-container .item01 {
    width: 70%;
    max-height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mv-container .item02 {
    width: 40%;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 2;
}

[data-element-id] .index .mv-container .item02 {
    position: relative;
    border: 1px solid #8090ae;
}

[data-element-id] .index .mv-container .item02::before {
    content: "MV小さい方のスライダー";
    color: #fff;
    background-color: #8090ae;
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0.5em 0;
}

.mv-container .item03 {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    mix-blend-mode: difference;
}

.mv-container .item03 .clip-text .fead-text{
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: white;
    /* font-family: "Kranky", serif; */
    /* font-style: oblique 45deg; */
    font-family: "Zen Old Mincho", serif;
    font-style: italic;
}

[data-element-id] .mv-container .item03 {
    border: 1px solid #8090ae;
    padding-top: 1.5em;
}

[data-element-id] .mv-container .item03::before {
    content: "MVキャッチコピー";
    color: #fff;
    background-color: #8090ae;
    text-align:center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0.5em 0;
}

@media (max-width: 1024px) {
    .mv-container .item03 .clip-text .fead-text{
        font-size: 75px;
    }
  
    .mv-container-parent {
        margin-top: 0;
    }

    .mv-container-parent>.inner1100 {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 599px) {
    .mv-container .item01 {
        width: 85%;
    }

    .mv-container .item02 {
        width: 60%;
        bottom: -110px;
    }

    .mv-container .item03{
        left: 10px;
        /* transform: translate(0, -50%); */
        transform: none;
        top: auto;
        bottom: 30px;
        width: 100%;
    } 

    .mv-container .item03 .clip-text .fead-text{
        font-size: 42px;
    }
}

/* 下層メインビジュアル */
.mv-container.lower .item01 {
    width: 100%;
}

.mv-container.lower .item01 img {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5);
}

.mv-container.lower .item02 {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.mv-container.lower .item02 .clip-text {
    font-family: "Zen Old Mincho", serif;
    font-size: 80px;
    color: transparent;
    line-height: 1.1;
    letter-spacing: 0.01em;
    /* background-image: url('/import/tenant_1/153.126.141.26/html/images/catchcopy_mask.webp'); */
    background-image: url('/upload/tenant_1/catchcopy_mask_pink.webp');
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 8px;
}

@media (max-width: 599px) {
    .mv-container.lower .item02 {
        bottom: 30px;
        left: 30px;
    }

    .mv-container.lower .item02 .clip-text {
        font-size: 54px;
    }
    
    .mv-container .item02 .title-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 10px;
    }
    
    .mv-container .item02 .title-wrap .text{
        color: #fff;
    }
    
    .marker{
        background: linear-gradient(transparent 40%, rgba(255, 255, 255, 0.5) 40%);
    }
    
    .marker02{
        background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.5) 0%);
        line-height: 1.5;
    }    
    
    .mv-container .item02 .img-wrap img {
        filter: brightness(0.7);
    }
    
    .newpadding{
        padding-left: 2em;
    }

}

/* slick-container01 */
.slick-container01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    margin: 0 30px;
}

.slick-container01 .item .title-text-wrap {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slick-container01 .item .text-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.slick-container01 .item .text-wrap .backimg {
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.slick-container01 .item .btn01 {
    margin-top: auto;
}

.slick-container01 .item .img-wrap {
    width: 60%;
}

@media (max-width: 599px) {
    .slick-container01 .item {
        display: block;
        padding: 0;
    }

    .slick-container01 .item .title-text-wrap {
        width: 100%;
    }

    .slick-container01 .item .img-wrap {
        width: 100%;
    }

    .slick-container01 .item .img-wrap img {
        opacity: 0.5;
    }

    .slick-container01 .item .btn01 {
        margin-top: 20px;
    }
}

/* .slick-container02 */
.slick-container02 .item .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.slick-container02 .item .item-inner .title-text-wrap {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 100px 50px;
    background-color: var(--back-color-04);
}

.slick-container02 .item .item-inner .title-text-wrap .title {
    font-size: 24px;
    color: var(--txt-color-01);
    text-align: center;
}

.slick-container02 .item .item-inner .title-text-wrap .text {
    text-align: center;
}

.slick-container02 .item .item-inner .title-text-wrap .btn01 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.slick-container02 .item .item-inner .img-wrap {
    width: 60%;
}

.menu-container {
    padding: 50px 20px;
    background-color: var(--back-color-00);
}

@media (max-width: 1024px) {
    .slick-container02 .item .item-inner .title-text-wrap {
        padding: 25px;
    }
    
    .slick-container02 .item .item-inner .title-text-wrap .text {
        text-align: left;
    }    
}

@media (max-width: 599px) {
    .slick-container02 .item .item-inner {
        position: relative;
        display: block;
    }

    .slick-container02 .item .item-inner .title-text-wrap {
        width: 100%;
        -webkit-clip-path: polygon(0 0, 90% 0, 60% 100%, 0 100%);
        clip-path: polygon(0 0, 90% 0, 60% 100%, 0 100%);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
        background-color: rgba(255,255,255,0.5);
        padding: 40px;
    }

    .slick-container02 .item .item-inner .title-text-wrap .title {
        margin-bottom: 10px;
        text-align: left;
    }

    .slick-container02 .item .item-inner .img-wrap {
        width: 100%;
    }

    .slick-container02 .item .item-inner .title-text-wrap .btn01 {
        margin-left: 0;
    }
    
    .menu-container {
        padding: 20px;
    }    
}

/* list-washi */
.list-washi li .list-inner {
    padding: 50px;
    border: 1px solid var(--txt-color-02);
    background-image: url('/import/tenant_1/153.126.141.26/html/images/washi-mini.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

@media(max-width:599px) {
.list-washi li .list-inner {
    padding: 50px 10px;
}   
}

/* list-recruit */
.list-recruit li .list-inner {
    padding: 20px;
    border: 1px solid var(--txt-color-02);
    background-image: url('/import/tenant_1/153.126.141.26/html/images/washi-mini.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.list-recruit li .list-inner .content-wrap .item {
    margin-bottom: 1em;
}

@media (max-width: 599px) {
    .list-recruit li+li {
        margin-top: 20px;
    }
}

/* list-topics */
.list-topics .item > a {
    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: 1em 0;
    border-bottom: 1px solid var(--txt-color-00);
    width: 100%;
    height: 100%;
}

.list-topics .item:nth-child(1) {
    border-top: 1px solid var(--txt-color-00);
}

.list-topics .item .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 50px;
    font-weight: bold;
}

.list-topics .item .category {
    margin-right: 50px;
}

.list-topics .item .category span {
    width: 100px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--txt-color-00);
    text-align: center;
}

.list-topics .item:nth-child(3n) .category span {
    background-color: var(--back-color-06);
}

.list-topics .item:nth-child(3n + 1) .category span {
    background-color: var(--back-color-02);
}

.list-topics .item:nth-child(3n + 2) .category span {
    background-color: var(--back-color-07);
}

.list-topics .item .title {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .list-topics .item .date {
        margin: 0;
    }

    .list-topics .item .category {
        margin-right: 0;
    }

    .list-topics .item .title {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .list-topics .item .title {
        padding-top: 0.5em;
    }
    
    .index .list-topics .item:nth-child(3){
        display: none;
    }
}

/* list-topics02 */
.list-topics02 .item .img-wrap {
    margin-bottom: 20px;
}

.list-topics02 .item .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-topics02 .item .category {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-topics02 .item .category span {
    width: 100px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--txt-color-00);
    text-align: center;
}

.list-topics02 .item:nth-child(3n) .category span {
    background-color: var(--back-color-06);
}

.list-topics02 .item:nth-child(3n + 1) .category span {
    background-color: var(--back-color-02);
}

.list-topics02 .item:nth-child(3n + 2) .category span {
    background-color: var(--back-color-07);
}

.list-topics02 .item .category.ver02 span{
    background-color: var(--back-color-02);
}

@media (max-width: 599px) {
    .list-topics02 .item .category span {
        width: 80px;
    }
}

/* list-card */
.list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 900px;
}

.list-card .item {
    position: relative;
    width: 300px;
    height: auto;
}

.list-card .item .omote {
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-card .item .ura {
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.list-card .item:hover .omote {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.list-card .item:hover .ura {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.gallery .list-card .item {
    width: 25%;
}

@media (max-width: 1024px) {
.list-card {
    width: 100%;
}

.list-card .item{
    width: 240px;
}
  
.list-card .item .moon {
    width: 120px;
    height: 120px;
}
}

@media (max-width: 599px) {
    .gallery .list-card .item {
        width: 50%;
    }
    
  .list-card .item{
    width: 120px;
}
}

/* staff-container */
.staff-container .content-wrap {
    width: 35%;
}

.staff-container .content-wrap .btn01 {
    margin-top: auto;
}

.staff-container .img-wrap {
    width: 60%;
}

@media (max-width: 599px) {
    .staff-container {
        position: relative;
    }

    .staff-container .content-wrap {
        width: 100%;
    }

    .staff-container .content-wrap .btn01 {
        margin-top: 20px;
    }

    .staff-container .img-wrap {
        width: 100%;
        margin-bottom: 10px;
    }

    .staff-container .img-wrap img {
        opacity: 0.5;
    }
}

/* recruit-container */
.recruit-container .bg-image img {
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
}

.recruit-container .bg-parent::before {
    content: "";
    width: 40%;
    height: 100%;
    display: block;
    border-radius: 0 350px 350px 0;
    background-color: rgba(45, 68, 79, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.recruit-container .bg-parent::after {
    content: "";
    width: 150px;
    height: 100%;
    display: block;
    background-color: var(--back-color-01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.lower .recruit-container .bg-parent::after {
    content: none;
}

@media (max-width: 1024px) {
    .recruit-container .bg-parent::after {
        width: 100px;
    }
}

@media (max-width: 599px) {
    .recruit-container .bg-parent::after {
        content: none;
    }

    .recruit-container .bg-parent::before {
        width: 100%;
    }
    
    .index .recruit-container .bg-parent::before {
        width: 70%;
        background-color: rgba(45, 68, 79, 0.5);
    }    
    
    .lower .recruit-container .bg-parent::before {
    width: 100%;
    border-radius: 0 375px 375px 0;
}
}

/* about-container */

/* .about-container li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
} */

.about-container .map-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1em;
}

.about-container .map-btn a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 10px;
    color: var(--txt-color-02);
    border-radius: 30px;
    background-color: var(--back-color-00);
}

.about-container .map-wrap iframe{
  min-height: 200px;
}

/* faq-qa-list */
.faq-qa-list .faq-qa {
    color: var(--txt-color-00);
    background-color: var(--back-color-02);
    position: relative;
}

.faq-qa-list .faq-qa::before {
    content: "";
    width: 1em;
    height: 3px;
    display: block;
    background-color: var(--back-color-01);
    position: absolute;
    top: 2em;
    right: 1.25em;
}

.faq-qa-list .faq-qa::after {
    content: "";
    width: 1em;
    height: 3px;
    display: block;
    background-color: var(--back-color-01);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 2em;
    right: 1.25em;
}

.faq-qa-list .faq-qa.action::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-qa-list .faq-qa+.faq-qa {
    margin-top: 1.5em;
}

.faq-qa-list .faq-qa .faq-q,
.faq-qa-list .faq-qa .faq-a {
    display: block;
    padding: 1.25em 4em 1.25em 3.5em;
    position: relative;
}

.faq-qa-list .faq-qa .faq-q::before {
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    background-color: var(--back-color-01);
    position: absolute;
    top: 1em;
    left: 1em;
}

.faq-qa-list .faq-qa .faq-q::after {
    content: "Q";
    display: block;
    font-size: 1em;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 1.5em;
    left: 1.65em;
}

.faq-qa-list .faq-qa .faq-a::before {
    content: "";
    width: 2em;
    height: 2em;
    display: block;
    background-color: var(--back-color-01);
    position: absolute;
    top: 1em;
    left: 1em;
}

.faq-qa-list .faq-qa .faq-a::after {
    content: "A";
    display: block;
    font-size: 1em;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 1.5em;
    left: 1.65em;
}

.faq-container+.faq-container {
    margin-top: 50px;
}

/* list-cross */
.list-cross>.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-cross>.item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.list-cross>.item+.item {
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .list-cross>.item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list-cross.ver02>.item {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
    }

    .list-cross>.item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list-cross.ver02>.item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 599px) {
    .list-cross.ver02>.item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .list-cross.ver02>.item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

/* list-cross02 */
.list-cross02>.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-cross02>.item .title03 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0.5em;
}

.list-cross02>.item .list-menu {
    width: 80%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.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>.item:nth-child(even) .title03 {
    margin-left: 0.5em;
    margin-right: 0;
}

.list-cross02>.item+.item {
    margin-top: 50px;
}

/* list-menu */
.list-menu.white {
    color: var(--txt-color-03);
}

.list-menu .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid var(--txt-color-05);
}

.list-menu .item .content {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-menu .item .price {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* list-link */
.list-link li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.5em 1em;
    font-size: 20px;
    color: var(--txt-color-00);
    line-height: 1;
    text-align: center;
    border: 1px solid var(--txt-color-00);
}

.list-link li a:hover {
    color: var(--txt-color-05);
    border: 1px solid var(--txt-color-05);
    background-color: var(--back-color-00);
}

/* list-staff */
.list-staff .item {
    position: relative;
}

.list-staff .item .name-wrap {
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media(max-width:599px){
  .list-staff .item .name-wrap {
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
}

/* staff-detail */
.staff-detail .img-name-wrap {
    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;
    border-right: 1px solid var(--txt-color-01);
}

.staff-detail .img-wrap {
    width: 45%;
    overflow: hidden;
    border-radius: 100%;
}

.staff-detail .name-wrap {
    width: 45%;
}

.staff-detail .name-wrap .en {
    font-size: 1.5em;
}

.staff-detail .detail-wrap .copy {
    font-size: 1.5em;
}

.staff-detail .detail-wrap span {
    display: block;
}

.staff-detail .detail-wrap .title {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--txt-color-05);
}

.staff-detail .detail-wrap .content {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.staff-detail .comment {
    margin-bottom: 1em;
    font-size: 1.2em;
    color: var(--txt-color-05);
}

@media (max-width: 1024px) {
    .staff-detail .img-name-wrap {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid var(--txt-color-01);
        border-right: none;
    }
}

@media (max-width: 599px) {
    .staff-detail .img-name-wrap {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .staff-detail .img-wrap {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .staff-detail .name-wrap {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .staff-detail .name-wrap .en,
    .staff-detail .name-wrap .post,
    .staff-detail .name-wrap .ja {
        text-align: center;
    }

    .staff-detail .detail-wrap .title {
        width: 100%;
    }

    .staff-detail .detail-wrap .content {
        width: 100%;
    }
}

/* list-info */
.list-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid var(--txt-color-05);
}

.list-info li span {
    display: block;
}

.list-info .title {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-info .content {
    width: 70%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/* timeline */
.timeline>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
}

.timeline li:last-of-type {
    padding-bottom: 0;
}

.timeline-date {
    width: 110px;
    position: relative;
}

.timeline.ver02 .timeline-date {
    width: 200px;
}

.timeline-date::before {
    content: "";
    width: 3px;
    height: 100vh;
    background: #ddd;
    position: absolute;
    top: 0;
    right: 0;
}

.timeline-content {
    width: 75%;
    padding-left: 30px;
    position: relative;
}

.timeline-content:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #bdd3d3;
    position: absolute;
    top: 8px;
    left: -8px;
}

.list-style .item {
    position: relative;
}

.list-style .item .title-wrap {
    width: 100%;
    display: none;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.list-style .item .title-wrap span {
    display: inline-block;
    padding: 0.25em 0.75em;
    background-color: var(--back-color-00);
}

.list-style .item a:hover .title-wrap {
    display: block;
}

/* category-container */
.category-container li {
    margin-right: 0.5em;
}

.category-container li a {
    padding: 0.25em 0.5em;
}

/* gallery-detail */
.gallery-detail .content-wrap {
    padding: 30px;
    color: var(--txt-color-00);
    background-color: var(--back-color-05);
}

.gallery-detail .content-wrap .category {
    text-align: right;
}

.gallery-detail .content-wrap .category span {
    display: inline-block;
    padding: 0 0.5em;
    color: var(--txt-color-05);
    background-color: var(--back-color-00);
    margin: 2px;
}

.gallery-detail .content-wrap .stylename {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--txt-color-03);
}

.gallery-detail .content-wrap .recommend .select {
    color: var(--txt-color-01);
}

.gallery-detail .content-wrap .recommend .select li {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* topics-detail */
.topics-detail .title {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 2em;
    border-bottom: 1px solid var(--txt-color-01);
}

.topics.detail .list-topics02 li:last-child {
    display: none;
}

@media (max-width: 599px) {
    .topics-detail .title {
        font-size: 1.5em;
    }

    .topics.detail .list-topics02 li:last-child {
        display: block;
    }
}

.privacy-container {
    padding: 0 8%;
}

@media (max-width: 1024px) {
    .privacy-container {
        padding: 0;
    }
}

/* design-container01 */
.design-container01 li {
    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;
}

.design-container01 li.trouble {
    display: block;
}

.design-container01 li .img-wrap {
    width: 45%;
    position: relative;
}

.design-container01 li .img-wrap .mask {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    height: 100%;
}

.design-container01 li .text-wrap {
    width: 50%;
    padding-right: calc(50% - 500px);
}

.design-container01 li .title {
    margin-bottom: 1em;
    font-size: 2em;
}

.design-container01 li+li {
    margin-top: 80px;
}

[data-element-id] .design-container01 li+li {
    margin-top: 300px;
}

.design-container01 li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.design-container01 li:nth-of-type(even) .text-wrap {
    width: 50%;
    padding-left: calc(50% - 500px);
    padding-right: 0;
}

.design-container01 li:nth-of-type(even) .img-wrap .mask {
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.design-container01.ver02 li .img-wrap .mask {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.design-container01.ver02 li:nth-of-type(even) .img-wrap .mask {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

@media (max-width: 599px) {
    .design-container01 li .img-wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .design-container01 li .text-wrap {
        width: 100%;
    }

    .design-container01 li:nth-of-type(even) .text-wrap {
        width: 100%;
    }

    .design-container01 li .title {
        margin-bottom: -2em;
        position: relative;
        z-index: 1;
    }
    
    .design-container01 li+li {
    margin-top: 50px;
}
}

/* list-voice */
.list-voice .item {
    margin-bottom: 1.5em;
}

.list-voice .item .Q {
    margin-bottom: 5px;
}

/* list-check */
.list-check {
    padding: 30px;
    color: var(--txt-color-03);
    background-color: var(--back-color-05);
}

.list-check .item {
    padding-left: 1.5em;
    position: relative;
}

.list-check .item::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.list-check.ver02 .item::before{
   content: "1";
}

.list-check.ver02 .item:nth-child(2)::before{
   content: "2";
}

.list-check.ver02 .item:nth-child(3)::before{
   content: "3";
}

.list-check.ver02 .item:nth-child(4)::before{
   content: "4";
}

.design-container01 .list-check.ver02 li+li {
    margin-top: 20px;
}

/* slickアレンジ */
.slick-prev,
.slick-next {
    width: 10px;
    height: 30px;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before {
    content: "";
    width: 10px;
    height: 30px;
    display: block;
    background-image: url('/import/tenant_1/153.126.141.26/html/images/arrow-prev.webp');
}

.slick-next:before {
    content: "";
    width: 10px;
    height: 30px;
    display: block;
    background-image: url('/import/tenant_1/153.126.141.26/html/images/arrow-next.webp');
}

.slick-dots {
    text-align: right;
}

.slick-dots li button:before {
    font-size: 30px;
    color: var(--txt-color-05);
}

.slick-dots li.slick-active button:before {
    color: var(--txt-color-01);
}

.gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media(max-width:1024px){
.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    right: 0;
    z-index: 1;
}    
}

[data-element-id] #slide01{
  position: relative;
  padding-top: 50px;
  border: 1px solid #8090ae;
}

[data-element-id] #slide01::before{
  content: "スライダー";
  display: block;
  position: absolute;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #8090ae;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

[data-element-id] #slide02{
  position: relative;
  padding-top: 50px;
  border: 1px solid #9cc6a2;
}

[data-element-id] #slide02::before{
  content: "スライダー";
  display: block;
  position: absolute;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #9cc6a2;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}


/* Loading背景画面設定　*/
#splash {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    background: #fff;

    /*fixedで全面に固定*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

/* Loading画像中央配置　*/
#splash_logo {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
    width: 300px;
}

[data-element-id] #splash {
    position: relative;
    border: 2px solid #000;
    max-width: 500px;
    margin: 0 auto;
}

[data-element-id] #splash::before {
    content: "ローディング画面";
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] #splash_logo {
    position: relative;
}

/*========= SVG操作手書き風にするためのCSS ===============*/

#mask .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 90;

    /*線の太さを指定する*/
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;

    /* 線の間隔を指定する */
    stroke-dashoffset: 1500;

    /* 線の位置を指定する */
}

/* 「髪質改善＆ヘアカラー」のテキスト */
.loading-text{
  color: var(--txt-color-01);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
}

@media(max-width:599px) {
.loading-text{
  top: 35%;
}    
}

[data-element-id] .up-h-100\% {
  height: auto;
}

/* 画像に枠をかさねる */
.logo-waku-wrap{
  position: relative;
}

.logo-waku-wrap .waku{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 1;
}

.logo-waku-wrap .waku-sp{
  display: none;
}


@media(max-width:599px) {
.logo-waku-wrap .waku{
  display: none;
}

.logo-waku-wrap .waku-sp{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 1;}    
}

.uk-slideshow li img{
  transition: 0.5s linear;
}

.uk-slideshow li.uk-active img{
  transform: scale(1.2);
    -webkit-transition-duration: 5.5s;
    transition-duration: 5.5s;
}

/* .new-clip{
    -webkit-mask-image: url(/upload/tenant_1/asset06_000.png);
    mask-image: url(/upload/tenant_1/asset06_000.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    filter: drop-shadow(-2px 2px 0px #000) drop-shadow(2px -2px 0px #000) drop-shadow(-2px -2px 0 #000 ) drop-shadow(2px 2px 0 #000) ;
}

.new-clip-wrap {
  position: relative;
} */

.new-clip{
  position: relative;
}

.new-clip::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(/upload/tenant_1/assets80.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.new-clip.ver02::before{
  background-image: url(/upload/tenant_1/assets60.png);
}

.new-clip.ver03::before{
  background-image: url(/upload/tenant_1/assets60.png);
}

@media(max-width:599px) {
.new-clip.ver03::before{
  background-image: url(/upload/tenant_1/assets80.webp);
}    
}

/* 文字に動きをつける */
.fead-text > * {
  min-width: 15px;
  display: inline-block;
  transform: translateY(100%);
  opacity: 0; 
  transition: transform ease-in 4s, opacity ease-in 4s;
}

.fead-text > *.mv {
  transform: translateY(0);
  opacity: 1;
}

/* list-design02 */
.list-design02 .list-inner {
    height: 100%;
    padding: 20px;
    background-color: var(--back-color-01);
    -webkit-box-shadow: 1px 1px 15px #ccc;
    box-shadow: 1px 1px 15px #ccc;
}

.list-design02 .list-inner .img-wrap {
    margin-bottom: 10px;
}

.list-design02 .list-inner .title {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 0.5em;
}

.list-design02 .list-inner .text{
    color: #fff;
}

.list-design02 .list-inner .num-wrap {
    text-align: center;
}

.list-design02 .list-inner .num {
    margin-right: 5px;
    font-size: 2em;
}

@media(max-width:599px) {
.list-design02 .list-inner {
    padding: 50px;
}    
}

[data-element-id].fead-order>*{
  opacity: 1;
}

/* PCでは1行、SPでは2行 */
.reader1to2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .reader1to2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;

    -webkit-line-clamp: 2;
  }
}

/* 宝石のあしらい */
.houseki-wrap{
  position: relative;
}

.houseki-wrap .houseki-img{
  max-width: 220px;
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 1;
}

.houseki-wrap .text-wrap{
  position: relative;
  z-index: 2;
}

@media(max-width:1024px){
.houseki-wrap .houseki-img{
  max-width: 170px;
}    
}

@media(max-width:599px){
.houseki-wrap .houseki-img{
  max-width: 170px;
  right: 0;
}    
}

[data-element-id][data-hide-element]:before {
    content: "※非表示コンテンツ";
    font-size: 8px !important;
    position: relative;
    width: 100%;
    display: block;
    top: auto;
    transform: none;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

/* スタイルギャラリー */
[data-element-id] .list-card>div{
  display: flex;
  flex-wrap: wrap;
}

/* 2025/04/10 */
.line-wrap.ver02 a{
  background-color: var(--back-color-06);
}

.instagram-wrap.ver02 a{
  background-color: var(--back-color-08);
}

.recruit-item.ver02 a{
  background-color: var(--back-color-02);
  font-size: 14px
}

.list-gallery{
  width: 900px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.list-gallery.ver02{
  width: 100%;
}

.list-gallery li{
  width: calc( ( 100% - 40px ) / 5);
}

.list-gallery li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.list-gallery li a .content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  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-gallery li a:hover .content{
  opacity: 1;
}

.list-gallery li a:hover .content .title,
.list-gallery li a:hover .content .staff{
  color: #fff;
}

.list-voice li{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

.list-voice li+li{
  margin-top: 1em;
}

.list-voice li .name-star{
  width: 20%;
  flex-shrink: 0;
  margin-right: 1em;
}

.list-voice li .star{
  color: var(--txt-color-02);
}

.list-voice li .comment{
  width: 70%;
  flex-grow: 1;
}

.tel-wrap.ver02 .tel a {
    padding-left: 1.5em;
}

.yoyaku-wrap.ver02 a {
    background-color: var(--back-color-02);
}

@media(max-width:1024px){
.tel-wrap.ver02 .tel a {
    padding-left: 2em;
}    
}

@media(max-width:599px) {
.list-gallery li{
  width: calc( ( 100% - 20px ) / 3);
}

.list-voice li .name-star{
  width: 100%;
}

.list-voice li .comment{
  width: 100%;
  margin-top: 10px;
}
}

[data-element-id] .list-gallery>div{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* 2025/05/26 */
.list-menu.ver02 .item {
  flex-wrap: wrap;
}

.list-menu.ver02 .item .content {
  width: 100%;
}

.list-menu.ver02 .item .price {
  width: 100%;
  text-align: right;
}

.about-container .address-wrap {
    width: 20%;
    display: flex;
    align-items: center;
}

.about-container .map-wrap {
    width: 40%;
}

.about-container .eigyou-wrap{
    width: 35%;
    display: flex;
    align-items: center;    
}

.about-container .eigyou-wrap .part {
    display: inline-block;
    width: 5em;
}

.list-info .content .part {
    display: inline-block;
    width: 5em;
}

.pc-br{
  display: block;
}

@media(max-width:1024px) {
.about-container .address-wrap {
  font-size: 12px;
}

.about-container .map-wrap {
    width: 35%;
}

.about-container .eigyou-wrap {
  width: 40%;
  font-size: 12px;
}
}

@media(max-width:599px) {
.list-info.ver02 li{
  flex-wrap: wrap;
}

.list-info.ver02 .title {
  width: 100%;
  font-weight: bold;
}

.list-info.ver02 .content {
  width: 100%;
}

.about-container .address-wrap {
  width: 100%;
  font-size: 16px;
}

.about-container .map-wrap {
  width: 100%;
}

.about-container .eigyou-wrap {
  width: 100%;
  font-size: 16px;
}

.pc-br{
  display: none;
}
}

/* 2025/06/04 */
.contact-form dd.type label {
  margin-right: 0.5em;
  margin-left: 0.25em;
}

.contact-form dd.type input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -2.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-form dd.type input[type="checkbox"]:checked:before {
  position: absolute;
  top: -5px;
  left: 5px;
  transform: rotate(50deg);
  width: 8px;
  height: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

[data-element-id] .list-topics02 .item .date{
  flex-shrink: 1;
}
