@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
:root {
  --black: #000;
  --ink: #121817;
  --white: #fff;
  --gray: #aaa;
  --line: #d7d7d7;
  --font-en: Oswald, Roboto, sans-serif;
  --font-ja: Noto Sans JP, sans-serif;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:-webkit-any-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* PC links share one hover response, including linked images and labels. */
@media screen and (min-width: 961px) and (hover: hover) and (pointer: fine) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.65;
  }
}
.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(to bottom, #8d8d8d 0%, #5d5d5d 45%, #2b2b2b 100%);
  color: rgba(255, 255, 255, 0.08);
}

.page-frame {
  width: min(100%, 420px);
  min-height: 100vh;
  margin-left: auto;
  margin-right: 9vw;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 28px;
  right: 34px;
  z-index: 30;
}

.menu-btn {
  width: 36px;
  height: 28px;
  display: grid;
  align-content: space-between;
  padding: 0;
}

.menu-btn span {
  display: block;
  height: 1px;
  background: #1a1a1a;
}

.hero {
  position: relative;
  padding-bottom: 70px;
  background: #fff;
}
.hero__photo {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #2f3324;
}
.hero__photo .topBanner__blur {
  position: absolute !important;
  left: 50%;
  top: 50%;
  z-index: 1 !important;
  width: 118%;
  height: 120%;
  transform: translate(-50%, -50%);
  filter: blur(18px);
  opacity: 0.55;
  background-size: cover !important;
}
.hero__photo .topBanner__main {
  position: absolute !important;
  left: 50%;
  top: 50%;
  z-index: 2 !important;
  width: 100%;
  height: calc(100% - 58px);
  transform: translate(-50%, -50%);
  background-size: cover !important;
  background-position: center !important;
}
.hero__logo {
  position: relative;
  z-index: 3;
  width: 220px;
  margin: 0 auto 42px;
  transform: translateY(-56px);
}
.hero__auth {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  margin-top: -28px;
}

@media screen and (max-width: 600px) {
  .hero__photo {
    height: 380px;
  }
  .hero__logo {
    width: 220px;
    margin-bottom: 44px;
    transform: translateY(-58px);
  }
  .hero__auth {
    margin-top: -30px;
    gap: 24px;
    font-size: 48px;
  }
  .hero__auth span {
    height: 74px;
  }
}
.hero__auth span {
  width: 1px;
  height: 42px;
  background: currentColor;
  transform: rotate(28deg);
}

.slider-arrow {
  position: absolute;
  top: 28px;
  z-index: 2;
  width: 36px;
  height: 84px;
  background: #666;
}

.slider-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.slider-arrow--prev {
  left: 0;
}

.slider-arrow--prev::before {
  transform: rotate(-45deg);
}

.slider-arrow--next {
  right: 0;
}

.slider-arrow--next::before {
  transform: rotate(135deg);
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
}

.slider-dots span {
  width: 58px;
  height: 3px;
  background: #cfcfcf;
}

.slider-dots span.is-active {
  background: #111;
}

.section {
  background: var(--white);
}

.section__inner {
  padding: 34px 24px 42px;
  background: #fff;
}

.section-title,
.member__title {
  font-family: var(--font-en);
  font-size: 47px;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

/* NEWS */
.section--news .section__inner {
  padding: 64px 24px 55px;
}
.section--news .section-title {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b8b8b8;
}
.section--news .info-list {
  margin-top: 0;
}
.section--news .info-list li {
  border-bottom: 1px solid #b8b8b8;
}
.section--news .info-list a {
  display: block;
  padding: 25px 0 25px;
}
.section--news .info-list__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px;
}
.section--news .info-list__meta time {
  font-family: "new-order", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.section--news .info-list__meta span {
  min-width: 80px;
  padding: 8px 8px;
  color: #fff;
  background: #000;
  font-family: "new-order", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.section--news .info-list__meta span + span {
  background: #999;
}
.section--news .info-list p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.view-all {
  margin-top: 34px;
  text-align: right;
}
.view-all a {
  font-family: "new-order", sans-serif;
  font-style: normal;
  line-height: 1;
  font-size: 13px;
}

.schedule-list {
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.schedule-list li {
  border-bottom: 1px solid var(--line);
}

.schedule-list a {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  padding: 15px 0;
}

.schedule-list time {
  border-right: 1px solid var(--line);
  font-family: var(--font-en);
  text-align: center;
}

.schedule-list time span {
  display: block;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.schedule-list time em {
  display: block;
  color: #777;
  font-size: 11px;
  font-style: normal;
}

.schedule-list div {
  padding-left: 17px;
}

.schedule-list p {
  font-size: 12px;
  font-weight: 700;
}

.schedule-list small {
  display: block;
  font-size: 12px;
  font-weight: 700;
}

.member {
  background: #000;
  color: #fff;
}

.member__title {
  padding: 42px 24px 30px;
}

.qa-slider__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px 16px;
}

.qa-slider__head h3 {
  font-size: 18px;
}

.qa-slider__head span,
.member-nav span {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font-size: 9px;
  font-weight: 700;
  margin-left: 1rem;
}

.qa-slider__body {
  position: relative;
}

.qa-cards {
  display: flex;
  gap: 22px;
  padding: 0 52px;
}

.qa-cards li {
  flex: 0 0 calc((100% - 16px) / 2);
  min-width: 0;
}

/* ==========================
   画像
========================== */
.qa-cards img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  border: 1px solid #fff;
}

.qa-cards p {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
}

.qa-slider .slider-arrow {
  top: 18px;
  height: 110px;
  background: transparent;
}

.qa-slider .slider-arrow::before {
  border-color: #555;
}

.qa-slider .slider-dots {
  bottom: 26px;
}

.member-nav {
  padding: 0 24px 34px;
  background: #000;
}

.member-nav a {
  position: relative;
  display: block;
  padding: 18px 30px 18px 0;
  border-bottom: 1px solid #333;
  font-size: 14px;
  font-weight: 700;
}

.member-nav a::after,
.drawer-nav a::after,
.drawer-member a::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 17px;
  height: 17px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.drawer-member a::after {
  right: 28px;
  width: 12px;
  height: 12px;
}

.site-footer {
  padding: 34px 24px 28px;
  color: #fff;
  background: #000;
}

.footer-follow p {
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 700;
}

.footer-follow ul {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 15px 0;
}

.footer-follow li a {
  display: grid;
  place-items: center;
  min-width: 16px;
  font-weight: 700;
}

.footer-follow li span {
  display: block;
  font-family: var(--font-en);
  font-size: 6px;
  line-height: 1;
}

.footer-follow > a {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}

.copyright {
  margin-top: 24px;
  font-size: 9px;
  color: #777;
}

.icon-crown::before {
  content: "";
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_crown_icon.svg") no-repeat center;
  width: 30px;
  height: 27px;
}

.icon-list::before {
  content: "";
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_vip_icon.svg") no-repeat center;
  width: 30px;
  height: 27px;
}

.icon-mail::before {
  content: "";
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_mucc_q.svg") no-repeat center;
  width: 30px;
  height: 27px;
}

.icon-battle::before {
  content: "";
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_battle_icon.svg") no-repeat center;
  width: 30px;
  height: 27px;
}

.icon-phone::before {
  content: "";
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_mobile_icon.svg") no-repeat center;
  width: 30px;
  height: 27px;
}

.icon-back::before {
  content: "";
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_backnumber_icon.svg") no-repeat center;
  width: 30px;
  height: 27px;
}

.drawer-nav a {
  position: relative;
  display: block;
  padding: 16px 52px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-family: var(--font-en);
  font-size: 31px;
  line-height: 1;
}

.support-btn {
  width: 100%;
  margin-top: 38px;
  padding: 21px 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  text-align: left;
  font-size: 20px;
}

.support-btn span {
  float: right;
  font-size: 36px;
  line-height: 0.6;
}

.footer-icon {
  width: 35px;
  height: 30px;
}

/* =========================================
   ↓クラス修正済み↓
========================================= */
/* ==============================
  HEADER
============================== */
.siteHeader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 0 !important;
}

.siteHeader__inner {
  padding: 24px;
}

.drawerBtn {
  position: relative;
  z-index: 1001;
  width: 38px;
  height: 28px;
  padding: 0;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

.drawerBtn span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.drawerBtn span:nth-child(1) {
  top: 1px;
}

.drawerBtn span:nth-child(2) {
  top: 13px;
}

.drawerBtn span:nth-child(3) {
  top: 25px;
}

.drawerBtn.is-active {
  color: #fff;
}
.drawerBtn.is-active span:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.drawerBtn.is-active span:nth-child(2) {
  opacity: 0;
}
.drawerBtn.is-active span:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

/* ==============================
  DRAWER
============================== */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
}

.drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.drawer.is-open .drawer__overlay {
  opacity: 1;
}

.drawer__panel {
  position: absolute;
  top: 0;
  right: 9vw;
  width: min(100%, 420px);
  height: 100dvh;
  padding: 24px 22px 48px;
  color: #fff;
  background: #111817;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  transform: translateY(-100%);
  transition: transform 0.35s ease;
}

.drawer__panel::-webkit-scrollbar {
  display: none;
}

.drawer.is-open .drawer__panel {
  transform: translateX(0);
}

body.is-menu-open {
  overflow: hidden;
}

.hero__photo,
.hero__photo img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

@media screen and (max-width: 960px) {
  #listBanner .swiper,
  .qa-slider__body {
    touch-action: pan-y;
  }
}
.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}

/* login */
.drawerLogin {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}

.drawerLogin a {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.drawerLogin a::after {
  content: none;
  position: absolute;
  right: -20px;
  bottom: 2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.drawerLogin li:last-child a::after {
  right: -18px;
}

/* close */
.drawerClose {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.drawerClose span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 48px;
  height: 1px;
  background: #fff;
}

.drawerClose span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawerClose span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ==============================
  MEMBER MENU
============================== */
.memberMenu {
  overflow: hidden;
  margin-bottom: 42px;
  color: #111;
  background: #f5f5f5;
  border-radius: 14px;
}

.memberMenu__title {
  margin: 0;
  padding: 20px 28px;
  color: #fff;
  background: #9c9c9c;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.memberMenu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.memberMenu__list li {
  display: flex;
  height: 76px;
  border-bottom: 1px solid #cfcfcf;
}

.memberMenu__list li:last-child {
  border-bottom: none;
}

.memberMenu__list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 12px 52px 12px 28px;
  color: #111;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.memberMenu__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 16px;
  height: 16px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.memberMenu__list a[aria-disabled=true] {
  cursor: default;
}

.memberMenu__list a[aria-disabled=true]::after {
  display: none;
}

.memberMenu__list span {
  display: block;
  margin-top: 0;
  color: #b7a47c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

/* ==============================
  GLOBAL NAV
============================== */
.globalNav {
  margin-top: 34px;
}

.globalNav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.globalNav__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.globalNav__list a {
  position: relative;
  display: block;
  padding: 16px 52px 16px 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.globalNav__list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ==============================
  SUPPORT MENU BUTTON
============================== */
.supportMenuBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 38px;
  padding: 20px 30px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, border-radius 0.25s ease;
}

.supportMenuBtn span {
  font-size: 32px;
  font-weight: 300;
  line-height: 0.8;
  transition: transform 0.25s ease;
}

.supportMenuBtn.is-open {
  background: rgba(255, 255, 255, 0.06);
  border-bottom-color: transparent;
  border-radius: 14px 14px 0 0;
}

/* ==============================
  FOOTER
============================== */
.siteFooter {
  color: #fff;
  background: #000;
}

.footerSns__title {
  margin: 0 0px 15px;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.footerOfficial li + li {
  margin-top: 8px;
}

.footerSupport {
  margin-top: 28px;
}

.nav--support {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav--support li + li {
  margin-top: 6px;
}

.nav--support a {
  color: #999;
  font-size: 13px;
  text-decoration: none;
}

.copyright {
  margin: 24px 0 0;
  color: #777;
  font-size: 9px;
}

/* ==============================
  SP
============================== */
/* =========================================
   BANNER
========================================= */
.topBannerSwiper {
  position: relative;
  overflow: hidden;
  margin: 0 auto 60px;
}

.topBanner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topBanner__item {
  overflow: hidden;
}

.topBanner__item a {
  display: block;
  text-decoration: none;
}

.topBanner__image,
.topBanner__thumb {
  position: relative;
  overflow: hidden;
}

.topBanner__image img,
.topBanner__thumb > img {
  display: block;
  width: 100%;
  height: auto;
}

/* blur版使う場合 */
.topBanner__thumb {
  aspect-ratio: 16/6;
}

.topBanner__thumb > img {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* =========================================
   SWIPER NAVI
========================================= */
.topBannerSwiper .swiper-button-prev,
.topBannerSwiper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.topBannerSwiper .swiper-button-prev:after,
.topBannerSwiper .swiper-button-next:after {
  font-size: 14px;
  font-weight: 700;
}

.topBannerSwiper .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.topBannerSwiper .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 0;
}

.topBannerSwiper .swiper-pagination-bullet-active {
  background: #000;
}

/* =========================================
   PC
========================================= */
.site-bg__text {
  font-family: var(--font-en);
  font-size: min(35vw, 520px);
  font-weight: 600;
  letter-spacing: 0.04em;
  transform: rotate(-14deg);
}

.banner-slider {
  position: relative;
  padding: 0 24px 52px;
}

.banner-slider__viewport {
  overflow: hidden;
}

.banner-slider__track {
  display: flex;
  transition: transform 0.45s ease;
}

.banner-slider__item {
  min-width: 100%;
  padding: 0 8px;
}

.banner-slider__item img {
  aspect-ratio: 300/175;
  -o-object-fit: cover;
  object-fit: cover;
}

/* =========================================
   FINAL ADJUST - Twig class compatible
   対象：fanclub-pc.html.twig / fanclub-pc-index.html.twig
========================================= */
.wrap.page--mucc {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #aaa;
  background-image: linear-gradient(to bottom, #8d8d8d 0%, #5d5d5d 45%, #2b2b2b 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}
.wrap.page--mucc::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(78vw, 1200px);
  aspect-ratio: 1/1;
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_mucc_biglogo.svg") no-repeat center center/contain;
  transform: translate(-50%, -50%) rotate(-5deg);
  pointer-events: none;
}

.content--main {
  position: relative;
  z-index: 1;
}

.section--entry,
.section--profile,
.section--backnumber {
  position: relative;
  width: min(100%, 420px) !important;
  min-height: 70vh;
  margin-right: 9vw !important;
  margin-left: auto !important;
  background: #fff;
}

.page-frame {
  width: min(100%, 420px);
  min-height: 100vh;
  margin-left: auto;
  margin-right: 9vw;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.site-bg img,
.hero__photo img,
.hero__logo img {
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.site-bg img {
  width: min(78vw, 1200px);
  aspect-ratio: 1/1;
  opacity: 1;
  transform: rotate(-5deg);
  background-size: contain !important;
}

.hero__photo img {
  width: 100%;
  aspect-ratio: 420/260;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover !important;
}

.hero__logo img {
  width: 100%;
  aspect-ratio: 115/97;
  background-size: contain !important;
}

/* ==============================
  BANNER - 現Twig #listBanner / .swiper 対応
============================== */
#listBanner .swiper-wrapper,
#listBanner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#listBanner .swiper-slide,
#listBanner li {
  overflow: hidden;
}

#listBanner a {
  display: block;
}

#listBanner img {
  display: block;
  width: 100%;
  aspect-ratio: 300/175;
  -o-object-fit: cover;
  object-fit: cover;
}

#listBanner .swiper-button-wrap {
  position: static;
}

#listBanner .swiper-button-prev,
#listBanner .swiper-button-next {
  position: absolute;
  top: 44%;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  color: currentColor;
  background: transparent;
  border: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

#listBanner .swiper-button-prev {
  left: 0%;
}

#listBanner .swiper-button-next {
  right: 0%;
}

#listBanner .swiper-button-prev::before,
#listBanner .swiper-button-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

#listBanner .swiper-button-prev::before {
  transform: rotate(-45deg);
}

#listBanner .swiper-button-next::before {
  transform: rotate(135deg);
}

#listBanner .swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

#listBanner .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 22px;
  transform: none;
}

#listBanner .swiper-pagination-bullet {
  display: block;
  width: 58px;
  height: 3px;
  margin: 0 !important;
  background: #cfcfcf;
  border-radius: 0;
  opacity: 1;
}

#listBanner .swiper-pagination-bullet-active {
  background: #111;
}

#listBanner .arrow {
  display: none;
}

/* ==============================
  FOOTER - 現Twig .siteFooter 対応
============================== */
.siteFooter {
  width: min(100%, 420px);
  margin-left: auto;
  margin-right: 9vw;
  color: #fff;
  background: #000;
  min-height: 30vh;
}

.siteFooter__inner {
  padding: 34px 24px 28px;
  z-index: 1;
  position: relative;
  background: #000;
}

.footerSns__title {
  margin: 0 0px 15px;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}

.footerSns__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0px 15px;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.footerSns__list a {
  display: grid;
  place-items: center;
  min-width: 16px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.footerSns__list a span {
  margin-top: 9px;
}

.footerOfficial {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px;
}

.footerOfficial li + li {
  margin-top: 10px;
}

.footerOfficial a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.footerOfficial a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: url("/static/mucc/contents/funclub/img/xN2YXmH9_univ_icon.svg") no-repeat center/contain;
  vertical-align: -2px;
}

.footerSupport {
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 0 solid rgba(255, 255, 255, 0.8);
  border-radius: 0 0 14px 14px;
  opacity: 0;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.footerSupport.is-open {
  max-height: 360px;
  margin-top: 0;
  padding: 18px 30px 22px;
  border-width: 0 1px 1px;
  opacity: 1;
}

.nav--support {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav--support li + li {
  margin-top: 6px;
}

.nav--support a {
  color: #999;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
}

.globalNav__list .fa-external-link,
.nav--support .fa-external-link {
  margin-left: 5px;
  font-size: 0.78em;
  vertical-align: 0.08em;
}

.siteFooter .copyright {
  margin: 24px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 1.5;
  justify-content: center;
  display: flex;
}

/* Drawer内 SUPPORT MENU アコーディオン用 */
.supportMenuBtn.is-open span {
  transform: rotate(45deg);
}

.supportMenuPanel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.supportMenuPanel.is-open {
  max-height: 360px;
  margin-top: 18px;
  opacity: 1;
}

/* =========================================
   BANNER SLIDER FIX - 現Twig #listBanner 対応
   ※ controller出力が ul/li でも Swiper構造でも動くように上書き
========================================= */
.section--banner {
  position: relative;
  padding: 0 0 52px;
  background: #fff;
  overflow: hidden;
}

#listBanner {
  position: relative;
  width: 100%;
  overflow: visible;
}

#listBanner .swiper {
  position: relative;
  width: 100%;
  overflow: visible;
}

#listBanner .swiper-wrapper {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

#listBanner .swiper-slide {
  flex: 0 0 80%;
  min-width: 80%;
  padding: 0 8px;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

#listBanner .swiper-slide > a,
#listBanner .swiper-slide a {
  display: block;
  width: 100%;
}

#listBanner .swiper-slide.is-active,
#listBanner .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#listBanner .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 300/175;
  object-fit: cover;
}

#listBanner .swiper-slide img,
#listBanner img {
  display: block;
  width: 100%;
  aspect-ratio: 300/175;
  -o-object-fit: cover;
  object-fit: cover;
}

#listBanner .swiper-button-wrap {
  position: static;
}

#listBanner .swiper-button-prev::after,
#listBanner .swiper-button-next::after,
#listBanner .arrow {
  display: none !important;
}

#listBanner .swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}

#listBanner .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 22px;
  transform: none;
}

#listBanner .swiper-pagination-bullet {
  display: block;
  width: 58px;
  height: 3px;
  margin: 0 !important;
  padding: 0;
  background: #cfcfcf;
  border: 0;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}

#listBanner .swiper-pagination-bullet-active {
  background: #111;
}

/* =========================================
   QA SLIDER FIX
   Twig側の .qa-slider / .qa-cards / .slider-arrow / .slider-dots に対応
========================================= */
.qa-slider {
  position: relative;
  overflow: hidden;
  color: #000;
  background: #aaa;
  padding: 22px 0 0px;
}

.qa-slider__body {
  position: relative;
  overflow: hidden;
}

.qa-cards {
  display: flex;
  gap: 0;
  width: 100%;
  padding: 0;
  transition: transform 0.45s ease;
  will-change: transform;
}

.qa-cards > li {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 52px;
}

.qa-cards > li > a {
  display: block;
  background: #aaa;
  color: #000;
}

.qa-card__image {
  position: relative;
  overflow: hidden;
}

.qa-cards .qa-card__name {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 13px 20px;
  color: #000;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.qa-cards__date {
  display: block;
  margin: 14px 10px 0;
  font-size: 14px;
  line-height: 1;
  color: #444;
}

.qa-cards p {
  margin: 5px 10px 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.qa-slider .slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 36px;
  height: 84px;
  background: transparent;
  transform: translateY(-110%);
}

.qa-slider .slider-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}

.qa-slider .slider-arrow--prev {
  left: 8px;
  border: none;
}

.qa-slider .slider-arrow--prev::before {
  transform: rotate(-45deg);
}

.qa-slider .slider-arrow--next {
  right: 8px;
  border: none;
}

.qa-slider .slider-arrow--next::before {
  transform: rotate(135deg);
}

.qa-slider .slider-dots {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 4;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
}

.qa-slider .slider-dots span,
.qa-slider .slider-dots button {
  display: block;
  width: 58px;
  height: 3px;
  padding: 0;
  background: #cfcfcf;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.qa-slider .slider-dots span.is-active,
.qa-slider .slider-dots button.is-active {
  background: #111;
}

.qa-slider .view-all {
  position: relative;
  z-index: 3;
  padding-right: 24px;
  color: #000;
  transform: translateY(-20px);
}

/* =========================================	
QA SECTION - section--qa / list--qa	
添付カンプ②に合わせたカード型スライダー見た目調整	
========================================= */
.section--qa {
  position: relative;
  overflow: hidden;
  padding: 44px 0 64px;
  color: #000;
  background: #aaa;
}
.section--qa::before, .section--qa::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 22px;
  height: 22px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  opacity: 0.65;
  pointer-events: none;
}
.section--qa::before {
  left: 44px;
  transform: translateY(-50%) rotate(-45deg);
}
.section--qa::after {
  right: 44px;
  transform: translateY(-50%) rotate(135deg);
}
.section--qa .section-tit {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0 42px;
  color: #000;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.section--qa .section-tit::after {
  content: "★3ヶ月VIP（一部）";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.section--qa .list--qa {
  display: flex;
  gap: 64px;
  margin: 0;
  padding: 54px calc((100% - 320px) / 2) 34px;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  scroll-snap-type: x mandatory;
  scrollbar-color: #000 rgba(255, 255, 255, 0.45);
  scrollbar-width: auto;
}
.section--qa .list--qa::-webkit-scrollbar {
  height: 6px;
}
.section--qa .list--qa::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.45);
  border-radius: 999px;
}
.section--qa .list--qa::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 999px;
}
.section--qa .list--qa > li {
  flex: 0 0 320px;
  min-width: 320px;
  scroll-snap-align: center;
}
.section--qa .list--qa a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}
.section--qa .list--qa a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 320/205;
  border: 2px solid #fff;
  background: #000 url("/static/mucc/contents/funclub/img/xN2YXmH9_mucc_biglogo.svg") no-repeat center center/42% auto;
}
.section--qa .list--qa .category {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: -34px 0 0 0;
  padding: 0 12px;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.section--qa .list--qa .date {
  display: block;
  margin-top: 18px;
  color: #000;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}
.section--qa .list--qa .tit {
  margin-top: 8px;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section--qa .view-all {
  margin-top: 4px;
  padding: 0 42px;
  color: #000;
  text-align: right;
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.section--schedule .section__inner {
  padding: 10px 24px 55px;
}
.section--schedule .section-title {
  margin-bottom: 15px;
}
.section--schedule .list--information {
  margin: 0;
  padding: 0;
}
.section--schedule .list--information li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #b8b8b8;
}
.section--schedule .list--information a {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-areas: "date category" "date title";
  column-gap: 15px;
  align-items: center;
  padding: 20px 0;
}
.section--schedule .list--information .date {
  grid-area: date;
  position: relative;
  display: grid;
  place-items: center;
  padding-right: 5px;
  font-family: "new-order", sans-serif;
  font-style: normal;
  line-height: 1;
}
.section--schedule .list--information .date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 90px;
  background: #b8b8b8;
  transform: translateY(-50%);
}
.section--schedule .list--information .date span {
  display: block;
  font-size: 28px;
}
.section--schedule .list--information .date em {
  display: block;
  margin-top: 12px;
  color: #777;
  font-size: 18px;
  font-weight: 300;
}
.section--schedule .list--information .category {
  grid-area: category;
  margin: 0 0 0px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.section--schedule .list--information .tit {
  grid-area: title;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

/* =========================================
schedule list header / filter
========================================= */
.page--schedule .section--header {
  margin-bottom: 28px;
}
.page--schedule .block--month {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 20px;
  border-bottom: 1px solid #b8b8b8;
}
.page--schedule .block--month .tit {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.03em;
}
.page--schedule .block--month .tit span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.page--schedule .month-pager {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--schedule .month-pager a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
}
.page--schedule .block--category {
  margin-top: 20px;
}
.page--schedule .list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--schedule .list--sort label {
  display: block;
  cursor: pointer;
}
.page--schedule .list--sort input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.page--schedule .list--sort .category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  background: transparent;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
.page--schedule .list--sort input:checked + .category {
  color: #fff;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .page--schedule .list--sort label:hover .category {
    opacity: 0.7;
  }
}
.page--schedule .list--schedule {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--schedule .list--schedule > li {
  position: relative;
  min-height: 104px;
  padding: 22px 0 22px 96px;
  border-bottom: 1px solid #b8b8b8;
}
.page--schedule .list--schedule .date--event {
  position: absolute;
  top: 22px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  min-height: 72px;
  margin: 0;
  border: 1px solid #111;
  color: #111;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  text-align: center;
}
.page--schedule .list--schedule .date--event strong {
  display: block;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.page--schedule .list--schedule .date--event .week {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.page--schedule .list--schedule .list__txt {
  position: relative;
}
.page--schedule .list--schedule .list__txt + .list__txt {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.page--schedule .list--schedule .list__txt a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.page--schedule .list--schedule .list__txt .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 8px;
}
.page--schedule .list--schedule .list__txt .category {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin: 0;
  padding: 0 9px;
  color: #000;
  background: #dedede;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page--schedule .list--schedule .list__txt .time {
  margin: 0;
  color: #777;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page--schedule .list--schedule .list__txt .tit {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
@media (hover: hover) and (pointer: fine) {
  .page--schedule .list--schedule .list__txt a:hover .tit {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.page--schedule .list--schedule .no-data {
  min-height: 0;
  padding: 24px 0;
  color: #777;
  font-size: 14px;
}

.nav-icon {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 16px;
}
.nav-icon::before {
  content: "";
  display: block;
  align-self: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nav-icon--join::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_human_icon.svg");
}

.nav-icon--login::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_login_icon.svg");
}

.nav-icon--mypage::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_human_icon.svg");
}

.nav-icon--logout::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_login_icon.svg");
}

.nav-icon--setlist::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_setlist_icon.svg");
}

.nav-icon--qa::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_mucc_q.svg");
}

.nav-icon--battle::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_battle_icon.svg");
}

.nav-icon--mobile::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_mobile_icon.svg");
}

.nav-icon--backnumber::before {
  background-image: url("/static/mucc/contents/funclub/img/xN2YXmH9_backnumber_icon.svg");
}

.memberMenu__list li a {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 16px;
  align-content: center;
  align-items: center;
}

.memberMenu__list li a::before {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

.memberMenu__list li a span {
  display: block;
  grid-column: 2;
  margin: 0;
  font-size: 12px;
  line-height: 1.15;
  opacity: 0.7;
}

.memberMenu__list li a.nav-icon--setlist,
.memberMenu__list li a.nav-icon--qa {
  grid-template-rows: auto auto;
  row-gap: 1px;
  align-items: center;
  line-height: 1.15;
}

.memberMenu__list li a.nav-icon--setlist::before,
.memberMenu__list li a.nav-icon--qa::before {
  grid-row: 1/3;
  margin-top: 0;
}

.memberMenu__list li a.nav-icon--setlist span,
.memberMenu__list li a.nav-icon--qa span {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  text-align: left;
}

/* =========================================	
information section - コンテンツ幅をTOPと揃える
========================================= */
.section--list {
  position: relative;
  background: #fff;
  width: min(100%, 420px) !important;
  margin-left: auto !important;
  margin-right: 9vw !important;
  min-height: 70vh;
  padding: 72px 32px 80px;
}

.page-information__index.category-14 .list--info > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-right: 40px;
}
.page-information__index.category-14 .list--info > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================================	
information section - 見出しをTOPと同じデザインに
========================================= */
.section--list .section-tit {
  margin: 0 0 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b8b8b8;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =========================================	
information section - NEWS一覧の余白
========================================= */
.section--list .list--info {
  margin-top: 0;
}
.section--list .list--info > li {
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b8;
}
.section--list .list--qa {
  margin-top: 0;
}
.section--list .list--qa > li {
  padding: 15px 0;
  border-bottom: 1px solid #b8b8b8;
}
.section--list .list--qa a {
  display: block;
}
.section--list .list--qa .name {
  margin-top: 8px;
  font-size: 12px;
}
.section--list .list--qa .question {
  margin-top: 8px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.section--list .block--area {
  padding: 15px 0;
}
.section--list .tit--q {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.section--list .tit--q span {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.section--list .block__answer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #b8b8b8;
}
.section--list .form {
  margin-top: 20px;
}
.section--list .form dt {
  margin-top: 18px;
  font-size: 13px;
  font-weight: 500;
}
.section--list .form dd {
  margin-top: 8px;
}

.page-qa__detail .section--list .block--area {
  padding-top: 22px;
}
.page-qa__detail .section--list .tit--q {
  margin: 0;
}
.page-qa__detail .section--list .tit--q span,
.page-qa__detail .section--list .block__answer .tit {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 12px;
  padding: 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.page-qa__detail .section--list .tit--q span {
  color: #111;
  background: #fff;
  border: 1px solid #111;
}
.page-qa__detail .section--list .block__answer .tit {
  color: #fff;
  background: #b7a47c;
  border: 1px solid #b7a47c;
}
.page-qa__detail .section--list .name {
  margin: 16px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.6;
}
.page-qa__detail .section--list .name .bold {
  color: #111;
  font-weight: 700;
}
.page-qa__detail .section--list .txt--question {
  padding: 0;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.page-qa__detail .section--list .block__answer {
  margin-top: 30px;
  padding-top: 30px;
}
.page-qa__detail .section--list .block__answer .txt {
  color: #111;
  font-size: 16px;
  line-height: 1.9;
}

.page-qa__list .section--list .block--area {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.page-qa__list .section--list .block--area .txt {
  margin: 0;
  padding: 14px 0 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.page-qa__list .section--list .block--area .btn {
  display: none;
}
.page-qa__list .section--list .block--area .btn--main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-qa__list .section--list .block--area .btn--main:hover {
    color: #111;
    background: #fff;
  }
}
.page-qa__list .section--list .list--qa {
  display: grid;
  gap: 0;
  margin-top: 0;
  padding: 0;
}
.page-qa__list .section--list .list--qa > li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #b8b8b8;
}
.page-qa__list .section--list .list--qa > li.new::before {
  content: "NEW";
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  color: #fff;
  background: #111;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.page-qa__list .section--list .list--qa a {
  position: relative;
  display: block;
  padding: 18px 28px 18px 0;
  color: inherit;
  text-decoration: none;
}
.page-qa__list .section--list .list--qa a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.45;
}
.page-qa__list .section--list .list--qa .date {
  margin: 0 0 8px;
  color: #777;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.page-qa__list .section--list .list--qa .tit {
  margin: 0;
  padding-right: 32px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
.page-qa__list .section--list .list--qa .name {
  width: fit-content;
  margin-top: 10px;
  padding: 4px 9px;
  color: #111;
  background: #f1f1f1;
  font-size: 11px;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .page-qa__list .section--list .list--qa a:hover .tit {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.page-qa__list .section--list .block--pager {
  margin: 36px 0 0;
}

.page-qa__index .section--list .block--qa-entry {
  margin: 0 0 18px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #b8b8b8;
  text-align: center;
}
.page-qa__index .section--list .block--qa-entry .txt {
  margin: 0 0 22px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
.page-qa__index .section--list .block--qa-entry .btn {
  margin: 0;
}
.page-qa__index .section--list .block--qa-entry .btn--main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 280px);
  min-height: 52px;
  padding: 0 28px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: color 0.2s ease, background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-qa__index .section--list .block--qa-entry .btn--main:hover {
    color: #111;
    background: #fff;
  }
}
.page-qa__index .section--list .list--qa {
  display: grid;
  gap: 0;
  margin-top: 0;
  padding: 0;
}
.page-qa__index .section--list .list--qa > li {
  position: relative;
  padding: 28px 0 30px;
  border-bottom: 1px solid #b8b8b8;
}
.page-qa__index .section--list .list--qa > li.new::before {
  content: "NEW";
  position: absolute;
  top: 20px;
  left: -8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: #fff;
  background: #111;
  border-radius: 999px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.page-qa__index .section--list .list--qa a {
  color: inherit;
  text-decoration: none;
}
.page-qa__index .section--list .qa-index__head {
  position: relative;
  display: block;
  width: min(58%, 200px);
}
.page-qa__index .section--list .qa-index__head .tit {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 13px 20px;
  color: #000;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.page-qa__index .section--list .qa-index__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 3/2;
  background: #151515;
}
.page-qa__index .section--list .qa-index__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page-qa__index .section--list .new .qa-index__photo {
  border: 2px solid #111;
}
.page-qa__index .section--list .qa-index__latest {
  display: block;
  margin-top: 14px;
}
.page-qa__index .section--list .qa-index__latest .question {
  overflow: hidden;
  display: -webkit-box;
  margin: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.page-qa__index .section--list .qa-index__latest .date {
  margin: 6px 0 0;
  color: #777;
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.page-qa__edit .section--list .block--area {
  padding-top: 18px;
}
.page-qa__edit .section--list .txt--lead {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-left: 4px solid #111;
  background: #f6f6f6;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.page-qa__edit .section--list .rule {
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
  font-size: 12px;
  line-height: 1.6;
}
.page-qa__edit .section--list .form--post {
  margin-top: 24px;
  padding-top: 4px;
}
.page-qa__edit .section--list .form--post dt {
  margin-top: 22px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b8b8b8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}
.page-qa__edit .section--list .form--post dt:first-child {
  margin-top: 0;
}
.page-qa__edit .section--list .form--post dt span {
  display: block;
  margin-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.page-qa__edit .section--list .form--post dd {
  margin-top: 10px;
}
.page-qa__edit .section--list input[type=text],
.page-qa__edit .section--list textarea {
  width: 100%;
  border: 1px solid #b8b8b8;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
}
.page-qa__edit .section--list input[type=text] {
  min-height: 44px;
  padding: 0 12px;
}
.page-qa__edit .section--list textarea {
  min-height: 180px;
  padding: 12px;
  resize: vertical;
}
.page-qa__edit .section--list input[readonly] {
  background: #f1f1f1;
  color: #777;
}
.page-qa__edit .section--list input[type=text]:focus,
.page-qa__edit .section--list textarea:focus {
  border-color: #111;
  outline: 2px solid rgba(17, 17, 17, 0.12);
  outline-offset: 0;
}
.page-qa__edit .section--list form > .btn {
  margin-top: 20px;
}
.page-qa__edit .section--list .btn--main,
.page-qa__edit .section--list .btn--sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid #111;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.page-qa__edit .section--list .btn--main {
  color: #fff;
  background: #111;
}
.page-qa__edit .section--list .btn--sub {
  color: #111;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .page-qa__edit .section--list .btn--main:hover,
  .page-qa__edit .section--list .btn--sub:hover {
    color: #111;
    background: #f1f1f1;
  }
}

/* =========================================	
information section - タイトル
========================================= */
.section--list .tit {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

/* =========================================	
information section - 日付・カテゴリ
========================================= */
.section--list .detail-tit {
  font-size: 30px;
  margin-bottom: 20px;
}
.section--list .category {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 15px;
  color: #fff;
  background: #111;
  font-size: 12px;
  text-align: center;
}
.section--list .date {
  font-size: 12px;
}

.page-information__index.category-16 .section--list .list--info .category,
.page-information__list.category-16 .section--list .list--info .category {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 14px;
  color: #fff;
  background: #111;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: left;
}

.pager {
  margin-top: 56px;
}

.block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  max-width: 100%;
  padding: 0;
  margin-inline: auto;
}

.block--pager li {
  list-style: none;
}

.block--pager a,
.block--pager span {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  border: 1px solid #b8b8b8;
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.pager__item--current span {
  color: #fff;
  background: #111;
  border-color: #111;
}

.pager__item--prev a,
.pager__item--prev span,
.pager__item--next a,
.pager__item--next span,
.pager__item--newer a,
.pager__item--newer span,
.pager__item--older a,
.pager__item--older span,
.nav__pager--older a,
.nav__pager--older span {
  min-width: 54px;
}

.block--pager span[aria-disabled=true] {
  opacity: 0.35;
  pointer-events: none;
}

.block--pager a {
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .block--pager a:hover {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}
.page-information__index .block--pager .pager__item--current,
.page-information__index .block--pager .pager__item--other,
.page-information__list .block--pager .pager__item--current,
.page-information__list .block--pager .pager__item--other {
  display: none;
}

.page-information__detail .detail__btn,
.page-qa__detail .detail__btn,
.page--faq .detail__btn,
.page--birthday-message .detail__btn,
.page--feature .detail__btn {
  margin: 42px 0 0;
  text-align: center;
}
.page-information__detail .detail__btn a,
.page-qa__detail .detail__btn a,
.page--faq .detail__btn a,
.page--birthday-message .detail__btn a,
.page--feature .detail__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 44px;
  padding: 0 22px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page-information__detail .detail__btn a::before,
.page-qa__detail .detail__btn a::before,
.page--faq .detail__btn a::before,
.page--birthday-message .detail__btn a::before,
.page--feature .detail__btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 11px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .page-information__detail .detail__btn a:hover,
  .page-qa__detail .detail__btn a:hover,
  .page--faq .detail__btn a:hover,
  .page--birthday-message .detail__btn a:hover,
  .page--feature .detail__btn a:hover {
    color: #fff;
    background: #111;
  }
}

.page--schedule.page-information__detail .section--list > .category,
.page-information__detail.category-51 .section--list > .category {
  color: #000 !important;
  background-color: #dedede !important;
}

ul.block--share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.block--share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
ul.block--share i,
ul.block--share img,
ul.block--share svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
ul.block--share i {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
ul.block--share img {
  object-fit: contain;
}
ul.block--share .twitter img {
  filter: brightness(0);
}

.page-information__detail .detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0 0 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid #777;
}
.page-information__detail .detail-meta .category,
.page-information__detail .detail-meta .date,
.page-information__detail .detail-meta .block--share {
  margin: 0;
}
.page-information__detail .detail-meta .block--share {
  margin-left: auto;
}

.page-information__detail.category-1 .detail-meta .category {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  .page-information__detail .detail-meta {
    gap: 10px 16px;
  }
}
.information-category-nav {
  margin: 26px 0 30px;
}
.information-category-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.information-category-nav li {
  flex: 1 1 96px;
}
.information-category-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 7px 12px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.information-category-nav .current a {
  color: #fff;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .information-category-nav a:hover {
    color: #fff;
    background: #111;
  }
}

.information-category-nav--setlist {
  margin-top: 30px;
}
.information-category-nav--setlist .information-category-nav__event,
.information-category-nav--setlist .information-category-nav__tour {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.information-category-nav--setlist .information-category-nav__event {
  margin-bottom: 28px;
}
.information-category-nav--setlist .information-category-nav__heading {
  margin: 0 0 10px;
  padding: 11px 14px;
  color: #111;
  background: #b7a47c;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.information-category-nav--setlist li {
  flex: none;
}
.information-category-nav--setlist a {
  position: relative;
  justify-content: flex-start;
  min-height: 50px;
  padding: 11px 42px 11px 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}
.information-category-nav--setlist a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.page--qa .section--list > .section-tit,
.category-16 .section--list > .section-tit,
.page-information__list .section--list > .section-tit {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  width: 125%;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  transform: scaleX(0.8);
  transform-origin: left top;
}

.category-16 .section--list > .section-tit--setlist {
  margin-bottom: 14px;
}
@media screen and (max-width: 960px) {
  .category-16 .section--list > .section-tit--setlist {
    font-size: 42px;
  }
}

.category-16 .section--list > .setlist-restriction {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  margin: 0 0 30px;
  padding: 5px 13px;
  border-left: 4px solid #b7a47c;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.page-information__index .section--list > .section-tit--news,
.page-information__list .section--list > .section-tit--news {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: none;
}

.section--list > .section-tit-sub {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px;
  padding: 12px 16px;
  border-left: 4px solid #b7a47c;
  color: #111;
  background: #f1f1f1;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 960px) {
  .section--list > .section-tit-sub {
    margin-bottom: 24px;
    padding: 10px 12px;
    border-left-width: 3px;
    font-size: 15px;
    line-height: 1.55;
  }
}
.page-information__index .section--list > .form__select,
.page-information__list .section--list > .form__select {
  position: relative;
  width: 100%;
  margin: 24px 0;
}
.page-information__index .section--list > .form__select form,
.page-information__list .section--list > .form__select form {
  width: 100%;
  margin: 0;
}
.page-information__index .section--list > .form__select select,
.page-information__list .section--list > .form__select select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 10px 46px 10px 14px;
  border: 1px solid #111;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #111;
  background-color: #fff;
  background-image: none;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 960px) {
  .page-information__index .section--list > .form__select select,
  .page-information__list .section--list > .form__select select {
    font-size: 16px;
  }
}
.page-information__index .section--list > .form__select select:focus,
.page-information__list .section--list > .form__select select:focus {
  border-color: #76683f;
  outline: 2px solid rgba(183, 164, 124, 0.35);
  outline-offset: 1px;
}
.page-information__index .section--list > .form__select::after,
.page-information__list .section--list > .form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.page-information__index .section--list.is-filtering .list--info,
.page-information__index .section--list.is-filtering .no-data,
.page-information__index .section--list.is-filtering .block--pager,
.page-information__index .section--list.is-filtering .pager,
.page-information__list .section--list.is-filtering .list--info,
.page-information__list .section--list.is-filtering .no-data,
.page-information__list .section--list.is-filtering .block--pager,
.page-information__list .section--list.is-filtering .pager {
  opacity: 0.35;
  pointer-events: none;
}

/* 404 / common error page */
@media screen and (min-width: 961px) {
  .page--404 .wrap.page--mucc,
  .page--500 .wrap.page--mucc,
  .page-500 .wrap.page--mucc,
  .page--505 .wrap.page--mucc,
  .page-505 .wrap.page--mucc,
  .page--error .wrap.page--mucc,
  .page-error .wrap.page--mucc {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .page--404 .content--main,
  .page--500 .content--main,
  .page-500 .content--main,
  .page--505 .content--main,
  .page-505 .content--main,
  .page--error .content--main,
  .page-error .content--main {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .page--404 .content--main > .section--list,
  .page--500 .content--main > .section--list,
  .page-500 .content--main > .section--list,
  .page--505 .content--main > .section--list,
  .page-505 .content--main > .section--list,
  .page--error .content--main > .section--list,
  .page-error .content--main > .section--list {
    flex: 1 0 auto;
    min-height: 0;
  }
  .page--404 .siteFooter,
  .page--500 .siteFooter,
  .page-500 .siteFooter,
  .page--505 .siteFooter,
  .page-505 .siteFooter,
  .page--error .siteFooter,
  .page-error .siteFooter {
    flex-shrink: 0;
    margin-top: auto;
  }
}
.page--404 .section--list,
.page--500 .section--list,
.page-500 .section--list,
.page--505 .section--list,
.page-505 .section--list,
.page--error .section--list,
.page-error .section--list,
.error-page,
.block--error {
  box-sizing: border-box;
  min-height: 55vh;
  padding-top: clamp(96px, 12vw, 140px);
  padding-bottom: clamp(72px, 10vw, 110px);
  color: #111;
  background: #fff;
  text-align: center;
}

.page--404 .section-tit,
.page--500 .section-tit,
.page-500 .section-tit,
.page--505 .section-tit,
.page-505 .section-tit,
.page--error .section-tit,
.page-error .section-tit,
.error-page h1,
.block--error h1 {
  margin: 0 0 28px;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: clamp(36px, 6vw, 50px);
  font-weight: 700;
  line-height: 1.15;
}

.page--404 .txt,
.page--500 .txt,
.page-500 .txt,
.page--505 .txt,
.page-505 .txt,
.page--error .txt,
.page-error .txt,
.error-page p,
.block--error p {
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 2;
}

.page--404 .section--list .btn a,
.page--404 .section--list a.btn--sub,
.page--500 .section--list .btn a,
.page--500 .section--list a.btn--sub,
.page-500 .section--list .btn a,
.page-500 .section--list a.btn--sub,
.page--505 .section--list .btn a,
.page--505 .section--list a.btn--sub,
.page-505 .section--list .btn a,
.page-505 .section--list a.btn--sub,
.page--error .section--list .btn a,
.page--error .section--list a.btn--sub,
.page-error .section--list .btn a,
.page-error .section--list a.btn--sub,
.error-page .btn a,
.error-page a.btn--sub,
.block--error .btn a,
.block--error a.btn--sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 50px;
  margin-top: 34px;
  padding: 12px 24px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
  font-weight: 600;
  text-decoration: none;
}

.page-information__list .section--list > .block--pager {
  margin-top: 36px;
}

.section--list .txt {
  padding: 20px 0 0;
}

p.detail--tit {
  padding-bottom: 18px;
  border-bottom: 1px solid #b8b8b8;
  font-size: clamp(25px, 3vw, 33px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* =========================================	
wallpaper
========================================= */
.page--wallpaper .section--list {
  background: #fff;
}
.page--wallpaper .categoryList,
.page--wallpaper .list--contents {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--wallpaper .categoryList > li,
.page--wallpaper .list--contents > li {
  padding: 0 0 22px;
  border-bottom: 1px solid #b8b8b8;
}
.page--wallpaper .categoryList a,
.page--wallpaper .list--contents a {
  color: inherit;
  text-decoration: none;
}
.page--wallpaper .categoryList img,
.page--wallpaper .list--contents .thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  max-width: none !important;
  max-height: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #e2e2e2;
  object-fit: cover;
}
.page--wallpaper .categoryList .date,
.page--wallpaper .titArea .date {
  margin: 12px 0 0;
  color: #777;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.page--wallpaper .categoryList .tit,
.page--wallpaper .list--contents .tit,
.page--wallpaper .titArea .tit {
  margin: 10px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.page--wallpaper .list--contents .thumb {
  margin: 0;
}
.page--wallpaper .block--wp-size {
  margin-top: 14px;
}
.page--wallpaper .block--wp-size ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--wallpaper .block--wp-size a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #111;
  border: 1px solid #111;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1;
  transition: color 0.2s ease, background 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page--wallpaper .block--wp-size a:hover {
    color: #fff;
    background: #111;
  }
}
.page--wallpaper .block--wp-size span {
  margin-left: 2px;
  font-size: 10px;
}
.page--wallpaper .titArea {
  padding-bottom: 18px;
  border-bottom: 1px solid #b8b8b8;
}
.page--wallpaper .txtArea {
  padding-top: 22px;
}
.page--wallpaper .txtArea .ph {
  margin: 0;
}
.page--wallpaper .section--wallpaper-download .ph {
  margin: 0;
}
.page--wallpaper .wpMain,
.page--wallpaper .section--wallpaper-download .ph img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e2e2e2;
}
.page--wallpaper .txtArea .txt,
.page--wallpaper .txt,
.page--wallpaper .txt--sub {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.page--wallpaper .txt--sub {
  margin-top: 16px;
  color: #777;
  font-size: 12px;
}
.page--wallpaper .btn {
  margin-top: 24px;
  text-align: center;
}
.page--wallpaper .btn--main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 240px);
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.page--wallpaper .detail__btn {
  margin: 42px 0 0;
  text-align: center;
}
.page--wallpaper .detail__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 44px;
  padding: 0 22px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page--wallpaper .detail__btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 11px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .page--wallpaper .detail__btn a:hover {
    color: #fff;
    background: #111;
  }
}
.page--wallpaper .block--pager {
  margin-top: 36px;
}
.page--wallpaper #next {
  margin-top: 28px;
  text-align: center;
}
.page--wallpaper #next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 38px;
  color: #111;
  border: 1px solid #b8b8b8;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.page--wallpaper #next a::before {
  content: "MORE";
}

/* =========================================
questionnaire
========================================= */
.page--questionnaire .content--main > section {
  box-sizing: border-box;
  width: min(100%, 420px);
  min-height: 70vh;
  margin-right: 9vw;
  margin-left: auto;
  padding: 72px 32px 80px;
  background: #fff;
}
.page--questionnaire .section-tit {
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b8b8b8;
  color: #111;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}
.page--questionnaire .txt,
.page--questionnaire .txt--basic {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.page--questionnaire #questionnaire_form {
  min-width: 0;
}
.page--questionnaire .form--post {
  margin: 32px 0 0;
}
.page--questionnaire .form--post dt {
  margin: 24px 0 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.page--questionnaire .form--post dt:first-child {
  margin-top: 0;
}
.page--questionnaire .form--post dd {
  min-width: 0;
  margin: 9px 0 0;
}
.page--questionnaire .form__select {
  width: 100%;
  min-width: 0;
}
.page--questionnaire input[type=text],
.page--questionnaire input[type=tel],
.page--questionnaire input[type=email],
.page--questionnaire input[type=number],
.page--questionnaire input[type=password],
.page--questionnaire input[type=url],
.page--questionnaire textarea,
.page--questionnaire select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  color: #111;
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}
.page--questionnaire input[type=text],
.page--questionnaire input[type=tel],
.page--questionnaire input[type=email],
.page--questionnaire input[type=number],
.page--questionnaire input[type=password],
.page--questionnaire input[type=url],
.page--questionnaire select {
  min-height: 46px;
  padding: 9px 12px;
}
.page--questionnaire textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}
.page--questionnaire input.input--quarter {
  width: min(100%, 180px);
}
.page--questionnaire input[type=text]:focus,
.page--questionnaire input[type=tel]:focus,
.page--questionnaire input[type=email]:focus,
.page--questionnaire input[type=number]:focus,
.page--questionnaire input[type=password]:focus,
.page--questionnaire input[type=url]:focus,
.page--questionnaire textarea:focus,
.page--questionnaire select:focus {
  border-color: #111;
  outline: 2px solid rgba(183, 164, 124, 0.35);
  outline-offset: 1px;
}
.page--questionnaire .form__checkbox,
.page--questionnaire .form__radio,
.page--questionnaire .form--horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--questionnaire .form__checkbox li + li,
.page--questionnaire .form__radio li + li,
.page--questionnaire .form--horizontal li + li {
  margin-top: 8px;
}
.page--questionnaire .form__checkbox label,
.page--questionnaire .form__radio label,
.page--questionnaire .form--horizontal label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.page--questionnaire .form__checkbox input,
.page--questionnaire .form__radio input,
.page--questionnaire .form--horizontal input {
  flex: 0 0 auto;
  margin: 0.35em 0 0;
}
.page--questionnaire .form__checkbox p,
.page--questionnaire .form__radio p,
.page--questionnaire .form--horizontal p {
  margin: 0;
  line-height: 1.6;
}
.page--questionnaire .form--confirm {
  margin: 28px 0 0;
}
.page--questionnaire .form--confirm dt {
  margin: 22px 0 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.page--questionnaire .form--confirm dd {
  margin: 0;
  padding: 14px 0 18px;
  border-bottom: 1px solid #dedede;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.page--questionnaire .btn {
  margin: 16px 0 0;
  text-align: center;
}
.page--questionnaire .btn--main,
.page--questionnaire .btn--sub {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 280px);
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid #111;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page--questionnaire .btn--main {
  color: #fff;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .page--questionnaire .btn--main:hover {
    color: #111;
    background: #fff;
  }
}
.page--questionnaire .btn--sub {
  color: #111;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .page--questionnaire .btn--sub:hover {
    color: #fff;
    background: #111;
  }
}
.page--questionnaire.complete .txt--basic {
  margin-top: 36px;
  text-align: center;
}
.page--questionnaire.complete .btn {
  margin-top: 30px;
}
.page--questionnaire.complete .btn--sub {
  color: #fff;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .page--questionnaire.complete .btn--sub:hover {
    color: #111;
    background: #fff;
  }
}

/* =========================================
faq
========================================= */
.page--faq .searchBox {
  margin: 28px 0 38px;
}
.page--faq .searchBox form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  border: 1px solid #111;
}
.page--faq .searchBox input {
  box-sizing: border-box;
  min-width: 0;
  height: 48px;
  border: 0;
  border-radius: 0;
  appearance: none;
}
.page--faq .searchBox input[type=text] {
  padding: 0 14px;
  color: #111;
  background: #fff;
  font-size: 14px;
  outline: none;
}
.page--faq .searchBox input[type=submit] {
  color: #fff;
  background: #111;
  font-family: FontAwesome, sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.page--faq .list--tag {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}
.page--faq .list--tag li {
  min-width: 0;
}
.page--faq .list--tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.page--faq .list--tag a:focus-visible {
  color: #fff;
  background: #111;
}
@media (hover: hover) and (pointer: fine) {
  .page--faq .list--tag a:hover {
    color: #fff;
    background: #111;
  }
}
.page--faq .tit--category {
  scroll-margin-top: 96px;
  margin: 38px 0 0;
  padding: 0 0 12px;
  border-bottom: 2px solid #111;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.page--faq .list--faq {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--faq .list--faq li {
  border-bottom: 1px solid #b8b8b8;
}
.page--faq .list--faq a {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px 28px 14px 0;
  color: #111;
  text-decoration: none;
}
.page--faq .list--faq a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.page--faq .list--faq .icon--q {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background: #111;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.page--faq .list--faq .tit,
.page--faq .list--faq .txt {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.page--faq .block--faq-detail {
  margin: 0;
}
.page--faq .block--faq-detail dt,
.page--faq .block--faq-detail dd {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #b8b8b8;
}
.page--faq .block--faq-detail .icon--q,
.page--faq .block--faq-detail .icon--a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  line-height: 1;
}
.page--faq .block--faq-detail .icon--q {
  background: #111;
}
.page--faq .block--faq-detail .icon--a {
  background: #b7a47c;
}
.page--faq .block--faq-detail .txt {
  margin: 0;
  padding: 4px 0 0;
  color: #111;
  font-size: 14px;
  line-height: 1.8;
}
.page--faq .block--faq-detail .txt img {
  max-width: 100%;
  height: auto;
}
.page--faq .block--contact {
  margin-top: 40px;
  padding: 20px;
  color: #111;
  background: #f1f1f1;
  border-left: 4px solid #111;
}
.page--faq .block--contact .txt {
  margin: 0 0 12px;
  padding: 0;
  font-size: 13px;
  line-height: 1.7;
}
.page--faq .block--contact p {
  margin: 0;
}
.page--faq .block--contact a {
  color: #111;
  font-weight: 700;
  text-underline-offset: 3px;
}
.page--faq .txt--no-data {
  margin: 30px 0 0;
  padding: 24px 0;
  color: #777;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .page--questionnaire .content--main > section {
    width: 100%;
    margin: 0;
    padding: 98px 24px 64px;
  }
  .page--questionnaire .section-tit {
    font-size: 28px;
  }
}
@media screen and (min-width: 961px) {
  .site-header {
    right: 34px;
  }
  .site-footer {
    min-height: 300px;
  }
  .topBannerSwiper {
    max-width: 720px;
  }
}
@media screen and (min-width: 961px) {
  .pc-sideInfo {
    position: fixed;
    left: 64px;
    bottom: 70px;
    z-index: 2;
    color: #fff;
  }
  .pc-sideInfo__title {
    margin-bottom: 24px;
    font-family: var(--font-en);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
  .pc-sideInfo__sns {
    display: flex;
    align-items: baseline;
    gap: 26px;
    margin-bottom: 34px;
  }
  .pc-sideInfo__sns a {
    display: grid;
    place-items: center;
    min-width: 24px;
    color: #fff;
    font-family: var(--font-en);
    font-size: 13px;
    line-height: 1;
  }
  .pc-sideInfo__sns span {
    display: block;
    margin-top: 7px;
    font-size: 8px;
    font-weight: 400;
  }
  .pc-sideInfo__links li + li {
    margin-top: 16px;
  }
  .pc-sideInfo__links a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .pc-sideInfo__links a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url("/static/mucc/contents/funclub/img/xN2YXmH9_univ_icon.svg") no-repeat center/contain;
    vertical-align: -2px;
  }
  .pc-sideInfo__copy {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
  }
  .pc-scrollDown {
    position: fixed;
    right: 54px;
    bottom: 70px;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 22px;
    color: #fff;
  }
  .pc-scrollDown span {
    writing-mode: vertical-rl;
    font-family: var(--font-en);
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .pc-scrollDown i {
    position: relative;
    display: block;
    width: 1px;
    height: 110px;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
  }
  .pc-scrollDown i::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40%;
    width: 1px;
    height: 40%;
    background: #fff;
    animation: scrollDownLine 1.8s ease-in-out infinite;
  }
  @keyframes scrollDownLine {
    0% {
      top: -40%;
    }
    100% {
      top: 100%;
    }
  }
}
@media screen and (min-width: 961px) {
  .pc-fixed {
    display: block;
  }
  .pc-sideInfo,
  .pc-scrollDown {
    display: block;
  }
}
/* =========================================	
information section 
========================================= */
.section--list {
  width: min(100%, 420px) !important;
  margin-left: auto !important;
  margin-right: 9vw !important;
  min-height: 70vh;
}

.section--list .section-tit {
  font-size: 56px;
}

@media screen and (max-width: 960px) {
  body {
    background: #fff;
  }
  .wrap.page--mucc {
    background: #fff;
  }
  .wrap.page--mucc::before {
    display: none;
  }
  .site-bg {
    display: none;
  }
  .page-frame {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .site-header {
    top: 16px;
    right: 16px;
  }
  .menu-btn span {
    background: #fff;
  }
  .hero__auth {
    font-size: 24px;
  }
  .section__inner {
    padding-inline: 16px;
  }
  .member__title {
    padding-inline: 16px;
  }
  .site-footer {
    padding-inline: 16px;
  }
  .siteHeader__inner {
    padding: 16px;
  }
  .drawerBtn span {
    background: currentColor;
  }
  .drawer__panel {
    right: 0;
    width: 100%;
    padding: 24px 22px 46px;
  }
  .drawerLogin a {
    font-size: 18px;
  }
  .memberMenu__title {
    font-size: 30px;
  }
  .memberMenu__list a {
    font-size: 21px;
  }
  .globalNav__list a {
    font-size: 28px;
  }
  .wrap.page--mucc {
    background: #fff;
  }
  .page-frame,
  .siteFooter {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .section--banner {
    padding-inline: 16px;
  }
  #listBanner .swiper-button-prev {
    left: -16px;
  }
  #listBanner .swiper-button-next {
    right: -16px;
  }
  .siteFooter__inner {
    padding-inline: 16px;
  }
  .footerSns__title {
    margin: 0 5px 15px;
  }
  .footerSns__list {
    gap: 14px;
    margin: 0 4px 15px;
  }
  .section--banner {
    padding-inline: 16px;
  }
  #listBanner .swiper-button-prev {
    left: -16px;
  }
  #listBanner .swiper-button-next {
    right: -16px;
  }
  .section--qa {
    padding: 40px 0 58px;
  }
  .section--qa::before {
    left: 34px;
  }
  .section--qa::after {
    right: 34px;
  }
  .section--qa .section-tit {
    gap: 18px;
    padding: 0 42px;
    font-size: 38px;
  }
  .section--qa .section-tit::after {
    min-height: 34px;
    padding: 0 14px;
    font-size: 13px;
  }
  .section--qa .list--qa {
    gap: 64px;
    padding: 54px calc((100% - 320px) / 2) 34px;
  }
  .section--qa .list--qa > li {
    flex-basis: 320px;
    min-width: 320px;
  }
  .section--qa .view-all {
    padding: 0 42px;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .pc-sideInfo,
  .pc-scrollDown,
  .pc-fixed {
    display: none;
  }
}
/* =========================================	
information section 
========================================= */
@media screen and (max-width: 960px) {
  .section--list {
    padding: 98px 24px 64px;
  }
  .section--list,
  .section--entry,
  .section--profile,
  .section--backnumber {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .section--list .section-tit {
    font-size: 42px;
  }
}
@media screen and (max-width: 960px) {
  .pager {
    margin-top: 42px;
  }
  .block--pager {
    gap: 12px;
  }
  .pager__item--prev a,
  .pager__item--prev span,
  .pager__item--next a,
  .pager__item--next span {
    min-width: 68px;
  }
  .pager__item--number {
    display: grid;
    place-items: center;
    min-width: 64px;
    height: 42px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
  }
}
.section--entry {
  box-sizing: border-box;
  padding: 0 32px 80px;
  background: #f0f0f0;
  color: #0a0a0a;
}
.section--entry *,
.section--entry *::before,
.section--entry *::after {
  box-sizing: border-box;
}

.entry-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.entry-hero {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  margin: 0 -32px;
  padding: 72px 24px 48px;
  overflow: hidden;
  isolation: isolate;
}
.entry-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0.58), rgba(240, 240, 240, 0.96));
}
.entry-hero__photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.entry-hero__logo {
  width: min(62%, 205px);
}
.entry-hero__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.entry-hero__lead {
  margin: 48px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.entry-section {
  margin-top: 68px;
}
.entry-section--contents {
  margin-top: 0;
  padding-top: 58px;
}
.entry-section__title {
  margin: 0 0 28px;
  color: #0a0a0a;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.02em;
}
.entry-section__title--ja {
  padding-bottom: 14px;
  border-bottom: 2px solid #0a0a0a;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}

.entry-benefits {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-benefit {
  padding: 18px 16px 17px;
  background: #fff;
  border-top: 2px solid #0a0a0a;
}
.entry-benefit__heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
}
.entry-benefit__heading span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
  color: #fff;
  background: #0a0a0a;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.entry-benefit__heading h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.entry-benefit > p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
}
.entry-benefit__note {
  margin-top: 6px !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
  opacity: 0.65;
}

.entry-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.entry-table th,
.entry-table td {
  padding: 15px 13px;
  border: 1px solid rgba(10, 10, 10, 0.65);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.entry-table th {
  width: 100px;
  background: rgba(10, 10, 10, 0.05);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.entry-table small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.65;
  opacity: 0.72;
}
.entry-table ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-table ul li {
  position: relative;
  padding-left: 10px;
}
.entry-table ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.entry-table--environment th,
.entry-table--environment td {
  padding: 14px 11px;
  font-size: 11px;
}

.entry-note {
  margin: 18px 0 0;
  font-size: 10px;
  line-height: 1.7;
  opacity: 0.55;
}

.entry-join {
  margin: 64px 0 0;
}
.entry-join a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 16px 20px;
  color: #fff;
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .entry-join a:hover {
    color: #0a0a0a;
    background: #fff;
  }
}

@media screen and (max-width: 960px) {
  .section--entry {
    padding: 0 24px 64px;
  }
  .entry-hero {
    min-height: 540px;
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 64px;
  }
  .entry-hero__lead {
    font-size: 13px;
  }
  .entry-section {
    margin-top: 58px;
  }
  .entry-section--contents {
    margin-top: 0;
    padding-top: 50px;
  }
  .entry-section__title {
    font-size: 32px;
  }
  .entry-section__title--ja {
    font-size: 22px;
  }
  .entry-table th {
    width: 90px;
  }
}
.section--profile,
.section--profile *,
.section--profile *::before,
.section--profile *::after {
  box-sizing: border-box;
}

.profile-visual {
  margin: 30px 0 0;
  overflow: hidden;
  border: 1px solid #111;
  background: #111;
}
.profile-visual--group {
  margin-right: -32px;
  margin-left: -32px;
  border-right: 0;
  border-left: 0;
}
.profile-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.profile-visual figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 15px 18px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.profile-visual figcaption span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.profile-memberNav {
  margin-top: 28px;
  border-top: 1px solid #111;
}
.profile-memberNav a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 72px;
  padding: 18px 48px 18px 18px;
  color: #111;
  border-bottom: 1px solid #111;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.profile-memberNav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .profile-memberNav a:hover {
    color: #fff;
    background: #111;
  }
}
.profile-memberNav__name {
  font-size: 19px;
  font-weight: 700;
}
.profile-memberNav__part {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.profile-bio {
  margin-top: 34px;
}
.profile-bio__heading {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 2px solid #111;
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
.profile-bio dl {
  margin: 0;
}
.profile-bio__row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #b8b8b8;
}
.profile-bio dt,
.profile-bio dd {
  margin: 0;
  line-height: 1.6;
}
.profile-bio dt {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.profile-bio dd {
  font-size: 14px;
  font-weight: 500;
}

.profile-social {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
.profile-social__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #111;
  color: #111;
  font-size: 14px;
  font-weight: 500;
}
.profile-social__item img {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}

a.profile-social__item {
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  a.profile-social__item:hover {
    color: #fff;
    background: #111;
  }
  a.profile-social__item:hover img {
    filter: brightness(0) invert(1);
  }
}

.profile-back {
  margin: 34px 0 0;
}
.profile-back a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 18px;
  color: #fff;
  background: #111;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.profile-back a::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 12px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .profile-back a:hover {
    opacity: 0.72;
  }
}

@media screen and (max-width: 960px) {
  .profile-visual--group {
    margin-right: -24px;
    margin-left: -24px;
  }
  .profile-memberNav {
    margin-top: 24px;
  }
  .profile-memberNav a {
    min-height: 68px;
    padding-left: 14px;
  }
  .profile-bio__row {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }
}
.section--backnumber {
  box-sizing: border-box;
}
.section--backnumber .section-tit {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  width: 125%;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  transform: scaleX(0.8);
  transform-origin: left top;
}

.section--backnumber *,
.section--backnumber *::before,
.section--backnumber *::after {
  box-sizing: border-box;
}

.backnumber-category {
  margin-top: 42px;
}

.backnumber-category__title {
  margin: 0 0 18px;
  padding-left: 12px;
  border-left: 4px solid #111;
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.backnumber-contents {
  padding: 20px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.backnumber-contents__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.backnumber-contents__title span {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 500;
  vertical-align: 2px;
}

.backnumber-bannerList {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.backnumber-bannerList li {
  overflow: hidden;
  border: 1px solid #111;
  background: #111;
  line-height: 0;
}

.backnumber-bannerList img {
  display: block;
  width: 100%;
  height: auto;
}

.backnumber-bannerList__pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0 !important;
  background: transparent !important;
}

.backnumber-bannerList__pair img {
  height: 100%;
  border: 1px solid #111;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .backnumber-category {
    margin-top: 34px;
  }
  .backnumber-category__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .backnumber-contents {
    padding: 17px 16px;
  }
  .backnumber-contents__title span {
    display: block;
    width: fit-content;
    margin: 6px 0 0;
  }
  .backnumber-bannerList {
    gap: 14px;
  }
}
.support-page {
  box-sizing: border-box;
  padding: 72px 32px 80px;
  background: #fff;
  color: #111;
}
.support-page *,
.support-page *::before,
.support-page *::after {
  box-sizing: border-box;
}
.support-page__inner {
  width: 100%;
}
.support-page__title {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 20px;
  border-bottom: 2px solid #111;
  color: #111;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.support-page__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 72px;
  height: 4px;
  background: #b7a47c;
}
.support-page__lead {
  position: relative;
  margin: 0 0 38px;
  padding: 20px 20px 20px 24px;
  border: 1px solid #111;
  background: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.95;
}
.support-page__lead::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 5px;
  background: #b7a47c;
}
.support-page__lead p {
  margin: 0;
}
.support-page__lead p + p {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dedede;
}
.support-page__list {
  margin: 0;
}
.support-page__heading {
  position: relative;
  margin: 28px 0 0;
  padding: 14px 16px 14px 20px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}
.support-page__heading::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 6px;
  background: #b7a47c;
}
.support-page__heading:first-child {
  margin-top: 0;
}
.support-page__body {
  margin: 0;
  padding: 18px 18px 20px;
  border: 1px solid #dedede;
  border-top: 0;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  line-height: 1.95;
  overflow-wrap: anywhere;
}
.support-page__body p {
  margin: 0;
}
.support-page__body p + p {
  margin-top: 12px;
}
.support-page__body ul,
.support-page__body ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.support-page__body > ul > li + li,
.support-page__body > ol > li + li {
  padding-top: 10px;
  border-top: 1px dashed #c8c8c8;
}
.support-page__body p + ul,
.support-page__body p + ol,
.support-page__body ul + p,
.support-page__body ol + p {
  margin-top: 14px;
}
.support-page__body .list--inner {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 14px 14px 14px 16px;
  border-left: 3px solid #b7a47c;
  background: #eeece7;
  font-size: 13px;
  line-height: 1.85;
}
.support-page__body a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #b7a47c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .support-page__body a:hover {
    opacity: 0.65;
  }
}
.support-page .txt--sub {
  color: #555;
  font-size: 12px;
  line-height: 1.8;
}
.support-page__revision {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid #111;
  color: #555;
  font-size: 12px;
  line-height: 1.85;
  text-align: right;
}
.support-page__revision p {
  margin: 0;
}
.support-page__revision p + p {
  margin-top: 3px;
}
.support-page--deals .support-page__title, .support-page--terms .support-page__title, .support-page--device .support-page__title, .support-page--payment .support-page__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
}
.support-page--deals .support-page__lead, .support-page--terms .support-page__lead, .support-page--device .support-page__lead, .support-page--payment .support-page__lead {
  margin-bottom: 34px;
  padding: 18px 20px;
  border: 0;
  border-left: 4px solid #b7a47c;
  background: #f1f0ec;
}
.support-page--deals .support-page__lead::before, .support-page--terms .support-page__lead::before, .support-page--device .support-page__lead::before, .support-page--payment .support-page__lead::before {
  display: none;
}
.support-page--deals .support-page__list, .support-page--terms .support-page__list, .support-page--device .support-page__list, .support-page--payment .support-page__list {
  border-top: 1px solid #111;
}
.support-page--deals .support-page__heading, .support-page--terms .support-page__heading, .support-page--device .support-page__heading, .support-page--payment .support-page__heading {
  margin: 0;
  padding: 24px 0 9px;
  border: 0;
  border-bottom: 1px solid #b7a47c;
  background: transparent;
  color: #111;
  font-size: 16px;
}
.support-page--deals .support-page__heading::before, .support-page--terms .support-page__heading::before, .support-page--device .support-page__heading::before, .support-page--payment .support-page__heading::before {
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  width: 42px;
  height: 3px;
}
.support-page--deals .support-page__body, .support-page--terms .support-page__body, .support-page--device .support-page__body, .support-page--payment .support-page__body {
  padding: 14px 0 26px;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  background: transparent;
  color: #303030;
  line-height: 1.9;
}
.support-page--deals .support-page__body > p:first-child:last-child, .support-page--terms .support-page__body > p:first-child:last-child, .support-page--device .support-page__body > p:first-child:last-child, .support-page--payment .support-page__body > p:first-child:last-child {
  font-weight: 500;
}
.support-page--deals .support-page__address {
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  margin: 16px 0 2px;
  padding: 14px 16px;
  background: #f1f0ec;
}
.support-page--deals .support-page__address p:first-child {
  font-weight: 700;
}
.support-page--device .support-page__body {
  line-height: 2;
}
.support-page--payment .support-page__title {
  overflow-wrap: anywhere;
}
.support-page--payment .payment-details__course {
  margin: 0;
}
.support-page--payment .payment-details__course-title {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 13px;
  border-bottom: 1px solid #b8b8b8;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.support-page--payment .payment-details__course-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 4px;
  background: #b7a47c;
}
.support-page--payment .payment-details__method {
  display: block;
  margin: 0 0 34px;
  scroll-margin-top: 120px;
}
.support-page--payment .payment-details__method:last-child {
  margin-bottom: 0;
}
.support-page--payment .payment-details__method-title {
  margin: 0 0 12px;
  padding: 2px 0 2px 13px;
  border-left: 4px solid #b7a47c;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.support-page--payment .payment-details__method-body {
  margin: 0;
}
.support-page--payment .payment-details__table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: #303030;
}
.support-page--payment .payment-details__table th,
.support-page--payment .payment-details__table td {
  padding: 14px 12px;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}
.support-page--payment .payment-details__table th {
  width: 108px;
  background: #eeece7;
  color: #111;
  font-weight: 700;
}
.support-page--payment .payment-details__table td {
  background: #fff;
}
.support-page--payment .payment-details__note {
  display: inline-block;
  margin-top: 6px;
  padding-left: 1em;
  color: #555;
  font-size: 11px;
  line-height: 1.75;
  text-indent: -1em;
}
.support-page--payment #docomo {
  scroll-margin-top: 120px;
}

.page--faq .section--list > .section-tit {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 18px;
  border-bottom: 1px solid #b8b8b8;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: none;
  transform: none;
  overflow-wrap: anywhere;
}
.page--faq .section--list > .section-tit::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 72px;
  height: 4px;
  background: #b7a47c;
}

@media screen and (max-width: 960px) {
  .support-page {
    padding: 98px 24px 64px;
  }
  .support-page__title {
    margin-bottom: 28px;
    padding-bottom: 16px;
    font-size: 32px;
  }
  .support-page__title::after {
    width: 58px;
  }
  .support-page__lead {
    margin-bottom: 32px;
    padding: 17px 16px 17px 20px;
    font-size: 13px;
    line-height: 1.9;
  }
  .support-page__heading {
    margin-top: 24px;
    padding: 12px 13px 12px 17px;
    font-size: 15px;
  }
  .support-page__body {
    padding: 16px 14px 18px;
    font-size: 13px;
    line-height: 1.9;
  }
  .support-page__body .list--inner {
    padding: 12px 12px 12px 14px;
    font-size: 12px;
  }
  .support-page--deals .support-page__lead, .support-page--terms .support-page__lead, .support-page--device .support-page__lead, .support-page--payment .support-page__lead {
    margin-bottom: 28px;
    padding: 15px 16px;
  }
  .support-page--deals .support-page__heading, .support-page--terms .support-page__heading, .support-page--device .support-page__heading, .support-page--payment .support-page__heading {
    padding-top: 20px;
    font-size: 15px;
  }
  .support-page--deals .support-page__body, .support-page--terms .support-page__body, .support-page--device .support-page__body, .support-page--payment .support-page__body {
    padding: 12px 0 22px;
  }
  .support-page--deals .support-page__address {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 12px 14px;
  }
  .support-page--payment .support-page__title {
    font-size: 26px;
    line-height: 1.45;
  }
  .support-page--payment .payment-details__course-title {
    margin-bottom: 24px;
    font-size: 17px;
  }
  .support-page--payment .payment-details__method {
    margin-bottom: 30px;
    scroll-margin-top: 90px;
  }
  .support-page--payment .payment-details__method-title {
    font-size: 13px;
  }
  .support-page--payment .payment-details__table,
  .support-page--payment .payment-details__table tbody,
  .support-page--payment .payment-details__table tr,
  .support-page--payment .payment-details__table th,
  .support-page--payment .payment-details__table td {
    display: block;
    width: 100%;
  }
  .support-page--payment .payment-details__table tr + tr {
    margin-top: 12px;
  }
  .support-page--payment .payment-details__table th {
    padding: 9px 11px;
    border-bottom: 0;
    font-size: 12px;
  }
  .support-page--payment .payment-details__table th br.sp {
    display: none;
  }
  .support-page--payment .payment-details__table td {
    padding: 11px;
    font-size: 12px;
  }
  .support-page--payment #docomo {
    scroll-margin-top: 90px;
  }
}
.section--ticket {
  box-sizing: border-box;
  padding: 72px 32px 80px;
  background: #fff;
  color: #111;
}
.section--ticket *,
.section--ticket *::before,
.section--ticket *::after {
  box-sizing: border-box;
}
.section--ticket .section-tit {
  margin: 0 0 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #b8b8b8;
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.ticket-page__header,
.ticket-detail__header {
  margin-bottom: 34px;
  padding: 0;
}

.ticket-page__eyebrow {
  margin: 0;
  padding-left: 9px;
  border-left: 4px solid #b7a47c;
  color: #111;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}

.ticket-page__notice {
  margin: 20px 0 0;
  padding: 17px 10px;
  border: 1px solid #111;
  background: #f3f3f3;
  color: #333;
  font-size: 15px;
  line-height: 1.85;
}

.ticket-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #111;
  list-style: none;
}
.ticket-list li {
  border-bottom: 1px solid #b8b8b8;
}
.ticket-list a {
  position: relative;
  display: block;
  min-height: 112px;
  padding: 20px 46px 20px 4px;
  color: #111;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ticket-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .ticket-list a:hover {
    color: #fff;
    background: #111;
  }
}
.ticket-list time {
  display: block;
  margin-bottom: 9px;
  color: #777;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1;
}
.ticket-list time span {
  font-size: 11px;
}
@media (hover: hover) and (pointer: fine) {
  .ticket-list a:hover time {
    color: #d8d8d8;
  }
}
.ticket-list h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.ticket-detail__title,
.ticket-guide__title {
  margin: 22px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}

.ticket-schedule {
  margin-bottom: 34px;
  padding: 22px 20px;
  border: 1px solid #111;
}
.ticket-schedule h2 {
  margin: 0 0 19px;
  padding-bottom: 12px;
  border-bottom: 2px solid #b7a47c;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.ticket-schedule dl,
.ticket-schedule dd {
  margin: 0;
}
.ticket-schedule dl {
  display: grid;
  gap: 16px;
}
.ticket-schedule dl > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.ticket-schedule dt {
  padding: 4px 6px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.ticket-schedule dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.ticket-alert {
  margin-bottom: 30px;
  padding: 18px;
  border-top: 4px solid #b7a47c;
  color: #fff;
  background: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.ticket-alert p {
  margin: 0;
}
.ticket-alert p + p {
  margin-top: 8px;
}

.ticket-detail__intro,
.ticket-detail__body,
.ticket-contact {
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}
.ticket-detail__intro p,
.ticket-detail__body p,
.ticket-contact p {
  margin: 0;
}
.ticket-detail__intro p + p,
.ticket-detail__body p + p,
.ticket-contact p + p {
  margin-top: 16px;
}

.ticket-detail__intro strong {
  color: #8a7747;
}

.ticket-detail__section {
  margin-top: 44px;
}
.ticket-detail__section > h2 {
  margin: 0 0 20px;
  padding: 12px 14px;
  border-left: 6px solid #b7a47c;
  color: #fff;
  background: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.ticket-summary {
  margin: 0;
  border-top: 1px solid #111;
}
.ticket-summary > div {
  padding: 18px 0;
  border-bottom: 1px solid #b8b8b8;
}
.ticket-summary dt {
  margin-bottom: 10px;
  color: #8a7747;
  font-size: 14px;
  font-weight: 700;
}
.ticket-summary dd {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}
.ticket-summary small {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

.ticket-action {
  margin: 42px 0 0;
}
.ticket-action form {
  width: 100%;
  margin: 0;
  padding: 0;
}
.ticket-action a, .ticket-action__submit,
.ticket-action input[type=submit] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 15px 20px;
  border: 1px solid #111;
  border-radius: 0;
  color: #fff;
  background: #111;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  .ticket-action a:hover, .ticket-action__submit:hover,
  .ticket-action input[type=submit]:hover {
    opacity: 0.7;
  }
}
.ticket-action--sales a, .ticket-action--sales .ticket-action__submit, .ticket-action--sales input[type=submit] {
  min-height: 64px;
  color: #111;
  background: #b7a47c;
  font-size: 17px;
}

.ticket-contact ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.ticket-contact a {
  color: #111;
  font-weight: 700;
  text-decoration-color: #b7a47c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.ticket-back {
  margin: 42px 0 0;
  text-align: center;
}
.ticket-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  min-height: 44px;
  padding: 0 22px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ticket-back a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 11px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .ticket-back a:hover {
    color: #fff;
    background: #111;
  }
}

.ticket-guide {
  margin-top: 8px;
  padding: 28px 16px 30px;
  border: 1px solid #111;
  border-top: 6px solid #b7a47c;
  background: #f4f4f4;
}

.ticket-guide__lead {
  margin: 22px 0 0;
  color: #444;
  font-size: 15px;
  line-height: 1.85;
}

@media screen and (max-width: 960px) {
  .section--ticket {
    padding: 98px 24px 64px;
  }
  .section--ticket .section-tit {
    margin-bottom: 28px;
    padding-bottom: 16px;
    font-size: 42px;
  }
  .ticket-page__eyebrow {
    font-size: 16px;
  }
  .ticket-page__notice {
    padding: 15px 10px;
    font-size: 14px;
  }
  .ticket-list a {
    min-height: 104px;
    padding: 18px 42px 18px 2px;
  }
  .ticket-list h2 {
    font-size: 17px;
  }
  .ticket-detail__title,
  .ticket-guide__title {
    font-size: 22px;
  }
  .ticket-schedule {
    padding: 20px 16px;
  }
  .ticket-schedule dl > div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }
  .ticket-detail__section {
    margin-top: 38px;
  }
  .ticket-guide {
    padding: 24px 14px 26px;
  }
}
.section--qa-vip {
  box-sizing: border-box;
  color: #111;
  background: #fff;
}
.section--qa-vip *,
.section--qa-vip *::before,
.section--qa-vip *::after {
  box-sizing: border-box;
}

.qa-vip__page-header {
  margin: 0 0 30px;
  padding: 0;
}

.section--qa-vip .qa-vip__title {
  margin: 0 0 14px;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  width: 125%;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: none;
  transform: scaleX(0.8);
  transform-origin: left top;
}

.qa-vip__restriction {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0;
  padding: 5px 13px;
  color: #fff;
  background: #111;
  border-left: 4px solid #b7a47c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.qa-vip__members {
  display: grid;
  gap: 68px;
}

.qa-vip-member__header {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 108px;
  padding: 16px 20px;
  color: #111;
  background: #fff;
  border-bottom: 2px solid #b7a47c;
}

.qa-vip-member__photo {
  margin: 0;
  aspect-ratio: 1;
  overflow: hidden;
  background: #111;
}
.qa-vip-member__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.qa-vip-member__heading {
  min-width: 0;
}
.qa-vip-member__heading p {
  margin: 0 0 7px;
  color: #76683f;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
}
.qa-vip-member__heading h2 {
  margin: 0;
  color: #111;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.qa-vip-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qa-vip-list li {
  border-bottom: 1px solid #b7a47c;
}
.qa-vip-list a {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 22px 40px 20px 0;
  color: #111;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.qa-vip-list a::before {
  content: "";
  position: absolute;
  inset: 0 -10px;
  z-index: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.qa-vip-list a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.qa-vip-list a:focus-visible::before {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .qa-vip-list a:hover::before {
    opacity: 1;
  }
}

.qa-vip-list__question,
.qa-vip-list__meta {
  position: relative;
  z-index: 1;
}

.qa-vip-list__question {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.qa-vip-list__meta {
  display: grid;
  justify-items: end;
  gap: 4px;
  margin-top: 15px;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.qa-vip-list__meta p,
.qa-vip-list__meta time {
  margin: 0;
}
.qa-vip-list__meta time {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.qa-vip-list__meta span {
  font-size: 10px;
}

.qa-vip-detail {
  display: grid;
  gap: 32px;
}

.qa-vip-detail__question,
.qa-vip-detail__answer {
  border-radius: 8px;
}

.qa-vip-detail__question {
  padding: 24px 22px 20px;
  color: #111;
  background: #fff;
  border: 1px solid #111;
}
.qa-vip-detail__question h2 {
  margin: 16px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.85;
}

.qa-vip-detail__label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  background: #111;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}

.qa-vip-detail__asker {
  margin: 18px 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}

.qa-vip-detail__answer {
  overflow: hidden;
  color: #fff;
  background: #76683f;
}

.qa-vip-detail__answer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.qa-vip-detail__answer-header .qa-vip-detail__label {
  color: #111;
  background: #fff;
}
.qa-vip-detail__answer-header h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.qa-vip-detail__body {
  padding: 26px 22px 28px;
}
.qa-vip-detail__body p {
  margin: 0 0 26px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
.qa-vip-detail__body strong {
  font-weight: 700;
}
.qa-vip-detail__body .qa-vip-detail__interviewer {
  font-weight: 500;
}
.qa-vip-detail__body .qa-vip-detail__credit {
  margin: 38px 0 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

.qa-vip-detail__back {
  margin: 36px 0 0;
  text-align: center;
}
.qa-vip-detail__back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 220px);
  min-height: 50px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.qa-vip-detail__back a:focus-visible {
  color: #111;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .qa-vip-detail__back a:hover {
    color: #111;
    background: #fff;
  }
}

@media screen and (max-width: 960px) {
  .qa-vip__members {
    gap: 58px;
  }
  .qa-vip-detail__question {
    padding: 22px 18px 18px;
  }
  .qa-vip-detail__answer-header {
    padding: 18px;
  }
  .qa-vip-detail__body {
    padding: 24px 18px 26px;
  }
  .qa-vip-detail__body p {
    font-size: 14px;
    line-height: 1.95;
  }
}
@media screen and (max-width: 380px) {
  .qa-vip-member__header {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    min-height: 96px;
    padding: 15px 14px;
  }
  .qa-vip-member__heading h2 {
    font-size: 19px;
  }
  .qa-vip-list a {
    padding-right: 34px;
  }
}
.section--first-login {
  box-sizing: border-box;
  padding: 72px 32px 80px;
  color: #111;
  background: #f2f2f2;
}
.section--first-login *,
.section--first-login *::before,
.section--first-login *::after {
  box-sizing: border-box;
}
.section--first-login p,
.section--first-login ul,
.section--first-login ol {
  margin-top: 0;
}
.section--first-login a {
  color: inherit;
}
.section--first-login p,
.section--first-login li {
  letter-spacing: 0.02em;
}

.first-login__header {
  margin-bottom: 36px;
  padding: 0;
}

.first-login__eyebrow {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section--first-login .first-login__title {
  width: auto;
  margin-bottom: 24px;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
}

.first-login__notice {
  margin: 0 0 24px;
  padding: 22px 10px;
  border: 1px solid #111;
  border-left: 5px solid #b7a47c;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}

.first-login__lead,
.first-login__description {
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  line-height: 2;
}

.first-login__audiences {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.first-login__audience {
  border: 1px solid #111;
  background: #fff;
}
.first-login__audience h2 {
  margin: 0;
  padding: 14px 16px;
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.first-login__audience > div {
  padding: 22px 18px;
}
.first-login__audience p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.95;
  text-align: left;
}
.first-login__audience a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #b7a47c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.first-login__caution {
  margin-top: 16px !important;
  padding-top: 16px;
  border-top: 1px solid #dedede;
}
.first-login__caution strong {
  color: #8a1010;
}

.first-login__important {
  margin: 42px 0 24px;
  text-align: center;
}
.first-login__important > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: #111;
  background: #b7a47c;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.first-login__important p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.first-login__steps {
  margin-top: 54px;
}

.first-login__section-title {
  margin: 0 0 22px;
  padding: 0 0 14px 13px;
  border-bottom: 3px solid #111;
  border-left: 5px solid #b7a47c;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.first-login__step-nav,
.first-login__step-details,
.first-login__faq-links {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.first-login__step-nav {
  display: grid;
  gap: 18px;
  margin-bottom: 80px;
}
.first-login__step-nav li {
  position: relative;
}
.first-login__step-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: translateX(-50%) rotate(45deg);
}
.first-login__step-nav a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 60px;
  border: 1px solid #777;
  background: #fff;
  text-decoration: none;
}
.first-login__step-nav span,
.first-login__step-nav strong {
  display: flex;
  align-items: center;
  padding: 11px 13px;
}
.first-login__step-nav span {
  justify-content: center;
  border-right: 1px solid #777;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.first-login__step-nav strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.first-login__step-details {
  display: grid;
  gap: 44px;
  margin-top: 0;
  margin-bottom: 30px;
}

.first-login__step {
  scroll-margin-top: 24px;
  padding: 0 20px 28px;
  border: 1px solid #b8b8b8;
  background: #fff;
}
.first-login__step > p,
.first-login__step li {
  font-size: 14px;
  line-height: 2;
}
.first-login__step > p:last-child {
  margin-bottom: 0;
}

.first-login__step-heading {
  display: grid;
  gap: 12px;
  margin: 0 -20px 24px;
  padding: 18px 20px 20px;
  color: #fff;
  background: #111;
  border-bottom: 4px solid #b7a47c;
}
.first-login__step-heading span {
  width: fit-content;
  padding: 5px 10px;
  color: #111;
  background: #b7a47c;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.first-login__step-heading h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.first-login__note,
.first-login__existing-id {
  margin: 22px 0;
  padding: 20px 18px;
  border: 1px solid #c8c8c8;
  border-left: 4px solid #b7a47c;
  background: #f4f3ef;
}
.first-login__note h4,
.first-login__existing-id h4 {
  margin: 0 0 14px;
  padding-left: 10px;
  border-left: 3px solid #b7a47c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.first-login__note h4:not(:first-child),
.first-login__existing-id h4:not(:first-child) {
  margin-top: 18px;
}
.first-login__note p,
.first-login__note li,
.first-login__existing-id p,
.first-login__existing-id li {
  font-size: 13px;
  line-height: 1.95;
}
.first-login__note p:last-child,
.first-login__note ul:last-child,
.first-login__note ol:last-child,
.first-login__existing-id p:last-child,
.first-login__existing-id ul:last-child,
.first-login__existing-id ol:last-child {
  margin-bottom: 0;
}
.first-login__note ul,
.first-login__note ol,
.first-login__existing-id ul,
.first-login__existing-id ol {
  display: grid;
  gap: 7px;
  padding-left: 20px;
}
.first-login__note a,
.first-login__existing-id a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #b7a47c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.first-login__note--alert,
.first-login__existing-id--alert {
  border-color: #111;
  background: #fff;
}

.first-login__sub-note {
  padding: 16px;
  background: #ededed;
  font-size: 13px !important;
  line-height: 1.9 !important;
}

.first-login__figure {
  margin: 24px auto;
  text-align: center;
}
.first-login__figure img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid #dedede;
  vertical-align: top;
}

.first-login__faq-links {
  display: grid;
  gap: 8px;
}
.first-login__faq-links a {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #b7a47c;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.first-login__button {
  margin: 22px 0 0;
}
.first-login__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 18px;
  border: 1px solid #111;
  color: #fff;
  background: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .first-login__button a:hover {
    color: #111;
    background: #fff;
  }
}
.first-login__button--final {
  margin-top: 80px;
}

.first-login__step > .first-login__button {
  margin-top: 36px;
}

@media screen and (max-width: 960px) {
  .section--first-login {
    padding: 98px 24px 64px;
  }
  .section--first-login .first-login__title {
    font-size: 32px;
  }
  .first-login__step {
    padding-right: 18px;
    padding-left: 18px;
  }
  .first-login__step-heading {
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 380px) {
  .first-login__step-nav a {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .first-login__step-nav span,
  .first-login__step-nav strong {
    padding-right: 10px;
    padding-left: 10px;
  }
}
