@charset "UTF-8";
/*ブレイクポイントを設定*/

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

/* bodyにPC背景色を設定 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #2b1a1a;
  color: #2b1a1a;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

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

.active1200 {
  display: none;
}

.active1000 {
  display: none;
}

.active768 {
  display: none;
}

.active591 {
  display: none;
}

.active414 {
  display: none;
}

.i-text {
  display: inline-block;
}

/* ================================
   LAYOUT
   ================================ */
/* PC背景レイヤー：コンテンツ外側に見える背景 */
.l-page {
  width: 100%;
  min-height: 100vh;
  background: #2b1a1a;
  position: relative;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.l-page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.webp) repeat center center/contain;
  opacity: 0.16;
}

/* シマエナガ装飾：PC背景の両サイドに散りばめる（SP非表示） */
.l-birds {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.l-bird {
  position: absolute;
  display: block;
  will-change: transform;
}

.l-bird img {
  width: 100%;
  height: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .5));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .5));
}

/* 偶数番はミラー反転 */
.lb-2 img,
.lb-4 img,
.lb-6 img,
.lb-8 img,
.lb-10 img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@-webkit-keyframes birdFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}

@keyframes birdFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
/* 左サイド5羽 */
.lb-1 {
  top: 7%;
  left: 3%;
  width: 10vw;
  opacity: 0.72;
  -webkit-animation: birdFloat 3.2s ease-in-out infinite 0s;
          animation: birdFloat 3.2s ease-in-out infinite 0s;
}

.lb-2 {
  top: 22%;
  left: 5%;
  width: 9vw;
  opacity: 0.6;
  -webkit-animation: birdFloat 2.8s ease-in-out infinite 0.4s;
          animation: birdFloat 2.8s ease-in-out infinite 0.4s;
}

.lb-3 {
  top: 40%;
  left: 2%;
  width: 10vw;
  opacity: 0.75;
  -webkit-animation: birdFloat 3.6s ease-in-out infinite 0.8s;
          animation: birdFloat 3.6s ease-in-out infinite 0.8s;
}

.lb-4 {
  top: 60%;
  left: 4%;
  width: 9vw;
  opacity: 0.65;
  -webkit-animation: birdFloat 3s ease-in-out infinite 1.2s;
          animation: birdFloat 3s ease-in-out infinite 1.2s;
}

.lb-5 {
  top: 80%;
  left: 3%;
  width: 10vw;
  opacity: 0.7;
  -webkit-animation: birdFloat 2.6s ease-in-out infinite 0.6s;
          animation: birdFloat 2.6s ease-in-out infinite 0.6s;
}

/* 右サイド5羽 */
.lb-6 {
  top: 12%;
  right: 3%;
  width: 10vw;
  opacity: 0.68;
  -webkit-animation: birdFloat 3.4s ease-in-out infinite 0.2s;
          animation: birdFloat 3.4s ease-in-out infinite 0.2s;
}

.lb-7 {
  top: 30%;
  right: 5%;
  width: 10vw;
  opacity: 0.72;
  -webkit-animation: birdFloat 2.9s ease-in-out infinite 0.7s;
          animation: birdFloat 2.9s ease-in-out infinite 0.7s;
}

.lb-8 {
  top: 50%;
  right: 2%;
  width: 9vw;
  opacity: 0.62;
  -webkit-animation: birdFloat 3.5s ease-in-out infinite 1s;
          animation: birdFloat 3.5s ease-in-out infinite 1s;
}

.lb-9 {
  top: 68%;
  right: 4%;
  width: 10vw;
  opacity: 0.7;
  -webkit-animation: birdFloat 2.7s ease-in-out infinite 0.3s;
          animation: birdFloat 2.7s ease-in-out infinite 0.3s;
}

.lb-10 {
  top: 87%;
  right: 3%;
  width: 10vw;
  opacity: 0.66;
  -webkit-animation: birdFloat 3.1s ease-in-out infinite 0.9s;
          animation: birdFloat 3.1s ease-in-out infinite 0.9s;
}

/* コンテンツカラム：SP=100%幅、PC=固定幅センタリング */
.l-main {
  width: 100%;
  background: #fff1c2;
  overflow-x: hidden;
  position: relative;
  z-index: 1; /* .l-birdsより前面 */
  border-right: 2px solid #333;
  border-left: 2px solid #333;
}
/* ================================
   INNER WIDTH
   ================================ */
/* l-mainが幅制御するためsection-innerはpaddingのみ */
.section-inner {
  padding: 0 3%;
  max-width: 480px;
  margin: 0 auto;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 11.52px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 99px;
}

.tag-red {
  background: #ca3240;
  color: #fff;
}

.tag-blue {
  background: #3a719f;
  color: #fff;
}

.tag-gold {
  background: #caa361;
  color: #fff;
}

.tag-dark {
  background: #2b1a1a;
  color: #fff;
}

.tag-base {
  background: #fff1c2;
  color: #2b1a1a;
  border: 1.5px solid #2b1a1a;
}

.chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: #fffdf5;
  border: 2px solid #2b1a1a;
  border-radius: 99px;
  padding: 6px 16px;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 700;
  -webkit-box-shadow: 3px 3px 0 #caa361;
          box-shadow: 3px 3px 0 #caa361;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 13px 20px;
  border-radius: 99px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 700;
  border: 2px solid #2b1a1a;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
  transition: -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
  transition: transform 0.15s, box-shadow 0.15s;
  transition: transform 0.15s, box-shadow 0.15s, -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
  white-space: nowrap;
}

.btn:active {
  -webkit-transform: translate(2px, 2px) !important;
          transform: translate(2px, 2px) !important;
}

.btn:hover {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}

.btn-red {
  background: #ca3240;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0 #2b1a1a;
          box-shadow: 3px 3px 0 #2b1a1a;
}

.btn-red:hover {
  -webkit-box-shadow: 5px 5px 0 #2b1a1a;
          box-shadow: 5px 5px 0 #2b1a1a;
}

.btn-blue {
  background: #3a719f;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0 #2b1a1a;
          box-shadow: 3px 3px 0 #2b1a1a;
}

.btn-blue:hover {
  -webkit-box-shadow: 5px 5px 0 #2b1a1a;
          box-shadow: 5px 5px 0 #2b1a1a;
}

.btn-dark {
  background: #2b1a1a;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0 #7a353e;
          box-shadow: 3px 3px 0 #7a353e;
}

.btn-dark:hover {
  -webkit-box-shadow: 5px 5px 0 #7a353e;
          box-shadow: 5px 5px 0 #7a353e;
}

.btn-outline {
  border-color: #caa361;
  -webkit-box-shadow: 3px 3px 0 #caa361;
          box-shadow: 3px 3px 0 #caa361;
  background: #fffdf5;
  color: #2b1a1a;
}

.btn-outline:hover {
  -webkit-box-shadow: 5px 5px 0 #2b1a1a;
          box-shadow: 5px 5px 0 #2b1a1a;
}

.btn-sm {
  padding: 0.6em 1em;
  font-size: clamp(10px, 1.3vw, 13px);
  min-width: 100px;
}
.btn-sm.telone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ca3240;
}
.btn-sm.telone::before {
  content: "";
  position: relative;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/icon_tel.svg) no-repeat center center/contain;
}

.btn-full {
  width: 100%;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 241, 194, .96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 2.5px solid #2b1a1a;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.nav.is-scrolled {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
}
.nav.is-scrolled .nav-logo {
  width: clamp(125px, 25vw, 210px);
}

.nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.6em 1em;
  gap: 10px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.nav.is-scrolled .nav-inner {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16.8px;
  font-size: 1.05rem;
  font-weight: 900;
  width: clamp(125px, 25vw, 280px);
}
.nav-logo a {
  width: 100%;
  display: block;
}
.nav-logo img {
  width: 100%;
}
.nav-logo small {
  display: block;
  font-size: 8px;
  font-size: 0.5rem;
  color: #aaa;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.nav-menu {
  display: none;
}

/* HERO */
#hero {
  position: relative;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 26, .45)), color-stop(40%, rgba(43, 26, 26, .25)), color-stop(80%, rgba(255, 241, 194, .85)), to(rgb(255, 241, 194)));
  background: linear-gradient(to bottom, rgba(43, 26, 26, .45) 0%, rgba(43, 26, 26, .25) 40%, rgba(255, 241, 194, .85) 80%, rgb(255, 241, 194) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.hero-bird-tl,
.hero-bird-tr,
.hero-bird-bl,
.hero-bird-br {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.hero-bird-tl {
  top: 10%;
  left: -10px;
}

.hero-bird-tl img {
  width: clamp(60px, 15vw, 110px);
  opacity: 0.7;
}

.hero-bird-tr {
  top: 8%;
  right: -8px;
}

.hero-bird-tr img {
  width: clamp(55px, 13vw, 95px);
  opacity: 0.65;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.hero-bird-bl {
  bottom: 14%;
  left: 4%;
}

.hero-bird-bl img {
  width: clamp(45px, 10vw, 80px);
  opacity: 0.5;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.hero-bird-br {
  bottom: 10%;
  right: 2%;
}

.hero-bird-br img {
  width: clamp(55px, 12vw, 90px);
  opacity: 0.6;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 80px 20px 48px;
  text-align: center;
}

.hero-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
}

.hero-eyebrow {
  margin-bottom: 14px;
}

.hero-h1 {
  font-size: clamp(32px, 8vw, 44.8px);
  font-size: clamp(2rem, 8vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.hero-h1 em {
  color: #ffd93d;
  font-style: normal;
}

.hero-h1 .sub {
  display: block;
  font-size: clamp(14.4px, 3.5vw, 19.2px);
  font-size: clamp(0.9rem, 3.5vw, 1.2rem);
  color: rgba(255, 255, 255, .9);
  font-weight: 700;
  margin-top: 6px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.hero-bottom {
  padding-top: 24px;
}

.hero-desc {
  font-size: 14.08px;
  font-size: 0.88rem;
  color: #554040;
  line-height: 1.9;
  margin-bottom: 14px;
}

.hero-chip {
  margin-bottom: 24px;
}

.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.hero-scroll {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.scroll-bar {
  width: 2px;
  height: 36px;
  background: #2b1a1a;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.scroll-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ca3240;
  -webkit-animation: scrollAnim 1.4s ease-in-out infinite;
          animation: scrollAnim 1.4s ease-in-out infinite;
  will-change: transform;
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.scroll-label {
  font-size: 9.92px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #2b1a1a;
}

/* SECTION HEADS */
.sec-head {
  text-align: center;
  margin-bottom: 28px;
}

.sec-head .tag {
  margin-bottom: 8px;
}

.sec-title {
  font-size: clamp(20.8px, 5vw, 30.4px);
  font-size: clamp(1.3rem, 5vw, 1.9rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 6px;
}

.sec-desc {
  font-size: 13.28px;
  font-size: 0.83rem;
  color: #665050;
  line-height: 1.85;
}

/* FEATURES */
#features {
  padding: 52px 0;
  background: #fffdf5;
  border-top: 2.5px solid #2b1a1a;
}

.features-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.feat-card {
  border-radius: 16px;
  border: 2.5px solid #2b1a1a;
  padding: 14px 16px;
  -webkit-box-shadow: 4px 4px 0 #2b1a1a;
          box-shadow: 4px 4px 0 #2b1a1a;
  -webkit-transition: -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
  transition: -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
  transition: transform 0.18s, box-shadow 0.18s;
  transition: transform 0.18s, box-shadow 0.18s, -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  row-gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feat-card:hover {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 6px 6px 0 #2b1a1a;
          box-shadow: 6px 6px 0 #2b1a1a;
}

.feat-card:nth-child(1) {
  background: #fff1c2;
}

.feat-card:nth-child(2) {
  background: #d6eaf8;
}

.feat-card:nth-child(3) {
  background: #fadbd8;
}

.feat-card:nth-child(4) {
  background: #f5ecd9;
}

.feat-icon,
.feat-bird {
  width: 3.2em;
  height: 3.2em;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
  grid-row: 1/3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10%;
  overflow: hidden;
}
.feat-icon img,
.feat-bird img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feat-card h3 {
  font-size: 13.28px;
  font-size: 0.83rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
  -ms-flex-item-align: end;
      align-self: end;
}

.feat-card p {
  font-size: 11.2px;
  font-size: 0.7rem;
  color: #555;
  line-height: 1.5;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: start;
}

.feat-deco-bird {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 40px;
  opacity: 0.1;
}

/* PRICING */
#pricing {
  padding: 52px 0;
  background: #3a719f;
  border-top: 2.5px solid #2b1a1a;
  border-bottom: 2.5px solid #2b1a1a;
}

#pricing .sec-title {
  color: #fff;
}

#pricing .sec-desc {
  color: rgba(255, 255, 255, .75);
}

#pricing .tag {
  background: #fff1c2;
  color: #2b1a1a;
}

.plan-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 22px;
}

.plan-card {
  background: #fffdf5;
  border: 2.5px solid #2b1a1a;
  border-radius: 18px;
  padding: 16px 12px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
          box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
  -webkit-transition: -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
  transition: -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
  transition: transform 0.18s, box-shadow 0.18s;
  transition: transform 0.18s, box-shadow 0.18s, -webkit-transform 0.18s, -webkit-box-shadow 0.18s;
  text-align: center;
}
.plan-card h3 span {
  font-size: 0.7em;
  margin-left: 0.4em;
}

.plan-card:hover {
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, .25);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, .25);
}

.plan-card.pick {
  background: #fff1c2;
}
.plan-card.pick .plan-badge {
  background: #ca3240;
}

.plan-badge {
  display: inline-block;
  font-size: 10.4px;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  background: #2b1a1a;
  color: #fff;
  border-radius: 99px;
  padding: 4px 14px;
  margin-bottom: 12px;
  border: 1.5px solid #2b1a1a;
}

.plan-card h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.plan-card .plan-sub {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 14px;
}

.plan-price {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 900;
  color: #7a353e;
  line-height: 1;
}

.plan-cap {
  font-size: 12.48px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ca3240;
  margin: 4px 0 2px;
}

.plan-unit {
  font-size: 11.52px;
  font-size: 0.72rem;
  color: #888;
  margin-bottom: 18px;
}

.plan-list {
  list-style: none;
  text-align: left;
}

.plan-list li {
  font-size: 13.12px;
  font-size: 0.82rem;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.plan-list li::before {
  content: "✓";
  color: #3a719f;
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.drink-row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
}

.drink-card {
  background: #fffdf5;
  border: 2px solid #2b1a1a;
  border-radius: 14px;
  padding: 0.8em 0.5em;
  text-align: center;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
}

.drink-card .d-icon {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: 6px;
}

.drink-card h4 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.drink-card .d-price {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #7a353e;
}

.drink-card p {
  font-size: 10.4px;
  font-size: 0.65rem;
  color: #777;
  margin-top: 2px;
}

.resv-box {
  background: rgba(255, 241, 194, .18);
  border: 2px solid rgba(255, 241, 194, .5);
  border-radius: 18px;
  padding: 22px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  text-align: center;
}
.resv-box .resvimg-area {
  aspect-ratio: 2/1;
  width: 50%;
  overflow: hidden;
}
.resv-box .resvimg-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.resv-box h4 {
  font-size: 15.2px;
  font-size: 0.95rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
}

.resv-box p {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, .75);
}

.btn-tel {
  background: #fff1c2;
  color: #7a353e;
  -webkit-box-shadow: 4px 4px 0 #2b1a1a;
          box-shadow: 4px 4px 0 #2b1a1a;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn-tel:hover {
  -webkit-box-shadow: 7px 7px 0 #2b1a1a;
          box-shadow: 7px 7px 0 #2b1a1a;
}

/* RULES */
#rules {
  padding: 52px 0;
  background: #fff1c2;
  border-top: 2.5px solid #2b1a1a;
}

.rules-grid {
  display: grid;
  gap: 12px;
}

.rule-card {
  background: #fffdf5;
  border: 2px solid #2b1a1a;
  border-radius: 18px;
  padding: 1em;
  -webkit-box-shadow: 3px 3px 0 #caa361;
          box-shadow: 3px 3px 0 #caa361;
  position: relative;
  overflow: hidden;
}

.rule-card h4 {
  font-size: 14.08px;
  font-size: 0.88rem;
  font-weight: 900;
  color: #7a353e;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.rule-card h4 img {
  width: 26px;
}

.rule-card p,
.rule-card li {
  font-size: 13.12px;
  font-size: 0.82rem;
  color: #555;
  line-height: 1.75;
}

.rule-card ul {
  list-style: none;
}

.rule-card li::before {
  content: "※ ";
  color: #ca3240;
  font-weight: 700;
}

.rule-deco {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 68px;
  opacity: 0.1;
}

/* ACCESS */
#access {
  background: #fffdf5;
}

.access-hero {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-bottom: 2.5px solid #2b1a1a;
}

.access-hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 50%;
     object-position: center 50%;
}

.access-hero-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 26, .55)), to(transparent));
  background: linear-gradient(to right, rgba(43, 26, 26, .55), transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

.access-hero-overlay h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
  line-height: 1.2;
}

.access-hero-overlay small {
  display: block;
  font-size: 11.2px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, .8);
  margin-top: 4px;
}

.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff1c2;
  border: 2px solid #2b1a1a;
  border-radius: 12px;
  padding: 12px 14px;
  -webkit-box-shadow: 3px 3px 0 #caa361;
          box-shadow: 3px 3px 0 #caa361;
}

.info-item .i-icon {
  font-size: 17.6px;
  font-size: 1.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}

.info-item strong {
  display: block;
  font-size: 10.56px;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #7a353e;
  margin-bottom: 2px;
}

.info-item span {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.6;
}

.map-box {
  margin-top: 18px;
  background: #fff1c2;
  border: 2.5px solid #2b1a1a;
  border-radius: 18px;
  aspect-ratio: 3/2;
  -webkit-box-shadow: 4px 4px 0 #caa361;
          box-shadow: 4px 4px 0 #caa361;
  position: relative;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* SNS */
#sns {
  padding: 52px 0;
  background: #7a353e;
  border-top: 2.5px solid #2b1a1a;
  text-align: center;
}

#sns .sec-title {
  color: #fff;
}

#sns .sec-desc {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 32px;
}

#sns .tag {
  background: #fff1c2;
  color: #2b1a1a;
}

.x-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #fffdf5;
  border: 2.5px solid #2b1a1a;
  border-radius: 24px;
  padding: 28px 32px;
  -webkit-box-shadow: 8px 8px 0 #caa361;
          box-shadow: 8px 8px 0 #caa361;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  width: 100%;
  max-width: 400px;
}

.x-card:hover {
  -webkit-transform: translate(-4px, -4px);
          transform: translate(-4px, -4px);
  -webkit-box-shadow: 12px 12px 0 #caa361;
          box-shadow: 12px 12px 0 #caa361;
}
.x-card > * {
  pointer-events: none;
}

.x-card img {
  width: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.x-logo-big {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1;
}

.x-info h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.x-info p {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 6px;
}

.x-handle {
  font-size: 15.2px;
  font-size: 0.95rem;
  font-weight: 900;
  color: #ca3240;
}

/* FOOTER */
footer {
  background: #2b1a1a;
  color: #fff;
  padding: 44px 20px 32px;
  border-top: 3px solid #ca3240;
}

.footer-inner {
  width: 100%;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 26px;
}

.footer-brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 10px;
  width: 100%;
  background: white;
  padding: 0.5em;
}
.footer-logo img {
  width: min(80%, 350px);
}

.footer-brand p {
  font-size: 12.16px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, .5);
  line-height: 1.8;
}

.footer-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-col h4 {
  font-size: 9.92px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #caa361;
  margin-bottom: 12px;
}
.footer-col ul {
  list-style: none;
  gap: 8px;
}
.footer-col ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-col ul li a img {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  padding-top: 0.2em;
}
.footer-col a {
  font-size: 12.48px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, .55);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.footer-col .footer-col a:hover {
  color: #fff;
}
.footer-col .footer-bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 10.56px;
  font-size: 0.66rem;
  color: rgba(255, 255, 255, .26);
}

.g-up {
  opacity: 0;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
}

.g-left {
  opacity: 0;
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px);
}

.g-right {
  opacity: 0;
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}

.g-scale {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media screen and (max-width: 1200px) {
  .active1200 {
    display: block;
  }
  .vanish1200 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 1000px) {
  .active1000 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
  .vanish1000 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 767px) {
  .active768 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
  .vanish768 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 591px) {
  .active591 {
    display: block;
  }
  .vanish591 {
    display: none;
  }
  .btn-sm {
    min-width: 75px;
  }
}

@media screen and (max-width: 414px) {
  .active414 {
    display: block;
  }
  .vanish414 {
    display: none;
  }
  .btn-sm {
    padding: 0.6em 6px;
  }
  .btn-sm.telone {
    gap: 2px;
  }
  .btn-sm.telone::before {
    width: 1em;
    height: 1em;
  }
  .nav-inner {
    padding: 3%;
    gap: 3px;
  }
  .nav-logo {
    width: 100px;
  }
}

@media (min-width: 769px) {
  .l-birds {
    display: block;
  }
}

@media (min-width: 520px) {
  .l-main {
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .06);
            box-shadow: 0 0 60px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .06);
    border: none;
  }
}

@media (min-width: 480px) {
  .x-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
/*# sourceMappingURL=maps/common.css.map */
