@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #e7337b;
  background-color: #fff;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a, a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  font-weight: 500;
  color: #333;
  background: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.4;
}

body::before {
    content: "♡  ✦  ♡  ✧  ♡";
    position: fixed;
    inset: 0;
    color: rgba(236, 75, 137, 0.12);
    font-size: 42px;
    letter-spacing: 80px;
    line-height: 180px;
    pointer-events: none;
    z-index: -1;
}

/* common--------------------- */
.wrapper {
    width: 100%;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #6b3b4b;
    background:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,.9), transparent 25%),
        linear-gradient(180deg, #fff7fb 0%, #ffeaf4 45%, #fff7fb 100%);
    overflow: hidden;
}

.section {
    padding: 96px 0;
}

.inner {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
}

.section_title {
    font-size: 48px;
    color: #ec4b89;
    text-align: center;
}

.section_stitle {
    text-align: center;
    font-size: 20px;
}

.service-top {
    text-align: center;
}

.page_title_box {
    width: 1100px;
    margin: 0 auto;
}

.page_title {
    font-weight: bold;
    font-size: 96px;
}

.page_stitle {
    font-size: 20px;
}

.page_title02 {
    text-align: center;
    font-weight: bold;
    font-size: 96px;
}

.page_stitle02 {
    text-align: center;
    font-size: 20px;
}

.btn_radius {
    padding-top: 3rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.btn_radius a {
    background: linear-gradient(180deg, #ff77ad, #e7337b);
    color: #fff;
    font-weight: bold;
    border-radius: 12px;
    width: 250px;
    height: 50px;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_radius a:hover {
    background: #fff;
    color: #e7337b;
    border: 1px solid #e7337b;
}

.contact_btn {
    padding-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 250px;
}

.contact_btn a {
    color: #fff;
    border: 1px solid #e7337b;
    background: linear-gradient(180deg, #ff77ad, #e7337b);
    display: inline-block;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_btn a:hover {
    color: #e7337b;
    background: #fff;
    border: 1px solid #e7337b;
    border: none;
}

.form_attention_text {
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 48px 0;
    }
    
    .inner {
        width: calc(100% - 20px);
        margin: 15px auto;
        padding: 20px 15px;
        border-radius: 16px;
    }
    
    .section_title {
        font-weight: bold;
        font-size: 40px;
        text-align: center;
    }
    
    .section_stitle {
        text-align: center;
        font-size: 1.6rem;
    }

    .page_title_box {
        width: 100%;
        margin: 0;
        padding: 0 20px;
    }
    
    .page_title {
        font-weight: bold;
        font-size: 36px;
    }
    
    .page_stitle {
        font-size: 1.6rem;
    }
    
    .page_title02 {
        text-align: center;
        font-weight: bold;
        font-size: 96px;
    }
    
    .page_title02 {
        font-size: 44px;
    }
    
    .page_stitle02 {
        text-align: center;
        font-size: 20px;
    }
    
    .page_stitle02 {
        font-size: 14px;
    }
    
    .btn_radius {
        padding-top: 2rem;
    }
    
    .btn_radius a {
        background: linear-gradient(180deg, #ff77ad, #e7337b);
        color: #fff;
        font-weight: bold;
        padding: 10px 25px;
        border-radius: 30px;
        width: 225px;
        display: inline-block;
        text-align: center;
    }
    
    .btn_radius a:hover {
        background: #fff;
        color: #e7337b;
        border: 1px solid #e7337b;
    }
    
    .contact_btn {
        padding-top: 3rem;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        width: 250px;
    }
    
    .contact_btn a {
        color: #fff;
        border: 1px solid #fff;
        padding: 15px 25px;
        display: inline-block;
        text-align: center;
    }
    
    .contact_btn a:hover {
        background: #fff;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: none;
    }
}

/* header--------------------- */
.header {
    width: 100%;
    height: 92px;
    background: rgba(255,255,255,.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 4px 24px rgba(236,75,137,.08);
}

.header__inner {
    width: 92%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__left {
    display: flex;
    align-items: center;
}

.header {
    width: 100%;
    height: 92px;
    background: rgba(255,255,255,.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 4px 24px rgba(236,75,137,.08);
    overflow: hidden;
}

.header__inner {
    width: 92%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__left {
    display: flex;
    align-items: center;
}

.header-logo {
    margin: 0;
    line-height: 1;
}

.header-logo a {
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 190px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* 右側 */
.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.reserve-btn {
    min-width: 150px;
    height: 58px;
    padding: 0 18px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ff84b4 0%, #e7337b 100%);
    color: #fff;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-weight: 700;
    box-shadow: 0 8px 20px rgba(236,75,137,.25);
}

.reserve-btn__icon {
    font-size: 22px;
}

.reserve-btn small {
    display: block;
    font-size: 11px;
    margin-top: 2px;
}

/* ハンバーガー */
.hamburger {
    width: 42px;
    height: 42px;
    border: none;
    background: transparent;

    display: grid;
    place-content: center;
    gap: 7px;

    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background: #ec4b89;
    border-radius: 999px;
    transition: .3s;
}

.hamburger.is-active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* ドロワー */
.drawer-menu {
    position: fixed;
    top: 92px;
    right: -340px;
    width: 320px;
    height: calc(100vh - 92px);

    background: rgba(255,255,255,.98);
    padding: 36px 30px;

    box-shadow: -8px 0 28px rgba(236,75,137,.16);
    transition: .35s;
    z-index: 9998;
}

.drawer-menu.is-open {
    right: 0;
}

.drawer-menu a {
    display: block;
    padding: 16px 0;
    color: #ec4b89;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #ffd7e6;
}

/* ドロワー内予約ボタン */
.drawer-reserve-btn {
    display: none;
}

/* SP */
@media (max-width: 768px) {
    .header {
        height: 74px;
    }

    .header__inner {
        width: 92%;
    }

    .header-logo img {
        width: 145px;
    }

    .header__right {
        gap: 12px;
    }

    .header-reserve-btn {
        display: none;
    }

    .hamburger {
        width: 38px;
        height: 38px;
    }

    .hamburger span {
        width: 26px;
        height: 3px;
    }

    .drawer-menu {
        top: 74px;
        right: -100%;
        width: 82%;
        max-width: 340px;
        height: calc(100vh - 74px);
        padding: 30px 24px;
    }

    .drawer-menu.is-open {
        right: 0;
    }

    .drawer-reserve-btn {
        margin-top: 26px;
        height: 58px;
        border-bottom: none !important;
        border-radius: 8px;
        background: linear-gradient(180deg, #ff84b4 0%, #e7337b 100%);
        color: #fff !important;

        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;

        box-shadow: 0 8px 20px rgba(236,75,137,.25);
    }

    .drawer-reserve-btn small {
        display: block;
        font-size: 11px;
        margin-top: 2px;
    }
}

/* footer--------------------- */
.footer {
    background:
        linear-gradient(
        180deg,
        #f7c1d6 0%,
        #ec7ea8 100%
    );
    padding-top: 56px;
    position: relative;
    width: 100%;
}

.footer__inner {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.footer-logo {
    display: contents;
    color: #fff;
    text-decoration: none;
    font-size: 44px;
    font-family: Georgia, serif;
    font-weight: 700;
}

.footer-logo span {
    font-size: 30px;
    font-weight: 400;
}

.footer-copy {
    margin-top: 20px;
    color: rgba(255,255,255,.95);
    line-height: 2;
    font-size: 15px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 46px;
    padding-top: 10px;
}

.footer-nav__col {
    text-align: center;
}

.footer-nav__col a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
}

.footer-nav__col span {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.88);
    font-size: 12px;
}

.footer-sns {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
}

.footer-sns a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.footer-sns a:hover {
    background: rgba(255,255,255,.35);
    transform: translateY(-3px);
}

.footer-sns img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer-bottom {
    margin-top: 48px;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 24px 20px;
    text-align: center;
    color: rgba(255,255,255,.9);
    font-size: 13px;
}

@media (max-width: 1024px) {
    .footer__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-nav {
        flex-wrap: wrap;
        gap: 28px;
    }

    .footer-sns {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer {
        margin-top: 80px;
        padding-top: 44px;
    }

    .footer-logo {
        font-size: 34px;
    }

    .footer-logo span {
        font-size: 24px;
    }

    .footer-copy {
        font-size: 14px;
    }

    .footer-nav {
        gap: 22px;
    }

    .footer-nav__col a {
        font-size: 13px;
    }

    .footer-nav__col span {
        font-size: 10px;
    }

    .footer-sns a {
        width: 42px;
        height: 42px;
    }
}

/* contact--------------------- */
.contact-link {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    float: right;
}

.contact_link_box {
    
}

.contact_link_box a {
    width: 80px;
    height: 80px;
    padding: 15px 0;
    text-align: center;
    display: block;
    background: #00B900;
    color: #fff;
}
.contact_link_box a img {
    width: 25px;
    height: 25px;
}

.contact_link_text {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .contact-link {
        display: none !important;
    }
}

/* mv--------------------- */
.mv {
    position: relative;
    width: 100%;
    background-image: url("../img/top_bg03.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.mv::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14px;
    background:
        radial-gradient(
            18px 6px at 18px 0,
            transparent 17px,
            #fff7fb 18px
        );
    background-size: 36px 14px;
    opacity: .7;
    z-index: 2;
}

.mv_inner {
    position: relative;
    z-index: 3;
    width: 88%;
    max-width: 1280px;
    height: 768px;
    margin: 0 auto;

    display: flex;
    align-items: center;
}

.mv_textBox {
    max-width: 520px;
    padding-top: 40px;
}

.mv_title {
    margin: 0 0 32px;
    color: #ec4b89;
    font-size: clamp(32px, 3vw, 40px);
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-shadow:
        0 2px 0 rgba(255,255,255,.8),
        0 8px 22px rgba(236,75,137,.15);
}

.mv_text {
    margin: 0;
    color: #5f3a48;
    font-size: 17px;
    font-weight: 700;
    line-height: 2.1;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {

    .mv {
        min-height: 100svh;
        background-image: url("../img/top_bg04.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

    .mv_inner {
        width: 100%;
        max-width: none;
        height: auto;
        min-height: 100svh;
        margin: 0;
        padding: 0 18px;

        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .mv_textBox {
        width: 100%;
        max-width: 360px;
        padding-top: 110px;
        text-align: center;
    }

    .mv_title {
        margin: 0;
        color: #ec4b89;
        font-size: 32px;
        line-height: 1.55;
        letter-spacing: .08em;
        font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
        font-weight: 700;
        text-shadow:
            0 2px 0 rgba(255,255,255,.95),
            0 6px 18px rgba(236,75,137,.22);
    }

    .mv::after {
        height: 12px;
        background-size: 32px 12px;
    }
}


/* about--------------------- */
.concept {
    position: relative;
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.95), transparent 18%),
        radial-gradient(circle at 88% 28%, rgba(255, 210, 230, 0.7), transparent 20%),
        linear-gradient(180deg, #fff7fb 0%, #ffeef6 50%, #fff7fb 100%);
    overflow: hidden;
}

.concept::before,
.concept::after {
    content: "♡";
    position: absolute;
    color: rgba(236, 75, 137, 0.18);
    font-size: 80px;
    font-family: serif;
    pointer-events: none;
}

.concept::before {
    left: 7%;
    top: 18%;
}

.concept::after {
    right: 10%;
    top: 24%;
    transform: rotate(16deg);
}

.about_content {
    display: grid;
    grid-template-columns: 360px 1fr;
    align-items: center;
    gap: 80px;
    margin-bottom: 90px;
}

.al-concept-img {
    position: relative;
    width: 360px;
    height: 360px;
}

.al-concept-img::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 14px 35px rgba(236, 75, 137, 0.18);
    z-index: 0;
}

.al-concept-img::after {
    content: "♡";
    position: absolute;
    right: -10px;
    bottom: 35px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(255, 240, 248, 0.95);
    color: #ec4b89;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    box-shadow: 0 8px 22px rgba(236, 75, 137, 0.16);
    z-index: 2;
}

.al-concept-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #fff;
}

.al-concept-text {
    position: relative;
    text-align: left;
}

.al-sub {
    margin: 0 0 18px;
    color: #ec4b89;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.al-sub::after {
    content: "";
    display: block;
    margin-top: 4px;
    font-family: "Yu Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
}

.al-concept-text h2 {
    margin: 0 0 28px;
    color: #ec4b89;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 34px;
    line-height: 1.8;
    letter-spacing: 0.06em;
}

.al-concept-text p {
    color: #6b3b4b;
    font-size: 15px;
    line-height: 2.1;
    font-weight: 600;
}

.concept_titleBox {
    text-align: center;
    margin-bottom: 36px;
}

.section_title {
    position: relative;
    display: inline-block;
    margin: 0;
    color: #ec4b89;
    font-family: Georgia, "Yu Mincho", serif;
    font-size: 28px;
    letter-spacing: 0.06em;
}

.section_title::before,
.section_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 180px;
    height: 1px;
    background: #f4b5cc;
}

.section_title::before {
    right: calc(100% + 28px);
}

.section_title::after {
    left: calc(100% + 28px);
}

.al-point-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;

    padding: 0;
    margin: 0;

    list-style: none;
}

.al-point-card {
    position: relative;
    width: calc(33.333% - 22px);
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.92),
            rgba(255,255,255,0.78)
        );
    border: 1px solid #ffd7e6;
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 12px 32px rgba(236, 75, 137, 0.08),
        inset 0 0 0 1px rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
}

.al-point-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 20px 42px rgba(236, 75, 137, 0.16);
}

/* 画像 */

.point_img {
    position: relative;
    overflow: hidden;
}

.point_img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.al-point-card:hover .point_img img {
    transform: scale(1.05);
}

/* 数字 */

.point_num {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    background:
        linear-gradient(
            135deg,
            #ffb5d5 0%,
            #ff6aa9 100%
        );
    box-shadow:
        0 10px 22px rgba(236, 75, 137, 0.32);
    z-index: 5;
    /* ハート型 */
    clip-path: path(
        "M39 70 C-8 38 6 0 39 18 C72 0 86 38 39 70 Z"
    );
}

/* 本文 */

.point_body {
    padding: 30px 24px 34px;
    text-align: center;
}

.al-point-card h3 {
    position: relative;
    margin: 0 0 22px;
    color: #ec4b89;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.al-point-card h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 14px auto 0;
    background:
        linear-gradient(
            90deg,
            #ffb8d3,
            #ec4b89
        );
    border-radius: 10px;
}

.al-point-card p {
    margin: 0;
    color: #6b3b4b;
    font-size: 15px;
    line-height: 2.1;
    font-weight: 500;
}

/* SP */

@media screen and (max-width: 768px) {

    .al-point-list {
        gap: 20px;
    }

    .al-point-card {
        width: 100%;
    }

    .point_img img {
        height: 220px;
    }

    .point_num {
        width: 68px;
        height: 68px;
        font-size: 22px;
    }

    .al-point-card h3 {
        font-size: 24px;
    }

}

@media (max-width: 900px) {
    .about_content {
        grid-template-columns: 1fr;
        gap: 48px;
        text-align: center;
    }

    .al-concept-img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .al-concept-text {
        text-align: center;
    }

    .section_title::before,
    .section_title::after {
        width: 60px;
    }

    .al-point-list {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

@media (max-width: 600px) {
    .concept {
        padding: 70px 0;
    }

    .al-concept-text h2 {
        font-size: 26px;
    }

    .al-sub {
        font-size: 26px;
    }

    .section_title {
        font-size: 24px;
    }

    .point-img img {
        height: 180px;
    }
}



/* concept--------------------- */
.concept_image_content {
    display: block;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: 0;
    width: 89vw;
    height: auto;
}

.concept_text {
    font-size: 1.8rem;
}

.concept_image_content img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .concept_image_content {
        height: auto;
    }

    .concept_image_content img {
        width: 100%;
        height: 100%;
    }

    .concept_text {
        font-size: 1.6rem;
    }
}

/* TOP cast---------------- */
.top-cast {
    padding: 80px 0;
    background: #fff7fb;
    overflow: hidden;
}

.cast-swiper {
    position: relative;
    overflow: hidden;
}

.cast-slide-card {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 640px;
    margin: 0 auto;
    padding: 18px;
    background: #fff;
    border: 1px solid #ffd7e6;
    border-radius: 18px;
    text-decoration: none;
}

.swiper-wrapper {
    display: flex;
    gap: 15px;
}

.swiper-slide {
    width: 550px;
}

.cast-slide-img {
    width: 180px;
    flex-shrink: 0;
}

.cast-slide-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.cast-slide-text h3 {
    margin: 0 0 12px;
    color: #ec4b89;
    font-size: 22px;
}

.cast-slide-text h3 span {
    margin-left: 12px;
    font-size: 14px;
}

.cast-slide-text p {
    margin: 0;
    color: #6b3b4b;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .cast-swiper {
        padding: 10px 34px 50px;
    }

    .cast-slide-card {
        display: block;
        max-width: 320px;
        text-align: center;
    }

    .cast-slide-img {
        width: 100%;
        margin-bottom: 14px;
    }
}

/* news--------------------- */
.new-page__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.new-page__item {
    border-bottom: 1px dotted #999;
    padding-bottom: 32px;
}

.new-page__item a {
    display: block;
    color: #333;
    text-decoration: none;
}

.new-page__thumb {
    width: 100%;
    aspect-ratio: 4 / 2.55;
    margin-bottom: 18px;
    overflow: hidden;
}

.new-page__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.new-page__item a:hover .new-page__thumb img {
    transform: scale(1.05);
}

.new-page__date {
    display: block;
    margin-bottom: 18px;
    color: #333;
    font-size: 17px;
    letter-spacing: .04em;
}

.new-page__title {
    margin: 0;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .new-page__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

/* access--------------------- */
.access-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
}

.map {
    width: 100%;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.access-textBox {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.access-item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 18px;
    align-items: flex-start;
}

.access-icon {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.access-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.access-item p {
    margin: 0;
    color: #6b3b4b;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 700;
}

.btn_radius a {
    width: 100%;
    max-width: 340px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;

    background:
    linear-gradient(
        180deg,
        #ff7eb4 0%,
        #e7357c 100%
    );

    color: #fff;
    text-decoration: none;

    border-radius: 8px;

    font-size: 16px;
    font-weight: 700;

    box-shadow:
    0 8px 20px rgba(236,75,137,.25);

    transition: .3s;
}

.btn_radius a:hover {
    transform: translateY(-3px);
    opacity: .9;
}

.btn_radius a::after {
    content: "›";
    margin-left: 16px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {

    .access-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .map {
        height: 240px;
    }

    .access-item p {
        font-size: 15px;
    }

    .btn_radius a {
        max-width: 100%;
    }

}

/* contact--------------------- */
.contact {
    background: url('/wp-content/themes/ming/img/index/top11.jpg') no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.contact::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}

.contact_title {
    font-weight: bold;
    font-size: 70px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.contact_stitle {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.contact_inner {
    width: 860px;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact_text_box {

}

.contact_text_box p {
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .contact {
        background: url('/wp-content/themes/ming/img/index/top11.jpg') no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0;
    }

    .contact::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        z-index: -1;
    }

    .contact_title {
        font-weight: bold;
        font-size: 3rem;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
    }

    .contact_stitle {
        text-align: center;
        font-size: 1.6rem;
        color: #fff;
    }

    .contact_inner {
        width: auto;
        margin: 0 auto;
        padding: 0;
    }

    .contact_text_box {
    }

    .contact_text_box p {
        text-align: center;
        color: #fff;
    }
}

/* concept--------------------- */
.al-concept {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 80px;
    align-items: center;
}

.al-concept-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #fff;
    box-shadow: 0 12px 35px rgba(236,75,137,.22);
}

.al-concept-text h2 {
    color: #ec4b89;
    font-family: "Yu Mincho", serif;
    font-size: 34px;
    line-height: 1.8;
}

.al-concept-text p {
    line-height: 2;
}

/* service--------------------- */
.service {
    padding: 90px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,.95), transparent 22%),
        linear-gradient(180deg, #fff7fb 0%, #ffeef6 100%);
}

.service-top {
    text-align: center;
    margin-bottom: 34px;
}

.section_title {
    position: relative;
    display: inline-block;
    color: #ec4b89;
    font-size: 36px;
    font-family: Georgia, "Yu Mincho", serif;
    font-weight: 700;
    letter-spacing: .06em;
    margin: 0;
}

.section_title::before,
.section_title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 180px;
    height: 1px;
    background: #f4bfd1;
}

.section_title::before {
    right: calc(100% + 30px);
}

.section_title::after {
    left: calc(100% + 30px);
}

.section_sub {
    margin-top: 6px;
    color: #ec4b89;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.al-menu-box {
    width: 850px;
    max-width: 100%;
    margin: 0 auto 66px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.al-menu-item {
    min-height: 300px;
    padding: 44px 52px 36px;
    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,0.95),
        rgba(255,255,255,0.88)
    );
    border: 1px solid #ffd2e5;
    border-radius: 30px;
    box-shadow:
        0 15px 40px rgba(255,120,180,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

.al-menu-box_title {
    position: relative;
    margin: 0 0 34px;

    color: #ec4b89;

    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.al-menu-box_title::after {
    content: "";
    display: block;

    width: 44px;
    height: 2px;

    margin: 10px auto 0;

    background: #ec4b89;
}

.al-menu-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.al-menu-list li {
    color: #6b3b4b;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.al-menu-list li::before {
    content: "・";
}

.al-menu-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0;

    color: #6b3b4b;

    font-size: 16px;
    font-weight: 500;
}

.al-menu-price strong {
    color: #6b3b4b;
    font-size: 20px;
    font-weight: 800;
}

.menu-btn {
    text-align: center;
}

.btn_radius a {
    min-width: 260px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff7eb4 0%, #e7357c 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(236,75,137,.25);
}

.btn_radius a::after {
    content: "›";
    margin-left: 16px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .service {
        padding: 70px 0;
    }

    .section_title {
        font-size: 28px;
    }

    .section_title::before,
    .section_title::after {
        width: 50px;
    }

    .al-menu-box {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 22px;
    }

    .al-menu-item {
        min-height: auto;
        padding: 28px 24px;
    }

    .al-menu-price strong {
        font-size: 26px;
    }

    .btn_radius a {
        width: 100%;
        max-width: 300px;
        min-width: auto;
    }
}


/* Instagram-page--------------------- */
.instagram-feed-wrap {
    margin-top: 40px;
}

.instagram-feed-wrap .sbi {
    width: 100%;
}

/* recruit-page--------------------- */
.recruit {
    padding: 80px 0;
    background: #fff7fb;
}

.recruit {
    width: 88%;
    max-width: 1280px;
    margin: 0 auto;
}

.recruit-box {
    position: relative;

    display: grid;
    grid-template-columns: 1fr 380px;
    grid-template-areas:
        "content girls"
        "bottom bottom";
    gap: 28px 40px;
    padding: 54px 64px 42px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,246,250,.92));
    border: 1px solid #ffd1e3;
    border-radius: 26px;
    box-shadow: 0 10px 34px rgba(236,75,137,.12);
    overflow: hidden;
}

.recruit-box::before {
    content: "♡";
    position: absolute;
    top: 70px;
    right: 42%;
    color: rgba(236,75,137,.18);
    font-size: 70px;
    font-family: serif;
}

.recruit-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 15%, rgba(255,255,255,.95), transparent 22%),
        radial-gradient(circle at 88% 20%, rgba(255,198,222,.35), transparent 24%);
    pointer-events: none;
}

.recruit-content,
.recruit-bottom {
    position: relative;
    z-index: 2;
}

.recruit-content {
    grid-area: content;
}

.recruit-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: #ec4b89;
    font-size: 24px;
    font-family: Georgia, serif;
    font-weight: 700;
    letter-spacing: .16em;
}

.recruit-ribbon {
    font-size: 32px;
    letter-spacing: 0;
}

.recruit-lead {
    margin: 0 0 34px;
    color: #6b3b4b;
    font-size: 20px;
    font-weight: 700;
}

.recruit-point-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.recruit-point-list li {
    min-height: 140px;
    padding: 18px 10px;
    background: rgba(255,255,255,.82);
    border: 1px solid #ffd7e6;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(236,75,137,.06);
}

.recruit-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec4b89;
    border: 2px solid #ec4b89;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 700;
}

.recruit-point-list p {
    margin: 0;
    color: #6b3b4b;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.recruit-point-list strong {
    font-size: 18px;
}

.recruit-bottom {
    grid-area: bottom;
    display: grid;
    grid-template-columns: 150px 1fr 420px;
    align-items: center;
    gap: 28px;
    padding-top: 26px;
    border-top: 1px solid rgba(236,75,137,.12);
}

.recruit-badge {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff9bc3, #e7357c);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    box-shadow: 0 8px 18px rgba(236,75,137,.24);
}

.recruit-bottom-text p {
    margin: 0 0 12px;
    color: #6b3b4b;
    font-size: 18px;
    font-weight: 700;
}

.recruit-bottom-text span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    height: 44px;
    border: 2px solid #ec4b89;
    border-radius: 999px;
    color: #ec4b89;
    font-size: 20px;
    font-weight: 700;
}

.recruit-btn {
    text-align: right;
}

.recruit-btn a {
    width: 100%;
    max-width: 420px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff7eb4 0%, #e7357c 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(236,75,137,.25);
}

.recruit-btn a::after {
    content: "›";
    margin-left: 28px;
    font-size: 34px;
}

@media screen and (max-width: 1024px) {
    .recruit-box {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "girls"
            "bottom";
        padding: 44px 32px;
    }

    .recruit-point-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .recruit-bottom {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .recruit-badge {
        margin: 0 auto;
    }

    .recruit-btn {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .recruit {
        padding: 60px 0;
    }

    .recruit-box {
        padding: 34px 20px;
        border-radius: 20px;
    }

    .recruit-lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .recruit-point-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruit-point-list li {
        min-height: 120px;
    }

    .recruit-bottom-text span {
        min-width: auto;
        width: 100%;
        font-size: 17px;
    }

    .recruit-btn a {
        height: 58px;
        font-size: 17px;
    }
}

/* recruit-concept--------------------- */
.recruit-concept_image_content {
    display: block;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    height: 600px;
}

.recruit-concept_image_content img {
    width: 100%;
    height: 100%;
}

.recruit-concept_text_contents {
    margin-left: 11vw;
    margin-top: 50px;
}

.recruit-concept_text_contents h3 {
    font-weight: bold;
    font-size: 2.4rem;
    padding-bottom: 30px;
}



@media screen and (max-width: 768px) {
    .recruit-concept_image_content {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .recruit-concept_image_content img {
        width: 100%;
        height: 100%;
    }

    .recruit-concept_text_contents {
        padding-right: 20px;
    }

    .recruit-concept_text_contents {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .recruit_attention {
        padding-top: 4rem;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .recruit_attention_text {
        width: 100%;
        margin: 0 auto;
    }

    .position_content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        gap: 20px;
        padding: 16px 20px 0 20px;
    }

    .position_item {
    }

    .position_item img {
    }

    .position_text {
        margin-top: 20px;
        font-size: 1.6rem;
        font-weight: bold;
    }

    .work_info {
    }

    .work_info_title {
        text-align: center;
        font-size: 2.8rem;
        font-weight: bold;
    }

    .work_info_list {
        padding-top: 3rem;
        width: 100%;
        margin: 0 auto;
    }

    .work_info_items {
        padding: 0 20px;
    }

    .work_kind_titleBox {
    }

    .work_info_kind_title {
        font-size: 2rem;
        color: #00B900;
        font-weight: bold;
    }

    .work_kind_box {
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .work_kind_box dl {
        display: block;
        width: 100%;
        height: 100%;
        table-layout: fixed;
        padding: 10px 0;
    }

    .work_kind_box dt {
        width: 35%;
        display: block;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .work_kind_box dd {
        display: block;
        font-size: 1.4rem;
    }

    .entry {
        padding: 0 16px 48px 16px;
    }

    .entry_content {
        width: 1100px;
        max-width: 100%;
        margin: 0 auto;
    }

    .entry_item {
        margin: 3rem 0;
    }

    .entry_title_box {
        display: flex;
        margin-bottom: 1rem;
    }

    .entry_number {
        color: #00B900;
        font-size: 1.8rem;
        font-weight: bold;
        padding-right: 15px;
        border-right: 1px solid #333;
    }

    .entry_title {
        font-size: 2rem;
        font-weight: bold;
        padding-left: 15px;
    }

    .entry_info_box {

    }

    .entry_text {
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .entry_text a {
        border-bottom: dotted 1px #333;
        font-weight: bold;
    }
}


.recruit-movie-contents {
    width: 960px;
    max-width: 100%;
    margin: 50px auto 0;
}

@media (max-width: 767px) {
    .recruit-movie-contents {
        margin: auto 0;
    }
}


/* recruit-募集要項-------------------------- */
.info {
    padding-bottom: 50px;
}

.info .content-stitle {
    color: #fff;
}

.info-top {
    padding: 32px 16px;
    position: relative;
    text-align: center;
}

.info-topInner {
    position: relative;
}

.info-Inner {
    margin: 50px auto 0;
    max-width: 960px;
    overflow: hidden;
    width: 100%;
}

.info_content {
    padding: 48px 0;
}

@media (max-width: 767px) {
    .info {
        padding-bottom: 30px;
    }

    .info-top {
        padding: 58px 0 54px;
    }

    .info-Inner {
        margin: 30px auto 0;
    }

    .info_content {
        padding: 48px 7px;
    }
}

.tab-area {
    display: flex;
    border: #00B900 2px solid;
    cursor: pointer;/* カーソルポインターに */
}

.tab {
    width: calc(100%/2);
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.tab:nth-child(n+2) {
    border-left: 2px solid #00B900;
}

.tab.active {
    background-color: #00B900;
    color: #fff;
}

.panel {
    display: none;
}

.panel.active {
    display: block;
    border: #00B900 solid 1px;
}

/* recruit-Q&A-アコーディオン--------------------- */
.accordion {
    margin-inline: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.accordion-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.accordion-title {
    color: #333;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
}

.accordion-content {
    display: none;
    padding: 10px 20px;
}

.accordion-content p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.accordion-item {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .accordion-container {
        padding: 30px 20px 0 20px;
    }
}

  /* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
    background-color: #D9D9D9;
}

.accordion-item:nth-of-type(2) .accordion-title {
    background-color: #D9D9D9;
}

.accordion-item:nth-of-type(3) .accordion-title {
    background-color: #D9D9D9;
}

/* コンテンツボックスの枠線 */
.accordion-item:nth-of-type(1) .accordion-content {
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
}

.accordion-item:nth-of-type(2) .accordion-content {
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
}

.accordion-item:nth-of-type(3) .accordion-content {
    border-bottom: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
}

/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #333;
    border-top: solid 2px #333;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

/* アニメーション--------------------- */
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}


/* ---------- contactform7 ---------- */
.cf7-recruit {
    border-top: 1px solid #dcdcdc;
}

.cf7-recruit .row {
    display: grid;
    grid-template-columns: 180px 1fr; /* 左ラベル, 右フィールド */
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #dcdcdc;
}

.cf7-recruit .label {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    display: block;
}

.cf7-recruit .badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 2px;
    position: absolute;
    right: 0;     /* 右端に配置 */
    top: 50%;
    transform: translateY(-50%);
    background: #d00;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.cf7-recruit .badge.opt { background:#d9d9d9; color:#333; }

  /* 入力欄 */
.cf7-recruit .field input[type=text],
.cf7-recruit .field input[type=tel],
.cf7-recruit .field input[type=email],
.cf7-recruit .field input[type=date],
.cf7-recruit .field textarea {
    width: 100%;
    background: #efefef;
    border: none;
    border-radius: 2px;
    padding: 16px 18px;
    font-size: 16px;
    outline: none;
}

.field {
    border-left: 1px solid #dcdcdc;
    padding: 0 20px;
    font-weight: bold;
}

.cf7-recruit .field textarea {
    min-height: 200px;
}

  /* ---------- ファイル入力の見た目 ---------- */
.cf7-recruit .filewrap { position: relative; }
.cf7-recruit .file-input {
    /* 本体は見せない（操作はラベルで） */
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 56px;
    cursor: pointer;
}

.cf7-recruit .file-ui{
    height: 56px;
    border: 2px solid #111;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    color: #333;
    cursor: pointer;
    user-select: none;
}

.cf7-recruit .file-ico{
    width: 20px; height: 20px; flex: 0 0 20px;
    background:
        linear-gradient(#111,#111) left 6px top 2px / 16px 12px no-repeat,
        linear-gradient(#111,#111) left 6px bottom 2px / 16px 2px no-repeat,
        linear-gradient(#111,#111) left 2px top 2px / 2px 16px no-repeat; /* 簡易アイコン */
}

.cf7-recruit .file-txt{ font-size: 14px; color:#333; }

  /* 選択後にファイル名を表示（JSでテキスト差し替え） */
.cf7-recruit .file-ui.selected { border-color:#333; }

  /* 送信ボタン */
.cf7-recruit .submit-area{
    text-align: center;
    padding: 32px 0 8px;
}

.cf7-recruit .submit-area input[type=submit]{
    border: 1px solid #00B900;
    border-radius: 20px;
    padding: 14px 40px;
    font-size: 16px;
    letter-spacing: .15em;
    cursor: pointer;
}

.cf7-recruit .submit-area input[type=submit]:hover{
    opacity:.9;
    background-color: #00B900;
    color: #fff;
}

.row-privacy {
    margin-top: 20px;
}

.contact_privacy_text {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .field {
        border-left: none;
        padding: 0;
    }
    
}

  /* ---------- SP レスポンシブ ---------- */
@media (max-width: 768px){
    .cf7-recruit .row{
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 0;
    }

    .cf7-recruit .label{
        justify-content: flex-start;
    }
}


.page_contact-stitle {
    text-align: center;
    font-size: 2rem;
}

.page_contact-title {
    margin-top: 10px;
    font-size: 4rem;
    text-align: center;
}

.page_contact-text {
    text-align: center;
}

@media (max-width: 768px) {
    .page_contact-stitle {
        font-size: 1.6rem;
    }
}

  /* ---------- menuページ ---------- */
  .menu-page {
    background: #fff7fb;
    color: #5f3a48;
}

.menu-fv {
    min-height: 360px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,247,251,.78) 42%, rgba(255,247,251,.15) 100%),
        url("../img/img07.jpg") center / cover no-repeat;
    display: flex;
    align-items: center;
}

.menu {
    margin: 44px auto;
}

.menu-fv__inner {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
}

.menu-fv h1 {
    margin: 0 0 18px;
    color: #ec4b89;
    font-size: 56px;
    font-family: Georgia, serif;
    line-height: 1.2;
}

.menu-fv p {
    color: #ec4b89;
    font-weight: 700;
    margin-bottom: 34px;
}

.menu-fv span {
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
}

.menu-section {
    padding: 70px 0 90px;
}

.menu-section {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
}

.system-box,
.menu-card,
.memo-box,
.menu-cta {
    background: rgba(255,255,255,.78);
    border: 1px solid #ff9fc3;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(236,75,137,.06);
}

.system-box {
    padding: 46px 40px;
    margin-bottom: 38px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .system-box {
        padding: 36px 34px;
    }
}

.system-box h2,
.menu-card h2,
.memo-box h2 {
    color: #ec4b89;
    font-family: Georgia, serif;
    font-size: 36px;
    margin: 0 0 30px;
}

.system-box h2 small,
.menu-card h2 small {
    margin-left: 12px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.system-price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #ffc7dc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.system-price li {
    padding: 36px 20px;
}

.system-price li + li {
    border-left: 1px solid #ffc7dc;
}

.system-price span {
    display: block;
    font-weight: 700;
    margin-bottom: 14px;
}

.system-price b {
    color: #ec4b89;
    font-size: 52px;
    font-family: Georgia, serif;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .system-price b {
        font-size: 36px;
    }
}

.system-box p {
    line-height: 1.9;
    font-weight: 700;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 38px;
}

.menu-card {
    padding: 36px 34px;
}

.menu-card.drink {
    grid-row: span 2;
}

.menu-card h3 {
    margin: 0 0 18px;
    color: #5f3a48;
    font-size: 16px;
    font-weight: 700;
}

.drink-list {
    margin-bottom: 34px;
}

.drink-list ul,
.price-list,
.memo-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drink-list li, .price-list li, .acf-price-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px dotted #f5a9c4;
    font-weight: 700;
}

.price-list b {
    color: #5f3a48;
}

.price-list span {
    display: none;
}

.memo-box {
    display: grid;
    grid-template-columns: .8fr 1.4fr;
    gap: 48px;
    padding: 36px 34px;
    margin-bottom: 38px;
}

.memo-box h2 {
    margin-bottom: 24px;
}

.memo-box h3 {
    color: #ec4b89;
    margin: 0 0 18px;
}

.memo-box p,
.memo-box li {
    line-height: 1.9;
    font-weight: 600;
}

.memo-box li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}

.memo-box li::before {
    content: "♡";
    position: absolute;
    left: 0;
    color: #ec4b89;
}

.menu-cta {
    padding: 24px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.menu-cta p {
    color: #ec4b89;
    font-weight: 700;
}

.menu-cta a {
    min-width: 260px;
    height: 54px;
    background: linear-gradient(180deg, #ff82b4, #e7357c);
    color: #fff;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(236,75,137,.2);
}

@media screen and (max-width: 768px) {
    .menu-fv {
        min-height: 300px;
    }

    .menu-fv h1 {
        font-size: 38px;
    }

    .system-price,
    .menu-grid,
    .memo-box,
    .menu-cta {
        grid-template-columns: 1fr;
    }

    .system-price div + div {
        border-left: none;
        border-top: 1px solid #ffc7dc;
    }

    .drink-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .menu-cta {
        display: grid;
        gap: 18px;
        text-align: center;
    }

    .menu-cta a {
        width: 100%;
        min-width: auto;
    }
}

  /* ---------- recruitページ ---------- */
.recruit-page {
    background: #fff7fb;
    color: #6b3b4b;
}

.recruit-fv {
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(255,245,250,.96), rgba(255,245,250,.55), rgba(255,245,250,.15)),
      url("../img/img08.png") center / cover no-repeat;
    display: flex;
    align-items: center;
  }
  
  .recruit-fv__inner {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 460px;
    align-items: center;
    gap: 40px;
  }
  
  .recruit-fv h1 {
    color: #ec4b89;
    font-family: Georgia, serif;
    font-size: 72px;
    margin: 0;
    letter-spacing: .06em;
  }
  
  .recruit-fv__sub {
    color: #ec4b89;
    font-weight: 700;
    margin: 10px 0 36px;
  }
  
  .recruit-fv__lead {
    font-size: 22px;
    line-height: 2;
    font-weight: 700;
  }
  
  .recruit-fv__girls img {
    width: 100%;
    display: block;
  }
  
  .recruit-page-box {
    width: 88%;
    max-width: 1180px;
    margin: 44px auto;
    padding: 42px;
    background: rgba(255,255,255,.82);
    border: 1px solid #ffd7e6;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(236,75,137,.08);
    position: relative;
  }
  
  .recruit-box::before {
    content: "♡";
    position: absolute;
    right: 24px;
    top: 18px;
    color: rgba(236,75,137,.18);
    font-size: 54px;
  }
  
  .recruit-title {
    text-align: center;
    color: #ec4b89;
    font-size: 32px;
    margin: 0 0 34px;
    font-family: Georgia, "Yu Mincho", serif;
  }
  
  .merit-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-bottom: 24px;
  }
  
  .merit-card {
    text-align: center;
    background: #fff;
    border: 1px solid #ffd7e6;
    border-radius: 18px;
    padding: 30px 20px;
  }
  
  .merit-card span {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    display: grid;
    place-items: center;
    border: 2px solid #ec4b89;
    border-radius: 50%;
    color: #ec4b89;
    font-size: 30px;
    font-weight: 700;
  }
  
  .merit-card h3,
  .work-item h3,
  .flow-card h3 {
    color: #ec4b89;
  }

/* スマホ */
@media screen and (max-width: 768px) {

    .recruit-fv h1 {
        font-size: 42px;
    }

    .recruit-fv__lead {
        font-size: 22px;
        font-weight: 700;
    }

    .recruit-page-box {
        width: calc(100% - 20px);
        margin: 15px auto;
        padding: 20px 15px;
        border-radius: 16px;
    }

    .merit-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      padding-bottom: 16px;
    }
  
    .merit-card {
      padding: 20px 15px;
      border-radius: 16px;
    }
  
    .merit-card span {
      width: 52px;
      height: 52px;
      margin: 0 auto 12px;
      font-size: 24px;
    }
  
    .merit-card h3 {
      font-size: 16px;
      line-height: 1.5;
    }
  
    .merit-card p {
      font-size: 13px;
      line-height: 1.8;
    }
  
}
/* 給与詳細 ---------------------- */

.salary-main {
    text-align: center;
    color: #ec4b89;
    margin-bottom: 28px;
  }
  
  .salary-main span {
    display: inline-block;
    background: #ec4b89;
    color: #fff;
    border-radius: 6px;
    padding: 6px 14px;
    margin-right: 12px;
  }
  
  .salary-main strong {
    font-size: 48px;
  }
  
  .salary-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  
  .salary-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #e6a9bd;
    padding: 12px 0;
    font-weight: 700;
  }

.recruit-work-detail {
    background: rgba(255,255,255,.82);
    border: 1px solid #ffcfe1;
    border-radius: 28px;
    padding: 58px 64px;
}

.work-box {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
}

.work-detail-left .recruit-title {
    margin-bottom: 36px;
}

.work-detail-list {
    display: grid;
    gap: 26px;
}

.work-detail-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    align-items: start;
}

.work-detail-num {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff86b8 0%, #ec4b89 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 18px;
}

.work-detail-text h3 {
    margin: 0 0 8px;
    color: #ec4b89;
    font-size: 18px;
    font-weight: 700;
}

.work-detail-text p {
    margin: 0;
    color: #6b3b4b;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
}

.work-detail-right img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

@media screen and (max-width: 768px) {
    .recruit-work-detail {
        padding: 38px 22px;
    }

    .work-box {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .work-detail-item {
        grid-template-columns: 48px 1fr;
        gap: 16px;
    }

    .work-detail-num {
        width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .work-detail-right img {
        height: 220px;
    }
}

.recruit-title.small {
    font-size: 22px;
    margin-bottom: 22px;
}

/* 1日の流れ */

.flow-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.flow-card {
    position: relative;
}

.flow-card:not(:last-child)::after {
    content: "›";
    position: absolute;
    top: 88px;
    right: -20px;
    color: #f28ab8;
    font-size: 38px;
    font-weight: bold;
}

.flow-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.flow-head span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #ff8fbd, #e7357c);
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}

.flow-head h3 {
    margin: 0;
    color: #ec4b89;
    font-size: 15px;
    font-weight: 700;
}

.flow-img {
    position: relative;
    margin-bottom: 10px;
}

.flow-img img {
    width: 100%;
    height: 116px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.flow-card p {
    margin: 0;
    color: #6b3b4b;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600;
}

.flow-note {
    width: fit-content;
    margin: 26px auto 0;
    padding: 10px 34px;
    background: rgba(255,255,255,.8);
    border: 1px solid #ffd1e3;
    border-radius: 999px;
    color: #ec4b89;
    font-size: 20px;
    font-weight: 700;
}

/* SP */
@media screen and (max-width: 768px) {

    .flow-list {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  
    .flow-card {
      padding-bottom: 24px;
    }
  
    /* 横矢印 → 縦矢印 */
    .flow-card:not(:last-child)::after {
      content: "⌄";
      top: auto;
      right: 50%;
      bottom: -18px;
      transform: translateX(50%);
      font-size: 32px;
      color: #f28ab8;
    }
  
    .flow-head {
      gap: 12px;
      margin-bottom: 14px;
    }
  
    .flow-head span {
      width: 42px;
      height: 42px;
      font-size: 14px;
    }
  
    .flow-head h3 {
      font-size: 17px;
    }
  
    .flow-img {
      margin-bottom: 14px;
    }
  
    .flow-img img {
      width: 100%;
      height: 180px;
      border-radius: 12px;
    }
  
    .flow-card p {
      font-size: 14px;
      line-height: 1.8;
    }
  
    .flow-note {
      width: 100%;
      max-width: 320px;
      margin: 24px auto 0;
      padding: 12px 20px;
      text-align: center;
      font-size: 15px;
      line-height: 1.6;
      border-radius: 999px;
    }
}

/* 応募資格 */
.recruit-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: stretch;
    margin: 44px 0;
}

.recruit-info__left,
.recruit-info__right {
    width: 100%;
    min-height: 330px;
    padding: 42px;
    background: rgba(255,255,255,.82);
    border: 1px solid #ffd1e3;
    border-radius: 24px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: 0;
}

.recruit-title.small {
    margin: 0 0 28px;
    color: #ec4b89;
    text-align: center;
    font-size: 26px;
}

.qualification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.qualification-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #6b3b4b;
    font-weight: 700;
    line-height: 1.7;
}

.qualification-list li:last-child {
    margin-bottom: 0;
}

.qualification-list li::before {
    content: "♡";
    position: absolute;
    left: 0;
    top: 0;
    color: #ec4b89;
}

.wanted-tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.wanted-tags span {
    min-height: 46px;
    padding: 12px 18px;
    background: #fff2f7;
    border-radius: 999px;
    color: #6b3b4b;
    font-weight: 700;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .recruit-info {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .recruit-info__left,
    .recruit-info__right {
        min-height: auto;
        padding: 32px 22px;
    }

    .wanted-tags {
        grid-template-columns: 1fr;
    }
}

/* 応募 */

.recruit-apply {
    position: relative;
    overflow: hidden;
    padding: 54px 56px 0;
    background: linear-gradient(180deg, #fff 0%, #fff7fb 100%);
    border: 1px solid #ffcfe1;
    border-radius: 28px;
}

.recruit-apply::before {
    content: "♡";
    position: absolute;
    right: 34px;
    top: 24px;
    color: rgba(236,75,137,.12);
    font-size: 72px;
}

.recruit-apply__content {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 34px;
    align-items: end;
}

.recruit-title {
    margin: 0 0 18px;
    color: #ec4b89;
    font-size: 32px;
    text-align: center;
    font-family: "Yu Mincho", serif;
}

.recruit-apply__lead {
    margin: 0 0 36px;
    text-align: center;
    color: #6b3b4b;
    font-weight: 700;
    line-height: 1.8;
}

.apply-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 42px;
}

.apply-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid #ffcfe1;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(236,75,137,.06);
}

.apply-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff0f6;
    color: #ec4b89;
    font-size: 24px;
    font-weight: 700;
}

.line-icon {
    background: #06c755;
    color: #fff;
    font-size: 14px;
}

.apply-text small {
    display: block;
    color: #ec4b89;
    font-size: 14px;
    font-weight: 700;
}

.apply-text strong {
    display: block;
    color: #ec4b89;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

.apply-text em {
    display: block;
    color: #6b3b4b;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.recruit-apply__image img {
    width: 100%;
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .recruit-apply {
        padding: 38px 22px 0;
    }

    .recruit-apply__content {
        grid-template-columns: 1fr;
    }

    .apply-buttons {
        grid-template-columns: 1fr;
    }

    .recruit-title {
        font-size: 26px;
    }

    .apply-text strong {
        font-size: 24px;
    }

    .recruit-apply__image {
        max-width: 220px;
        margin: 0 auto;
    }

    .sp-only {
        display: block;
    }
}

/* ------------cast一覧ページ-----------*/
.cast-archive-page {
    background: #fff7fb;
    color: #6b3b4b;
}

.cast-hero {
    min-height: 430px;
    background:
        linear-gradient(90deg, rgba(255,247,251,.98), rgba(255,247,251,.65), rgba(255,247,251,.18)),
        url("../img/img08.png") center / cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.cast-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,247,251,0), #fff7fb);
}

.page-hero-inner {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-hero-inner h1 {
    margin: 0;
    color: #ec4b89;
    font-size: 72px;
    font-family: Georgia, serif;
    letter-spacing: .08em;
}
  
  .page-hero-inner p {
    color: #ec4b89;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .18em;
    margin: 12px 0 32px;
  }
  
  .page-hero-inner span {
    display: block;
    color: #6b3b4b;
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
  }
  
  .cast-section {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 0 90px;
  }
  
  .cast-title-box {
    text-align: center;
    margin-bottom: 38px;
  }
  
  .al-title {
    margin: 0;
    color: #ec4b89;
    font-size: 36px;
    font-family: Georgia, "Yu Mincho", serif;
    letter-spacing: .08em;
  }
  
  .cast-title-box p {
    margin-top: 6px;
    color: #ec4b89;
    font-size: 13px;
    font-weight: 700;
  }
  
  .cast-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 36px;
  }
  
  .cast-filter button {
    min-width: 100px;
    height: 38px;
    border: 1px solid #ffd1e3;
    border-radius: 999px;
    background: #fff;
    color: #ec4b89;
    font-weight: 700;
  }
  
  .cast-filter button:first-child {
    background: linear-gradient(180deg, #ff7eb4, #e7357c);
    color: #fff;
  }
  
  .cast-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
  
  .cast-card {
    background: rgba(255,255,255,.86);
    border: 1px solid #ffd7e6;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(236,75,137,.1);
    transition: .3s;
  }
  
  .cast-card:hover {
    transform: translateY(-6px);
  }
  
  .cast-card a {
    color: inherit;
    text-decoration: none;
  }
  
  .cast-card-img {
    position: relative;
    height: 280px;
    overflow: hidden;
  }
  
  .cast-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .cast-new {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 76px;
    height: 70px;
    background: linear-gradient(135deg, #ffb5d5, #ff5da5);
    color: #fff;
    display: grid;
    place-items: center;
    font-family: Georgia, serif;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    clip-path: path("M38 68 C-8 38 6 0 38 18 C70 0 84 38 38 68 Z");
  }
  
  .cast-card-body {
    padding: 22px 20px 24px;
  }
  
  .cast-card-body h3 {
    margin: 0 0 16px;
    color: #ec4b89;
    font-size: 26px;
    font-weight: 700;
  }
  
  .cast-card-body h3 span {
    font-size: 14px;
    margin-left: 12px;
  }
  
  .cast-card-body dl {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 8px;
    margin: 0 0 8px;
    font-size: 13px;
    border-bottom: 1px solid #ffe0eb;
    padding-bottom: 8px;
  }
  
  .cast-card-body dt {
    color: #ec4b89;
    font-weight: 700;
  }
  
  .cast-card-body dd {
    margin: 0;
  }
  
  .cast-catch {
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
  }
  
  .cast-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .cast-tags span {
    padding: 6px 14px;
    border: 1px solid #ec4b89;
    border-radius: 999px;
    color: #ec4b89;
    font-size: 12px;
    font-weight: 700;
  }
  
  .cast-pagination {
    margin-top: 46px;
    text-align: center;
  }
  
  .cast-cta {
    margin-top: 70px;
    padding: 36px 48px;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 36px;
    align-items: center;
    background: rgba(255,255,255,.82);
    border: 1px solid #ffd7e6;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(236,75,137,.08);
  }
  
  .cast-cta-text p {
    color: #ec4b89;
    font-weight: 700;
  }
  
  .cast-cta-text h2 {
    color: #ec4b89;
    font-size: 30px;
    line-height: 1.8;
    font-family: "Yu Mincho", serif;
  }
  
  .cast-cta-btn {
    background: #fff;
    border: 1px solid #ffd7e6;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
  }
  
  .cast-cta-btn p {
    color: #ec4b89;
    font-weight: 700;
    margin-bottom: 14px;
  }
  
  .cast-cta-btn a {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff7eb4, #e7357c);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
  }
  
  .no-post {
    text-align: center;
    color: #ec4b89;
    font-weight: 700;
  }
  
  @media screen and (max-width: 1024px) {
    .cast-list {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .cast-cta {
      grid-template-columns: 1fr;
    }
  }
  
  @media screen and (max-width: 768px) {
    .page-hero-inner h1 {
      font-size: 46px;
    }
  
    .cast-list {
      grid-template-columns: 1fr;
    }
  
    .cast-card-img {
      height: 360px;
    }
  
    .cast-filter {
      justify-content: center;
    }
  
    .cast-cta {
      padding: 28px 20px;
    }
}

/* ------------cast一覧ページ-----------*/
.single-cast-page {
    background: #fff7fb;
    color: #4f3440;
    padding: 110px 0 80px;
  }
  
  .cast-simple {
    width: 88%;
    max-width: 1120px;
    margin: 0 auto;
  }
  
  .breadcrumb {
    margin: 0 0 42px;
    color: #ec4b89;
    font-size: 13px;
    font-weight: 700;
  }
  
  .breadcrumb a {
    color: #ec4b89;
    text-decoration: none;
  }
  
  .cast-simple__inner {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 70px;
    align-items: center;
  }
  
  .cast-simple__image {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(236,75,137,.12);
  }
  
  .cast-simple__image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
  }
  
  .cast-simple__profile {
    padding-top: 10px;
  }
  
  .cast-en-name {
    margin: 0;
    color: #ec4b89;
    font-family: Georgia, serif;
    font-size: 22px;
    font-style: italic;
  }
  
  .cast-heart {
    display: block;
    color: #ec4b89;
    font-size: 24px;
    margin: 6px 0 8px;
  }
  
  .cast-simple__profile h1 {
    margin: 0 0 18px;
    color: #3f2b34;
    font-family: "Yu Mincho", serif;
    font-size: 56px;
    line-height: 1.2;
  }
  
  .cast-simple__profile h1 em {
    margin-left: 22px;
    color: #ec4b89;
    font-size: 24px;
    font-style: normal;
  }
  
  .cast-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
  }
  
  .cast-tags span {
    min-width: 78px;
    padding: 8px 16px;
    border: 1px solid #ec4b89;
    border-radius: 6px;
    color: #ec4b89;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }
  
  .cast-lead {
    margin: 0 0 38px;
    color: #3f2b34;
    font-size: 17px;
    line-height: 2;
    font-weight: 700;
  }
  
  .cast-profile-table {
    margin: 0 0 44px;
  }
  
  .cast-profile-table div {
    display: grid;
    grid-template-columns: 140px 1fr;
    border-bottom: 1px solid #f6c9d8;
    padding: 16px 0;
  }
  
  .cast-profile-table dt {
    color: #ec4b89;
    font-weight: 700;
  }
  
  .cast-profile-table dd {
    margin: 0;
    color: #3f2b34;
    font-weight: 600;
  }
  
  .cast-buttons {
    display: grid;
    gap: 18px;
  }
  
  .cast-btn {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
  }
  
  .cast-btn-main {
    background: linear-gradient(180deg, #ff7eb4 0%, #e7357c 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(236,75,137,.25);
  }
  
  .cast-btn-sub {
    background: #fff;
    color: #ec4b89;
    border: 1px solid #ec4b89;
  }
  
  .cast-message-box {
    width: 88%;
    max-width: 1120px;
    margin: 70px auto 0;
    padding: 46px 50px;
    background: rgba(255,255,255,.72);
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(236,75,137,.06);
  }
  
  .cast-message-box h2 {
    margin: 0 0 34px;
    color: #ec4b89;
    font-size: 28px;
    font-family: "Yu Mincho", serif;
  }
  
  .cast-message-content {
    color: #3f2b34;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 600;
  }
  
  @media screen and (max-width: 768px) {
    .single-cast-page {
      padding: 90px 0 60px;
    }
  
    .cast-simple__inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }
  
    .cast-simple__image img {
      height: 480px;
    }
  
    .cast-simple__profile h1 {
      font-size: 42px;
    }
  
    .cast-profile-table div {
      grid-template-columns: 110px 1fr;
    }
  
    .cast-message-box {
      padding: 34px 22px;
    }
  
    .cast-message-box h2 {
      font-size: 22px;
    }
}

  /* ---------- accessページ ---------- */
.access-page {
    background: #fff7fb;
    color: #6b3b4b;
  }
  
  .access-fv {
    min-height: 360px;
    background:
      linear-gradient(90deg, rgba(255,245,250,.96), rgba(255,245,250,.72), rgba(255,245,250,.15)),
      url("../img/img08.png") center / cover no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .access-fv__inner {
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
  }
  
  .access-fv p {
    color: #ec4b89;
    font-family: Georgia, serif;
    font-size: 22px;
    letter-spacing: .14em;
    font-weight: 700;
  }
  
  .access-fv h1 {
    color: #ec4b89;
    font-size: 54px;
    font-family: "Yu Mincho", serif;
    margin: 12px 0 28px;
  }
  
  .access-fv span {
    font-weight: 700;
    line-height: 2;
  }
  
  .access-section {
    padding: 64px 0 90px;
  }

  .access-heading {
    color: #ec4b89;
    font-size: 28px;
    margin: 0 0 28px;
    font-family: "Yu Mincho", serif;
  }
  
  .access-info {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 36px;
    align-items: stretch;
    margin-bottom: 70px;
  }
  
  .shop-info-card,
  .route-card,
  .station-card {
    background: rgba(255,255,255,.82);
    border: 1px solid #ffd7e6;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(236,75,137,.08);
  }
  
  .shop-info-card {
    padding: 26px;
  }
  
  .shop-info-card dl {
    margin: 0 0 24px;
  }
  
  .shop-info-card div {
    display: grid;
    grid-template-columns: 90px 1fr;
    border-bottom: 1px solid #ffd7e6;
    padding: 16px 0;
  }
  
  .shop-info-card dt {
    color: #ec4b89;
    font-weight: 700;
  }
  
  .shop-info-card dd {
    margin: 0;
    line-height: 1.8;
    font-weight: 700;
  }
  
  .map-box {
    min-height: 350px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ffd7e6;
    box-shadow: 0 8px 26px rgba(236,75,137,.08);
  }
  
  .pink-btn {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff7eb4, #e7357c);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
  }
  
  .route-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 70px;
  }
  
  .route-card {
    position: relative;
    padding: 18px;
  }
  
  .route-card:not(:last-child)::after {
    content: "›";
    position: absolute;
    right: -18px;
    top: 45%;
    color: #ec4b89;
    font-size: 38px;
    font-weight: 700;
  }
  
  .route-card span {
    display: table;
    margin: -8px auto 14px;
    padding: 6px 24px;
    background: linear-gradient(180deg, #ff9ac4, #e7357c);
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
  }
  
  .route-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .route-card h3 {
    color: #ec4b89;
    font-size: 17px;
    line-height: 1.7;
  }
  
  .route-card p {
    line-height: 1.9;
    font-size: 14px;
    font-weight: 600;
  }
  
  .station-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }
  
  .station-card {
    padding: 26px;
  }
  
  .station-card span {
    font-size: 38px;
  }
  
  .station-card h3 {
    color: #ec4b89;
  }
  
  .station-card p {
    font-weight: 700;
    line-height: 1.8;
  }
  
  @media (max-width: 768px) {
    .access-info,
    .route-list,
    .station-list {
      grid-template-columns: 1fr;
    }
  
    .access-fv h1 {
      font-size: 38px;
    }
  
    .route-card:not(:last-child)::after {
      display: none;
    }
}

  /* ---------- contactページ ---------- */
/* =========================
CONTACT PAGE
========================= */

.contact-page {
    background:
      radial-gradient(circle at 10% 20%, rgba(255,255,255,.9), transparent 22%),
      linear-gradient(180deg, #fff8fb 0%, #fff1f7 100%);
    color: #6b3b4b;
  }
  
  /* FV */
  .contact-hero {
    min-height: 420px;
    background:
      linear-gradient(90deg, rgba(255,247,251,.96) 0%, rgba(255,247,251,.7) 42%, rgba(255,247,251,.08) 100%),
      url("../img/img08.png") center / cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  
  .contact-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(to bottom, rgba(255,247,251,0), #fff8fb);
  }
  
  .contact-hero__inner {
    position: relative;
    z-index: 2;
    width: 88%;
    max-width: 1180px;
    margin: 0 auto;
  }
  
  .contact-hero h1 {
    margin: 0;
    color: #ec4b89;
    font-size: 68px;
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: .06em;
  }
  
  .contact-hero p {
    color: #ec4b89;
    font-weight: 700;
    margin: 10px 0 28px;
  }
  
  .contact-hero span {
    display: block;
    color: #5f3a48;
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
  }
  
  /* レイアウト */
  .contact-section {
    padding: 70px 0 50px;
  }
  
  .contact-layout {
    display: grid;
    grid-template-columns: 1.35fr .9fr;
    gap: 36px;
    align-items: start;
  }
  
  /* 共通BOX */
  .contact-form-box,
  .contact-tel-box,
  .contact-faq-box,
  .sns-card {
    position: relative;
    background: rgba(255,255,255,.82);
    border: 1px solid #ffcfe1;
    border-radius: 20px;
    box-shadow:
      0 10px 28px rgba(236,75,137,.08),
      inset 0 0 0 1px rgba(255,255,255,.6);
  }
  
  /* 角の装飾っぽい枠 */
  .contact-form-box::before,
  .contact-tel-box::before,
  .contact-faq-box::before,
  .sns-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(236,75,137,.16);
    border-radius: 16px;
    pointer-events: none;
  }
  
  .contact-form-box {
    padding: 46px 52px;
  }
  
  .contact-form-box h2,
  .contact-tel-box h3,
  .contact-faq-box h3,
  .sns-contact h2 {
    color: #ec4b89;
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 28px;
    margin: 0 0 24px;
  }
  
  .contact-lead {
    text-align: center;
    line-height: 1.9;
    font-weight: 700;
    margin-bottom: 36px;
  }
  
  /* Contact Form 7 */
  .wpcf7 label {
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffe0eb;
    color: #ec4b89;
    font-weight: 700;
  }
  
  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ffcfe1;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
  }
  
  .wpcf7 textarea {
    min-height: 150px;
  }
  
  .wpcf7 input::placeholder,
  .wpcf7 textarea::placeholder {
    color: #cda4b3;
  }
  
  .wpcf7-submit {
    width: 320px !important;
    height: 58px;
    display: block;
    margin: 34px auto 0 !important;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ff7eb4 0%, #e7357c 100%) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(236,75,137,.25);
  }
  
  /* 右側 */
  .contact-side {
    display: grid;
    gap: 32px;
  }
  
  .contact-tel-box,
  .contact-faq-box {
    padding: 38px 34px;
  }
  
  .tel-number {
    margin: 12px 0;
    color: #ec4b89;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    letter-spacing: .04em;
  }
  
  .contact-tel-box p {
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
  }
  
  .faq-item {
    position: relative;
    padding: 18px 22px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #ffe0eb;
    border-radius: 12px;
  }
  
  .faq-item p {
    margin: 0 0 8px;
    color: #ec4b89;
    font-weight: 700;
  }
  
  .faq-item span {
    display: block;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
  }
  
  .faq-item strong {
    margin-right: 8px;
    color: #ec4b89;
  }
  
  /* SNS */
  .sns-contact {
    padding: 30px 0 90px;
  }
  
  .sns-contact h2 {
    margin-bottom: 32px;
  }
  
  .sns-contact-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
  }
  
  .sns-card {
    padding: 36px 24px;
    text-align: center;
  }
  
  .sns-card h3 {
    color: #ec4b89;
    font-size: 26px;
    margin: 0 0 14px;
    font-family: Georgia, serif;
  }
  
  .sns-card p {
    min-height: 58px;
    margin: 0;
    line-height: 1.8;
    font-weight: 700;
  }
  
  .sns-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 44px;
    margin-top: 22px;
    border: 1px solid #ec4b89;
    border-radius: 999px;
    color: #ec4b89;
    text-decoration: none;
    font-weight: 700;
  }
  
  .sns-card a::after {
    content: "›";
    margin-left: 12px;
    font-size: 20px;
  }
  
@media screen and (max-width: 768px) {
    .contact-hero {
      min-height: 340px;
    }
  
    .contact-hero h1 {
      font-size: 42px;
    }
  
    .contact-hero span {
      font-size: 16px;
    }
  
    .contact-layout,
    .sns-contact-list {
      grid-template-columns: 1fr;
    }
  
    .contact-form-box,
    .contact-tel-box,
    .contact-faq-box {
      padding: 30px 20px;
    }
  
    .wpcf7 label {
      grid-template-columns: 1fr;
      gap: 8px;
    }
  
    .wpcf7-submit {
      width: 100% !important;
    }
  
    .tel-number {
      font-size: 30px;
    }
}