html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

/* ===== リセット & ベース ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body {
  font-family:
    "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  background-color: #ffdedf;
  background-image: none;
  color: #333;
  line-height: 1.6;
}

/* ==== メニュー ==== */
.menu-modal-header {
  z-index: 2;
  position: fixed;
  right: 0px;
  height: auto;
  width: 30%;
  max-width: 30%;
  display: none;
  transition: all 0.3s ease;
}

.menu-modal-close {
  background: rgb(255, 255, 255);
  padding: 12px;
  justify-content: right;
  display: flex;
  align-items: center;
  height: 65px;
}

.close-btn {
  width: 30px;
  margin: 0px 20px 0px 0px;
  cursor: pointer;
}

.menu-modal-content {
  align-content: flex-start;
  align-items: flex-start;
  background: #121212;
  width: 100%;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
  height: auto;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 40px 24px;
}

.featured-products-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #000000;
  border: 0px;
}

.btn-line {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #ffffff;
  flex-direction: column;
  height: 2px;
  width: 100%;
}

.btn-content {
  display: flex;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}

.featured-products-ttl {
  color: #ffc7c7ff;
  font-family: var(--s-font-bab8f571);
  text-shadow: 0px 0px 25px #f00200ff;
  letter-spacing: 0.06em;
  font-size: 18px;
  font-weight: 600;
}

.other-campaign-ttl {
  color: #ffed76ff;
  text-shadow: 0px 0px 25px #eccf11ff;
  font-family: var(--s-font-bab8f571);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.list-pulldown-icon {
  width: 8px;
  transform: rotate(-90deg);
}

.featured-products-list {
  align-content: flex-start;
  align-items: flex-start;
  display: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  padding: 10px;
}

.country-tag {
  color: #ffffff;
  font-family: var(--s-font-bab8f571);
  font-size: 18px;
  border: 0px;
  background: transparent;
  cursor: pointer;
}
/* ==== ヘッダー ==== */
.header {
  align-content: center;
  align-items: center;
  background: #FF6769;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  height: auto;
  justify-content: space-between;
  padding: 28px 40px;
  width: 100%;
}

.header-img {
  flex: none;
  height: auto;
  width: 230px;
  max-width: 100%;
}

.hamburger-btn {
  align-items: center;
  display: flex;
  flex: none;
  border: 0px;
  flex-direction: column;
  background: transparent;
  height: auto;
  justify-content: flex-start;
  padding: 0px;
  width: 40px;
  max-width: 100%;
  cursor: pointer;
}

.hamburger-btn-icon {
  display: flex;
  align-items: center;
  flex: none;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin: 0px;
  width: 90%;
  max-width: 90%;
}

/* ===== ヒーローヘッダー ===== */
.hero {
  width: 100%;
  line-height: 0;
  height: auto;
}

.hero-img {
  width: 100%;
  height: auto;
  display: flex;
}

.hero-img-res {
  display: none;
}

/* ==== ページ説明 ====*/

.page-exp {
  margin: 0 auto;
  margin-top: 38px;
  background-color: #FFDEDF;
  padding: 18px 20px;
}

.campaign-font-red {
  font-family: var(--s-font-bab8f571);
  font-size: 58px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  text-shadow: none;
  width: auto;
  max-width: 100%;
  justify-content: center;
  white-space: pre-wrap;
}

.campaign-font-white {
  color: #FF6769;
  font-family: var(--s-font-bab8f571);
  font-size: 40px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-shadow: none;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-top: 20px;
  white-space: pre-wrap;
}

.campaign-font-white2 {
  color: #555555;
  font-family: var(--s-font-bab8f571);
  font-size: 44px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  text-shadow: none;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-top: 30px;
  white-space: pre-wrap;
}

.campaign-font-white-2res {
  display: none;
}

.campaign-font-yellow {
  color: #FF6769;
  font-family: var(--s-font-bab8f571);
  font-size: 55px;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
  text-shadow: none;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-top: 80px;
  white-space: pre-wrap;
}

.campaign-caution {
  color: #FF6769;
  font-family: var(--s-font-bab8f571);
  font-size: 24px;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  text-shadow: none;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* ===== タブナビゲーション ===== */

.tab-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 20px 16px;
}

.tab-nav-other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  max-width: 80%;
}

.tab-nav-base {
  display: block;
  contain: paint;
  align-content: flex-start;
  background: #ffffffff;
  border-radius: 100px;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  height: auto;
  justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 80px 0px;
  max-width: 80%;
  margin-top: 80px;
}

.tab-exp {
  color: #db4d4bff;
  display: flex;
  font-family: var(--s-font-05b5d284);
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0px 0px 28px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

.section3-header {
  text-align: center;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  height: auto;
  justify-content: center;
  padding: 0px;
  width: auto;
}

.check-here {
  color: #FF6769;
  font-family: var(--s-font-bab8f571);
  font-size: 55px;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: left;
  text-shadow: none;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  text-align: center;
}

.banner-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.banner {
  align-items: center;
  border-radius: 20px;
  flex: none;
  height: auto;
  justify-content: center;
  width: 750px;
  max-width: 100%;
}

.tab-btn,
.tab-btn-other {
  border-radius: 40px;
  padding: 10px 22px;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border 0.25s ease;
  white-space: nowrap;
  font-family: inherit;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.tab-btn-icon {
  opacity: 1;
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.right-arrow-img {
  filter: invert(62%) sepia(60%) saturate(500%) hue-rotate(75deg) brightness(100%);
}

.tab-btn-arrow {
  font-size: 1.1em;
  line-height: 1;
  opacity: 1;
  transition: transform 0.3s;
  margin-left: 2px;
  filter: invert(52%) sepia(60%) saturate(800%) hue-rotate(314deg) brightness(105%);
}

.tab-btn-arrow-other {
  width: 9px;
  font-size: 0.5em;
  line-height: 1;
  opacity: 1;
  transition: transform 0.3s;
  margin-left: 2px;
  filter: invert(58%) sepia(60%) saturate(400%) hue-rotate(80deg) brightness(95%);
}

.tab-btn:hover {
  background: #FF6769;
  border: 3px solid #FF6769;
  color: #ffffff;
}
.tab-btn:hover .tab-btn-icon,
.tab-btn:hover .tab-btn-arrow {
  filter: brightness(0) invert(1);
}
.tab-btn.active,
.tab-btn-other.active {
  background: #FF6769;
  border: 3px solid #FF6769;
  color: #ffffff;
}
.tab-btn.active .tab-btn-icon,
.tab-btn.active .tab-btn-arrow,
.tab-btn-other.active .tab-btn-arrow {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.tab-btn-other:hover {
  background: #FF6769;
  border: 3px solid #FF6769;
  color: #ffffff;
}
.tab-btn-other:hover .tab-btn-icon,
.tab-btn-other:hover .tab-btn-arrow {
  filter: brightness(0) invert(1);
}
.area-btn-other:hover .tab-btn-arrow-other {
  filter: brightness(0) invert(1);
}
.area-btn-other.active .tab-btn-arrow-other {
  filter: brightness(0) invert(1);
}

/* ===== エリアサブナビ ===== */

.area-nav {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
  padding: 0 20px;
  text-align: center;
}

.area-nav.open {
  max-height: none;
  height: auto;
  max-width: 80%;
  margin: 0 auto;
}

.area-nav-arrow {
  font-size: 2rem;
  color: #FF6769;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 12px;
  margin-top: 8px;
  line-height: 1;
}

.area-nav-arrow-other {
  font-size: 2rem;
  color: #5EB93F;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 35px;
  line-height: 1;
}

.area-nav-arrow-icon {
  width: 55px;
}

.area-nav-arrow-icon-other {
  width: 50px;
}

.area-nav-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.more-area-nav-buttons {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  height: auto;
}

.material-icons {
  font-size: 35px !important;
  display: inline-block;
  transform: rotate(-180deg);
}

.area-btn {
  border-radius: 40px;
  padding: 7px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 3px solid transparent;
  box-sizing: border-box;
}

.area-btn-other {
  border-radius: 40px;
  padding: 7px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border 0.2s ease;
  white-space: nowrap;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 3px solid transparent;
  box-sizing: border-box;
}

.area-btn-arrow {
  font-size: 1.1em;
  line-height: 1;
  opacity: 0.7;
  transition: transform 0.3s;
}

.area-btn:hover {
  background: #f5a623;
  color: #333;
}

.area-btn.active {
  background: #f5a623;
  color: #333;
}

/* ===== ステータス ===== */

.status {
  text-align: center;
  padding: 16px;
  font-size: 0.9rem;
  color: #888;
}

.status.hidden {
  display: none;
}

.show-more {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
}

.arrow-drop-up {
  align-items: center;
  display: inline-flex;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.show-more-btn {
  display: flex;
  flex-direction: row;
  background: transparent;
  gap: 2px;
  margin: 0 auto;
  border: 0px;
  position: relative;
  align-items: baseline;
}

.show-more-ttl {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  font-size: 22px;
  color: #FF6769;
  text-shadow: none;
  text-align: left;
  cursor: pointer;
}

.show-more-ttl .material-icons {
  color: #FF6769;
}

.under-line {
  background: #ffffffff;
  border-radius: 8px;
  flex: none;
  height: 2px;
  width: 145px;
  max-width: 100%;
  margin: 0 auto;
}

/* ===== コンテンツエリア ===== */

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 20px;
}

/* ===== エリアセクション（国） ===== */

.area-section {
  max-height: 0;
  overflow: hidden;
  border: 0px;
}

.area-section.open {
  max-height: none;
  height: auto;
  margin-top: 40px;
}

/* ===== カードグリッド ===== */

.card-grid {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  height: auto;
  justify-content: center;
  margin: 0px 0px 32px 0px;
  padding: 0px;
}

/* ===== カード ===== */

.card {
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 0px rgba(28, 28, 28, 0.25);
    flex: none;
    flex-direction: column;
    gap: 0px;
    height: auto;
    justify-content: flex-start;
    padding: 0px;
    width: 22%;
    text-decoration: none;
  }

  .card-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    display: block;
  }

/* 割引バッジ */

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e53935;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 3px 8px;
  border-radius: 4px;
  line-height: 1.3;
  box-shadow: 0 2px 6px rgba(229, 57, 53, 0.35);
}

.card-link {
  margin-right: auto;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  font-weight: 400;
  font-size: 0.8rem;
  padding: 4px 9px;
  border-radius: 4px;
  line-height: 1.3;
  text-decoration: none !important;
  border-bottom: none;
}

.textContent2 {
  font-size: 1.3rem;
  font-weight: 700;
}

.discount-badge.high {
  background: linear-gradient(135deg, #e53935, #ff6b6b);
  font-size: 0.9rem;
  padding: 5px 10px;
}

/* カードボディ */

.card-body {
  padding: 12px 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  text-underline-offset: unset;
}

.card-origin {
  font-size: 0.75rem;
  color: #e53935;
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  margin-left: 3px;
}

.card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #484848;
  line-clamp: calc();
  position: relative;
  max-height: 52px;
  line-height: 25px;
  height: 50px;
}

/* ツールチップのテキスト */
.tooltip-text {
  visibility: hidden;
  display: inline-block;
  position: absolute;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1.3;
  background: #8d8d8d;
  color: #f9f9f9;
  border-radius: 3px;
  transition: 0.3s ease-in;
  z-index: 10;
}

.card-ttl-box {
  color: #484848;
  font-family: var(--s-font-bab8f571);
  text-decoration: none !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: left;
  justify-content: flex-start;
  width: 100%;
}

.location {
  display: flex;
  flex-direction: row;
}

.location-mark {
  width: 11px;
}

.card-campaign-badge {
  position: absolute;
  top: 20px;
  right: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 2px;
  align-items: center;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 0px 0px 5px 0px #ffffff;
  flex: none;
  font-family: var(--s-font-05b5d284);
  width: auto;
  max-width: 50%;
  white-space: nowrap;
  font-style: normal;
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  justify-content: center;
}

.card-footer {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  text-underline-offset: unset;
}

/* ===== 検索不一致 ===== */

.no-data {
  text-align: center;
  padding: 60px 20px;
  color: #aaa;
  font-size: 1.1rem;
}

.other-campaign-products {
  margin: 0 auto;
  align-content: center;
  align-items: center;
  background: #ffffff;
  border: 3px solid #5EB93F;
  border-radius: 50px;
  box-shadow: 0px 0px 10px #5EB93F99;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  height: auto;
  justify-content: center;
  padding: 5px 28px;
  width: 500px;
  max-width: 90%;
  text-decoration: none;
}

.campaign-ttl {
  color: #5EB93F;
  font-weight: bold;
  font-family: var(--s-font-bab8f571);
}

.pink-star-img {
  width: 37px;
}

/* ==== セクション3 ==== */

.divider {
  margin-top: 60px;
  margin-bottom: 90px;
  align-items: center;
  background: #FF6769;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  height: 2px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.notes-title {
  color: #ffffff;
  font-family: var(--s-font-bab8f571);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.07em;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
}

.notes-content {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-family: var(--s-font-bab8f571);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  width: 736px;
  max-width: 100%;
}

/* ==== セクション4 ==== */

.campaign-notes {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  align-content: center;
  align-items: center;
  background: #FF6868;
  border-radius: 80px;
  box-shadow: none;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 60px;
  height: auto;
  justify-content: flex-start;
  padding: 84px 80px;
}

/* ===== フッター ===== */

.footer {
  align-content: center;
  align-items: center;
  background: #FF6769;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: auto;
  justify-content: flex-start;
  padding: 120px 40px 120px 40px;
  width: 100%;
  margin-top: 200px;
}

.footer-content {
  align-items: center;
  margin: 0 auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 25px;
  height: auto;
  justify-content: flex-start;
  padding: 1px 0px 0px 1px;
  width: 293px;
}

.corporation {
  color: #ffffff;
  font-family: var(--s-font-bab8f571);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0em;
  line-height: 26px;
  margin: 2px 0px 0px 0px;
  text-align: left;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.policy-commercial-art {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 40px;
  height: auto;
  justify-content: center;
  padding: 0px;
  width: auto;
}

.policy {
  color: #ffffff;
  flex: none;
  font-family: var(--s-font-bab8f571);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: 0em;
  margin: 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: center;
  text-decoration: none;
}

.footer2 {
  text-align: center;
  padding: 30px 20px;
  color: #999;
  font-size: 0.8rem;
  border-top: 1px solid #e0e0e0;
  background: #fff;
}

/*メニューレスポンシブ*/

@media (max-width: 840px) {
  .menu-modal-header {
    width: 100%;
    max-width: 100%;
  }

  .featured-products-ttl {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .other-campaign-ttl {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .country-tag {
    font-size: 14px;
  }
}

/*レスポンシブ*/

@media (max-width: 540px) {
  .header {
    padding: 24px 20px;
  }

  .header-img {
    width: 158px;
  }

  .hamburger-btn {
    width: 28px;
  }

  .menu-modal-close {
    height: 44px;
  }

  .close-btn {
    width: 20px;
    margin-right: 7px;
  }

  .menu-modal-content {
    padding: 20px 14px;
  }

  .featured-products-ttl {
    font-size: 4.4vw;
    letter-spacing: 0.05em;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .other-campaign-ttl {
    font-size: 4.4vw;
    letter-spacing: 0.05em;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .hero-img {
    display: none;
  }

  .hero-img-res {
    width: 100%;
    height: auto;
    display: flex;
  }

  .page-exp {
    margin: 0 auto;
    margin-top: 11px;
    padding: 18px 20px;
  }

  .campaign-font-red {
    font-size: 6.8vw;
    letter-spacing: 0.05em;
  }

  .campaign-font-white {
    font-size: 5.5vw;
    letter-spacing: 0.07em;
  }

  .tab-nav-base {
    align-content: flex-start;
    background: #ffffffff;
    border-radius: 35px;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    height: auto;
    justify-content: flex-start;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
    padding: 35px 0px;
    max-width: 92%;
    margin-top: 40px;
  }

  .tab-exp {
    color: #db4d4bff;
    display: flex;
    font-family: var(--s-font-05b5d284);
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 600;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0px 0px 3px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
  }

  .tab-btn,
  .tab-btn-other {
    border-radius: 40px;
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    font-family: inherit;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .tab-btn-icon {
    display: none;
  }

  .tab-btn-arrow {
    font-size: 0.8em;
    width: 15px;
    line-height: 1;
    opacity: 0.7;
    transition: transform 0.3s;
    margin-left: 2px;
  }

  .area-btn {
    border-radius: 40px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 200;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .area-nav.open {
    max-height: none;
    height: auto;
    padding: 0px;
  }

  .card {
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 8px 0px rgba(28, 28, 28, 0.25);
    flex: none;
    flex-direction: column;
    gap: 0px;
    height: auto;
    justify-content: flex-start;
    padding: 0px;
    width: 100%;
    text-decoration: none;
    max-width: 100%;
  }

  .card-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    display: block;
  }

  .card-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  /* カードボディ */

  .card-body {
    padding: 6px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    text-underline-offset: unset;
    gap: 4px;
  }

  .other-campaign-products {
    padding: 0 20px 20px;
    width: auto;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600px;
  }

  .pink-star-img {
    width: 30px;
  }
  .right-arrow-img {
    width: 9px;
  }

  .right-arrow-img {
  filter: invert(58%) sepia(60%) saturate(400%) hue-rotate(80deg) brightness(95%);
}

  .campaign-ttl {
    font-size: 13px;
    margin-right: 5px;
  }

  .campaign-font-yellow {
    color: #e05c5c;
    font-family: var(--s-font-bab8f571);
    font-size: 6.7vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    height: auto;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
    text-shadow: none;
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin-top: 50px;
    white-space: pre-wrap;
  }

  .campaign-font-white-2res {
    color: #ffffffff;
    font-family: var(--s-font-bab8f571);
    font-size: 4.8vw;
    letter-spacing: 0.07em;
    font-weight: 100;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0px 0px 12px #ffffffb3;
    width: auto;
    max-width: 100%;
    justify-content: center;
    margin-top: 10px;
    white-space: pre-wrap;
  }

  .campaign-font-white2 {
    display: none;
  }

  .campaign-caution {
    font-size: 3.5vw;
    letter-spacing: 0.07em;
  }

  .area-nav-arrow-other {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .area-nav-arrow-icon {
    width: 40px;
  }

  .show-more {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .show-more-ttl {
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0px 0px 5px #ffffffcc;
  }
  .material-icons {
    font-size: 32px !important;
  }

  .check-here {
    font-size: 6vw;
    letter-spacing: 0.05em;
    font-weight: 500;
  }

  .area-btn-other {
    border-radius: 40px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 200;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .tab-btn-arrow-other {
    width: 6px;
    font-size: 0.5em;
    line-height: 1;
    opacity: 0.7;
    transition: transform 0.3s;
    margin-left: 2px;
  }

  .check-hear {
    color: #ffffffff;
    font-family: var(--s-font-bab8f571);
    font-size: 32px;
    font-weight: 100;
    height: auto;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0px 0px 25px #ffffffb3;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    text-align: center;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    background: #FFE2E2;
    box-shadow: none;
    flex: none;
    flex-direction: column;
    height: 3px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }

  .banner-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
  }

  .campaign-notes {
    margin-top: 20px;
    width: auto;
    margin: 30px 30px;
    border-radius: 40px;
    padding: 30px 25px 45px 25px;
  }

  .notes-title {
    font-size: 16px;
  }

  .notes-content {
    margin-top: 18px;
    font-size: 13px;
    width: 736px;
    max-width: 100%;
  }

  /* ===== フッター ===== */

  .tab-nav {
    max-width: 100%;
    padding: 16px 12px;
    box-sizing: border-box;
  }

  .tab-nav-other {
    max-width: 100%;
    box-sizing: border-box;
  }

  .footer {
    margin-top: 80px;
    padding: 40px 40px 30px 40px;
  }

  .footer-veltra-icon {
    width: 200px;
  }

  .policy-commercial-art {
    flex-direction: column;
    gap: 10px;
  }

  .policy {
    font-size: 12px;
    font-weight: 0px;
  }

  .footer-content {
    gap: 18px;
  }
}