
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #241f39;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.zozo-section-heading__main,
.zozo-section-heading__sub,
.bl_globalNav_list li a,
.tab-btn,
.benefit-label {
  font-family: "M PLUS 1p", sans-serif;
}

.news-item,
.news-item h3,
.un_index_about_table_data,
.un_index_about_table_data__wFull,
.notice-list li,
.benefit-text,
.benefit-notes li,
p,
li,
dd,
dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.9;
}

#news .news-item h3 {
  font-size: 16px;
  line-height: 1.85;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.un_index_about_table_data,
.un_index_about_table_data__wFull {
  font-size: 15px;
  line-height: 1.95;
}

@media screen and (max-width: 767px) {
  #news .news-item h3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .un_index_about_table_data,
  .un_index_about_table_data__wFull,
  .benefit-text,
  .benefit-notes li {
    font-size: 14px;
    line-height: 1.9;
  }
}

body.ui-refresh #news .news-item {
  align-items: start;
}

body.ui-refresh .news-item h3 {
  margin: 0;
  font-weight: 700;
  color: #2c2543;
}

body.ui-refresh .news-item .date {
  font-size: 12px;
  font-weight: 800;
}

:root {
  --ui-bg: #f6f4ff;
  --ui-bg-2: #fff7fb;
  --ui-card: rgba(255, 255, 255, 0.82);
  --ui-card-solid: #ffffff;
  --ui-line: rgba(93, 66, 145, 0.12);
  --ui-text: #241f39;
  --ui-muted: #675f85;
  --ui-primary: #7b4dff;
  --ui-secondary: #ff5fa2;
  --ui-accent: #14c7c9;
  --ui-warning: #ff9f43;
  --ui-shadow: 0 16px 40px rgba(54, 31, 110, 0.12);
  --ui-shadow-lg: 0 28px 80px rgba(54, 31, 110, 0.16);
}

html {
  scroll-behavior: smooth;
}

body.ui-refresh {
  color: var(--ui-text);
  background:
    radial-gradient(circle at top left, rgba(123, 77, 255, 0.08), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 95, 162, 0.12), transparent 30%),
    linear-gradient(180deg, var(--ui-bg) 0%, #fbfbff 36%, var(--ui-bg-2) 100%);
}

body.ui-refresh.un_index::before {
  opacity: .72;
  filter: saturate(.94) contrast(1.03);
}

body.ui-refresh.un_index::after {
  opacity: .92;
}

body.ui-refresh a {
  color: inherit;
}

body.ui-refresh .ly_container {
  position: relative;
  z-index: 1;
}

body.ui-refresh .bl_header {
  padding: 14px 20px 0;
}

body.ui-refresh .bl_header::before {
  inset: 14px 20px auto;
  height: 78px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.62));
  box-shadow: 0 18px 40px rgba(52, 32, 88, 0.12);
}

body.ui-refresh .bl_header_inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  height: 78px !important;
  margin: 0 auto;
  padding: 0 28px !important;
}

body.ui-refresh .bl_header_logo {
  width: 120px;
}

body.ui-refresh .bl_globalNav_list {
  column-gap: 12px;
}

body.ui-refresh .bl_globalNav_list li a {
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #32285a;
  background: rgba(255,255,255,.5);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

body.ui-refresh .bl_globalNav_list li a:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(123,77,255,.14), rgba(255,95,162,.14));
  box-shadow: 0 12px 24px rgba(79, 48, 143, .12);
  opacity: 1;
}

body.ui-refresh .un_index_kv {
  max-width: 1180px;
  margin: 0 auto 96px;
  padding: 0px 20px 0;
}

body.ui-refresh .un_index_kv_charactors {
  position: relative;
  top: 0;
  width: min(80%, 1060px);
  filter: drop-shadow(0 26px 34px rgba(68, 37, 138, .20));
}

body.ui-refresh .un_index_kv_logoWrapper {
  position: static;
}

body.ui-refresh .un_index_kv_logo {
  position: relative;
  left: auto;
  bottom: auto;
  translate: 0 0;
  scale: 1;
  animation: none;
  width: min(760px, 88vw);
  margin: -36px auto 0;
  filter: drop-shadow(0 16px 30px rgba(63, 28, 129, .16));
}

body.ui-refresh .un_index_section {
  padding-inline: 20px;
}

body.ui-refresh .un_index_section_title {
  width: min(420px, 76vw);
  margin-bottom: 24px;
  filter: drop-shadow(0 12px 24px rgba(84, 56, 148, .12));
}

body.ui-refresh .un_index_section_inner,
body.ui-refresh #news .un_index_highlight_inner,
body.ui-refresh #tokuten2 .un_index_section_contents.active,
body.ui-refresh #goods .un_index_section_contents.active {
  max-width: 1120px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.74));
  border: 1px solid rgba(245,245,245,1);
  box-shadow: var(--ui-shadow-lg);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border-radius: 34px;
}

body.ui-refresh #news .un_index_highlight_inner {
  padding: 44px;
}

body.ui-refresh .un_index_section_inner {
  padding: 86px 40px 42px;
}

body.ui-refresh #tokuten2 .un_index_section_contents.active,
body.ui-refresh #goods .un_index_section_contents.active {
  padding: 28px;
}

body.ui-refresh .un_index_highlight {
  margin-bottom: 88px;
}

body.ui-refresh #news .news-list {
  gap: 16px;
}

body.ui-refresh #news .news-item {
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(123, 77, 255, .10);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(251,248,255,.94));
  box-shadow: 0 10px 22px rgba(62, 36, 126, 0.08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.ui-refresh #news .news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 30px rgba(62, 36, 126, 0.12);
  border-color: rgba(123, 77, 255, .18);
}

body.ui-refresh .news-item .date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 92px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--ui-primary);
  background: rgba(123,77,255,.10);
}

body.ui-refresh .news-item a {
  display: block;
  text-decoration: none;
}

body.ui-refresh .news-item h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: var(--ui-text);
}

body.ui-refresh .tab-buttons {
  position: sticky;
  top: 106px;
  z-index: 12;
  gap: 8px;
  margin: 0 auto 28px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 16px 36px rgba(59, 35, 114, .10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.ui-refresh .tab-btn {
  min-height: 68px;
  padding: 14px 16px;
  border: none;
  border-radius: 18px;
  background: transparent;
  font-weight: 800;
  color: #52486f;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

body.ui-refresh .tab-btn:hover {
  transform: translateY(-1px);
  background: rgba(123,77,255,.08);
}

body.ui-refresh .tab-btn.active {
  width: auto;
  color: #fff;
  background: linear-gradient(135deg, var(--ui-primary), var(--ui-secondary));
  box-shadow: 0 14px 26px rgba(124, 78, 255, 0.26);
}

body.ui-refresh .un_index_about_table {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.ui-refresh .un_index_about_table_block {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(123,77,255,.08);
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 24px rgba(61, 35, 124, .07);
}

body.ui-refresh .un_index_about_table_title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 120px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(123,77,255,.12), rgba(20,199,201,.12));
  color: #452a8f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .08em;
}

body.ui-refresh .un_index_about_table_data,
body.ui-refresh .un_index_about_table_data__wFull {
  min-width: 0;
  font-size: 16px;
  line-height: 1.9;
  color: var(--ui-text);
}

body.ui-refresh .un_index_about_table_data a,
body.ui-refresh .your-link-class {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: rgba(123,77,255,.08);
  color: #43278c;
  text-decoration: none;
  font-weight: 700;
  word-break: break-word;
}

body.ui-refresh .un_index_about_table_data iframe,
body.ui-refresh .un_index_about_table_data_map {
  width: 100% !important;
  min-height: 340px;
  margin-top: 4px;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55), 0 16px 30px rgba(58, 34, 116, .12);
}

body.ui-refresh .notice-box {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(255,159,67,.28);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 251, 244, .96), rgba(255, 247, 236, .96));
}

body.ui-refresh .notice-box h3,
body.ui-refresh .notice-heading h3 {
  color: #b45b00;
  font-size: 18px;
  font-weight: 800;
}

body.ui-refresh .notice-list {
  margin-top: 10px;
}

body.ui-refresh .notice-list li {
  margin-bottom: 10px;
  padding-left: 1.6em;
  color: #5b4b2e;
  font-size: 15px;
  line-height: 1.9;
}

body.ui-refresh .notice-list li::before {
  color: var(--ui-warning);
  font-size: .9em;
}

body.ui-refresh .ticket-btn2,
body.ui-refresh .ticket-btn,
body.ui-refresh .ticket-btn3 {
  width: min(100%, 460px);
  max-width: 460px;
  min-height: 76px;
  height: auto;
  margin: 8px 0 0;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--ui-secondary), var(--ui-primary));
  box-shadow: 0 20px 36px rgba(116, 70, 235, .24);
}

body.ui-refresh .ticket-btn2 a,
body.ui-refresh .ticket-btn a,
body.ui-refresh .ticket-btn3 a {
  padding: 24px 64px 24px 24px;
  font-size: 22px;
  font-weight: 800;
  text-align: left;
  line-height: 1.4;
}

body.ui-refresh .ticket-btn2 a::after,
body.ui-refresh .ticket-btn a::after,
body.ui-refresh .ticket-btn3 a::after {
  right: 22px;
}

body.ui-refresh .responsive-img,
body.ui-refresh .responsive-img2,
body.ui-refresh .thumbnail {
  border-radius: 28px;
}

body.ui-refresh #tokuten2 .responsive-img,
body.ui-refresh #goods .responsive-img,
body.ui-refresh #tokuten2 .thumbnail,
body.ui-refresh #goods .thumbnail {
  width: min(100%, 1000px);
  margin: 0 auto;
  background: rgba(255,255,255,.84);
  padding: 10px;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 18px 34px rgba(53, 27, 117, 0.12);
}

body.ui-refresh .overlay {
  padding: 24px;
  background: rgba(22, 18, 36, .78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.ui-refresh .overlay img {
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(0,0,0,.35);
}

body.ui-refresh .section5 {
  padding: 0 20px;
  background: none;
}

body.ui-refresh .btn {
  width: min(100%, 380px);
}

body.ui-refresh .btn a {
  position: relative;
  padding: 18px 58px 18px 24px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #111325, #462a96 52%, #ff5fa2);
  color: #fff;
  box-shadow: 0 22px 38px rgba(44, 25, 91, .22);
  text-decoration: none;
}

body.ui-refresh .btn a:hover {
  background-position: initial;
}

body.ui-refresh .bl_footer {
  margin-top: 120px;
  background: linear-gradient(180deg, rgba(31, 27, 53, .88), rgba(24, 20, 41, .96));
}

body.ui-refresh .bl_footer_copyright {
  color: rgba(255,255,255,.82);
}

@media screen and (max-width: 1024px) {
  body.ui-refresh .bl_header::before {
    inset-inline: 16px;
  }

  body.ui-refresh .bl_header_inner {
    padding-inline: 20px !important;
  }

  body.ui-refresh .bl_globalNav_list {
    column-gap: 8px;
  }

  body.ui-refresh .bl_globalNav_list li a {
    padding: 10px 12px;
    font-size: 14px;
  }

  body.ui-refresh .un_index_kv_charactors {
    width: min(62%, 560px);
  }
}

@media screen and (max-width: 768px) {
  body.ui-refresh .bl_header {
    padding-top: 12px;
  }

  body.ui-refresh .bl_header::before {
    inset: 12px 14px auto;
    height: 60px;
    border-radius: 22px;
  }

  body.ui-refresh .bl_header_inner {
    height: 60px !important;
    padding: 0 18px !important;
  }

  body.ui-refresh .bl_header_logo {
    width: 76px;
  }

  body.ui-refresh .bl_globalNav {
    top: 0;
    left: 100%;
    height: 100dvh;
    padding: 92px 18px 24px;
    background: rgba(247,244,255,.92);
  }

  body.ui-refresh .bl_globalNav_list {
    row-gap: 12px;
  }

  body.ui-refresh .bl_globalNav_list li {
    width: 100%;
  }

  body.ui-refresh .bl_globalNav_list li a {
    justify-content: center;
    width: 100%;
    font-size: 15px;
  }

  body.ui-refresh .un_index_kv {
    aspect-ratio: auto;
    padding-top: 20px;
    margin-bottom: 64px;
  }

  body.ui-refresh .un_index_kv_charactors {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  body.ui-refresh .un_index_kv_logo {
    width: min(92vw, 360px);
    margin-top: -24px;
  }

  body.ui-refresh .un_index_highlight,
  body.ui-refresh .un_index_about {
    margin-bottom: 56px;
  }

  body.ui-refresh #news .un_index_highlight_inner,
  body.ui-refresh .un_index_section_inner,
  body.ui-refresh #tokuten2 .un_index_section_contents.active,
  body.ui-refresh #goods .un_index_section_contents.active {
    border-radius: 26px;
  }

  body.ui-refresh #news .un_index_highlight_inner {
    padding: 22px;
  }

  body.ui-refresh .un_index_section_inner {
    padding: 74px 18px 20px;
  }

  body.ui-refresh #tokuten2 .un_index_section_contents.active,
  body.ui-refresh #goods .un_index_section_contents.active {
    padding: 14px;
  }

  body.ui-refresh #news .news-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  body.ui-refresh .news-item h3 {
    font-size: 15px !important;
    line-height: 1.7;
  }

  body.ui-refresh .tab-buttons {
    position: static;
    flex-direction: column;
    padding: 10px;
    border-radius: 22px;
  }

  body.ui-refresh .tab-btn {
    width: 100%;
    min-height: 60px;
    font-size: 15px;
  }

  body.ui-refresh .un_index_about_table_block {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  body.ui-refresh .un_index_about_table_title {
    min-width: 0;
  }

  body.ui-refresh .un_index_about_table_data,
  body.ui-refresh .un_index_about_table_data__wFull {
    font-size: 15px;
  }

  body.ui-refresh .un_index_about_table_data iframe,
  body.ui-refresh .un_index_about_table_data_map {
    min-height: 260px;
  }

  body.ui-refresh .ticket-btn2,
  body.ui-refresh .ticket-btn,
  body.ui-refresh .ticket-btn3 {
    width: 100%;
    min-height: 68px;
  }

  body.ui-refresh .ticket-btn2 a,
  body.ui-refresh .ticket-btn a,
  body.ui-refresh .ticket-btn3 a {
    padding: 20px 54px 20px 20px;
    font-size: 18px;
  }

  body.ui-refresh .notice-box {
    padding: 18px;
  }

  body.ui-refresh .bl_footer {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .bl_header {
    overflow: hidden;
  }

  .bl_globalNav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 100vw;
    height: 100dvh;
    padding-top: 60px;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: none;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    will-change: transform;
  }

  .bl_globalNav.is_open {
    transform: translateX(0);
  }
}

html,
body {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .bl_header {
    overflow: visible;
  }

  .bl_header_inner {
    position: relative;
    z-index: 30;
  }

  .el_menuBtn {
    position: relative;
    z-index: 60;
  }

  .bl_globalNav {
    position: fixed !important;
    top: 0;
    right: 0;
    left: auto !important;
    bottom: 0;
    width: min(86vw, 360px);
    height: 100dvh;
    padding: 88px 20px 24px;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.12);
    transform: translateX(110%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 50;
  }

  .bl_globalNav.is_open {
    transform: translateX(0);
  }

  .bl_globalNav_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .bl_globalNav_list li {
    width: 100%;
  }

  .bl_globalNav_list li a {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    text-align: center;
    background: #f6f3ff;
    color: #2f2750;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    box-shadow: none;
  }

@media screen and (max-width: 767px) {
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 40;
  }

  .nav-overlay.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
}

body.ui-refresh #news .news-list {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
}

/* スクロールバー装飾 */
body.ui-refresh #news .news-list::-webkit-scrollbar {
  width: 10px;
}

body.ui-refresh #news .news-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
}

body.ui-refresh #news .news-list::-webkit-scrollbar-thumb {
  background: rgba(123, 77, 255, 0.42);
  border-radius: 999px;
}

body.ui-refresh #news .news-list::-webkit-scrollbar-thumb:hover {
  background: rgba(123, 77, 255, 0.62);
}

/* Firefox用 */
body.ui-refresh #news .news-list {
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 77, 255, 0.42) rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 767px) {
  body.ui-refresh #news .news-list {
    max-height: 420px;
    padding-right: 6px;
  }
}

html,
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

body.ui-refresh,
body.ui-refresh .un_index_about_table_data,
body.ui-refresh .un_index_about_table_data__wFull,
body.ui-refresh .news-item,
body.ui-refresh .news-item h3,
body.ui-refresh .notice-list li,
body.ui-refresh p,
body.ui-refresh li,
body.ui-refresh dd,
body.ui-refresh dt,
body.ui-refresh a {
  font-family: "Noto Sans JP", sans-serif;
}

/* 見出しだけ少し個性を残したい場合 */
.zozo-section-heading__sub,
.zozo-section-heading__main,
.bl_globalNav_list li a,
.tab-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}