@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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: #ffffff;
  color: #1A1311;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    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;
  vertical-align: bottom;
}

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

::-moz-selection {
  background: #1A1311;
  color: #ffffff;
}

::selection {
  background: #1A1311;
  color: #ffffff;
}

::-moz-selection {
  background: #1A1311;
  color: #ffffff;
}

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

.svg-parts {
  display: none;
}

.nav--login li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav--login li a {
  display: block;
  font-family: aviano-sans, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4vh;
  font-weight: 900;
  cursor: pointer;
}
.nav--login li a span:not(.parentheses_l, .parentheses_r) {
  padding: 0 15px;
}
.nav--login li a .parentheses_l, .nav--login li a .parentheses_r {
  display: block;
}
.nav--login li a .parentheses_l svg, .nav--login li a .parentheses_r svg {
  width: 1.8vh;
}
.nav--login li.join {
  margin-bottom: 10px;
}

.block--pager {
  text-align: left;
  letter-spacing: -0.5em;
  margin: 40px 0 auto;
  padding: 0;
  height: 60px;
  position: relative;
}
.block--pager li {
  display: inline-block;
  font-family: aviano-sans, sans-serif;
  padding: 0.6em 0;
  margin: 0 15px;
  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 .pager__item--number {
  text-align: center;
  color: #ffffff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 20px;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a .arrow, .block--pager .pager__item--newer span .arrow {
  opacity: 1;
}
.block--pager .pager__item--newer .arrow {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.block--pager .pager__item--newer span {
  opacity: 0.4;
  line-height: 15px;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0 20px;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: center;
}
.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 {
  opacity: 0.4;
}
.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--other {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.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;
  font-weight: bold;
  color: rgba(26, 19, 17, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.txt--basic {
  margin: 0 0 1em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

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

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

/* 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;
}

.list__more {
  font-family: aviano-sans, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 25px;
  font-weight: 900;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 2;
}
.list__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list__more .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.list__more .arrow svg {
  width: 35px;
}
.list__more .arrow svg #arrow02 {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

/* 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 {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0;
  position: relative;
  background: #1A1311;
}

.instagram-media {
  min-width: 100% !important;
  max-width: 100% !important;
}

.page--home .header .drawer__btn {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s;
  transition: opacity 0.4s 0.6s;
}
.page--home .section--top .block--logo {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
}
.page--home .section--top .block--keyvisual {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.4s 1.5s, -webkit-transform 0.4s 1.5s;
  transition: opacity 0.4s 1.5s, -webkit-transform 0.4s 1.5s;
  transition: transform 0.4s 1.5s, opacity 0.4s 1.5s;
  transition: transform 0.4s 1.5s, opacity 0.4s 1.5s, -webkit-transform 0.4s 1.5s;
}
.page--home .section--top .block--nav .nav--menu li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
  transition: transform 0.4s 0.6s, opacity 0.4s 0.6s;
  transition: transform 0.4s 0.6s, opacity 0.4s 0.6s, -webkit-transform 0.4s 0.6s;
}
.page--home .section--top .block--nav .nav--menu li:nth-child(2) {
  -webkit-transition: opacity 0.4s 0.7s, -webkit-transform 0.4s 0.7s;
  transition: opacity 0.4s 0.7s, -webkit-transform 0.4s 0.7s;
  transition: transform 0.4s 0.7s, opacity 0.4s 0.7s;
  transition: transform 0.4s 0.7s, opacity 0.4s 0.7s, -webkit-transform 0.4s 0.7s;
}
.page--home .section--top .block--nav .nav--menu li:nth-child(3) {
  -webkit-transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  transition: opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
  transition: transform 0.4s 0.8s, opacity 0.4s 0.8s;
  transition: transform 0.4s 0.8s, opacity 0.4s 0.8s, -webkit-transform 0.4s 0.8s;
}
.page--home .section--top .block--nav .nav--menu li:nth-child(4) {
  -webkit-transition: opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
  transition: opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
  transition: transform 0.4s 0.9s, opacity 0.4s 0.9s;
  transition: transform 0.4s 0.9s, opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
}
.page--home .section--top .block--nav .nav--menu li:nth-child(5) {
  -webkit-transition: opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
  transition: opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
  transition: transform 0.4s 0.9s, opacity 0.4s 0.9s;
  transition: transform 0.4s 0.9s, opacity 0.4s 0.9s, -webkit-transform 0.4s 0.9s;
}
.page--home .section--top .block--nav .nav--menu li:nth-child(6) {
  -webkit-transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
  transition: opacity 0.4s 1s, -webkit-transform 0.4s 1s;
  transition: transform 0.4s 1s, opacity 0.4s 1s;
  transition: transform 0.4s 1s, opacity 0.4s 1s, -webkit-transform 0.4s 1s;
}
.page--home .section--top .block--nav .nav--login {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s 1.2s, -webkit-transform 0.4s 1.2s;
  transition: opacity 0.4s 1.2s, -webkit-transform 0.4s 1.2s;
  transition: transform 0.4s 1.2s, opacity 0.4s 1.2s;
  transition: transform 0.4s 1.2s, opacity 0.4s 1.2s, -webkit-transform 0.4s 1.2s;
}
.page--home .section--top .block--txt {
  opacity: 0;
  -webkit-transition: 0.3s 2s;
  transition: 0.3s 2s;
}

.loaded.page--home header {
  opacity: 1;
}
.loaded.page--home header .logo img {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.loaded.page--home header .drawer__btn {
  opacity: 1;
}
.loaded.page--home .section--top .block--keyvisual, .loaded.page--home .section--top .block--logo {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.loaded.page--home .section--top .block--txt {
  opacity: 1;
}
.loaded.page--home .section--top .block--nav .nav--menu li, .loaded.page--home .section--top .nav--login {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.delighter {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.45s 0.2s;
  transition: 0.45s 0.2s;
}

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

.section--info {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.section--info .section-tit, .section--info .list__more {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.3s;
  transition: opacity 0.4s 0.3s;
}
.section--info.delighter.started .section-tit, .section--info.delighter.started .list__more {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  position: static;
  font-family: aviano-sans, sans-serif;
}
.swiper-horizontal > .swiper-pagination-bullets > span, .swiper-pagination-bullets.swiper-pagination-horizontal > span, .swiper-pagination-custom > span, .swiper-pagination-fraction > span {
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  position: relative;
  padding: 10px 0;
  z-index: 20;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #1A1311;
  font-family: aviano-sans, sans-serif;
  font-weight: bold;
  font-size: 35px;
  top: 0;
  left: 0;
  line-height: 1;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}
@media screen and (min-width: 961px) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.4;
  }
  .swiper-button-next:hover.swiper-button-disabled, .swiper-button-prev:hover.swiper-button-disabled {
    opacity: 0.4;
  }
}

.swiper-pagination-fraction {
  margin-bottom: 40px;
}

.swiper-pagination-current {
  margin-bottom: 30px;
  position: relative;
}
.swiper-pagination-current::after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #1A1311;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
}

.swiper-pagination-total {
  opacity: 0.5;
}

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

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

/* placeholder */
::-webkit-input-placeholder {
  color: #ddd;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ddd;
}

:-moz-placeholder {
  color: #ddd;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff 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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1A1311;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #ffffff;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    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: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    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: #ec0004;
  border-color: #ec0004;
}
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: #ffffff;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1A1311;
  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: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
textarea.form__error {
  background: #fff0ea;
  color: #ec0004;
  border-color: #ec0004;
}
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 #ffffff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #1A1311;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 2.3em;
  border-radius: 0;
  border: 1px solid #888;
  background: #ffffff;
  cursor: pointer;
  color: #1A1311;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__select select.form__error {
  background: #fff0ea;
  color: #ec0004;
  border-color: #ec0004;
}
.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 #1A1311;
  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: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #ec0004;
}
.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 #1A1311;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #ffffff;
}
.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: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #ec0004;
}
.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: #1A1311;
  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: "ヒラギノ角ゴ 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.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #ec0004;
}
.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 #1A1311;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #1A1311;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #575757;
  border-color: #575757;
}
.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: 1px 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;
}

@-webkit-keyframes horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}

.btn--main {
  background: #575757;
  color: #ffffff;
  border: 1px solid #575757;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px;
  margin: 1em 0;
}

.btn--sub {
  background: transparent;
  color: #1A1311;
  border: 1px solid #1A1311;
  margin: 1em 0;
  height: auto;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
    line-height: 60px;
  }
}

input.btn--main {
  padding: 21px;
}

.detail__btn {
  font-family: aviano-sans, sans-serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 25px;
  font-weight: 900;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 2;
}
.detail__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__btn .arrow {
  -webkit-transform: rotate(45deg) scaleX(-1);
          transform: rotate(45deg) scaleX(-1);
}
.detail__btn .arrow svg {
  width: 35px;
  margin-left: 5px;
}
.detail__btn .arrow svg #arrow02 {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

.date, .category {
  font-size: 15px;
  font-family: aviano-sans, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.category > span {
  padding: 0 5px 3px;
  background: #575757;
}

.commingsoon {
  opacity: 0.5;
  display: block;
  text-align: center;
}

.no-data {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: opacity 0.7s 0.8s;
  transition: opacity 0.7s 0.8s;
}
.no-data.delighter.started {
  opacity: 1;
}

.tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-word;
}

.list--information {
  position: relative;
  z-index: 2;
}
.list--information li {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  margin-bottom: 14px;
}
.list--information li a {
  padding: 18px 0;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.list--information li a .date, .list--information li a .category {
  display: inline-block;
  margin-bottom: 0;
}
.list--information li a .date {
  margin-right: 2em;
}
.list--information li a .category > span {
  padding: 2px 5px;
  background: #575757;
}
.list--information li a .tit {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s 0.6s ease;
  transition: all 0.3s 0.6s ease;
}
.list--information li:last-child a span.bottom {
  display: block;
}
.list--information li.delighter.started span.top, .list--information li.delighter.started span.bottom {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.list--information li.new .date {
  position: relative;
}
.list--information li.new .date::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 30px;
  background: url(/static/dateotoko/fanclub/common/new.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -20px;
  opacity: 0.4;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  opacity: 0.4;
}

.list--contents {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.list--contents li .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
          box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.list--contents li .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.list--contents li .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.list--contents li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.list--contents li .thumb img.dummy {
  background-size: cover;
}
.list--contents li .tit {
  margin-bottom: 5px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.list--contents li .date, .list--contents li .tit {
  position: relative;
  z-index: 3;
  display: block;
}
.list--contents li .date {
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.list--contents li.delighter.schedule {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.list--contents li:nth-child(2n) .thumb {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.list--contents li.new .thumb::after {
  display: block;
  content: "";
  background: url(/static/dateotoko/fanclub/common/new-w.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: auto;
  left: auto;
  right: -2px;
  bottom: -8px;
  width: 120px;
  height: 70px;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--contents li.new .thumb::after {
    width: 25vw;
    height: 15vw;
  }
}

.block--category {
  font-family: aviano-sans, sans-serif;
  margin-bottom: 40px;
}
.block--category li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-size: 15px;
  padding: 5px;
  letter-spacing: 0.05em;
}
.block--category li a span {
  display: inline;
  position: relative;
}
.block--category .current a {
  font-weight: bold;
  color: rgba(26, 19, 17, 0.5);
  pointer-events: none;
}

.block--sort-category {
  z-index: 20;
  position: absolute;
  width: 25%;
}
.block--sort-category .block--sort {
  width: 100%;
  max-height: 60vh;
  background: #1A1311;
  color: #ffffff;
  position: relative;
  right: 0;
  top: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.block--sort-category .block--sort .list--sort {
  margin-left: 14px;
}
.block--sort-category .block--sort .list--sort li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.block--sort-category .block--sort .list--sort li:last-child {
  border: none;
}
.block--sort-category .block--sort .list--sort li .category {
  font-size: 1rem;
  display: block;
}
.block--sort-category .block--sort .list--sort li .category label {
  position: relative;
  display: block;
  padding: 14px 40px 14px 0;
  cursor: pointer;
}
.block--sort-category .block--sort .list--sort li .category label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  right: 16px;
  top: 19px;
}
.block--sort-category .block--sort .list--sort li .category label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  background: #ffffff;
  width: 10px;
  height: 10px;
  right: 19px;
  top: 22px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio] {
  display: none;
}
.block--sort-category .block--sort .list--sort li .category input[type=radio]:checked + label::after {
  opacity: 1;
}
.block--sort-category .block--sort::-webkit-scrollbar {
  width: 10px;
}
.block--sort-category .block--sort::-webkit-scrollbar-track {
  background-color: #1A1311;
}
.block--sort-category .block--sort::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.block--sort-category.is-open .block--sort {
  display: block;
}

.btn--sort {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 147px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.btn--sort .label {
  font-family: aviano-sans, sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
}
.btn--sort span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/static/nightmare/fanclub/common/icon_sort_b.svg) no-repeat center center;
  background-size: contain;
}

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

.no-data {
  font-size: 20px;
  float: none;
  text-align: left;
  width: 100%;
  color: #1A1311;
  border: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

.drawer [class^=nav--] li {
  margin-bottom: 5px;
  line-height: 1;
  position: relative;
}
.drawer [class^=nav--] li a {
  padding: 5px 0;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.03em;
  font-family: aviano-sans, sans-serif;
  color: #1A1311;
  font-weight: 500;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a {
    font-size: 3vw;
  }
}
.drawer [class^=nav--] li a .date {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 16px;
  color: #575757;
  margin-bottom: 0;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .drawer [class^=nav--] li a .date {
    font-size: 13px;
    top: -4px;
    left: 20px;
  }
}
.drawer [class^=nav--] li a i {
  margin-left: 5px;
}
.drawer [class^=nav--] li .sub {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  width: 160px;
  z-index: 100;
}
.drawer [class^=nav--] li .sub li {
  text-align: left;
  padding: 5px 12px;
  background: #1C1C1C;
}
.drawer [class^=nav--] li .sub li a {
  color: #ffffff;
  display: block;
}
.drawer__btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

footer {
  width: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner {
  display: none;
}
footer .block--pagetop {
  display: none;
}
footer .copyright {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  opacity: 0.6;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
footer .copyright small {
  font-size: 100%;
}
footer .symbol {
  width: 57vw;
  height: 57vw;
  opacity: 0.08;
  position: fixed;
  bottom: -10vw;
  right: -6vw;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.loading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: opacity 0.4s 1.8s;
  transition: opacity 0.4s 1.8s;
  background: #ffffff;
}

.loading .logo_loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  width: 43vw;
}

.loading .logo_loading svg {
  width: 43vw;
  height: 10vw;
}
.loading .logo_loading svg path, .loading .logo_loading svg rect {
  stroke-dasharray: 1500px;
  stroke: #1A1311;
  stroke-width: 2px;
  -webkit-animation: svgAnime 3s linear;
          animation: svgAnime 3s linear;
}

.loaded .loading {
  opacity: 0;
  pointer-events: none;
}

.wrap {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/static/dateotoko/fanclub/common/bg_dot.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/static/dateotoko/fanclub/common/bg_zarazara.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

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

.section-tit {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #1A1311;
  font-weight: 400;
  width: 50vw;
  position: relative;
  margin-bottom: 18px;
}
.section-tit::before {
  content: "";
  display: block;
  width: 45vw;
  height: 45vw;
  position: absolute;
  background: url(/static/dateotoko/fanclub/common/texture_circle.webp) no-repeat;
  background-size: contain;
  opacity: 0.3;
  pointer-events: none;
  top: -13vw;
  left: -20vw;
}

.block-tit {
  font-family: aviano-sans, sans-serif;
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  margin: 0 auto 40px;
  position: relative;
}

.section--list {
  position: relative;
}

.section--detail {
  padding: 0 10% 80px;
}

.section--list {
  padding: 0 5% 80px;
}

.section--detail {
  padding: 0 10%;
}
.section--detail .list--contents {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.section--detail .date {
  display: block;
}
.section--detail .block--share {
  float: none;
  text-align: right;
}
.section--detail .block--share li {
  display: inline-block;
  margin-right: 10px;
}
.section--detail .block--share li i {
  font-size: 20px;
}
.section--detail .block--share li:last-child {
  margin-bottom: 40px;
  margin-right: 0;
}
.section--detail .block--share li svg {
  width: 18px;
  fill: #1A1311;
  position: relative;
  top: 4px;
}
.section--detail .block--share li.share {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 11px;
  margin-right: 15px;
  letter-spacing: 0.05em;
}

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

.page--home .drawer .g-nav .nav--menu__home {
  display: none;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top::before, .page--home .section--top::after {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  position: absolute;
  background: url(/static/dateotoko/fanclub/common/texture_circle.webp) no-repeat;
  background-size: contain;
  opacity: 0.3;
  pointer-events: none;
}
.page--home .section--top::before {
  top: -20vw;
  right: -20vw;
}
.page--home .section--top::after {
  bottom: -20vw;
  left: -20vw;
}
.page--home .section--top .block--keyvisual {
  width: 90vh;
  height: 90vh;
  position: absolute;
  right: 0;
  bottom: -10vw;
}
.page--home .section--top .block--logo {
  position: relative;
  z-index: 10;
}
.page--home .section--top .block--logo .logo {
  width: 19vw;
  color: #1A1311;
}
.page--home .section--top .block--logo .logo svg {
  width: inherit;
  height: 4vw;
}
.page--home .section--top .block--txt {
  position: absolute;
  bottom: 50px;
  left: 3%;
  font-family: aviano-sans, sans-serif;
  line-height: 1.4;
}
.page--home .section--top .block--txt > p:not(.copyright) {
  font-size: 14px;
  margin-bottom: 3px;
}
.page--home .section--top .block--txt .copyright {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}
.page--home .section--top .block--txt .block--scroll {
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 30px;
}
.page--home .section--top .block--txt .block--scroll::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/static/dateotoko/fanclub/common/scroll.svg) no-repeat;
  background-size: contain;
  -webkit-animation: 5s rotation linear infinite;
          animation: 5s rotation linear infinite;
}
.page--home .section--top .block--txt .block--scroll > p {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page--home .section--banner {
  position: relative;
  z-index: 3;
}
.page--home .section--banner .swiper-container {
  padding: 0;
  width: 100%;
  overflow: visible;
}
.page--home .section--banner .list--bnr li {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.4);
          box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.4);
}
.page--home .section--banner .list--bnr li:nth-child(2n) {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  margin-top: 40px;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  line-height: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.page--home .section--banner .list--bnr li a img {
  width: 100%;
  line-height: 0;
}
.page--home .section--banner.no-swiper li {
  width: 28%;
}
.page--home .section--banner.no-swiper .swiper-button-prev,
.page--home .section--banner.no-swiper .swiper-button-next {
  display: none;
}
.page--home .section--info {
  z-index: 2;
}
.page--home .section--official {
  background: #000;
  position: relative;
}
.page--home .section--official::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/static/dateotoko/fanclub/common/texture.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.2;
}
.page--home .section--official .section--inner {
  position: relative;
  z-index: 3;
}
.page--home .section--official .section--inner::before, .page--home .section--official .section--inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  background: #1A1311;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
.page--home .section--official .section--inner::before {
  top: -2px;
}
.page--home .section--official .section--inner::after {
  bottom: -2px;
}
.page--home .section--official .section--inner .logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.page--home .section--official .section--inner .logo-wrap .official {
  position: relative;
}
.page--home .section--official .section--inner .logo-wrap .cross {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 15px;
}
.page--home .section--official .section--inner .logo-wrap .cross::before, .page--home .section--official .section--inner .logo-wrap .cross::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 3px;
  background: #ffffff;
}
.page--home .section--official .section--inner .logo-wrap .cross::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page--home .section--official .section--inner .logo-wrap .cross::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--home .section--official .section--inner .txt {
  color: #ffffff;
  font-size: 13px;
}
.page--home .section--official .section--inner .btn--main {
  font-family: aviano-sans, sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.page--home .section--official .biribiri {
  display: block;
  width: 100%;
  height: 30vw;
  background: url(/static/dateotoko/fanclub/common/biribiri.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  position: absolute;
  left: 0;
}
.page--home .section--official .biribiri::before {
  content: "";
  display: block;
  width: 100%;
  height: 4vw;
  background: url(/static/dateotoko/fanclub/common/biribiri_w.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(26, 19, 17, 0.5));
          filter: drop-shadow(3px 3px 3px rgba(26, 19, 17, 0.5));
}
.page--home .section--official .biribiri.top {
  top: -4vw;
}
.page--home .section--official .biribiri.bottom {
  bottom: -4vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page--home .wrap {
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.page--home footer {
  position: relative;
  color: #1A1311;
}
.page--home footer .inner {
  padding: 0 2%;
  position: relative;
  display: block;
}
.page--home footer .block--support {
  margin-bottom: 50px;
}
.page--home footer .block--support > p {
  font-size: 24px;
  font-family: aviano-sans, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 20px;
}
.page--home footer .block--support .list--support {
  text-align: left;
}
.page--home footer .block--support .list--support li a {
  font-size: 12px;
  display: inline-block;
}
.page--home footer .block--sns {
  margin-bottom: 50px;
}
.page--home footer .block--sns > p {
  font-size: 24px;
  font-family: aviano-sans, sans-serif;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
.page--home footer .block--sns .nav--sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--home footer .block--sns .nav--sns li {
  margin-right: 30px;
}
.page--home footer .block--sns .nav--sns li a {
  padding: 5px 0;
}
.page--home footer .block--sns .nav--sns li a i {
  font-size: 28px;
}
@media screen and (min-width: 961px) {
  .page--home footer .block--sns .nav--sns li a:hover {
    opacity: 0.5;
  }
}
.page--home footer .block--link {
  margin-bottom: 40px;
}
.page--home footer .block--link > p {
  font-size: 27px;
  font-family: aviano-sans, sans-serif;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1;
  display: inline-block;
}
.page--home footer .block--link > p.link {
  margin-bottom: 5px;
}
.page--home footer .block--link > p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page--home footer .block--link > p .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page--home footer .block--link > p .arrow svg {
  width: 35px;
  margin-left: 5px;
}
.page--home footer .block--link > p .arrow svg path {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page--home footer .block--link > p .arrow svg #arrow02 {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}
.page--home footer .block--link .link, .page--home footer .block--link .contact {
  display: block;
}
.page--home footer .copyright {
  font-size: 10px;
  opacity: 0.5;
  color: #1A1311;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  padding-left: 2%;
}
.page--home footer .symbol {
  display: none;
}

.page--blog .section-tit {
  font-size: 3.5vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  position: absolute;
  top: 2vw;
  left: 8vw;
  color: #cccccc;
  margin: 0 !important;
}
.page--blog .section-tit > span {
  display: block;
  color: #ff1493;
  font-size: 2vw;
  line-height: 1.5;
}
.page--blog .section-tit::before {
  content: none;
}
.page--blog .section--detail {
  color: #1A1311;
}
.page--blog .section--detail .ph, .page--blog .section--detail .video {
  margin: 10px 0;
}
.page--blog .section--detail .txt a {
  text-decoration: underline;
}
.page--blog .section--detail .date, .page--blog .section--detail .user {
  display: inline-block;
}
.page--blog .section--detail .date {
  margin-bottom: 40px;
}
.page--blog .section--detail .user {
  position: relative;
  margin-left: 30px;
}
.page--blog .section--detail .user::before {
  content: "\f044";
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 5 Free";
  color: #1A1311;
}
.page--blog .section--detail .ph img {
  width: auto;
}
.page--blog .section--list .section--inner .block--profile .label {
  padding: 5px 10px;
  background: #1A1311;
  color: #ffffff;
  margin-bottom: 10px;
}
.page--blog .section--list .section--inner .block--profile .ph {
  margin-bottom: 5px;
}
.page--blog .section--list .section--inner .block--profile .name {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}
.page--blog.page--detail footer .symbol {
  display: none;
}
.page--blog.page--detail .block--pager .detail__btn {
  font-weight: 400;
}
.page--blog footer .symbol {
  display: none;
}

.page--qa .txt {
  font-size: 14px;
  margin-bottom: 40px;
}
.page--qa .list--qa li a .tit {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.page--qa .list--qa li a .tit::before {
  content: "Q.";
  font-family: aviano-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 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #ffffff;
  color: #1A1311;
  min-width: 8em;
  text-align: center;
}
.page--qa .list--qa li a .name span {
  margin-right: 5px;
  font-family: aviano-sans, sans-serif;
}
.page--qa .section--detail .txt {
  margin-bottom: 30px;
}
.page--qa .section--detail .block--form {
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 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 {
  padding: 20px 30px;
  margin-bottom: 40px;
  position: relative;
  background: rgba(26, 19, 17, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 1.5em;
  border-top-right-radius: 0;
}
.page--qa .section--detail .block__answer {
  position: relative;
  background: #ffffff;
  color: #1A1311;
  padding: 20px 30px;
  border-radius: 1.5em;
  border-top-left-radius: 0;
}
.page--qa .section--detail .block__answer .ico--a {
  color: #1A1311;
}
.page--qa .section--detail .ico--q, .page--qa .section--detail .ico--a {
  display: block;
  font-size: 40px;
  font-family: aviano-sans, sans-serif;
  line-height: 1;
  margin-bottom: 12px;
}
.page--qa .section--detail .txt {
  font-size: 18px;
}
.page--qa .section--detail .name {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #ffffff;
  color: #1A1311;
  min-width: 8em;
  text-align: center;
  border-bottom-right-radius: 1.5em;
}
.page--qa .section--detail .name span {
  margin-right: 5px;
  font-family: aviano-sans, sans-serif;
}
.page--qa.page--edit .block--form {
  padding: 0;
}
.page--qa.page--edit .section--detail .block--form {
  border: none;
}

.page--magazine .section-tit {
  width: 80vw;
}
.page--magazine .block--request {
  position: relative;
  margin: 5em auto;
  padding: 4em 3em 1.5em;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.2);
          box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.2);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media screen and (min-width: 961px) {
  .page--magazine .block--request {
    width: 60%;
    max-width: 650px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--magazine .block--request {
    padding: 4em 2em;
    margin: 5em auto 10em;
  }
}
.page--magazine .block--request::before {
  content: "";
  display: block;
  width: 8em;
  height: 6em;
  position: absolute;
  background: url(/static/dateotoko/fanclub/common/icon--thunder.svg) no-repeat center;
  background-size: contain;
  top: -3em;
  left: -3em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--magazine .block--request::before {
    left: -2em;
  }
}
.page--magazine .block--request .stamp {
  width: 8em;
  height: 9.5em;
  position: absolute;
  right: -4em;
  bottom: 1em;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--magazine .block--request .stamp {
    right: -1.5em;
    bottom: -5em;
  }
}
.page--magazine .block--request .block-tit {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1A1311;
  margin: 0 auto 20px;
}
.page--magazine .list--contents li .thumb img {
  aspect-ratio: 1/1.414;
}

.page--movie .vjs-poster {
  background-size: contain !important;
}
.page--movie .video-js *:focus:not(:focus-visible), .page--movie .video-js .vjs-menu *:focus:not(:focus-visible) {
  background: no-repeat center;
}
.page--movie .list--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page--movie .list--more .tit {
  font-size: 15px;
}
.page--movie .list--more .date {
  font-size: 12px;
  margin-bottom: 5px;
}
.page--movie .list--more .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  height: auto;
}
.page--movie .list--more .thumb .blur {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
}
.page--movie .list--more .thumb .blur img {
  -webkit-filter: blur(80px);
          filter: blur(80px);
  background-size: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.page--movie .list--more .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
}
.page--movie .list--more .thumb img.dummy {
  background-size: cover;
}
.page--movie .list--more li {
  margin-bottom: 30px;
}
.page--movie .list--more li a .thumb {
  width: 100% !important;
}
.page--movie .btn--main {
  line-height: 1.5;
  font-size: 18px;
}
.page--movie .block--player {
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  background: #1A1311;
  line-height: 0;
  position: relative;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.page--movie.new-movie.page-movie-detail .section--detail .block--tit {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit h2.tit {
  font-size: 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--tit .date {
  font-size: 12px;
  opacity: 1;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  padding-top: 0px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
  margin: 0 20px 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb img {
  border-radius: 4px;
  border-top-left-radius: 40px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span:before, .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span:before {
  width: 1.6em;
  height: 1.6em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50.5%;
  left: 50%;
  translate: -50% -50%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-progress {
  background: linear-gradient(45deg, #ec0004 0%, #ec0004 100%) !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span, .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies {
  border-top: none !important;
  background: transparent !important;
}

.page--movie.new-movie .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
}

.page--movie.new-movie .section--detail .area--more-info .block--tab {
  font-family: aviano-sans, sans-serif;
  font-size: 30px;
  text-align: left;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  width: 100% !important;
}

.section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span:before, .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span:before {
  width: 1.6em;
  height: 1.6em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 50.5%;
  left: 50%;
  translate: -50% -50%;
}
.section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-playing span, .section--detail .area--movie .vjs-fullscreen.video-js .vjs-play-control.vjs-paused span {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-progress:before {
  color: #ec0004 !important;
}

.page--photo.page--photo__detail .section--list {
  display: block;
}
.page--photo.page--photo__detail .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 25px !important;
  line-height: 1.4;
  margin-bottom: 40px;
}
.page--photo .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .page--photo .section-tit {
    font-size: 3vw !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .section-tit {
    font-size: max(7vw, 40px) !important;
    margin-bottom: 20px !important;
  }
}
.page--photo .list--contents li .thumb img {
  aspect-ratio: 4/3;
}
.page--photo .list--photo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page--photo .list--photo li {
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
          box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
}
@media screen and (min-width: 961px) {
  .page--photo .list--photo li {
    width: 24.25%;
    margin-right: 1%;
  }
  .page--photo .list--photo li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .list--photo li {
    width: 32%;
    margin-right: 2%;
  }
  .page--photo .list--photo li:nth-child(3n) {
    margin-right: 0;
  }
}
.page--photo .photo-image {
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}
.page--photo.page--detail .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 961px) {
  .page--photo .block--pager {
    left: -18px;
  }
}
.page--photo .section--list .list--contents li a::after {
  content: none;
}
.page--photo .list--contents li a .thumb img {
  background-size: contain;
}
.page--photo .list--contents li a .thumb .blur img {
  background-size: cover;
  pointer-events: none;
}

.modal-open .drawer__btn {
  pointer-events: none;
}

#swipebox-slider .slide-loading {
  background-image: none !important;
}
#swipebox-slider .slide img {
  max-height: 80%;
}

#swipebox-overlay {
  background: #1A1311;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.2;
}

#swipebox-action #swipebox-close {
  top: 30px;
  right: 10px;
  background: none;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
#swipebox-action #swipebox-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#swipebox-action #swipebox-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next {
  background: none;
  color: #ffffff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}

#swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#swipebox-slider .slide {
  position: relative;
}

#swipebox-slider .slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--archive .thumb img {
  background-size: contain !important;
  aspect-ratio: 3/1;
  background-position: center;
}

.page--link .list--contents li .logo--link {
  margin-bottom: 20px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
          box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
}
.page--link .list--contents li .tit {
  font-size: 16px;
  font-weight: 900;
}
.page--link .list--contents li:nth-child(2n) .logo--link {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  margin-bottom: 10px;
}

.section--detail.page--entry {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--entry .tit {
  font-family: aviano-sans, sans-serif;
  text-align: center;
}
.section--detail.page--entry .tit.jp {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--entry [class^=block--] {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.section--detail.page--entry [class^=block--] .block-tit {
  font-size: 27px;
  color: #1A1311;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: aviano-sans, sans-serif;
  font-weight: bold;
}
.section--detail.page--entry [class^=block--] table {
  margin: 0 0 40px;
  border: none;
  width: 100%;
}
.section--detail.page--entry [class^=block--] table th {
  width: 175px;
  padding: 20px 3%;
  text-align: center;
  border: 1px solid rgba(26, 19, 17, 0.5);
  font-weight: 400;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td {
  padding: 20px;
  border: 1px solid rgba(26, 19, 17, 0.5);
  padding: 20px 3%;
  font-size: 12px;
}
.section--detail.page--entry [class^=block--] table td .txt--sub {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--entry .block--logo {
  position: relative;
  z-index: 2;
}
.section--detail.page--entry .block--logo .svg-txt {
  overflow: hidden;
  font-size: 3vw;
  margin-bottom: 10px;
  font-family: aviano-sans, sans-serif;
  font-weight: normal;
}
.section--detail.page--entry .block--logo .svg-logo {
  width: 40vw;
}
.section--detail.page--entry .block--logo .lead {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.section--detail.page--entry .block--contents {
  position: relative;
  z-index: 4;
}
.section--detail.page--entry .block--contents .block-tit {
  color: inherit;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #1A1311;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--entry .block--contents .block-tit.en {
  font-family: aviano-sans, sans-serif;
  font-size: 40px;
  letter-spacing: 0.02em;
}
.section--detail.page--entry .block--contents .txt--sub {
  font-size: 12px;
}
.section--detail.page--entry .block--contents .list--contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section--detail.page--entry .block--contents .list--contents li {
  background: #e5e5e5;
  color: #1A1311;
  padding: 25px;
  opacity: 0;
  -webkit-transform: translateY(20px) rotate(2deg);
          transform: translateY(20px) rotate(2deg);
  -webkit-transition: 0.4s 0.3s, opacity 0.4s 0.3s;
  transition: 0.4s 0.3s, opacity 0.4s 0.3s;
  -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
          box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
}
.section--detail.page--entry .block--contents .list--contents li.delighter.started {
  -webkit-transform: translate(0) rotate(2deg);
          transform: translate(0) rotate(2deg);
  opacity: 1;
}
.section--detail.page--entry .block--contents .list--contents li .ph {
  margin: 10px 0;
}
.section--detail.page--entry .block--contents .list--contents li .tit {
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--entry .block--contents .list--contents li .txt--sub {
  line-height: 1.6;
  margin-top: 0.8em;
}
.section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
  -webkit-transform: translateY(20px) rotate(-2deg);
          transform: translateY(20px) rotate(-2deg);
}
@media screen and (min-width: 961px) {
  .section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
    position: relative;
    top: 40px;
  }
}
.section--detail.page--entry .block--contents .list--contents li:nth-child(2n).delighter.started {
  -webkit-transform: translate(0) rotate(-2deg);
          transform: translate(0) rotate(-2deg);
  opacity: 1;
}
.section--detail.page--entry .block--device .list--payment {
  width: 100%;
}
.section--detail.page--entry .block--device .txt--sub {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section--detail.page--entry .block--device .note {
  margin: -20px auto 0;
}
.section--detail.page--entry .btn.entry .btn--main,
.section--detail.page--entry .btn .btn--main {
  position: relative;
  background-size: 200% auto;
  background-position: right center;
  border-radius: 0;
  line-height: 1.4;
  background: #1A1311;
  color: #ffffff;
}
.section--detail.page--entry .btn.entry .btn--main.btn--first_login,
.section--detail.page--entry .btn .btn--main.btn--first_login {
  font-weight: bold;
  color: #ec0004;
  background: #ffffff;
}

.section--detail.page--support {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.section--detail.page--support .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-weight: bold;
}
.section--detail.page--support .txt {
  margin-bottom: 30px;
}
.section--detail.page--support .tit {
  font-size: 28px;
  line-height: 1.6em;
  margin: 0 0 30px;
  font-weight: normal;
}
.section--detail.page--support .list--support a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section--detail.page--support .list--support a:hover {
  text-decoration: none;
}
.section--detail.page--support .list--support dt {
  font-weight: bold;
}
.section--detail.page--support .list--support dd {
  margin-bottom: 1.5em;
}
.section--detail.page--support .list--indent__item {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.page--support .detail__btn a {
  text-decoration: none;
}

.page--faq {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
}
.page--faq .section-tit {
  margin-bottom: 40px !important;
}
.page--faq .section--list .section-tit {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.page--faq .section--list .block--contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.page--faq .section--list .block--contact a {
  -webkit-transition: 0.3s;
  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 .tit--category {
  margin: 0 0 20px;
  font-size: 18px;
}
.page--faq .list-inquiry {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
.page--faq .list-inquiry li {
  margin-bottom: 20px;
  border: 1px solid rgba(26, 19, 17, 0.6);
}
.page--faq .list-inquiry li a {
  background: #1A1311;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  padding: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .searchBox {
  position: relative;
  width: 70%;
  margin: 40px auto 50px 0;
  max-width: 500px;
}
.page--faq .searchBox input[type=text] {
  padding: 0.5em 1em;
  width: 100%;
  color: #1A1311;
  border-color: rgba(26, 19, 17, 0.6);
}
.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 40px;
  color: #1A1311;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .list--tag {
  white-space: normal;
  margin-bottom: 4em;
}
.page--faq .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
  font-size: 13px;
  color: #ffffff;
  background: #1A1311;
  border: 1px solid rgba(26, 19, 17, 0.5);
}
.page--faq .list--faq {
  margin: 0 0 60px;
}
.page--faq .list--faq li {
  border-bottom: 1px solid rgba(26, 19, 17, 0.3);
}
.page--faq .list--faq li:first-child {
  border-top: 1px solid rgba(26, 19, 17, 0.3);
}
.page--faq .list--faq li .tit {
  font-size: 14px;
  margin: 0 10px;
}
.page--faq .list--faq li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  align-items: baseline;
  padding: 24px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  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: aviano-sans, sans-serif;
  letter-spacing: 0.1em;
  line-height: 28px;
  font-size: 19px;
  margin-right: 8px;
}
.page--faq .block--faq-detail {
  border: 1px solid rgba(26, 19, 17, 0.3);
  padding: 25px;
  margin: 0 0 80px;
}
.page--faq .block--faq-detail dt {
  font-size: 16px;
  border-bottom: 1px solid rgba(26, 19, 17, 0.3);
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.page--faq .block--faq-detail .txt {
  padding-top: 0;
}
.page--faq .block--faq-detail .txt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #1A1311;
}
.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 #1A1311;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: relative;
  bottom: 2px;
}
.page--faq .block--contact a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page--faq .symbol {
  display: none;
}

.page--questionnaire input[type=text], .page--questionnaire input[type=tel], .page--questionnaire input[type=email], .page--questionnaire input[type=password], .page--questionnaire input[type=number] {
  background: #ffffff;
  color: #1A1311;
}
.page--questionnaire .form__select select {
  color: #1A1311;
}
.page--questionnaire .section--detail {
  padding: 0 10%;
}
.page--questionnaire .section--detail .section-tit {
  font-size: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", 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: #ffffff;
  background: #ec0004;
  font-size: 0.9em;
  font-weight: 500;
  vertical-align: top;
  padding: 5px;
  margin-left: 5px;
}

.page--birthday-message .tit {
  margin-bottom: 40px;
}

.page--first_login .section--detail {
  max-width: 850px;
}
.page--first_login #terms {
  display: none;
}
.page--first_login .section-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto 2em;
}
.page--first_login .section-tit::before {
  content: none;
}
.page--first_login .block--lead .txt--basic {
  text-align: center;
}
.page--first_login .block--attention {
  border: 2px solid #ec0004;
  background: #ffdada;
  padding: 3em;
  margin: 3em auto;
  color: #1A1311;
}
.page--first_login .block--attention .txt--link {
  text-decoration: underline;
}
.page--first_login .block--attention > .tit {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 2em;
}
.page--first_login .txt--sub {
  line-height: 1.4em;
}
.page--first_login .list--faq {
  margin: 1em auto;
}
.page--first_login .list--faq li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.page--first_login .list--faq li a {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1em;
  border-radius: 8px;
  background-color: #ffffff;
  color: #1A1311;
  border: 1px solid #1A1311;
  line-height: 1.5;
}
.page--first_login .list--faq li i {
  margin-left: 6px;
  color: #1A1311;
}
.page--first_login .step > h5.tit {
  text-align: center;
  margin: 4em auto 2em;
  font-weight: normal;
  color: #1A1311;
}
.page--first_login .step ul {
  margin-bottom: 3em;
}
.page--first_login .step ul > li {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
  border: solid 1px #1A1311;
  color: #1A1311;
  background: #ffffff;
}
.page--first_login .step ul > li:last-child {
  margin-bottom: 0;
}
.page--first_login .step ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .page--first_login .step ul > li a {
    cursor: pointer;
  }
  .page--first_login .step ul > li a .step--txt {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--first_login .step ul > li a:hover .step--txt {
    background: #1A1311;
    color: #ffffff;
  }
}
.page--first_login .step ul > li .step--tit {
  width: 100px;
  line-height: 1.4;
  text-align: center;
  padding: 8px 20px;
  border-right: solid 1px #1A1311;
  background-color: rgba(26, 19, 17, 0.1);
}
.page--first_login .step ul > li .step--txt {
  padding: 8px 20px;
  width: calc(100% - 100px);
  text-align: left;
  line-height: 1.4;
}
.page--first_login .block--step .list--step > li {
  border: 1px solid #1A1311;
  padding: 3em;
  margin-bottom: 3em;
  background-color: #ffffff;
  color: #1A1311;
}
.page--first_login .block--step .list--step > li figure {
  text-align: center;
  margin: 20px auto;
  border: 1px solid #1A1311;
}
.page--first_login .block--step .list--step > li figure img {
  height: auto;
  aspect-ratio: unset;
}
.page--first_login .block--step .list--step > li .txt--link {
  text-decoration: underline;
}
.page--first_login .block--step li span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #1A1311;
  color: #ffffff;
  line-height: 1;
  padding: 0.4em;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.page--first_login .block--step li .list-tit {
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: #1A1311;
  font-size: 1.2em;
  border-bottom: solid 1px rgba(26, 19, 17, 0.5);
}
.page--first_login .block--step li .fa {
  margin-left: 0.5em;
}
.page--first_login .block--step li .block--attention {
  margin: 1em 0;
  padding: 24px;
  color: #1A1311;
}
.page--first_login .block--step li .block--attention .tit {
  color: #1A1311;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.page--first_login .block--step li .block--attention .list--attention li a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .page--first_login .block--step li .block--attention .list--attention li a:hover {
    text-decoration: none;
  }
}
.page--first_login #step6 .block > .tit {
  text-align: center;
  font-size: 1.5em;
  margin-top: 3em;
}
.page--first_login .btn.entry {
  margin-top: 3em;
}

/* page--error
------------------------------ */
.page--error .section--detail .section-tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px;
  letter-spacing: 0;
}
.page--error .section--detail .section-tit span {
  font-size: max(21vw, 200px);
  display: block;
  margin-bottom: -8vw;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .btn input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    color: #1A1311;
    background: #999;
    border: 1px solid #999;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #1A1311;
    color: #ffffff !important;
    border: 1px solid #ffffff;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .loaded.page--home .drawer__btn:hover {
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .loaded.page--home.scrolling .section--top .block--scroll .scroll {
    opacity: 0;
  }
  .block--button-nav {
    z-index: 10;
  }
  .swiper-button-next, .swiper-button-prev {
    display: block;
    z-index: 20;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.4;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.4;
  }
  .swiper-button-next:hover.swiper-button-disabled, .swiper-button-prev:hover.swiper-button-disabled {
    opacity: 0.4;
  }
  .header {
    width: 100%;
    right: 0;
    left: auto;
  }
  .header .inner {
    padding: 60px 3% 0;
  }
  .header .inner .logo {
    display: none;
  }
  .wrap {
    padding-top: 200px;
    padding-bottom: 160px;
    overflow: clip;
  }
  .page-top a {
    cursor: pointer;
  }
  .page-top a:hover {
    opacity: 0.4;
  }
  .block--pager {
    left: -20px;
  }
  .block--pager .pager__item--older a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    color: rgba(26, 19, 17, 0.5);
  }
  .block--pager .pager__item--newer a:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    color: rgba(26, 19, 17, 0.5);
  }
  .block--pager .pager__item--other a {
    position: relative;
    -webkit-transition: all 0.3s 0s ease;
    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: rgba(26, 19, 17, 0.5);
  }
  .section--list .list--contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--list .list--contents li:nth-child(2n) .thumb {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .section--list .list--contents li a .thumb {
    width: 100%;
    background-color: #1A1311;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    -webkit-box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
            box-shadow: 3px 3px 5px rgba(26, 19, 17, 0.5);
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .section--detail .block--share li a i {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a svg {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .section--detail .block--share li a:hover i {
    color: #575757;
  }
  .section--detail .block--share li a:hover svg {
    fill: #575757;
  }
  .list--error li {
    font-size: 13px;
  }
  .list--information {
    width: 70%;
  }
  .list--information li a {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .list--information li a .date {
    width: 7em;
    min-width: 7em;
  }
  .list--information li a .category {
    width: 8em;
    min-width: 8em;
  }
  .list--information li a:hover {
    opacity: 0.4;
  }
  .list--contents::after {
    content: "";
    display: block;
    clear: both;
  }
  .list--contents li {
    width: 100%;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .thumb img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .list--contents li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(87, 87, 87, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .list--contents li a .icon--new, .list--contents li a .date, .list--contents li a .tit {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .list--contents li a:hover .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .list--contents li a:hover .thumb::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .list--contents li a:hover .date, .list--contents li a:hover .tit {
    opacity: 0.5;
  }
  .list--contents li a:hover .icon--new {
    color: #1A1311;
  }
  .list--contents.video {
    padding: 50px 0 0;
  }
  .no--data {
    text-align: center;
  }
  .btn a,
  .btn input {
    min-width: 300px;
    line-height: 70px;
    cursor: pointer;
    overflow: hidden;
  }
  .btn .btn--main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .detail__btn a {
    padding: 10px 0;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .detail__btn a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .detail__btn a:hover svg #arrow02 {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  .block--sort-category {
    top: 2vw;
    right: 0;
  }
  .block--sort .list--sort li {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .block--sort .list--sort li:hover {
    color: #575757;
  }
  .btn--sort:hover {
    opacity: 0.4;
  }
  .block--category li.month {
    letter-spacing: -0.5em;
  }
  .block--category li {
    display: block;
    border: none;
    position: relative;
  }
  .block--category li a {
    display: inline-block;
    position: relative;
  }
  .block--category li a:hover {
    color: #575757;
  }
  .nav--login li a .parentheses_l, .nav--login li a .parentheses_r {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .nav--login li a:hover {
    color: #575757;
  }
  .nav--login li a:hover .parentheses_l {
    -webkit-transform: translateX(0.3em);
            transform: translateX(0.3em);
  }
  .nav--login li a:hover .parentheses_r {
    -webkit-transform: translateX(-0.3em);
            transform: translateX(-0.3em);
  }
  .nav--sns li a i, .nav--sns li a img {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .nav--sns li a:hover i {
    color: #575757;
  }
  .nav--sns li a:hover img {
    opacity: 0.4;
  }
  .header {
    mix-blend-mode: difference;
  }
  .header .g-nav {
    text-align: right;
  }
  .drawer__btn:hover {
    opacity: 0.4;
  }
  .drawer__btn:hover + .drawer__btn-close {
    opacity: 0.4;
  }
  .drawer__btn--fc {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .drawer__btn--fc .border > span {
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
  }
  .drawer__btn--fc:hover {
    color: #575757;
  }
  .drawer__btn--fc:hover .border > span {
    background: rgba(255, 255, 255, 0.5);
  }
  .drawer {
    width: 100%;
  }
  .drawer [class^=nav--] > li {
    display: inline-block;
    line-height: 1;
    width: 11vw;
  }
  .drawer [class^=nav--] > li a {
    position: relative;
    color: #ffffff;
  }
  .drawer [class^=nav--] > li a:hover {
    color: #575757;
  }
  .drawer [class^=nav--] > li:not(:first-of-type) {
    margin-left: 30px;
  }
  .drawer [class^=nav--] > li.nav--menu__movie {
    width: 11.5vw;
  }
  .drawer [class^=nav--] > li.nav--menu__photo {
    width: 12vw;
  }
  .drawer [class^=nav--] > li.nav--menu__magazine {
    width: 17vw;
  }
  .drawer [class^=nav--] > li.nav--menu__archive {
    width: 14vw;
  }
  .drawer [class^=nav--] > li.nav--menu__home {
    width: 10vw;
  }
  .drawer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer .nav--menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 3px;
  }
  .drawer .nav--login {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .drawer .nav--login li {
    margin-bottom: 0;
    width: auto;
  }
  .drawer .nav--login li.login {
    margin-left: 10px !important;
  }
  .drawer .nav--login li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 900;
  }
  .drawer .nav--login li a .parentheses_r svg, .drawer .nav--login li a .parentheses_l svg {
    width: 8px;
  }
  .drawer .nav--sns {
    display: none;
  }
  .drawer__fc {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, z-index 0.3s;
    transition: opacity 0.3s, z-index 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .drawer__fc .inner {
    position: relative;
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 100%;
    padding: 5vw 4%;
    overflow-y: scroll;
    background: #1A1311;
  }
  .drawer__fc .inner .drawer__btn-close {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 60px;
    right: 0;
    display: block;
    z-index: 100;
    cursor: pointer;
  }
  .drawer__fc .inner .drawer__btn-close span {
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    position: absolute;
    top: 20px;
    -webkit-transition: -webkit-transform 0.3s 0.2s;
    transition: -webkit-transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
  }
  .drawer__fc .inner .block--logo {
    overflow: hidden;
  }
  .drawer__fc .inner .logo--fc {
    color: #ffffff;
    margin-bottom: 40px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  }
  .drawer__fc .inner .logo--fc svg {
    width: 30vw;
  }
  .drawer__fc .inner .logo--fc .txt {
    font-size: 20px;
    font-family: aviano-sans, sans-serif;
    display: block;
  }
  .drawer__fc .inner .nav--login {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
  }
  .drawer__fc .inner .nav--login li {
    margin-bottom: 10px;
    opacity: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    margin-bottom: 10px;
  }
  .drawer__fc .inner .nav--login li a {
    display: inline-block;
    font-size: 54px;
    font-family: aviano-sans, sans-serif;
    color: #ffffff;
    font-weight: 500;
  }
  .drawer__fc .inner .nav--login li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .drawer__fc .inner .label {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.6;
  }
  .drawer__fc .inner .nav--menu__fc {
    margin-top: auto;
  }
  .drawer__fc .inner .nav--menu__fc li {
    display: block;
    margin-right: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  }
  .drawer__fc .inner .nav--menu__fc li a {
    display: inline-block;
    font-family: aviano-sans, sans-serif;
    font-size: max(2vw, 40px, 20px);
    color: #ffffff;
    padding: 10px 0;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .drawer__fc .inner .nav--menu__fc li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .drawer-visible .drawer__fc {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible .drawer__fc .drawer__btn-close span:first-child {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .drawer-visible .drawer__fc .drawer__btn-close span:nth-child(2) {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .drawer-visible .drawer__fc .logo--fc, .drawer-visible .drawer__fc .nav--login li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .drawer-visible .drawer__fc .inner .nav--menu__fc li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page--home {
    /* common */
    /* footer */
    /* section--banner */
    /* section--top */
    /* section--info */
  }
  .page--home .header {
    display: none;
  }
  .page--home .drawer {
    display: none;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home .list__more a {
    padding: 10px 0;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--home .list__more a svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page--home .list__more a:hover svg #arrow02 {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  .page--home footer {
    padding: 200px 0 40px;
    height: auto !important;
    position: relative;
  }
  .page--home footer .copyright {
    font-size: 13px;
  }
  .page--home footer .nav--support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--home footer .nav--support li {
    margin-right: 20px;
    display: block;
  }
  .page--home footer .nav--support li a {
    padding: 5px 0;
  }
  .page--home .section--banner {
    padding-top: 18px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 200px;
  }
  .page--home .section--banner .swiper-container {
    padding: 0;
    width: 100%;
    overflow: visible;
    padding-left: 3%;
    padding-right: 3%;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 40%;
    margin-right: 40px;
  }
  .page--home .section--banner.no-swiper .swiper-container {
    padding-left: 3%;
    padding-right: 3%;
  }
  .page--home .section--banner.no-swiper .swiper-button-next, .page--home .section--banner.no-swiper .swiper-button-prev, .page--home .section--banner.no-swiper .swiper-pagination {
    display: none;
  }
  .page--home .section--banner .list--bnr {
    text-align: center;
    margin-bottom: 40px;
  }
  .page--home .section--banner .list--bnr li, .page--home .section--banner .list--bnr__fc {
    position: relative;
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li a, .page--home .section--banner .list--bnr__fc a {
    display: block;
    overflow: hidden;
  }
  .page--home .section--banner .list--bnr li a::before, .page--home .section--banner .list--bnr__fc a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(87, 87, 87, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .page--home .section--banner .list--bnr li a:hover::before, .page--home .section--banner .list--bnr__fc a:hover::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--home .section--top {
    width: 100%;
    height: 100vh;
    min-height: 610px;
    position: relative;
    margin-bottom: 22vw;
  }
  .page--home .section--top .block--logo {
    position: absolute;
    top: 50px;
    right: 3%;
  }
  .page--home .section--top .block--nav {
    position: absolute;
    left: 3%;
    top: 50px;
  }
  .page--home .section--top .block--nav .nav--menu {
    margin-bottom: 7vh;
  }
  .page--home .section--top .block--nav .nav--menu li {
    width: 40vh;
  }
  .page--home .section--top .block--nav .nav--menu li.nav--menu__movie {
    width: 42vh;
  }
  .page--home .section--top .block--nav .nav--menu li.nav--menu__photo {
    width: 45vh;
  }
  .page--home .section--top .block--nav .nav--menu li.nav--menu__magazine {
    width: 65vh;
  }
  .page--home .section--top .block--nav .nav--menu li.nav--menu__archive {
    width: 55vh;
  }
  .page--home .section--top .block--nav .nav--menu li.nav--menu__home {
    display: none;
  }
  .page--home .section--top .block--nav .nav--menu li a {
    display: block;
  }
  .page--home .section--top .block--nav .nav--menu li a:hover {
    color: #575757;
  }
  .page--home .list--information .no-data {
    text-align: center;
  }
  .page--home .section--info {
    padding: 0 3%;
    margin: 0 auto 200px;
    position: relative;
  }
  .page--home .section--info .section--inner .block--title {
    padding: 0 2%;
  }
  .page--home .section--official .section--inner {
    padding: 10vw 3% 10vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page--home .section--official .section--inner .block--thumb {
    width: 50%;
  }
  .page--home .section--official .section--inner .block--detail {
    width: 50%;
    padding: 0 8%;
  }
  body:not(.page--home) .section-tit {
    margin-bottom: 80px;
  }
  .page--magazine .list--contents li {
    width: 22%;
    margin-right: 4%;
  }
  .page--magazine .list--contents li:nth-child(2n) {
    margin-right: 4%;
  }
  .page--magazine .list--contents li:nth-child(2n) .thumb {
    margin-top: 40px;
  }
  .page--magazine .list--contents li:nth-child(4n) {
    margin-right: 0;
  }
  .page--movie .section-tit {
    width: 55vw;
  }
  .page--movie .section--detail {
    width: 850px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
  .page--movie .section--list {
    padding: 0 5% 80px;
  }
  .page--movie .section--header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page--movie .sticky {
    position: sticky;
    top: 15%;
  }
  .page--movie .section--detail {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
    padding: 0;
  }
  .page--movie .list--more li {
    width: 32%;
    margin-right: 2%;
  }
  .page--movie .list--more li:nth-child(3n) {
    margin-right: 0;
  }
  .page--movie .list--more li a .thumb img {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .page--movie .list--more li a .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(87, 87, 87, 0.8);
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .page--movie .list--more li a .icon--new, .page--movie .list--more li a .date, .page--movie .list--more li a .tit {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .page--movie .list--more li a:hover .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page--movie .list--more li a:hover .thumb::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--movie .list--more li a:hover .icon--new, .page--movie .list--more li a:hover .date, .page--movie .list--more li a:hover .tit {
    opacity: 0.5;
  }
  .page--photo .section--tit {
    font-size: 24px;
  }
  .page--photo .section--list {
    padding: 0 5% 80px;
  }
  .page--photo .section-tit {
    line-height: 1.4;
  }
  .page--photo .list--photo {
    margin-bottom: 40px;
    position: relative;
  }
  .page--photo .list--photo .thumb {
    overflow: hidden;
    position: relative;
  }
  .page--photo .list--photo .thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #575757;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
    opacity: 0;
    mix-blend-mode: multiply;
  }
  .page--photo .list--photo a:hover .thumb::before {
    opacity: 0.8;
  }
  .page--photo.page--photo__detail .section-tit {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", sans-serif;
  }
  .page--photo .list--contents li a .thumb::after {
    content: none;
  }
  .page--blog .header--blog {
    margin-bottom: 20px;
  }
  .page--blog .section--detail {
    padding: 0;
    width: 850px;
    margin: 0 auto;
  }
  .page--blog .section--list .section--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page--blog .section--list .section--inner .block--profile {
    width: 20vw;
    margin-right: 50px;
  }
  .page--blog .section--list .section--inner .block--list {
    width: 73%;
  }
  .page--link .list--contents li {
    width: 30.6666666667%;
    margin-right: 4%;
  }
  .page--link .list--contents li .logo--link {
    position: relative;
  }
  .page--link .list--contents li .logo--link::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(87, 87, 87, 0.8);
    -webkit-transform-origin: top;
            transform-origin: top;
    mix-blend-mode: multiply;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 4;
  }
  .page--link .list--contents li a:hover .logo--link::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .page--link .list--contents li:nth-child(2n) {
    margin-right: 4%;
  }
  .page--link .list--contents li:nth-child(2n) .logo--link {
    margin-top: 40px;
  }
  .page--link .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .section--detail.page--entry {
    margin: 0 auto;
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 50%;
    margin: 0 auto 100px;
  }
  .section--detail.page--entry .block--logo .logo {
    width: 67%;
    margin: 0 auto 40px;
  }
  .section--detail.page--entry .block--contents {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
  }
  .section--detail.page--entry .block--contents .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .section--detail.page--entry .block--contents .list--contents::after {
    content: none;
  }
  .section--detail.page--entry .block--entry {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device {
    width: 60%;
    margin: 0 auto 80px;
  }
  .section--detail.page--entry .block--device table {
    width: 100%;
  }
  .section--detail.page--entry .btn .btn--main {
    min-width: 320px;
  }
  .section--detail.page--entry .btn .btn--main:hover {
    background: #1A1311;
  }
  .section--detail.page--entry .block--btn {
    width: 60%;
    margin: 0 auto;
  }
  .section--detail.page--entry .btn.entry a:hover {
    background: #575757;
    color: #ffffff;
  }
  .section--detail.page--entry .btn.entry .btn--main.btn--first_login {
    min-width: 400px;
  }
  .section--detail.page--entry .btn.entry .btn--main.btn--first_login:hover {
    background: #1A1311;
    color: #ffffff;
  }
  .section--detail.page--support {
    width: 70%;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
  }
  .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 .list-inquiry li a:hover {
    background: #ffffff;
    color: #1A1311;
  }
  .page--faq .list--tag li a:hover {
    color: #1A1311;
    background: transparent;
  }
  .page--faq .block--contact li a:hover {
    color: #575757;
  }
  .page--faq .block--contact a:hover {
    text-decoration: none !important;
  }
  .page--faq .block--contact .link a::after {
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .page--faq .block--contact .link a:hover {
    color: #1C1C1C;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #1C1C1C;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #1C1C1C;
  }
  .page--faq .list--faq li a:hover {
    color: rgba(26, 19, 17, 0.5);
  }
  .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;
  }
  .page--birthday-message .section--detail {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
  .page--birthday-message .section--detail .detail__btn:hover a {
    color: rgba(26, 19, 17, 0.5);
  }
  .page--first_login.section--detail {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
  .page--first_login .list--faq li a:hover {
    background-color: #ddd;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-family: aviano-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;
  }
  footer {
    padding: 30px 2%;
    height: 110px;
    color: #1A1311;
  }
  footer .list--support li {
    display: block;
    font-size: 12px;
    margin-right: 15px;
  }
  footer .list--support li a {
    display: inline-block;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  footer .list--support li a:hover {
    opacity: 0.5;
  }
  footer .list--support li:last-child {
    margin-bottom: 0;
  }
  footer .block--link > p a:hover .arrow #arrow02 {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 90%;
  }
  /* page--error
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    mix-blend-mode: difference;
  }
  footer {
    padding: 40px 6%;
  }
  footer .symbol {
    width: 84vw;
    height: 84vw;
  }
  footer .copyright {
    font-size: 12px;
  }
  .slick-dots li {
    height: 12px;
  }
  .date, .category {
    display: inline-block;
    min-width: inherit;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 7px;
  }
  .tit {
    font-size: 14px;
    line-height: 1.5;
  }
  [class^=list--] li.new a .tit::after {
    font-size: 12px;
  }
  .list--contents li a .tit {
    font-size: 16px;
    width: 90%;
  }
  .list--information li a {
    display: block;
    padding: 10px 0;
  }
  .list--information li a .date {
    font-size: 14px;
    width: auto;
    min-width: inherit;
    margin: 0 8px 0 0;
    font-size: 13px;
  }
  .list--information li a .tit {
    font-size: 14px;
    font-weight: 400;
  }
  .list--contents li {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .list--contents li.delighter.started {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .list--contents li a {
    display: block;
  }
  .list--photo li {
    width: 50%;
  }
  .block--sort-category {
    top: 16vw;
    right: 7%;
    width: 75%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .block--sort-category {
    width: 45%;
    top: 8vw;
    right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sort {
    width: 130px;
    height: 18px;
  }
  .btn--sort .label {
    font-size: 16px;
  }
  .btn--sort span {
    width: 18px;
    height: 18px;
  }
  .block--category {
    margin-bottom: 30px;
  }
  .block--category li {
    margin-right: 0;
  }
  .block--category li.dateotoko {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  .block--category li a {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 5px;
  }
  li.no-data {
    padding: 2em 0;
  }
}
@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) {
  .loading .logo_loading {
    width: 70vw;
  }
  .loading .logo_loading svg {
    width: 70vw;
    height: 20vw;
  }
  .page--home .drawer__btn {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 0.4s 1s;
    transition: 0.4s 1s;
  }
  .loaded.page--home .drawer__btn {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .loaded.page--home .nav--language {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .block--button-nav {
    text-align: left;
  }
  .swiper-button-prev, .swiper-button-next {
    position: static;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.5;
    padding: 5px 0;
  }
  .swiper-pagination-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 40px;
  }
  .swiper-pagination-current {
    margin-bottom: 0;
    margin-right: 40px;
  }
  .swiper-pagination-current::after {
    width: 1px;
    height: 18px;
    top: 3px;
    left: 25px;
  }
  .form__select {
    width: 60%;
    margin-bottom: 30px;
    min-width: 6em;
  }
  .wrap {
    padding: 145px 0 120px;
    position: relative;
    overflow: clip;
  }
  .detail__btn {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 5px 0;
    margin-top: 1em;
    margin-right: 0;
  }
  .detail__btn .arrow {
    margin-right: 5px;
  }
  .detail__btn a svg {
    width: 16px;
    height: 13px;
  }
  .section-tit {
    width: max(65vw, 60px);
    margin-bottom: 40px;
  }
  .section-tit::before {
    width: 75vw;
    height: 75vw;
    top: -23vw;
    left: -30vw;
  }
  .block-tit {
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
    padding-left: 6%;
  }
  .section--list {
    padding: 0 5%;
    width: 100%;
  }
  .section--list .section--header {
    padding-right: 5%;
  }
  .section--detail {
    padding: 0 5%;
    width: 100%;
    max-width: inherit;
  }
  .section--detail .date {
    display: inline-block;
    margin-right: 13px;
  }
  .section--detail .txt {
    font-size: 15px;
    padding-top: 40px;
  }
  .section--detail .block--pager {
    text-align: center;
  }
  .page--member .section--detail .section--inner {
    padding: 35px 5% 85px;
  }
  iframe {
    width: 100% !important;
  }
  .section--list .block--pager li {
    font-size: 15px;
    margin: 0 10px;
  }
  .section--list .block--pager .pager__item--older, .section--list .block--pager .pager__item--newer {
    margin: 0 10px;
  }
  .section--list .block--pager .pager__item--other a {
    width: auto;
  }
  .section--list .list--contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-bottom: 50px;
  }
  .section--list .list--contents li .thumb {
    margin-bottom: 15px;
  }
  .drawer__btn {
    width: 40vw;
    height: 16vw;
    position: fixed;
    right: 5%;
    top: 3vh;
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .drawer__btn > div {
    color: #1A1311;
    width: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .drawer__btn .menu {
    height: 6vw;
    color: #ffffff;
  }
  .drawer__btn .close {
    position: absolute;
    top: 5.5vw;
    opacity: 0;
    pointer-events: none;
    color: #ffffff;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer__btn {
    right: 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-overflow-scrolling: touch;
    background: #1A1311;
  }
  .drawer::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(/static/dateotoko/fanclub/common/bg_zarazara.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
  }
  .drawer .drawer-inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    padding: 27vw 6% 10vw;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
    transition: transform 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    z-index: 2;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .drawer .drawer-inner {
    padding: 20vw 6% 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .drawer .g-nav {
    width: 100%;
  }
  .drawer [class^=nav--] li {
    width: 100%;
    margin-bottom: 0;
  }
  .drawer [class^=nav--] li a {
    font-size: 18px;
    padding: 8px 0;
    color: #ffffff;
  }
  .drawer .nav--sns {
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .drawer .nav--sns li {
    margin-right: 24px;
    overflow: hidden;
    width: auto;
  }
  .drawer .nav--sns li a {
    padding: 5px 0;
    display: block;
    font-size: 8vw;
  }
  .drawer .nav--sns li a i {
    color: #ffffff;
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, opacity 0.3s 0.3s;
    transition: transform 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .drawer .nav--sns li:last-child {
    margin-right: 0;
  }
  .drawer .nav--menu {
    margin-bottom: 20px;
  }
  .drawer .logo {
    color: #ffffff;
    margin-bottom: 20px;
  }
  .drawer .logo a {
    display: block;
  }
  .drawer .nav--login {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drawer .nav--login li {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .drawer .nav--login li a {
    font-size: max(6vw, 45px);
    padding: 5px 0;
    color: #ffffff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 6vw;
  }
  .drawer .nav--login li a .parentheses_r svg, .drawer .nav--login li a .parentheses_l svg {
    width: 2.3vw;
    position: relative;
    top: 2px;
  }
  .drawer .nav--login .join {
    margin-right: 20px;
  }
  .drawer-visible .header {
    mix-blend-mode: unset;
  }
  .drawer-visible .drawer__btn .menu {
    opacity: 0;
    pointer-events: none;
  }
  .drawer-visible .drawer__btn .close {
    opacity: 1;
    pointer-events: all;
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
  }
  .drawer-visible .drawer .drawer-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .drawer-visible .drawer [class^=nav--] li a span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .drawer-visible .drawer [class^=nav--] li.nav--item__store i {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  body.drawer-visible {
    overflow: hidden;
  }
  .page--home .section-tit {
    margin-bottom: 10px;
  }
  .page--home .wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .page--home footer {
    padding: 0;
    z-index: 10;
    padding: 30vw 0 60px;
  }
  .page--home footer .inner {
    padding: 0 5%;
  }
  .page--home footer .block--support > p {
    margin-bottom: 15px;
  }
  .page--home footer .block--support .list--support {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }
  .page--home footer .block--support .list--support li {
    margin-bottom: 8px;
  }
  .page--home footer .block--support .list--support li a {
    font-size: 13px;
    line-height: 1.5;
  }
  .page--home footer .block--sns {
    margin-bottom: 80px;
    position: relative;
  }
  .page--home footer .block--sns > p {
    margin-bottom: 15px;
  }
  .page--home footer .block--sns li {
    margin-right: 25px;
    overflow: hidden;
    width: auto;
  }
  .page--home footer .block--sns li a {
    padding: 5px 0;
    display: block;
    font-size: 30px;
  }
  .page--home footer .block--link {
    text-align: left;
  }
  .page--home footer .block--link .list--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page--home footer .block--link .list--link li {
    width: 55vw;
  }
  .page--home footer .block--link .list--link li.lsn, .page--home footer .block--link .list--link li.hitsugi, .page--home footer .block--link .list--link li.ruka, .page--home footer .block--link .list--link li.sakito {
    width: 20vw;
  }
  .page--home footer .block--link .list--link li.tnb {
    width: 40vw;
  }
  .page--home footer .nav--sns {
    text-align: left;
    margin-bottom: 35px;
  }
  .page--home footer .nav--sns li a {
    font-size: 30px;
  }
  .page--home footer .copyright {
    padding-left: 5%;
  }
  .page--home .list__more {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 8px 0;
    position: relative;
  }
  .page--home .section--top {
    padding: 16vh 5% 0;
    height: 100vh;
    height: 100svh;
    min-height: auto;
    margin-bottom: 45vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top {
    min-height: 980px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .nav--login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 6vh;
  }
  .page--home .section--top .nav--login li a {
    font-size: 6vw;
  }
  .page--home .section--top .nav--login li a .parentheses_r svg, .page--home .section--top .nav--login li a .parentheses_l svg {
    width: 2.3vw;
    position: relative;
    top: 2px;
  }
  .page--home .section--top .block--keyvisual {
    width: 80vw;
    height: 80vw;
    position: absolute;
    right: -16vw;
    bottom: -2vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--top .block--keyvisual {
    width: 70vw;
    height: 70vw;
    bottom: -13vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--top .block--logo .logo {
    width: 100%;
  }
  .page--home .section--top .block--logo .logo svg {
    width: 100%;
    height: auto;
  }
  .page--home .section--top .block--txt {
    bottom: 10px;
  }
  .page--home .section--top::before, .page--home .section--top::after {
    width: 70vw;
    height: 70vw;
  }
  .page--home .section--top::before {
    top: -25vw;
    right: -31vw;
  }
  .page--home .section--top::after {
    bottom: -25vw;
    left: -31vw;
  }
  .page--home .section--banner {
    position: relative;
    z-index: 2;
    margin-bottom: 150px;
  }
  .page--home .section--banner .swiper-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--banner .list--bnr {
    margin-bottom: 40px;
  }
  .page--home .section--banner .list--bnr li:nth-child(2n) {
    margin-top: 20px;
  }
  .page--home .section--banner .list--bnr li a {
    display: block;
  }
  .page--home .section--banner .list--bnr li a img {
    vertical-align: bottom;
  }
  .page--home .section--banner.no-swiper .list--bnr li {
    width: 100%;
  }
  .page--home .section--banner.no-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
    display: none;
  }
  .page--home .section--info {
    padding: 0 5%;
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--home .section--info {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home .section--official .section--inner {
    padding: 20vw 5%;
  }
  .page--home .section--official .biribiri {
    width: 100%;
    height: 60vw;
    background-size: 300vw;
    background-position: -160vw 0;
  }
  .page--home .section--official .biribiri.top {
    top: -13vw;
  }
  .page--home .section--official .biribiri.bottom {
    bottom: -13vw;
  }
  .page--home .section--official .biribiri::before, .page--home .section--official .biribiri::after {
    width: 100%;
    height: 60vw;
    background-size: 300vw;
    background-position: -160vw 0;
  }
  .page--home .section--official .ph {
    margin-bottom: 40px;
  }
  .page--home .section--official .logo-wrap {
    width: 90%;
    margin: 0 auto 20px;
  }
  .page--home .section--official .txt {
    margin-bottom: 30px;
  }
  body:not(.page--home) .section-tit {
    margin-bottom: 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--list {
    padding: 0 5%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding-top: 0;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit {
    padding: 10px 0 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit h2.tit {
    margin-bottom: 15px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--tit .txt--sub {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents li {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents li .thumb {
    margin-bottom: 10px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents li a .tit {
    font-size: 17px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--more_movies .list--contents li a .date {
    font-size: 14px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--more li {
    width: 49%;
    margin-right: 2%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--more li:nth-child(2n) {
    margin-right: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--more .tit {
    font-size: 13px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail.new-movie .detail__btn {
    padding-left: 5%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail.new-movie .section--detail .block--tit .category, .page--movie.new-movie.page-movie-detail .section--detail.new-movie .section--detail .block--tit .date {
    font-size: 13px !important;
    opacity: 1 !important;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .video-js .vjs-play-control {
    top: -18vw;
    left: 42%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    padding: 10px 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    margin: 0px 5px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--more-info .item--more_movie .list__txt .tit {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page--magazine .section-tit {
    width: 90vw;
  }
  .page--magazine .section--list {
    padding: 0 5%;
  }
  .page--magazine .list--contents li {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--archive .block-tit {
    padding-left: 0;
  }
  .page--blog .wrap {
    padding: 110px 0 120px;
  }
  .page--blog .header--blog {
    margin-bottom: 30px;
    width: 112%;
    left: -6%;
    position: relative;
  }
  .page--blog .section--list .section--inner .block--profile {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(26, 19, 17, 0.5);
  }
  .page--blog .section-tit {
    font-size: max(8vw, 30px);
    width: 100%;
  }
  .page--blog .section-tit > span {
    font-size: 4vw;
  }
  .page--blog .list--blog .date {
    margin-bottom: 8px;
  }
  .page--blog .list--information li a .icon--new {
    width: 13vw;
    margin-left: 6px;
  }
  .page--blog .block--pager .pager__item--other {
    width: auto;
  }
  .page--blog .section--detail .date {
    margin-right: 0;
  }
  .page--blog .section--detail .detail__btn {
    margin-top: 0;
  }
  .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--photo #swipebox-action #swipebox-prev, .page--photo #swipebox-action #swipebox-next {
    bottom: 70px;
    top: inherit;
  }
  .page--mailmagazine.section--detail .block-tit {
    padding: 0;
    font-size: 30px;
    line-height: 1.4;
  }
  .page--mailmagazine.section--detail .txt {
    padding-top: 0;
  }
  .page--mailmagazine.section--detail .block--mailmagazine, .page--mailmagazine.section--detail .block--askamail {
    margin-bottom: 60px;
  }
  .page--mailmagazine.section--detail .block--attention {
    padding: 20px;
  }
  .section--detail.page--entry {
    padding: 0;
  }
  .section--detail.page--entry [class^=block--] {
    margin: 0 auto 40px;
  }
  .section--detail.page--entry [class^=block--] .block-tit {
    font-size: 23px;
    padding: 0;
    margin-bottom: 30px;
  }
  .section--detail.page--entry [class^=block--] .block-tit.en {
    font-size: 34px;
  }
  .section--detail.page--entry [class^=block--] .block-tit::before {
    width: 16px;
  }
  .section--detail.page--entry [class^=block--] table {
    font-size: 13px;
  }
  .section--detail.page--entry [class^=block--] table th {
    width: 100px;
    padding: 10px 13px;
    font-weight: bold;
    text-align: center;
  }
  .section--detail.page--entry [class^=block--] table td {
    padding: 10px;
  }
  .section--detail.page--entry [class^=block--] table td .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .section--detail.page--entry .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
  }
  .section--detail.page--entry .txt {
    padding: 0;
  }
  .section--detail.page--entry .block--logo {
    width: 88%;
  }
  .section--detail.page--entry .block--logo .svg-logo {
    width: 100%;
    position: static;
    margin: 0 0 40px;
  }
  .section--detail.page--entry .block--logo .svg-txt {
    font-size: 7vw;
  }
  .section--detail.page--entry .block--logo .lead {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .section--detail.page--entry .block--contents {
    width: 88%;
    margin: 0 auto 20vw;
  }
  .section--detail.page--entry .block--contents .list--contents li {
    width: 100%;
    margin: 0 0 25px;
    padding: 15px;
  }
  .section--detail.page--entry .block--contents .list--contents li .tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section--detail.page--entry .block--contents .list--contents li .txt {
    font-size: 14px;
    padding-top: 0;
  }
  .section--detail.page--entry .block--contents .list--contents li figure {
    width: 70%;
    margin: 20px auto 0;
  }
  .section--detail.page--entry .block--device, .section--detail.page--entry .block--entry, .section--detail.page--entry .block--btn {
    width: 88%;
  }
  .section--detail.page--entry .btn--main {
    min-width: 100%;
  }
  .section--detail.page--support .section-tit {
    letter-spacing: 0.03em;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section--detail.page--support .txt {
    padding-top: 20px;
  }
  .page--faq .section--list {
    padding: 0 5%;
  }
  .page--faq .section--list .section-tit {
    letter-spacing: 0.05em;
    font-size: 20px;
  }
  .page--faq .list-inquiry {
    width: 100%;
  }
  .page--faq .searchBox {
    width: 100%;
  }
  .page--faq .searchBox input[type=submit] {
    top: -2px;
  }
  .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 5%;
  }
  .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 .txt--lead {
    font-size: 16px;
  }
  .page--stream .dl-list li {
    margin-bottom: 20px;
  }
  .page--stream .txt {
    padding-top: 0;
  }
  .page--stream .tit {
    margin-bottom: 10px;
  }
  .page--stream .txt--sub {
    text-indent: -1em;
    padding-left: 1em;
  }
  .page--stream .block--carousel {
    overflow: hidden;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(26, 19, 17, 0.5);
  }
  .page--stream .block--carousel .method-list {
    margin-bottom: 90px;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel .swiper-container i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    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--carousel .swiper-pagination-bullet-active {
    background: white;
  }
  .page--stream .block--carousel .fa-chevron-right:before {
    content: none;
  }
  .page--stream .block--adjust .adjust-list li {
    margin-bottom: 70px;
  }
  .page--stream .block--adjust .adjust-list li img {
    margin-bottom: 8px;
  }
  .page--stream .block--adjust .adjust-list li .tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .page--stream .block--adjust .adjust-list li .txt {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--stream .list--txt li {
    margin-bottom: 12px;
  }
  .page--first_login .section-tit {
    font-size: 5vw;
  }
  .page--first_login .section-tit span {
    margin-bottom: 10px;
  }
  .page--first_login .block--lead .txt--basic {
    text-align: left;
  }
  .page--first_login .block--attention {
    padding: 1.8em;
  }
  .page--first_login .list--faq li:not(:last-of-type) {
    margin-bottom: 0.25em;
  }
  .page--first_login .step > h5.tit {
    margin: 4em auto 1.4em;
  }
  .page--first_login .step ul {
    margin-bottom: 3em;
  }
  .page--first_login .step ul > li {
    margin-bottom: 0.5em;
  }
  .page--first_login .block--step .list--step > li {
    padding: 1.2em;
    margin-bottom: 1.5em;
  }
  .page--first_login .block--step li span {
    padding: 0.4em 1em;
    font-size: 0.6em;
  }
  .page--first_login .block--step li .list-tit {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 1.2em;
  }
  .page--first_login .block--step li .block--attention {
    margin: 1em 0;
    padding: 14px;
  }
  .page--first_login .block--step li .block--attention .tit {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .page--first_login #step6 .block > .tit {
    text-align: center;
    font-size: 1.5em;
    margin-top: 3em;
  }
  .page--first_login .btn.entry {
    margin-top: 3em;
  }
  .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 .section-tit span {
    font-size: 40vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--error .section--detail .section-tit span {
    font-size: 20vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .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;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
  .wrap {
    padding-top: 250px;
  }
  .btn--sub {
    padding: 0;
  }
  .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;
  }
  .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--disco .list--disco {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page--disco .list--disco li {
    width: 32%;
    margin-right: 2%;
  }
  .page--disco .list--disco li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--disco li .tit {
    width: 90%;
  }
  .page--disco .list--disco li .thumb {
    margin-bottom: 6px;
  }
}/*# sourceMappingURL=fanclub-service.css.map */