/*
Theme Name: OLTANA-005 Child
Version: 1.0.0
Template: oltana-005
Author: CROOVER inc.
Author URI: https://croover.co.jp
*/


.ol-header {
  /* 基本は非表示 */
  display: none;
  height: 87px;
  align-items: center;
  padding: 0 clamp(40px, 3.75vw, 60px);
}

/* ホームページと英語LPだけ表示 */
.home .ol-header,
.page-template-front-page-en .ol-header {
  display: block;
}

.ol-header__inner {
  align-items: end;
  padding-bottom: 8px !important;
}

@media (min-width: 1729px) {
  .ol-header {
    padding: 0;
    max-width: 75%;
  }
}

@media (max-width: 640px) {
  .ol-header {
    padding: 0 clamp(16px, 1.5vw, 24px);
  }
}

.ol-max-frame {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 1729px) {
  .ol-max-frame {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 640px) {
  .ol-max-frame {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ol-heading {
  font-family: "DIN Alternate" !important;
}

.ol-header__title-anchor.ol-logo-small .ol-header__title-logo {
  width: 183px !important;
}

.ol-header__nav-list {
  justify-content: start;
}

@media (min-width: 1270px) {
  .ol-header__nav-list {
    column-gap: clamp(24px, 2vw, 36px);
  }
}

@media (min-width: 1080px) {
  .ol-header__nav-list {
    column-gap: 0;
  }
}

.ol-header__nav-anchor {
  top: 0;
}

.ol-header__nav-anchor.is-active .ol-menu-shortcut-product,
.ol-header__nav-anchor.is-active .ol-menu-shortcut-price,
.ol-header__nav-anchor.is-active .ol-menu-shortcut-language,
.ol-header__nav-anchor.is-active .ol-menu-shortcut-solution {
  color: #585757;
}

.ol-feature-list-item a:hover,
.ol-price-list-item a:hover,
.ol-solution-list-item a:hover,
.ol-language-list-item a:hover {
  background-color: #e4e4e4 !important;
}

.ol-header__nav-anchor-title {
  font-family: "Noto Sans JP" !important;
  font-size: 20px;
  font-weight: 700;
  color: #8B8B8B
}

.ol-header__nav-item {
  position: relative;
}

.ol-max-frame {
  padding: 0 clamp(36px, 3.6vw, 66px);
}

@media (min-width: 1729px) {
  .ol-max-frame {
    padding: 0 clamp(60px, 4vw, 105px);
  }
}

@media (max-width: 640px) {
  .ol-max-frame {
    padding: 0 clamp(18px, 4.5vw, 24px);
  }
}

.ol-btn-rectangle.ol-contactdetail-pc-icon-before.ol-font-en {
  height: 60px !important;
  width: 340px;
  font-weight: 500;
  font-size: 24px;
  padding: 18px 20px;
}

.ol-contact__mail-button.ol-contact-mail {
  display: flex;
  align-items: end;
}

@media (min-width: 1729px) {

  .ol-btn-menu .ol-button-deco-wrapper,
  .ol-btn-info .ol-button-deco-wrapper,
  .ol-btn-icon .ol-button-deco-wrapper,
  .ol-btn-small .ol-button-deco-wrapper,
  .ol-btn-regular .ol-button-deco-wrapper,
  .ol-btn-text .ol-button-deco-wrapper,
  .ol-btn-rectangle .ol-button-deco-wrapper,
  .ol-news-link .ol-button-deco-wrapper {
    font-size: 14px;
  }
}

.ol-firstview__section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: 0 clamp(40px, 3.75vw, 60px);
}

@media (min-width: 1729px) {
  .ol-firstview__section {
    padding: 0;
    max-width: 75%;
  }
}

@media (max-width: 640px) {
  .ol-firstview__section {
    padding: 0 clamp(16px, 1.5vw, 24px);
  }
}

.ol-hamburger__menu {
  display: none;
}

@media (min-width: 1080px) {
  .ol-hamburger__menu {
    display: block;
  }
}

.ol-concept__section {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1729px) {
  .ol-concept__section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.ol-concept__image {
  position: relative !important;
  width: 100%;
  height: auto !important;
}

.ol-concept__image img {
  height: auto !important;
  object-fit: contain !important;
}

/* 内部のテキストコンテンツを非表示にする */
.ol-concept__inner {
  display: none !important;
}

/* -------------------------------------------------------------------------
   Feature Section
------------------------------------------------------------------------- */
.ol-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding: 0 clamp(40px, 3.75vw, 60px);
}

@media (min-width: 1729px) {
  .ol-content {
    padding: 0;
    max-width: 75%;
  }
}

@media (max-width: 640px) {
  .ol-content {
    padding: 0 clamp(16px, 1.5vw, 24px);
  }
}

.ol-column-content-wrapper {
  display: flex;
  column-gap: clamp(24px, 2.875vw, 46px);
}

@media (min-width: 1729px) {
  .ol-column-content-wrapper {
    column-gap: clamp(24px, 2.875vw, 46px);
  }
}

.ol-content-frame {
  padding: 0;
  max-width: none;
}

.ol-column-content {
  width: 100%;
}

.ol-product__heading-wrapper {
  flex-direction: row;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 24px;
  padding: 16px 32px 0 0;
  align-items: flex-end;
  column-gap: 16px;
  border-bottom: 14px solid #D6D6D6;
  box-shadow: 0px 4px 0px 0px #EEEEEE;
}

.ol-heading-sub {
  color: #7B7B7B !important;
  font-size: 12px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold !important;
  line-height: 100% !important;
  letter-spacing: 0 !important;
  padding-bottom: 4px;
}

/* Featureセクションのテキストを画像の上に配置（Y軸） */
.ol-product__content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 40px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Noto Sans JP", sans-serif;
  /* バッジの絶対配置用 */
}

/* Responsive */
@media (max-width: 768px) {
  .ol-product__content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 8px 0 8px;
  }
}

.ol-product__content-list.ol-product__list-type-checkmark .ol-product__content-list-item {
  font-size: clamp(16px, 1.75vw, 24px);
  line-height: 120%;
  font-weight: bold;
  letter-spacing: 0;
  color: #4C4C4C;
}

.ol-product__content-list.ol-product__list-type-checkmark .ol-product__content-list-item::before {
  content: "\e96b";
  color: #FB720C;
  font-size: clamp(14px, 1.6vw, 24px);
  margin-right: clamp(2px, 0.375vw, 6px);
  margin-top: 2px;
}

.ol-product__content-list.ol-product__list-type-vertical .ol-product__content-list-item {
  font-size: clamp(16px, 1.75vw, 24px);
  line-height: 120%;
  font-weight: bold;
  color: #000;
}

.ol-product__content-list.ol-product__list-type-vertical .ol-product__content-list-item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 0.5em;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 1;
}

.ol-product__list,
.ol-price__list {
  row-gap: 24px;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
}

.ol-product__section-main-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.ol-product__item {
  padding: 24px 12px;
  background: #fff;
}

@media (max-width: 768px) {
  .ol-product__item {
    padding: 8px 0;
  }
}

.ol-heading-custom-medium .ol-heading {
  font-size: 72px;
  font-weight: 700 !important;
  line-height: 100%;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .ol-heading-custom-medium .ol-heading {
    font-size: 36px;
  }
}

/* 項目左上のバッジ（ラベル） */
.ol-product__badge {
  position: absolute;
  top: 0;
  left: 22px;
  height: 60px;
  z-index: 10;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  border: 1.89px solid #EBE3E3;
  padding: 4px 12px;
  font-size: clamp(24px, 2.25vw, 36px);
  font-weight: 700;
  font-family: "DIN Alternate";
  letter-spacing: 0.05em;
  border-radius: 14px;
  box-shadow: 0px 5.17px 5.17px 0px #00000040;
}

@media (max-width: 768px) {
  .ol-product__badge {
    left: 8px;
  }
}

.ol-product__badge img {
  width: 37px;
  height: 37px;
  margin-right: 2px;
}

/* 項目名 */
.ol-product__content-title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0 !important;
}

/* 項目名のハイライト（強調） */
.ol-product__name-highlight {
  color: #3EBB87;
  font-size: clamp(46px, 3.5vw, 50px);
}

@media (max-width: 768px) {
  .ol-product__content-title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .ol-product__name-highlight {
    font-size: clamp(28px, 7vw, 36px);
  }
}

@media (min-width: 1729px) {
  .ol-product__content-title {
    font-size: clamp(36px, 3vw, 40px);
  }

  .ol-product__name-highlight {
    font-size: clamp(46px, 3.5vw, 50px);
  }
}


/* Fix product image cropping */
.ol-product__image-wrapper .ol-product__splide-main .splide__slide img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.ol-card-item-image:not(.ol-thumbnail-original) {
  aspect-ratio: auto;
}


.ol-product__text-top {
  order: 1;
  margin-bottom: 18px;
  padding-top: 32px;
  /* バッジと重ならないように余白を追加 */
}

/* Responsive */
@media (max-width: 768px) {
  .ol-product__text-top {
    order: 1;
    margin-bottom: 12px;
    padding-top: 32px;
    /* バッジと重ならないように余白を追加 */
  }
}

.ol-product__image-wrapper {
  order: 2;
  margin-bottom: 0 !important;
}

.ol-product__content-list-wrapper {
  margin-top: 8px;
}

@media (min-width: 1729px) {
  .ol-product__content-list-wrapper {
    margin-top: 8px;
  }
}

.ol-product__item .ol-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0;
}

.ol-product__item.ol-list-border {
  border-bottom-width: 4px;
  border-image-source: linear-gradient(360deg, rgba(0, 0, 0, 0.1) 46.63%, rgba(0, 0, 0, 0.3) 100%);
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
}

.ol-product__item.ol-list-border:last-child:not(.ol-product__item-num12) {
  border-bottom: 10px solid #B9B9B9;
  border-image-source: none;
  box-shadow: 0px 2px 0px 0px #E1E1E1;
}

.ol-product__item.ol-list-border.ol-price__item-num2 {
  border-bottom: none;
  box-shadow: none;
}

/* テキストの配置調整：デフォルトは左寄せ */
.ol-product__text-top .ol-product__content-subtitle-wrapper,
.ol-product__text-top .ol-text,
.ol-product__text-top .ol-product__content-list-wrapper,
.ol-product__text-top .ol-product__morebtn {
  text-align: left;
}

/* -------------------------------------------------------------------------
   Price Section (Same as Feature Section)
------------------------------------------------------------------------- */
.ol-price__heading-wrapper {
  flex-direction: row;
  background: #fff;
  margin-bottom: 10px;
  margin-top: 24px;
  padding: 16px 32px 0 0;
  align-items: flex-end;
  column-gap: 16px;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-color: #D6D6D6;
}

.ol-price__content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .ol-price__content {
    padding: 40px 8px 0 8px;
  }
}

.ol-price__content-list.ol-price__list-type-checkmark .ol-price__content-list-item {
  font-size: clamp(16px, 1.75vw, 24px);
  line-height: 120%;
  font-weight: bold;
  color: #4C4C4C;
}

.ol-price__content-list.ol-price__list-type-checkmark .ol-price__content-list-item::before {
  content: "\e96b";
  color: #FB720C;
  font-size: clamp(14px, 1.6vw, 24px);
  margin-right: clamp(2px, 0.375vw, 6px);
  margin-top: 2px;
}

.ol-price__list {
  /* display: flex handled above */
}

.ol-price__item {
  padding: 24px 12px;
  background: #fff;
}

@media (max-width: 768px) {
  .ol-price__item {
    padding: 8px 0;
  }
}

.ol-price__badge {
  display: none;
  position: absolute;
  top: 0;
  left: 22px;
  height: 60px;
  z-index: 10;
  background-color: #fff;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  color: #000;
  border: 1.89px solid #EBE3E3;
  padding: 4px 12px;
  font-size: clamp(24px, 2.25vw, 36px);
  font-weight: 700;
  font-family: "DIN Alternate";
  letter-spacing: 0.05em;
  border-radius: 14px;
  box-shadow: 0px 5.17px 5.17px 0px #00000040;
}

@media (max-width: 768px) {
  .ol-price__badge {
    left: 8px;
  }
}

.ol-price__badge img {
  width: 37px;
  height: 37px;
  margin-right: 2px;
}

.ol-price__content-title {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(36px, 3vw, 40px);
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0 !important;
}

.ol-price__name-highlight {
  color: #3EBB87;
  font-size: clamp(46px, 3.5vw, 50px);
}

@media (max-width: 768px) {
  .ol-price__content-title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .ol-price__name-highlight {
    font-size: clamp(28px, 7vw, 36px);
  }
}

.ol-price__image-wrapper .ol-price__splide-main .splide__slide img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.ol-price__text-top {
  order: 1;
  margin-bottom: 18px;
  padding-top: 32px;
}

@media (max-width: 768px) {
  .ol-price__text-top {
    margin-bottom: 12px;
    padding-top: 32px;
  }
}

.ol-price__image-wrapper {
  order: 2;
  margin-bottom: 0 !important;
}

.ol-price__content-list-wrapper {
  margin-top: 8px;
}

.ol-price__text-top .ol-price__content-subtitle-wrapper,
.ol-price__text-top .ol-text,
.ol-price__text-top .ol-price__content-list-wrapper,
.ol-price__text-top .ol-price__morebtn {
  text-align: left;
}

.ol-price__section-header {
  flex-direction: row;
  align-items: start;
  gap: 16px;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #D6D6D6;
}

.ol-price__section-image {
  flex: 1;
}

.ol-price__section-image img {
  object-fit: contain;
}

.ol-price__section-text-container {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex: 2;
}

.ol-price__section-text {
  font-size: 54px;
  font-weight: 700;
}

.ol-price__section-description p {
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0 0 0;
  line-height: 150%;
}

.ol-price__section-content {
  /* min-width and flex handled by parent main container if needed, but keeping for direct children */
}

/* Articleセクションの配置調整 */
.ol-article__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1729px) {
  .ol-article__inner {
    max-width: 100%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .risa-hero-content {
    flex-direction: column;
    text-align: center;
  }

  .risa-info-box {
    margin: 20px auto 0;
  }

  .risa-main-logo {
    font-size: 50px;
  }
}

.ol-access__section {
  background-color: #fff;
  padding-top: 12px;
}

/* -------------------------------------------------------------------------
   Header Visibility (Hide on scroll down, Show on scroll up)
------------------------------------------------------------------------- */

/* 追尾ヘッダーの設定が行われている場合に適用 */
/* スクロール時の表示・非表示アニメーション設定 */
.ol-header {
  position: fixed !important;
  top: 0;
  left: 50%;
  translate: -50% 0;
  transform: none;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  /* スクロール時に背景が透けないように背景色を指定 */
  transition: transform 0.4s ease, background-color 0.4s ease;
  will-change: transform;
}

/* 追尾設定や親テーマの初期状態（js-header__default）に関わらず強制的に固定表示 */
.ol-header,
.ol-header.ol-header__tracking,
.ol-header.js-header__default,
.ol-header.js-header__visible {
  position: fixed !important;
  top: 0;
  left: 50%;
  translate: -50% 0;
  transform: none;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

/* 下スクロール時に隠す（is-hidden クラスが付与された時） */
.ol-header.is-hidden {
  transform: translateY(-100%);
}

.olHeaderView {
  height: 0;
  display: block;
  justify-content: normal;
  padding-top: 87px;
}

/* -------------------------------------------------------------------------
   Feature Dropdown Menu
------------------------------------------------------------------------- */
.ol-header__price-item,
.ol-header__solution-item,
.ol-header__language-item {
  margin-left: 20px;
}

.ol-feature-dropdown-container,
.ol-price-dropdown-container,
.ol-solution-dropdown-container,
.ol-language-dropdown-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1000;
  width: 150px;
}

.ol-feature-dropdown-container.is-active,
.ol-price-dropdown-container.is-active,
.ol-solution-dropdown-container.is-active,
.ol-language-dropdown-container.is-active {
  display: block;
}

.ol-feature-list,
.ol-price-list,
.ol-solution-list,
.ol-language-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ol-feature-list-item a,
.ol-price-list-item a,
.ol-solution-list-item a,
.ol-language-list-item a {
  display: block;
  padding: 10px;
  color: #9F9F9F;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: background 0.2s ease, color 0.2s ease;
  text-align: center;
}

.ol-feature-list-item a:hover,
.ol-price-list-item a:hover,
.ol-solution-list-item a:hover,
.ol-language-list-item a:hover {
  background-color: #f5f5f5;
  color: #3EBB87;
}

/* -------------------------------------------------------------------------
   Product Section Layout (Flex + Sticky Sidebar)
------------------------------------------------------------------------- */
.ol-product__section-group,
.ol-price__section-group {
  display: flex;
  gap: clamp(24px, 2.875vw, 46px);
  align-items: flex-start;
}

.ol-product__section-main,
.ol-price__section-main {
  flex: 1;
  min-width: 0;
}

.ol-product__section-header {
  flex-direction: row;
  align-items: start;
  gap: 16px;
  display: flex;
  padding-bottom: 24px;
  border-bottom-width: 4px;
  border-image-source: linear-gradient(360deg, rgba(0, 0, 0, 0.1) 46.63%, rgba(0, 0, 0, 0.3) 100%);
  border-image-slice: 0 0 100% 0;
  border-bottom-style: solid;
}

.ol-product__section-image {
  flex: 1;
}

.ol-product__section-image img {
  object-fit: contain;
}

.ol-product__section-text-container {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex: 2;
}

.ol-product__section-text {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.ol-product__section-text .ol-heading {
  font-size: 54px;
  font-weight: 700;
  line-height: 80%;
  color: #18442E;
}

.ol-product__section-description p {
  font-size: 14px;
  font-weight: 400;
  margin: 16px 0 0 0;
  line-height: 150%;
  letter-spacing: 0;
}

.ol-column-content-side {
  position: sticky;
  height: 100vh;
  overflow-y: auto;
  flex: 0 0 340px;
  width: 340px;
  z-index: 10;
  top: 0;
}

@media (max-width: 1024px) {

  .ol-product__section-group,
  .ol-price__section-group {
    flex-direction: column;
  }

  .ol-column-content-side {
    position: static;
    width: 100%;
    flex: none;
    margin-top: 40px;
  }
}

/* -------------------------------------------------------------------------
   Side Banner Customization
------------------------------------------------------------------------- */

.ol-side-banner {
  width: 340px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
}

.ol-side-banner__header {
  background: linear-gradient(348.6deg, #E99C29 8.39%, #FC6F0A 91.61%);
  border: 1.43px solid;
  border-image-source: linear-gradient(348.6deg, #B86327 8.39%, #FB971D 91.61%);
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  height: 77px;
}

.ol-side-banner__logo-icon {
  width: 140px;
  height: 40px;
  object-fit: contain;
}

.ol-side-banner__logo-text {
  font-size: 24px;
  font-weight: 800;
}

.ol-side-banner__body {
  background: #fff;
  padding: 24px 0;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-shadow: 0px 0px 16.93px 0px #00000040 inset;
  gap: 28px;
}

.ol-side-banner__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ol-side-banner__logo-icon-sm {
  width: 250px;
  height: 108px;
}

.ol-side-banner__text-highlight {
  color: #FC6F0A;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.ol-side-banner__btn-primary {
  background: linear-gradient(0deg, #C95400 8.39%, #FFB618 91.61%);
  width: 300px;
  height: 65px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  transition: opacity 0.3s;
}

.ol-side-banner__btn-primary:hover,
.ol-side-banner__btn-secondary:hover {
  opacity: 0.8;
}

.ol-side-banner__btn-primary-text {
  background: linear-gradient(0deg, #FF9F0E 0%, #D35400 100%);
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50px;
  line-height: 120%;
  transition: opacity 0.3s;
}

.ol-side-banner__separator {
  width: 100%;
  height: 2px;
  background: #ddd;

}

.ol-side-banner__text-sm {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
}

.ol-side-banner__btn-secondary {
  background: linear-gradient(180deg, #00D78C 0%, #12654C 100%);
  width: 300px;
  height: 65px;
  padding: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  transition: opacity 0.3s;
}

.ol-side-banner__btn-secondary-text {
  background: linear-gradient(180deg, #12654C 0%, #00D78C 100%);
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50px;
  line-height: 120%;
  transition: opacity 0.3s;
}

.ol-access__map iframe {
  width: 100%;
}

.home .ol-footer__section {
  margin-top: 0;
}

/* -------------------------------------------------------------------------
   RISA Sign Up Page
------------------------------------------------------------------------- */

main.wp-block-group {
  margin-top: 0 !important;
}

main.ol-single__template.ol-content {
  padding: 0;
}

.risa-auth-container {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  background: linear-gradient(180deg, #CFE8FB 65.38%, #4686B4 100%);
}

.risa-auth-container figure {
  width: 100%;
}

.risa-auth-container img {
  width: 100%;
  object-fit: cover
}

.risa-auth-container>.wp-block-image {
  margin: 0;
}

/* Cards Section */
.risa-card-section {
  max-width: 1400px;
  margin: 20px auto 0;
  padding: 0 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.risa-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .risa-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .risa-card-grid {
    grid-template-columns: 1fr;
  }
}

.risa-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.risa-card-image {
  height: 200px;
}

.risa-card-image figure {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.risa-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.risa-card-body {
  padding: 0 20px;
  flex-grow: 1;
}

.risa-card-body h3 {
  font-family: "Noto Sans JP", sans-serif;
  height: 80px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 140%;
  color: black;
}

@media (max-width: 1284px) {
  .risa-card-body h3 {
    height: 90px;
  }
}

.risa-card-body-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(360deg, rgba(108, 54, 8, 0.1) 46.63%, rgba(108, 54, 8, 0.3) 100%);
  margin: 0;
  border-radius: 4px;
}

.risa-card-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: black;
  line-height: 24px;
  margin: 8px 0 !important;
}

.risa-card-footer {
  padding: 0 20px 20px;
}

/* Button Style */
.risa-btn {
  display: block;
  width: 100%;
  background-color: #16B6B9;
  color: white;
  text-align: center;
  padding: 18px 0;
  border-radius: 12px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.risa-btn:hover {
  opacity: 0.6;
}

/* -------------------------------------------------------------------------
   Price Image Fix
------------------------------------------------------------------------- */
.ol-price__image-wrapper {
  opacity: 1 !important;
  /* 初期透明度を強制的に表示状態にする */
  visibility: visible !important;
}

.ol-price__image-wrapper .splide {
  visibility: visible !important;
}