@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.scss
============================== */
html, body {
  min-height: 100%;
}

html {
  background: #000075;
}

body {
  color: #fff;
  font-family: "IBM Plex Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
body::before {
  content: "";
  width: 100%;
  height: 100dvh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/static/produce101s4/fanclub/common/bg_pattern_left.png"), url("/static/produce101s4/fanclub/common/bg_pattern_right.png");
  mix-blend-mode: darken;
  background-size: 40% 100%;
  background-position: center left, center right;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.8;
}
body.fc::before {
  mix-blend-mode: color-burn;
  opacity: 0.9;
}
body.drawer__visible {
  overflow: hidden;
}

.wrap {
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

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

button {
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  display: block;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #fff;
  color: #000075;
}

::selection {
  background: #fff;
  color: #000075;
}

::-moz-selection {
  background: #fff;
  color: #000075;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.svg-parts {
  display: none;
}

input,
textarea {
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5em;
  width: 100%;
  height: auto;
  box-shadow: none;
  line-height: 1.6;
}

.video {
  margin: 1em 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.txt--basic {
  margin: 0 0 3em;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.txt--link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 961px) {
  .txt--link:hover {
    opacity: 0.5;
  }
}

.txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #e00;
}

.br {
  display: inline-block;
}

.btn--main {
  display: inline-block;
  padding: 0.8em 3em;
  background-color: #fff;
  color: #000075;
}

.btn--sub {
  display: inline-block;
  padding: 0.8em 3em;
  border: 1px solid currentColor;
  background-color: transparent;
  color: #fff;
}

.btn--wrap {
  display: flex;
  gap: 1em;
}

.date {
  font-family: proxima-nova, sans-serif;
  line-height: 1;
}

.category {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.block--pager {
  display: flex;
  justify-content: flex-end;
  gap: 1.2em;
  font-family: proxima-nova, sans-serif;
  font-size: 1.1em;
  line-height: 1;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other a {
  display: block;
  position: relative;
  width: 0.8em;
  text-align: center;
}
.block--pager .pager__item--current::before,
.block--pager .pager__item--other a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #fff;
}
.block--pager .pager__item--other a::before {
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s 0s ease;
}
.block--pager .pager__item--newer span,
.block--pager .pager__item--older span {
  font-size: 0.8em;
  opacity: 0.5;
}
.block--pager .pager__item--newer a span,
.block--pager .pager__item--older a span {
  opacity: 1;
}

.list--info li a {
  display: block;
}
.list--info li a .date-wrap {
  display: flex;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 1;
}
.list--info li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
}
.list--info li.new .date-wrap::after {
  content: "NEW";
  color: #e00;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.list--profile {
  display: flex;
  flex-wrap: wrap;
}
.list--profile li a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.408;
}
.list--profile li .profile-name {
  font-family: proxima-nova, sans-serif;
}
.list--profile li .thumb {
  height: 100%;
}
.list--profile li img {
  height: 100%;
  background-size: cover;
  background-position: top;
}

.list--contents {
  display: flex;
  flex-wrap: wrap;
}
.list--contents li .thumb {
  margin-bottom: 0.5em;
}
.list--contents li .date {
  font-size: 13px;
  margin-bottom: 0.4em;
  opacity: 1;
}
.list--contents li .date-wrap .date {
  margin-bottom: 0;
}
.list--contents li.new .date::after {
  content: "NEW";
  color: #e00;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin-left: 0.5em;
}

.block--category {
  font-family: proxima-nova, sans-serif;
}
.block--category li a {
  display: block;
  font-weight: 500;
  opacity: 0.5;
  cursor: pointer;
}
.block--category li.current a {
  opacity: 1;
  padding-left: 1em;
  font-weight: bold;
  position: relative;
  transition: all 0.3s 0s ease;
}
.block--category li.current a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@keyframes loop {
  0% {
    transform: translate3d(0, -50%, 0);
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes loop-photo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes title {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes title-fc {
  0% {
    height: 0;
    top: 0;
  }
  50% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000075;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .header-logo {
  width: auto;
  height: 30px;
}
.header .header-logo a, .header .header-logo img {
  width: auto;
  height: 100%;
  display: block;
}
.header .header-left,
.header .header-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-right > * {
  height: 100%;
}
.header .g-nav ul {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.header .g-nav ul li a.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.block--languages {
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.3s 0s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.block--languages #langBer {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  line-height: 1;
}
.block--languages #langBer .langIcon {
  display: block;
  width: 14px;
  height: 14px;
  fill: #fff;
  position: relative;
}
.block--languages #langBer .langIcon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.block--languages #langBer .nav-switch_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.block--languages #langBer .nav-current {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  right: 1.6vw;
}
.block--languages #langBer::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 44%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.block--languages #langBer.visible .nav--dropdown {
  opacity: 1;
  pointer-events: all;
}
.block--languages .nav--dropdown {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  position: absolute;
  top: 32px;
  right: 0;
  width: 130px;
  overflow: hidden;
  background-color: #000075;
  z-index: 11;
}
.block--languages .nav--dropdown .list--languages li {
  text-align: right;
  margin-bottom: 0;
  font-size: 11px;
  padding: 8px 8px 8px 24px;
  display: block;
  position: relative;
  color: #fff;
  transition: all 0.3s 0s ease;
}
.block--languages .nav--dropdown .list--languages li.selected::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 1em;
  font-family: FontAwesome;
  transform: translateY(-50%);
}

[class*=button-next],
[class*=button-prev] {
  position: initial;
  width: auto;
  height: auto;
  margin: auto;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
[class*=button-next]::after,
[class*=button-prev]::after {
  content: none;
}
[class*=button-next].swiper-button-disabled,
[class*=button-prev].swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.page--home .kv-wrap .img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page--home .kv-wrap .img-wrap .img {
  height: auto;
  max-height: 100%;
  margin: auto;
}
.page--home .kv-wrap .sns-wrap .block-sns .tit {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
.page--home .kv-wrap .sns-wrap .block-sns .nav--sns {
  font-size: 16px;
}
.page--home .nav-wrap {
  display: flex;
  align-items: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.page--home .nav-wrap .block--navigation {
  display: flex;
  gap: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.page--home .nav-wrap .block--navigation span {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.page--home .nav-wrap .block--navigation .swiper-button-lock + span {
  display: none;
}
.page--home .nav-wrap:has(.swiper-button-lock) {
  display: none;
}
.page--home .block--banner {
  display: flex;
}
.page--home .block--banner .bnr-container {
  background-color: rgba(255, 255, 255, 0.15);
}
.page--home .content-wrap.of [class^=section--] {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.page--home .section-tit {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 0.8;
}
.page--home .section-tit span {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.3s 0.15s;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  position: relative;
}
.page--home .section-tit span::before {
  content: "";
  display: block;
  height: 100%;
  background-color: currentColor;
  position: absolute;
  top: 0;
  left: 0;
}
.page--home .section-tit.started span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.page--home .section-tit.started span::before {
  animation: title 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
.page--home .list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.page--home .section--info .detail-wrap,
.page--home .section--profile .detail-wrap {
  background-color: rgba(255, 255, 255, 0.85);
  color: #000075;
}
.page--home .section--schedule .detail-wrap,
.page--home .section--video .detail-wrap {
  background-color: rgba(255, 255, 255, 0.15);
}
.page--home .list--info li a .category {
  color: #6d6daf;
}
.page--home .list--schedule li a {
  display: block;
}
.page--home .list--schedule li .date-wrap {
  font-family: proxima-nova, sans-serif;
  line-height: 1;
}
.page--home .list--schedule li .date-wrap .date .week {
  margin-left: 0.3em;
}
.page--home .list--schedule li .category {
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #A2F7F7;
}
.page--home .list--schedule li.no-data {
  width: 100%;
  text-align: center;
}
.page--home .list--schedule li.no-data a {
  background-color: transparent;
  color: #fff;
}
.page--home .list--schedule li.new .tit::before {
  content: "NEW";
  color: #e00;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  padding-right: 0.5em;
  font-size: 12px;
}
.page--home .list--schedule li .tit {
  flex: 1;
}
.page--home .section--release {
  padding: 3.47vw 0;
  background-color: #080847;
  position: relative;
}
.page--home .section--release .loop-tit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0);
  animation: loop 20s linear infinite;
}
.page--home .section--release .loop-tit span {
  flex: 0 0 auto;
  font-family: proxima-nova, sans-serif;
  font-size: 250px;
  margin-right: 75px;
  line-height: 1;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.page--home .section--release .release-container {
  width: 100%;
  position: relative;
}
.page--home .section--release .release-container .release-button-prev,
.page--home .section--release .release-container .release-button-next {
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 10;
}
.page--home .section--release .release-container .release-button-prev {
  transform: translateY(-50%) rotate(-45deg);
}
.page--home .section--release .release-container .release-button-next {
  transform: translateY(-50%) rotate(135deg);
}
.page--home .section--release .list--release {
  width: 100%;
  display: flex;
  align-items: center;
}
.page--home .section--release .list--release li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page--home .section--release .list--release li a {
  display: flex;
}
.page--home .section--release .list--release li .jacket,
.page--home .section--release .list--release li .info {
  width: 25.7vw;
  aspect-ratio: 1/1;
  position: relative;
}
.page--home .section--release .list--release li .jacket {
  transform: rotate(-5deg) translate(0.8vw, -0.8vw);
  z-index: 2;
}
.page--home .section--release .list--release li .info {
  transform: rotate(5deg) translate(-0.8vw, 0.8vw);
}
.page--home .section--release .list--release li .info-inner {
  width: 100%;
  height: 100%;
  padding: 2.7vw;
  background-color: rgba(0, 0, 117, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.page--home .section--release .list--release li .info-inner .tit {
  margin: 6px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.page--home .section--release .list--release li .info-inner .date::after {
  content: "RELEASE";
  margin-left: 0.5em;
}
.page--home .list--profile li {
  width: 16.6666666667%;
}
.page--home .section--video {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page--home .section--video .block-video {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.page--home .section--video .block-video:has(.swiper-button-lock) .swiper-wrapper {
  justify-content: center;
}
.page--home .section--video .block-video .detail-wrap {
  flex: 1;
}
.page--home .section--video .swiper-slide {
  aspect-ratio: 16/9;
}
.page--home .section--video .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.page--home .section--video .detail-wrap {
  overflow: hidden;
}
.page--home .fc-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background-color: rgba(255, 255, 255, 0.5);
}
.page--home .fc-header .link-member {
  display: flex;
  font-family: proxima-nova, sans-serif;
  line-height: 1;
}
.page--home .fc-header .link-member p + p::before {
  content: "";
  display: inline-block;
  margin-bottom: -2px;
  width: 1px;
  height: 0.8em;
  background-color: #000075;
}
.page--home .content-wrap.fc {
  background-color: #FFFC99;
  color: #000075;
  overflow: hidden;
  position: relative;
}
.page--home .content-wrap.fc .left-door,
.page--home .content-wrap.fc .right-door {
  width: 50%;
  height: 100%;
  background-color: #000075;
  position: absolute;
  top: 0;
  z-index: 20;
}
.page--home .content-wrap.fc .left-door {
  left: 0;
}
.page--home .content-wrap.fc .right-door {
  right: 0;
}
.page--home .content-wrap.fc .section--content {
  border-top: 1px solid rgba(0, 0, 117, 0.6);
}
.page--home .content-wrap.fc .item-wrap {
  flex: 1;
}
.page--home .content-wrap.fc .item-wrap a {
  display: block;
}
.page--home .content-wrap.fc .item-wrap .txt-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 117, 0.6);
  background-color: rgba(255, 255, 255, 0.5);
}
.page--home .content-wrap.fc .item-wrap .txt-wrap .date {
  font-size: 12px;
  border-right: 1px solid rgba(0, 0, 117, 0.6);
}
.page--home .content-wrap.fc .item-wrap .txt-wrap .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  white-space: nowrap;
  line-height: 1;
}
.page--home .content-wrap.fc .item-wrap .txt-wrap .tit.new::before {
  content: "NEW";
  color: #e00;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  padding-right: 5px;
  font-size: 12px;
}
.page--home .content-wrap.fc .item-wrap .thumb-wrap {
  background-color: rgba(255, 255, 255, 0.5);
}
.page--home .content-wrap.fc .item-wrap .thumb {
  height: 100%;
  aspect-ratio: 1/0.75;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page--home .content-wrap.fc .item-wrap .thumb .photo {
  height: 100%;
  background-size: contain;
  z-index: 2;
}
.page--home .content-wrap.fc .item-wrap .thumb .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  max-width: none;
  filter: blur(20px);
}
.page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap p {
  font-family: proxima-nova, sans-serif;
}
.page--home .content-wrap.fc .section--blog .item-wrap a {
  display: block;
}
.page--home .content-wrap.fc .section--blog .tit-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 117, 0.6);
}
.page--home .content-wrap.fc .section--blog .list--blog {
  display: flex;
}
.page--home .content-wrap.fc .section--blog .list--blog li .thumb-wrap {
  aspect-ratio: unset;
  position: relative;
}
.page--home .content-wrap.fc .section--blog .list--blog li .thumb-wrap .thumb {
  aspect-ratio: 3/4;
}
.page--home .content-wrap.fc .section--blog .list--blog li .thumb-wrap .writer {
  position: absolute;
  display: inline-block;
  padding: 5px 12px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  background-color: #000075;
  z-index: 10;
}
.page--home .content-wrap.fc .section-wrap .section--content {
  display: flex;
}
.page--home .content-wrap.fc .section-wrap .section--content .tit-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-right: 1px solid rgba(0, 0, 117, 0.6);
}
.page--home .content-wrap.fc .section-wrap .section--content .tit-wrap .line {
  display: block;
  width: 1px;
  background-color: #000075;
}
.page--home .content-wrap.fc .section-wrap .section--content .tit-wrap .list__more {
  white-space: nowrap;
}
.page--home .content-wrap.fc .section-wrap .section--content .section-tit span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.3s 0.15s;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
}
.page--home .content-wrap.fc .section-wrap .section--content .section-tit span::before {
  width: 100%;
  height: auto;
  right: 0;
}
.page--home .content-wrap.fc .section-wrap .section--content .section-tit.started span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.page--home .content-wrap.fc .section-wrap .section--content .section-tit.started span::before {
  animation: title-fc 0.75s cubic-bezier(0.75, 0, 0.25, 1);
}
.page--home .footer {
  position: static;
}
.page--home .footer .block--support {
  display: block;
}

body:not(.page--home) .wrap {
  padding-bottom: 50px;
}
body:not(.page--home) .footer {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.page--home).fc {
  background-color: #FFFC99;
}
body:not(.page--home).fc .content--main {
  color: #000075;
}
body:not(.page--home).fc .content--main .block--title,
body:not(.page--home).fc .content--main .block--pager,
body:not(.page--home).fc .content--main .block--back {
  border-color: rgba(0, 0, 117, 0.6);
}
body:not(.page--home).fc .content--main .block--pager .pager__item--current::before,
body:not(.page--home).fc .content--main .block--pager .pager__item--other a::before {
  background: #000075;
}

.section--list .section-tit,
.section--detail .section-tit {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  line-height: 0.8em;
}
.section--list .block--list,
.section--list .block--detail,
.section--detail .block--list,
.section--detail .block--detail {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.15);
}
.section--list .block--list .thumb,
.section--list .block--detail .thumb,
.section--detail .block--list .thumb,
.section--detail .block--detail .thumb {
  overflow: hidden;
  position: relative;
}
.section--list .block--list .thumb .ph,
.section--list .block--detail .thumb .ph,
.section--detail .block--list .thumb .ph,
.section--detail .block--detail .thumb .ph {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 2;
}
.section--list .block--list .thumb .blur,
.section--list .block--detail .thumb .blur,
.section--detail .block--list .thumb .blur,
.section--detail .block--detail .thumb .blur {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.5);
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(20px);
}
.section--list .block--pager,
.section--list .block--back,
.section--detail .block--pager,
.section--detail .block--back {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.section--list .detail__btn,
.section--detail .detail__btn {
  text-align: center;
}
.section--list .detail__btn a,
.section--detail .detail__btn a {
  text-decoration: none !important;
  position: relative;
}
.section--list .detail__btn a::before,
.section--detail .detail__btn a::before {
  content: "BACK";
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
.section--list .detail__btn a::after,
.section--detail .detail__btn a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 100%;
  background-color: #fff;
}

.section--list .block--list .date-wrap {
  display: flex;
  align-items: center;
}
.section--list .block--list .date-wrap .category {
  font-size: 12px;
  color: #B2B2D6;
}

.section--detail .date-wrap {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  gap: 1em;
  font-family: proxima-nova, sans-serif;
  line-height: 1;
}
.section--detail .date-wrap .category {
  font-size: 12px;
}
.section--detail.new .block--title .category, .section--detail.new .block--title .writer {
  position: relative;
}
.section--detail.new .block--title .category::after, .section--detail.new .block--title .writer::after {
  content: "NEW";
  color: #e00;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  margin-left: 15px;
}

.page--faq .section--list .section-tit,
.page--faq .section--detail .section-tit,
.section--detail.page--support .section-tit,
.page--questionnaire .content--main > section .section-tit {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: bold;
  line-height: normal;
}

.page--info .searchBox {
  width: 100%;
}
.page--info .searchBox form {
  position: relative;
}
.page--info .searchBox input[type=text] {
  width: 100%;
  padding: 0.8em 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.page--info .searchBox input[type=text]::-moz-placeholder {
  color: #B2B2D6;
}
.page--info .searchBox input[type=text]::placeholder {
  color: #B2B2D6;
}
.page--info .searchBox input[type=submit] {
  position: absolute;
  bottom: 0.8em;
  right: 0.5em;
  font-family: FontAwesome;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.page--info .section--detail .tit {
  font-weight: bold;
}
.page--info .section--detail .block--share {
  margin-top: 1.2em;
  display: flex;
  align-items: center;
  gap: 0.7em;
  font-size: 1.2em;
}
.page--info .section--detail .block--share .share {
  font-size: 14px;
}
.page--info .section--detail .block--share .share::before {
  content: "SHARE";
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.page--info .section--detail .txt .ph {
  display: block;
  position: relative;
}
.page--info .section--detail .txt .ph .dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--info .section--detail .txt p a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.page--info .section--detail .txt img {
  margin: 1em 0;
}
.page--info .section--detail .txt iframe {
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.page--schedule .block--month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page--schedule .block--month .tit {
  font-family: proxima-nova, sans-serif;
  line-height: 1;
}
.page--schedule .block--month .month-pager {
  display: flex;
}
.page--schedule .block--month .month-pager li a {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.page--schedule .block--category {
  margin-top: 2em;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:checked + span {
  padding-left: 1em;
  font-weight: bold;
  opacity: 1;
  position: relative;
  transition: all 0.3s 0s ease;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--schedule .block--category .list--sort li span {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.page--schedule .section--list .block--list .list--monthly {
  padding: 0;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page--schedule .section--list .block--list .list--monthly li a,
.page--schedule .section--list .block--list .list--monthly li > span {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  text-align: center;
}
.page--schedule .section--list .block--list .list--monthly li.current span {
  background-color: #fff;
  color: #000075;
}
.page--schedule .list--schedule li {
  border: none;
}
.page--schedule .list--schedule li.no-data {
  background-color: transparent;
  color: #fff;
  border: none;
}
.page--schedule .list--schedule li + li {
  margin-top: 2em;
}
.page--schedule .list--schedule li .schedule-inner {
  display: flex;
  align-items: flex-start;
}
.page--schedule .list--schedule li .schedule-inner .date {
  width: 2em;
  padding-top: 14px;
  text-align: center;
  line-height: 0.6;
}
.page--schedule .list--schedule li .schedule-inner .date .week {
  font-size: 0.5em;
}
.page--schedule .list--schedule li .schedule-inner .list__txt-wrap {
  flex: 1;
}
.page--schedule .list--schedule li .schedule-inner .list__txt {
  width: 100%;
}
.page--schedule .list--schedule li .schedule-inner .list__txt a {
  padding: 1em;
  display: block;
}
.page--schedule .list--schedule li .schedule-inner .list__txt a .category {
  display: inline-block;
  font-size: 12px;
  color: #B2B2D6;
}
.page--schedule .list--schedule li .schedule-inner .list__txt a .tit {
  margin-top: 0.3em;
  margin-left: 0;
}

.page--profile.section--detail .thumb {
  aspect-ratio: 1/1.984;
}
.page--profile.section--detail .thumb img {
  height: 100%;
}
.page--profile.section--detail .block--photo--swiper {
  overflow: hidden;
}
.page--profile.section--detail .slider-thumbnail {
  margin-top: 20px;
}
.page--profile.section--detail .slider-thumbnail .swiper-slide {
  cursor: pointer;
}
.page--profile.section--detail .block-profile p + p {
  margin-top: 0.5em;
}
.page--profile.section--detail .block-profile .name {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.page--profile.section--detail .block-profile .name span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.page--disco .section--list .list--discography {
  display: flex;
  flex-wrap: wrap;
}
.page--disco .section--list .list--discography .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.page--disco .section--list .list--discography .block--text {
  margin-top: 1em;
}
.page--disco .section--list .list--discography .date-wrap {
  margin-bottom: 0.5em;
  gap: 10px;
}
.page--disco .section--list .list--discography .date-wrap .date {
  font-size: 13px;
}
.page--disco .section--detail .block--jacket .list--jacket figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  text-align: left;
}
.page--disco .section--detail .block--text > * + * {
  margin-top: 2em;
}
.page--disco .section--detail .block--text .block--track .title {
  margin-bottom: 0.5em;
}
.page--disco .section--detail .block--text .block--track > li + li {
  margin-top: 1em;
}
.page--disco .section--detail .block--text .block--track .list--track li + li {
  margin-top: 0.3em;
}
.page--disco .section--detail .block--text .block--track .num {
  display: inline-block;
  width: 1.6em;
}
.page--disco .section--detail .block--text .block--track .list--link {
  display: inline-block;
  padding-left: 0.5em;
}
.page--disco .section--detail .block--text .block--track .tie-up {
  font-size: 0.9em;
  margin-top: 0.5em;
  padding-left: 2em;
}
.page--disco .section--detail .block--text .shoplist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.page--disco .section--detail .block--text .shoplist a {
  display: block;
  width: 32%;
}

.page--video .list--contents li .thumb img {
  aspect-ratio: 16/9;
}

.page--movie.new-movie .section--list {
  width: 100%;
  max-width: none;
  padding: 0;
}
.page--movie.new-movie .section--list .section-tit {
  margin-bottom: 0;
}
.page--movie.new-movie .list--contents li .list__txt .date {
  font-size: 13px;
  margin-bottom: 0.4em;
  opacity: 1;
}
.page--movie.new-movie .list--contents li .thumb {
  overflow: hidden;
}
.page--movie.new-movie .list--contents li .thumb .ph {
  background-size: contain;
}
.page--movie.new-movie .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie .section--detail .block--tit .date {
  opacity: 1;
}
.page--movie.new-movie .section--detail .block--tit .tit {
  margin-top: 0.3em;
}
.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-left: 0;
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #0037b3 0%, #006ddc 100%) !important;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab > div {
  padding: 10px 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--comment.current::after,
.page--movie.new-movie .section--detail .area--more-info .block--tab #tab--movie.current::after {
  background-color: #000075;
  height: 2px;
  content: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: transparent;
  border-color: rgba(0, 0, 117, 0.6);
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
  display: flex;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border: none;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  display: block;
  width: 100%;
  padding: 0;
}
.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  width: 100%;
}
.page--movie.new-movie .detail__btn {
  margin-top: 0;
}

.page--blog .block--title .form__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.page--blog .block--title .form__select::before {
  content: "\f044";
  position: absolute;
  top: 4px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #000075;
  z-index: 1;
}
.page--blog .block--title .form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000075;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 9px;
  z-index: 1;
}
.page--blog .block--title .form__select select {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 30px;
  font-weight: 400;
  font-size: 14px;
  color: #000075;
  line-height: 1.8;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid currentColor;
  cursor: pointer;
}
.page--blog .list--contents li a .thumb {
  position: relative;
  aspect-ratio: 3/4;
}
.page--blog .list--contents li a .list__txt .date-wrap {
  gap: 1em;
}
.page--blog .list--contents li a .list__txt .date-wrap .date {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.page--blog .list--contents li a .list__txt .date-wrap .writer {
  font-family: proxima-nova, sans-serif;
  position: relative;
}
.page--blog .list--contents li a .list__txt .date-wrap .writer::before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 1px;
  background-color: #B2B2D6;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
}
.page--blog .list--contents li.new .date::after {
  content: none;
}
.page--blog .list--contents li.new .date-wrap::after {
  content: "NEW";
  color: #e00;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.page--blog.page--blog__detail .block--pager {
  justify-content: space-between;
}
.page--blog.page--blog__detail .block--pager .pager__item--other a {
  font-weight: 600;
  width: auto;
}
.page--blog.page--blog__detail .section--detail .ph img {
  max-width: 100%;
}
.page--blog.page--blog__detail .section--detail .txt .ph, .page--blog.page--blog__detail .section--detail .txt img {
  max-width: 100%;
  margin: 1em 0;
}
.page--blog.page--blog__detail .section--detail .date-wrap .date {
  display: inline-block;
  vertical-align: middle;
}
.page--blog.page--blog__detail .section--detail .date-wrap .writer i {
  margin-right: 3px;
}
.page--blog .block--player {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0;
  position: relative;
  background: #828282;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page--blog .block--player video {
  position: relative !important;
}

.page--photo #swipebox-overlay {
  background: #000075;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-close {
  top: 50px;
  right: 50px;
  background: none;
}
.page--photo #swipebox-close::before, .page--photo #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 20px;
}
.page--photo #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-prev,
.page--photo #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-prev::after,
.page--photo #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
}
.page--photo #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-prev:after {
  transform: rotate(45deg);
  margin: 1em 0.25em 1em 1em;
}
.page--photo #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-next::after {
  transform: rotate(-135deg);
  margin-top: 1em;
  margin-right: 0.25em;
}

.page--special.section--list .inner {
  background-color: #FFFC99;
  color: #000075;
}
.page--special.section--list .inner .block--title {
  border-color: rgba(0, 0, 117, 0.6);
}
.page--special.section--list .block-tit {
  font-size: 20px;
  margin-bottom: 15px;
}
.page--special.section--list .block--contents {
  margin-bottom: 40px;
}
.page--special.section--list .list--special {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--special.section--list .block--contents.archive .list--special li {
    width: 48%;
  }
  .page--special.section--list .block--list {
    padding: 30px 5.1vw;
  }
}

.section--detail.page--entry .section-tit {
  font-family: "IBM Plex Sans JP", sans-serif;
  text-align: center;
  line-height: normal;
}
.section--detail.page--entry .section-tit .logo--fc {
  margin: 0 auto 0.5em;
}
.section--detail.page--entry .entry_country {
  padding: 0.5em 1em;
  margin-bottom: 2em;
  font-size: 1.2em;
  font-weight: bold;
  color: #000075;
  background-color: #fff;
}
.section--detail.page--entry .block--spec .cource {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid;
}
.section--detail.page--entry .block--spec .cource .block--number {
  margin-top: -5px;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5em;
  line-height: 1;
}
.section--detail.page--entry .block--spec .badge-benefit {
  margin-bottom: 0.3em;
  padding: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  border: 1px solid currentColor;
}
.section--detail.page--entry .block--spec dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--detail.page--entry .block--spec dl dt {
  width: 25%;
  padding: 1.5em 0;
  font-weight: bold;
}
.section--detail.page--entry .block--spec dl dd {
  width: 75%;
  padding: 1.5em 0 1.5em 1em;
}
.section--detail.page--entry .block--spec dl dd p + p {
  margin-top: 1em;
}
.section--detail.page--entry .block--spec dl dd span.txt--indent {
  display: inline-block;
}
.section--detail.page--entry .block--spec dl dt,
.section--detail.page--entry .block--spec dl dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.section--detail.page--entry .block--detail .list--accordion {
  padding: 2em;
  background-color: #fff;
  color: #000075;
  cursor: pointer;
}
.section--detail.page--entry .block--detail .list--accordion .tit {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
}
.section--detail.page--entry .block--detail .list--accordion .tit::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section--detail.page--entry .block--detail .list--accordion .tit:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transform-origin: top;
  transition: all 0.3s 0s ease;
}
.section--detail.page--entry .block--detail .list--accordion .tit.open:after {
  transform: rotate(90deg) translateY(-50%);
  opacity: 0;
  transition: all 0.3s 0s ease;
}
.section--detail.page--entry .block--detail .list--accordion .body {
  display: none;
  margin-top: 1.5em;
}
.section--detail.page--entry .block--detail .list--accordion .body .notice {
  margin: 1.5em 0;
  font-size: 12px;
}
.section--detail.page--entry .block--contents .block-tit {
  margin-bottom: 0.8em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.section--detail.page--entry .block--contents .list--contents-list {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--detail.page--entry .block--contents .list--contents-list li {
  background-color: rgba(255, 255, 255, 0.2);
}
.section--detail.page--entry .block--contents .list--contents-list li .tit {
  margin-bottom: 0.5em;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 1.4em;
}
.section--detail.page--entry .block--benefit {
  margin-top: 3em;
  padding: 2em;
  color: #000075;
  background-color: #fff;
}
.section--detail.page--entry .block--benefit .tit {
  margin-bottom: 0.5em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.section--detail.page--entry .block--entry .tit {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.section--detail.page--entry .block--entry .block--sub--attention {
  margin: auto;
  color: #f00;
  background-color: #ffdada;
  border: 2px solid #f00;
}
.section--detail.page--entry .block--entry .block--sub--attention p {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.section--detail.page--entry .block--entry .link--inbound {
  padding: 2em 0;
}
.section--detail.page--entry .block--entry .panel-area {
  border: 1px solid #fff;
}
.section--detail.page--entry .block--entry .panel {
  display: none;
}
.section--detail.page--entry .block--entry .panel.active {
  display: block;
}
.section--detail.page--entry .block--entry .panel-area .flex-container {
  display: flex;
  align-items: flex-start;
  gap: 2em;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000075;
  background-color: #fff;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p {
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  line-height: 1em;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p span {
  display: block;
  line-height: 1em;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:last-of-type {
  flex: 1;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item .heading {
  font-weight: bold;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item .btn a {
  text-align: center;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item .attention {
  margin-top: 1em;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item .attention--box {
  margin: 1em 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.section--detail.page--entry .block--entry .panel-area .flex-container + .flex-container {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.section--detail.page--entry .block--entry .block--entry__attention,
.section--detail.page--entry .block--entry .block--entry__pid,
.section--detail.page--entry .block--entry .block--entry__inbound {
  margin: 30px 0;
  padding: 30px;
  border: 1px solid #fff;
}
.section--detail.page--entry .block--entry [class^=block--entry__] .title {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
.section--detail.page--entry .block--entry [class^=block--entry__] .sub--title {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.section--detail.page--entry .block--entry [class^=block--entry__] .point + .point {
  padding-top: 2em;
}
.section--detail.page--entry .block--entry [class^=block--entry__] .point > * + * {
  margin-top: 1.2em;
}

.page--faq .section--list .searchBox {
  width: 100%;
}
.page--faq .section--list .searchBox form {
  position: relative;
}
.page--faq .section--list .searchBox input[type=text] {
  width: 100%;
  padding: 0.8em 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.page--faq .section--list .searchBox input[type=text]::-moz-placeholder {
  color: #B2B2D6;
}
.page--faq .section--list .searchBox input[type=text]::placeholder {
  color: #B2B2D6;
}
.page--faq .section--list .searchBox input[type=submit] {
  position: absolute;
  bottom: 0.8em;
  right: 0.5em;
  font-family: FontAwesome;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
.page--faq .section--list .block--category li a {
  opacity: 1;
}
.page--faq .section--list .tit--category {
  margin: 4em 0 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.page--faq .section--list .tit--category:first-of-type {
  margin-top: 0;
}
.page--faq .section--list .inner .block--list > [class^=list--] {
  padding: 0;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
  padding: 1em;
}
.page--faq .icon--q {
  padding-right: 0.3em;
  font-family: proxima-nova, sans-serif;
}
.page--faq .section--detail .tit--category {
  margin-bottom: 1em;
}
.page--faq .section--detail .block--title .tit--category {
  color: #B2B2D6;
}
.page--faq .section--detail .block--title .tit {
  display: flex;
}
.page--faq .section--detail .block--title .tit .icon--q::after {
  content: ".";
}
.page--faq .section--detail .block--faq-detail {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.page--faq .section--detail .block--faq-detail .txt hr {
  margin: 2em 0;
}
.page--faq .section--detail .block--relate .list--faq {
  padding: 0;
}
.page--faq .section--detail .block--contact {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.page--questionnaire dl dt {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.page--questionnaire dl dd {
  margin-bottom: 2em;
}
.page--questionnaire .form--post {
  margin-bottom: 4em;
}
.page--questionnaire .form--post .icon--required::before {
  content: "必須";
  margin-left: 0.3em;
  font-size: 0.9em;
  color: #e00;
}
.page--questionnaire .form--post input[type=text],
.page--questionnaire .form--post input[type=email],
.page--questionnaire .form--post input[type=number],
.page--questionnaire .form--post input[type=tel],
.page--questionnaire .form--post textarea {
  width: 100%;
  padding: 0.8em;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.page--questionnaire .form--post input[type=text].input--quarter,
.page--questionnaire .form--post input[type=email].input--quarter,
.page--questionnaire .form--post input[type=number].input--quarter,
.page--questionnaire .form--post input[type=tel].input--quarter,
.page--questionnaire .form--post textarea.input--quarter {
  width: 25%;
  margin-right: 0.3em;
}
.page--questionnaire .form--post input[type=text]::-moz-placeholder, .page--questionnaire .form--post input[type=email]::-moz-placeholder, .page--questionnaire .form--post input[type=number]::-moz-placeholder, .page--questionnaire .form--post input[type=tel]::-moz-placeholder, .page--questionnaire .form--post textarea::-moz-placeholder {
  color: #B2B2D6;
}
.page--questionnaire .form--post input[type=text]::placeholder,
.page--questionnaire .form--post input[type=email]::placeholder,
.page--questionnaire .form--post input[type=number]::placeholder,
.page--questionnaire .form--post input[type=tel]::placeholder,
.page--questionnaire .form--post textarea::placeholder {
  color: #B2B2D6;
}
.page--questionnaire .form--post select {
  padding: 0.5em 0.8em;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
}
.page--questionnaire .form--post select option {
  color: initial;
  background: initial;
}
.page--questionnaire .form--post .postal_code {
  margin-left: 0.3em;
}
.page--questionnaire .form--post .form--horizontal {
  display: flex;
  gap: 1em;
}
.page--questionnaire .form--post .form--horizontal li,
.page--questionnaire .form--post .form--horizontal li label {
  display: flex;
  align-items: center;
}
.page--questionnaire .form--post .form--horizontal .form__select {
  margin-right: 0.3em;
}
.page--questionnaire .form--post .form__checkbox li label,
.page--questionnaire .form--post .form__radio li label {
  display: flex;
}
.page--questionnaire .form--post .form__checkbox li label p,
.page--questionnaire .form--post .form__radio li label p {
  padding: 0.5em 0.5em 0.5em 1.6em;
  position: relative;
}
.page--questionnaire .form--post .form__checkbox li label p::before,
.page--questionnaire .form--post .form__radio li label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--questionnaire .form--post .form__checkbox input[type=checkbox],
.page--questionnaire .form--post .form__checkbox input[type=radio],
.page--questionnaire .form--post .form__radio input[type=checkbox],
.page--questionnaire .form--post .form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form--post .form__radio li label p::before {
  border-radius: 50%;
}
.page--questionnaire .form--post .form__radio li label input:checked + p::before {
  border-width: 5px;
}
.page--questionnaire .form--post .form__checkbox li label p::before {
  border-radius: 3px;
}
.page--questionnaire .form--post .form__checkbox li label input:checked + p::before {
  background-color: #fff;
}
.page--questionnaire .form--post .form__checkbox li label input:checked + p::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: #000075;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.page--questionnaire .btn {
  text-align: center;
  margin-top: 2em;
}
.page--questionnaire .btn input {
  cursor: pointer;
}
.page--questionnaire .btn .btn--main {
  border: none;
}
.page--questionnaire #questionnaire_form {
  margin-top: 2em;
}
.page--questionnaire .block--error {
  padding: 1.5em;
  color: #f00;
  font-weight: bold;
  background-color: #ffdada;
  border: 2px solid #f00;
}
.page--questionnaire .block--error li + li {
  margin-top: 1em;
}
@media screen and (min-width: 961px) {
  .page--questionnaire.complete .section--detail {
    min-height: calc(100vh - 130px);
    padding: 3.4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire.complete .section--detail {
    min-height: calc(100vh - 110px);
    padding: 30px 5.1vw;
  }
}

.section--detail.page--support .txt {
  padding-bottom: 50px;
}
.section--detail.page--support .tit {
  margin: 2em 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 5px;
}
.section--detail.page--support .list--support dd {
  line-height: 1.8;
  margin-bottom: 2em;
}
.section--detail.page--support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.page--support .list--support li {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.section--detail.page--support .list--support li:last-of-type {
  margin-bottom: 0;
}
.section--detail.page--support .list--support li ul {
  text-indent: 1em;
}
.section--detail.page--support .list--support li ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  transition: 0.3s;
}
.section--detail.page--support .list--support .txt {
  margin: 0 0 10px;
}
.section--detail.page--support .list--support .detail__btn a {
  text-decoration: none;
}
.section--detail.page--support .txt-list {
  padding-left: 1.5em;
}
.section--detail.page--support .txt-list li {
  margin: 0 0 10px;
}
.section--detail.page--support .terms-list li {
  margin: 0 0 10px;
}
.section--detail.page--support .kiyaku {
  margin: 0 0 20px;
}
.section--detail.page--support .kiyaku dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.section--detail.page--support h3.support-tit_sub {
  font-size: 16px;
  border-bottom: 1px solid;
  margin-bottom: 2em;
  padding-bottom: 0.3em;
}
.section--detail.page--support .course_box:last-child {
  margin-bottom: 0;
}
.section--detail.page--support .detail_table {
  margin: 0 0 30px;
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.section--detail.page--support .detail_table tr:not(:first-of-type) th,
.section--detail.page--support .detail_table tr:not(:first-of-type) td {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.section--detail.page--support .detail_table th {
  width: 150px;
  padding: 20px;
  font-weight: bold;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.section--detail.page--support .detail_table td {
  padding: 20px;
}
.section--detail.page--support.page--course-change .rule {
  margin-bottom: 2.5em;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.section--detail.page--support.page--course-change .list--support dt {
  font-size: 16px;
}
.section--detail.page--support.page--course-change .course_box {
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.3);
}
.section--detail.page--support.page--course-change .course_box h3.support-tit_sub {
  margin-bottom: 1em;
  padding-bottom: 0;
  border: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--support.page--course-change .course_box {
    padding: 1.5em;
  }
}
.section--detail.page--support.page--course-change .block--sub--attention {
  margin-top: 1em;
  padding: 2em;
  color: #f00;
  background-color: #ffdada;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.page--support.page--course-change .block--sub--attention {
    padding: 1.5em;
  }
}
.section--detail.page--support.page--course-change .btn {
  margin-top: 5em;
}

@media screen and (min-width: 961px) {
  .page--error .section--detail {
    min-height: calc(100vh - 130px);
    padding: 3.4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .section--detail {
    min-height: calc(100vh - 110px);
    padding: 30px 5.1vw;
  }
}
.page--error .tit {
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
}
.page--error .btn {
  margin-top: 3em;
  text-align: center;
}
.page--error .btn--main {
  display: inline-block;
  padding: 0.8em 3em;
  border: 1px solid currentColor;
}

@media screen and (min-width: 961px) {
  .page-sslLogin__login-fanyid .section--detail {
    min-height: calc(100vh - 130px);
    padding: 3.4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page-sslLogin__login-fanyid .section--detail {
    min-height: calc(100vh - 110px);
    padding: 30px 5.1vw;
  }
}
.page-sslLogin__login-fanyid .section--detail .inner {
  flex-direction: column;
  align-items: center;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #000075;
  background-color: #fff;
}
.footer .copyright {
  color: #999;
  text-align: center;
}

@media screen and (min-width: 961px) {
  _::-webkit-full-page-media, _:future, :root .page--home .content-wrap.fc .section-wrap .section--content .section-tit span {
    left: -1.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  _::-webkit-full-page-media, _:future, :root .page--home .content-wrap.fc .section-wrap .section--content .section-tit span {
    left: -3.5vw;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  a:hover {
    transition: all 0.3s 0s ease;
  }
  .content--main {
    padding-top: 80px;
  }
  .btn--main:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .btn--sub:hover {
    opacity: 0.6;
  }
  .block--pager .pager__item--other a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .block--pager .pager__item--newer a span,
  .block--pager .pager__item--older a span {
    transition: all 0.3s 0s ease;
  }
  .block--pager .pager__item--newer a:hover span,
  .block--pager .pager__item--older a:hover span {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .list--info li a {
    position: relative;
    z-index: 2;
  }
  .list--info li a .date-wrap {
    gap: 10px;
    font-size: 13px;
  }
  .list--info li a .tit {
    margin-top: 10px;
    flex: 1;
    white-space: nowrap;
  }
  .list--info li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 117, 0.3);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .list--info li a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .section--release {
    padding: 3.47vw 0;
    background-color: #080847;
    position: relative;
  }
  .section--release .loop-tit {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
    animation: loop 20s linear infinite;
  }
  .section--release .loop-tit span {
    flex: 0 0 auto;
    font-family: proxima-nova, sans-serif;
    font-size: 250px;
    margin-right: 75px;
    line-height: 1;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  }
  .section--release .release-container .release-button-prev,
  .section--release .release-container .release-button-next {
    width: 70px;
    height: 70px;
    z-index: 10;
  }
  .section--release .release-container .release-button-prev {
    left: 11.8vw;
  }
  .section--release .release-container .release-button-next {
    right: 11.8vw;
  }
  .section--release .list--release li a .jacket .thumb {
    position: relative;
  }
  .section--release .list--release li a .jacket .thumb::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 117, 0.5);
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: 10;
  }
  .section--release .list--release li a:hover .jacket .thumb::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .list--profile li a {
    position: relative;
  }
  .list--profile li a:hover .profile-name {
    opacity: 1;
    transition: all 0.3s 0s ease;
  }
  .list--profile li a:hover .thumb::before {
    transform: scaleY(1);
    transition: all 0.3s 0s ease;
  }
  .list--profile li .profile-name {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .list--profile li .thumb {
    position: relative;
  }
  .list--profile li .thumb::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 117, 0.5);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.3s 0s ease;
  }
  .list--contents {
    gap: 30px 2%;
  }
  .list--contents li {
    width: 32%;
  }
  .list--contents li .thumb-wrap {
    transition: all 0.3s 0s ease;
  }
  .list--contents li .thumb {
    position: relative;
  }
  .list--contents li .thumb:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 117, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: 10;
  }
  .list--contents li .tit {
    display: inline;
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 1px;
    transition: background-size 0.2s;
  }
  .list--contents li a:hover .thumb::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .list--contents li a:hover .tit {
    background-size: 100% 1px;
  }
  .fc .list--contents .thumb:after {
    background-color: rgba(255, 252, 153, 0.4);
  }
  .block--category li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .block--category li + li {
    margin-top: 1.2em;
  }
  .block--category li a:hover {
    opacity: 1;
    padding-left: 1em;
    font-weight: bold;
    position: relative;
    transition: all 0.3s 0s ease;
  }
  .block--category li a:hover::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .swiper .swiper-slide a img {
    transition: all 0.3s 0s ease;
  }
  .swiper .swiper-slide a:hover img {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 24px;
  }
  [class*=button-next]:hover,
  [class*=button-prev]:hover {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  [class*=button-next].swiper-button-disabled:hover,
  [class*=button-prev].swiper-button-disabled:hover {
    opacity: inherit;
  }
  .header {
    height: 80px;
  }
  .header .header-left {
    gap: 3.16vw;
    padding-left: 2.77vw;
  }
  .header .header-logo {
    width: auto;
    height: 100%;
  }
  .header .header-logo a {
    display: block;
    padding: 25px 0;
  }
  .header .header-logo img {
    width: auto;
    height: 30px;
  }
  .header .drawer {
    height: 100%;
  }
  .header .drawer * {
    height: 100%;
  }
  .header .g-nav ul {
    display: flex;
    font-size: 15px;
  }
  .header .g-nav ul li a {
    display: flex;
    align-items: center;
    padding: 0.5vw 1vw;
    position: relative;
    z-index: 1;
  }
  .header .g-nav ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: -1;
  }
  .header .g-nav ul li a:hover {
    color: #000075;
  }
  .header .g-nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul li.dropmenu {
    position: relative;
  }
  .header .g-nav ul li.dropmenu .sub {
    visibility: hidden;
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.5em;
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #000075;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul li.dropmenu .sub li {
    line-height: 1.4;
    height: auto;
  }
  .header .g-nav ul li.dropmenu > a:hover {
    color: #fff;
  }
  .header .g-nav ul li.dropmenu > a::after {
    display: none;
  }
  .header .g-nav ul li.dropmenu:hover .sub {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
    z-index: 999;
    transition: all 0.3s 0s ease;
  }
  .header .fc-menu {
    padding: 1.38vw;
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
  }
  .header .fc-menu .fc-border {
    margin-left: 1.38vw;
    width: 20px;
    aspect-ratio: 2/1;
    display: block;
    position: relative;
  }
  .header .fc-menu .fc-border > span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
  }
  .header .fc-menu .fc-border > span:first-of-type {
    top: 0;
  }
  .header .fc-menu .fc-border > span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .fc-menu .fc-border > span:last-of-type {
    bottom: 0;
  }
  .fc-menu-drawer {
    width: 20%;
    height: 100vh;
    background-color: #FFFC99;
    font-family: proxima-nova, sans-serif;
    color: #000075;
    position: fixed;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1000;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s 0s ease;
  }
  .fc-menu-drawer .btn-close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 2vw;
    left: -40px;
    cursor: pointer;
  }
  .fc-menu-drawer .btn-close::before, .fc-menu-drawer .btn-close:after {
    content: "";
    display: block;
    width: 140%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
  }
  .fc-menu-drawer .btn-close::before {
    left: 0;
    transform: rotate(45deg);
    transform-origin: left;
  }
  .fc-menu-drawer .btn-close::after {
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right;
  }
  .fc-menu-drawer .sub-tit {
    padding: 4vw 3vw 2vw;
  }
  .fc-menu-drawer ul {
    font-size: 16px;
    font-weight: 600;
  }
  .fc-menu-drawer ul li {
    line-height: 1;
  }
  .fc-menu-drawer ul li a {
    display: block;
    padding: 1em 3vw;
    position: relative;
    z-index: 1;
  }
  .fc-menu-drawer ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000075;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: -1;
  }
  .fc-menu-drawer ul li a:hover {
    color: #fff;
  }
  .fc-menu-drawer ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .fc-menu-drawer ul li a.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .fc-menu-drawer.active {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s 0s ease;
  }
  .fc-menu-bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s 0s ease;
  }
  .fc-menu-bg.active {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .block--languages {
    width: 9vw;
  }
  .block--languages #langBer {
    padding: 1.38vw;
  }
  .block--languages #langBer::after {
    right: 1.38vw;
  }
  .block--languages .nav--dropdown .list--languages li:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s 0s ease;
  }
  .page--home .kv-wrap {
    height: calc(100vh - 80px);
    display: flex;
  }
  .page--home .kv-wrap .ph-wrap {
    width: 91vw;
    height: 100%;
  }
  .page--home .kv-wrap .ph-wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .kv-wrap .ph-wrap .img-wrap {
    height: 100%;
  }
  .page--home .kv-wrap .ph-wrap .img-wrap .img {
    width: auto;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .page--home .kv-wrap .ph-wrap .img-wrap .blur {
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.2);
    filter: blur(20px);
  }
  .page--home .kv-wrap .sns-wrap {
    width: 9vw;
    height: 100%;
    position: relative;
  }
  .page--home .kv-wrap .sns-wrap .block-sns {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--home .kv-wrap .sns-wrap .block-sns .tit {
    margin-bottom: 30px;
    font-size: 16px;
    writing-mode: vertical-rl;
  }
  .page--home .kv-wrap .sns-wrap .block-sns .nav--sns {
    text-align: center;
  }
  .page--home .kv-wrap .sns-wrap .block-sns .nav--sns li + li {
    margin-top: 20px;
  }
  .page--home .kv-wrap .sns-wrap .block-sns .nav--sns a:hover {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .page--home .nav-wrap {
    padding: 2.7vw 1.38vw;
  }
  .page--home .block--banner .bnr-container {
    padding: 2.7vw;
  }
  .page--home .block--banner .bnr-container .swiper-wrapper .swiper-slide {
    width: 30%;
  }
  .page--home .content-wrap.of [class^=section--] {
    display: flex;
  }
  .page--home .content-wrap.of [class^=section--] .tit-wrap {
    padding: 3.47vw;
    min-height: 250px;
    position: relative;
  }
  .page--home .content-wrap.of [class^=section--] .tit-wrap .list__more {
    position: absolute;
    bottom: 3.47vw;
    right: 3.7vw;
  }
  .page--home .content-wrap.of [class^=section--] .section-tit::after {
    content: "";
    display: block;
    width: 2.77vw;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.75s;
  }
  .page--home .content-wrap.of [class^=section--] .section-tit.started::after {
    transform: scaleX(1);
  }
  .page--home .content-wrap.of [class^=section--] .detail-wrap {
    padding: 3.47vw;
    flex: 1;
  }
  .page--home .section-tit {
    font-size: min(3.88vw, 56px);
    position: relative;
  }
  .page--home .list__more {
    font-size: 16px;
    font-weight: 600;
  }
  .page--home .list__more a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    bottom: -3px;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .list__more a:hover:after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info .tit-wrap,
  .page--home .section--profile .tit-wrap {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--home .section--info .section-tit::after,
  .page--home .section--profile .section-tit::after {
    left: 0;
  }
  .page--home .section--schedule,
  .page--home .section--video {
    flex-direction: row-reverse;
  }
  .page--home .section--schedule .tit-wrap,
  .page--home .section--video .tit-wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--home .section--schedule .section-tit::after,
  .page--home .section--video .section-tit::after {
    right: 0;
  }
  .page--home .list--info li a {
    padding: 20px 0;
  }
  .page--home .list--info li a .tit {
    font-size: 15px;
  }
  .page--home .list--schedule li a {
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .page--home .list--schedule li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .list--schedule li a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .list--schedule li .year {
    font-size: 22px;
  }
  .page--home .list--schedule li .date-wrap {
    width: 10em;
    margin-right: 30px;
    display: flex;
    align-items: center;
  }
  .page--home .list--schedule li .date-wrap .date {
    font-size: 36px;
  }
  .page--home .list--schedule li .date-wrap .date .week {
    font-size: 14px;
  }
  .page--home .list--schedule li .category {
    margin-right: 5px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
  .page--home .section--profile .tit-wrap .txt-wrap {
    width: 26.2vw;
    margin: 4.86vw 0 40px;
  }
  .page--home .section--video .swiper-slide {
    width: 440px;
    height: auto;
    position: relative;
  }
  .page--home .section--video .swiper-slide a .tit {
    opacity: 0;
    font-weight: bold;
    text-align: center;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 20;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--video .swiper-slide a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 117, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.3s 0s ease;
    z-index: 10;
  }
  .page--home .section--video .swiper-slide a:hover .tit {
    opacity: 1;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--video .swiper-slide a:hover::after {
    transform: scaleY(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .fc-header {
    padding: 3.47vw 2.77vw;
  }
  .page--home .fc-header .logo-fc {
    width: 34.7vw;
  }
  .page--home .fc-header .link-member {
    gap: 30px;
    font-size: 28px;
  }
  .page--home .fc-header .link-member p + p::before {
    margin-right: 30px;
  }
  .page--home .fc-header .link-member a {
    position: relative;
  }
  .page--home .fc-header .link-member a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .fc-header .link-member a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .content-wrap.fc .section--content {
    border-top: 1px solid rgba(0, 0, 117, 0.6);
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap p {
    padding: 10px;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap .date {
    line-height: 14px;
  }
  .page--home .content-wrap.fc .item-wrap .thumb-wrap {
    padding: 2vw;
    overflow: hidden;
  }
  .page--home .content-wrap.fc .item-wrap .thumb-wrap .thumb {
    transition: all 0.3s 0s ease;
  }
  .page--home .content-wrap.fc .item-wrap.no-data {
    justify-content: flex-end;
  }
  .page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap p {
    font-size: 42px;
  }
  .page--home .content-wrap.fc .item-wrap a {
    position: relative;
  }
  .page--home .content-wrap.fc .item-wrap a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 252, 153, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: 10;
  }
  .page--home .content-wrap.fc .item-wrap a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--home .content-wrap.fc .section--blog .item-wrap a {
    display: block;
  }
  .page--home .content-wrap.fc .section--blog .tit-wrap {
    padding: 2.77vw;
  }
  .page--home .content-wrap.fc .section--blog .list--blog li {
    width: 25%;
  }
  .page--home .content-wrap.fc .section--blog .list--blog li:not(:nth-of-type(4)) {
    border-right: 1px solid rgba(0, 0, 117, 0.6);
  }
  .page--home .content-wrap.fc .section--blog .list--blog li .thumb-wrap .writer {
    bottom: 2vw;
    left: 2vw;
  }
  .page--home .content-wrap.fc .section-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .content-wrap.fc .section-wrap .section--content {
    width: 50%;
  }
  .page--home .content-wrap.fc .section-wrap .section--content:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 117, 0.6);
  }
  .page--home .content-wrap.fc .section-wrap .section--content .tit-wrap {
    padding: 2vw 2.4vw;
    width: 22%;
  }
  .page--home .content-wrap.fc .section-wrap .section--content .tit-wrap .line {
    height: 2.77vw;
  }
  .page--home .footer {
    padding: 3.47vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--home .footer ul {
    display: flex;
    gap: 1.38vw;
    font-size: 13px;
    color: #000075;
  }
  .page--home .footer ul li a:hover {
    opacity: 0.5;
  }
  .page--home .footer .nav--support {
    margin-top: 1em;
  }
  .section--list .inner,
  .section--detail .inner {
    display: flex;
  }
  .section--list .block--title,
  .section--detail .block--title {
    width: 30%;
    min-height: calc(100vh - 130px);
    padding: 3.4vw;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }
  .section--list .block--list,
  .section--list .block--detail,
  .section--detail .block--list,
  .section--detail .block--detail {
    width: 70%;
  }
  .section--list .block--list > [class^=list--],
  .section--list .block--detail > [class^=list--],
  .section--detail .block--list > [class^=list--],
  .section--detail .block--detail > [class^=list--] {
    padding: 3.4vw;
  }
  .section--list .block--pager,
  .section--list .block--back,
  .section--detail .block--pager,
  .section--detail .block--back {
    padding: 20px 3.4vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 0.8em;
    font-size: min(3.88vw, 56px);
  }
  .section--detail .block--title .tit {
    font-size: 24px;
  }
  .section--detail .block--detail .txt {
    padding: 3.4vw;
  }
  .page--faq .section--list .section-tit,
  .page--faq .section--detail .section-tit,
  .section--detail.page--support .section-tit,
  .page--questionnaire .content--main > section .section-tit {
    font-size: 22px;
  }
  .page--info .searchBox {
    margin-bottom: 30px;
  }
  .page--info .list--info li a {
    padding: 20px 0;
  }
  .page--info .list--info li a::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .page--info .no-data {
    padding: 3.4vw;
  }
  .page--schedule .block--month {
    padding: 20px 3.47vw;
  }
  .page--schedule .block--month .month-pager {
    gap: 1.5em;
  }
  .page--schedule .block--month .tit {
    font-size: 60px;
  }
  .page--schedule .block--month .tit span {
    margin-left: 10px;
    font-size: 20px;
  }
  .page--schedule .block--category .list--sort li input + span:hover {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .page--schedule .block--category .list--sort li + li {
    margin-top: 1.2em;
  }
  .page--schedule .list--monthly li {
    width: 8.3333333333%;
  }
  .page--schedule .list--monthly li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--schedule .list--monthly li a:hover {
    background-color: #fff;
    color: #000075;
  }
  .page--schedule .list--schedule li .date {
    font-size: 36px;
  }
  .page--schedule .list--schedule li a::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .page--profile .block--txt {
    padding: 3.4vw 3.4vw 0;
  }
  .page--profile .logo {
    width: 300px;
    margin: 0 auto 40px;
  }
  .page--profile .photo-wrap {
    width: 100%;
    margin: 0 auto 40px;
  }
  .page--profile .list--profile {
    gap: 30px;
  }
  .page--profile .list--profile li {
    width: calc(25% - 22.5px);
  }
  .page--profile.section--detail .block--title {
    width: 40%;
  }
  .page--profile.section--detail .slider-thumbnail .swiper-slide img {
    transition: all 0.3s 0s ease;
  }
  .page--profile.section--detail .slider-thumbnail .swiper-slide:hover img {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .page--profile.section--detail .block-profile .name {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .page--profile.section--detail .block-profile .name span {
    font-size: 30px;
  }
  .page--disco .section--list .list--discography {
    gap: 40px 5%;
  }
  .page--disco .section--list .list--discography li {
    width: 30%;
  }
  .page--disco .section--detail .txt {
    display: flex;
    align-items: flex-start;
    gap: 30px;
  }
  .page--disco .section--detail .block--jacket {
    width: 45%;
  }
  .page--disco .section--detail .block--jacket .list--jacket {
    display: block;
  }
  .page--disco .section--detail .block--jacket .list--jacket li + li {
    margin-top: 20px;
  }
  .page--disco .section--detail .block--text {
    flex: 1;
  }
  .page--disco .section--detail .list--link a:hover {
    opacity: 0.5;
  }
  .page--video .list--info {
    gap: 30px 2%;
  }
  .page--video .list--info li {
    width: 32%;
  }
  .page--video .list--info li a {
    padding: 0;
  }
  .page--movie.new-movie .list--contents {
    gap: 30px 18px;
  }
  .page--movie.new-movie .list--contents li {
    width: calc(33.3333333333% - 12px);
  }
  .page--movie.new-movie .list--contents li .thumb-wrap {
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .list--contents li .tit {
    display: inline;
    background-image: linear-gradient(90deg, #000075, #000075);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 1px;
    transition: background-size 0.2s;
  }
  .page--movie.new-movie .list--contents li a:hover .thumb-wrap {
    transform: scale(1.2);
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .list--contents li a:hover .tit {
    background-size: 100% 1px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 30px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    gap: 20px 18px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: calc(33.3333333333% - 12px);
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    margin: 0 0 1em;
  }
  .page--movie.new-movie .block--pager .pager__item--newer a,
  .page--movie.new-movie .block--pager .pager__item--older a {
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .block--pager .pager__item--newer a:hover {
    transform: translateX(-4px);
    transition: all 0.3s 0s ease;
  }
  .page--movie.new-movie .block--pager .pager__item--older a:hover {
    transform: translateX(4px);
    transition: all 0.3s 0s ease;
  }
  .page--special .block--list {
    padding: 3.4vw;
  }
  .page--special .list--special li {
    width: calc(33.3333333333% - 8px);
  }
  .page--special .list--special li a {
    position: relative;
  }
  .page--special .list--special li a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 117, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
    z-index: 10;
  }
  .page--special .list--special li a:hover::after {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--special .block--contents.archive .list--special li {
    width: calc(20% - 10px);
  }
  .section--detail.page--entry .section-tit {
    margin-bottom: 1.5em;
    font-size: 24px;
  }
  .section--detail.page--entry .section-tit .logo--fc {
    width: 250px;
    margin-bottom: 0.8em;
  }
  .section--detail.page--entry .block--detail {
    padding: 3.4vw;
  }
  .section--detail.page--entry .block--spec .spec {
    margin-bottom: 60px;
  }
  .section--detail.page--entry .block--contents {
    margin-top: 80px;
  }
  .section--detail.page--entry .block--contents .block-tit {
    font-size: 36px;
  }
  .section--detail.page--entry .block--contents .list--contents-list {
    gap: 20px;
  }
  .section--detail.page--entry .block--contents .list--contents-list li {
    width: calc(50% - 10px);
    padding: 1.5em;
  }
  .section--detail.page--entry .block--entry {
    margin-top: 50px;
  }
  .section--detail.page--entry .block--entry .tit {
    font-size: 28px;
  }
  .section--detail.page--entry .block--entry .tit + .txt--basic {
    text-align: center;
  }
  .section--detail.page--entry .block--entry .block--sub--attention {
    padding: 2em;
  }
  .section--detail.page--entry .block--entry .panel-area {
    padding: 30px;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container {
    gap: 2em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type {
    width: 80px;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle {
    height: 80px;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p {
    font-size: 1.5em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p span {
    font-size: 2em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item .heading {
    margin: 20px 0;
    font-size: 1.6em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container + .flex-container {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--faq .section-tit {
    margin-bottom: 2em;
  }
  .page--faq .searchBox {
    margin-bottom: 50px;
  }
  .page--faq .block--category li a:hover {
    padding-left: 1em;
    position: relative;
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--category li a:hover::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .page--faq .section--list .tit--category a {
    margin-top: -20px;
    padding-top: 20px;
  }
  .page--faq .block--list,
  .page--faq .block--relate,
  .page--faq .block--contact {
    padding: 3.4vw;
  }
  .page--faq .list--faq li a {
    position: relative;
    z-index: 2;
  }
  .page--faq .list--faq li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--faq .list--faq li a:hover::before {
    transform: scaleX(1);
    transition: all 0.3s 0s ease;
  }
  .page--questionnaire .btn--main {
    transition: all 0.3s 0s ease;
  }
  .page--questionnaire .btn--main:hover {
    transition: all 0.3s 0s ease;
  }
  .page--questionnaire .form--confirm {
    margin-bottom: 80px;
  }
  .section--detail.page--support .course_box {
    margin-bottom: 50px;
  }
  .section--detail.page--support .detail_table th {
    width: 160px;
    padding: 20px;
  }
  .section--detail.page--support .detail_table td {
    padding: 20px;
  }
  .footer .copyright {
    font-size: 12px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body.drawer-open {
    overflow: hidden;
  }
  .btn--wrap {
    flex-direction: column;
  }
  .list--info li a {
    padding: 1em 0;
  }
  .list--info li a .date-wrap {
    gap: 5px;
    font-size: 12px;
  }
  .list--info li a .tit {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .list--contents {
    gap: 30px 4%;
  }
  .list--contents li {
    width: 48%;
  }
  .block--category {
    margin-top: 30px;
    display: flex;
    gap: 1.2em;
    flex-wrap: wrap;
  }
  .block--pulldown {
    margin-top: 30px;
  }
  .swiper .block--navigation {
    margin-top: 30px;
    gap: 16px;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 12px;
    border-width: 1px;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 34px;
    height: 12px;
  }
  .swiper .swiper-button-next::before,
  .swiper .swiper-button-prev::before {
    height: 1px;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    width: 12px;
    height: 1px;
  }
  .header {
    height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .header .header-logo {
    margin-left: 5.1vw;
  }
  .header .header-right {
    flex-direction: row-reverse;
  }
  .header .block-btn {
    display: flex;
    align-items: center;
    padding: 2.5vw;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .header .drawer__btn {
    width: min(9.2vw, 50px);
    aspect-ratio: 15/7;
    position: relative;
    z-index: 1000;
  }
  .header .drawer__btn span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s 0s ease;
  }
  .header .drawer__btn span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header .drawer__btn span:last-of-type {
    bottom: 0;
  }
  .header .drawer {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #FFFC99;
    overflow-y: scroll;
    z-index: 999;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul {
    font-family: proxima-nova, sans-serif;
    font-size: min(7.17vw, 28px);
    line-height: 1;
  }
  .header .g-nav ul li.dropmenu > a {
    display: none;
  }
  .header .g-nav ul li + li {
    margin-top: 0.6em;
  }
  .header .g-nav ul .sub-tit {
    font-size: 18px;
  }
  .header .g-nav ul.nav-of, .header .g-nav ul.nav-fc {
    padding: 7.7vw;
  }
  .header .g-nav ul.nav-of {
    background-color: #000075;
  }
  .header .g-nav ul.nav-fc {
    color: #000075;
  }
  .drawer__visible .header {
    mix-blend-mode: unset;
  }
  .drawer__visible .drawer__btn span {
    width: 110%;
    transform: rotate(23deg);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .drawer__visible .drawer__btn span:nth-of-type(2) {
    display: none;
  }
  .drawer__visible .drawer__btn span:last-of-type {
    transform: rotate(-23deg);
  }
  .drawer__visible .drawer {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .block--languages {
    width: 20vw;
    max-width: 120px;
    padding: 2.5vw 1.3em 2.5vw 2.5vw;
  }
  .block--languages #langBer::after {
    right: -0.6em;
  }
  .page--home .kv-wrap {
    width: 100vw;
    height: auto;
    padding-top: 60px;
  }
  .page--home .kv-wrap video {
    width: 100%;
    height: auto;
  }
  .page--home .kv-wrap .img-wrap {
    height: auto;
  }
  .page--home .kv-wrap .img-wrap .img {
    width: 100%;
  }
  .page--home .kv-wrap .img-wrap .blur {
    display: none;
  }
  .page--home .kv-wrap .sns-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--home .kv-wrap .sns-wrap .block-sns {
    padding: 2.5vw 5.1vw;
    display: flex;
    justify-content: space-between;
  }
  .page--home .kv-wrap .sns-wrap .block-sns .tit {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
  }
  .page--home .kv-wrap .sns-wrap .block-sns .nav--sns {
    display: flex;
    gap: 1em;
  }
  .page--home .block--banner .bnr-container {
    padding: 5.1vw;
  }
  .page--home .nav-wrap {
    padding: 2.5vw;
  }
  .page--home .nav-wrap .block--navigation {
    font-size: 12px;
  }
  .page--home .tit-wrap {
    padding: 5.1vw;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--home .section-tit {
    font-size: min(10.2vw, 40px);
  }
  .page--home .list__more {
    padding-bottom: 6px;
    font-size: 14px;
  }
  .page--home .list__more::after {
    height: 3px;
  }
  .page--home .detail-wrap {
    padding: 5.1vw;
  }
  .page--home .list--schedule li a {
    padding: 1em 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  .page--home .list--schedule li .year {
    font-size: 16px;
  }
  .page--home .list--schedule li .date-wrap {
    width: 6.5em;
    margin-right: 10px;
  }
  .page--home .list--schedule li .date-wrap .date {
    font-size: 24px;
  }
  .page--home .list--schedule li .date-wrap .date .week {
    font-size: 14px;
  }
  .page--home .list--schedule li .category {
    margin-bottom: 5px;
  }
  .page--home .section--release {
    padding: 13vw 0;
  }
  .page--home .section--release .loop-tit {
    animation: loop 20s linear infinite;
  }
  .page--home .section--release .loop-tit span {
    margin-left: 54px;
    font-size: 180px;
  }
  .page--home .section--release .release-container .release-button-prev,
  .page--home .section--release .release-container .release-button-next {
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .page--home .section--release .release-container .release-button-prev {
    left: 5.1vw;
  }
  .page--home .section--release .release-container .release-button-next {
    right: 5.1vw;
  }
  .page--home .section--release .list--release li .jacket {
    transform: rotate(-8deg) translate(0, 5vw);
    z-index: 2;
    width: 42vw;
  }
  .page--home .section--release .list--release li .info {
    transform: rotate(3deg) translate(-1vw, -5vw);
    width: 42vw;
  }
  .page--home .section--release .list--release li .info-inner {
    padding: 5.1vw;
  }
  .page--home .section--release .list--release li .info-inner .tit {
    margin: 5px 0;
    font-size: 14px;
  }
  .page--home .section--release .list--release li .info-inner .date,
  .page--home .section--release .list--release li .info-inner .category {
    font-size: 12px;
  }
  .page--home .section--profile .tit-wrap {
    display: block;
  }
  .page--home .section--profile .txt-wrap {
    margin-top: 30px;
  }
  .page--home .section--profile .list__more {
    margin-top: 20px;
    margin-left: auto;
  }
  .page--home .photo-loop {
    overflow: hidden;
    width: calc(100% + 10.2vw);
    margin-left: -5.1vw;
  }
  .page--home .photo-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    animation: loop-photo 40s linear infinite;
  }
  .page--home .list--profile {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
  }
  .page--home .list--profile li {
    flex: 0 0 auto;
    width: 40vw;
  }
  .page--home .list--profile li .profile-name {
    display: none;
  }
  .page--home .section--video .swiper-slide {
    width: 90%;
    height: auto;
  }
  .page--home .section--video .swiper-slide .tit {
    display: block;
    margin-top: 1em;
  }
  .page--home .fc-header {
    padding: 5.1vw;
  }
  .page--home .fc-header .logo-fc {
    width: 40vw;
  }
  .page--home .fc-header .link-member {
    gap: 15px;
    font-size: 18px;
  }
  .page--home .fc-header .link-member p + p::before {
    margin-right: 15px;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap p {
    padding: 6px;
  }
  .page--home .content-wrap.fc .item-wrap .thumb-wrap {
    padding: 2.5vw;
    overflow: hidden;
  }
  .page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap {
    aspect-ratio: 1/0.75;
  }
  .page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap p {
    font-size: 20px;
  }
  .page--home .content-wrap.fc .section--blog .tit-wrap {
    padding: 5.1vw;
  }
  .page--home .content-wrap.fc .section--blog .list--blog {
    flex-wrap: wrap;
  }
  .page--home .content-wrap.fc .section--blog .list--blog li {
    width: 50%;
    flex: auto;
  }
  .page--home .content-wrap.fc .section--blog .list--blog li:nth-of-type(odd) {
    border-right: 1px solid rgba(0, 0, 117, 0.6);
  }
  .page--home .content-wrap.fc .section--blog .list--blog li:nth-of-type(n+3) {
    border-top: 1px solid rgba(0, 0, 117, 0.6);
  }
  .page--home .content-wrap.fc .section--blog .list--blog li .thumb-wrap .writer {
    bottom: 2.5vw;
    left: 2.5vw;
  }
  .page--home .content-wrap.fc .section-wrap {
    display: block;
  }
  .page--home .content-wrap.fc .section-wrap .section--content .tit-wrap {
    padding: 2.5vw;
    width: 21.7vw;
    min-width: 6em;
  }
  .page--home .content-wrap.fc .section-wrap .section--content .tit-wrap .section-tit {
    font-size: min(9.2vw, 36px);
  }
  .page--home .content-wrap.fc .section-wrap .section--content .tit-wrap .line {
    height: 3.8vw;
  }
  .page--home .content-wrap.fc .section-wrap .section--content .tit-wrap .list__more {
    font-size: 12px;
  }
  .page--home .footer {
    padding: 40px 5.1vw;
  }
  .page--home .footer .block--support ul {
    font-size: 12px;
    text-align: center;
  }
  .page--home .footer .block--support ul li + li {
    margin-top: 1em;
  }
  .page--home .footer .block--support .support-tit {
    margin-top: 1.5em;
    text-align: center;
  }
  .page--home .footer .block--support .support-tit::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    width: 0.6em;
    height: 0.6em;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-0.4em);
    transition: all 0.3s 0s ease;
  }
  .page--home .footer .block--support .support-tit.open::after {
    transform: rotate(-135deg) translateY(0.2em);
    transition: all 0.3s 0s ease;
  }
  .page--home .footer .block--support .nav--support {
    margin-top: 1.5em;
    display: none;
  }
  .page--home .footer .copyright {
    margin-top: 30px;
  }
  body:not(.page--home) .header-logo {
    width: min(36vw, 200px);
  }
  body:not(.page--home) .content--main {
    margin-top: 60px;
  }
  .section--list .inner,
  .section--detail .inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 110px);
  }
  .section--list .block--title,
  .section--detail .block--title {
    padding: 30px 5.1vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 40px;
  }
  .block--list > [class^=list--],
  .block--detail > [class^=list--] {
    padding: 30px 5.1vw;
  }
  .block--pager,
  .block--back {
    padding: 20px 5.1vw;
  }
  .block--pager {
    justify-content: center;
  }
  .section--detail .block--title .tit {
    font-size: 18px;
  }
  .section--detail .block--detail .txt {
    padding: 20px 5.1vw;
  }
  .page--faq .section--list .section-tit,
  .page--faq .section--detail .section-tit,
  .section--detail.page--support .section-tit,
  .page--questionnaire .content--main > section .section-tit {
    font-size: 20px;
  }
  .page--info .searchBox {
    max-width: 400px;
    margin-top: 20px;
  }
  .page--info .no-data {
    padding: 30px 5.1vw;
  }
  .page--schedule .block--month {
    padding: 5.1vw;
  }
  .page--schedule .block--month .month-pager {
    gap: 1em;
  }
  .page--schedule .block--month .tit {
    font-size: 40px;
  }
  .page--schedule .block--month .tit span {
    margin-left: 8px;
    font-size: 18px;
  }
  .page--schedule .block--month .month-pager {
    flex-direction: column;
  }
  .page--schedule .list--sort {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
  }
  .page--schedule .list--monthly {
    flex-wrap: wrap;
  }
  .page--schedule .list--monthly li {
    width: 16.6666666667%;
  }
  .page--schedule .list--monthly li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--schedule .list--monthly li:nth-of-type(7) {
    border-left: none;
  }
  .page--schedule .list--monthly li:nth-of-type(n+7) {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--schedule .list--schedule li .schedule-inner .date {
    width: 1.6em;
    font-size: 32px;
  }
  .page--video .list--info {
    gap: 30px 2%;
  }
  .page--video .list--info li {
    width: 49%;
  }
  .page--profile .block--txt {
    padding: 7.7vw 5.1vw 0;
  }
  .page--profile .logo {
    width: min(65%, 350px);
    margin: 0 auto 30px;
  }
  .page--profile .photo-wrap {
    margin-bottom: 30px;
  }
  .page--profile .list--profile {
    padding: 5.1vw;
    gap: 20px 2%;
  }
  .page--profile .list--profile li {
    width: 32%;
  }
  .page--profile .list--profile li a .profile-name {
    display: block;
    margin-top: 0.3em;
    text-align: center;
  }
  .page--profile.section--detail .block-profile .name {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .page--profile.section--detail .block-profile .name span {
    font-size: 20px;
  }
  .page--disco .section--list .list--discography {
    gap: 40px 4%;
  }
  .page--disco .section--list .block--pulldown form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
  }
  .page--disco .section--list .block--pulldown form::after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    transition: 0.3s;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    right: 9px;
    z-index: 1;
  }
  .page--disco .section--list .block--pulldown form select {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 30px 3px 1em;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0.01em;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid currentColor;
    border-radius: 2px;
    cursor: pointer;
  }
  .page--disco .section--detail .block--jacket {
    overflow: hidden;
  }
  .page--disco .section--detail .block--jacket .block--pagination {
    margin-top: 20px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
  }
  .page--disco .section--detail .block--jacket .block--pagination:has(.swiper-button-lock) {
    display: none;
  }
  .page--disco .section--detail .block--jacket .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: inherit;
  }
  .page--disco .section--detail .block--jacket .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.5em;
    opacity: 1;
    background-color: #fff;
    border-radius: 0;
  }
  .page--disco .section--detail .block--jacket .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A2F7F7;
  }
  .page--disco .section--detail .block--jacket .swiper-button-prev,
  .page--disco .section--detail .block--jacket .swiper-button-next {
    margin: 0;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .page--disco .section--detail .block--jacket .swiper-button-prev {
    transform: rotate(-45deg);
  }
  .page--disco .section--detail .block--jacket .swiper-button-next {
    transform: rotate(135deg);
  }
  .page--disco .section--detail .block--text {
    margin-top: 30px;
  }
  .page--photo #swipebox-close {
    top: 20px;
    right: 5.1vw;
  }
  .page--photo #swipebox-prev,
  .page--photo #swipebox-next {
    top: auto;
    bottom: 3em;
    transform: none;
  }
  .page--movie.new-movie .section--list .list--contents,
  .page--movie.new-movie .section--detail .list--contents {
    gap: 30px 4%;
  }
  .page--movie.new-movie .section--list .list--contents li,
  .page--movie.new-movie .section--detail .list--contents li {
    width: 48%;
    margin: 0;
  }
  .page--movie.new-movie .section--detail {
    padding: 0;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative;
    top: 0;
    left: 0;
    z-index: auto;
  }
  .page--movie.new-movie .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 18px;
  }
  .page--movie.new-movie .section--detail .block--tit .date {
    margin-top: 0.6em;
    font-size: 20px;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    top: auto;
    bottom: 18vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: 0;
    margin-left: 0;
  }
  .page--movie.new-movie .section--detail .area--more-info {
    margin-top: 40px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 20px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    gap: 30px 4%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 48%;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    margin: 0 0 0.5em;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 100%;
    padding: 0;
  }
  .page--movie.new-movie .detail__btn {
    padding: 0;
  }
  .section--detail.page--entry .section-tit {
    margin-bottom: 1.5em;
    font-size: 24px;
  }
  .section--detail.page--entry .section-tit .logo--fc {
    width: 180px;
  }
  .section--detail.page--entry .block--detail {
    padding: 20px 5.1vw;
  }
  .section--detail.page--entry .block--spec .spec {
    margin-bottom: 50px;
  }
  .section--detail.page--entry .list--accordion {
    padding: 1.5em;
  }
  .section--detail.page--entry .block--contents {
    margin-top: 50px;
  }
  .section--detail.page--entry .block--contents .block-tit {
    font-size: 28px;
    line-height: 1.2;
  }
  .section--detail.page--entry .block--contents .list--contents-list {
    gap: 10px;
  }
  .section--detail.page--entry .block--contents .list--contents-list li {
    width: 100%;
    padding: 1em;
  }
  .section--detail.page--entry .block--benefit {
    padding: 1.5em;
  }
  .section--detail.page--entry .block--entry {
    margin-top: 40px;
  }
  .section--detail.page--entry .block--entry .tit {
    font-size: 24px;
  }
  .section--detail.page--entry .block--entry .block--sub--attention {
    padding: 1.5em;
  }
  .section--detail.page--entry .block--entry .tab--area .tab {
    padding: 0.5em;
    font-size: 1.1em;
  }
  .section--detail.page--entry .block--entry .panel-area {
    padding: 20px;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container {
    gap: 1em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type {
    width: 55px;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle {
    height: 55px;
    text-align: center;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p {
    font-size: 1.2em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p span {
    font-size: 1.6em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .heading {
    margin: 10px 0 20px;
    font-size: 1.3em;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .btn a {
    width: 100%;
    padding: 0.8em 1em;
  }
  .page--faq .section-tit {
    margin-bottom: 1.5em;
  }
  .page--faq .searchBox {
    margin-bottom: 40px;
  }
  .page--faq .block--category li a {
    padding: 0.5em 0.8em;
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .page--faq .section--list .tit--category a {
    margin-top: -60px;
    padding-top: 60px;
  }
  .page--faq .block--list,
  .page--faq .block--relate,
  .page--faq .block--contact {
    padding: 20px 5.1vw;
  }
  .page--faq .list--faq li a {
    padding: 1em 0;
  }
  .page--questionnaire .form--post input[type=text].input--quarter.postal_code {
    width: 90%;
  }
  .page--questionnaire .form--confirm {
    margin-bottom: 60px;
  }
  .section--detail.page--support .course_box {
    margin-bottom: 40px;
  }
  .section--detail.page--support .detail_table th {
    width: 100px;
    padding: 10px;
  }
  .section--detail.page--support .detail_table td {
    padding: 10px;
  }
  .footer .copyright {
    font-size: 11px;
  }
}