@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! 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;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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
* ============================================================ */
/* common
------------------------------ */
html {
  scroll-behavior: smooth;
  opacity: 0;
  transition: 0.8s;
}
html.loaded {
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #232B70;
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_paper.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

main {
  overflow-x: hidden;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.txt--basic {
  margin-bottom: 1em;
}

.font-en {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-jp {
  font-family: "Noto Sans JP", sans-serif !important;
}

.white {
  color: #fff;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.date {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}

.no-data {
  text-align: center;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  padding: 3em 0;
}

.area-official .date,
:where(body:not(.page--member)) .date {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
}
.area-official .date span,
:where(body:not(.page--member)) .date span {
  display: inline-block;
}
.area-official .date span.year,
:where(body:not(.page--member)) .date span.year {
  font-size: 10px;
  transform: rotate(-90deg);
  margin-left: -5px;
}
.area-official .date span.day,
:where(body:not(.page--member)) .date span.day {
  font-size: 30px;
  margin-left: -4px;
}
.area-official .date span.week,
:where(body:not(.page--member)) .date span.week {
  font-size: 10px;
  transform: rotate(-90deg);
}
.area-official .date span.text,
:where(body:not(.page--member)) .date span.text {
  font-size: 20px;
  margin-left: 5px;
  margin-bottom: -5px;
}

/* img
------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

.ph,
.thumb {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.ph::after,
.thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* video
------------------------------ */
video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* button
------------------------------ */
.btn {
  text-align: center;
  margin: 1.2em 0;
}

.btn--main,
.btn--sub {
  display: inline-block;
  text-align: center;
  min-width: 280px;
  max-width: 90%;
  font-size: 1.1em;
  padding: 0.8em 1em;
  border-radius: 30px;
  white-space: pre-wrap;
  margin-inline: auto;
  border: 1px solid #232B70;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.3s;
}

.btn--main {
  background: #232B70;
  color: #fff;
}

.btn--sub {
  background: #fff;
  color: #232B70;
}

.detail__btn {
  text-align: center;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 3em !important;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 17px;
}
.detail__btn a::before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.detail__btn a::after {
  content: "";
  background: currentColor;
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: 4px;
  transform: rotate(-45deg);
  left: -2px;
}

/* form
------------------------------ */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #232B70;
  padding: 0.5em;
  color: #232B70;
  border-radius: 3px;
  line-height: 1.4;
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #dd0d0d;
  border-color: #dd0d0d;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
textarea {
  width: 100%;
  min-height: 6em;
  resize: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
button,
select {
  -webkit-appearance: none;
  display: inline-block;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #232B70;
  padding: 0.5em;
  color: #232B70;
  border-radius: 3px;
  line-height: 1.4;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
button:focus,
select:focus {
  border-color: inherit;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
input[type=date].form__error,
button.form__error,
select.form__error {
  background: #fff0ea;
  color: #dd0d0d;
  border-color: #dd0d0d;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
input[type=date].form__error:focus,
button.form__error:focus,
select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=date][disabled],
button[disabled],
select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

[type=checkbox],
[type=radio] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid rgba(35, 43, 112, 0.6);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
[type=checkbox]:checked::after,
[type=radio]:checked::after {
  content: "";
  position: absolute;
}

[type=checkbox]:checked {
  background: #082B6C;
}
[type=checkbox]:checked::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

[type=radio] {
  border-radius: 50%;
}
[type=radio]:checked::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #082B6C;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}

.form dt {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
  opacity: 0.6;
}
.form dd {
  margin-bottom: 1.5em;
}
.form dd .form__select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.form dd .form__select::after {
  content: "";
  border-left: 10px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
.form dd .form__select::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 8px;
  z-index: 1;
  border-left-width: 7px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  transform: rotate(90deg);
  pointer-events: none;
}
.form dd .form__select select {
  padding-right: 1.5em;
}
.form dd .form__checkbox label,
.form dd .form__radio label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.form dd .form--horizontal {
  display: flex;
  gap: 5px;
}
.form dd .form--horizontal li {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.form dd .input--quarter {
  max-width: 50%;
  margin-right: 5px;
}
.form.form--confirm dd {
  border-bottom: 1px solid rgba(35, 43, 112, 0.3);
  padding-bottom: 1em;
}

/* block
------------------------------ */
.block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 3em;
}
.block--pager li {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 3vw, 20px);
  text-align: center;
  padding: 5px;
  line-height: 1;
}
.block--pager li.pager__item--other {
  min-width: 21px;
}
.block--pager li.pager__item--newer a, .block--pager li.pager__item--newer span, .block--pager li.pager__item--older a, .block--pager li.pager__item--older span {
  display: block;
  font-size: 0.8em;
}
.block--pager li.pager__item--newer span, .block--pager li.pager__item--older span {
  opacity: 0.3;
}
.block--pager li.pager__item--newer a, .block--pager li.pager__item--newer span, .block--pager li.pager__item--older a, .block--pager li.pager__item--older span {
  position: relative;
}
.block--pager li.pager__item--newer a::before, .block--pager li.pager__item--newer span::before, .block--pager li.pager__item--older a::before, .block--pager li.pager__item--older span::before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.block--pager li.pager__item--newer a::after, .block--pager li.pager__item--newer span::after, .block--pager li.pager__item--older a::after, .block--pager li.pager__item--older span::after {
  content: "";
  background: currentColor;
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: 4px;
}
.block--pager li.pager__item--newer a, .block--pager li.pager__item--newer span {
  padding: 5px 5px 5px 17px;
}
.block--pager li.pager__item--newer a::before, .block--pager li.pager__item--newer span::before {
  left: 0;
}
.block--pager li.pager__item--newer a::after, .block--pager li.pager__item--newer span::after {
  transform: rotate(-45deg);
  left: -2px;
}
.block--pager li.pager__item--older a, .block--pager li.pager__item--older span {
  padding: 5px 17px 5px 5px;
}
.block--pager li.pager__item--older a::before, .block--pager li.pager__item--older span::before {
  right: 0;
}
.block--pager li.pager__item--older a::after, .block--pager li.pager__item--older span::after {
  transform: rotate(45deg);
  right: -2px;
}
.block--pager li.pager__item--current {
  position: relative;
}
.block--pager li.pager__item--current::after {
  content: "";
  width: 20px;
  height: 3px;
  background: currentColor;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 3em;
  animation: fadeUp 0.8s ease;
}
.block--category li {
  line-height: 1;
}
.block--category li.current {
  background: #232B70;
  color: #fff;
  padding: 5px;
}

.block--announce {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.block--announce::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.block--announce .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.block--announce .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.block--announce {
  max-width: 600px;
  text-align: center;
  margin: 3em auto;
  padding: 1.4em;
}
.block--announce.delighter.started {
  animation: fadeUp 0.8s ease;
}
.block--announce .contents-title {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 0.8em;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
}
.block--announce .contents-title::before, .block--announce .contents-title::after {
  content: "";
  border-top: 1px solid;
  flex-grow: 1;
}
.block--announce .contents-title::before {
  margin-right: 0.5em;
}
.block--announce .contents-title::after {
  margin-left: 0.5em;
}
.block--announce .btn {
  margin-bottom: 0;
}

.content-item a {
  display: block;
}
.content-item a .thumb {
  width: 80%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 3px 3px 0 0;
}
.content-item a .thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.content-item a .text {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.content-item a .text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.content-item a .text .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.content-item a .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.content-item a .text {
  top: 95%;
}
.content-item.new .text::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(13px, 2vw, 15px);
  padding: 5px 10px;
  background: #232B70;
  border-radius: 0 3px 0 3px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.page-nav {
  display: flex;
  justify-content: space-between;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2em;
}
.page-nav .page-prev a, .page-nav .page-prev span {
  display: flex;
  align-items: center;
}
.page-nav .page-prev a::before, .page-nav .page-prev span::before {
  content: "";
  border-right: 10px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-right: 5px;
}
.page-nav .page-next a, .page-nav .page-next span {
  display: flex;
  align-items: center;
}
.page-nav .page-next a::after, .page-nav .page-next span::after {
  content: "";
  border-left: 10px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
.page-nav .page-prev span,
.page-nav .page-next span {
  opacity: 0.3;
}

/* list
------------------------------ */
.list--basic li {
  padding-left: 1em;
  position: relative;
}
.list--basic li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: calc(0.5em + 2px);
  left: calc(0.5em - 2px);
}
.list--basic li + li {
  margin-top: 0.3em;
}

.list--information {
  background: #fff;
  border-radius: 8px;
  padding: 1em 1.5em;
}
.list--information li a {
  display: block;
  padding: 1.5em 0;
}
.list--information li a .heading {
  display: flex;
  align-items: center;
  gap: 1.5em;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.list--information li a .heading .date {
  width: 5em;
}
.list--information li a .heading .date .day {
  font-size: 24px;
}
.list--information li a .heading .category {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ECB7C6;
  font-size: 12px;
  padding: 5px 1em;
  border-radius: 3px;
  min-width: 7em;
  line-height: 1;
}
.list--information li a .heading .category.id_8 {
  background: #efc38d;
}
.list--information li a .heading .category.id_10, .list--information li a .heading .category.id_13 {
  background: #96BEDC;
}
.list--information li a .heading .category.id_11 {
  background: #94d0ac;
}
.list--information li a .heading .category.id_12 {
  background: #bdb4a9;
}
.list--information li + li {
  border-top: 1px solid rgba(191, 175, 157, 0.6);
}
.list--information li.new .date .day {
  position: relative;
}
.list--information li.new .date .day::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(214, 85, 87, 0.8);
  position: absolute;
}
.list--information li.new .date .day::after {
  font-size: 14px;
  top: -1em;
  right: 0;
}

.list--contents {
  display: flex;
  flex-wrap: wrap;
}

.list--live li a {
  display: block;
  background: #fff;
  padding: 1.5em;
  border-radius: 8px;
}
.list--live li a .heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.list--live li a .heading .place {
  display: flex;
}
.list--live li a .heading .place .pref {
  padding-right: 0.8em;
}
.list--live li a .title {
  font-size: 1.2em;
}
.list--live li.new a {
  position: relative;
}
.list--live li.new a::after {
  position: relative;
}
.list--live li.new a::after::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(214, 85, 87, 0.8);
  position: absolute;
}
.list--live li.new a::after {
  font-size: 22px;
  top: -0.7em;
  right: 1.5em;
}

.list--video li a .thumb {
  aspect-ratio: 16/9;
}
.list--video li a .thumb img {
  width: 100%;
  object-fit: cover;
}
.list--video li a .block--detail {
  display: inline-block;
  min-width: 50%;
  max-width: 90%;
  background: #fff;
  padding: 1.5em;
  border-radius: 8px;
  position: relative;
  margin-top: -10px;
  z-index: 1;
}
.list--video li a .block--detail .date .year {
  font-size: 9px;
}
.list--video li a .block--detail .date .day {
  font-size: 22px;
}
.list--video li a .block--detail .date .text {
  font-size: 14px;
}
.list--video li a .block--detail .title {
  font-size: 1.1em;
  font-weight: 500;
}
.list--video li.new .date .day {
  position: relative;
}
.list--video li.new .date .day::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(214, 85, 87, 0.8);
  position: absolute;
}
.list--video li.new .date .day::after {
  font-size: 14px;
  top: -1em;
  right: 0;
}

.list--disco li a .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.list--disco li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list--disco li a .thumb img.blur {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  filter: blur(10px);
  transform: scale(2);
  z-index: -1;
  opacity: 0.8;
}
.list--disco li a .thumb img.no-image {
  object-fit: cover;
}
.list--disco li a .block--detail {
  background: #fff;
  padding: 1.5em;
}
.list--disco li a .block--detail .category {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ECB7C6;
  font-size: 12px;
  padding: 5px 1em;
  border-radius: 3px;
  min-width: 7em;
  line-height: 1;
  margin-bottom: 0.8em;
}
.list--disco li a .block--detail .date {
  margin-bottom: 1em;
}
.list--disco li a .block--detail .date .year {
  font-size: 9px;
}
.list--disco li a .block--detail .date .day {
  font-size: 22px;
}
.list--disco li a .block--detail .date .text {
  font-size: 15px;
}
.list--disco li a .block--detail .title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list--fcnews li a {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.list--fcnews li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.list--fcnews li a .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.list--fcnews li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.list--fcnews li a .title {
  font-size: inherit;
}
.list--fcnews li + li {
  margin-top: 20px;
}
.list--fcnews li.new a::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(13px, 2vw, 15px);
  padding: 5px 10px;
  background: #232B70;
  border-radius: 0 3px 0 3px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.list--fccontents li a {
  display: block;
}
.list--fccontents li a .thumb {
  width: 80%;
  margin-inline: auto;
  aspect-ratio: 1/1;
  border-radius: 3px 3px 0 0;
}
.list--fccontents li a .thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.list--fccontents li a .text {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.list--fccontents li a .text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.list--fccontents li a .text .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.list--fccontents li a .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.list--fccontents li a .text {
  top: 95%;
}
.list--fccontents li.new .text::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(13px, 2vw, 15px);
  padding: 5px 10px;
  background: #232B70;
  border-radius: 0 3px 0 3px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

/* header
------------------------------ */
header {
  z-index: 1000;
}
header .header-inner {
  position: relative;
}
header .header-inner .header-logo {
  width: 55%;
  max-width: 250px;
}
header .header-inner .header-logo a {
  display: block;
}
header .header-inner .drawer-btn {
  width: 50px;
  height: 36px;
  color: #232B70;
  position: relative;
  z-index: 1001;
  cursor: pointer;
}
header .header-inner .drawer-btn span {
  background: currentColor;
  position: absolute;
  width: 100%;
  height: 2px;
  transition: top 0.3s ease 0.2s, transform 0.2s ease;
}
header .header-inner .drawer-btn span.top {
  top: 0px;
}
header .header-inner .drawer-btn span.bottom {
  top: 13px;
}
header .header-inner .drawer-btn p::before {
  content: "FC Menu";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: currentColor;
  font-size: 11px;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}

body.drawer-visible header .drawer-btn span {
  transition: top 0.3s ease, transform 0.2s ease 0.3s;
}
body.drawer-visible header .drawer-btn span.top {
  top: 6px;
  transform: rotate(25deg);
}
body.drawer-visible header .drawer-btn span.bottom {
  top: 6px;
  transform: rotate(-25deg);
}
body.drawer-visible header .drawer-btn .text::before {
  content: "Close";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.drawer-visible .drawer {
  opacity: 1;
  transform: none;
}

/* drawer
------------------------------ */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(110%);
  transition: 0.4s;
  z-index: 999;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-height: 100vh;
  overflow-y: scroll;
}
.drawer .drawer-inner {
  text-align: center;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.drawer .drawer-inner .g-nav {
  padding: 2em 2em 4em;
}
.drawer .drawer-inner .g-nav .nav--menu {
  max-width: 450px;
  margin-inline: auto;
}
.drawer .drawer-inner .g-nav .nav--menu li {
  font-size: 1.3em;
  line-height: 1.2;
  margin-top: 0.4em;
}
.drawer .drawer-inner .g-nav .nav--menu li a {
  display: inline-block;
  padding: 5px;
}
.drawer .drawer-inner .g-nav .logo {
  margin: 0 auto 20px;
  max-width: 450px;
}
.drawer .drawer-inner .g-nav.of-nav {
  background: #fff;
  color: #232B70;
  position: relative;
  z-index: 1;
  padding-top: 3em;
}
.drawer .drawer-inner .g-nav.of-nav::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_paper.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.drawer .drawer-inner .g-nav.fc-nav {
  background: #5671BC;
  position: relative;
  z-index: 1;
}
.drawer .drawer-inner .g-nav.fc-nav::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.18;
}
.drawer .drawer-inner .g-nav.fc-nav {
  color: #fff;
  z-index: 1;
}
.drawer .drawer-inner .g-nav.fc-nav .list--login {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2em;
}
.drawer .drawer-inner .g-nav.fc-nav .list--login li {
  font-size: 1.3em;
  min-width: 4em;
}
.drawer .drawer-inner .g-nav.fc-nav .list--login li a {
  display: block;
}
.drawer .drawer-inner .g-nav.fc-nav .list--login li.join {
  position: relative;
}
.drawer .drawer-inner .g-nav.fc-nav .list--login li.join::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  transform: rotate(35deg);
  right: -0.3em;
  top: calc(50% - 10px);
}

/* footer
------------------------------ */
footer {
  background: #082B6C;
  color: #fff;
}
footer .footer-inner .list--sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-bottom: 40px;
}
footer .footer-inner .list--sns li {
  text-align: center;
}
footer .footer-inner .list--sns li a {
  display: block;
  font-size: clamp(20px, 8vw, 30px);
}
footer .footer-inner .logo {
  display: block;
}
footer .footer-inner .nav--support li a {
  display: block;
  font-size: 14px;
}
footer .footer-inner .copyright {
  font-size: 10px;
  text-align: right;
  margin-top: 3em;
  opacity: 0.6;
}

/* page--home
------------------------------ */
.page--home section {
  position: relative;
}
.page--home section .section-inner .section-title {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--home #fv {
  padding: 0;
}
.page--home #fv .ph img {
  width: 100%;
}
.page--home .area-official .section-title {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--home .area-official .view-more a {
  display: inline-block;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  position: relative;
  padding: 5px 1.5em 5px 3em;
  margin-top: 1em;
}
.page--home .area-official .view-more a::before, .page--home .area-official .view-more a::after {
  content: "";
  background: #232B70;
  position: absolute;
  border-radius: 10px;
}
.page--home .area-official .view-more a::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
}
.page--home .area-official .view-more a::after {
  width: 14px;
  height: 1px;
  transform: rotate(45deg);
  right: -2.2px;
  bottom: 4.6px;
}
.page--home .area-official #live .list--live li a .title {
  font-weight: 500;
  font-size: 1.1em;
}
.page--home .area-official #disco .list--disco li a .block--detail .category {
  font-size: 16px;
}
.page--home .area-official #video .section-inner .list--video li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--home .area-fc {
  background: linear-gradient(to bottom, #5671BC, #082B6C);
  z-index: 1;
  position: relative;
  z-index: 1;
}
.page--home .area-fc::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.18;
}
.page--home .area-fc .section-inner {
  max-width: 1100px;
  margin-inline: auto;
  text-align: center;
}
.page--home .area-fc .section-inner .section-title {
  text-align: center;
  font-size: 50px;
  color: #fff;
  margin-bottom: 1em;
}
.page--home .area-fc .section-inner .section-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.page--home .area-fc .section-inner .section-title span::before, .page--home .area-fc .section-inner .section-title span::after {
  content: "";
  width: 82px;
  height: 160px;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bubble.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -1.5em;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .page--home .area-fc .section-inner .section-title span::before, .page--home .area-fc .section-inner .section-title span::after {
    width: 62px;
    height: 121px;
  }
}
.page--home .area-fc .section-inner .section-title span::before {
  --bubble-opacity: .5;
  animation: bubble-anime 5s linear infinite;
}
.page--home .area-fc .section-inner .section-title span::after {
  --bubble-opacity: .18;
  animation: bubble-anime2 5s linear infinite -2.5s;
}
.page--home .area-fc .section-inner .view-more {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(16px, 2vw, 18px);
  text-align: right;
  padding-top: 2em;
}
.page--home .area-fc .section-inner .view-more a {
  display: inline-block;
  position: relative;
  padding-right: 1.6em;
  z-index: 1;
}
.page--home .area-fc .section-inner .view-more a::before, .page--home .area-fc .section-inner .view-more a::after {
  content: "";
  position: absolute;
}
.page--home .area-fc .section-inner .view-more a::before {
  width: 30%;
  aspect-ratio: 1/1;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bubble_one.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}
.page--home .area-fc .section-inner .view-more a::after {
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/viewmore_arrow.svg) no-repeat;
  background-size: contain;
  width: 10%;
  right: 10%;
  top: 10%;
  aspect-ratio: 2/2.5;
  z-index: -1;
}
.page--home .area-fc .section-inner .no-data {
  text-align: center;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.page--home .area-fc .fc-border {
  position: relative;
  top: -6vw;
  pointer-events: none;
}
.page--home .area-fc #fc-top {
  text-align: center;
}
.page--home .area-fc #fc-top .section-inner .logo {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 3em;
}
.page--home .area-fc #fc-top .section-inner .login-link {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.page--home .area-fc #fc-top .section-inner .login-link a {
  display: block;
  padding: 5px;
  font-size: clamp(20px, 3vw, 30px);
  color: #fff;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--home .area-fc #fc-top .section-inner .login-link a.join {
  position: relative;
}
.page--home .area-fc #fc-top .section-inner .login-link a.join::after {
  content: "";
  width: 1px;
  height: 43px;
  background: #fff;
  position: absolute;
  transform: rotate(35deg);
  right: -1em;
}
.page--home .area-fc #fc-banner .section-inner {
  max-width: 900px;
}
.page--home .area-fc #fc-news .section-inner {
  max-width: 900px;
}
.page--home .area-fc #blog .section-inner .blog-link {
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em;
}
.page--home .area-fc #blog .section-inner .blog-link .title {
  font-size: 20px;
  margin-bottom: 0.5em;
}
.page--home .area-fc #blog .section-inner .blog-swiper {
  overflow: visible;
}
.page--home .area-fc #blog .section-inner .list--blog {
  align-items: end;
}
.page--home .area-fc #blog .section-inner .list--blog li a .text {
  position: absolute;
  top: 100%;
}
.page--home .area-fc #moment .thumb,
.page--home .area-fc #photo .thumb {
  width: 80%;
  margin-inline: auto;
  border-radius: 3px;
}
.page--home .area-fc #qa .section-inner .content-link {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page--home .area-fc #qa .section-inner .content-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.page--home .area-fc #qa .section-inner .content-link .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.page--home .area-fc #qa .section-inner .content-link .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.page--home .area-fc .delighter {
  opacity: 0;
  transform: translateY(10%);
  transition: 2s ease 0.3s;
}
.page--home .area-fc .delighter.started {
  opacity: 1;
  transform: none;
}
.page--home .fc-link {
  width: 40%;
  max-width: 225px;
  position: fixed;
  right: 0;
  bottom: 3%;
  z-index: 100;
  transition: 0.3s;
}
.page--home .fc-link a {
  display: block;
  background: #5671BC;
  position: relative;
  z-index: 1;
}
.page--home .fc-link a::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.18;
}
.page--home .fc-link a {
  padding: 1em;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.page--home .fc-link a .logo {
  width: 100%;
}
.page--home .fc-link a::before {
  background-size: 300%;
}
.page--home.reached-area-fc .fc-link {
  transform: translateX(110%);
}

/* 下層
------------------------------ */
:where(body:not(.page--home)) .section--list,
:where(body:not(.page--home)) .section--detail {
  max-width: 1100px;
  margin-inline: auto;
  min-height: calc(100vh - 240px);
}
:where(body:not(.page--home)) .section--list .section-tit,
:where(body:not(.page--home)) .section--detail .section-tit {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: clamp(36px, 4vw, 50px);
  margin-bottom: 0.8em;
}
:where(body:not(.page--home)) .section--list .section-tit.font-jp,
:where(body:not(.page--home)) .section--detail .section-tit.font-jp {
  font-size: clamp(24px, 4vw, 35px);
  font-weight: 500;
}
:where(body:not(.page--home)) .section--list .section-tit,
:where(body:not(.page--home)) .section--detail .section-tit {
  animation: fadeUp 0.8s ease;
}
:where(body:not(.page--home)) .section--list ul.delighter li,
:where(body:not(.page--home)) .section--detail ul.delighter li {
  opacity: 0;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li,
:where(body:not(.page--home)) .section--detail ul.delighter.started li {
  animation: fadeUp 0.5s forwards;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(1),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(1) {
  animation-delay: 0s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(2),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(2) {
  animation-delay: 0.2s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(3),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(3) {
  animation-delay: 0.4s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(4),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(4) {
  animation-delay: 0.6s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(5),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(5) {
  animation-delay: 0.8s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(6),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(6) {
  animation-delay: 1s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(7),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(7) {
  animation-delay: 1.2s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(8),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(8) {
  animation-delay: 1.4s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(9),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(9) {
  animation-delay: 1.6s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(10),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(10) {
  animation-delay: 1.8s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(11),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(11) {
  animation-delay: 2s;
}
:where(body:not(.page--home)) .section--list ul.delighter.started li:nth-of-type(12),
:where(body:not(.page--home)) .section--detail ul.delighter.started li:nth-of-type(12) {
  animation-delay: 2.2s;
}
:where(body:not(.page--home)) .section--list ul li.delighter.started,
:where(body:not(.page--home)) .section--detail ul li.delighter.started {
  animation: fadeUp 0.8s ease;
}
:where(body:not(.page--home)) .section--list .no-data {
  animation: 1s fadeUp ease;
}
:where(body:not(.page--home)) .section--detail .inner {
  background: #fff;
  border-radius: 6px;
  padding: 2em;
  animation: fadeUp 0.8s ease;
}

/* page--info
------------------------------ */
.page--info .section--detail .heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.page--info .section--detail .heading .date .day {
  font-size: 24px;
}
.page--info .section--detail .heading .block--share {
  display: flex;
  align-items: end;
  gap: 0.7em;
}
.page--info .section--detail .heading .block--share li {
  line-height: 1;
}
.page--info .section--detail .heading .block--share li.share {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--info .section--detail .heading .block--share li i {
  font-size: 21px;
}
.page--info .section--detail .title {
  font-size: 1.2em;
  margin-top: 1em;
}
.page--info .section--detail .txt {
  border-top: 1px solid rgba(191, 175, 157, 0.6);
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.page--info .section--detail .txt .ph,
.page--info .section--detail .txt .video {
  margin: 1em 0;
}
.page--info .section--detail .txt .ph img,
.page--info .section--detail .txt .video img {
  width: 100%;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}

/* page--live (live_information/list)
------------------------------ */
.page--live .section--detail .ph {
  margin-bottom: 1em;
}
.page--live .section--detail .ph img {
  width: 100%;
}
.page--live .section--detail .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
.page--live .section--detail .block--liveinfo dt {
  font-weight: bold;
}
.page--live .section--detail .block--liveinfo dd {
  border-bottom: 1px solid rgba(191, 175, 157, 0.6);
}
.page--live .section--detail .block--liveinfo dd.info img {
  width: 100%;
  margin: 1em 0;
  pointer-events: none;
}

/* page--calendar (live_information/calendar)
------------------------------ */
.page--calendar .section--list .block--month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  max-width: 500px;
  margin: 0 auto 2em;
  position: relative;
  animation: fadeUp 0.8s ease;
}
.page--calendar .section--list .block--month .date.this-month {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page--calendar .section--list .block--month .date.this-month .year, .page--calendar .section--list .block--month .date.this-month .week {
  font-size: 13px;
}
.page--calendar .section--list .block--month .date.this-month .day {
  font-size: 2.8em;
}
.page--calendar .section--list .block--month .date.page-prev, .page--calendar .section--list .block--month .date.page-next {
  font-size: 1.2em;
}
.page--calendar .section--list .block--day .list--schedule li {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 1em;
}
.page--calendar .section--list .block--day .list--schedule li .date {
  justify-content: center;
  width: 5em;
  padding-top: 1.4em;
}
.page--calendar .section--list .block--day .list--schedule li .live-item {
  width: calc(100% - 5em);
}
.page--calendar .section--list .block--day .list--schedule li .live-item .box a {
  display: block;
  padding: 1.5em 1em;
}
.page--calendar .section--list .block--day .list--schedule li .live-item .box a .title {
  font-weight: 500;
}
.page--calendar .section--list .block--day .list--schedule li .live-item .box a .venue {
  font-size: 0.8em;
  margin-top: 0.5em;
}
.page--calendar .section--list .block--day .list--schedule li .live-item .box + .box {
  border-top: 1px solid rgba(191, 175, 157, 0.6);
}
.page--calendar .section--list .block--day .list--schedule li + li {
  margin-top: 1em;
}

/* page--disco
------------------------------ */
.page--disco .section--detail .block--jacket.delighter.started {
  animation: fadeUp 0.8s ease;
}
.page--disco .section--detail .block--jacket .list--jacket li + li {
  margin-top: 20px;
}
.page--disco .section--detail .block--jacket .list--jacket li .thumb .no-image {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page--disco .section--detail .block--jacket .list--jacket li .title {
  margin-top: 5px;
  font-size: 0.7em;
}
.page--disco .section--detail .block--detail.delighter.started {
  animation: fadeUp 0.8s ease;
}
.page--disco .section--detail .block--detail .category {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #ECB7C6;
  font-size: 12px;
  padding: 5px 1em;
  border-radius: 3px;
  min-width: 7em;
  line-height: 1;
  margin-bottom: 1em;
}
.page--disco .section--detail .block--detail .date .day {
  font-size: 26px;
}
.page--disco .section--detail .block--detail .date .text {
  font-size: 18px;
}
.page--disco .section--detail .block--detail .main-title {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0.8em;
  margin-bottom: 1.2em;
}
.page--disco .section--detail .block--detail .comment {
  margin-bottom: 1.5em;
}
.page--disco .section--detail .block--detail .comment a {
  text-decoration: underline;
}
.page--disco .section--detail .block--detail .block--track > li .title {
  font-weight: 500;
  margin-bottom: 0.7em;
}
.page--disco .section--detail .block--detail .block--track > li .list--track {
  border-top: 1px solid rgba(191, 175, 157, 0.6);
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid rgba(191, 175, 157, 0.6);
  padding: 0.6em 0;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .num {
  min-width: 1.8em;
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 0.5em;
  text-align: right;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .track-title {
  flex: 1;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .list--link {
  display: flex;
  gap: 0.5em;
  margin-left: 1em;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .list--link li a {
  display: inline-block;
}
.page--disco .section--detail .block--detail .block--track > li .list--track > li .tie-up {
  display: block;
  font-size: 0.8em;
  margin-top: 0.4em;
}
.page--disco .section--detail .block--detail .block--track > li + li {
  margin-top: 2.5em;
}
.page--disco .section--detail .block--detail .block--review {
  text-align: center;
  margin-top: 2em;
}
.page--disco .section--detail .block--detail .block--review p {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  margin: 1em 0 0.2em;
}
.page--disco .section--detail .block--detail .block--review a {
  display: inline-block;
  background: #232B70;
  color: #fff;
  padding: 0.5em 1.2em;
  line-height: 1;
  border-radius: 4px;
  margin: 5px;
}

/* page--video
------------------------------ */
.page--video .section--detail .title {
  font-weight: 500;
}

/* page--profile
------------------------------ */
.page--profile .section--detail .block--photo {
  animation: fadeUp 0.8s ease;
}
.page--profile .section--detail p.delighter.started {
  animation: fadeUp 0.8s ease;
}
.page--profile .section--detail .list--member {
  display: flex;
  max-width: 600px;
  margin: 3em auto 4em;
}
.page--profile .section--detail .list--member > li {
  width: 33.3333333333%;
  text-align: center;
}
.page--profile .section--detail .list--member > li .name {
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 500;
  margin-bottom: 5px;
}
.page--profile .section--detail .list--member > li .role {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--profile .section--detail .list--member .list--sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  gap: 0.8em;
}
.page--profile .section--detail .list--member .list--sns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #232B70;
  color: #fff;
  border-radius: 5px;
}
.page--profile .section--detail .list--member .list--sns li a i {
  font-size: 20px;
}

/* page--support
------------------------------ */
.page--support .section--detail {
  max-width: 850px;
  animation: fadeUp 0.8s ease;
}
.page--support .section--detail .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 4vw, 28px);
  font-weight: 500;
  margin-bottom: 1.3em;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.page--support .section--detail .list--support dd {
  margin-bottom: 2em;
}
.page--support .section--detail .txt {
  margin-bottom: 1em;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  font-size: clamp(26px, 4vw, 40px);
}
@media screen and (min-width: 961px) {
  .page--error .section--detail .txt {
    text-align: center;
  }
}

/* page--member
------------------------------ */
.page--member {
  background: linear-gradient(to bottom, #5671BC, #082B6C);
}
.page--member .wrap::before {
  content: "";
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water.webp) center/cover no-repeat;
  opacity: 0.18;
}
.page--member header .header-inner .header-logo,
.page--member header .header-inner .g-nav {
  color: #fff;
}
.page--member header .header-inner .drawer-btn {
  color: #fff;
}
.page--member .section--list .section-tit,
.page--member .section--detail .section-tit {
  color: #fff;
  padding-top: 1em;
}
.page--member .section--list .section-tit span,
.page--member .section--detail .section-tit span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.page--member .section--list .section-tit span::before, .page--member .section--list .section-tit span::after,
.page--member .section--detail .section-tit span::before,
.page--member .section--detail .section-tit span::after {
  content: "";
  width: 82px;
  height: 160px;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bubble.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -1.5em;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .page--member .section--list .section-tit span::before, .page--member .section--list .section-tit span::after,
  .page--member .section--detail .section-tit span::before,
  .page--member .section--detail .section-tit span::after {
    width: 62px;
    height: 121px;
  }
}
.page--member .section--list .section-tit span::before,
.page--member .section--detail .section-tit span::before {
  --bubble-opacity: .5;
  animation: bubble-anime 5s linear infinite;
}
.page--member .section--list .section-tit span::after,
.page--member .section--detail .section-tit span::after {
  --bubble-opacity: .18;
  animation: bubble-anime2 5s linear infinite -2.5s;
}
.page--member .section--list .section-tit span::before, .page--member .section--list .section-tit span::after,
.page--member .section--detail .section-tit span::before,
.page--member .section--detail .section-tit span::after {
  bottom: -40px;
}
.page--member .block--pager:not(.comment) {
  color: #fff;
}
.page--member .detail__btn a {
  color: #fff;
}

/* page--blog
------------------------------ */
.page--blog .form__select {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
  animation: fadeUp 0.8s ease;
}
.page--blog .form__select form {
  display: inline-block;
  position: relative;
}
.page--blog .form__select form::after {
  content: "";
  border-left: 10px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  margin-left: 5px;
}
.page--blog .form__select form::after {
  color: #fff;
  position: absolute;
  top: calc(50% - 7px);
  right: 7px;
  z-index: 1;
  transform: rotate(90deg);
  pointer-events: none;
}
.page--blog .form__select form select {
  width: 100%;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 1.5em 8px 8px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.page--blog .form__select form select option {
  color: #232B70;
}
.page--blog .section--list .list--blog li a .heading {
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin-bottom: 0.5em;
}
.page--blog .section--list .list--blog li a .heading .date {
  margin-bottom: 0;
}
.page--blog .section--list .list--blog li a .heading .name {
  font-size: 0.9em;
}
.page--blog .section--detail .date {
  margin-bottom: 0.8em;
}
.page--blog .section--detail .title {
  font-size: 1.2em;
  font-weight: 500;
}
.page--blog .section--detail .name {
  text-align: right;
  font-size: 1.1em;
  margin-top: 0.8em;
}
.page--blog .section--detail .txt {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid rgba(35, 43, 112, 0.3);
}
.page--blog .section--detail .txt .ph,
.page--blog .section--detail .txt .video {
  margin: 1em 0;
}
.page--blog .section--detail .txt .block--player {
  margin: 1em 0;
}
.page--blog .section--detail .txt .block--player .video-js {
  position: relative !important;
}
.page--blog .section--detail .txt .block--player .video-js video {
  position: relative;
  aspect-ratio: 16/9;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .page-nav {
  margin-top: 3em;
}
.page--blog .section--detail .comment-area {
  margin-top: 1.5em;
  border-top: 1px solid rgba(35, 43, 112, 0.3);
  padding: 1.5em 0;
}
.page--blog .section--detail .comment-area .block--comment .comment-title {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .comment-area .list--comment li {
  border-bottom: 1px solid rgba(35, 43, 112, 0.3);
  padding: 1em 0;
}
.page--blog .section--detail .comment-area .list--comment li .heading {
  display: flex;
  gap: 1em;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .comment-area .list--comment li .heading .comment-date {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--blog .section--detail .comment-area .list--comment li .btn--delete {
  font-size: 12px;
  color: #fff;
  background: rgba(35, 43, 112, 0.5);
  border: 1px solid rgba(35, 43, 112, 0.3);
  border-radius: 30px;
  padding: 0.5em 1em;
  line-height: 1;
  margin-top: 1em;
  cursor: pointer;
}
.page--blog .section--detail .comment-area .list--comment li .comment-text {
  font-size: 0.9em;
}
.page--blog .section--detail .comment-area .list--comment .no-data {
  font-size: inherit;
}

/* page--movie
------------------------------ */
.page--movie.new-movie .section--list,
.page--movie.new-movie .section--detail {
  max-width: 900px !important;
}
.page--movie.new-movie .section--list .block--announce {
  animation: fadeUp 0.8s ease;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100%;
  color: #fff;
  margin: 0 0 1.3em;
  padding: 0;
  animation: fadeUp 0.8s ease;
}
.page--movie.new-movie .section--detail .block--tit .date {
  opacity: 1;
  font-size: inherit;
  margin-bottom: 0.5em;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  font-size: 1.3em;
}
.page--movie.new-movie .section--detail .area--movie {
  animation: 1s fadeUp ease;
}
.page--movie.new-movie .section--detail .area--movie .video-js:not(.vjs-fullscreen) .vjs-play-control {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  border-top: 0;
  margin-top: 3em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a {
  display: flex;
  align-items: end;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .thumb {
  width: 40%;
  aspect-ratio: 1/1;
  border-radius: 3px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .text {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .text .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .text .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--more_movies li a .text {
  width: 60%;
  margin-left: -5px;
  margin-bottom: -5px;
}

/* page--info(FC NEWS)
------------------------------ */
.page--info.page--member .section--list,
.page--info.page--member .section--detail {
  max-width: 900px;
}

/* page--blog
------------------------------ */
.page--blog .section--detail {
  max-width: 900px;
}

/* page--radio
------------------------------ */
.page--radio.new-movie .section--detail .area--movie .block--player {
  aspect-ratio: 1/1;
  margin-bottom: 1em;
}
.page--radio.new-movie .section--detail .area--movie .block--player .video-js:not(.vjs-fullscreen) .vjs-play-control {
  top: max(-450px, -35vw) !important;
}

/* page--moment
------------------------------ */
.page--moment .section--list .no-data {
  color: #fff;
}
.page--moment .section--detail .date span {
  margin-left: 0.5em;
}

/* page--qa
------------------------------ */
.page--qa .section--list {
  max-width: 800px;
}
.page--qa .section--list .list--qa li a {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page--qa .section--list .list--qa li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.page--qa .section--list .list--qa li a .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.page--qa .section--list .list--qa li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.page--qa .section--list .list--qa li a .name {
  text-align: right;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.page--qa .section--list .list--qa li + li {
  margin-top: 25px;
}
.page--qa .section--list .list--qa li.new a::after {
  content: "New";
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(13px, 2vw, 15px);
  padding: 5px 10px;
  background: #232B70;
  border-radius: 0 3px 0 3px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.page--qa .section--detail .title {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  display: inline-block;
  border-bottom: 1px solid;
  margin-bottom: 0.7em;
}
.page--qa .section--detail .block--q .name {
  text-align: right;
  margin-top: 0.5em;
}
.page--qa .section--detail .block--a {
  margin-top: 2em;
}
.page--qa .section--detail .page-nav {
  margin-top: 3em;
}
.page--qa.page--edit .block--error p {
  background: #dd0d0d;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
.page--qa.page--edit .form--post {
  margin-top: 2em;
}

/* page--photo
------------------------------ */
.page--photo #swipebox-slider {
  cursor: auto;
}
.page--photo #swipebox-overlay {
  background: rgba(21, 20, 16, 0.8);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  width: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-action #swipebox-prev::before,
.page--photo #swipebox-action #swipebox-next::before {
  content: "";
  width: 2em;
  height: 2em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: calc(50% - 1em);
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::before {
  left: 0.5em;
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-action #swipebox-next::before {
  right: 0.5em;
  transform: rotate(135deg);
}
.page--photo #swipebox-action #swipebox-close {
  top: 3%;
  background: none;
  width: 2.5em;
  height: 2.5em;
  right: 3%;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 2.5em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo .section--detail {
  color: #fff;
}
.page--photo .section--detail .block--tit {
  animation: fadeUp 0.8s ease;
}
.page--photo .section--detail .block--tit .date {
  margin-bottom: 0.5em;
}
.page--photo .section--detail .block--tit .title {
  font-size: 1.3em;
  margin-bottom: 1em;
}
.page--photo .section--detail .list--contents li .thumb {
  aspect-ratio: 1/1;
  border-radius: 3px;
}
.page--photo .section--detail .list--contents li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* page--songs
------------------------------ */
.page--songs .section--list {
  max-width: 800px;
}
.page--songs .section--list .list--songs li a {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page--songs .section--list .list--songs li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.page--songs .section--list .list--songs li a .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.page--songs .section--list .list--songs li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.page--songs .section--list .list--songs li + li {
  margin-top: 25px;
}
.page--songs .section--list .list--songs li .name {
  text-align: right;
  font-size: 0.9em;
  margin-top: 0.5em;
}
.page--songs .section--detail {
  max-width: 600px;
}
.page--songs .section--detail .title {
  color: #fff;
  font-weight: 500;
  animation: 1s fadeUp ease;
}
.page--songs .section--detail .name {
  color: #fff;
  font-size: 0.9em;
  margin-top: 1em;
  animation: 1s fadeUp ease;
}
.page--songs .section--detail .block__answer {
  background: #fff;
  border-radius: 3px;
  padding: 2em 2em 1.5em;
  margin-top: 1em;
  animation: fadeUp 0.5s ease;
}
.page--songs .section--detail .block__answer .block--musiclist {
  padding-left: 2em;
}
.page--songs .section--detail .block__answer .block--musiclist li {
  list-style: decimal-leading-zero;
  position: relative;
  padding-bottom: 2em;
}
.page--songs .section--detail .block__answer .block--musiclist li .artist {
  display: block;
  font-size: 0.8em;
  opacity: 0.6;
  margin-top: 5px;
}
.page--songs .section--detail .block__answer .block--musiclist li::after {
  content: "";
  width: calc(100% + 2em);
  border-bottom: 1px solid rgba(35, 43, 112, 0.3);
  position: absolute;
  left: -2em;
  bottom: 0.95em;
}
.page--songs .section--detail .block__answer .block--musiclist li::marker {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page--songs .section--detail .page-nav {
  color: #fff;
  margin-top: 1em;
}

/* page--faq
------------------------------ */
.page--faq .icon--q,
.page--faq .icon--a {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  width: 1.5em;
}
.page--faq .icon--q::after,
.page--faq .icon--a::after {
  content: ".";
  padding-left: 3px;
}
.page--faq .tit--category {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page--faq .tit--category.delighter.started {
  animation: fadeUp 0.8s ease;
}
.page--faq .list--faq {
  background: #fff;
  border-radius: 8px;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}
.page--faq .list--faq li a {
  display: flex;
  padding: 1em 0;
}
.page--faq .list--faq li + li {
  border-top: 1px solid rgba(191, 175, 157, 0.6);
}
.page--faq .searchBox {
  margin-bottom: 2em;
  animation: fadeUp 0.5s ease;
}
.page--faq .searchBox form {
  position: relative;
}
.page--faq .searchBox form input[type=text] {
  width: 100%;
  padding-right: 2.2em;
}
.page--faq .searchBox form input[type=submit] {
  color: #232B70;
  font-size: 1.2em;
  font-family: FontAwesome;
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0.3em;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px;
}
.page--faq .section--list {
  max-width: 900px;
}
.page--faq .section--list .block--category {
  justify-content: flex-start;
  gap: 0.5em;
}
.page--faq .section--list .block--category li a {
  display: inline-block;
  font-size: 0.8em;
  background: #232b70;
  color: #fff;
  border-radius: 30px;
  line-height: 1.2;
  padding: 0.5em 1em;
}
.page--faq .section--detail {
  max-width: 900px;
}
.page--faq .section--detail .block--faq-detail {
  background: #fff;
  border-radius: 8px;
  padding: 1.5em 1em;
  margin-bottom: 3.5em;
}
.page--faq .section--detail .block--faq-detail dt, .page--faq .section--detail .block--faq-detail dd {
  display: flex;
}
.page--faq .section--detail .block--faq-detail dt .icon--q,
.page--faq .section--detail .block--faq-detail dt .icon--a, .page--faq .section--detail .block--faq-detail dd .icon--q,
.page--faq .section--detail .block--faq-detail dd .icon--a {
  font-size: 1.3em;
  line-height: 1.2;
}
.page--faq .section--detail .block--faq-detail dt .txt, .page--faq .section--detail .block--faq-detail dd .txt {
  width: calc(100% - 1.5em);
}
.page--faq .section--detail .block--faq-detail dt .txt a, .page--faq .section--detail .block--faq-detail dd .txt a {
  text-decoration: underline;
}
.page--faq .section--detail .block--faq-detail dd {
  border-top: 1px solid rgba(191, 175, 157, 0.6);
  padding-top: 1em;
  margin-top: 1em;
}
.page--faq .section--detail .block--contact {
  text-align: center;
  margin-top: 4em;
}

/* page--entry
------------------------------ */
.page--entry .section--detail .heading {
  text-align: center;
}
.page--entry .section--detail .heading .logo {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  margin-bottom: 1.5em;
}
.page--entry .section--detail .btn {
  margin: 2.5em 0;
}
.page--entry .section--detail .block-title {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(24px, 3vw, 40px);
  text-align: center;
  margin-bottom: 0.8em;
  padding-top: 2em;
}
.page--entry .section--detail .block-title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.page--entry .section--detail .block-title span::before, .page--entry .section--detail .block-title span::after {
  content: "";
  width: 82px;
  height: 160px;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bubble.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: -1.5em;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .page--entry .section--detail .block-title span::before, .page--entry .section--detail .block-title span::after {
    width: 62px;
    height: 121px;
  }
}
.page--entry .section--detail .block-title span::before {
  --bubble-opacity: .5;
  animation: bubble-anime 5s linear infinite;
}
.page--entry .section--detail .block-title span::after {
  --bubble-opacity: .18;
  animation: bubble-anime2 5s linear infinite -2.5s;
}
.page--entry .section--detail .list--menu > li {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 1em;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.page--entry .section--detail .list--menu > li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_water2.webp) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}
.page--entry .section--detail .list--menu > li .date {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 5px;
}
.page--entry .section--detail .list--menu > li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 500;
}
.page--entry .section--detail .list--menu > li {
  text-align: center;
  padding: 1.5em 1.2em;
}
.page--entry .section--detail .list--menu > li .title {
  margin-bottom: 1em;
}
.page--entry .section--detail .list--menu > li .title span {
  font-family: adorn-roman, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 3vw, 26px);
}
.page--entry .section--detail .list--menu > li.blog .sub-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.8em;
}
.page--entry .section--detail .list--menu > li.blog .sub-title span {
  display: inline-block;
  font-size: 0.8em;
  font-weight: normal;
  margin-bottom: 5px;
}
.page--entry .section--detail .list--menu > li.birthday .title {
  font-size: clamp(15px, 3vw, 17px);
}
.page--entry .section--detail .fee.delighter.started {
  animation: fadeUp 0.8s ease;
}
.page--entry .section--detail .fee {
  color: #fff;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto 0;
}
.page--entry .section--detail .fee dt, .page--entry .section--detail .fee dd {
  border-bottom: 1px solid #fff;
  padding: 1em;
}
.page--entry .section--detail .fee dt {
  width: 8em;
}
.page--entry .section--detail .fee dd {
  width: calc(100% - 8em);
}
.page--entry .section--detail .fee .note {
  color: #fff;
  font-size: 0.85em;
  margin-top: 1em;
}
.page--entry .section--detail .fee .note a {
  text-decoration: underline;
}

/* page--questionnaire
------------------------------ */
.page--questionnaire .section--detail .inner {
  max-width: 800px;
  margin-inline: auto;
}
.page--questionnaire .section--detail .inner .block--error {
  background: #ffdbd5;
  border-radius: 3px;
  padding: 1em;
  margin: 1em 0;
}
.page--questionnaire .section--detail .inner .block--error li {
  color: #dd0d0d;
  font-weight: 500;
}
.page--questionnaire .section--detail .inner .block--error li::before {
  content: "※";
}
.page--questionnaire .section--detail .inner .block--error li + li {
  margin-top: 0.5em;
}

/* app
------------------------------ */
.body--app:not(.page--home) .section--list,
.body--app:not(.page--home) .section--detail {
  min-height: 100vh;
}

/* animation
------------------------------ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bubble-anime {
  0% {
    transform: translateY(10px) scale(0.9);
    opacity: 0;
  }
  20%, 80% {
    opacity: var(--bubble-opacity);
  }
  100% {
    transform: translateY(-20px) scale(1.1);
    opacity: 0;
  }
}
@keyframes bubble-anime2 {
  0% {
    transform: translateY(20px) scale(0.8);
    opacity: 0;
  }
  30%, 90% {
    opacity: var(--bubble-opacity);
  }
  100% {
    transform: translateY(-30px) scale(1);
    opacity: 0;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  /* common
  ------------------------------ */
  body {
    font-size: 16px;
  }
  /* button
  ----------------------------- */
  .btn--main, .btn--sub {
    transition: 0.3s;
  }
  .btn--main:hover {
    background: #43639e;
  }
  .btn--sub:hover {
    background: #c7ccfc;
  }
  .detail__btn a {
    transition: 0.3s;
  }
  .detail__btn a:hover {
    transform: translateX(-5px);
  }
  /* pager
  ----------------------------- */
  .block--pager li.pager__item--newer a::before, .block--pager li.pager__item--older a::before {
    transition: 0.3s;
  }
  .block--pager li.pager__item--newer a:hover::before, .block--pager li.pager__item--older a:hover::before {
    width: 50%;
  }
  .block--pager li.pager__item--other a {
    transition: 0.3s;
  }
  .block--pager li.pager__item--other a:hover {
    opacity: 0.6;
  }
  .page-nav a {
    transition: 0.3s;
  }
  .page-nav a:hover {
    letter-spacing: 0.08em;
  }
  /* list
  ------------------------------ */
  .list--information li a {
    display: flex;
    align-items: center;
    gap: 1.5em;
    padding: 1.5em 1em;
  }
  .list--information li a,
  .list--qa li a,
  .list--songs li a {
    transition: 0.3s;
  }
  .list--information li a:hover,
  .list--qa li a:hover,
  .list--songs li a:hover {
    transform: translateX(0.5em);
  }
  .list--contents {
    gap: 30px;
  }
  .list--contents li {
    width: calc((100% - 60px) / 3);
  }
  .list--banner li a {
    display: block;
    overflow: hidden;
    line-height: 1;
  }
  .list--banner li a img {
    display: block;
    will-change: transform;
    transition: 0.3s;
  }
  .list--banner li a:hover img {
    transform: scale(1.1);
  }
  .list--video li a .thumb {
    position: relative;
  }
  .list--video li a .thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #232B70;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-110%);
    transition: 0.3s ease;
    z-index: 1;
    mix-blend-mode: soft-light;
  }
  .list--video li a .block--detail {
    display: inline-flex;
    align-items: center;
    gap: 1em;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease 0.2s;
    z-index: 1;
  }
  .list--video li a .block--detail::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #232B70;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-110%);
    transition: 0.3s ease 0.2s;
    z-index: -1;
  }
  .list--video li a .block--detail .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .list--video li a:hover .thumb::after,
  .list--video li a:hover .block--detail::after {
    transform: none;
  }
  .list--video li a:hover .block--detail {
    color: #fff;
  }
  .list--disco li > a {
    display: flex;
    align-items: end;
  }
  .list--disco li > a > div {
    width: 50%;
  }
  .list--disco li > a .thumb {
    width: 50%;
  }
  .list--disco li > a .thumb img {
    transition: 0.3s;
  }
  .list--disco li > a .block--detail {
    width: 50%;
    border-radius: 0 8px 8px 0;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease 0.2s;
    z-index: 1;
  }
  .list--disco li > a .block--detail::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #232B70;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-110%);
    transition: 0.3s ease 0.2s;
    z-index: -1;
  }
  .list--disco li > a:hover .thumb img, .list--disco li > a:hover + a .thumb img, .list--disco li > a:has(+ a:hover) .thumb img {
    transform: scale(1.2);
  }
  .list--disco li > a:hover .block--detail, .list--disco li > a:hover + a .block--detail, .list--disco li > a:has(+ a:hover) .block--detail {
    color: #fff;
  }
  .list--disco li > a:hover .block--detail::after, .list--disco li > a:hover + a .block--detail::after, .list--disco li > a:has(+ a:hover) .block--detail::after {
    transform: none;
  }
  .list--live {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .list--live li {
    width: calc((100% - 40px) / 3);
  }
  .list--live li a {
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .list--live li a::before {
    content: "";
    background: #232B70;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: center;
    z-index: -1;
    transition: 0.3s;
  }
  .list--live li a:hover {
    color: #fff;
  }
  .list--live li a:hover::before {
    transform: scale(1);
    opacity: 1;
  }
  .list--sns li a {
    transition: 0.3s;
    will-change: transform;
  }
  .list--sns li a:hover {
    transform: scale(1.15);
  }
  .list--fccontents {
    display: flex;
    gap: 40px 30px;
    flex-wrap: wrap;
  }
  .list--fccontents li {
    width: calc((100% - 60px) / 3);
  }
  .content-item a .thumb,
  .list--fccontents a .thumb,
  #photo a .thumb,
  #moment a .thumb {
    position: relative;
  }
  .content-item a .thumb::before,
  .list--fccontents a .thumb::before,
  #photo a .thumb::before,
  #moment a .thumb::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #5671BC, #082B6C);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
    z-index: 1;
    opacity: 0;
  }
  .content-item a::before, .content-item a::after,
  .list--fccontents a::before,
  .list--fccontents a::after,
  #photo a::before,
  #photo a::after,
  #moment a::before,
  #moment a::after {
    transition: 0.3s ease 0.3s;
  }
  .content-item a:hover,
  .list--fccontents a:hover,
  #photo a:hover,
  #moment a:hover {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  .content-item a:hover::before, .content-item a:hover::after,
  .list--fccontents a:hover::before,
  .list--fccontents a:hover::after,
  #photo a:hover::before,
  #photo a:hover::after,
  #moment a:hover::before,
  #moment a:hover::after {
    content: "";
    width: 82px;
    height: 160px;
    background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bubble.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    bottom: -20px;
    left: -1.5em;
    opacity: 0;
  }
  .content-item a:hover,
  .list--fccontents a:hover,
  #photo a:hover,
  #moment a:hover {
    display: block;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .content-item a:hover::before, .content-item a:hover::after,
  .list--fccontents a:hover::before,
  .list--fccontents a:hover::after,
  #photo a:hover::before,
  #photo a:hover::after,
  #moment a:hover::before,
  #moment a:hover::after {
    width: 62px;
    height: 121px;
  }
}
@media screen and (min-width: 961px) {
  .content-item a:hover::before,
  .list--fccontents a:hover::before,
  #photo a:hover::before,
  #moment a:hover::before {
    --bubble-opacity: .5;
    animation: bubble-anime 5s linear infinite;
  }
  .content-item a:hover::after,
  .list--fccontents a:hover::after,
  #photo a:hover::after,
  #moment a:hover::after {
    --bubble-opacity: .18;
    animation: bubble-anime2 5s linear infinite -2.5s;
  }
  .content-item a:hover::before, .content-item a:hover::after,
  .list--fccontents a:hover::before,
  .list--fccontents a:hover::after,
  #photo a:hover::before,
  #photo a:hover::after,
  #moment a:hover::before,
  #moment a:hover::after {
    left: calc(50% - 41px);
    bottom: 35%;
    z-index: 2;
  }
  .content-item a:hover .thumb::before,
  .list--fccontents a:hover .thumb::before,
  #photo a:hover .thumb::before,
  #moment a:hover .thumb::before {
    opacity: 0.6;
  }
  .list--fcnews li a {
    transition: 0.3s;
  }
  .list--fcnews li a:hover {
    transform: translateX(0.7em);
  }
}
@media screen and (min-width: 961px) {
  /* header
  ------------------------------ */
  header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
  }
  header::before {
    content: "";
    background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bg_paper.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.8;
  }
  header .header-inner {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    padding: 0 30px;
  }
  header .header-inner .header-logo {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  header .header-inner .g-nav .nav--menu {
    display: flex;
    gap: 0.8em;
  }
  header .header-inner .g-nav .nav--menu li a {
    font-family: adorn-roman, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    line-height: 1;
    transition: 0.3s;
    padding: 2px;
  }
  header .header-inner .g-nav .nav--menu li a::before {
    content: "";
    background: #232B70;
    width: 100%;
    height: 100%;
    transform: translateX(-110%);
    transition: 0.3s;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header-inner .g-nav .nav--menu li a:hover {
    color: #fff;
  }
  header .header-inner .g-nav .nav--menu li a:hover::before {
    transform: none;
  }
  header .header-inner .drawer-btn {
    transition: 0.3s;
    will-change: transform;
  }
  header .header-inner .drawer-btn:hover {
    transform: scale(1.05);
  }
  body.drawer-visible .drawer-btn span {
    background: #fff;
  }
  body.drawer-visible .drawer-btn p::before {
    color: #fff;
  }
  body.drawer-visible .fc-link {
    transform: translateX(110%);
  }
  /* drawer
  ------------------------------ */
  .drawer {
    width: 30%;
    max-width: 300px;
  }
  .drawer .drawer-inner .g-nav.fc-nav {
    border-radius: 0 0 0 3px;
    padding-top: 70px;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li a,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a {
    position: relative;
    z-index: 1;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li a::before, .drawer .drawer-inner .g-nav.fc-nav .list--login li a::after,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a::before,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a::after {
    content: "";
    background: url(/static/oisiclemelonpan/fanclub/cmn/new_2026/bubble_one.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li a::before,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a::before {
    width: 22px;
    height: 22px;
    top: -5px;
    right: -20px;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li a::after,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a::after {
    width: 12px;
    height: 12px;
    top: 15px;
    right: -5px;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li a:hover::before,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a:hover::before {
    animation: nav-bubble 1.2s ease-in-out 0.3s;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li a:hover::after,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li a:hover::after {
    animation: nav-bubble 1.2s ease-in-out;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li.join a::before,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li.join a::before {
    right: -12px;
  }
  .drawer .drawer-inner .g-nav.fc-nav .list--login li.join a::after,
  .drawer .drawer-inner .g-nav.fc-nav .nav--menu li.join a::after {
    right: 3px;
  }
  @keyframes nav-bubble {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(1) translateY(-15px);
    }
  }
  /* footer
  ------------------------------ */
  footer .footer-inner {
    padding: 50px 30px 30px;
  }
  footer .footer-inner .flex-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer-inner .flex-pc .logo {
    width: 300px;
  }
  footer .footer-inner .flex-pc .nav--support {
    width: calc(100% - 300px);
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 1em 1.4em;
    padding-left: 2em;
  }
  footer .footer-inner .flex-pc .nav--support li a {
    font-size: 12px;
    transition: 0.3s;
  }
  footer .footer-inner .flex-pc .nav--support li a:hover {
    opacity: 0.5;
  }
  /* page--home
  ------------------------------ */
  .page--home .area-official {
    padding-bottom: 90px;
  }
  .page--home .area-official section {
    padding: 50px 30px;
  }
  .page--home .area-official section:not(#video) {
    max-width: 1160px;
    margin-inline: auto;
  }
  .page--home .area-official .section-title {
    display: inline-block;
    font-size: 50px;
    transform: rotate(-90deg) translateX(calc(-100% - 8px));
    transform-origin: left top;
    position: absolute;
  }
  .page--home .area-official .view-more a::before {
    transition: 0.3s;
  }
  .page--home .area-official .view-more a:hover::before {
    width: 30%;
  }
  .page--home .area-official #banner {
    padding-bottom: 30px;
  }
  .page--home .area-official #news .section-inner {
    margin-left: 15%;
  }
  .page--home .area-official #news .section-inner .section-title {
    left: calc(100px - 0.5em);
  }
  .page--home .area-official #news.delighter {
    transition: 0.8s ease 0.4s;
    transform: translateX(110%);
  }
  .page--home .area-official #news.delighter.started {
    transform: none;
  }
  .page--home .area-official #live .section-inner {
    margin-right: 100px;
  }
  .page--home .area-official #live .section-inner .section-title {
    right: 0;
  }
  .page--home .area-official #live .section-inner .view-more {
    text-align: right;
  }
  .page--home .area-official #live .section-inner .list--live li a {
    height: 100%;
  }
  .page--home .area-official #live .section-inner .list--live li a .heading {
    flex-wrap: wrap;
  }
  .page--home .area-official #live .section-inner .list--live li a .heading .place {
    width: 100%;
    margin-top: 0.5em;
  }
  .page--home .area-official #live .section-inner .list--live li a .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page--home .area-official #live.delighter {
    transition: 0.8s ease 0.4s;
    transform: translateX(-110%);
  }
  .page--home .area-official #live.delighter.started {
    transform: none;
  }
  .page--home .area-official #disco .section-inner {
    margin-left: 70px;
    margin-right: 70px;
  }
  .page--home .area-official #disco .section-inner .section-title {
    left: 0;
  }
  .page--home .area-official #disco .section-inner .list--disco li {
    display: flex;
    align-items: end;
  }
  .page--home .area-official #disco .section-inner .list--disco li a {
    width: 50%;
    display: block;
  }
  .page--home .area-official #disco .section-inner .list--disco li a .thumb {
    width: 100%;
  }
  .page--home .area-official #disco .section-inner .list--disco li a .block--detail {
    width: 100%;
  }
  .page--home .area-official #disco .section-inner .list--disco li a .block--detail .title {
    font-size: 1.2em;
  }
  .page--home .area-official #disco.delighter {
    transition: 0.8s ease 0.4s;
    transform: translateX(110%);
  }
  .page--home .area-official #disco.delighter.started {
    transform: none;
  }
  .page--home .area-official #video {
    padding-left: 0;
    margin-right: max((100vw - 1160px) / 2 + 70px, 6.5vw);
  }
  .page--home .area-official #video .section-inner {
    overflow: hidden;
  }
  .page--home .area-official #video .section-inner .video-swiper {
    overflow: visible;
    transform: translateX(-50%);
  }
  .page--home .area-official #video .section-inner .section-title {
    right: calc(-185px + 1em);
  }
  .page--home .area-official #video .section-inner .view-more {
    text-align: right;
  }
  .page--home .area-official #video.delighter {
    transition: 0.8s ease 0.4s;
    transform: translateX(-110%);
  }
  .page--home .area-official #video.delighter.started {
    transform: none;
  }
  .page--home .area-fc {
    padding-bottom: 120px;
  }
  .page--home .area-fc::before {
    background-size: cover;
    background-attachment: fixed;
  }
  .page--home .area-fc .view-more a::before, .page--home .area-fc .view-more a::after {
    transition: 0.3s;
    will-change: transform;
  }
  .page--home .area-fc .view-more a:hover::before, .page--home .area-fc .view-more a:hover::after {
    transform: scale(1.25);
  }
  .page--home .area-fc .flex-pc {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin-inline: auto;
    gap: 110px 5vw;
  }
  .page--home .area-fc .flex-pc section {
    width: calc((100% - 5vw) / 2);
  }
  .page--home .area-fc #fc-top {
    scroll-margin-top: 85px;
  }
  .page--home .area-fc #fc-top .login-link a {
    transition: 0.3s;
  }
  .page--home .area-fc #fc-top .login-link a:hover {
    opacity: 0.7;
  }
  .page--home .area-fc #fc-banner {
    padding: 60px 30px;
  }
  .page--home .area-fc #fc-news {
    padding: 60px 30px;
  }
  .page--home .area-fc #blog {
    margin-bottom: 180px;
    padding: 10px 30px 40px;
  }
  .page--home .area-fc #blog .list--blog a::before, .page--home .area-fc #blog .list--blog a::after {
    bottom: 15%;
  }
  .page--home .area-fc #blog .list--blog a.blog-link {
    transition: 0.3s;
  }
  .page--home .area-fc #blog .list--blog a.blog-link::before, .page--home .area-fc #blog .list--blog a.blog-link::after {
    content: none;
  }
  .page--home .area-fc #blog .list--blog a.blog-link:hover {
    opacity: 0.5;
  }
  .page--home .area-fc #qa .section-inner > a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #5671BC, #082B6C);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
    z-index: -1;
    opacity: 0.5;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  .page--home .area-fc #qa .section-inner > a {
    transition: 0.3s;
  }
  .page--home .area-fc #qa .section-inner > a:hover::after {
    transform: scaleY(1);
  }
  .page--home.on-area-fc header {
    animation: header-change-in 2s;
  }
  .page--home.on-area-fc header::before {
    background: rgba(8, 43, 108, 0.2);
  }
  .page--home.on-area-fc header .header-logo,
  .page--home.on-area-fc header .g-nav {
    color: #fff;
  }
  .page--home.on-area-fc header .drawer-btn span {
    background: #fff;
  }
  .page--home.on-area-fc header .drawer-btn p::before {
    color: #fff;
  }
  .page--home:not(.on-area-fc) header {
    animation: header-change-out 2s;
  }
  @keyframes header-change-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes header-change-out {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* 下層
  ------------------------------ */
  :where(body:not(.page--home)) .section--list,
  :where(body:not(.page--home)) .section--detail {
    padding: 50px 30px 100px;
  }
  :where(body:not(.page--home)) footer .footer-inner {
    padding: 60px 30px;
    display: flex;
    justify-content: space-between;
  }
  /* page--info
  ------------------------------ */
  .page--info .section--detail .txt {
    font-size: 14px;
  }
  .page--info .section--detail .block--share li a {
    display: block;
    will-change: transform;
    transition: 0.3s;
  }
  .page--info .section--detail .block--share li a:hover {
    transform: scale(1.1);
    opacity: 0.7;
  }
  /* page--faq
  ------------------------------ */
  .page--faq .list--faq li a {
    transition: 0.3s;
  }
  .page--faq .list--faq li a:hover {
    transform: translateX(0.5em);
  }
  .page--faq .section--list .block--category li a {
    transition: 0.3s;
  }
  .page--faq .section--list .block--category li a:hover {
    opacity: 0.6;
  }
  .page--faq .section--list .tit--category a {
    scroll-margin-top: 80px;
  }
  /* page--member
  ------------------------------ */
  .page--member header::before {
    background: rgba(8, 43, 108, 0.2);
  }
  /* page--live (live_information/list)
  ------------------------------ */
  .page--live .list--live li {
    width: 100%;
  }
  .page--live .list--live li .date {
    margin-right: 1em;
  }
  .page--live .section--detail .block--liveinfo {
    display: flex;
    flex-wrap: wrap;
  }
  .page--live .section--detail .block--liveinfo dt {
    width: 9em;
    border-bottom: 1px solid rgba(191, 175, 157, 0.6);
    padding: 1em 0;
  }
  .page--live .section--detail .block--liveinfo dd {
    width: calc(100% - 9em);
    padding: 1em 0;
  }
  /* page--calendar (live_information/calendar)
  ------------------------------ */
  .page--calendar .section--list .list--schedule li a {
    transition: 0.3s;
  }
  .page--calendar .section--list .list--schedule li a:hover {
    transform: translateX(0.5em);
  }
  /* page--disco
  ------------------------------ */
  .page--disco .section--list .list--disco {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  .page--disco .section--list .list--disco li {
    width: calc((100% - 30px) / 2);
  }
  .page--disco .section--list .list--disco li a .thumb {
    width: 58%;
  }
  .page--disco .section--list .list--disco li a .block--detail {
    width: 42%;
    padding: 1.2em;
  }
  .page--disco .section--detail .area-detail {
    display: flex;
  }
  .page--disco .section--detail .area-detail .block--jacket {
    width: 50%;
    padding-right: 2em;
  }
  .page--disco .section--detail .area-detail .block--detail {
    width: 50%;
  }
  .page--disco .section--detail .area-detail a {
    transition: 0.3s;
  }
  .page--disco .section--detail .area-detail a:hover {
    opacity: 0.6;
  }
  /* page--video
  ------------------------------ */
  .page--video .list--video {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .page--video .list--video li {
    width: calc((100% - 40px) / 2);
  }
  /* page--blog
  ------------------------------ */
  .page--blog .section--detail .list--comment {
    scroll-margin-top: 80px;
  }
  /* page--movie
  ------------------------------ */
  .page--movie.new-movie .area--movie .video-js:not(.vjs-fullscreen) .vjs-big-play-button {
    top: calc(50% - 1em);
    margin-left: 0;
    transform: translateX(-50%);
  }
  .page--movie.new-movie .area--movie .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(-50% - 7.5em);
    width: 2em;
    height: 2em;
    margin-left: -0.5em !important;
    font-size: 3em;
  }
  .page--movie.new-movie .block--more_movies .list--more_movies li {
    width: calc((100% - 30px) / 2);
  }
  .page--movie.new-movie .block--more_movies .list--more_movies li a .thumb img {
    transition: 0.3s;
  }
  .page--movie.new-movie .block--more_movies .list--more_movies li a .text::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #5671BC, #082B6C);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s ease;
    z-index: -1;
    opacity: 0.5;
    transform: scaleY(0);
    transform-origin: bottom;
  }
  .page--movie.new-movie .block--more_movies .list--more_movies li a .text {
    transition: 0.3s;
  }
  .page--movie.new-movie .block--more_movies .list--more_movies li a:hover .thumb img {
    transform: scale(1.1);
  }
  .page--movie.new-movie .block--more_movies .list--more_movies li a:hover .text::after {
    transform: scaleY(1);
  }
  .page--movie.new-movie.member-movie .section--list .list--fccontents li {
    width: 100%;
  }
  .page--movie.new-movie.member-movie .section--list .list--fccontents li + li {
    margin-top: 40px;
  }
  /* page--entry
  ------------------------------ */
  .page--entry .section--detail .list--menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
  }
  .page--entry .section--detail .list--menu > li {
    width: calc((100% - 3em) / 3);
  }
  .page--entry .section--detail .list--menu > li.blog {
    width: 100%;
  }
  .page--entry .section--detail .list--menu > li.blog .blog-list {
    display: flex;
  }
  .page--entry .section--detail .list--menu > li.blog .blog-list li {
    width: 33.3333333333%;
    padding: 1em 1.5em;
  }
  .page--entry .section--detail .list--menu > li.blog .blog-list li .sub-title {
    border-bottom: 1px solid rgba(191, 175, 157, 0.6);
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  /* common
  ------------------------------ */
  body {
    font-size: 14px;
  }
  .wrap {
    overflow-x: hidden;
  }
  main {
    overflow: visible;
  }
  .block--pager {
    gap: 0.8em;
  }
  /* button
  ------------------------------ */
  .btn--main,
  .btn--sub {
    width: 90%;
    min-width: auto;
  }
  /* list
  ------------------------------ */
  .list--information li a .heading {
    margin-bottom: 0.5em;
  }
  .list--information li a .heading .category {
    margin-left: 1em;
  }
  .list--contents {
    gap: 20px;
  }
  .list--contents li {
    width: calc((100% - 20px) / 2);
  }
  .list--video li a .block--detail {
    min-width: 60%;
  }
  .list--video li a .block--detail .date {
    margin-bottom: 0.5em;
  }
  .list--live li a .heading {
    flex-wrap: wrap;
  }
  .list--live li a .heading .place {
    width: 100%;
    margin-top: 0.8em;
  }
  .list--live li + li {
    margin-top: 10px;
  }
  .list--disco li a .block--detail {
    border-radius: 0 0 3px 3px;
  }
  .list--disco li + li {
    margin-top: 30px;
  }
  :not(.page--home) .list--fccontents li + li {
    padding-top: 50px;
  }
  /* header
  ------------------------------ */
  header .header-inner {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 20px;
  }
  header .header-inner .drawer-btn {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    top: 16px;
    transition: 0.5s;
  }
  header .header-inner .drawer-btn p::before {
    content: "Menu";
  }
  header .header-inner .drawer-btn span.bottom {
    top: 10px;
  }
  header .header-inner .drawer-btn.on-inner {
    color: #232B70;
  }
  body.bnr-on .drawer-btn {
    transform: translateY(80px);
  }
}
@media screen and (max-width: 960px) and (min-width: 640px) {
  body.bnr-on .drawer-btn {
    transform: translateY(100px);
  }
}
@media screen and (max-width: 960px) {
  body.bnr-on.headerFixApp .drawer-btn {
    transform: none;
  }
  body.drawer-visible {
    overflow: hidden;
  }
  body.drawer-visible .drawer-btn {
    transform: none;
  }
  body.drawer-visible .drawer-btn span.top, body.drawer-visible .drawer-btn span.bottom {
    top: 5px;
  }
  body.on-area-fc .drawer-btn span {
    background: #fff;
  }
  body.on-area-fc .drawer-btn .text::before {
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  /* drawer
  ------------------------------ */
  .drawer {
    width: 100%;
    height: 100%;
  }
  .drawer .logo {
    width: 80%;
    max-width: calc(100% - 80px);
  }
  .drawer .drawer-inner {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
  }
  .drawer .drawer-inner .g-nav.fc-nav {
    flex: 1;
  }
  .drawer .drawer-inner .g-nav.fc-nav .fc-border {
    position: relative;
    top: calc(-2em - 6vw);
    transform: scale(1.3);
    left: 0;
    pointer-events: none;
  }
  .drawer .drawer-inner .g-nav .nav--menu {
    display: flex;
    flex-wrap: wrap;
  }
  .drawer .drawer-inner .g-nav .nav--menu li {
    text-align: left;
    width: 50%;
  }
  /* footer
  ------------------------------ */
  footer .footer-inner {
    padding: 50px 20px;
  }
  footer .footer-inner .logo {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  footer .footer-inner .nav--support {
    margin-top: 40px;
  }
  footer .footer-inner .nav--support li + li {
    margin-top: 1em;
  }
  /* page--member
  ------------------------------ */
  .page--member .wrap::before {
    background-repeat: repeat-y;
    background-size: 200%;
  }
  .page--member.drawer-visible header .header-inner .drawer-btn span {
    background: #232B70;
  }
  .page--member.drawer-visible header .header-inner .drawer-btn .text::before {
    color: #232B70;
  }
  /* page--home
  ------------------------------ */
  .page--home .banner-swiper {
    overflow: visible;
  }
  .page--home .section-title {
    text-align: center;
  }
  .page--home .area-official {
    padding-bottom: 90px;
  }
  .page--home .area-official section {
    padding: 30px 20px;
  }
  .page--home .area-official section .section-title {
    font-size: 36px;
    margin-bottom: 0.6em;
  }
  .page--home .area-official section .view-more {
    text-align: right;
  }
  .page--home .area-official section .view-more a {
    font-size: 18px;
  }
  .page--home .area-official #banner {
    padding-bottom: 10px;
  }
  .page--home .area-official #disco .list--disco li a .block--detail {
    margin-top: 20px;
    border-radius: 3px;
  }
  .page--home .area-official .delighter {
    transform: translateX(-110%);
    transition: 0.6s ease 0.4s;
  }
  .page--home .area-official .delighter.started {
    transform: none;
  }
  .page--home .area-fc {
    padding-bottom: 60px;
  }
  .page--home .area-fc::before {
    background-repeat: repeat-y;
    background-size: 200%;
  }
  .page--home .area-fc section {
    padding: 40px 20px;
  }
  .page--home .area-fc section .section-inner .section-title {
    font-size: 26px;
  }
  .page--home .area-fc section .section-inner .view-more {
    text-align: right;
  }
  .page--home .area-fc section .section-inner .view-more a {
    font-size: 16px;
  }
  .page--home .area-fc #fc-top {
    padding-bottom: 20px;
  }
  .page--home .area-fc #fc-top .section-inner .login-link a.join::after {
    height: 30px;
    right: -1.5em;
  }
  .page--home .area-fc #blog {
    margin-bottom: 80px;
  }
  .page--home .area-fc #blog .section-inner .blog-link .title {
    font-size: 16px;
  }
  .page--home .area-fc #blog .section-inner .list--blog {
    align-items: end;
  }
  .page--home .area-fc #blog .section-inner .list--blog li {
    padding-top: 0;
  }
  /* 下層
  ------------------------------ */
  :where(body:not(.page--home)) .section--list,
  :where(body:not(.page--home)) .section--detail {
    padding: 30px 20px 80px;
  }
  /* page--live
  ------------------------------ */
  .page--live .section--detail .block--liveinfo dt {
    margin-bottom: 0.5em;
    padding-top: 1em;
  }
  .page--live .section--detail .block--liveinfo dd {
    padding-bottom: 1em;
  }
  /* page--video
  ------------------------------ */
  .page--video .list--video li + li {
    margin-top: 35px;
  }
  /* page--disco
  ------------------------------ */
  .page--disco .section--detail .block--jacket {
    margin-bottom: 2em;
  }
  /* page--movie
  ------------------------------ */
  .page--movie.new-movie .section--list,
  .page--movie.new-movie .section--detail {
    padding: 30px 20px 80px !important;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player {
    position: relative;
    top: 0;
    padding-top: 56.25%;
    margin-bottom: 20px;
  }
  .page--movie.new-movie .section--detail .area--movie .block--player .video-js:not(.vjs-fullscreen) .vjs-play-control {
    top: calc(100% - 5em);
    width: 2em;
    height: 2em;
  }
  .page--movie.new-movie .section--detail .block--more_movies .list--more_movies li {
    width: 100%;
  }
  /* page--moment
  ------------------------------ */
  .page--moment.page--blog.moment-detail .section--detail {
    padding-top: 0;
  }
  .page--moment.page--blog.moment-detail .section--detail .infoDetail {
    min-height: calc(100vh - 270px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
  }
  .page--moment.page--blog.moment-detail .section--detail .infoDetail .txt {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .page--moment.page--blog.moment-detail .section--detail .detail__btn {
    margin-top: 2em;
  }
  .page--moment.page--blog.moment-detail footer {
    display: none;
  }
  /* page--entry
  ------------------------------ */
  .page--entry .section--detail .heading p {
    text-align: left;
  }
  .page--entry .section--detail .list--menu > li + li {
    margin-top: 1.5em;
  }
  .page--entry .section--detail .list--menu > li.blog .blog-list {
    margin-top: 1.2em;
  }
  .page--entry .section--detail .list--menu > li.blog .blog-list li {
    padding: 1.5em 0;
    border-top: 1px solid rgba(191, 175, 157, 0.6);
  }
}