@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%;
}

body {
  background: #F7F7F7;
  color: #1C1C1C;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

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

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

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

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

::-moz-selection {
  background: #1C1C1C;
  color: #F7F7F7;
}

.svg-parts {
  display: none;
}

.wrap {
  position: relative;
  min-height: 100%;
  background: #F7F7F7;
}

.section-tit {
  transform: translate3d(0, 0, 0);
  font-family: "nimbus-sans", sans-serif;
  color: #1C1C1C;
  font-weight: 400;
}

.section-tit, h2 {
  line-height: 1;
}

.tit {
  line-height: 1.6;
  word-break: break-word;
}

section:not(.section--blog) .new .tit {
  position: relative;
}
section:not(.section--blog) .new .tit::after {
  content: "NEW";
  font-size: 15px;
  margin-left: 5px;
  font-weight: 400;
  color: #E73820;
  padding: 0 0.3em;
}

section.section--blog .new .name,
.page--blog .section--list .new .name {
  position: relative;
}
section.section--blog .new .name::after,
.page--blog .section--list .new .name::after {
  content: "NEW";
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section--list {
  position: relative;
}

.date, .category {
  display: inline-block;
  opacity: 0.8;
}

.date {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.category {
  font-size: 11px;
}

.thumb {
  margin-bottom: 0.5em;
}
.thumb img {
  border-radius: 10px;
}

.section--detail .tit {
  font-size: 20px;
  font-weight: 500;
}

.list--contents {
  justify-content: space-between;
  flex-wrap: wrap;
}

.page--error .section--detail .btn {
  text-align: center;
}

/* image */
.ph, .thumb, .keyvisual {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img, .keyvisual img {
  width: 100%;
}
.ph img::after, .thumb img::after, .keyvisual img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph::after, .thumb::after, .keyvisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph .dummy, .thumb .dummy, .keyvisual .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* category */
.block--category li {
  margin: 0 6px 14px 0;
  display: inline-block;
  border-radius: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #E73820;
  color: #E73820;
}
.block--category li a {
  display: block;
}
.block--category li.current {
  background-color: #E73820;
  color: #ffffff;
}

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

.video {
  position: relative;
  padding-top: 56.25%;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--player,
.section--video .thumb img,
.section--movie .thumb img,
.page--video .thumb img,
.page--movie .thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

/* pagenation */
.block--pager {
  letter-spacing: -0.5em;
  margin: 60px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.6em 0;
  margin: 0 10px;
  letter-spacing: 0.03em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
.block--pager .arrow svg {
  width: 20px;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 5px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer a .arrow, .block--pager .pager__item--newer span .arrow {
  opacity: 1;
}
.block--pager .pager__item--newer span {
  padding: 12px 0;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  opacity: 0.2;
  line-height: 15px;
}
.block--pager .pager__item--newer .arrow {
  transform: scale(-1, 1);
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 5px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a .arrow, .block--pager .pager__item--older span .arrow {
  opacity: 1;
}
.block--pager .pager__item--older span {
  padding: 12px 0;
  position: relative;
  display: flex;
  text-align: center;
  justify-content: center;
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--newer .arrow::after,
.block--pager .pager__item--older .arrow::after {
  content: "";
  color: #1C1C1C;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 0px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  z-index: 10;
  top: 45%;
  left: 30%;
}
.block--pager .pager__item--other {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1C1C1C;
}
.block--pager .pager__item--other a {
  position: relative;
  padding: 3px 0;
}
.block--pager .pager__item--current {
  display: inline-block;
  position: relative;
  padding: 0.6em 0;
  line-height: 0.5;
  vertical-align: middle;
  letter-spacing: normal;
  color: #E73820;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* delighter */
.delighter {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.5s cubic-bezier(0, 0.6, 0.3, 1);
}

.delighter.started {
  transform: translate(0);
  opacity: 1;
}

/* form */
.form--post dt {
  margin: 3em 0 1em;
  opacity: 0.6;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #E73820;
  background: #ffdada;
  padding: 10px;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #1C1C1C;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #1C1C1C;
  border-radius: 0;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #1C1C1C;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #888;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  width: 200px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #F7F7F7;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #1C1C1C;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  background: #ffffff;
  cursor: pointer;
  color: #1C1C1C;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  position: absolute;
  right: 1.3em;
  top: 42%;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #E73820;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #F7F7F7;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #888;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #E73820;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #1C1C1C;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #1C1C1C;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #E73820;
  border-color: #E73820;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  margin: 0 0 2em;
}

.form--confirm {
  border: 0.5px solid #888;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

.list__more {
  display: inline-block;
  border-radius: 30px;
  background-color: #E73820;
  color: #EBEBEB;
}
.list__more a {
  padding: 9px 16px;
  display: block;
}
.list__more .link--txt, .list__more .arrow {
  display: inline-block;
}
.list__more .link--txt {
  font-family: "nimbus-sans", sans-serif;
}
.list__more .arrow {
  width: 20px;
  margin-left: 0.1em;
  vertical-align: bottom;
  transition: all 0.3s;
}

.no-data {
  font-family: "Noto Sans JP", sans-serif;
  transform: translate(0);
  text-align: left;
  width: 100%;
  color: #1C1C1C;
  border: none !important;
}
.no-data.delighter.started {
  opacity: 1;
}

.list--error li {
  color: #df0f12;
  font-weight: bold;
  margin: 0 0 0.3em;
  line-height: 1.8;
}
.list--error li:last-child {
  margin-bottom: 0;
}

/* flex */
.flex--container {
  display: flex;
}

/* indent */
.large--indent {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.middle--indent {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.small--indent {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/* info */
.list--information li {
  border-bottom: 1px solid #D1D1D1;
}
.list--information li.new .tit::after {
  transition: all 0.4s;
}
.list--information li a {
  display: block;
}
.list--information li:first-child {
  border-top: 1px solid #D1D1D1;
}
.list--information li .date {
  margin-right: 1em;
}

/* schedule */
.page--home .section--schedule .list--information li .flex--item:first-child,
.page--info.page--schedule .list--information li .flex--item:first-child {
  flex-direction: column;
}
.page--home .section--schedule .list--information li .flex--item:first-child .date,
.page--home .section--schedule .list--information li .flex--item:first-child .category,
.page--info.page--schedule .list--information li .flex--item:first-child .date,
.page--info.page--schedule .list--information li .flex--item:first-child .category {
  opacity: 1;
}
.page--home .section--schedule .list--information li .flex--item:first-child .date,
.page--info.page--schedule .list--information li .flex--item:first-child .date {
  margin-right: 0;
  font-weight: 600;
}
.page--home .section--schedule .list--information li .flex--item:first-child span,
.page--info.page--schedule .list--information li .flex--item:first-child span {
  display: block;
  text-align: center;
}
.page--home .section--schedule .list--information li .flex--item:last-child,
.page--info.page--schedule .list--information li .flex--item:last-child {
  margin-left: 4%;
}

/* blog */
.section--blog {
  position: relative;
}
.section--blog.move .blog--swiper .blog--item:nth-of-type(2) {
  transform: translateX(0);
}
.section--blog.move .blog--swiper .blog--item:nth-of-type(3) {
  transform: translateX(0);
}
.section--blog.move .blog--swiper .blog--item:nth-of-type(4) {
  transform: translateX(0);
}
.section--blog .blog--swiper .blog--item {
  transition: all 0.7s;
}
.section--blog .blog--swiper .blog--item:nth-of-type(2) {
  transform: translateX(-100%);
}
.section--blog .blog--swiper .blog--item:nth-of-type(3) {
  transform: translateX(-200%);
}
.section--blog .blog--swiper .blog--item:nth-of-type(4) {
  transform: translateX(-300%);
}

.section--blog .thumb,
.page--blog.page--list .thumb {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section--blog .thumb-none,
.page--blog.page--list .thumb-none {
  background-image: url("/static/oactors/fanclub/common/no--image.jpg");
  width: 100%;
  height: 100%;
  display: block;
}
.section--blog .blog--item .item--contents,
.page--blog.page--list .blog--item .item--contents {
  color: #EBEBEB;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 0;
}
.section--blog .blog--item .item--contents a,
.page--blog.page--list .blog--item .item--contents a {
  display: block;
}
.section--blog .blur,
.page--blog.page--list .blur {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
}
.section--blog .thumb-image,
.page--blog.page--list .thumb-image {
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.section--blog .detail--container,
.page--blog.page--list .detail--container {
  background-color: #E73820;
  margin-top: -14px;
  padding: 28px 14px 14px 14px;
  border-radius: 10px;
}
.section--blog .name, .section--blog .tit,
.page--blog.page--list .name,
.page--blog.page--list .tit {
  font-size: 11px;
}
.section--blog .name,
.page--blog.page--list .name {
  font-weight: 400;
  margin-bottom: 0.8em;
}
.section--blog .tit,
.page--blog.page--list .tit {
  font-weight: 600;
  margin-bottom: 3em;
}
.section--blog img,
.page--blog.page--list img {
  height: 100%;
}
.section--blog .thumb,
.page--blog.page--list .thumb {
  margin-bottom: 0;
}
.section--blog .date,
.page--blog.page--list .date {
  padding: 5px 15px;
  background-color: #EBEBEB;
  color: #E73820;
  border-radius: 30px;
  opacity: 1;
}

/* one line only */
.page--home .topics .txt,
.blog--item .tit,
.page--home .section--movie .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

svg {
  fill: currentColor;
}

.svg--box {
  display: none;
}

/* header-logo */
.logo-color01 {
  fill: #231815;
}

.logo-color01,
.logo-color02,
.logo-color03,
.logo-color04 {
  stroke-width: 0px;
}

.logo-color02 {
  fill: #000;
}

.logo-color03 {
  fill: #e73820;
}

.logo-color04 {
  fill: #fff;
}

/* star */
.star-color {
  fill: #e73820;
  stroke-width: 0px;
}

/* login */
.login-color01,
.login-color02 {
  fill: none;
  stroke-linecap: round;
  stroke-width: 1.5px;
}

.login-color02 {
  stroke-linejoin: round;
}

/* back */
.back--arrow--color {
  fill: #1c1c1c;
  stroke-width: 0px;
}

/* logo--white */
.logo-color05 {
  fill: #e73820;
}

.logo-color05,
.logo-color06 {
  stroke-width: 0px;
}

.logo-color06 {
  fill: #fff;
}

/* join */
.join-color01,
.join-color02,
.join-color03,
.join-color04 {
  fill: none;
}

.join-color01,
.join-color05 {
  stroke-width: 0px;
}

.join-color02 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3px;
}

.join-color03 {
  stroke-width: 1.2px;
}

/* mypage */
.mypage-color01,
.mypage-color02 {
  fill: none;
}

.mypage-color01,
.mypage-color03 {
  stroke-width: 0px;
}

.mypage-color02 {
  stroke-width: 1.3px;
}

.page--home .header,
.page--home .nav--login {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.18, 0.5, 0.6, 1);
}
.page--home.loadedB .section--top .star {
  opacity: 1;
  animation: star-move01 1.5s linear forwards;
  animation-timing-function: cubic-bezier(0, 1, 0.6, 1);
}
.page--home.loadedC .section--top .small-star01 {
  opacity: 1;
  animation: star-move02 3.5s linear forwards;
  animation-timing-function: cubic-bezier(0, 1, 0.6, 1);
}
.page--home.loadedC .section--top .small-star02 {
  opacity: 1;
  animation: star-move03 5s linear forwards;
  animation-timing-function: cubic-bezier(0, 1, 0.6, 1);
}
.page--home.loadedD .section--top .star {
  animation: rotation 80s linear infinite;
}
.page--home.loadedE .header,
.page--home.loadedE .nav--login {
  opacity: 1;
}
.page--home.loadedE .keyvisual--container,
.page--home.loadedE .kv__roop--txt {
  opacity: 1;
  transform: translateY(0);
  will-change: transform;
}

.keyvisual--container,
.kv__roop--txt {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.18, 0.5, 0.6, 1);
  transform: translateY(40px);
  will-change: transform;
}

/* keyframe
------------------------------ */
@keyframes text-flow01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes text-flow02 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes stop1 {
  0% {
    stop-color: #ffffff;
  }
  50% {
    stop-color: #efefef;
  }
  100% {
    stop-color: #efefef;
  }
}
@keyframes stop2 {
  0% {
    stop-color: #efefef;
  }
  50% {
    stop-color: #ffffff;
  }
  100% {
    stop-color: #efefef;
  }
}
@keyframes stop3 {
  0% {
    stop-color: #efefef;
  }
  50% {
    stop-color: #efefef;
  }
  100% {
    stop-color: #ffffff;
  }
}
.header {
  position: relative;
  top: 0;
  z-index: 10;
}
.header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .logo {
  display: block;
}
.header .logo a {
  display: block;
}

.footer {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #F7F7F7;
}
.footer__logo {
  line-height: 1;
}
.footer .nav--support li a, .footer .copyright {
  font-size: 11px;
  font-weight: 300;
}
.footer .nav--support {
  justify-content: space-between;
}
.footer .nav--support li {
  line-height: 1;
}
.footer .nav--support li:nth-of-type(4) {
  position: relative;
}
.footer .nav--support li:nth-of-type(4)::after {
  position: absolute;
  content: "";
  background-image: url("/static/oactors/fanclub/common/link.png");
  margin-left: 0.2em;
  bottom: 1px;
  width: 10px;
  height: 10px;
  background-size: contain;
}
.footer .nav--support li:nth-of-type(5) {
  margin-left: 0.5em;
}
.footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.footer .main--block, .footer .sub--block {
  background-color: #E73820;
  position: relative;
}
.footer .main--block {
  -webkit-clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  z-index: 0;
}
.footer .sub--block {
  z-index: 1;
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .nav--login .drawer__btn--inner span {
  top: 50%;
}
body.drawer-visible .nav--login .drawer__btn--inner span:first-child {
  transform: translateX(-50%) rotate(30deg);
}
body.drawer-visible .nav--login .drawer__btn--inner span:nth-child(2) {
  transform: translateX(-50%) rotate(-30deg);
}
body.drawer-visible .menu {
  visibility: visible;
  top: 0;
}

.join, .login, .mypage {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  background: #ffffff;
  color: #E73820;
  border-radius: 30px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}
.join a, .login a, .mypage a {
  padding: 6px 16px;
  display: block;
}
.join use, .login use, .mypage use {
  stroke: #E73820;
}
.join.mypage svg, .login.mypage svg, .mypage.mypage svg {
  height: 20px;
}
.join span, .login span, .mypage span {
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
}
.join svg, .login svg, .mypage svg {
  width: 20px;
  vertical-align: sub;
}

.mypage span {
  font-size: 17px;
}

.join svg {
  width: 18px;
}

.nav--login {
  display: flex;
  position: fixed;
  z-index: 1101;
}
.nav--login li {
  box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.1882352941);
}
.nav--login .drawer__btn {
  background: #ffffff;
  border-radius: 50px;
}
.nav--login .drawer__btn--inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.nav--login .drawer__btn--inner span {
  background-color: #E73820;
  width: 50%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  transition: all 0.3s;
}
.nav--login .drawer__btn--inner span:first-child {
  top: 45%;
}
.nav--login .drawer__btn--inner span:nth-child(2) {
  top: 55%;
}

.menu {
  position: fixed;
  left: 0;
  background-color: #E73820;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.18, 0.5, 0.6, 1);
  z-index: 1100;
}
.menu .menu--items {
  background-color: #F7F7F7;
}
.menu--list:first-child .list--item:nth-child(3) a {
  position: relative;
}
.menu--list:first-child .list--item:nth-child(3) a::after {
  position: absolute;
  content: "\f35d";
  color: #E73820;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  transition: all 0.3s;
}
.menu .menu--list .list--item {
  color: #E73820;
  font-family: "nimbus-sans", sans-serif;
  vertical-align: text-bottom;
  font-weight: 600;
  letter-spacing: 0;
}
.menu .menu--logo a {
  display: block;
}

body:not(.page--home) .no-data {
  opacity: 1;
}

.page--home .section--top {
  position: relative;
  z-index: 0;
}
.page--home .section--top .star {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.page--home .section--top .small-star01, .page--home .section--top .small-star02 {
  opacity: 0;
  position: absolute;
}
.page--home .section--top .block--keyvisual .keyvisual {
  max-height: inherit;
}
.page--home .section--top .block--keyvisual .keyvisual .swiper-slide {
  border-radius: 20px;
}
.page--home .section--top .topics {
  background-color: #ffffff;
}
.page--home .section--top .topics a {
  display: block;
}
.page--home .section--top .topics h2 {
  font-size: 32px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.page--home .section--top .topics .txt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page--home .section--top .topics .flex--container {
  justify-content: space-between;
}
.page--home .section--top .topics .category {
  font-family: "nimbus-sans", sans-serif;
  background-color: #EBEBEB;
  border-radius: 30px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.page--home .section--top .topics .name {
  margin-bottom: 0.8em;
}
.page--home .section--top .topics .date {
  line-height: 1.6;
}
.page--home .section--top .kv__roop--txt {
  font-family: "nimbus-sans", sans-serif;
  line-height: 1;
  position: relative;
  z-index: -1;
}
.page--home .section--top .kv__roop--txt .roop--txt {
  display: inline-block;
  background: -webkit-linear-gradient(90deg, rgba(235, 235, 235, 0.0588235294), #EBEBEB);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page--home .section--banner {
  position: relative;
  z-index: 1;
}
.page--home .section--banner .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.page--home .section--banner a {
  display: block;
}
.page--home .section--banner .block--button-nav {
  position: absolute;
  left: 0;
  bottom: 70px;
}
.page--home .section--banner .swiper-button-next,
.page--home .section--banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-size: contain;
  position: relative;
  display: inline-block;
  padding: 10px;
  top: 4px;
  left: 0;
  z-index: 20;
  background-color: #E73820;
  transition: opacity 0.3s;
}
.page--home .section--banner .swiper-button-next::after,
.page--home .section--banner .swiper-button-prev::after {
  content: "";
  color: #EBEBEB;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  border: 0px;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: rotate(-45deg);
  z-index: 10;
  top: 35%;
  left: 30%;
}
.page--home .section--banner .swiper-button-next::before,
.page--home .section--banner .swiper-button-prev::before {
  content: none;
}
.page--home .section--banner .swiper-button-prev {
  transform: scale(-1, 1);
}
.page--home .section--banner .swiper-pagination {
  display: none;
}
.page--home .section--info {
  z-index: 2;
}
.page--home .section--info,
.page--home .section--schedule {
  position: relative;
}
.page--home .section--info .flex--container,
.page--home .section--schedule .flex--container {
  position: relative;
}
.page--home .section--schedule #background--logo--box {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.page--home .section--schedule #background--logo--box .stop1, .page--home .section--schedule #background--logo--box .stop2 {
  animation-name: stop;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.page--home .section--schedule #background--logo--box .stop1 {
  animation: stop1 6s ease-in-out infinite alternate;
}
.page--home .section--schedule #background--logo--box .stop2 {
  animation: stop2 6s ease-in-out infinite alternate;
}
.page--home .section--schedule #background--logo--box .stop3 {
  animation: stop3 6s ease-in-out infinite alternate;
}
.page--home .section--schedule #background--logo--box #background--logo {
  fill: url(#clippath);
}
.page--home .section--video {
  position: relative;
}
.page--home .section--video .thumb {
  border-radius: 10px;
}
.page--home .limited--contents {
  position: relative;
}
.page--home .limited--contents .section--blog,
.page--home .limited--contents .section--movie,
.page--home .limited--contents .section--magazine {
  background-color: #EBEBEB;
}
.page--home .limited--contents .section--movie .thumb {
  margin-bottom: 0.5em;
}
.page--home .limited--contents .section--magazine .thumb--link .thumb {
  width: 100%;
  aspect-ratio: 16/9;
}
.page--home .limited--contents .section--magazine img {
  aspect-ratio: initial;
  border-radius: 0;
}
.page--home .limited--contents .section--magazine .magazine--detail {
  display: table;
}
.page--home .limited--contents .section--magazine .detail--wrap {
  display: table-cell;
  vertical-align: middle;
}
.page--home .last__roop--txt .roop--txt {
  animation: text-flow01 30s linear infinite;
}
.page--home .last__roop--txt .roop--txt p, .page--home .last__roop--txt .roop--txt .roop--txt--img {
  line-height: 1;
}
.page--home .last__roop--txt .roop--txt p {
  color: #E73820;
  font-family: "nimbus-sans", sans-serif;
  letter-spacing: 0.04em;
}
.page--home .last__roop--txt .roop--txt .roop--txt--img img {
  border-radius: 10px;
}

.page--info .section--list .no-data {
  padding-top: 0;
}
.page--info .section--detail .news--bottom {
  justify-content: space-between;
}
.page--info .section--detail .news--bottom .detail__btn {
  margin-top: 0;
}
.page--info .section--detail .category {
  margin-left: 1em;
}
.page--info .section--detail .block--share li {
  display: inline-block;
  margin: 0 0.3em;
}
.page--info .section--detail .block--share li:first-of-type {
  margin-left: 0;
}
.page--info .section--detail .block--share li i::before {
  font-size: 20px;
}
.page--info .section--detail .block--share .line-icon {
  vertical-align: middle;
}

.page--info.page--schedule .section--detail .week {
  font-size: 11px;
  margin-left: 2px;
}

.page--blog .section-tit {
  margin-bottom: 40px;
}
.page--blog .section--list .list--contents .new .tit::after {
  display: none;
}
.page--blog .section--list .blog--item {
  transition: all 0.7s;
  opacity: 1;
}
.page--blog .section--detail .user {
  margin-bottom: 5px;
}
.page--blog .section--detail .block--pager {
  text-align: center;
}

.page--movie.new-movie .content--main .list--contents li .thumb {
  margin-bottom: 0.5em;
}
.page--movie.new-movie .content--main .list--contents::after {
  content: "none" !important;
  display: none !important;
}
.page--movie.new-movie .content--main .section--detail .block--tit {
  margin: 0 0 40px;
}
.page--movie.new-movie .content--main .section--detail .block--tit .date {
  opacity: 0.8;
}
.page--movie.new-movie .content--main .section--detail .block--tit .tit,
.page--movie.new-movie .content--main .section--detail .more_movies_title {
  font-size: 20px;
}
.page--movie.new-movie .content--main .section--detail .block--tit .tit {
  font-weight: 500;
}
.page--movie.new-movie .content--main .section--detail .block--tit .date {
  font-size: 11px;
}
.page--movie.new-movie .content--main .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
}
.page--movie.new-movie .content--main .section--detail .item--more_movie .tit {
  font-weight: 400;
}
.page--movie.new-movie .content--main .section--detail .detail__btn {
  text-align: left;
}

.page--qa .section--list {
  display: block;
}
.page--qa .section-tit {
  font-size: 6.5vw;
}
.page--qa .txt {
  font-size: 14px;
  margin-bottom: 40px;
}
.page--qa .list--qa li a .tit {
  position: relative;
}
.page--qa .list--qa li a .tit::before {
  content: "Q.";
  font-family: "nimbus-sans", sans-serif;
  font-size: 25px;
  margin-right: 5px;
}
.page--qa .list--qa li a .date {
  margin: 0;
}
.page--qa .list--qa li a .name {
  margin-bottom: 8px;
}
.page--qa .list--qa li a .name span {
  margin-right: 5px;
}
.page--qa .section--detail .txt {
  margin-bottom: 30px;
}
.page--qa .section--detail .block--form {
  padding: 40px 30px;
  border: 1px solid rgba(247, 247, 247, 0.4);
  margin-bottom: 40px;
}
.page--qa .section--detail .block--form dt {
  font-size: 14px;
  opacity: 0.5;
  margin: 0;
}
.page--qa .section--detail .block--form dd {
  font-size: 18px;
  margin-bottom: 10px;
}
.page--qa .section--detail .block--form dd:last-child {
  margin-bottom: 0;
}
.page--qa .section--detail .block__question {
  border: 1px solid rgba(247, 247, 247, 0.4);
  padding: 20px 30px;
  margin-bottom: 40px;
}
.page--qa .section--detail .block__answer {
  background: #F7F7F7;
  color: #1C1C1C;
  padding: 20px 30px;
}
.page--qa .section--detail .block__answer .ico--a, .page--qa .section--detail .block__answer .name {
  color: #E73820;
}
.page--qa .section--detail .ico--q, .page--qa .section--detail .ico--a {
  display: block;
  font-size: 40px;
  font-family: "nimbus-sans", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}
.page--qa .section--detail .txt {
  font-size: 18px;
}
.page--qa .section--detail .name {
  font-size: 15px;
}
.page--qa .section--detail .name span {
  margin-right: 5px;
  font-size: 12px;
}
.page--qa.page--edit .block--form {
  padding: 0;
}
.page--qa.page--edit .section--detail .block--form {
  border: none;
}

.page--magazine.page--list .list--contents .thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page--magazine.page--list .list--contents figure {
  width: 100%;
  height: 100%;
  filter: blur(50px);
}
.page--magazine.page--list .list--contents img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  border-radius: 0;
}
.page--magazine.page--detail .tit {
  text-align: center;
}

.section--detail.page--support .section-tit {
  margin-bottom: 40px;
}
.section--detail.page--support dt {
  font-weight: 500;
}
.section--detail.page--support dd {
  margin-bottom: 2em;
}
.section--detail.page--support .txt--basic {
  margin-bottom: 40px;
}

.page--faq {
  font-family: "Noto Sans JP", sans-serif;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  transition: 0.3s;
  text-decoration: underline;
}
.page--faq .section--list .btn {
  margin: 20px 0;
  text-align: center;
}
.page--faq .section--list .txt--sub {
  font-size: 12px;
}
.page--faq .list-inquiry {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.page--faq .list-inquiry li {
  margin-bottom: 20px;
  border: 1px solid rgba(28, 28, 28, 0.6);
}
.page--faq .list-inquiry li a {
  background: #1C1C1C;
  color: #F7F7F7;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5em;
  transition: 0.3s;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 40px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #1C1C1C;
  border-color: rgba(28, 28, 28, 0.6);
  border-radius: 5px;
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #1C1C1C;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .block--category {
  margin-bottom: 40px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .list--faq {
  margin: 1.5em 0 3em;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid rgba(28, 28, 28, 0.2);
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: flex;
  padding: 24px 0;
  text-decoration: none;
  transition: color 0.3s;
}
.page--faq .list--faq .txt {
  padding-top: 0;
}
.page--faq .list--faq .icon--a {
  display: none;
}
.page--faq .list--faq .icon--q {
  font-family: "nimbus-sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 19px;
  margin-right: 8px;
}
.page--faq .tit--category {
  margin: 0 0 20px;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(28, 28, 28, 0.2);
  padding: 25px;
  margin: 0 0 80px;
  border-radius: 10px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.2);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  color: #E73820;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact {
  margin: 40px 0 0;
}
.page--faq .block--contact .link a {
  position: relative;
  padding: 0 0 0.2em;
}
.page--faq .block--contact .link a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  transition: 0.3s;
}

.page--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page--questionnaire .section--detail .tit {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.page--questionnaire .section--detail form .form--post input {
  margin-right: 0.4em;
}
.page--questionnaire .section--detail form .form--post {
  margin: 0 0 8%;
}
.page--questionnaire .section--detail form .form--post dt {
  opacity: 1;
}
.page--questionnaire .section--detail form .icon--required::before {
  content: "必須";
  color: #F7F7F7;
  background: #E73820;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding: 5px;
  margin-left: 5px;
}

/* page--entry
------------------------------ */
.page--entry .intro {
  margin-bottom: 2em;
}
.page--entry .attention {
  color: #E73820;
  border: 1px solid #E73820;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 2em;
  text-align: center;
}
.page--entry .attention--txt {
  text-align: center;
  margin-bottom: 1em;
}
.page--entry .attention ul {
  text-align: left;
}
.page--entry .attention .detail--link {
  display: inline-block;
  text-align: center;
  margin-top: 2em;
  font-weight: 600;
}
.page--entry .attention .detail--link a {
  position: relative;
}
.page--entry .attention .detail--link a::after {
  position: absolute;
  content: "\f35d";
  color: #E73820;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  bottom: 4px;
  font-size: 12px;
  margin-left: 0.3em;
}
.page--entry .first--ttl,
.page--entry .second--ttl,
.page--entry .third--ttl {
  text-align: center;
  margin-bottom: 0.8em;
}
.page--entry .tab {
  font-weight: 600;
  background-color: rgba(231, 56, 32, 0.5607843137);
  color: #ffffff;
  width: 50%;
  text-align: center;
}
.page--entry .tab.active {
  background-color: #E73820;
}
.page--entry .tab:first-child {
  border-radius: 10px 0 0 0;
}
.page--entry .tab:nth-child(2) {
  border-radius: 0 10px 0 0;
}
.page--entry .tab p {
  line-height: 1.4;
}
.page--entry .panel {
  display: none;
  background: #EBEBEB;
  padding: 5%;
  border-radius: 0 0 10px 10px;
}
.page--entry .panel.active {
  display: block;
}
.page--entry .panel .link {
  display: inline-block;
  margin-top: 1em;
  border-radius: 50px;
  background-color: #E73820;
  border: 1px solid #E73820;
  transition: all 0.3s;
}
.page--entry .panel .link a {
  color: #ffffff;
  padding: 0.8em 2em;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.3s;
  line-height: 1.5;
}
.page--entry .panel .link a p {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.page--entry .panel .step--txt {
  font-weight: 500;
}
.page--entry .panel .step--contents {
  margin-bottom: 1.5em;
}
.page--entry .second--contents .link-wrap {
  text-align: center;
  margin-top: 5%;
}
.page--entry .second--contents .link {
  display: inline-block;
  border-radius: 50px;
  background-color: #E73820;
  border: 1px solid #E73820;
  transition: all 0.3s;
}
.page--entry .second--contents .link a {
  color: #ffffff;
  padding: 0.8em 2em;
  display: block;
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.3s;
  line-height: 1.5;
}
.page--entry .second--contents .link a p {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.page--entry .second--contents,
.page--entry .third--contents {
  background: #EBEBEB;
  padding: 5%;
  border-radius: 10px;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  font-size: 50px;
  text-align: center;
  margin: 0 0 50px;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
    cursor: pointer;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .list__more:hover .arrow {
    transform: translateX(5px);
  }
  .list__more a {
    padding: 8px 18px 10px;
  }
  .list__more .arrow {
    width: 18px;
  }
  .list__more .link--txt {
    font-size: 14px;
  }
  /* category */
  .block--category {
    width: 72%;
  }
  .block--category li {
    transition: all 0.3s;
  }
  .block--category li a {
    padding: 6px 20px;
  }
  .block--category li:first-of-type {
    margin-left: 0;
  }
  .block--category li:not(.current):hover {
    opacity: 0.5;
  }
  .section-tit {
    font-size: clamp(32px, 3vw, 50px);
  }
  .section-tit.jp {
    font-size: clamp(22px, 2.5vw, 40px);
  }
  .section--list {
    width: 80%;
    padding: 3em 0 350px;
    max-width: 2000px;
    margin: 0 auto;
  }
  .section--list .tit--box {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }
  .section--list .list--contents li {
    margin-bottom: 60px;
    width: calc(50% - 1vw);
  }
  .section--list .section--header {
    width: 35%;
  }
  .section--list .section-tit {
    margin-bottom: 40px;
    position: static;
  }
  .section--list .block--list, .section--list .block--entry {
    width: 65%;
  }
  .section--detail {
    padding: 3em 14vw 350px;
    max-width: 1500px;
    margin: 0 auto;
  }
  section:not(.section--blog) .new .tit::after {
    font-size: 15px;
  }
  section.section--blog .new .name::after,
  .page--blog .section--list .new .name::after {
    font-size: 14px;
  }
  .detail__btn:hover .back--arrow svg {
    transform: translateX(-10px);
  }
  .detail__btn .back--arrow svg {
    transition: all 0.3s;
    width: 18px;
  }
  .detail__btn span {
    font-weight: 400;
  }
  .block--pager {
    text-align: left;
    left: -20px;
  }
  .block--pager .pager__item--older a:hover {
    transform: translateX(10px);
  }
  .block--pager .pager__item--newer a:hover {
    transform: translateX(-10px);
  }
  .block--pager .pager__item--other a {
    position: relative;
    transition: all 0.3s 0s ease;
  }
  .block--pager .pager__item--other a span {
    position: relative;
    z-index: 2;
  }
  .block--pager .pager__item--other a:hover {
    color: #E73820;
  }
  .block--pager .pager-link-top {
    font-size: 16px;
  }
  .red--overlay {
    display: block;
    position: absolute;
    background: #E73820;
    color: #ffffff;
    transition: all 1s cubic-bezier(0.1, 1, 0.66, 1);
    transform-origin: bottom;
    border-radius: 0 0 100% 100%;
    z-index: -1;
  }
  .tit, .date, .category {
    transition: all 0.4s;
  }
  .thumb {
    overflow: hidden;
    border-radius: 10px;
    transform: translateZ(0);
  }
  .red--overlay--transparent {
    position: absolute;
    width: 150%;
    height: 200%;
    top: -200%;
    background: rgba(231, 56, 32, 0.7);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%;
    transition: all 1s cubic-bezier(0.1, 1, 0.66, 1);
  }
  .pager-link-top {
    transition: all 0.3s;
  }
  .pager-link-top:hover {
    opacity: 0.3;
  }
  /* info */
  .list--information li {
    overflow: hidden;
  }
  .list--information li.new:hover .tit::after {
    color: #ffffff;
  }
  .list--information li:hover a {
    padding: 32px 20px;
  }
  .list--information li:hover .red--overlay {
    bottom: -100%;
  }
  .list--information li:hover .tit,
  .list--information li:hover .date,
  .list--information li:hover .category {
    color: #ffffff;
  }
  .list--information li .tit {
    margin-bottom: 15px;
  }
  .list--information li a {
    padding: 32px 0;
    position: relative;
  }
  .list--information li .red--overlay {
    bottom: 205%;
    left: 0;
    width: 100%;
    height: 200%;
  }
  /* schedule */
  .page--home .section--schedule .list--information li:hover .flex--item:first-child span,
  .page--info.page--schedule .list--information li:hover .flex--item:first-child span {
    color: #ffffff;
  }
  .page--home .section--schedule .list--information li .flex--item:first-child .date,
  .page--info.page--schedule .list--information li .flex--item:first-child .date {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page--home .section--schedule .list--information li .flex--item:first-child .week,
  .page--info.page--schedule .list--information li .flex--item:first-child .week {
    font-size: 12px;
    transition: all 0.4s;
  }
  /* blog */
  .blog--item a:hover .blog--overlay {
    top: -18%;
  }
  .blog--overlay {
    content: "";
    position: absolute;
    top: -150%;
    left: 50%;
    width: 200%;
    height: 140%;
    background: rgba(255, 255, 255, 0.7);
    transition: all 1s cubic-bezier(0.1, 1, 0.66, 1);
    transform-origin: bottom;
    border-radius: 0 0 50% 50%;
    z-index: 0;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
  }
  .blog--overlay .read {
    display: inline-block;
    color: #E73820;
  }
  .blog--overlay .arrow {
    margin-left: 0.3em;
    vertical-align: bottom;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: inherit;
  }
  .blog--overlay .arrow use {
    stroke: #E73820;
  }
  /* keyframe
  ------------------------------ */
  @keyframes star-move01 {
    0% {
      top: 100vh;
      right: 70vw;
      transform: rotate(-100deg) rotateZ(1turn) rotateX(1turn) rotateY(1turn) scale(0.01);
    }
    100% {
      top: -23vw;
      right: -7vw;
      transform: rotate(0deg) rotateZ(2turn) rotateX(2turn) rotateY(2turn) scale(1);
    }
  }
  @keyframes star-move02 {
    0% {
      top: 100vh;
      left: 8vw;
      transform: rotate(0deg) rotateZ(1turn) rotateX(1turn) rotateY(1turn) scale(0.5);
    }
    100% {
      top: -37vh;
      left: 55vw;
      transform: rotate(100deg) rotateZ(4turn) rotateX(4turn) rotateY(3turn) scale(1);
    }
  }
  @keyframes star-move03 {
    0% {
      top: 100vh;
      right: 35vw;
      transform: rotate(0deg) rotateZ(1turn) rotateX(1turn) rotateY(1turn) scale(0.5);
    }
    100% {
      top: 30vh;
      right: -15vw;
      transform: rotate(100deg) rotateZ(4turn) rotateX(4turn) rotateY(3turn) scale(1);
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(0);
      top: -23vw;
      right: -7vw;
    }
    100% {
      transform: rotate(360deg);
      top: -23vw;
      right: -7vw;
    }
  }
  .header {
    padding: 30px 4vw;
  }
  .header .inner .logo {
    width: 22vw;
    cursor: pointer;
  }
  .nav--login {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
    top: 16px;
    right: 4.2vw;
  }
  .nav--login .drawer__btn--inner {
    cursor: pointer;
  }
  .nav--login .join, .nav--login .login, .nav--login .mypage {
    margin-right: 15px;
  }
  .nav--login .join:hover,
  .nav--login .login:hover,
  .nav--login .mypage:hover {
    background: #E73820;
  }
  .nav--login .join:hover use,
  .nav--login .login:hover use,
  .nav--login .mypage:hover use {
    fill: #ffffff;
    stroke: #ffffff;
  }
  .nav--login .join:hover span,
  .nav--login .login:hover span,
  .nav--login .mypage:hover span {
    color: #ffffff;
  }
  .drawer__btn {
    width: 50px;
    height: 50px;
  }
  .menu {
    padding: 30px 4.2vw 50px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    top: -35vw;
  }
  .menu .menu--logo {
    width: 22vw;
    margin-bottom: 30px;
  }
  .menu--list {
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
  }
  .menu--list:first-child .list--item:nth-child(2) a::after, .menu--list:first-child .list--item:nth-child(3) a::after, .menu--list:first-child .list--item:nth-child(5) a::after {
    bottom: 0.7vw;
    font-size: 17px;
    margin-left: 6px;
  }
  .menu--list:nth-child(2)::after {
    content: "";
    display: block;
    width: 25%;
  }
  .menu--list:nth-child(2) .list--item {
    margin: 0 3.05vw;
  }
  .menu--list:nth-child(2) .list--item:first-of-type {
    margin-left: 0;
  }
  .menu--list .list--item {
    font-size: 3vw;
  }
  .menu--list .list--item:hover {
    color: #1C1C1C;
  }
  .menu--list .list--item:nth-child(2):hover a::after, .menu--list .list--item:nth-child(3):hover a::after, .menu--list .list--item:nth-child(5):hover a::after {
    color: #1C1C1C;
  }
  .menu--items {
    padding: 3vw;
    border-radius: 15px;
  }
  .footer {
    overflow: hidden;
  }
  .footer__inner {
    width: 103vw;
  }
  .footer .main--block {
    width: 80vw;
    padding: 70px 4.2vw 30px;
  }
  .footer .sub--block {
    width: 17vw;
    -webkit-clip-path: polygon(60.5% 0, 100% 0%, 39.5% 100%, 0% 100%);
            clip-path: polygon(60.5% 0, 100% 0%, 39.5% 100%, 0% 100%);
    position: relative;
    margin-left: -4vw;
  }
  .footer__logo {
    width: 24vw;
    margin-bottom: 30px;
  }
  .footer .nav--support {
    width: 520px;
    margin-bottom: 20px;
  }
  .footer .nav--support li {
    transition: all 0.3s;
  }
  .footer .nav--support li:hover {
    opacity: 0.7;
  }
  body:not(.page--home) .footer {
    position: absolute;
    bottom: 0;
  }
  .page--home {
    /* section--top */
  }
  .page--home .wrap {
    overflow: hidden;
  }
  .page--home .section--top {
    width: 100%;
    position: relative;
    height: calc(100vh - 8vw);
    margin-bottom: 13.5vw;
  }
  .page--home .section--top .star {
    width: 50vw;
  }
  .page--home .section--top .small-star01 {
    width: 6vw;
    top: 100vh;
    right: 70vw;
  }
  .page--home .section--top .small-star02 {
    width: 6vw;
    top: 100vh;
    right: 35vw;
  }
  .page--home .section--top .keyvisual--container {
    height: 100%;
    padding: 0 4.2vw 3.8vw;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    align-items: flex-end;
  }
  .page--home .section--top .block--keyvisual {
    max-width: 65vw;
    width: 113vh;
  }
  .page--home .section--top .keyvisual {
    height: 100%;
  }
  .page--home .section--top .keyvisual img {
    border-radius: 20px;
  }
  .page--home .section--top .topics {
    max-width: 21vw;
    min-width: 230px;
    width: 22%;
    border-radius: 15px;
    font-size: 32px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .page--home .section--top .topics a {
    padding: 30px;
  }
  .page--home .section--top .topics:hover h2, .page--home .section--top .topics:hover .name, .page--home .section--top .topics:hover .txt, .page--home .section--top .topics:hover .date {
    color: #ffffff;
  }
  .page--home .section--top .topics:hover .category {
    background-color: #ffffff;
    color: #E73820;
    opacity: 1;
  }
  .page--home .section--top .topics:hover .date {
    opacity: 1;
  }
  .page--home .section--top .topics:hover .red--overlay {
    top: -60%;
    pointer-events: none;
  }
  .page--home .section--top .topics h2, .page--home .section--top .topics p {
    position: relative;
    z-index: 1;
    transition: all 1s cubic-bezier(0.1, 1, 0.66, 1);
  }
  .page--home .section--top .topics h2 {
    margin-bottom: 20px;
  }
  .page--home .section--top .topics .name {
    font-size: 11px;
  }
  .page--home .section--top .topics .category {
    font-size: 14px;
    padding: 4px 14px;
  }
  .page--home .section--top .topics .red--overlay {
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    top: -210%;
    z-index: 0;
  }
  .page--home .section--top .kv__roop--txt {
    font-size: 15vw;
    margin-top: -8vw;
  }
  .page--home .section--top .kv__roop--txt .roop--txt {
    animation: text-flow01 100s linear infinite;
  }
  .page--home .section--banner {
    margin-bottom: 12vw;
  }
  .page--home .section--banner.no-swiper01 .list--bnr, .page--home .section--banner.no-swiper02 .list--bnr {
    width: 32.1%;
  }
  .page--home .section--banner.no-swiper01 .swiper-slide, .page--home .section--banner.no-swiper02 .swiper-slide {
    margin-left: 0;
  }
  .page--home .section--banner.no-swiper01 .block--button-nav, .page--home .section--banner.no-swiper02 .block--button-nav {
    display: none;
  }
  .page--home .section--banner.no-swiper01 .block--button-nav div, .page--home .section--banner.no-swiper02 .block--button-nav div {
    cursor: default;
  }
  .page--home .section--banner.no-swiper01 .swiper-container, .page--home .section--banner.no-swiper02 .swiper-container {
    margin: 0;
  }
  .page--home .section--banner.no-swiper01 .list--bnr {
    width: 45%;
    margin: 0 auto;
  }
  .page--home .section--banner.no-swiper02 .list--bnr {
    display: flex;
    justify-content: center;
    width: initial;
  }
  .page--home .section--banner.no-swiper02 .list--bnr .swiper-slide {
    width: 35%;
  }
  .page--home .section--banner.no-swiper02 .swiper-slide:last-child {
    margin-left: 20px;
  }
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .page--home .section--banner .swiper-container {
        width: 99vw !important;
      }
    }
  }
  .page--home .section--banner .swiper-container {
    width: 100vw;
    margin: 0 clamp(-250px, -16vw, -200px) 0 auto;
    overflow: hidden;
  }
  .page--home .section--banner .block--button-nav {
    position: absolute;
    bottom: 0.2em;
    left: 4.2vw;
  }
  .page--home .section--banner .swiper-button-next {
    margin-left: 1em;
  }
  .page--home .section--banner .swiper-slide {
    display: block;
    cursor: pointer;
  }
  .page--home .section--banner .swiper-slide:hover .red--overlay--transparent {
    top: -50%;
    pointer-events: none;
  }
  .page--home .section--info,
  .page--home .section--schedule,
  .page--home .section--video {
    padding: 0 4.2vw;
  }
  .page--home .section--info .flex--container .tit-wrap,
  .page--home .section--schedule .flex--container .tit-wrap,
  .page--home .section--video .flex--container .tit-wrap {
    width: 40%;
    margin-right: 80px;
  }
  .page--home .section--info .section-tit,
  .page--home .section--schedule .section-tit,
  .page--home .section--video .section-tit {
    margin-bottom: 24px;
  }
  .page--home .section--blog .tit-wrap,
  .page--home .section--movie .tit-wrap,
  .page--home .section--magazine .tit-wrap {
    margin-bottom: 30px;
  }
  .page--home .section--blog .section-tit,
  .page--home .section--movie .section-tit,
  .page--home .section--magazine .section-tit {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
  }
  .page--home .section--info,
  .page--home .section--schedule {
    margin: 0 auto 12vw;
    position: relative;
  }
  .page--home .section--info .list--information,
  .page--home .section--schedule .list--information {
    width: 100%;
  }
  .page--home .section--info > .flex--container,
  .page--home .section--schedule > .flex--container {
    width: 82%;
  }
  .page--home .section--info > .flex--container .block--info,
  .page--home .section--schedule > .flex--container .block--info {
    width: 70%;
  }
  .page--home .section--schedule #background--logo--box {
    width: 110vw;
    left: 50%;
    transform: translateX(-45%);
    bottom: -30vh;
    z-index: 0;
  }
  .page--home .section--video {
    margin: 0 auto 12vw;
  }
  .page--home .section--video .flex--container {
    width: 100%;
    justify-content: space-between;
  }
  .page--home .section--video .flex--container .video--swiper {
    width: 100%;
  }
  .page--home .section--video .flex--container li {
    width: calc(50% - 12px);
  }
  .page--home .section--video .flex--container a:hover .red--overlay--transparent {
    top: -60%;
  }
  .page--home .limited--contents {
    padding: 0 4.2vw;
    margin-bottom: 7.3vw;
  }
  .page--home .limited--contents .section--blog,
  .page--home .limited--contents .section--movie,
  .page--home .limited--contents .section--magazine {
    border-radius: 20px;
    padding: 4.2vw;
  }
  .page--home .limited--contents .section--blog {
    margin-bottom: 4.2vw;
  }
  .page--home .limited--contents .section--blog ul.flex--container {
    justify-content: space-between;
  }
  .page--home .limited--contents .section--blog ul.flex--container.f-start {
    justify-content: flex-start;
  }
  .page--home .limited--contents .section--blog ul.flex--container.f-start .blog--item:nth-of-type(2), .page--home .limited--contents .section--blog ul.flex--container.f-start .blog--item:nth-of-type(3) {
    margin-left: 2%;
  }
  .page--home .limited--contents .section--blog .blog--item {
    width: calc(25% - 1.4vw);
  }
  .page--home .limited--contents .section--blog .read {
    font-size: 3vw;
  }
  .page--home .limited--contents .section--blog .blog--overlay .arrow {
    width: 3vw;
  }
  .page--home .limited--contents .flex--container.bottom {
    justify-content: space-between;
  }
  .page--home .limited--contents .section--blog .no-data,
  .page--home .limited--contents .section--movie .no-data {
    text-align: center;
  }
  .page--home .limited--contents .section--movie,
  .page--home .limited--contents .section--magazine {
    width: calc(50% - 2.1vw);
  }
  .page--home .limited--contents .section--movie a:hover .red--overlay--transparent {
    top: -60%;
  }
  .page--home .limited--contents .section--movie .no-data {
    margin-top: 33%;
    font-size: 1.7vw;
    line-height: 1.4;
  }
  .page--home .limited--contents .section--magazine .thumb--link {
    width: 100%;
  }
  .page--home .limited--contents .section--magazine .thumb--link .thumb .blur--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(50px);
  }
  .page--home .limited--contents .section--magazine .thumb--link .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
  .page--home .limited--contents .section--magazine .red--overlay--transparent {
    width: 300%;
  }
  .page--home .limited--contents .section--magazine a:hover .red--overlay--transparent {
    top: -80%;
  }
  .page--home .limited--contents .section--magazine div.no-data {
    height: calc(100% - 4.2vw);
  }
  .page--home .limited--contents .section--magazine div.no-data .thumb--link {
    height: 100%;
  }
  .page--home .limited--contents .section--magazine div.no-data .thumb--link .magazine--detail {
    width: 100%;
  }
  .page--home .limited--contents .section--magazine div.no-data .thumb--link .tit {
    text-align: center;
  }
  .page--home .limited--contents .section--magazine div.no-data .thumb--link .thumb::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.368627451);
  }
  .page--home .limited--contents .section--magazine div.no-data a {
    pointer-events: none;
  }
  .page--home .last__roop--txt {
    margin-bottom: 6.5vw;
  }
  .page--home .last__roop--txt .roop--txt p {
    font-size: 8.1vw;
    margin: 0 3vw 0 5vw;
  }
  .page--home .last__roop--txt .roop--txt--swiper {
    width: 16vw;
  }
  .page--info .section--detail .txt {
    margin-top: 40px;
  }
  .page--info .section--detail .news--bottom {
    margin-top: 60px;
  }
  .page--info .section--detail .detail__btn {
    margin-top: 60px;
  }
  .page--info .section--detail .block--share .facebook a i::before,
  .page--info .section--detail .block--share .twitter a i::before {
    transition: all 0.3s;
  }
  .page--info .section--detail .block--share .facebook:hover a i::before,
  .page--info .section--detail .block--share .twitter:hover a i::before {
    color: #E73820;
  }
  .page--info .section--detail .block--share .line-icon svg {
    transition: all 0.3s;
  }
  .page--info .section--detail .block--share .line-icon svg:hover {
    fill: #E73820;
  }
  .page--info.page--video a:hover .red--overlay--transparent {
    top: -60%;
  }
  .page--blog .section--list .list--contents {
    justify-content: flex-start;
  }
  .page--blog .section--list .blog--item.started:nth-child(2), .page--blog .section--list .blog--item.started:nth-child(5), .page--blog .section--list .blog--item.started:nth-child(8), .page--blog .section--list .blog--item.started:nth-child(11) {
    transform: translateX(0);
  }
  .page--blog .section--list .blog--item.started:nth-child(3n) {
    transform: translateX(0);
  }
  .page--blog .section--list .blog--item:nth-child(1), .page--blog .section--list .blog--item:nth-child(4), .page--blog .section--list .blog--item:nth-child(7), .page--blog .section--list .blog--item:nth-child(10) {
    transform: translateY(0);
  }
  .page--blog .section--list .blog--item:nth-child(2), .page--blog .section--list .blog--item:nth-child(5), .page--blog .section--list .blog--item:nth-child(8), .page--blog .section--list .blog--item:nth-child(11) {
    transform: translateX(-100%);
  }
  .page--blog .section--list .blog--item:nth-child(3n) {
    transform: translateX(-200%);
  }
  .page--blog .section--list .list--contents li {
    width: calc(33% - 1vw);
    margin-right: 1.7vw;
  }
  .page--blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog .section--list .list--contents li .read {
    font-size: 2.7vw;
  }
  .page--blog .section--list .list--contents li .arrow {
    width: 2.5vw;
  }
  .page--blog .section--detail .blog__head {
    margin-bottom: 40px;
  }
  .page--blog .section--detail .user {
    font-size: 18px;
  }
  .page--movie.new-movie .content--main .section--list {
    width: 80%;
    padding: 3em 0 350px;
    max-width: 2000px;
    margin: 0 auto;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li {
    width: calc(50% - 1vw);
    margin-bottom: 60px;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li a:hover .red--overlay--transparent {
    top: -60%;
  }
  .page--movie.new-movie .content--main .section--detail .block--tit {
    margin: 0 0 80px;
  }
  .page--movie.new-movie .content--main .section--detail .more_movies_title {
    margin-bottom: 10px;
  }
  .page--movie.new-movie .content--main .section--detail .item--more_movie .tit {
    font-size: 15px;
  }
  .page--movie.new-movie .content--main .section--detail .item--more_movie a:hover .red--overlay--transparent {
    top: -60%;
  }
  .page--qa .section-tit {
    margin-bottom: 60px;
  }
  .page--qa .section--list {
    width: 850px;
    padding: 0;
    margin: 0 auto;
  }
  .page--magazine .list--contents {
    width: 100%;
  }
  .page--magazine .list--contents li .red--overlay--transparent {
    width: 230%;
  }
  .page--magazine .list--contents li a:hover .red--overlay--transparent {
    top: -80%;
  }
  .page--magazine .section--detail .tit {
    font-size: 30px;
    text-align: center;
  }
  .page--magazine .section--detail .indicator--area {
    width: 70%;
    height: 70px;
    background: #999999;
    position: relative;
    z-index: 0;
    transform: translateY(-55px);
    margin: 0px auto;
    border-radius: 40px;
  }
  .page--stream {
    width: 100%;
    max-width: 1800px;
  }
  .page--stream .section-tit {
    margin-bottom: 0.8em;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 18px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 18px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 4px;
  }
  .page--stream .block--download .inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    margin-right: 1.5em;
    width: 50%;
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li {
    margin-right: 1em;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
    height: 100%;
  }
  .page--stream .block--download .dl-list li:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc {
    border-bottom: solid 1px #a1a1a1;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
    color: #a1a1a1;
  }
  .page--stream .block--method .pc .method-list {
    display: flex;
    margin-bottom: 5em;
  }
  .page--stream .block--method .pc .method-list .method-list__item {
    position: relative;
    width: 21.25%;
    margin-right: 5%;
  }
  .page--stream .block--method .pc .method-list .method-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc .method-list .method-list__item.last {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
  }
  .page--stream .block--adjust {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--adjust .adjust-list {
    display: flex;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--attention {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 14px;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
    font-weight: normal;
    text-align: left;
  }
  .page--faq .section--detail .detail__btn {
    margin-top: 60px;
  }
  .page--faq .list-inquiry li a:hover {
    background: #F7F7F7;
    color: #1C1C1C;
  }
  .page--faq .block--contact li a:hover {
    color: #E73820;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none !important;
  }
  .page--faq .block--contact .link a::after {
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    color: #EBEBEB;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #EBEBEB;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #EBEBEB;
  }
  .page--faq .list--faq li a:hover {
    color: #E73820;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--questionnaire .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .section-tit {
    margin-bottom: 40px;
  }
  section.page--support .detail__btn {
    margin-top: 60px;
  }
  /* page--entry
  ------------------------------ */
  .page--entry .attention {
    max-width: 800px;
    margin: 0 auto 2em;
  }
  .page--entry .attention ul {
    display: inline-block;
  }
  .page--entry .attention--txt {
    font-size: 21px;
  }
  .page--entry .attention .detail--link {
    transition: all 0.3s;
    display: block;
  }
  .page--entry .attention .detail--link:hover {
    opacity: 0.6;
  }
  .page--entry .txt,
  .page--entry .first--contents,
  .page--entry .second--contents {
    margin-bottom: 5em;
  }
  .page--entry .tab {
    font-size: 18px;
    cursor: pointer;
    padding: 0.7em 1em;
  }
  .page--entry .first--ttl,
  .page--entry .second--ttl,
  .page--entry .third--ttl {
    font-size: 26px;
  }
  .page--entry .link p {
    width: 22px;
    transition: all 0.3s;
    margin-left: 0.5em;
  }
  .page--entry .link:hover p {
    transform: translateX(5px);
  }
  .page--entry .step--txt {
    font-size: 23px;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: "nimbus-sans", sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .page--home .tit-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrap {
    position: relative;
    overflow: hidden;
  }
  .detail__btn {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 6em;
    margin-right: 0;
  }
  .detail__btn .arrow {
    margin-right: 5px;
  }
  .detail__btn a svg {
    width: 16px;
    height: 13px;
  }
  .block-tit {
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    padding-left: 6%;
  }
  .section-tit {
    font-size: clamp(10px, 8vw, 40px);
  }
  .section-tit.jp {
    font-size: clamp(10px, 6.5vw, 30px);
  }
  .tit {
    font-size: 15px;
  }
  .list--information li .tit {
    margin-bottom: 15px;
  }
  .list--information li a {
    padding: 28px 0;
  }
  .list--contents li {
    width: 100%;
    margin-bottom: 40px;
  }
  .list--contents li:last-of-type {
    margin-bottom: 0;
  }
  .block--category li {
    margin: 0 6px 12px 0;
  }
  .block--category li a {
    padding: 7px 14px;
  }
  iframe {
    width: 100% !important;
  }
  .block--pager {
    text-align: center;
  }
  .block--pager .pager-link-top {
    font-size: 15px;
  }
  .list__more a {
    padding: 6px 13px 8px;
  }
  .list__more .arrow {
    width: 17px;
  }
  .list__more .link--txt {
    font-size: 13px;
  }
  /* form */
  .form__select {
    width: 60%;
    margin-bottom: 30px;
  }
  li.no-data {
    padding: 2em 0;
  }
  /* body:not(.page--home) */
  /* keyframe
  ------------------------------ */
  /* page--error
  ------------------------------ */
  /* page--entry
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  li.no-data {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .section--list,
  body:not(.page--home) .section--detail {
    display: block;
    padding: 0 20px 360px;
  }
  body:not(.page--home) .section-tit {
    margin-bottom: 40px;
  }
  body:not(.page--home) .block--category {
    margin-bottom: 20px;
  }
  .page--home .section--schedule .list--information li .tit,
  .page--info.page--schedule .list--information li .tit {
    margin-bottom: 9px;
  }
  .page--home .section--schedule .list--information li .flex--item:first-child .date,
  .page--info.page--schedule .list--information li .flex--item:first-child .date {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .page--home .section--schedule .list--information li .flex--item:first-child .week,
  .page--info.page--schedule .list--information li .flex--item:first-child .week {
    font-size: 11px;
  }
  section:not(.section--blog) .new .tit::after {
    font-size: 14px;
  }
  section.section--blog .new .name,
  .page--blog .section--list .new .name {
    position: relative;
  }
  section.section--blog .new .name::after,
  .page--blog .section--list .new .name::after {
    font-size: 13px;
  }
  @keyframes star-move01 {
    0% {
      top: 100vh;
      right: 90vw;
      transform: rotate(-100deg) rotateZ(1turn) rotateX(1turn) rotateY(1turn) scale(0.01);
    }
    100% {
      top: -35vh;
      right: -40vw;
      transform: rotate(0deg) rotateZ(2turn) rotateX(2turn) rotateY(2turn) scale(1);
    }
  }
  @keyframes star-move02 {
    0% {
      top: 100vh;
      right: 80vw;
      transform: rotate(0deg) rotateZ(1turn) rotateX(1turn) rotateY(1turn) scale(0.5);
    }
    100% {
      top: -40vh;
      right: 60vw;
      transform: rotate(100deg) rotateZ(4turn) rotateX(4turn) rotateY(3turn) scale(1);
    }
  }
  @keyframes star-move03 {
    0% {
      top: 100vh;
      right: 35vw;
      transform: rotate(0deg) rotateZ(1turn) rotateX(1turn) rotateY(1turn) scale(0.5);
    }
    100% {
      top: 0vh;
      right: -15vw;
      transform: rotate(100deg) rotateZ(4turn) rotateX(4turn) rotateY(3turn) scale(1);
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(0);
      top: -35vh;
      right: -40vw;
    }
    100% {
      transform: rotate(360deg);
      top: -35vh;
      right: -40vw;
    }
  }
  body.drawer-visible .wrap {
    overflow: scroll;
    contain: none;
  }
  body.drawer-visible .menu {
    overflow-y: scroll;
  }
  .page--home .header {
    margin: 4vh 0 12vh 0;
  }
  body:not(.page--home) .header {
    margin: 4vh 0 5vh 0;
  }
  .header {
    padding-left: 20px;
  }
  .header .logo {
    width: clamp(100px, 57vw, 380px);
  }
  .nav--login {
    top: 24px;
    right: 20px;
  }
  .nav--login .drawer__btn {
    width: 50px;
    height: 50px;
  }
  .menu {
    display: block;
    padding: 4vh 20px;
    width: 100%;
    border-radius: 0 0 15px 15px;
    top: -100vh;
    height: 100%;
  }
  .menu .login {
    display: inline-block;
    margin: 4vh 0;
  }
  .menu--logo {
    width: clamp(100px, 57vw, 380px);
  }
  .menu .nav--login--sp li {
    display: inline-block;
  }
  .menu .nav--login--sp .join {
    margin-right: 5px;
  }
  .menu--list:first-child .list--item:nth-child(2) a::after, .menu--list:first-child .list--item:nth-child(3) a::after, .menu--list:first-child .list--item:nth-child(5) a::after {
    font-size: 14px;
    margin-left: 0.3em;
    bottom: 1.8vw;
  }
  .menu--items {
    border-radius: 10px;
    padding: 7vw;
  }
  .menu .list--item {
    font-size: clamp(10px, 8vw, 50px);
  }
  .menu .flex--container {
    display: block;
  }
  .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .footer .main--block {
    padding: 6vw;
    width: 105vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 72% 100%, 0% 100%);
  }
  .footer__logo {
    width: 90%;
    margin-bottom: 24px;
  }
  .footer__inner {
    width: 191vw;
  }
  .footer .sub--block {
    width: 43vw;
    -webkit-clip-path: polygon(60.5% 0, 100% 0%, 39.5% 100%, 0% 100%);
            clip-path: polygon(60.5% 0, 100% 0%, 39.5% 100%, 0% 100%);
    margin-left: -12vw;
  }
  .footer .nav--support {
    width: 80%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
  }
  .footer .nav--support li {
    margin: 0 2em 0.6em 0;
  }
  .footer .copyright {
    font-size: 10px;
  }
  .footer .copyright small {
    font-size: 100%;
  }
  .page--home {
    /* section--top */
    /* section--banner */
    /* section--info */
    /* section--schedule */
    /* section--video */
  }
  .page--home main {
    padding-bottom: 250px;
  }
  .page--home .section--top,
  .page--home .section--info,
  .page--home .section--schedule {
    padding: 0 20px;
  }
  .page--home .section--top {
    padding: 0 20px;
  }
  .page--home .section--top .star {
    width: 96vw;
    top: -35vh;
    right: -40vw;
  }
  .page--home .section--top .small-star01 {
    width: 12vw;
    top: 100vh;
    right: 90vw;
  }
  .page--home .section--top .small-star02 {
    width: 12vw;
    top: 100vh;
    right: 35vw;
  }
  .page--home .section--top .keyvisual--container {
    display: block;
    margin-bottom: 40px;
  }
  .page--home .section--top .keyvisual--container .block--keyvisual {
    width: 100%;
    margin-bottom: 4.8vh;
  }
  .page--home .section--top .keyvisual--container .block--keyvisual img {
    border-radius: 10px;
  }
  .page--home .section--top .keyvisual--container .topics {
    border-radius: 10px;
  }
  .page--home .section--top .keyvisual--container .topics a {
    padding: 30px;
  }
  .page--home .section--top .keyvisual--container .topics h2 {
    margin-bottom: 30px;
  }
  .page--home .section--top .keyvisual--container .topics .name {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .page--home .section--top .keyvisual--container .topics .category {
    font-size: 15px;
    padding: 4px 15px;
  }
  .page--home .section--top .keyvisual--container .topics .date {
    font-size: 12px;
  }
  .page--home .section--top .kv__roop--txt {
    font-size: 25vh;
    margin: -80px 0 8vh;
  }
  .page--home .section--top .kv__roop--txt .roop--txt {
    animation: text-flow01 80s linear infinite;
  }
  .page--home .section--banner {
    margin: 0 20px 100px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .page--home .section--banner.no-swiper01 .block--button-nav {
    display: none;
  }
  .page--home .section--banner .block--button-nav {
    bottom: 0;
  }
  .page--home .section--banner .swiper-button-next {
    margin-left: 0.5em;
  }
  .page--home .section--info,
  .page--home .section--schedule {
    margin-bottom: 70px;
  }
  .page--home .section--info .flex--container,
  .page--home .section--schedule .flex--container {
    display: block;
  }
  .page--home .section--schedule li a > .flex--container {
    display: flex;
  }
  .page--home .section--schedule #background--logo--box {
    width: 160vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    bottom: 18vh;
  }
  .page--home .section--video {
    margin-bottom: 100px;
  }
  .page--home .section--video .tit-wrap {
    padding: 0 20px;
  }
  .page--home .section--video .video--flex {
    display: block;
  }
  .page--home .section--video .video--swiper {
    margin-left: 20px;
    overflow: hidden;
  }
  .page--home .section--video .video--swiper img {
    border-radius: 10px;
  }
  .page--home .limited--contents {
    background-color: #EBEBEB;
    border-radius: 15px;
    padding: 50px 0;
  }
  .page--home .limited--contents .section--blog {
    margin-bottom: 70px;
  }
  .page--home .limited--contents .section--blog .tit-wrap {
    padding: 0 20px;
  }
  .page--home .limited--contents .section--blog .blog--swiper {
    margin-left: 20px;
    overflow: hidden;
  }
  .page--home .limited--contents .section--blog .thumb-none,
  .page--home .limited--contents .section--blog .thumb-image {
    border-radius: 10px;
  }
  .page--home .limited--contents .section--blog .no-data {
    margin-left: 20px;
  }
  .page--home .limited--contents .flex--container.bottom {
    display: block;
  }
  .page--home .limited--contents .section--movie, .page--home .limited--contents .section--magazine {
    padding: 0 20px;
  }
  .page--home .limited--contents .section--movie {
    margin-bottom: 70px;
  }
  .page--home .limited--contents .section--magazine .flex--container {
    display: block;
  }
  .page--home .limited--contents .section--magazine .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .page--home .limited--contents .section--magazine figure.blur--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(15px);
  }
  .page--home .limited--contents .section--magazine img {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: 100%;
  }
  .page--home .limited--contents .section--magazine .no-data .thumb {
    filter: grayscale(1);
  }
  .page--home .limited--contents .section--magazine .no-data .thumb::after {
    background: rgba(23, 23, 23, 0.18);
  }
  .page--home .limited--contents .section--magazine .no-data img {
    opacity: 0.4;
  }
  .page--home .last__roop--txt {
    margin: 90px 0 100px;
  }
  .page--home .last__roop--txt .roop--txt p {
    font-size: clamp(10px, 23vw, 124px);
    margin: 0 3vw 0 5vw;
  }
  .page--home .last__roop--txt .roop--txt--swiper {
    width: clamp(10px, 46vw, 220px);
  }
  .page--home.blog--one .limited--contents .section--blog .blog--swiper {
    margin: 0 20px;
    overflow: auto;
  }
  .page--home.blog--one .limited--contents .section--blog .blog--swiper .blog--item {
    width: 100% !important;
  }
  .page--info .txt {
    margin-top: 30px;
  }
  .page--info .news--bottom {
    margin-top: 6em;
  }
  .page--info .detail__btn {
    margin-top: 6em;
  }
  .page--blog.page--list .tit {
    margin-bottom: 1em;
  }
  .page--blog.page--list .blog--item.started:nth-child(odd) {
    transform: translateX(0);
  }
  .page--blog.page--list .blog--item.started:nth-child(even) {
    transform: translateX(0);
  }
  .page--blog.page--list .blog--item:nth-child(odd) {
    transform: translateY(0);
  }
  .page--blog.page--list .blog--item:nth-child(even) {
    transform: translateX(-100%);
  }
  .page--blog.page--list .blog--item:nth-child(11) {
    margin-bottom: 0;
  }
  .page--blog .blog--item {
    width: calc(50% - 1.5vw);
  }
  .page--blog .blog--item .thumb-none,
  .page--blog .blog--item .thumb-image {
    border-radius: 10px;
  }
  .page--blog .section--detail .blog__head {
    margin-bottom: 30px;
  }
  .page--blog .section--detail .user {
    font-size: 18px;
  }
  .page--qa .section-tit {
    font-size: max(10vw, 55px);
  }
  .page--qa .section--header {
    margin-bottom: 40px;
  }
  .page--qa .section--detail .block__answer, .page--qa .section--detail .block__question {
    padding: 20px;
  }
  .page--qa .section--detail .txt {
    padding: 0;
  }
  .page--magazine .section--list .thumb {
    border-radius: 10px;
  }
  .page--magazine .section--detail .section-tit__sub {
    margin-bottom: 1em;
  }
  .page--magazine .section--detail #book {
    position: relative;
    margin-top: 1em;
  }
  .page--magazine .section--detail #book li:nth-child(n+2) {
    display: none;
  }
  .page--magazine .section--detail .thumb img {
    border-radius: 0;
  }
  .page--movie.new-movie .content--main .section--list {
    padding: 0 20px 360px;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li {
    width: 100%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 0 20px 360px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .tit,
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
    display: block;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    width: 100%;
    aspect-ratio: inherit;
    position: relative;
    top: 0;
    padding-top: 56.25%;
    line-height: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents {
    justify-content: space-between;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li {
    width: calc(50% - 1.5vw);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .more_movies_title {
    margin-bottom: 5px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .item--more_movie .tit {
    font-size: 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
    font-weight: 400;
  }
  .section--detail.page--support .tit {
    font-size: 25px;
  }
  .page--faq .list-inquiry {
    width: 100%;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .list--faq {
    margin: 0 0 60px;
  }
  .page--faq .list--faq li a {
    padding: 16px 0;
    line-height: 1.4;
  }
  .page--faq .list--faq li a .icon--q {
    font-size: 18px;
  }
  .page--questionnaire .section--detail {
    padding: 0 6%;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .page--questionnaire .section--detail .txt--basic {
    font-size: 13px;
  }
  .page--questionnaire .section--detail .tit {
    font-size: 14px;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 2em 0 1em;
  }
  .page--questionnaire .section--detail form .icon--required::before {
    vertical-align: inherit;
    padding-left: 5px;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .page--stream {
    will-change: transform;
  }
  .page--stream .section--inner {
    width: 100%;
  }
  .page--stream .section-tit {
    margin-bottom: 0.8em;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 16px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 16px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 0;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    width: clamp(150px, 60%, 300px);
    margin: 0 auto;
  }
  .page--stream .block--download li {
    margin: 0 auto 1.5em;
  }
  .page--stream .block--download li a {
    display: inline-block;
  }
  .page--stream .block--download .app-link .btn--main {
    width: clamp(300px, 80%, 300px);
  }
  .page--stream .block--method .method-list {
    margin-bottom: 5em;
  }
  .page--stream .block--method .method-list .tit {
    text-align: left;
  }
  .page--stream .block--method .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--carousel {
    border-bottom: solid 1px #C0C0C0;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    transform: translateY(-50%) rotate(180deg);
    background-color: initial;
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #E3E0DC;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    transform: translateY(-52%);
    background-color: initial;
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #E3E0DC;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--adjust {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .page--stream .block--adjust .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .block--attention {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 13px;
  }
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .page--entry .attention--txt {
    font-size: 19px;
  }
  .page--entry .attention .detail--link {
    margin-top: 1.3em;
  }
  .page--entry .txt,
  .page--entry .first--contents,
  .page--entry .second--contents {
    margin-bottom: 4em;
  }
  .page--entry .tab {
    font-size: 14px;
    padding: 1em;
  }
  .page--entry .tab p {
    font-size: 13px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .page--entry .first--ttl,
  .page--entry .second--ttl,
  .page--entry .third--ttl {
    font-size: 20px;
  }
  .page--entry .link a {
    font-size: 13px;
  }
  .page--entry .link p {
    width: 20px;
    margin-left: 0.5em;
  }
  .page--entry .step--txt {
    font-size: 20px;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .block--pager {
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 5px;
  }
  .block--pager .pager__item--other {
    width: auto;
  }
  .block--pager .tit {
    line-height: 1.5;
  }
  body:not(.page--home) .section--list,
  body:not(.page--home) .section--detail {
    padding: 0 20px 410px;
  }
  .footer__logo {
    width: clamp(100px, 90%, 530px);
  }
  .nav--login {
    top: 4.5vh;
  }
  .list--contents li {
    width: calc(50% - 1vw);
  }
  .page--home main {
    padding-bottom: 330px;
  }
  .page--home main .section--top .kv__roop--txt {
    margin-top: -130px;
  }
  .page--home main .section--schedule #background--logo--box {
    bottom: 0;
  }
  .page--home main .last__roop--txt {
    margin: 90px 0 60px;
  }
  .page--info .section--list {
    padding: 0 6%;
  }
  .page--info .list--contents li:nth-of-type(9) {
    margin-bottom: 0;
  }
  .page--info .list--contents li:last-of-type {
    margin-bottom: 0;
  }
  .page--info .section--detail .date {
    font-size: 1.8vw;
  }
  .page--info .section--detail .tit {
    font-size: 3.5vw;
  }
  .page--info .section--detail .txt--basic {
    font-size: 16px;
  }
  .page--movie.new-movie .content--main .section--list {
    padding: 0 20px 410px;
  }
  .page--movie.new-movie .content--main .section--list .list--contents {
    gap: 0;
    justify-content: space-between;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li {
    width: calc(50% - 1vw);
  }
  .page--movie.new-movie .content--main .section--list .list--contents li:nth-of-type(9) {
    margin-bottom: 0;
  }
  .page--movie.new-movie .content--main .section--list .list--contents li:last-of-type {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=fanclub-service.css.map */