@charset "UTF-8";

  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

  html:root {
    --text-S2: 0.8rem;
    --text-S: 0.9rem;
    --text-base: 16px;
    --text-L: 1.2rem;
    --text-L2: 1.4rem;
    --text-L3: 1.6rem;
    --font-main: 'Noto Sans JP', sans-serif;
    --font-serif: 'Noto Serif JP', serif;
    --font-accent: 'Nunito', serif;
    --color-white: #ffffff;
    --color-gray: #918989;
    --color-dark: #3a2a2a;
    --color-mid: #7a5a5a;
    --color-button: #e8889a;
    --color-accent: #ed776c;
    --color-pale: #ffa69d;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--font-main);
    font-size: var(--text-base);
    color: var(--color-dark);
    background: linear-gradient(135deg, #faede8 0%, #ffcac4 50%, #ffd4dd 100%);
    background-attachment: fixed;
    min-height: 100vh;
    line-height: 1.8;
    letter-spacing: 0.04rem;
  }
  
img {
	max-width:100%;
	height: auto;
}

/* material-icons-round */
.material-icons-round{
display: inline-flex;
vertical-align:sub;
padding: 3px 5px 0 0;
}

/*font-size*/
  .sizeS2{font-size:  var(--text-S2);}
  .sizeS{font-size:  var(--text-S);}
  .sizeL{font-size:  var(--text-L);}
  .sizeL2{font-size:  var(--text-L2);}
  .sizeL3{font-size:  var(--text-L3);}

/*font-color*/
  .cMid{color:  var(--color-mid);}
  .cAccent{color:  var(--color-accent);}

/*text-align*/
.tCenter{text-align: center;}
.tRight{text-align: right;}

/* text-marker*/
.marker {
    background: linear-gradient(transparent 80%, var(--color-pale) 20%);
}
.marker-s {
    background: linear-gradient(transparent 90%, var(--color-pale) 10%);
}
.marker-light {
    background: linear-gradient(transparent 50%, #faff9b 50%);
}

/* padding */
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}
.pdT20 {padding-top:20px;}
.pdL10 {padding-left:10px;}
.pdL15 {padding-left:15px;}
.pdL20 {padding-left:20px;}
.pdR10 {padding-right:10px;}
.pdR15 {padding-right:15px;}
.pdR20 {padding-right:20px;}
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB15 {padding-bottom:15px;}
.pdB20 {padding-bottom:20px;}



/* box-callout */
/*コールアウト-アイコン付*/
.box-callout-icon{
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:10px;
align-items: flex-start;
padding: 10px 15px;
border:solid 1px  var(--color-accent);
border-radius: 10px;
}
.box-callout-icon .material-icons-round{
font-size: 2.2rem;
color:  var(--color-accent);
}

/* important-notes */
/*注意事項-リスト式*/
.important-notes-list{
    display: flex;
    flex-direction: column;
    gap:5px;
    border:none;
    padding: 5px 0;
    line-height: 1.5;
    font-size: var(--text-S);
    color: var(--color-mid);
}
.important-notes-list li{
    display: flex;
    flex-direction: row;
}
.important-notes-list li::before{
content: '・';
}

  /* ─── HERO ─── */
  .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 24px 80px;
    position: relative;
    background:url(../images/bg_wave.png) no-repeat 50% top;
    background-size:100%;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 560px;
    min-height: 80vh;
  }
  


  .hero-label {
    font-family: var(--font-serif);
    margin-top:20px;
    font-size: var(--text-L);
    letter-spacing: 0.25rem;
    color: var(--color-white);
    font-weight: 700;
    text-shadow: 0px 0px 14px var(--color-accent), 0px 0px 8px var(--color-accent), 0px 0px 8px var(--color-accent);
  }

  .logo-placeholder {
    filter: drop-shadow(0px 0px 5px rgba(237,119,108,0.8)) drop-shadow(0px 0px 13px rgba(237,119,108,0.8));
    width:84%;
}
  .logo-placeholder img{
    width:100%;
    max-width:350px;
  }

  .tagline {
    font-family: var(--font-serif);
    margin-bottom:20px;
    font-size: var(--text-L);
    letter-spacing: 0.2rem;
    color: var(--color-white);
    font-weight: 700;
    text-shadow: 0px 0px 14px var(--color-accent), 0px 0px 8px var(--color-accent), 0px 0px 8px var(--color-accent);
  }
  .hero-text{
    font-family: var(--font-serif);
    font-size: var(--text-L3);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #5a3a3a;
    max-width: 420px;
  }
  .hero-text ruby rt{
    font-size: 16px;
    padding-bottom: 1px;
}
.hero-accent{
    text-shadow: 0px 0px 10px #fff, 0px 0px 11px #fff, 0px 0px 20px #fff;
    color: var(--color-accent);
}
.hero-open{
letter-spacing: 0.2rem;
font-size: 2rem;
font-family: var(--font-serif);
font-weight: 500;
}
img.img-open{
  width:clamp(16.875rem, 15.739rem + 5.68vw, 20rem);
    filter: drop-shadow(0px 0px 5px rgba(237,119,108,0.8)) drop-shadow(0px 0px 13px rgba(237,119,108,0.8));
}

  /* ─── CONCEPT ─── */
  .concept {
    margin: 40px auto 100px auto;
    padding: 0 20px;
    font-family: var(--font-serif);
    font-size: clamp(0.95rem, 2.6vw, 1.08rem);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #5a3a3a;
    width: 95%;
    max-width: 600px;
  }
  .concept-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: 560px;
  }
  .concept-label {
    font-family: var(--font-serif);
    font-size: var(--text-L2);
    font-weight: 600;
  }
  .concept-text{
    font-family: var(--font-serif);
    font-size: var(--text-base);
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.1rem;
    color: #5a3a3a;
    width: 80vw;
    max-width: 600px;
    text-align: center;
  }






  @keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(10px); }
  }

  /* ─── フェードイン ─── */
  .fade-in {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s cubic-bezier(.22,.61,.36,1), transform 0.9s cubic-bezier(.22,.61,.36,1);
  }
  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ─── 共通タイトル ─── */
  .section-title {
    font-family: var(--font-accent);
    font-size: clamp(2rem, 1.591rem + 2.05vw, 3.125rem); /*32-50*/
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    line-height: 1.4;
    background: linear-gradient(45deg, #ed776c 0%, #7a5a5a 20%, #7a5a5a 0%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  .section-title-ja {
    font-size: var(--text-base);
    letter-spacing: 0.1rem;
    color: var(--color-mid);
    margin-bottom: 26px;
    padding-left: 3px;
    font-weight: 500;
}

  .divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 30px;
    background-image: linear-gradient(90deg, rgba(237, 119, 108, 1), rgba(255, 255, 255, 1) 20%, rgba(237, 119, 108, 1) 35%, rgba(122, 90, 90, 1));
  }

  /* ─── RECRUIT ─── */
  .recruit-section {
    padding: 50px 24px;
    max-width: 700px;
    margin: 0 auto 40px;
    width: calc(100% - 30px);
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    color: var(--color-mid);
    font-weight: 400;
}

  .recruit-list {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }

  .recruit-list > li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
    border-bottom: 1px solid #fff;
    font-size: var(--text-base);
    line-height: 1.7;
  }
  .recruit-list > li dl dt{
  padding-bottom: 1em;
  }
  .recruit-list > li dl dd{
    display: flex;
    flex-direction: column;
    gap:14px;
  }

  .recruit-label {
    font-size: var(--text-L);
    font-weight: 600;
    letter-spacing: 0.2rem;
    min-width: 70px;
    padding-top: 2px;
    display: block;
  }


  .line-area {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .line-area p {
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }

  .line-id {
    font-size: 1rem;
    font-weight: 500;
    color: #7a4a4a;
    letter-spacing: 0.15em;
    background: linear-gradient(90deg, var(--color-button) 0%,  var(--color-button) 7em, #fff 7em, #fff 100%);
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid  var(--color-button);
  }
   .line-id span{color: #fff;padding-right: 2em;}

  .line-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #06C755;
    color: white;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 100px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-shadow: 0 4px 20px rgba(6,199,85,0.3);
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .line-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(6,199,85,0.4);
  }

  .line-btn svg { width: 22px; height: 22px; }

.tit_recruit{
  width:100%;
  max-width:600px;
  margin: 0 auto;
}
  @media (max-width: 480px) {
}




  /* ─── WAVE DIVIDERS ─── */
  .wave-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .wave-divider svg {
    display: block;
    width: 100%;
    height: 70px;
  }

  .wave-line {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
  }

  .wave-line svg {
    display: block;
    width: 100%;
    height: 36px;
  }

  /* ─── INFO SECTIONS ─── */
  .info-sections {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px 60px;
  }

  .info-block {
    padding: 52px 12px 44px;
  }


  /* ─── FOOTER ─── */
  footer {
    text-align: center;
    padding: 28px 16px;
    font-size: var(--text-S2);
    color: var(--color-mid);
    letter-spacing: 0.15em;
    border-top: 1px solid rgba(255,255,255,0.5);
    opacity: 0.8;
  }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 480px) {
    .hero { padding: 48px 20px 80px; }
    .recruit-section { padding: 40px 10px 40px; }
    .recruit-list > li { flex-direction: column; gap: 6px; }
    .recruit-label { min-width: auto; }
    .info-block { padding: 40px 8px 32px; }
    .spno{display:none;}
  }
    @media (min-width: 481px) {
    .pcno{display:none;}
}

  /* ─── HAMBURGER BUTTON ─── */
  .nav-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background 0.3s;
  }
  .nav-toggle:hover { background: rgba(255,255,255,0.85); }
  .nav-toggle span {
    display: block;
    width: 20px;
    height: 1.5px;
    background: #8a5a5a;
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(.22,.61,.36,1), opacity 0.3s;
    transform-origin: center;
  }
  .nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  /* ─── MENU OVERLAY ─── */
  .nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 900;
    pointer-events: none;
    overflow: hidden;
  }
  .nav-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(250,237,232,0.92);
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(.22,.61,.36,1);
  }
  .nav-overlay.open { pointer-events: auto; }
  .nav-overlay.open::before { opacity: 1; }

  .nav-menu {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    margin: 0;
  }
  .nav-menu li {
    list-style: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(.22,.61,.36,1), transform 0.5s cubic-bezier(.22,.61,.36,1);
  }
  .nav-overlay.open .nav-menu li:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0.08s; }
  .nav-overlay.open .nav-menu li:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.14s; }
  .nav-overlay.open .nav-menu li:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.20s; }
  .nav-overlay.open .nav-menu li:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.26s; }
  .nav-overlay.open .nav-menu li:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.32s; }

  .nav-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    padding: 14px 32px;
    color: #7a4a4a;
    transition: color 0.2s;
  }
  .nav-menu a:hover { color: #c09090; }
  .nav-menu .menu-en {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: clamp(1.8rem, 6vw, 2.6rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .nav-menu .menu-ja {
    font-size: 0.68rem;
    letter-spacing: 0.28em;
    color: var(--color-mid);
    font-weight: 300;
  }
  .nav-menu li:not(:last-child) a::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(192,144,144,0.3);
    margin: 8px auto 0;
  }


  /* ─── FIXED RECRUIT BUTTON ─── */
  .fixed-recruit {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--color-button);
    font-family: var(--font-main);
    color: #fff;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 100px;
    font-size: var(--text-L);
    font-weight: 500;
    letter-spacing: 0.18em;
    white-space: nowrap;
    box-shadow: 0 6px 24px rgba(220,130,150,0.45);
  }
  @keyframes floatUp {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
  }
 
  .fixed-recruit:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 10px 32px rgba(220,130,150,0.55);
  }







/*年齢認証*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 90%;
    max-width: 560px;
    justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 40px auto;
  padding: 20px 10px;
}
.ico-warning .material-icons-outlined{
font-size:60px;
color: #B7B7B7;
}
.modal-title {
  color: var(--color-dark);
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.close-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: var(--color-button);
    color: #fff;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    white-space: nowrap;
    margin: 15px auto;
}

.close-button:hover,
.close-button:focus {
  cursor: pointer;
}
.close-exit a{
color: #666;
font-size: 0.9rem;
}
.close-button span{
font-family: var(--font-accent);
font-weight: 600;
font-style: italic;
letter-spacing: 0.2em;
padding-left: 0.4em;
font-size: 2rem;
line-height: 1;
}
