@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 {
  height: 100%;
}

/*Adobe Fonts ちらつき対策用CSS*/
/*Adobe Fonts ちらつき対策用CSSここまで*/
html {
  background: #000;
}

body {
  color: #fff;
  font-family: "Noto 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;
  letter-spacing: 0.05em;
}
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: #000;
}

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

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

.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;
}

.txt--basic {
  margin: 0 0 3em;
  font-family: "Noto 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: #000;
}

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

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

.date {
  font-family: "gazzetta-variable", sans-serif;
  line-height: 1;
}

.category {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.block--pager {
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
  gap: 1.2em;
  font-family: "roboto-condensed", sans-serif;
  font-size: 1.1em;
  line-height: 1;
}
.block--pager .pager__item--current,
.block--pager .pager__item--other a {
  position: relative;
}
.block--pager .pager__item--current::before,
.block--pager .pager__item--other a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -6px;
  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 {
  width: 22px;
  height: 100%;
  display: block;
  position: relative;
  opacity: 0.5;
}
.block--pager .pager__item--newer span::before,
.block--pager .pager__item--older span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 2px;
}
.block--pager .pager__item--newer span::after,
.block--pager .pager__item--older span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 12px;
  height: 2px;
  bottom: 2px;
}
.block--pager .pager__item--newer a span,
.block--pager .pager__item--older a span {
  opacity: 1;
}
.block--pager .pager__item--newer span::after {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left;
}
.block--pager .pager__item--older span::after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right;
}

.list--info li {
  border-bottom: 1px solid #666;
}
.list--info li a {
  display: flex;
  align-items: center;
}
.list--info li a .category span {
  display: inline-block;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.list--info li a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
}
.list--info li.no-data {
  border: none;
}

.list--profile {
  display: flex;
  flex-wrap: wrap;
}
.list--profile li a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.984;
}
.list--profile li .profile-name {
  font-family: "gazzetta-variable", sans-serif;
}
.list--profile li .thumb {
  height: 100%;
}
.list--profile li img {
  height: 100%;
  background-size: cover;
}

.block--category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
}
.block--category li a {
  display: block;
  padding: 4px 10px;
  font-weight: 500;
  border: 1px solid currentColor;
  cursor: pointer;
}
.block--category li.current a {
  color: #000;
  background-color: #fff;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.header-logo {
  height: auto;
  position: absolute;
  z-index: 10;
  mix-blend-mode: difference;
}
.header-logo a {
  display: block;
}

.header {
  display: flex;
  align-items: center;
  gap: 1em;
}
.header .g-nav ul {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.block--languages {
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: opacity 0.4s;
}
.block--languages #langBer {
  width: 80px;
  padding: 5px 25px 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: #000;
}
.block--languages #langBer .langIcon {
  display: block;
  width: 12px;
  height: 12px;
  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%;
}
.block--languages #langBer .nav-current {
  font-family: "roboto-condensed", sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.block--languages #langBer::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 7px;
  right: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.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: #000;
  border: 1px solid #666;
  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%);
}

.swiper .block--navigation {
  display: none;
}
.swiper.swiper-initialized .block--navigation {
  display: flex;
  align-items: baseline;
}
.swiper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: static;
  text-align: left;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: unset;
  border-bottom: 2px solid #808080;
  opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #fff;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
}
.swiper .swiper-button-next::before,
.swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  bottom: 0;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  background-color: #fff;
  bottom: 0;
}
.swiper .swiper-button-prev::after {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left;
}
.swiper .swiper-button-next::after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right;
}

.page--home .block--hero-movie iframe {
  display: block;
  margin: auto;
  width: 100% !important;
  max-width: 1200px !important;
  height: auto !important;
  aspect-ratio: 16/9;
  position: static !important;
}
.page--home .tit-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page--home .section-tit {
  font-family: "gazzetta-variable", sans-serif;
  font-weight: normal;
  line-height: 0.8;
}
.page--home .section-tit span {
  opacity: 0;
}
.page--home .section-tit.started span {
  animation: flash 0.2s 2 cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal 0.1s;
}
.page--home .section-tit.started span:nth-child(1) {
  animation-delay: 0.1s;
}
.page--home .section-tit.started span:nth-child(2) {
  animation-delay: 0.115s;
}
.page--home .section-tit.started span:nth-child(3) {
  animation-delay: 0.13s;
}
.page--home .section-tit.started span:nth-child(4) {
  animation-delay: 0.145s;
}
.page--home .section-tit.started span:nth-child(5) {
  animation-delay: 0.16s;
}
.page--home .section-tit.started span:nth-child(6) {
  animation-delay: 0.175s;
}
.page--home .section-tit.started span:nth-child(7) {
  animation-delay: 0.19s;
}
.page--home .section-tit.started span:nth-child(8) {
  animation-delay: 0.205s;
}
.page--home .section-tit.started span:nth-child(9) {
  animation-delay: 0.22s;
}
.page--home .section-tit.started span:nth-child(10) {
  animation-delay: 0.235s;
}
.page--home .section-tit.started span:nth-child(11) {
  animation-delay: 0.25s;
}
.page--home .section-tit.started span:nth-child(12) {
  animation-delay: 0.265s;
}
.page--home .section-tit.started span:nth-child(13) {
  animation-delay: 0.28s;
}
.page--home .section-tit.started span:nth-child(14) {
  animation-delay: 0.295s;
}
.page--home .list__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.page--home .list__more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.page--home .section--info .section-tit {
  position: relative;
  z-index: 10;
}
.page--home .list--info {
  margin-left: auto;
  width: 91%;
  background-color: #ccc;
  color: #000;
}
.page--home .list--info li a .category span {
  background-color: #000;
  color: #fff;
}
.page--home .list--schedule {
  color: #000;
}
.page--home .list--schedule li a {
  display: block;
  height: 100%;
  background: #ccc;
}
.page--home .list--schedule li .date {
  text-align: center;
}
.page--home .list--schedule li .date .week {
  margin-left: 0.2em;
}
.page--home .list--schedule li .category {
  width: 100%;
  padding: 5px 0;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.page--home .list--schedule li.no-data a {
  background-color: transparent;
  color: #fff;
}
.page--home .list--schedule li.new .date::after {
  content: "NEW";
  color: #e00;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  padding-left: 0.5em;
  font-size: 0.3em;
}
.page--home .section--profile .list__more {
  margin-left: auto;
}
.page--home .list--profile li {
  width: 16.6666666667%;
}
.page--home .content-border {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.page--home .content-border .border-wave {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 100%;
  transition: all 0.3s 0s ease;
}
.page--home .content-border .border-wave .wave-line {
  position: relative;
  z-index: 2;
  width: 2px;
  height: 300px;
  background: linear-gradient(to bottom, transparent, #fff, transparent);
  animation: wave 5s 0.2s linear infinite;
  transform-origin: center center;
  opacity: 0.25;
}
@keyframes wave {
  0% {
    transform: scaleY(1);
  }
  10% {
    transform: scaleY(0.2);
  }
  20% {
    transform: scaleY(1);
  }
  30% {
    transform: scaleY(0.2);
  }
  40% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.2);
  }
  60% {
    transform: scaleY(1);
  }
  70% {
    transform: scaleY(0.2);
  }
  80% {
    transform: scaleY(1);
  }
  90% {
    transform: scaleY(0.2);
  }
  100% {
    transform: scaleY(1);
  }
}
.page--home .content-border .border-wave .line1,
.page--home .content-border .border-wave .line-1,
.page--home .content-border .border-wave .line-100 {
  height: 100px;
}
.page--home .content-border .border-wave .line2,
.page--home .content-border .border-wave .line-2,
.page--home .content-border .border-wave .line-99 {
  height: 80px;
}
.page--home .content-border .border-wave .line3,
.page--home .content-border .border-wave .line-3,
.page--home .content-border .border-wave .line-98 {
  height: 196px;
}
.page--home .content-border .border-wave .line4,
.page--home .content-border .border-wave .line-4,
.page--home .content-border .border-wave .line-97 {
  height: 124px;
}
.page--home .content-border .border-wave .line5,
.page--home .content-border .border-wave .line-5,
.page--home .content-border .border-wave .line-96 {
  height: 100px;
}
.page--home .content-border .border-wave .line6,
.page--home .content-border .border-wave .line-6,
.page--home .content-border .border-wave .line-95 {
  height: 196px;
}
.page--home .content-border .border-wave .line7,
.page--home .content-border .border-wave .line-7,
.page--home .content-border .border-wave .line-94 {
  height: 200px;
}
.page--home .content-border .border-wave .line8,
.page--home .content-border .border-wave .line-8,
.page--home .content-border .border-wave .line-93 {
  height: 158px;
}
.page--home .content-border .border-wave .line9,
.page--home .content-border .border-wave .line-9,
.page--home .content-border .border-wave .line-92 {
  height: 200px;
}
.page--home .content-border .border-wave .line10,
.page--home .content-border .border-wave .line-10,
.page--home .content-border .border-wave .line-91 {
  height: 142px;
}
.page--home .content-border .border-wave .line11,
.page--home .content-border .border-wave .line-11,
.page--home .content-border .border-wave .line-90 {
  height: 130px;
}
.page--home .content-border .border-wave .line12,
.page--home .content-border .border-wave .line-12,
.page--home .content-border .border-wave .line-89 {
  height: 150px;
}
.page--home .content-border .border-wave .line13,
.page--home .content-border .border-wave .line-13,
.page--home .content-border .border-wave .line-88 {
  height: 132px;
}
.page--home .content-border .border-wave .line14,
.page--home .content-border .border-wave .line-14,
.page--home .content-border .border-wave .line-87 {
  height: 158px;
}
.page--home .content-border .border-wave .line15,
.page--home .content-border .border-wave .line-15,
.page--home .content-border .border-wave .line-86 {
  height: 64px;
}
.page--home .content-border .border-wave .line16,
.page--home .content-border .border-wave .line-16,
.page--home .content-border .border-wave .line-85 {
  height: 182px;
}
.page--home .content-border .border-wave .line17,
.page--home .content-border .border-wave .line-17,
.page--home .content-border .border-wave .line-84 {
  height: 156px;
}
.page--home .content-border .border-wave .line18,
.page--home .content-border .border-wave .line-18,
.page--home .content-border .border-wave .line-83 {
  height: 174px;
}
.page--home .content-border .border-wave .line19,
.page--home .content-border .border-wave .line-19,
.page--home .content-border .border-wave .line-82 {
  height: 100px;
}
.page--home .content-border .border-wave .line20,
.page--home .content-border .border-wave .line-20,
.page--home .content-border .border-wave .line-81 {
  height: 162px;
}
.page--home .content-border .border-wave .line21,
.page--home .content-border .border-wave .line-21,
.page--home .content-border .border-wave .line-80 {
  height: 84px;
}
.page--home .content-border .border-wave .line22,
.page--home .content-border .border-wave .line-22,
.page--home .content-border .border-wave .line-79 {
  height: 198px;
}
.page--home .content-border .border-wave .line23,
.page--home .content-border .border-wave .line-23,
.page--home .content-border .border-wave .line-78 {
  height: 70px;
}
.page--home .content-border .border-wave .line24,
.page--home .content-border .border-wave .line-24,
.page--home .content-border .border-wave .line-77 {
  height: 180px;
}
.page--home .content-border .border-wave .line25,
.page--home .content-border .border-wave .line-25,
.page--home .content-border .border-wave .line-76 {
  height: 106px;
}
.page--home .content-border .border-wave .line26,
.page--home .content-border .border-wave .line-26,
.page--home .content-border .border-wave .line-75 {
  height: 156px;
}
.page--home .content-border .border-wave .line27,
.page--home .content-border .border-wave .line-27,
.page--home .content-border .border-wave .line-74 {
  height: 76px;
}
.page--home .content-border .border-wave .line28,
.page--home .content-border .border-wave .line-28,
.page--home .content-border .border-wave .line-73 {
  height: 174px;
}
.page--home .content-border .border-wave .line29,
.page--home .content-border .border-wave .line-29,
.page--home .content-border .border-wave .line-72 {
  height: 156px;
}
.page--home .content-border .border-wave .line30,
.page--home .content-border .border-wave .line-30,
.page--home .content-border .border-wave .line-71 {
  height: 106px;
}
.page--home .content-border .border-wave .line31,
.page--home .content-border .border-wave .line-31,
.page--home .content-border .border-wave .line-70 {
  height: 186px;
}
.page--home .content-border .border-wave .line32,
.page--home .content-border .border-wave .line-32,
.page--home .content-border .border-wave .line-69 {
  height: 62px;
}
.page--home .content-border .border-wave .line33,
.page--home .content-border .border-wave .line-33,
.page--home .content-border .border-wave .line-68 {
  height: 132px;
}
.page--home .content-border .border-wave .line34,
.page--home .content-border .border-wave .line-34,
.page--home .content-border .border-wave .line-67 {
  height: 190px;
}
.page--home .content-border .border-wave .line35,
.page--home .content-border .border-wave .line-35,
.page--home .content-border .border-wave .line-66 {
  height: 158px;
}
.page--home .content-border .border-wave .line36,
.page--home .content-border .border-wave .line-36,
.page--home .content-border .border-wave .line-65 {
  height: 182px;
}
.page--home .content-border .border-wave .line37,
.page--home .content-border .border-wave .line-37,
.page--home .content-border .border-wave .line-64 {
  height: 152px;
}
.page--home .content-border .border-wave .line38,
.page--home .content-border .border-wave .line-38,
.page--home .content-border .border-wave .line-63 {
  height: 116px;
}
.page--home .content-border .border-wave .line39,
.page--home .content-border .border-wave .line-39,
.page--home .content-border .border-wave .line-62 {
  height: 174px;
}
.page--home .content-border .border-wave .line40,
.page--home .content-border .border-wave .line-40,
.page--home .content-border .border-wave .line-61 {
  height: 200px;
}
.page--home .content-border .border-wave .line41,
.page--home .content-border .border-wave .line-41,
.page--home .content-border .border-wave .line-60 {
  height: 78px;
}
.page--home .content-border .border-wave .line42,
.page--home .content-border .border-wave .line-42,
.page--home .content-border .border-wave .line-59 {
  height: 158px;
}
.page--home .content-border .border-wave .line43,
.page--home .content-border .border-wave .line-43,
.page--home .content-border .border-wave .line-58 {
  height: 108px;
}
.page--home .content-border .border-wave .line44,
.page--home .content-border .border-wave .line-44,
.page--home .content-border .border-wave .line-57 {
  height: 118px;
}
.page--home .content-border .border-wave .line45,
.page--home .content-border .border-wave .line-45,
.page--home .content-border .border-wave .line-56 {
  height: 150px;
}
.page--home .content-border .border-wave .line46,
.page--home .content-border .border-wave .line-46,
.page--home .content-border .border-wave .line-55 {
  height: 86px;
}
.page--home .content-border .border-wave .line47,
.page--home .content-border .border-wave .line-47,
.page--home .content-border .border-wave .line-54 {
  height: 200px;
}
.page--home .content-border .border-wave .line48,
.page--home .content-border .border-wave .line-48,
.page--home .content-border .border-wave .line-53 {
  height: 130px;
}
.page--home .content-border .border-wave .line49,
.page--home .content-border .border-wave .line-49,
.page--home .content-border .border-wave .line-52 {
  height: 78px;
}
.page--home .content-border .border-wave .line50,
.page--home .content-border .border-wave .line-50,
.page--home .content-border .border-wave .line-51 {
  height: 106px;
}
.page--home .content-border .border-wave .delay-1 {
  animation-delay: 0.1s;
}
.page--home .content-border .border-wave .delay-2 {
  animation-delay: 0.15s;
}
.page--home .content-border .border-wave .delay-3 {
  animation-delay: 0.2s;
}
.page--home .content-border .border-wave .delay-4 {
  animation-delay: 0.25s;
}
.page--home .content-border .border-wave .delay-5 {
  animation-delay: 0.3s;
}
.page--home .content-border .border-wave .delay-6 {
  animation-delay: 0.35s;
}
.page--home .content-border .border-wave .delay-7 {
  animation-delay: 0.4s;
}
.page--home .content-border .border-wave .delay-8 {
  animation-delay: 0.45s;
}
.page--home .content-border .border-wave .delay-9 {
  animation-delay: 0.5s;
}
.page--home .content-border .border-wave .delay-10 {
  animation-delay: 0.55s;
}
.page--home .content-border .border-wave .delay-11 {
  animation-delay: 0.6s;
}
.page--home .content-border .border-wave .delay-12 {
  animation-delay: 0.65s;
}
.page--home .content-border .border-wave .delay-13 {
  animation-delay: 0.7s;
}
.page--home .content-border .border-wave .delay-14 {
  animation-delay: 0.75s;
}
.page--home .content-border .border-wave .delay-15 {
  animation-delay: 0.8s;
}
.page--home .content-border .border-wave .delay-16 {
  animation-delay: 0.85s;
}
.page--home .content-border .border-wave .delay-17 {
  animation-delay: 0.9s;
}
.page--home .content-border .border-wave .delay-18 {
  animation-delay: 0.95s;
}
.page--home .content-border .border-wave .delay-19 {
  animation-delay: 1s;
}
.page--home .content-border .border-wave .delay-20 {
  animation-delay: 1.05s;
}
.page--home .content-border .border-wave .delay-21 {
  animation-delay: 1.1s;
}
.page--home .content-border .border-wave .delay-22 {
  animation-delay: 1.15s;
}
.page--home .content-border .border-wave .delay-23 {
  animation-delay: 1.2s;
}
.page--home .content-border .border-wave .delay-24 {
  animation-delay: 1.25s;
}
.page--home .content-border .border-wave .delay-25 {
  animation-delay: 1.3s;
}
.page--home .content-border .border-wave .delay-26 {
  animation-delay: 1.35s;
}
.page--home .content-border .border-wave .delay-27 {
  animation-delay: 1.4s;
}
.page--home .content-border .border-wave .delay-28 {
  animation-delay: 1.45s;
}
.page--home .content-border .border-wave .delay-29 {
  animation-delay: 1.5s;
}
.page--home .content-border .border-wave .delay-30 {
  animation-delay: 1.55s;
}
.page--home .content-border .border-wave .delay--1 {
  animation-delay: 0.1s;
}
.page--home .content-border .border-wave .delay--2 {
  animation-delay: 0.15s;
}
.page--home .content-border .border-wave .delay--3 {
  animation-delay: 0.2s;
}
.page--home .content-border .border-wave .delay--4 {
  animation-delay: 0.25s;
}
.page--home .content-border .border-wave .delay--5 {
  animation-delay: 0.3s;
}
.page--home .content-border .border-wave .delay--6 {
  animation-delay: 0.35s;
}
.page--home .content-border .border-wave .delay--7 {
  animation-delay: 0.4s;
}
.page--home .content-border .border-wave .delay--8 {
  animation-delay: 0.45s;
}
.page--home .content-border .border-wave .delay--9 {
  animation-delay: 0.5s;
}
.page--home .content-border .border-wave .delay--10 {
  animation-delay: 0.55s;
}
.page--home .content-border .border-wave .delay--11 {
  animation-delay: 0.6s;
}
.page--home .content-border .border-wave .delay--12 {
  animation-delay: 0.65s;
}
.page--home .content-border .border-wave .delay--13 {
  animation-delay: 0.7s;
}
.page--home .content-border .border-wave .delay--14 {
  animation-delay: 0.75s;
}
.page--home .content-border .border-wave .delay--15 {
  animation-delay: 0.8s;
}
.page--home .content-border .border-wave .delay--16 {
  animation-delay: 0.85s;
}
.page--home .content-border .border-wave .delay--17 {
  animation-delay: 0.9s;
}
.page--home .content-border .border-wave .delay--18 {
  animation-delay: 0.95s;
}
.page--home .content-border .border-wave .delay--19 {
  animation-delay: 1s;
}
.page--home .content-border .border-wave .delay--20 {
  animation-delay: 1.05s;
}
.page--home .content-border .border-wave .delay--21 {
  animation-delay: 1.1s;
}
.page--home .content-border .border-wave .delay--22 {
  animation-delay: 1.15s;
}
.page--home .content-border .border-wave .delay--23 {
  animation-delay: 1.2s;
}
.page--home .content-border .border-wave .delay--24 {
  animation-delay: 1.25s;
}
.page--home .content-border .border-wave .delay--25 {
  animation-delay: 1.3s;
}
.page--home .content-border .border-wave .delay--26 {
  animation-delay: 1.35s;
}
.page--home .content-border .border-wave .delay--27 {
  animation-delay: 1.4s;
}
.page--home .content-border .border-wave .delay--28 {
  animation-delay: 1.45s;
}
.page--home .content-border .border-wave .delay--29 {
  animation-delay: 1.5s;
}
.page--home .content-border .border-wave .delay--30 {
  animation-delay: 1.55s;
}
.page--home .content-border .border-wave .delay--31 {
  animation-delay: 1.6s;
}
.page--home .content-border .border-wave .delay--32 {
  animation-delay: 1.65s;
}
.page--home .content-border .border-wave .delay--33 {
  animation-delay: 1.7s;
}
.page--home .content-border .border-wave .delay--34 {
  animation-delay: 1.75s;
}
.page--home .content-border .border-wave .delay--35 {
  animation-delay: 1.8s;
}
.page--home .content-border .border-wave .delay--36 {
  animation-delay: 1.85s;
}
.page--home .content-border .border-wave .delay--37 {
  animation-delay: 1.9s;
}
.page--home .content-border .border-wave .delay--38 {
  animation-delay: 1.95s;
}
.page--home .content-border .border-wave .delay--39 {
  animation-delay: 2s;
}
.page--home .content-border .border-wave .delay--40 {
  animation-delay: 2.05s;
}
.page--home .content-border .border-wave .delay--41 {
  animation-delay: 2.1s;
}
.page--home .content-border .border-wave .delay--42 {
  animation-delay: 2.15s;
}
.page--home .content-border .border-wave .delay--43 {
  animation-delay: 2.2s;
}
.page--home .content-border .border-wave .delay--44 {
  animation-delay: 2.25s;
}
.page--home .content-border .border-wave .delay--45 {
  animation-delay: 2.3s;
}
.page--home .content-border .border-wave .delay--46 {
  animation-delay: 2.35s;
}
.page--home .content-border .border-wave .delay--47 {
  animation-delay: 2.4s;
}
.page--home .content-border .border-wave .delay--48 {
  animation-delay: 2.45s;
}
.page--home .content-border .border-wave .delay--49 {
  animation-delay: 2.5s;
}
.page--home .content-border .border-wave .delay--50 {
  animation-delay: 2.55s;
}
.page--home .content-border .border-wave .delay--51 {
  animation-delay: 2.6s;
}
.page--home .content-border .border-wave .delay--52 {
  animation-delay: 2.65s;
}
.page--home .content-border .border-wave .delay--53 {
  animation-delay: 2.7s;
}
.page--home .content-border .border-wave .delay--54 {
  animation-delay: 2.75s;
}
.page--home .content-border .border-wave .delay--55 {
  animation-delay: 2.8s;
}
.page--home .content-border .border-wave .delay--56 {
  animation-delay: 2.85s;
}
.page--home .content-border .border-wave .delay--57 {
  animation-delay: 2.9s;
}
.page--home .content-border .border-wave .delay--58 {
  animation-delay: 2.95s;
}
.page--home .content-border .border-wave .delay--59 {
  animation-delay: 3s;
}
.page--home .content-border .border-wave .delay--60 {
  animation-delay: 3.05s;
}
.page--home .content-border .border-wave .delay--61 {
  animation-delay: 3.1s;
}
.page--home .content-border .border-wave .delay--62 {
  animation-delay: 3.15s;
}
.page--home .content-border .border-wave .delay--63 {
  animation-delay: 3.2s;
}
.page--home .content-border .border-wave .delay--64 {
  animation-delay: 3.25s;
}
.page--home .content-border .border-wave .delay--65 {
  animation-delay: 3.3s;
}
.page--home .content-border .border-wave .delay--66 {
  animation-delay: 3.35s;
}
.page--home .content-border .border-wave .delay--67 {
  animation-delay: 3.4s;
}
.page--home .content-border .border-wave .delay--68 {
  animation-delay: 3.45s;
}
.page--home .content-border .border-wave .delay--69 {
  animation-delay: 3.5s;
}
.page--home .content-border .border-wave .delay--70 {
  animation-delay: 3.55s;
}
.page--home .content-border .border-wave .delay--71 {
  animation-delay: 3.6s;
}
.page--home .content-border .border-wave .delay--72 {
  animation-delay: 3.65s;
}
.page--home .content-border .border-wave .delay--73 {
  animation-delay: 3.7s;
}
.page--home .content-border .border-wave .delay--74 {
  animation-delay: 3.75s;
}
.page--home .content-border .border-wave .delay--75 {
  animation-delay: 3.8s;
}
.page--home .content-border .border-wave .delay--76 {
  animation-delay: 3.85s;
}
.page--home .content-border .border-wave .delay--77 {
  animation-delay: 3.9s;
}
.page--home .content-border .border-wave .delay--78 {
  animation-delay: 3.95s;
}
.page--home .content-border .border-wave .delay--79 {
  animation-delay: 4s;
}
.page--home .content-border .border-wave .delay--80 {
  animation-delay: 4.05s;
}
.page--home .content-border .border-wave .delay--81 {
  animation-delay: 4.1s;
}
.page--home .content-border .border-wave .delay--82 {
  animation-delay: 4.15s;
}
.page--home .content-border .border-wave .delay--83 {
  animation-delay: 4.2s;
}
.page--home .content-border .border-wave .delay--84 {
  animation-delay: 4.25s;
}
.page--home .content-border .border-wave .delay--85 {
  animation-delay: 4.3s;
}
.page--home .content-border .border-wave .delay--86 {
  animation-delay: 4.35s;
}
.page--home .content-border .border-wave .delay--87 {
  animation-delay: 4.4s;
}
.page--home .content-border .border-wave .delay--88 {
  animation-delay: 4.45s;
}
.page--home .content-border .border-wave .delay--89 {
  animation-delay: 4.5s;
}
.page--home .content-border .border-wave .delay--90 {
  animation-delay: 4.55s;
}
.page--home .content-border .border-wave .delay--91 {
  animation-delay: 4.6s;
}
.page--home .content-border .border-wave .delay--92 {
  animation-delay: 4.65s;
}
.page--home .content-border .border-wave .delay--93 {
  animation-delay: 4.7s;
}
.page--home .content-border .border-wave .delay--94 {
  animation-delay: 4.75s;
}
.page--home .content-border .border-wave .delay--95 {
  animation-delay: 4.8s;
}
.page--home .content-border .border-wave .delay--96 {
  animation-delay: 4.85s;
}
.page--home .content-border .border-wave .delay--97 {
  animation-delay: 4.9s;
}
.page--home .content-border .border-wave .delay--98 {
  animation-delay: 4.95s;
}
.page--home .content-border .border-wave .delay--99 {
  animation-delay: 5s;
}
.page--home .content-border .border-wave .delay--100 {
  animation-delay: 5.05s;
}
.page--home .content-border .border-wave .delay--101 {
  animation-delay: 5.1s;
}
.page--home .content-border .border-wave .delay--102 {
  animation-delay: 5.15s;
}
.page--home .content-border .border-wave .delay--103 {
  animation-delay: 5.2s;
}
.page--home .content-border .border-wave .delay--104 {
  animation-delay: 5.25s;
}
.page--home .content-border .border-wave .delay--105 {
  animation-delay: 5.3s;
}
.page--home .content-border .border-wave .delay--106 {
  animation-delay: 5.35s;
}
.page--home .content-border .border-wave .delay--107 {
  animation-delay: 5.4s;
}
.page--home .content-border .border-wave .delay--108 {
  animation-delay: 5.45s;
}
.page--home .content-border .border-wave .delay--109 {
  animation-delay: 5.5s;
}
.page--home .content-border .border-wave .delay--110 {
  animation-delay: 5.55s;
}
.page--home .content-border .border-wave .delay--111 {
  animation-delay: 5.6s;
}
.page--home .content-border .border-wave .delay--112 {
  animation-delay: 5.65s;
}
.page--home .content-border .border-wave .delay--113 {
  animation-delay: 5.7s;
}
.page--home .content-border .border-wave .delay--114 {
  animation-delay: 5.75s;
}
.page--home .content-border .border-wave .delay--115 {
  animation-delay: 5.8s;
}
.page--home .content-border .border-wave .delay--116 {
  animation-delay: 5.85s;
}
.page--home .content-border .border-wave .delay--117 {
  animation-delay: 5.9s;
}
.page--home .content-border .border-wave .delay--118 {
  animation-delay: 5.95s;
}
.page--home .content-border .border-wave .delay--119 {
  animation-delay: 6s;
}
.page--home .content-border .border-wave .delay--120 {
  animation-delay: 6.05s;
}
.page--home .fc-header {
  position: relative;
}
.page--home .fc-header .fc-logo-wrap {
  text-align: center;
}
.page--home .fc-header .fc-logo-wrap .logo-fc {
  margin: auto;
}
.page--home .fc-header .fc-logo-wrap .logo-txt {
  display: inline-block;
  line-height: 1;
}
.page--home .fc-header .link-member {
  display: flex;
  justify-content: center;
  font-family: "roboto-condensed", sans-serif;
  line-height: 1;
}
.page--home .fc-header .link-member p + p::before {
  content: "";
  display: inline-block;
  margin-bottom: -2px;
  width: 2px;
  height: 0.8em;
  background-color: #fff;
  transform: rotate(15deg);
}
.page--home .content-wrap.fc {
  overflow: hidden;
}
.page--home .content-wrap.fc .section-tit {
  position: relative;
  z-index: 10;
}
.page--home .content-wrap.fc .item-wrap {
  display: flex;
}
.page--home .content-wrap.fc .item-wrap .txt-wrap .date.new::after {
  content: "NEW";
  color: #e00;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  padding-left: 14px;
  font-size: 18px;
}
.page--home .content-wrap.fc .item-wrap .txt-wrap .tit {
  font-weight: 700;
}
.page--home .content-wrap.fc .item-wrap .thumb-wrap {
  aspect-ratio: 1/0.632;
}
.page--home .content-wrap.fc .item-wrap .thumb {
  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;
}
.page--home .content-wrap.fc .item-wrap .thumb .blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  max-width: none;
  filter: blur(20px);
  z-index: -1;
}
.page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666;
}
.page--home .content-wrap.fc .item-wrap.no-data .thumb-wrap p {
  font-family: "gazzetta-variable", sans-serif;
  font-size: 42px;
}
.page--home .content-wrap.fc .loop--txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation: loop 15s linear infinite;
}
.page--home .content-wrap.fc .loop--txt .loop--txt-img {
  height: auto;
  stroke: #808080;
  stroke-width: 0.8px;
}
.page--home .footer {
  padding-bottom: 50px;
  position: static;
}
.page--home .footer .block--support {
  display: block;
}
.page--home .footer .nav--sns {
  margin-top: 50px;
}
.page--home .footer .nav--sns + .copyright {
  margin-top: 0;
}
.page--home .footer .copyright {
  margin-top: 50px;
}

body:not(.page--home) .wrap {
  padding-bottom: 120px;
}

.section--list,
.section--detail {
  margin: auto;
}
.section--list .section-tit,
.section--detail .section-tit {
  font-family: "gazzetta-variable", sans-serif;
  font-weight: normal;
  line-height: 0.8em;
}
.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: "roboto-condensed", sans-serif;
  font-weight: 700;
}
.section--list .detail__btn a::after,
.section--detail .detail__btn a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 100%;
  background-color: #fff;
}

.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: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: normal;
}

.page--info .list--info li a .category span {
  background-color: #fff;
  color: #000;
}
.page--info .section--detail .tit {
  font-weight: bold;
}
.page--info .section--detail .block--share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.7em;
  float: right;
  font-size: 1.4em;
}
.page--info .section--detail .block--share .share {
  font-size: initial;
}
.page--info .section--detail .block--share .share::before {
  content: "SHARE";
  font-family: "roboto-condensed", sans-serif;
  font-weight: 500;
}
.page--info .section--detail .date {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.page--info .section--detail .category {
  display: inline-block;
  margin-left: 1em;
  padding: 4px 10px;
  background-color: #fff;
  font-size: 12px;
  color: #000;
}
.page--info .section--detail .txt {
  margin-top: 2em;
  padding: 4em 0;
  border-top: 1px solid #666;
}
.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 iframe {
  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;
}
.page--schedule .block--month .tit {
  font-family: "gazzetta-variable", sans-serif;
  line-height: 1;
}
.page--schedule .block--month .month-pager {
  display: flex;
  gap: 1.5em;
}
.page--schedule .block--month .month-pager li a {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.page--schedule .block--month .month-pager li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 100%;
  background-color: #fff;
}
.page--schedule .block--category {
  margin-top: 2em;
}
.page--schedule .block--category .list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}
.page--schedule .block--category .list--sort li input[type=checkbox] {
  display: none;
}
.page--schedule .block--category .list--sort li input[type=checkbox]:checked + span {
  background-color: #fff;
  color: #000;
  transition: all 0.3s 0s ease;
}
.page--schedule .block--category .list--sort li span {
  display: block;
  padding: 4px 10px;
  font-family: "roboto-condensed", sans-serif;
  font-weight: 500;
  border: 1px solid currentColor;
  cursor: pointer;
  transition: all 0.3s 0s ease;
}
.page--schedule .list--schedule li {
  border: none;
  border-bottom: 1px solid #666;
}
.page--schedule .list--schedule li.no-data {
  background-color: transparent;
  color: #fff;
  border: none;
}
.page--schedule .list--schedule li .inner {
  display: flex;
  align-items: flex-start;
}
.page--schedule .list--schedule li .inner .date {
  width: 2.4em;
  padding-top: 2.2vw;
}
.page--schedule .list--schedule li .inner .date .week {
  margin-left: 0.2em;
}
.page--schedule .list--schedule li .inner .list__txt-wrap {
  flex: 1;
}
.page--schedule .list--schedule li .inner .list__txt {
  width: 100%;
  border-bottom: 1px solid #666;
}
.page--schedule .list--schedule li .inner .list__txt:last-of-type {
  border: none;
}
.page--schedule .list--schedule li .inner .list__txt a {
  padding: 2.2vw 1em;
  display: block;
}
.page--schedule .list--schedule li .inner .list__txt a .category {
  margin-left: 0;
  padding: 4px 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  color: #000;
}
.page--schedule .list--schedule li .inner .list__txt a .tit {
  margin-top: 0.3em;
  margin-left: 0;
}

.page--profile .profile-wrap .thumb {
  aspect-ratio: 1/1.984;
}
.page--profile .profile-wrap .thumb img {
  height: 100%;
}
.page--profile .profile-wrap .block-profile p + p {
  margin-top: 0.5em;
}
.page--profile .profile-wrap .block-profile .name {
  font-family: "roboto-condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.page--profile .profile-wrap .block-profile .name span {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.page--movie.new-movie .section--list .section-tit {
  margin-bottom: 0.8em;
}
.page--movie.new-movie .list--contents li .list__txt .date {
  font-size: 18px;
  margin-bottom: 0.2em;
  opacity: 1;
}
.page--movie.new-movie .list--contents li .thumb {
  overflow: hidden;
}
.page--movie.new-movie .list--contents li .thumb .photo {
  background-size: contain;
}
.page--movie.new-movie .list--contents li .thumb .blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  max-width: none;
  filter: blur(20px);
  z-index: -1;
}
.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--more-info .block--tab__main .block--more_movies {
  background: transparent;
  border-color: #999;
}
.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 .block--pager .pager__item--newer a,
.page--movie.new-movie .block--pager .pager__item--older a {
  width: 22px;
  height: 100%;
  display: block;
  position: relative;
}
.page--movie.new-movie .block--pager .pager__item--newer a::before,
.page--movie.new-movie .block--pager .pager__item--older a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 2px;
}
.page--movie.new-movie .block--pager .pager__item--newer a::after,
.page--movie.new-movie .block--pager .pager__item--older a::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 12px;
  height: 2px;
  bottom: 2px;
}
.page--movie.new-movie .block--pager .pager__item--newer a::after {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left;
}
.page--movie.new-movie .block--pager .pager__item--older a::after {
  right: 0;
  transform: rotate(45deg);
  transform-origin: right;
}
.page--movie.new-movie .detail__btn a::before {
  content: none;
}

.section--detail.page--entry .block--tit {
  margin-bottom: 60px;
}
.section--detail.page--entry .section-tit {
  font-family: "Noto 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: #000;
  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 {
  font-family: "gazzetta-variable", sans-serif;
  font-size: 2em;
  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 #666;
}
.section--detail.page--entry .list--accordion {
  padding: 2em;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.section--detail.page--entry .list--accordion .tit {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
}
.section--detail.page--entry .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 .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 .list--accordion .tit.open:after {
  transform: rotate(90deg) translateY(-50%);
  opacity: 0;
  transition: all 0.3s 0s ease;
}
.section--detail.page--entry .list--accordion .body {
  display: none;
  margin-top: 1.5em;
}
.section--detail.page--entry .list--accordion .body .notice {
  margin: 1.5em 0;
  font-size: 12px;
}
.section--detail.page--entry .block--contents .block-tit {
  margin-bottom: 0.5em;
  font-family: "gazzetta-variable", sans-serif;
  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.3);
}
.section--detail.page--entry .block--contents .list--contents-list li .tit {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.4em;
}
.section--detail.page--entry .block--benefit {
  margin-top: 3em;
  padding: 2em;
  color: #000;
  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 .tab--area {
  display: flex;
}
.section--detail.page--entry .block--entry .tab--area .tab {
  width: 50%;
  text-align: center;
  line-height: 1.4;
  background-color: #444;
  cursor: pointer;
}
.section--detail.page--entry .block--entry .tab--area .tab.active {
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
.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: #000;
  background-color: #fff;
}
.section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle p {
  font-family: "gazzetta-variable", 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: 0.7em;
}
.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 #666;
}
.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 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: #aaa;
}
.page--faq .section--list .searchBox input[type=text]::placeholder {
  color: #aaa;
}
.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 .tit--category {
  margin: 4em 0 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.page--faq .list--faq {
  background-color: rgba(255, 255, 255, 0.25);
}
.page--faq .list--faq li {
  border-bottom: 1px solid #666;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: flex-start;
  padding: 1em;
}
.page--faq .icon--q {
  padding-right: 0.3em;
  font-family: "roboto-condensed", sans-serif;
}
.page--faq .section--detail .tit--category {
  margin-bottom: 1em;
}
.page--faq .section--detail .tit--category:first-of-type {
  color: #bfbfbf;
}
.page--faq .section--detail .block--faq-detail {
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: 1px solid #666;
}
.page--faq .section--detail .block--faq-detail dt {
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: flex;
  font-size: 1.2em;
  border-bottom: 1px solid #666;
}
.page--faq .section--detail .block--faq-detail dt .icon--q::after {
  content: ".";
}
.page--faq .section--detail .block--faq-detail dd .icon--a {
  display: none;
}
.page--faq .section--detail .block--faq-detail dd hr {
  margin: 2em 0;
}
.page--faq .section--detail .block--contact {
  margin-top: 3em;
}

.page--questionnaire .content--main > section {
  margin: auto;
}
.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 #999;
  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 select {
  padding: 0.5em 0.8em;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #999;
  color: #fff;
}
.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: #000;
  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;
}

.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 #999;
}
.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 #999;
}
.section--detail.page--support .detail_table th {
  width: 150px;
  padding: 20px;
  font-weight: bold;
  border-right: 1px solid #999;
}
.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;
}

.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;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
.footer .nav--sns {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  font-size: 1.1em;
}
.footer .copyright {
  color: #999;
  text-align: center;
}

@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;
  }
  .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 {
    transform: translateX(-4px);
    transition: all 0.3s 0s ease;
  }
  .block--pager .pager__item--older a:hover span {
    transform: translateX(4px);
    transition: all 0.3s 0s ease;
  }
  .list--info li a {
    position: relative;
    z-index: 2;
  }
  .list--info li a .category {
    margin-left: 20px;
  }
  .list--info li a .tit {
    margin-left: 24px;
    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, 0, 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;
  }
  .list--info li.new .tit::before {
    content: "NEW";
    color: #e00;
    font-family: "roboto-condensed", sans-serif;
    font-weight: 700;
    padding-right: 14px;
  }
  .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: 40px;
  }
  .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, 0, 0.5);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.3s 0s ease;
  }
  .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 .block--navigation {
    margin-top: 40px;
    gap: 30px;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 24px;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 50px;
    height: 24px;
    transition: all 0.3s 0s ease;
  }
  .swiper .swiper-button-next::before,
  .swiper .swiper-button-prev::before {
    width: 100%;
    height: 2px;
  }
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    width: 24px;
    height: 2px;
  }
  .swiper .swiper-button-next:not(.swiper-button-disabled):hover,
  .swiper .swiper-button-prev:not(.swiper-button-disabled):hover {
    opacity: 0.5;
    transition: all 0.3s 0s ease;
  }
  .header-logo {
    width: min(21.8vw, 330px);
    top: 3vw;
    left: 3vw;
  }
  .header .g-nav {
    display: flex;
    align-items: center;
    gap: 1em;
    position: fixed;
    top: calc(3vw + 3px);
    right: calc(80px + 1em + 3vw);
    z-index: 999;
    mix-blend-mode: difference;
  }
  .header .g-nav ul {
    display: flex;
    gap: 1em;
    font-size: 18px;
    line-height: 1;
    color: #fff;
  }
  .header .g-nav ul + ul {
    padding-left: 1em;
    border-left: 1px solid currentColor;
  }
  .header .g-nav ul li a {
    position: relative;
  }
  .header .g-nav ul li a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .header .g-nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .block--languages {
    top: 3vw;
    right: 3vw;
    position: fixed;
    z-index: 999;
  }
  .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 {
    width: 100vw;
    height: 100vh;
  }
  .page--home .kv-wrap video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--home .block--banner {
    margin-top: 100px;
    padding-left: 6.6vw;
  }
  .page--home .block--banner .bnr-container {
    padding-right: 3vw;
  }
  .page--home .block--banner .bnr-container .swiper-wrapper {
    gap: 10px;
  }
  .page--home .block--banner .bnr-container .swiper-wrapper .swiper-slide {
    width: 30%;
  }
  .page--home .content-wrap {
    padding: 0 6.6vw;
  }
  .page--home .block--hero-movie iframe {
    margin-top: 200px;
  }
  .page--home [class^=section--] {
    margin-top: 250px;
  }
  .page--home .section-tit {
    font-size: min(25.8vw, 390px);
  }
  .page--home .list__more {
    padding-bottom: 8px;
    font-size: 24px;
  }
  .page--home .list__more:after {
    height: 4px;
    transform: scaleX(1);
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .page--home .list__more:hover::after {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .page--home .section--info .section-tit {
    bottom: -6.6vw;
  }
  .page--home .section--info .tit-wrap {
    margin-bottom: 30px;
  }
  .page--home .list--info {
    padding: 5.3vw;
  }
  .page--home .list--info li a {
    padding: 20px 0;
  }
  .page--home .list--info li a .date {
    font-size: 36px;
  }
  .page--home .list--info li a .category {
    margin-left: 20px;
  }
  .page--home .list--info li a .category span {
    padding: 10px 0;
    width: 80px;
    font-size: 15px;
  }
  .page--home .list--info li a .tit {
    font-size: 15px;
  }
  .page--home .section--schedule .tit-wrap {
    margin-bottom: 40px;
  }
  .page--home .list--schedule {
    display: flex;
    gap: 2vw;
  }
  .page--home .list--schedule li {
    width: calc(33.3333333333% - 1.3vw);
  }
  .page--home .list--schedule li a {
    padding: 2.6vw;
    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(0, 0, 0, 0.3);
    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 .date {
    text-align: center;
    font-size: 5.5vw;
  }
  .page--home .list--schedule li .date .week {
    font-size: 0.62em;
  }
  .page--home .list--schedule li .category {
    margin: 12px 0 16px;
    font-size: 22px;
  }
  .page--home .section--profile .tit-wrap {
    margin-bottom: 100px;
    align-items: flex-start;
  }
  .page--home .section--profile .txt-wrap {
    padding-top: 0.8em;
    padding-left: 5.3vw;
  }
  .page--home .list--profile {
    width: calc(100% + 13.2vw);
    margin-left: -6.6vw;
  }
  .page--home .fc-header {
    padding-top: 200px;
  }
  .page--home .fc-header .logo-fc {
    width: 550px;
  }
  .page--home .fc-header .logo-txt {
    margin-top: 20px;
    font-size: 42px;
  }
  .page--home .fc-header .link-member {
    margin-top: 60px;
    gap: 20px;
    font-size: 48px;
  }
  .page--home .fc-header .link-member p + p::before {
    margin-right: 20px;
  }
  .page--home .fc-header .link-member a {
    position: relative;
  }
  .page--home .fc-header .link-member a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 4px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .fc-header .link-member a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: all 0.3s 0s ease;
  }
  .page--home .content-wrap.of {
    padding-bottom: 120px;
  }
  .page--home .content-border {
    height: 200px;
  }
  .page--home .content-border video {
    width: 110%;
  }
  .page--home .content-wrap.fc .section--content {
    margin-top: 80px;
  }
  .page--home .content-wrap.fc .section--content:nth-of-type(even) .tit-wrap,
  .page--home .content-wrap.fc .section--content:nth-of-type(even) .item-wrap {
    flex-direction: row-reverse;
  }
  .page--home .content-wrap.fc .tit-wrap {
    margin-bottom: 40px;
  }
  .page--home .content-wrap.fc .section-tit {
    bottom: -120px;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap {
    margin-top: 120px;
    margin-right: 46px;
    flex: 1;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap .date {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap .tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline;
    font-size: 18px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 4px;
    padding-bottom: 3px;
    transition: background-size 0.3s;
  }
  .page--home .content-wrap.fc .item-wrap .thumb-wrap {
    width: 72%;
    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 a.item-wrap:hover .txt-wrap > p {
    background-size: 100% 4px;
  }
  .page--home .content-wrap.fc a.item-wrap:hover .thumb {
    transform: scale(1.2);
    transition: all 0.3s 0s ease;
  }
  .page--home .content-wrap.fc .block--loop {
    margin-top: 80px;
  }
  .page--home .content-wrap.fc .block--loop .loop--txt-img {
    width: 91.6vw;
    padding-left: 6vw;
  }
  .page--home .footer {
    margin-top: 150px;
  }
  .page--home .footer .block--support {
    padding: 0 6.6vw;
  }
  .page--home .footer ul {
    display: flex;
    justify-content: center;
    gap: 1.5em;
    font-size: 14px;
  }
  .page--home .footer ul + ul {
    margin-top: 1em;
  }
  .page--home .footer ul li a:hover {
    opacity: 0.5;
  }
  body:not(.page--home) .header-logo {
    width: 140px;
    top: 3vw;
    left: 3vw;
  }
  body:not(.page--home) .content--main {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  .section--list,
  .section--detail {
    max-width: 1100px;
    padding: 0 6.6vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 0.8em;
    font-size: 100px;
  }
  .section--list .detail__btn,
  .section--detail .detail__btn {
    margin-top: 50px;
  }
  .section--list .detail__btn a::after,
  .section--detail .detail__btn a::after {
    height: 4px;
    transform: scaleX(1);
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .section--list .detail__btn a:hover::after,
  .section--detail .detail__btn a:hover::after {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .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 {
    margin-bottom: 2em;
    font-size: 22px;
  }
  .page--info .block--category {
    margin-bottom: 40px;
  }
  .page--info .list--info li a {
    padding: 20px 0;
  }
  .page--info .list--info li a .date {
    font-size: 32px;
  }
  .page--info .list--info li a .category span {
    padding: 6px 0;
    width: 80px;
    font-size: 15px;
  }
  .page--info .list--info li a .tit {
    font-size: 15px;
  }
  .page--info .list--info li a::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .page--info .section--detail .tit {
    margin-bottom: 1em;
    font-size: 28px;
  }
  .page--schedule .block--month .tit {
    font-size: 80px;
  }
  .page--schedule .block--month .tit span {
    margin-left: 12px;
    font-size: 50px;
  }
  .page--schedule .block--month .month-pager li a::after {
    height: 4px;
    transform: scaleX(1);
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .page--schedule .block--month .month-pager li a:hover::after {
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s 0s ease;
  }
  .page--schedule .block--category .list--sort li input[type=checkbox]:checked + span:hover {
    border: 1px solid currentColor;
    background-color: transparent;
    color: #fff;
  }
  .page--schedule .block--category .list--sort li span:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.3s 0s ease;
  }
  .page--schedule .block--list {
    padding: 80px 0;
  }
  .page--schedule .list--schedule li .date {
    font-size: 60px;
  }
  .page--schedule .list--schedule li .date .week {
    font-size: 0.62em;
  }
  .page--schedule .list--schedule li a::before {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .page--profile .logo {
    width: 300px;
    margin: 0 auto 40px;
  }
  .page--profile .list--profile {
    gap: 30px;
  }
  .page--profile .list--profile li {
    width: calc(25% - 22.5px);
  }
  .page--profile .profile-wrap {
    display: flex;
    gap: 80px;
  }
  .page--profile .profile-wrap .thumb {
    width: 40%;
  }
  .page--profile .profile-wrap .block-profile .name {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .page--profile .profile-wrap .block-profile .name span {
    font-size: 30px;
  }
  .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, #fff, #fff);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 2px;
    padding-bottom: 2px;
    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% 2px;
  }
  .page--movie.new-movie .section--detail .block--tit .tit {
    font-size: 20px;
  }
  .page--movie.new-movie .section--detail .block--tit .date {
    margin-top: 0.8em;
    font-size: 24px;
  }
  .page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding-top: 50px;
  }
  .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--movie.new-movie .detail__btn a::before {
    content: none;
  }
  .section--detail.page--entry .section-tit {
    margin-bottom: 2em;
    font-size: 28px;
  }
  .section--detail.page--entry .section-tit .logo--fc {
    width: 250px;
    margin-bottom: 1em;
  }
  .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: 48px;
  }
  .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 {
    width: 80%;
    padding: 2em;
  }
  .section--detail.page--entry .block--entry .tab--area .tab {
    padding: 0.8em;
    font-size: 1.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: 2em;
  }
  .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 #666;
  }
  .page--faq .searchBox {
    width: 50%;
    margin-bottom: 50px;
  }
  .page--faq .block--category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
  }
  .page--faq .block--category li a:hover {
    color: #000;
    background-color: #fff;
  }
  .page--faq .section--list .tit--category a {
    margin-top: -100px;
    padding-top: 100px;
  }
  .page--faq .list--faq {
    padding: 2em;
  }
  .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 .content--main > section {
    max-width: 1100px;
    padding: 0 6.6vw;
  }
  .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 .list--support {
    margin-top: -150px;
    padding-top: 150px;
  }
  .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: 20px 0;
    flex-wrap: wrap;
  }
  .list--info li a .date {
    font-size: 24px;
  }
  .list--info li a .category {
    margin-left: 10px;
  }
  .list--info li a .category span {
    padding: 4px 0;
    width: 60px;
    font-size: 12px;
  }
  .list--info li a .tit {
    margin-top: 12px;
    width: 100%;
    display: -webkit-box;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .list--info li.new .category::after {
    content: "NEW";
    color: #e00;
    font-family: "roboto-condensed", sans-serif;
    font-weight: 700;
    padding-left: 14px;
  }
  .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-logo {
    width: min(46vw, 250px);
    top: 5.1vw;
    left: 5.1vw;
  }
  .header {
    flex-direction: row-reverse;
    position: fixed;
    top: 5.1vw;
    right: 5.1vw;
    z-index: 999;
  }
  .header .drawer__btn {
    width: min(10.2vw, 50px);
    aspect-ratio: 15/7;
    position: relative;
    z-index: 999;
  }
  .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: #000;
    overflow-y: scroll;
    transition: all 0.3s 0s ease;
  }
  .header .drawer .drawer-inner {
    padding: 12.8vw 7.7vw 7.7vw;
  }
  .header .g-nav ul {
    font-family: "gazzetta-variable", sans-serif;
    font-size: min(18vw, 70px);
    font-weight: normal;
    line-height: 1;
    color: #fff;
  }
  .header .g-nav ul + ul {
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #666;
  }
  .drawer__visible .header {
    mix-blend-mode: unset;
  }
  .drawer__visible .drawer__btn span {
    width: 110%;
    transform: rotate(25deg);
    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(-25deg);
  }
  .drawer__visible .drawer {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0s ease;
  }
  .page--home .kv-wrap {
    width: 100vw;
    height: auto;
    padding-top: min(19vw, 120px);
  }
  .page--home .kv-wrap video {
    width: 100%;
    height: auto;
  }
  .page--home .block--banner {
    margin-top: 60px;
    padding-left: 5.1vw;
  }
  .page--home .block--banner .bnr-container {
    padding-right: 5.1vw;
  }
  .page--home .content-wrap {
    padding: 0 5.1vw;
  }
  .page--home .block--hero-movie iframe {
    margin-top: 100px;
  }
  .page--home [class^=section--] {
    margin-top: 100px;
  }
  .page--home .section-tit {
    font-size: min(33.3vw, 130px);
    margin-bottom: -10px;
  }
  .page--home .list__more {
    padding-bottom: 6px;
    font-size: 14px;
  }
  .page--home .list__more::after {
    height: 3px;
  }
  .page--home .section--info .section-tit {
    bottom: -12.8vw;
  }
  .page--home .section--info .tit-wrap {
    margin-bottom: 20px;
  }
  .page--home .list--info {
    padding: 9.8vw 5.1vw 5.1vw;
  }
  .page--home .section--schedule .tit-wrap {
    margin-bottom: 20px;
  }
  .page--home .list--schedule li + li {
    margin-top: 10px;
  }
  .page--home .list--schedule li a {
    padding: 20px;
  }
  .page--home .list--schedule li .date {
    text-align: center;
    font-size: min(14.3vw, 56px);
  }
  .page--home .list--schedule li .date .week {
    font-size: 0.64em;
  }
  .page--home .list--schedule li .category {
    margin: 10px 0 16px;
    font-size: 14px;
  }
  .page--home .section--profile .tit-wrap {
    display: block;
    margin-bottom: 50px;
  }
  .page--home .section--profile .txt-wrap {
    margin-top: 20px;
  }
  .page--home .photo-loop {
    overflow: hidden;
    width: calc(100% + 10.1vw);
    aspect-ratio: 13/10;
    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 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;
    aspect-ratio: 1/1.984;
  }
  .page--home .list--profile li .profile-name {
    display: none;
  }
  .page--home .content-wrap.of {
    padding-bottom: 70px;
  }
  .page--home .content-border {
    height: 100px;
  }
  .page--home .fc-header {
    margin-top: -50px;
    padding-top: 120px;
  }
  .page--home .fc-header .logo-fc {
    width: 55vw;
  }
  .page--home .fc-header .logo-txt {
    margin-top: 12px;
    font-size: 20px;
  }
  .page--home .fc-header .link-member {
    margin-top: 40px;
    gap: 15px;
    font-size: 24px;
  }
  .page--home .fc-header .link-member p + p::before {
    margin-right: 15px;
  }
  .page--home .content-wrap.fc [class^=section--] {
    margin-top: 60px;
  }
  .page--home .content-wrap.fc .tit-wrap {
    margin-bottom: 10px;
  }
  .page--home .content-wrap.fc .section-tit {
    bottom: -40px;
  }
  .page--home .content-wrap.fc .item-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap {
    margin-top: 16px;
    flex: 1;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap .date {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .page--home .content-wrap.fc .item-wrap .txt-wrap .tit {
    font-size: 14px;
  }
  .page--home .content-wrap.fc .item-wrap .thumb-wrap {
    width: 91%;
    margin-left: auto;
  }
  .page--home .content-wrap.fc .block--loop {
    margin-top: 50px;
  }
  .page--home .content-wrap.fc .block--loop .loop--txt-img {
    width: 136vw;
    max-width: none;
    padding-left: 9vw;
  }
  .page--home .footer {
    margin-top: 100px;
  }
  .page--home .footer .block--support {
    padding: 0 5.1vw;
  }
  .page--home .footer .block--support ul {
    font-size: 12px;
    text-align: center;
  }
  .page--home .footer .block--support ul li + li {
    margin-top: 1.2em;
  }
  .page--home .footer .block--support ul + ul {
    margin-top: 1.2em;
  }
  body:not(.page--home) .header-logo {
    width: min(36vw, 200px);
  }
  body:not(.page--home) .content--main {
    margin-top: 120px;
    padding-bottom: 70px;
  }
  .section--list,
  .section--detail {
    padding: 0 5.1vw;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    margin-bottom: 0.5em;
    font-size: 80px;
  }
  .section--list .detail__btn,
  .section--detail .detail__btn {
    margin-top: 40px;
  }
  .section--list .detail__btn a::after,
  .section--detail .detail__btn a::after {
    height: 3px;
  }
  .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 {
    margin-bottom: 1.5em;
    font-size: 20px;
  }
  .page--info .block--category {
    margin-bottom: 30px;
  }
  .page--info .section--detail .tit {
    margin-bottom: 1em;
    font-size: 24px;
  }
  .page--schedule .block--month .tit {
    font-size: 60px;
  }
  .page--schedule .block--month .tit span {
    margin-left: 8px;
    font-size: 40px;
  }
  .page--schedule .block--month .month-pager li a::after {
    height: 3px;
  }
  .page--schedule .block--list {
    padding: 60px 0;
  }
  .page--schedule .list--schedule li .inner .date {
    font-size: 42px;
  }
  .page--schedule .list--schedule li .inner .date .week {
    font-size: 0.64em;
  }
  .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 5.1vw;
  }
  .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 {
    margin-top: 5em;
    padding: 0;
  }
  .page--profile .logo {
    width: min(65%, 350px);
    margin: 0 auto 30px;
  }
  .page--profile .section-tit {
    margin-bottom: 0.8em;
  }
  .page--profile .list--profile {
    gap: 20px;
  }
  .page--profile .list--profile li {
    width: calc((100% - 40px) / 3);
  }
  .page--profile .list--profile li a .profile-name {
    display: block;
    margin-top: 0.3em;
    text-align: center;
    font-size: 24px;
  }
  .page--profile .profile-wrap .block-profile {
    margin-top: 30px;
  }
  .page--profile .profile-wrap .block-profile .name {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .page--profile .profile-wrap .block-profile .name span {
    font-size: 20px;
  }
  .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--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: 42px;
  }
  .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: 50px;
  }
  .section--detail.page--entry .block--entry .panel-area .flex-container .flex-item:first-of-type .block--circle {
    height: 50px;
  }
  .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: 1.8em;
  }
  .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 .searchBox {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--faq .section--list .tit--category a {
    margin-top: -60px;
    padding-top: 60px;
  }
  .page--faq .list--faq {
    padding: 1.5em;
  }
  .page--questionnaire .content--main > section {
    padding: 0 5.1vw;
  }
  .page--questionnaire .form--post input[type=text].input--quarter.postal_code {
    width: 90%;
  }
  .page--questionnaire .form--confirm {
    margin-bottom: 60px;
  }
  .section--detail.page--support .list--support {
    margin-top: -80px;
    padding-top: 80px;
  }
  .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;
  }
}