@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


body:before {
    display: block;
    content: '';
    width: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), url(../img/bg.jpg);
    /* background-color: rgb(157 80 80 / 70%); */
    height: 100vh;
    background-size: cover;
    position: fixed;
    z-index: -1;
    /* margin-left: 17%; */
}

* {
    font-family: "Noto Serif JP", serif;
}

@media (max-width : 800px) {
    body:before {
        margin-left: 0;
    }
}

/* 左へ流れる文字 */
.combox p {
    letter-spacing: 1px;
    margin: 0;
    padding-left: 300px;
    display: inline-block;
    white-space: nowrap;
    animation-name: marquee-left;
    animation-timing-function: linear;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    color: #ff407e;
    font-weight: 600;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 15px;
}

.combox p {
    -webkit-text-size-adjust: 100%;
}

.combox_n p {
    animation-name: none;
    padding-left: 0;
    white-space: wrap;
    font-size: 13px;
}

.prof-info-box h2 {
    padding-bottom: 0;
    border-bottom: none;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid var(--bo);
}

li.combox.combox_n {
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.prof-info-box li.combox.combox_n p {
    color: #fff;
}

.staff-text {
    overflow: clip;
}

@keyframes marquee-left {
    0% {
        transform: translate(0%);
    }

    99%,
    100% {
        transform: translate(-100%);
    }
}

@media (min-width : 801px) {
    .combox p {
        padding-left: 430px;
    }

    .combox_n p {
        animation-name: none;
        padding-left: 0;
        white-space: wrap;
    }

}

/* .staff-text li:nth-child(4) {
    background: #FEECF5;
} */

.staff-text li {
    padding: 0;
}

/* .sp-foot li:nth-child(3) a {
    border: 1px solid #2dff00;
}

.sp-foot li:nth-child(1) a {
    border: 1px solid #269bff;
}

.sp-foot li:nth-child(2) a {
    border: 1px solid #ff76ca;
} */

.wrapper_sub {
    padding: 0 0.3rem;
}

#se_bn {
    border: none;
    box-shadow: none;
}

#section01 {
    border: none;
    box-shadow: none;
    background: none;
}


section#section02\ topic,
section#section06\ blog,
section#section08\ concept {
    display: none;
}

.nav-sns {
    display: none;
}

.mainvisual-under {
    display: none;
}

.underlayer {
    /* padding-top: 10rem; */
}

.underlayer-rec {
    /* padding-top: 12rem; */
}

.msg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.msg p {

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 10px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 5em;
    font-size: 13px;
    margin-bottom: 0.5rem;
}

.cast_profile_btn {
    background: #000;
    display: block;
    padding: 10px 5px;
    border-radius: 40px;
    position: relative;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 83%;
    margin: 0 auto;
}

.cast_profile_btn .dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: absolute;
    inset: 0;
    left: 20px;
    margin: auto 0;
    width: 1em;
    height: 0.1em;
    background: currentColor;
}

.cast_profile_btn .dli-arrow-right::before {
    content: '';
    width: 0.55em;
    height: 0.55em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

#section01 {
    margin-top: 8.5rem;
}

/* .sp {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
} */

.sp-foot li a {
    flex-direction: column;
    white-space: nowrap;
}

#navi-menu {
    flex-direction: column;
}

.navi-contact li {
    font-size: 1.2rem;
    /* font-weight: bold; */
}

nav {
    height: calc(100% - 4.75rem);
}

.sp-foot li {
    padding: 0 0.65rem;
}

.sp-foot li i {
    margin-bottom: 0.3rem;
}

.sp-foot li:first-child i {
    margin-bottom: 0;
}

.sp-foot li:first-child a {
    background: #3ACBDD;
    /* padding: 1rem; */
    border-radius: 74px;
}

.sp-foot li:last-child {
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

#nav-toggle span:nth-of-type(2) {
    top: 0.5rem;
}

#nav-toggle span:nth-of-type(3) {
    top: 1rem;
}

#nav-toggle {
    width: 25px;
    height: 1rem;
    position: relative;
    z-index: 3;
}

.navi-contact {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin-top: 3rem;
}

.header_icon {
    display: flex;
    align-items: baseline;
    /* z-index: 999999; */
}

.header_icon i {
    font-size: 2rem;
}

.icon01 a i {
    color: #00B900;
}

.icon02 {
    margin-left: 0.5rem;
}

.icon02 i {
    font-size: 2.15rem;
}

footer p {
    display: none;
}

.system-wrap .contents-ttl h2 {
    color: #564726;
}

.system-caution {
    margin-top: 0.7rem;
}

@media(min-width :801px) {

    #section01,
    #section03,
    #section05,
    #section07,
    #section09,
    #section02,
    #section04,
    #section06,
    #section08,
    #section10,
    #section06 {
        border: none;
        box-shadow: none;
        background: none;
    }

    .navi-contact {
        align-items: center;
        flex-direction: column;
    }

    #section01 {
        margin-top: 0;
    }

    .underlayer-rec {
        padding-top: 6rem;
    }

    .underlayer {
        padding-top: 4rem;
    }
}





/* -----------------------
header調整 
--------------------------*/
header {
    height: auto;
    position: relative;
}

.logo-area {
    scale: 1;
}

.navi-contact {
    margin-top: 0;
}

#section01 {
    margin-top: 0;
}

.logo-area {
    padding: 0;
    top: 0;
    width: 283px;
    height: 59px;
    margin-top: 1rem;
}

.news-text {
    /* font-size: 13px; */
}

.navi-contact li {
    font-size: 17px;
}

@media(min-width :801px) {
    header {
        position: fixed;
    }
}

/* .cond {
    background: #FEECF5;
} */

.staff-name {
    color: #000;
    font-weight: bold;
}

.cup_h {
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #000;
    letter-spacing: 0.7px;
    font-weight: normal;
}

.cup_h p {
    padding: 0 2px;
}

/* .cup_h span {
    color: #a09b83;
    font-size: 10px;
} */

.pick-name {
    padding-bottom: 0;
    color: #000;
    font-weight: bold;
}

.pick-name span {
    font-weight: normal;
}

.cup_h .msg p {
    color: #000;
}

.staff-text li:last-child:not(.staff-text li:nth-child(3)) {
    background: #FCEAF6;
}

.slide-wrap .contents-ttl {
    display: none;
}

#section02 {
    background: none;
    border: none;
    box-shadow: none;
}



.plat {
    /* position: absolute; */
    left: 0;
    /* top: 0; */
    bottom: 0.4rem;
}



.plat img {
    /* width: 75%; */
    display: block;
    margin: 0 auto;
}

.pick-wrap .plat img {
    width: 68%;
}

.pick-wrap .ico-tw {
    right: 0.3rem;
}

.therapist-wrap .ico-tw,
.schedule-wrap .ico-tw {
    font-size: 0.7rem;
    width: 1.1rem;
    height: 1.1rem;
    right: 0.1rem;
}

.staff-text {
    padding-top: 0.2rem;
}

.cup_h p,
.cup_h p span {
    /* font-family: "Cinzel", serif; */
    /* color: #333333; */
}

/* 追記 */
.staff-name {
    font-size: 0.9rem;
}

.space-span {
    background: none !important;
}

.hidden-image {
    visibility: hidden; /* 画像を非表示（要素のスペースは保持） */
  }

  .qzin-box {
    text-align: center;
    padding-top: 1.5rem;
  }