@charset "UTF-8";
html {
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	scroll-behavior: smooth;
	touch-action: manipulation;
	user-select: auto;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	color: #333;
	cursor: default;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
.bg_area {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url("../img/bg_area.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wrapper {
	position: relative;
	width: 100%;
	max-width: 468px;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
}
.nav-left_pc {
	display: block;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	width: max(calc((100% - 468px) / 2), 10px);
}
.nav-right_pc {
	display: block;
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	width: max(calc((100% - 468px) / 2), 10px);
}
.left-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
	top: 0%;
	width: 65%;
	height: 100%;
	margin: 0 auto;
}
.right-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
	top: 0%;
	width: 65%;
	height: 100%;
	margin: 0 auto;
}
.contents-list li a.active {
	color: #61BADE;
}
.contents-list li {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
}
.contents-list li:last-of-type {
	margin-bottom: 0px;
}
.contents-list li a {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 1.4rem;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 800;
	color: #000;
}
.contents-list li span {
	font-size: 2.8rem;
	font-family: "Cinzel", sans-serif;
	font-weight: 800;
}

.contents__wrapper {
	position: relative;
	width: calc(100% - 20px);
	max-width: 480px;
	margin: 0 auto;
}
.mv img{
	display: block;
	width: 100%;
	height: auto;
}
.concept__top {
  height: 16px;
  background: url("../img/bg_top.png") repeat-x center top;
}
.concept__bg {
	padding: 14px 0 0;
	background-image: url("../img/bg.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}
.campaign-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  box-sizing: border-box;
}

.campaign-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/frame_towa.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.campaign-panel__inner {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 0 auto;
  padding: 55px 30px 55px;
  text-align: center;
  box-sizing: border-box;
}

.campaign-panel__head {
  margin: 0 0 30px;
}

.campaign-panel__head img {
  display: block;
  width: min(100%, 336px);
  margin: 0 auto;
  height: auto;
}

.campaign-panel__lead {
  margin: 0 0 48px;
  color: #67667F;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.6;
}

.campaign-panel__period {
  margin: 0 0 32px;
}

.campaign-panel__period-label {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 0 32px;
	color: #67667F;
  font-size: 18px;
  line-height: 1.4;
}

.campaign-panel__period-label::before,
.campaign-panel__period-label::after {
  content: "◆";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ab71a0;
  font-size: 1.4rem;
  line-height: 1;
}

.campaign-panel__period-label::before {
  left: 0;
}

.campaign-panel__period-label::after {
  right: 0;
}

.campaign-panel__period-date {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 21px;
	color: #67667F;
  font-weight: 500;
  line-height: 1.5;
}

.campaign-panel__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
}

.campaign-panel__body p {
  margin: 0;
}

.campaign-panel__body p + p {
  margin-top: 30px;
}

/* ========================================
   Section Block (全店キャンペーン / 店舗装飾)
   ======================================== */
.section-block {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 40px auto 0;
  padding: 0;
  text-align: center;
}

.section-block__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #67667F;
  line-height: 1.4;
}

.section-block__diamond {
  color: #61BADE;
  font-size: 16px;
}

/* ========================================
  Card Grid
  ======================================== */
.card-grid {
  display: grid;
  gap: 16px;
  margin: 0 0 16px;
}

.card-grid--2col {
  grid-template-columns: 1fr 1fr;
}

.card-grid--1col {
  grid-template-columns: 1fr;
}

/* ========================================
   Card Item
   ======================================== */
.card-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-top: 18px;
}

.card-item__label {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  margin: -18px auto 0;
  padding: 8px 24px;
  background-color: #f2edf4;
  border-radius: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #67667F;
  line-height: 1.4;
}

.card-item__img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
}

.card-item__img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.card-item__date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  background-color: #61BADE;
  border-radius: 0 0 12px 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity 0.2s;
}

.card-item__date:hover {
  opacity: 0.85;
}

.card-item__date--wide {
  font-size: 15px;
  padding: 12px 12px;
}

.card-item__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.card-item__arrow::before,
.card-item__arrow::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 7px;
  height: 3px;
  background-color: #61BADE;
  border-radius: 2px;
}

.card-item__arrow::before {
  left: 3px;
  transform: rotate(45deg);
}

.card-item__arrow::after {
  right: 3px;
  transform: rotate(-45deg);
}

/* ========================================
   NOVELTY Section
   ======================================== */
.novelty-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
}

.novelty-section__header {
  margin: 0 0 20px;
}

.novelty-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.novelty-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.novelty-section__desc {
  margin: 0 0 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

/* ---- Novelty Panel (frame) ---- */
.novelty-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.novelty-panel + .novelty-panel {
  margin-top: 30px;
}

.novelty-panel__frame {
  position: absolute;
  inset: 0;
  background: url("../img/frame_mio.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

/* Purple variant (第二弾) */
.novelty-panel--purple{
	margin-bottom: 10px;
}
.novelty-panel--purple .novelty-panel__frame {
  background-image: url("../img/frame_towa.png");
}

.novelty-panel--purple .novelty-panel__diamond {
  color: #ab71a0;
}

.novelty-panel--purple .novelty-panel__period {
  background-color: #ab71a0;
}

.novelty-panel__inner {
  position: relative;
  z-index: 1;
  padding: 36px 24px 30px;
  text-align: center;
}

.novelty-panel__wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.novelty-panel__diamond {
  color: #b5584f;
  font-size: 14px;
}

.novelty-panel__period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 10px 28px;
  background-color: #b5584f;
  border-radius: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.novelty-panel__date {
  font-size: 14px;
}

.novelty-panel__date-num {
  font-size: 19px;
}

.novelty-panel__arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  border-radius: 3px;
}

.novelty-panel__name {
  margin: 0 0 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.6;
}
.novelty-panel__name--signed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.novelty-panel__sign-bubble {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin-left: 5px;
  padding: 6px 18px 7px;
  background-color: #67667F;
  border-radius: 999px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
  transform: rotate(-8deg);
  transform-origin: left bottom;
}

.novelty-panel__sign-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #67667F transparent transparent transparent;
}
.novelty-panel__name-text {
  display: block;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .novelty-panel__sign-bubble {
    margin-left: 12px;
    padding: 5px 16px 6px;
    font-size: 14px;
    transform: rotate(-6deg);
  }

  .novelty-panel__sign-bubble::after {
    left: 50%;
  }
}
.novelty-panel__note {
  margin: 0 0 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
	font-weight: 800;
}

.novelty-panel__img {
  margin: 0 0 16px;
}

.novelty-panel__img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.novelty-panel__spec {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

.novelty-panel__spec p {
  margin: 0;
}
.novelty-panel__annotation{
	font-size: 12px;
	font-weight: 500;
	color: #686868;
}

/* ========================================
   MENU Section
   ======================================== */
.menu-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
}

.menu-section__header {
  margin: 0 0 20px;
}

.menu-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.menu-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.menu-section__desc {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* ---- Package Box ---- */
.menu-package {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
	background: #fff;
  text-align: left;
}

.menu-package__title {
  margin: 0 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #61BADE;
  line-height: 1.4;
}

.menu-package__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
}

.menu-package__body p {
  margin: 0;
}

/* ---- Plus Divider ---- */
.menu-section__plus {
  margin: 16px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #999;
  line-height: 1;
}

/* ---- Menu Grid (2col + or) ---- */
.menu-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  overflow: visible;
}

.menu-grid__or {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #67667F;
  z-index: 2;
}

/* ---- Menu Card ---- */
.menu-card {
  background: #f7f6f4;
  border-radius: 10px;
  padding: 20px 16px 13px;
  text-align: left;
  overflow: visible;
}

.menu-card--overflow .menu-card__img {
  margin-left: -20px;
  margin-right: -20px;
}

.menu-card__name {
  margin: 0 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.menu-card__img {
  margin: 0 0 35px;
}

.menu-card__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ---- Price List ---- */
.menu-card__prices {
  margin: 0;
}

.menu-card__price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  padding: 13px 0 6.5px;
  border-bottom: none;
  background-image: radial-gradient(circle, #ccc 1px, transparent 1px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.menu-card__price-last{
	padding: 9px 0 6.5px;
}

.menu-card__price-row dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.4;
}

.menu-card__price-row dd {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* ---- Lunch Badge ---- */
.menu-card__lunch {
  padding-top: 18px;
  border-top: 1px solid #ddd;
}

.menu-card__lunch-label {
  margin: 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #c47a6e;
  line-height: 1.4;
}

/* ---- Menu Notes ---- */
.menu-section__notes {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #686868;
  line-height: 1.8;
}

.menu-section__notes p {
  margin: 0;
}

.menu-section__link {
  color: #686868;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.menu-section__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23686868' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* ========================================
  PRESENT Section
  ======================================== */
.present-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
}

.present-section__header {
  margin: 0 0 27px;
}

.present-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.present-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.present-section__desc {
  display: inline-block;
  margin: 19px 20px 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}

/* ---- Present Panel (frame) ---- */
.present-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.present-panel__frame {
  position: absolute;
  inset: 0;
  background: url("../img/frame_subaru-short.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.present-panel__inner {
  position: relative;
  z-index: 1;
  padding: 55px 24px 55px;
  text-align: center;
}

.present-panel__wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.present-panel__diamond {
  color: #c9a84c;
  font-size: 14px;
}

.present-panel__img {
  margin: 0;
}

.present-panel__img img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

/* ========================================
   DECORATION Section
   ======================================== */
.deco-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
}

.deco-section__header {
  margin: 0 0 20px;
}

.deco-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.deco-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.deco-section__desc {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* ---- Deco Panel (frame) ---- */
.deco-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.deco-panel__frame {
  position: absolute;
  inset: 0;
  background: url("../img/frame_okayu-long.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.deco-panel__inner {
  position: relative;
  z-index: 1;
  padding: 55px 30px 55px;
}

/* ---- Store List ---- */
.deco-store-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deco-store {
  padding: 16px;
  background: #fff;
  border: 1px solid #e0dfe8;
  border-radius: 8px;
  text-align: left;
}

.deco-store__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
}

.deco-store__badge {
  display: inline-block;
  padding: 2px 10px;
  background-color: #61BADE;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  flex-shrink: 0;
}

.deco-store__name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
}

.deco-store__link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}

.deco-store__link:hover {
  opacity: 0.7;
}

.deco-store__address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}

.deco-store__address::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.deco-store__panel {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

/* ========================================
   GOODS Section
   ======================================== */
.goods-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0;
  text-align: center;
  overflow: visible;
}

.goods-section__header {
  margin: 0 0 24px;
}

.goods-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.goods-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

/* ---- Thumbnail Nav ---- */
.goods-nav {
  display: grid;
  grid-template-columns: repeat(3, 86px);
  justify-content: center;
  gap: 24px 14px;
  margin: 0 0 24px;
}

.goods-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 86px;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.goods-nav__icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.goods-nav__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(180, 180, 180, 0.76);
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.goods-nav__item.is-active .goods-nav__icon {
  border-color: #67667F;
}

.goods-nav__item.is-active .goods-nav__icon::after {
  opacity: 0;
}

.goods-nav__icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods-nav__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #666;
  line-height: 1.3;
  text-align: center;
}

/* ---- Goods Slider ---- */
.goods-slider {
  margin-left: -24px;
  margin-right: -24px;
  overflow: hidden;
}

.goods-slider .swiper-wrapper {
  align-items: stretch;
}

.goods-slider .swiper-slide {
  display: flex;
  height: auto;
}

.goods-slider .goods-card {
  flex: 1;
  width: 100%;
}

/* ---- Goods Card ---- */
.goods-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0dfe8;
  border-radius: 12px;
  padding: 19px 12px 14px;
  text-align: center;
}

.goods-card__name {
  margin: 0 0 11px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #67667F;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goods-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0 0 24px;
}

.goods-card__badge {
  display: inline-block;
  padding: 3px 15px;
  background-color: #67667F;
  border-radius: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.goods-card__price {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.goods-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  margin: 0 0 18px;
}

.goods-card__img img {
  display: block;
  max-width: 108%;
  max-height: 108%;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.goods-card__spec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  text-align: center;
}

.goods-card__spec p {
  margin: 0;
}

.goods-card__limit {
  margin: auto 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
}

.goods-section__notes {
  width: 85%;
  margin: 16px auto 0;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}

/* ========================================
   TICKET Section
   ======================================== */
.ticket-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0 0 8px;
  text-align: center;
}

.ticket-section__header {
  margin: 0 0 24px;
}

.ticket-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.ticket-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.ticket-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.ticket-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/frame_mio-short.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.ticket-panel__inner {
  position: relative;
  z-index: 1;
  padding: 52px 30px 48px;
}

.ticket-panel__lead,
.ticket-panel__body {
  font-family: "Noto Sans JP", sans-serif;
  color: #67667F;
  text-align: left;
}

.ticket-panel__lead {
  margin: 0;
  font-size: 13px;
  line-height: 2;
}

.ticket-panel__body {
  margin-top: 44px;
  font-size: 13px;
  line-height: 1.9;
}

.ticket-panel__body p {
  margin: 0;
}

.ticket-panel__body p + p {
  margin-top: 20px;
}

.ticket-panel__text-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ticket-panel__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 334px;
  margin: 34px auto 30px;
  padding: 19px 20px;
  background: #b91920;
  border-radius: 999px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity 0.2s ease;
}

.ticket-panel__button:hover {
  opacity: 0.85;
}

.ticket-panel__button-icon {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.ticket-panel__button-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b91920;
  border-right: 2px solid #b91920;
  transform: translate(-62%, -50%) rotate(45deg);
}

.ticket-panel__period {
  text-align: center;
}

.ticket-panel__period-label {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #67667F;
  line-height: 1.4;
}

.ticket-panel__period-diamond {
  color: #b6575a;
  font-size: 13px;
}

.ticket-panel__period-date {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 1.7;
}

@media screen and (max-width: 420px) {
  .ticket-panel__inner {
    padding: 46px 24px 42px;
  }

  .ticket-panel__lead,
  .ticket-panel__body {
    font-size: 12px;
  }

  .ticket-panel__button {
    font-size: 15px;
  }

  .ticket-panel__period-date {
    font-size: 14px;
  }
}


/* ========================================
   CAMPAIGN Detail Section
   ======================================== */
.campaign-detail-section {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  padding: 0 0 8px;
  text-align: center;
}

.campaign-detail-section__header {
  margin: 0 0 24px;
}

.campaign-detail-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.campaign-detail-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.campaign-detail-panel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.campaign-detail-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/frame_okayu-short.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.campaign-detail-panel__inner {
  position: relative;
  z-index: 1;
  padding: 60px 30px 70px;
}

.campaign-detail-panel__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(103, 102, 127, 0.12);
  text-align: left;
}

.campaign-detail-panel__x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #000;
  font-family: "Arial", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  flex-shrink: 0;
}

.campaign-detail-panel__name {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #67667F;
  line-height: 1.55;
}
.campaign-detail-panel--coming-soon .campaign-detail-panel__inner {
	min-height: 400px;
	display: flex;
	flex-direction: column;
}

.campaign-detail-panel__coming-soon {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0 0;
	text-align: center;
	font-family: "Cinzel", serif;
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 1;
	letter-spacing: 0.08em;
	color: #333;
}
.campaign-detail-panel__lead,
.campaign-detail-panel__info,
.campaign-detail-panel__note,
.campaign-detail-panel__terms-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
}

.campaign-detail-panel__lead {
  margin: 26px 0 34px;
  font-size: 13px;
  line-height: 1.9;
}

.campaign-detail-panel__info {
  margin: 0;
}

.campaign-detail-panel__row + .campaign-detail-panel__row {
  margin-top: 18px;
}

.campaign-detail-panel__row dt {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: #ab71a0;
  line-height: 1.7;
}

.campaign-detail-panel__row dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.campaign-detail-panel__note {
  margin: 18px 0 30px;
  font-size: 13px;
  line-height: 1.9;
}

.campaign-detail-panel__terms {
  padding: 18px 16px 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e5e1e9;
  border-radius: 14px;
}

.campaign-detail-panel__terms-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}

.campaign-detail-panel__terms-diamond {
  color: #333;
  font-size: 13px;
}

.campaign-detail-panel__terms-body {
  max-height: 152px;
  padding: 0 10px 0 0;
  overflow-y: auto;
  font-size: 13px;
  line-height: 1.75;
  color: #686868;
}

.campaign-detail-panel__terms-body p {
  margin: 0;
}

/* 通常テキスト同士は詰めすぎず、画像に近い読みやすい間隔にする */
.campaign-detail-panel__terms-body p + p {
  margin-top: 8px;
}

/* 各項目見出しの前だけ広めに空ける */
.campaign-detail-panel__terms-heading {
  margin: 24px 0 6px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
}

.campaign-detail-panel__terms-body p + .campaign-detail-panel__terms-heading {
  margin-top: 26px !important;
}

.campaign-detail-panel__terms-heading + p {
  margin-top: 0;
}

.campaign-detail-panel__terms-alert {
  color: #e60000;
  font-weight: 700;
}

.campaign-detail-panel__terms-body p.campaign-detail-panel__terms-alert {
  margin-top: 8px;
}

.campaign-detail-panel__terms-body p.campaign-detail-panel__terms-alert + p {
  margin-top: 8px;
}

.campaign-detail-panel__terms-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.campaign-detail-panel__terms-body::-webkit-scrollbar {
  width: 8px;
}

.campaign-detail-panel__terms-body::-webkit-scrollbar-track {
  background: #ece9ef;
  border-radius: 999px;
}

.campaign-detail-panel__terms-body::-webkit-scrollbar-thumb {
  background: #c6c0cb;
  border-radius: 999px;
}

.campaign-detail-panel__account {
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(103, 102, 127, 0.12);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.campaign-detail-panel__account a {
  color: #4b4b4b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 420px) {
  .campaign-detail-panel__inner {
    padding: 46px 24px 40px;
  }

  .campaign-detail-panel__head {
    gap: 12px;
  }

  .campaign-detail-panel__x {
    width: 64px;
    height: 64px;
    font-size: 32px;
  }

  .campaign-detail-panel__name {
    font-size: 16px;
  }

  .campaign-detail-panel__lead,
  .campaign-detail-panel__row dt,
  .campaign-detail-panel__row dd,
  .campaign-detail-panel__note,
  .campaign-detail-panel__terms-body,
  .campaign-detail-panel__account {
    font-size: 12px;
  }
}


.campaign-detail-panel + .campaign-detail-panel {
  margin-top: 28px;
}

.campaign-detail-panel--app::before {
  background-image: url("../img/frame_subaru-long.png");
}

.campaign-detail-panel__inner--app {
  padding-bottom: 48px;
}

.campaign-detail-panel__head--app {
  align-items: center;
  padding-bottom: 20px;
}

.campaign-detail-panel__app-icon {
  width: 58px;
  flex-shrink: 0;
}

.campaign-detail-panel__app-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign-detail-panel__name--app {
  line-height: 1.45;
}

.campaign-detail-panel__body--app {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  text-align: left;
}

.campaign-detail-panel__body--app p {
  margin: 0;
}

.campaign-detail-panel__body--app p + p {
  margin-top: 26px;
}

.campaign-app-detail {
  margin-top: 26px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  color: #67667F;
}

.campaign-app-detail__lead {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.9;
}

.campaign-app-detail__groups {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.9;
}

.campaign-app-schedule {
  margin-top: 22px;
}

.campaign-app-schedule__title {
  margin: 0 0 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
}

.campaign-app-schedule__table {
  display: grid;
  width: fit-content;
  max-width: 100%;
  row-gap: 2px;
}

.campaign-app-schedule__row {
  display: grid;
  grid-template-columns: 160px 90px;
  column-gap: 34px;
  align-items: start;
  justify-content: start;
}

.campaign-app-schedule__row p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #333;
}

.campaign-app-schedule__row--head p {
  font-weight: 700;
}

.campaign-app-download {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(103, 102, 127, 0.12);
  text-align: center;
}

.campaign-app-download__title {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #4b4b4b;
}

.campaign-app-download__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 10px;
}

.campaign-app-download__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.campaign-app-download__button img {
  display: block;
  width: 100%;
  height: 44px;
  object-fit: contain;
}

@media screen and (max-width: 420px) {
  .campaign-detail-panel__app-icon {
    width: 52px;
  }

  .campaign-detail-panel__body--app,
  .campaign-app-detail__lead,
  .campaign-app-detail__groups,
  .campaign-app-schedule__row p,
  .campaign-app-download__title {
    font-size: 12px;
  }

  .campaign-app-schedule__row {
    grid-template-columns: 150px 78px;
    column-gap: 18px;
  }

  .campaign-app-download__buttons {
    gap: 8px;
  }
}

/* ========================================
   CAMPAIGN Notice Panel
   ======================================== */
.campaign-notice-panel {
  position: relative;
  width: 100%;
  margin: 28px auto 0;
}

.campaign-notice-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/frame_towa-short.png") no-repeat center top / 100% 100%;
  z-index: 0;
  pointer-events: none;
}

.campaign-notice-panel__inner {
  position: relative;
  z-index: 1;
  padding: 55px 30px 55px;
}

.campaign-notice-panel__title {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

.campaign-notice-panel__scroll {
  max-height: 213px;
  margin-top: 22px;
  padding-right: 10px;
  overflow-y: auto;
}

.campaign-notice-panel__scroll::-webkit-scrollbar {
  width: 8px;
}

.campaign-notice-panel__scroll::-webkit-scrollbar-track {
  background: #ece9ef;
  border-radius: 999px;
}

.campaign-notice-panel__scroll::-webkit-scrollbar-thumb {
  background: #c6c0cb;
  border-radius: 999px;
}

.campaign-notice-block + .campaign-notice-block {
  margin-top: 20px;
}

.campaign-notice-block__title {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
  color: #333;
}

.campaign-notice-block__title::before,
.campaign-notice-block__title::after {
  content: none;
}

.campaign-notice-block--purple {
  color: #67667F;
}

.campaign-notice-block--red {
  color: #d66a73;
}

.campaign-notice-block--magenta {
  color: #c45ae3;
}

.campaign-notice-block--yellow {
  color: #d8c64a;
}

.campaign-notice-block--gray {
  color: #7f7f84;
}

.campaign-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  text-align: left;
  color: #686868;
}

.campaign-notice-list li {
  position: relative;
  margin: 0;
  padding-left: 1.2em;
}

.campaign-notice-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 0.9em;
  color: #686868;
}

.campaign-notice-list li + li {
  margin-top: 6px;
}

.campaign-notice-list li.is-alert {
  color: #e60000;
}

.campaign-notice-list li.is-alert::before {
  color: #e60000;
}

.campaign-notice-sublist {
  margin: 8px 0 0;
  padding: 0 0 0 1.4em;
  list-style: none;
}

.campaign-notice-sublist li {
  padding-left: 0.9em;
}

.campaign-notice-sublist li::before {
  content: "・";
  top: 0;
}

.campaign-notice-sublist li + li {
  margin-top: 4px;
}

.campaign-notice-sublist__note {
  color: #686868;
}

.campaign-notice-note {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  color: #686868;
}

.campaign-notice-note__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.campaign-notice-note p {
  margin: 0;
}

.campaign-notice-note p + p {
  margin-top: 4px;
}

@media screen and (max-width: 420px) {
  .campaign-notice-panel__inner {
    padding: 55px 30px 55px;
  }

  .campaign-notice-panel__title {
    font-size: 16px;
  }

  .campaign-notice-panel__scroll {
    max-height: 213px;
  }

  .campaign-notice-block__title {
    margin-bottom: 8px;
    padding: 0;
    font-size: 15px;
    text-align: left;
  }

  .campaign-notice-list,
  .campaign-notice-note {
    font-size: 12px;
  }

}


/* ========================================
   SNS Section
   ======================================== */
.sns-section {
  width: 100%;
  max-width: 420px;
  margin: 60px auto 0;
  text-align: center;
}

.sns-section__header {
  margin: 0 0 24px;
}

.sns-section__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #222;
}

.sns-section__subtitle {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
}

.sns-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 14px;
}

.sns-card {
  position: relative;
  display: block;
  min-height: 298px;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s ease;
}

/* XDの描画モード「乗算」をCSSで再現 */
.sns-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--sns-color);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.sns-card::after {
  content: none;
}

.sns-card:hover {
  opacity: 0.88;
}

.sns-card--towa {
  --sns-color: #D95FA5;
}

.sns-card--mio {
  --sns-color: #DE585B;
}

.sns-card--okayu {
  --sns-color: #A26FB3;
}

.sns-card--subaru {
  --sns-color: #E4DF63;
}

.sns-card--hololive {
  --sns-color: #61BADE;
}

.sns-card--wide {
  grid-column: 1 / -1;
  min-height: 126px;
}

.sns-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 18px 16px 20px;
}

.sns-card__inner--wide {
  justify-content: center;
  padding: 20px 16px;
}

.sns-card__character {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  padding-top: 14px;
}

.sns-card__character img {
  display: block;
  width: auto;
  max-width: 86%;
  max-height: 164px;
  height: auto;
}

.sns-card__name,
.sns-card__account {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  text-decoration: none;
}

.sns-card__name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.sns-card__account {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@supports not (mix-blend-mode: multiply) {
  .sns-card::before {
    opacity: 0.9;
  }

  .sns-card--towa::before {
    background-color: rgba(217, 95, 165, 0.9);
  }

  .sns-card--mio::before {
    background-color: rgba(222, 88, 91, 0.9);
  }

  .sns-card--okayu::before {
    background-color: rgba(162, 111, 179, 0.9);
  }

  .sns-card--subaru::before {
    background-color: rgba(228, 223, 99, 0.9);
  }

  .sns-card--hololive::before {
    background-color: rgba(97, 186, 222, 0.9);
  }
}

@media screen and (max-width: 420px) {
  .sns-section {
    margin-top: 52px;
  }

  .sns-section__title {
    font-size: 32px;
  }

  .sns-section__subtitle {
    font-size: 17px;
  }

  .sns-grid {
    gap: 14px 12px;
  }

  .sns-card {
    min-height: 266px;
    border-radius: 14px;
  }

  .sns-card--wide {
    min-height: 116px;
  }

  .sns-card__inner {
    padding: 16px 12px 18px;
  }

  .sns-card__character img {
    max-width: 88%;
    max-height: 150px;
  }

  .sns-card__name {
    font-size: 14px;
  }

  .sns-card__account {
    font-size: 12px;
  }
}

/* ========================================
   Footer Logo / Footer
   ======================================== */
.footer-logo {
  padding: 60px 20px 60px;
  text-align: center;
}

.footer-logo__inner {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.footer-logo__image {
  display: block;
  width: min(78%, 340px);
  height: auto;
  margin: 0 auto;
}

.footer {
  padding: 64px 20px 80px;
  background-color: #67667F;
  text-align: center;
}

.copyright {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 420px) {
  .footer-logo {
    padding: 72px 16px 66px;
  }

  .footer-logo__image {
    width: min(82%, 300px);
  }

  .footer {
    padding: 64px 20px 80px;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.9;
  }
}

/* ========================================
   Ticket CTA Button
   ======================================== */
.contents-list__item--hidden {
  display: none !important;
}

.side-ticket-button,
.fixed-ticket-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: #61BADE;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: opacity 0.2s ease;
}

.side-ticket-button:hover,
.fixed-ticket-button:hover {
  opacity: 0.85;
}

.side-ticket-button {
  width: 296px;
  height: 62px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.side-ticket-button__icon,
.fixed-ticket-button__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.side-ticket-button__icon {
  width: 16px;
  height: 16px;
}

.fixed-ticket-button__icon {
  width: 22px;
  height: 22px;
}

.side-ticket-button__icon::before,
.fixed-ticket-button__icon::before {
  content: "";
  position: absolute;
  border-top: 2px solid #61BADE;
  border-right: 2px solid #61BADE;
  transform: translateX(-1px) rotate(45deg);
}

.side-ticket-button__icon::before {
  width: 6px;
  height: 6px;
}

.fixed-ticket-button__icon::before {
  width: 7px;
  height: 7px;
}

.fixed-ticket-button {
  display: none;
}

@media screen and (max-width: 1024px) {
  .nav-left_pc,
  .nav-right_pc {
    display: none;
  }

  .side-ticket-button {
    display: none;
  }

  .fixed-ticket-button {
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1000;
    display: flex;
    width: 191px;
    height: 62px;
    min-height: 62px;
    padding: 0 42px 0 18px;
    border-radius: 18px 18px 0 0;
    font-size: 15px;
    line-height: 1.35;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
    transform: none;
  }

  .fixed-ticket-button__icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
  }

  .fixed-ticket-button__icon::before {
    width: 7px;
    height: 7px;
    border-width: 2px;
  }

  .footer {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }
}

@media screen and (max-width: 420px) {
  .fixed-ticket-button {
    width: 191px;
    height: 62px;
    min-height: 62px;
    padding: 0 42px 0 18px;
    font-size: 15px;
  }

  .fixed-ticket-button__icon {
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .campaign-panel__period-date{
    font-size: 19px;
  }
}

