@charset "UTF-8";
/*
    Template: swell
    Theme Name: Carnet
    Theme URI: 
    Description: Carnet
    Version: 1.0.0
    Author: 
    Author URI: 

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

#cn-intro {
  position: fixed;
  inset: 0;
  background: #1a1614;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: none;
}
#cn-intro.hide {
  opacity: 0;
  visibility: hidden;
}
.cn-intro-wrap {
  text-align: center;
  opacity: 0;
  animation: cnIntroFade 1.2s ease 0.3s forwards;
}
.cn-intro-wrap img {
  display: block;
  margin: 0 auto;
  width: clamp(160px, 28vw, 260px);
}
.cn-intro-line {
  width: 0;
  height: 1px;
  background: #b8922a;
  margin: 1.2rem auto 0;
  animation: cnIntroLine 0.8s ease 1.0s forwards;
}
.cn-intro-tagline {
  display: block;
  margin-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.55em;
  color: rgba(255,255,255,0.35);
  font-weight: 200;
  opacity: 0;
  animation: cnIntroFade 1s ease 1.3s forwards;
}
@keyframes cnIntroFade {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes cnIntroLine {
  to { width: 100px; }
}

/* ========================================
   Carnet — ヒーローテキストエリア
   ======================================== */
.cn-hero-body {
  padding: 2rem 0;
  max-width: 700px;
}
.cn-hero-catch {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 200;
  line-height: 1.75;
  letter-spacing: 0.18em;
  color: #ffffff;
  margin: 0 0 1.8rem;
  opacity: 0;
  animation: cnHeroFade 1s ease 0.3s forwards;
}
.cn-hero-catch em {
  font-style: normal;
  color: #d4b06a;
}
.cn-hero-meta {
  display: inline-block;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 1.1rem 1.5rem;
  margin-bottom: 2.2rem;
  opacity: 0;
  animation: cnHeroFade 1s ease 0.6s forwards;
}
.cn-hero-meta-row {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  margin-bottom: 0.45rem;
}
.cn-hero-meta-row:last-child { margin-bottom: 0; }
.cn-hero-meta-label {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  color: #d4b06a;
  flex-shrink: 0;
  min-width: 48px;
  font-weight: 400;
}
.cn-hero-meta-val {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: rgba(255,255,255,0.92);
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.cn-hero-cta {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.cn-btn-line {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #06C755;
  color: #ffffff !important;
  padding: 0.9rem 1.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  font-weight: 400;
  text-decoration: none !important;
  border: 1px solid #06C755;
  transition: all 0.3s;
  flex: 1;
  min-width: 140px;
  justify-content: center;
  white-space: nowrap;
}
.cn-btn-line:hover {
  background: #04b04a;
  transform: translateY(-2px);
}
.cn-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: rgba(255,255,255,0.88) !important;
  padding: 0.9rem 1.2rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  font-weight: 300;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.4);
  transition: all 0.3s;
  flex: 1;
  min-width: 140px;
  justify-content: center;
  white-space: nowrap;
}
.cn-btn-ghost:hover {
  border-color: #d4b06a;
  color: #d4b06a !important;
}
@keyframes cnHeroFade {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* SP（480px以下）のみ縦並び */
@media (max-width: 480px) {
  .cn-hero-body { padding: 1.5rem 0; }
  .cn-hero-meta { display: block; }
  .cn-hero-cta { flex-direction: column; }
  .cn-btn-line,
  .cn-btn-ghost {
    width: 100%;
    flex: none;
  }
}
.cn-label {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  letter-spacing: 0.6em;
  color: var(--cn-gold);
  margin-bottom: 0.6rem;
}
.cn-rule {
  width: 50px; height: 1px;
  background: #b8922a;
}
h2.cn-h2 {
    margin-top: 0em;
}
h3.cn-re{
	font-size: 1rem;
	font-weight: 500;
  letter-spacing: 0.05em;
	color: #1a1614;
  margin-top: 0;
}
.l-content {
	margin-bottom: 0;}