@charset "UTF-8";

/* ━━━━━━━━━━━━━━━━━ KV ━━━━━━━━━━━━━━━━━ */
/* KVの背景 */
.section-theme.kv {
    background-color: #0091ff;
    background: linear-gradient(135deg, rgba(255, 244, 27, 0.2), rgba(8, 184, 120, 0.6)),url(https://cdn.clipkit.co/tenants/1056/resources/assets/000/003/239/original/MV.jpg?1756885840);
    background-position: center;
    background-size: cover;
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━ Button - ボタン ━━━━━━━━━━━━━━━━━ */
/* CTAボタン */
.button-cta a {
    background-image: linear-gradient(135deg, #ff851a, #ff451c); 
}

.button-cta.room a {
    background-image: linear-gradient(135deg, #ffaa5f, #ff861c); 
}

.button-cta a.border-bk {
    background: #fff;
    border: solid 2px #000;
}
.button-cta a.border-bk p {
    color: #000 !important;
}

/* ━━━━━━━━━━━━━━━━━ CTA - CTAエリア ━━━━━━━━━━━━━━━━━ */
.button-cta a.dl {
    background-image: linear-gradient(135deg, #1ac6ff, #1c55ff); 
}

/* ━━━━━━━━━━━━━━━━━ ボックス ━━━━━━━━━━━━━━━━━ */
.box-list {
    background: #1dcaff;
}

/* ━━━━━━━━━━━━━━━━━ 汎用クラス ━━━━━━━━━━━━━━━━━ */
/* 背景色 */
.bg-mb {
    background: #1dcaff;
}
.bg-bl {
    background: #1476ff;
}
.bg-oy {
    background: #ffc414;
}
.bg-gr {
    background: #42d4b6;
}
.bg-yl {
    background: #efe755;
}
.bg-gr-yo {
    background-image: linear-gradient(180deg, #ff9429, #f66700);
}
.bg-gr-gb {
    background-image: linear-gradient(290deg, #ffa621, rgb(255, 115, 0));
}
.bg-gr-sb {
    background-image: linear-gradient(135deg, #93e8ed, #14b2f0);
}
.bg-gr-nv {
    background-image: linear-gradient(135deg, #75d7c3, #25bfa0);
}

/* 背景の区切りデザイン */
.custom-shape-triangle .shape-fill {
    fill: #fff;
}
.custom-shape-wave .shape-fill {
    fill: #e8e9eb;
}

/* 装飾 */
.text-marker {
    background: linear-gradient(transparent 70%, #ffc052 80%);
}

/* その他 */
.ico-center {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100px;
  }
  
  .ico-center img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
.balloon {
    font-size: 1.275rem;
}
.marker-underline {
  position: relative;
  display: inline-block;
}
.area-cta p.font-cbk{
  color: #000;
}
.section-theme.kv .area-cta {
  max-width: 800px;
}
.flow__notes,
.flow__note {
  position: static !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  align-self: flex-start !important;
}
