/* 
共通
*/

body {
  font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", "Helvetica",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo",
    sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #424242;
  letter-spacing: 0.04em;
}

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

.sp,
.sp-br {
  display: none;
}

.button {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  cursor: pointer; /*hrefが入らない場合*/
  transition-duration: 0.2s;
}

.button-primary {
  color: #fff;
  background-color: #fa8200;
}

@media (hover: hover) {
  .button-primary:hover {
    background-color: #f47100;
  }
}

.button-secondary {
  color: #fa8200;
  background-color: #fff;
  border: #fa8200 1px solid;
}

@media (hover: hover) {
  .button-secondary:hover {
    background-color: #fff4e0;
  }
}

.list {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.list > li {
  margin-top: 8px;
}

.note {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.note > li {
  margin-top: 8px;
}

@media only screen and (max-width: 768px) {
  .pc,
  .pc-br {
    display: none;
  }
  .sp,
  .sp-br {
    display: block;
  }
}

/* 全体 */
body {
  padding-bottom: 180px;
}

@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 140px;
  }
}

/*
ヘッダー
*/

header {
  width: 100%;
  padding: 0 40px;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header__logo {
  display: block;
  width: auto;
  height: 36px;
}

@media only screen and (max-width: 1200px) {
  header {
    padding: 0 16px;
  }

  .header__wrap {
    height: 72px;
  }

  .header__logo {
    height: 24px;
  }
}

/*
メインビジュアル
 */

.mv {
}

.mv__wrap {
}

.mv__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv__wrap {
    margin-bottom: 24px;
  }
}

/* 
メインビジュアル - サブ
*/

.mv-sub {
  padding: 0 24px;
}

.mv-sub__wrap {
  margin: 0 auto 64px;
  max-width: 1120px;
}

.mv-sub__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv-sub {
    padding: 0 16px;
  }
  .mv-sub__wrap {
    margin-bottom: 40px;
  }
}

/*
リード
 */

.read {
  padding: 0 24px;
  background-color: #fff7d8;
}

.read__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
}

.read-img {
  padding: 0 24px;
}

.read__heading__wrap {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 16px;
  margin-top: 40px;
}

.read__heading__wrap > img {
  height: 120px;
}

.read__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.read__heading__span {
  font-size: 32px;
  color: #f78501;
}

.read__inner {
  padding: 40px;
  background-color: #fff;
  border-radius: 16px;
  border: 4px solid #f5941c;
  text-align: center;
}

.read__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 32px;
}

.read__text__span {
  background: linear-gradient(transparent 50%, #f6ef48 0%);
  padding: 0 2px;
}

.read__digico {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .read {
    padding: 0 16px;
  }
  .read__wrap {
    padding: 24px 0;
  }
  .read__heading__wrap {
    gap: 0;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .read__heading__wrap img {
    margin-top: 15px;
  }

  .read__heading {
    font-size: 20px;
    margin-bottom: 0;
  }

  .read__heading__span {
    font-size: 28px;
  }

  .read__inner {
    padding: 24px 16px;
  }

  .read__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .read__digico {
    margin-top: 0px;
  }
}

/* りみまる1 */

.rimimaru1 {
  padding: 40px 24px;
  background-color: #f7921e;
  overflow: hidden;
}

.rimimaru1__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 40px 16px;
  background-color: #fff;
  border-radius: 16px;
}

.rimimaru1__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.rimimaru1__heading {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 8px 16px 8px 56px;
  margin: 0 0 0 -56px;
  width: 100%;
  max-width: 540px;
  background: #fef102;
  box-shadow: 0px 4px #ad991c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 8px 0 0 6px;
}

.rimimaru1__heading::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: -1px;
  width: 13px;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.rimimaru1__heading::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 15px #ad991c;
}

.rimimaru1__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 24px;
}

.rimimaru1__image-area {
  width: 240px;
  height: 240px;
  flex-shrink: 0;
}

.rimimaru1__image-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .rimimaru1 {
    padding: 40px 16px;
  }
  .rimimaru1__wrap {
    padding: 24px 24px 16px;
  }
  .rimimaru1__inner {
    display: block;
  }

  .rimimaru1__heading {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 30px;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    border-radius: 8px 0 0 8px;
    margin-bottom: 12px;
  }

  .rimimaru1__heading::before {
    display: none;
  }

  .rimimaru1__text {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
    margin-top: 16px;
  }

  .rimimaru1__image-area {
    margin: 12px auto 0;
  }
}

/* 紹介コード */

.code {
  padding: 0px 24px;
}
.code__wrap {
  max-width: 1440px;
  padding: 64px 0;
  margin: 0 auto;
  text-align: center;
}

.code__heading {
  position: relative;
  font-size: 36px;
  font-weight: 700;
}

.code__heading__span {
  font-size: 48px;
  color: #f27f04;
}

.code__heading::after {
  content: "";
  width: 40px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  background-image: url("../images/code-heading.jpg");
}

.code__heading__caption {
  font-size: 24px;
  font-weight: 500;
}
.code__inner {
  position: relative;
  padding: 120px 64px 64px;
  background-color: #feefc4;
  border-radius: 16px;
  margin-top: 140px;
}
.code__inner::before {
  content: "";
  width: 240px;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -48px;
  background-image: url("../images/code-rimimaru.png");
  transform: translate(-50%, -50%); /* 自身の中央を基準に位置調整 */
}
.code__list {
  display: flex;
  position: relative;
  gap: 16px;
}
.code__list::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 95%;
  height: 2px; /* 横棒の高さ */
  background-color: black;
  z-index: 0;
}
.code__list > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 16px;
  padding: 108px 16px 16px 16px;
  z-index: 1;
}

.code__list > li::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 132px;
  background-size: contain;
  background-repeat: no-repeat;
}

.code__list > li:nth-child(1):before {
  background-image: url("../images/code-step1.png");
}
.code__list > li:nth-child(2):before {
  background-image: url("../images/code-step2.png");
}
.code__list > li:nth-child(3):before {
  background-image: url("../images/code-step3.png");
}

.code__list__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #f78501;
}
.code__list__text {
  font-size: 15px;
  margin-top: 12px;
}
.code__list__text--small {
  font-size: 14px;
  margin-top: 8px;
}
.code__list__note {
  margin-top: 16px;
}

.code__list__img {
  margin-top: 16px;
}

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

  .code__heading {
    font-size: 24px;
  }

  .code__heading__span {
    font-size: 32px;
  }

  .code__heading::after {
    width: 24px;
    top: -12px;
  }

  .code__heading__caption {
    font-size: 20px;
  }
  .code__inner {
    padding: 100px 16px 40px;
    margin-top: 120px;
  }
  .code__inner::before {
    width: 200px;
    top: -31px;
  }
  .code__list {
    display: block;
  }
  .code__list::after {
    top: 0;
    height: 95%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background-color: black;
    z-index: 0;
  }
  .code__list > li {
    padding: 80px 16px 16px 16px;
  }

  .code__list > li:nth-child(n + 2) {
    margin-top: 92px;
  }

  .code__list > li::before {
    top: -64px;
    width: 120px;
    height: 120px;
  }

  .code__list__text {
    font-size: 16px;
  }

  .code__list__img {
    margin-top: 24px;
  }
}

/* CTA */

.cta {
  padding: 0px 24px;
}
.cta__wrap {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

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

/* =========================================
   1. ページ内 CTAエリア
   ========================================= */

/* プログラム概要用：幅を80%に縮小 */
.btn-narrower {
  width: 80% !important;
  max-width: 370px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cta-container {
  width: 100%;
  margin: 0 auto 64px;
  text-align: center;
}

.cta-container h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #333;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.section-gap--digico {
  margin-bottom: 16px;
}

.section-gap--digico h3 {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 12px;
}

.section-gap h3 {
  margin-top: 40px;
}
.heading-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* --- ボタン共通スタイル --- */
.cta-btn {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 50px;
  position: relative;
  transition: transform 0.1s ease;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* 内側のライン (2px, 4px内側) */
.cta-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 46px;
  pointer-events: none;
}

.cta-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.cta-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* レイアウト */
.btn-layout-between {
  justify-content: space-between;
}
.btn-layout-center {
  justify-content: center;
  gap: 15px;
}
.width-narrow {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}
.bottom-row-container {
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
}

.bottom-row-container--narrow {
  max-width: 376px;
}

/* アイコン・バッジ */
.icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* 画像アイコン */
.btn-icon-img {
  width: 32px;
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.btn-icon-img--rimimaru {
  width: 52px;
}

.arrow-svg {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  flex-shrink: 0;
}

/* テキスト */
.btn-text {
  text-align: left;
  flex: 1;
  padding: 0 15px;
}
.main-text {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}
.sub-text {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 2px;
  opacity: 0.9;
}

/* --- カラー設定 --- */
.btn-gold {
  background: linear-gradient(180deg, #ffd54f 0%, #ffb300 100%);
  color: #4e342e;
  border-bottom: 5px solid #c68400;
}
.btn-gold::after {
  border-color: rgba(255, 250, 205, 0.6);
}
.btn-gold .icon-badge {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-gold .arrow-svg {
  fill: #4e342e;
}

.btn-orange {
  background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%);
  color: white;
  border-bottom: 5px solid #e65100;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-orange .icon-badge {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-orange .arrow-svg {
  fill: #ffffff;
}

.btn-green {
  background: linear-gradient(180deg, #388e3c 0%, #1b5e20 100%);
  color: white;
  border-bottom: 5px solid #0d4215;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-green .icon-badge {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-green .arrow-svg {
  fill: #ffffff;
}

.btn-blue {
  background: linear-gradient(180deg, #3a6cc2 0%, #242bb3 100%);
  color: white;
  border-bottom: 5px solid #1a1f80;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-blue .icon-badge {
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-blue .arrow-svg {
  fill: #ffffff;
}

/* --- ページ内アコーディオン --- */
.btn-accordion {
  background-color: #fff;
  color: #d84315;
  border: 2px solid #ff8f00;
  border-bottom: 5px solid #e65100;
  z-index: 2;
  transition: all 0.3s;
  position: relative;
  margin: 0 auto;
}
.btn-accordion::after {
  display: none;
}

.btn-accordion.active {
  background-color: #fff;
  border-bottom: 2px solid #ff8f00;
  border-bottom-color: transparent;
  border-radius: 25px 25px 0 0;
  transform: translateY(3px);
  margin-bottom: 0;
  box-shadow: none;
}
.btn-accordion.active:hover {
  transform: translateY(3px);
  box-shadow: none;
}
.btn-accordion .icon-badge {
  background-color: #e65100;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.plus-svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: transform 0.3s ease;
}
.btn-accordion.active .plus-svg {
  transform: rotate(45deg);
}

.accordion-panel {
  display: none;
  background-color: #fff;
  border: 2px solid #ff8f00;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 24px 40px 40px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: -2px;
}
.accordion-panel__heading {
  font-size: 24px;
  font-weight: 700;
  color: #f08300;
  text-align: center;
}
.accordion-panel__heading:nth-child(n + 2) {
  margin-top: 32px;
}
.accordion-panel__text {
  font-size: 18px;
  font-weight: 700;
}

.accordion-panel__note {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

/* アコーディオン - 適用対象外 */

.accordion-panel__inner--conditions {
  background-color: #e6e6e6;
  border: #000 3px solid;
  border-radius: 24px;
  padding: 24px 40px 40px;
  margin-top: 40px;
}

.accordion-panel__heading--conditions {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* アコーディオン - ステップ */

.accordion-panel__inner--steps {
  margin-top: 40px;
}

.accordion-panel__inner__heading--steps {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fa8200;
}

.accordion-panel__inner__heading--steps--caption {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.accordion-panel__inner--steps__step {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #fa8200;
  padding: 4px 24px;
  border-radius: 100vh;
  margin: 24px 0 16px;
}

/* アコーディオン - 注意事項 */

.accordion-panel__inner--caution {
  background-color: #e6e6e6;
  padding: 24px 40px 40px;
  margin-top: 40px;
}

.accordion-panel__heading--caution {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

/* レスポンシブ */
.btn-row {
  display: flex;
  gap: 20px;
}
@media (min-width: 769px) {
  .btn-row .cta-btn {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .btn-row {
    flex-direction: column;
  }
  .width-narrow,
  .bottom-row-container {
    max-width: 100%;
  }
  .cta-container {
    margin: 0 auto 52px;
  }
  .accordion-panel {
    padding: 0px 16px 24px;
  }
  .accordion-panel__heading {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .accordion-panel__heading:nth-child(n + 2) {
    margin-top: 16px;
  }
  .accordion-panel__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding-bottom: 4px;
  }
  .accordion-panel__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }

  /* アコーディオン - 適用対象外 */

  .accordion-panel__inner--conditions {
    padding: 24px 16px;
    margin-top: 24px;
  }

  .accordion-panel__heading--conditions {
    font-size: 18px;
  }

  /* アコーディオン - ステップ */

  .accordion-panel__inner--steps {
    margin-top: 24px;
  }

  .accordion-panel__inner__heading--steps {
    font-size: 24px;
  }

  .accordion-panel__inner__heading--steps--caption {
    font-size: 16px;
    line-height: 1.5;
  }

  .accordion-panel__inner--steps__step {
    font-size: 16px;
    padding: 2px 24px;
    border-radius: 100vh;
    margin: 24px 0 8px;
  }

  /* アコーディオン - 注意事項 */

  .accordion-panel__inner--caution {
    padding: 24px 16px;
    margin-top: 24px;
  }

  .accordion-panel__heading--caution {
    font-size: 18px;
  }
  .main-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* フィーチャー */

.feature {
  padding: 0px 24px;
  background-color: #fff7d8;
}
.feature__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 0 80px;
  text-align: center;
}
.feature__inner {
  position: relative;
  border: 2px solid #f27f04;
  border-radius: 100px;
  padding: 40px 120px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 40px;
  text-align: center;
}

.feature__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #f27f04;
  padding: 0 32px;
  background-color: #fff7d8;
  z-index: 1;
  white-space: nowrap;
}

.feature__heading__img {
  width: 520px;
  height: auto;
  padding-bottom: 80px;
}

.feature__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.feature__text::before,
.feature__text::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/feature-thunder.png");
}

.feature__text::before {
  left: -120px;
}

.feature__text::after {
  right: -120px;
}

@media (max-width: 768px) {
  .feature {
    padding: 0px 16px;
  }
  .feature__wrap {
    padding: 52px 0 24px;
  }
  .feature__inner {
    border-radius: 24px;
    margin-top: 40px;
    padding: 32px 40px;
    margin-bottom: 16px;
  }
  .feature__heading {
    font-size: 16px;
    padding: 0 10px;
    width: 80%;
    white-space: normal;
  }
  .feature__heading__img {
    padding: 0 16px 32px;
  }
  .feature__text {
    font-size: 16px;
    display: block;
    width: 100%;
  }

  .feature__text::before,
  .feature__text::after {
    width: 20px;
    height: 40px;
  }

  .feature__text::before {
    left: -24px;
  }
  .feature__text::after {
    right: -24px;
  }
}

/* りみまる2 */

.rimimaru2 {
  padding: 40px 24px 80px;
  background-color: #f7921e;
  margin-bottom: 64px;
}
.rimimaru2__wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
}

.rimimaru2__wrap::before,
.rimimaru2__wrap::after {
  content: "";
  width: 200px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -158px;
}

.rimimaru2__wrap::before {
  left: 52px;
  background-image: url("../images/rimimaru2-rimimaru.png");
}

.rimimaru2__wrap::after {
  right: 52px;
  background-image: url("../images/rimimaru2-rimirin.png");
}

.rimimaru2__text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
}
.rimimaru2__text__span {
  font-size: 52px;
  color: #f7921e;
  padding: 0 4px;
}

.rimimaru2__image-area img {
  height: 200px;
}

@media (max-width: 768px) {
  .rimimaru2 {
    padding: 40px 16px 40px;
  }
  .rimimaru2__wrap {
    padding: 32px 24px 110px;
  }

  .rimimaru2__wrap::before,
  .rimimaru2__wrap::after {
    content: "";
    width: 160px;
    height: 280px;
    bottom: -183px;
  }

  .rimimaru2__wrap::before {
    left: 8px;
  }

  .rimimaru2__wrap::after {
    right: 8px;
  }

  .rimimaru2__text {
    font-size: 20px;
  }
  .rimimaru2__text__span {
    font-size: 32px;
  }
}

/* =========================================
   2. 追従フッター (Sticky Footer)
   ========================================= */
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  background: #fff;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* 1段目 */
.sf-upper-row {
  display: flex;
  width: 100%;
}
.sf-area {
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sf-area-left {
  background-color: #fff3e0;
  flex: 1;
  color: #333;
}
.sf-area-right {
  background-color: #fafafa;
  flex: 1.5;
  color: #333;
  border-left: 1px solid #ddd;
}

.sf-label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: normal;
  line-height: 1.2;
  color: #333;
}

/* フッター用ボタン共通 */
.sf-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 40px;
  padding: 10px 14px;
  width: 100%;
  max-width: 320px;
  transition: transform 0.1s;
  box-sizing: border-box;
  border: none;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* フッターボタンの内側ライン */
.sf-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 36px;
  pointer-events: none;
}

.sf-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* アイコンバッジ */
.sf-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  overflow: hidden;
}
.sf-icon-img {
  width: 26px;
  height: auto;
}

/* フッターボタン色分け */
.sf-btn-gold {
  background: linear-gradient(180deg, #ffd54f 0%, #ffb300 100%);
  color: #4e342e;
  border-bottom: 4px solid #c68400;
}
.sf-btn-gold .sf-main,
.sf-btn-gold .sf-arrow {
  fill: #4e342e;
  color: #4e342e;
}

.sf-btn-orange {
  background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%);
  color: white;
  border-bottom: 4px solid #e65100;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sf-btn-orange .sf-main,
.sf-btn-orange .sf-arrow {
  fill: #ffffff;
  color: white;
}

.sf-btn-green {
  background: linear-gradient(180deg, #388e3c 0%, #1b5e20 100%);
  color: white;
  border-bottom: 4px solid #0d4215;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sf-btn-green .sf-main,
.sf-btn-green .sf-arrow {
  fill: #ffffff;
  color: white;
}

/* フッターテキスト */
.sf-btn-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.25;
  flex: 1;
}
.sf-sub {
  font-size: 11px;
  opacity: 0.95;
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
}
.sf-main {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.sf-arrow {
  font-size: 12px;
  margin-left: 8px;
  font-weight: bold;
}

.sf-btn-group {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

/* 2段目: 概要バー */
.sf-lower-row {
  background-color: #fff8e1;
  border-top: 2px solid #f57c00;
  padding: 0;
}
.sf-overview-bar {
  width: 100%;
  background: none;
  border: none;
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
  color: #d84315;
}
.sf-overview-bar:hover {
  background-color: #fff;
}
.sf-warning-inline {
  color: #ff0000;
  font-weight: 900;
  margin-right: 5px;
}
.sf-plus-icon {
  font-weight: bold;
  border: 2px solid #d84315;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* モーダル */
.sf-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.sf-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.sf-modal-window {
  width: 90%;
  max-width: 1120px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transform: translateY(20px);
  transition: transform 0.3s;
}
.sf-modal-overlay.active .sf-modal-window {
  transform: translateY(0);
}
.sf-modal-header {
  background: #fff8e1;
  color: #d84315;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-bottom: 2px solid #f57c00;
  font-size: 1.1rem;
}
.sf-modal-body {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
}
.sf-modal-body dl {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.sf-modal-body dt {
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}
.sf-modal-body dt:first-child {
  margin-top: 0;
}
.sf-modal-body dd {
  margin: 5px 0 0 0;
  padding-left: 0;
  color: #555;
}
.sf-note {
  font-size: 12px;
  color: #888;
  text-align: right;
  margin-top: 15px;
}
.sf-modal-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #eee;
}
.sf-modal-close-btn {
  background: #666;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
}
.sf-modal-close-btn:hover {
  background: #444;
}
.sf-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #d84315;
  cursor: pointer;
  line-height: 1;
}

/* =========================================
   ★ レスポンシブ (スマホ調整) ★
   ========================================= */
@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }

  /* 1. エリア */
  .sf-upper-row {
    flex-direction: row;
    align-items: stretch;
    height: 90px;
  }
  .sf-area {
    padding: 0;
    background: transparent !important;
    border: none;
  }
  .sf-area-left {
    flex: 1;
  }
  .sf-area-right {
    flex: 2;
  }

  /* 3. ラベル非表示 */
  .sf-label {
    display: none;
  }

  /* 4. ボタングループ */
  .sf-btn-group {
    width: 100%;
    height: 100%;
    gap: 0;
  }

  /* 5. ボタンブロック化 */
  .sf-btn {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: column;
    justify-content: center;
    padding: 6px 2px;
    max-width: none;
  }
  .sf-btn-gold,
  .sf-btn-orange,
  .sf-btn-green {
    border-bottom: none;
  }

  /* スマホ時: 内側のライン */
  .sf-btn::after {
    border-radius: 0;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }

  /* 6. サブテキスト */
  .sf-sub {
    display: block;
    font-size: 9px;
    margin-bottom: 2px;
    opacity: 0.9;
    text-align: center;
    line-height: 1.1;
  }

  /* 7. メインテキスト */
  .sf-main {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    margin-top: 4px;
  }

  /* 8. アイコン調整 */
  .sf-icon-badge {
    margin-right: 0;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
  }
  .sf-icon-img {
    width: 24px;
    height: auto;
  }

  /* 9. 矢印非表示 */
  .sf-arrow {
    display: none;
  }

  /* 概要バー */

  .sf-lower-row {
    border-top: 0;
  }

  .sf-overview-bar {
    font-size: 12px;
    padding: 10px;
  }
  .sf-warning-inline {
    margin-right: 3px;
  }
}
