@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/rbm7rvv.css");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
html {
  visibility: hidden;
  padding: 0;
  scrollbar-width: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
html::-webkit-scrollbar {
  display: none;
}

html.wf-active, html.wfno-load {
  visibility: visible;
}

body {
  position: relative;
  background: #ffffff;
  color: #010101;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
body:not(.area--fc--in) .wrap {
  background-color: white;
}
body.area--fc--in .wrap {
  background-color: rgba(1, 1, 1, 0.1);
}

.wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  /*
  overflow: hidden;
  min-height: 100%;
  min-height: 100dvh;
  */
}
.wrap::after {
  content: "";
  display: block;
  opacity: 0.15;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/static/issue/assets/bg_noise.jpg) left top no-repeat;
  background-size: cover;
  -webkit-mix-blend-mode: luminosity;
  mix-blend-mode: luminosity;
  will-change: transform, mix-blend-mode, opacity;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

img {
  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: #010101;
  color: #ffffff;
}

::selection {
  background: #010101;
  color: #ffffff;
}

::-moz-selection {
  background: #010101;
  color: #ffffff;
}

.content-main {
  position: relative;
  min-height: 100%;
}

.section-tit {
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.section-tit:tit__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}

.section-tit--sub {
  display: block;
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.5;
}

.tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  line-height: 1.5;
  word-break: break-word;
}

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

.txt--sub {
  line-height: 1.3;
}

.txt--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}

.txt--en {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

.txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}

.txt--link a {
  text-decoration: underline !important;
}

.txt--notice {
  color: #BA2424;
  font-weight: bold;
}

.item--centering {
  text-align: center;
}

.item--centering--type2 {
  text-align: center;
}

.item--right {
  text-align: right;
}

.item--left {
  text-align: left;
}

.item--attention {
  color: #BA2424;
}

.item--not-clickable a {
  pointer-events: none;
}

.bold {
  font-weight: bold;
}

i {
  font-family: FontAwesome;
}

.section--list,
.section--detail {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.section--list .block--tit .section-tit,
.section--detail .block--tit .section-tit {
  margin-bottom: -0.2em;
}

.section--detail .block--tit .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}

.section--list .block--tit .section-tit {
  line-height: 1;
}

body.page--member .block--heading--main .section-tit {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

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

.no-data {
  width: 100%;
  margin: 0 auto;
  margin-bottom: -0.2em;
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.list__more {
  position: relative;
}
.list__more a {
  display: inline-block;
  position: relative;
  opacity: 1;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  color: #010101;
  text-align: left;
  line-height: 1;
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.list__more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -0.1em;
  background-color: #010101;
}
.list__more a:hover {
  opacity: 0.6;
}

.list--txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.list--txt li:last-of-type {
  margin-bottom: 0;
}

.list--nav--sns li a {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  color: #010101;
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1), color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--nav--sns li a:hover {
  opacity: 0.5;
}

.nav--external a::after {
  content: "\f08e";
  display: inline-block;
  color: #ffffff;
  font-family: FontAwesome;
  font-weight: 400;
}

.block--category {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.block--category .block--nav--category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block--category .block--nav--category li {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
  display: block;
  position: relative;
  color: #010101;
  text-decoration: underline;
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  cursor: pointer;
}
.block--category .block--nav--category li:hover a, .block--category .block--nav--category li:hover label .category {
  opacity: 0.6;
}
.block--category .block--nav--category li input[type=checkbox] {
  display: none;
}
.block--category .block--nav--category li input[type=checkbox]:checked + .category {
  color: #010101;
}
.block--category .block--nav--category li input[type=checkbox]:not(:checked) + .category {
  opacity: 0.5;
}
.block--category .block--nav--category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav--category li.current a {
  pointer-events: none;
}

.block--sort-category {
  position: relative;
}
.block--sort-category .block--sort {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background: #010101;
  color: #ffffff;
}
.block--sort-category .block--sort .list--sort li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.block--sort-category .block--sort .list--sort li:last-of-type {
  border: none;
}
.block--sort-category .block--sort .list--sort li .category {
  display: block;
}
.block--sort-category .block--sort .list--sort li .category label {
  position: relative;
  display: block;
  cursor: pointer;
}
.block--sort-category .block--sort .list--sort li .category label::before {
  content: "";
  position: absolute;
  display: block;
  background: transparent;
  border: solid 1px #ffffff;
}
.block--sort-category .block--sort .list--sort li .category label::after {
  content: "";
  position: absolute;
  display: block;
  background: #ffffff;
  opacity: 0;
  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: #010101;
}
.block--sort-category .block--sort::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}
.block--sort-category.is-open .block--sort {
  display: block;
}
.block--sort-category .btn--sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.block--sort-category .btn--sort .label {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.block--sort-category .btn--sort span {
  background-image: url(/static/issue/assets/icon_sort_category.svg);
  background-color: transparent;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ph.ph__dl::after, .thumb.ph__dl::after {
  display: none;
}

.page--wallpaper .section--detail .ph::after {
  display: none;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
}

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

.wovn-languages {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-left: solid 1px #010101;
  color: #ffffff;
  cursor: pointer;
}
.wovn-languages .nav-dropdown {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 2;
  text-align: left;
  line-height: 1.5;
}
.wovn-languages .nav-dropdown::after {
  position: absolute;
  border: 0;
  border-bottom: solid 1px #010101;
  border-right: solid 1px #010101;
  z-index: 3;
}
.wovn-languages .nav-dropdown .list--language li {
  display: none;
  width: 100%;
  padding: 0;
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  text-align: left;
  cursor: pointer;
}
.wovn-languages .nav-dropdown .list--language li::after {
  transform: rotate(45deg);
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: flex;
  align-items: center;
  order: -1;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  z-index: 1;
  top: 0;
  border: none;
  background: #ffffff;
  color: #010101;
  pointer-events: visible;
}
.wovn-languages.visible .nav-dropdown::after {
  top: 1.8em;
  transform: rotate(-135deg) translateY(4.5px);
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #010101;
  transition: opacity 0.4s;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  opacity: 0.5;
  transition: none;
}

.svg-parts {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.sprite-parts__logo--official {
  fill: #000000;
  transition: fill 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}

.sprite-parts__logo--fc {
  fill: #000000;
  transition: fill 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}

body:not(.page--home) .wrap {
  z-index: 0;
  background-color: #ffffff;
}

body.page--member .wrap {
  background-color: #efefef;
}

body:not(.page--member) header .sprite-parts__logo--fc {
  display: none;
}

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
}
.block--pager li {
  position: relative;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.block--pager li.pager__item--current span {
  font-weight: 600;
}
.block--pager li a, .block--pager li span {
  margin-bottom: -0.4em;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.block--pager li a {
  display: block;
  position: relative;
  color: #010101;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--number {
  color: #010101;
  text-align: center;
}
.block--pager .pager__item--newer {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #010101;
  border-right: solid 1px #010101;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #010101;
  border-right: solid 1px #010101;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older span::after {
  opacity: 0.3;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #010101;
  color: #010101;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
}
.block--pager .detail__btn a::after {
  display: none;
}

.block--pager__detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older a,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list a,
.block--pager__detail .pager__item--list span {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
  transition: 0.3s;
}
.block--pager__detail .pager__item--newer span,
.block--pager__detail .pager__item--older span,
.block--pager__detail .pager__item--list span {
  opacity: 0.3;
}
.block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span {
  color: #ffffff;
}
.block--pager__detail .pager__item--newer a {
  position: relative;
}
.block--pager__detail .pager__item--newer a::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
}
.block--pager__detail .pager__item--newer a:hover {
  opacity: 0.6;
}
.block--pager__detail .pager__item--newer a:hover::before {
  transform: scaleX(1);
}
.block--pager__detail .pager__item--older a, .block--pager__detail .pager__item--older span {
  color: #ffffff;
}
.block--pager__detail .pager__item--older a {
  position: relative;
}
.block--pager__detail .pager__item--older a::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.25s ease-out;
}
.block--pager__detail .pager__item--older a:hover {
  opacity: 0.6;
}
.block--pager__detail .pager__item--older a:hover::before {
  transform: scaleX(1);
}
.block--pager__detail .pager__item--list a {
  color: #ffffff;
  transition: color 0.3s;
}
.block--pager__detail .pager__item--list a:hover {
  opacity: 0.6;
}
.block--pager__detail .detail__btn {
  display: flex;
}

.swiper-pagination {
  display: flex;
  position: static;
  z-index: 1;
  text-align: left;
}
.swiper-pagination.swiper-pagination-horizontal {
  width: auto;
}

.swiper-pagination.swiper-pagination-horizontal {
  line-height: 1;
}

.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 !important;
  background: #ffffff;
}

.swiper-button-prev, .swiper-button-next {
  position: static;
  z-index: 1 !important;
  width: auto;
  height: auto;
  margin-top: 0;
}

.swiper-button-prev::after, .swiper-button-next::after {
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  transition: opacity 0.3s, transform 0.3s;
}

.swiper-button-prev::after {
  content: "";
  content: "";
  display: inline-block;
  width: 53px;
  height: 47px;
  background: url(/static/issue/assets/arrow.svg) no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}

.swiper-button-next::after {
  content: "";
  content: "";
  display: inline-block;
  width: 53px;
  height: 47px;
  background: url(/static/issue/assets/arrow.svg) no-repeat;
  background-size: contain;
}

.swiper-button-lock + .progress-bar {
  display: none;
}

.no-carousel .block--carousel-nav {
  display: none;
}

/* プログレスバー */
.progress-bar {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #a1a1a1;
  cursor: pointer;
}

.progress-bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1px;
  background: #a1a1a1;
  transform-origin: left;
}

.progress-bar.swiper-pagination-bullet-active::after {
  background: #BA2424;
}

.progress-bar__inner {
  background: transparent;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.progress-bar::after {
  animation: effect--progress-bar 0.4s linear forwards;
}

@keyframes effect--progress-bar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #BA2424;
  background: rgba(204, 0, 0, 0.15);
  padding: 1em;
  border-radius: 5px;
}

/* placeholder */
::-moz-placeholder {
  color: #a1a1a1;
}
::input-placeholder, ::placeholder {
  color: #a1a1a1;
}

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
form button {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: solid 1px #010101;
  border-radius: 0.3em;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.6);
  color: #010101;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  form button {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@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],
  form button {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  form button {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
form button:focus {
  border-color: #010101;
}
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,
form button.form__error {
  background: #ffffff;
  color: #BA2424;
  border-color: #BA2424;
}
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,
form 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],
form button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: solid 1px #010101;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  textarea {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
textarea:focus {
  border-color: #010101;
}
textarea.form__error {
  background: #ffffff;
  color: #BA2424;
  border-color: #BA2424;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: solid 1px #010101;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  .form__select select {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__select select:focus {
  border-color: #010101;
}
.form__select select.form__error {
  background: #ffffff;
  color: #BA2424;
  border-color: #BA2424;
}
.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 {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #010101;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}

/* 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: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  .form__checkbox label p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__checkbox.form__error {
  color: #BA2424;
}
.form__checkbox label p {
  display: inline-block;
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  margin: -0.6em 0 0;
  border-radius: 0.3em;
  border: solid 1px #010101;
  transition: border-color 0.3s background-color 0.3s;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0.2em;
  width: 0.8em;
  height: 0.4em;
  margin: -0.25em 0 0;
  border: solid 2px #010101;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: opacity 0.3s, border-color 0.3s;
}
.form__checkbox :checked ~ p::before {
  background: #BA2424;
  border-color: #BA2424;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio select */
.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: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  .form__radio label p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__radio.form__error {
  color: #BA2424;
}
.form__radio label p {
  display: inline-block;
  padding-left: 1.6em;
}
.form__radio label p {
  transition: font-weight 0.3s;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transition: border 0.3s;
}
.form__radio :checked ~ p {
  font-weight: bold;
}
.form__radio :checked ~ p::before {
  border-color: #BA2424;
  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: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 959px) {
  .form__toggle label p {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__toggle.form__error {
  color: #BA2424;
}
.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: solid 1px #010101;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #010101;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #010101;
  border-color: #010101;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

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

.form--confirm {
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  color: #010101;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #010101;
  font-weight: bold;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  text-decoration: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--main {
  overflow: hidden;
  height: inherit !important;
  border: solid 1px #010101;
  border-radius: 0.5em;
  background: #010101;
  color: #ffffff;
  line-height: inherit !important;
  transition: color 0.3s 0.2s, border 0.3s 0.2s, background-color 0.3s 0.2s;
}
.btn--main span::before {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.btn--main:hover {
  color: #010101;
}
.btn--main:hover span::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn--sub {
  overflow: hidden;
  border-radius: 0.5em;
  border: solid 1px #010101;
  background: rgba(255, 255, 255, 0);
  color: #010101;
  transition: color 0.3s 0.2s, border 0.3s 0.2s, background 0.3s 0.2s;
}
.btn--sub span::before {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #414141;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.btn--sub:hover {
  color: #ffffff;
}
.btn--sub:hover span::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn--input {
  position: relative;
  overflow: hidden;
}
.btn--input span::before {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.btn--input span input {
  margin-top: 0;
  transition: background-color 0.4s 0.1s;
}
.btn--input:hover .btn--main {
  background-color: transparent;
  color: #010101;
  transition: background-color 0.6s 0s;
}
.btn--input:hover .btn--sub {
  background-color: transparent;
  color: #010101;
  transition: background-color 0.6s 0s;
}
.btn--input:hover span::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.detail__btn {
  position: relative;
  transition: opacity 0.3s ease-out;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  color: #010101;
  text-align: left;
  line-height: 1;
  transition: opacity 0.3s;
}
.detail__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -0.1em;
  background-color: #010101;
}
.detail__btn a:hover span {
  opacity: 0.6;
}

.list--information {
  width: 100%;
}
.list--information li {
  position: relative;
}
.list--information li a {
  display: block;
  position: relative;
  border-bottom: solid 1px #010101;
  color: #010101;
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.list--information li a .list__inner {
  position: relative;
}
.list--information li a .list__inner::after {
  position: absolute;
  background: url(/static/issue/assets/arrow.svg) no-repeat center center/contain;
}
.list--information li a .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  word-break: break-word;
}
.list--information li a .block--sub--info {
  display: flex;
  align-items: center;
}
.list--information li a .date {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  margin-bottom: -0.4em;
}
.list--information li a .category {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  margin-bottom: -0.4em;
}
.list--information li a::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  bottom: 1px;
  z-index: -1;
  background-color: #ffffff;
  transform: scale(0, 1);
  transform-origin: right center;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--information li a:hover::before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.list--information li.new .date {
  position: relative;
}
.list--information li.new .date::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 0;
  border: solid 2px #BA2424;
  background-color: rgba(186, 36, 36, 0);
}
.list--information li:last-of-type a {
  border-bottom: none;
}
.list--information.list--schedule li a .list__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: unset;
  padding: 0;
}
.list--information.list--schedule li a .list__inner .block--schedule--date {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #010101;
  border-radius: 100%;
  background-color: rgba(112, 112, 112, 0.1);
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--date .month-date {
  margin-bottom: -0.2em;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--date .week {
  margin-bottom: -0.2em;
  text-align: center;
}
.list--information.list--schedule li a .list__inner .block--item--info {
  display: flex;
  align-items: flex-end;
}
.list--information.list--schedule li a:hover .list__inner .block--schedule--date .block--sub--info::before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.list--information.list--schedule li a:hover .list__inner .block--schedule--date .icon--term {
  background-color: #BA2424;
}

.list--contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.list--contents li > a {
  display: block;
  position: relative;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.list--contents li > a::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: -1;
  background-color: #ffffff;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--contents li > a:hover::before {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
.list--contents li .block--thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.list--contents li .block--thumb img {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.list--contents li .block--thumb img.thumb--noimage {
  background-size: cover;
}
.list--contents li .block--thumb img.thumb--membersonly {
  background-size: cover;
}
.list--contents li .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1.2);
}
.list--contents li .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .block--item--info .block--txt .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.list--contents li .block--item--info .block--txt .block--sub--info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 2;
  margin: 0;
  background-color: #010101;
  color: #ffffff;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.list--contents li .block--item--info .block--txt .block--sub--info .date {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  transform: rotate(180deg);
}
.list--contents li .block--item--info .block--txt .block--sub--info .block--writer {
  transform: rotate(180deg);
}
.list--contents li .block--item--info .block--txt .block--sub--info .block--writer .writer {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.list--contents li .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  color: #010101;
  word-break: break-word;
}
.list--contents li .date, .list--contents li .category {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.list--contents li.new .block--sub--info {
  background-color: #BA2424;
}
.list--contents.list--photo li a, .list--contents.list--discography li a, .list--contents.list--blog li a, .list--contents.list--photo-blog li a {
  display: block;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.list--contents.list--photo li .block--thumb, .list--contents.list--discography li .block--thumb, .list--contents.list--blog li .block--thumb, .list--contents.list--photo-blog li .block--thumb {
  padding-top: 100%;
}
.list--contents.list--photo-blog.nologin li a .block--thumb, .list--contents.list--blog.nologin li a .block--thumb {
  position: relative;
}
.list--contents.list--photo-blog.nologin li a .block--thumb img, .list--contents.list--blog.nologin li a .block--thumb img {
  filter: blur(20px);
}
.list--contents.list--photo-blog.nologin li a .block--thumb::before, .list--contents.list--blog.nologin li a .block--thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/issue/assets/membersonly_8yuxu1z8.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}

.list--contents--category li a .block--thumb {
  padding-top: 100%;
}

.list--error li {
  color: #BA2424;
  font-weight: bold;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .txt a {
  text-decoration: underline;
}
.section--detail .tit {
  color: #010101;
}
.section--detail .date {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  background-color: #010101;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .category {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.section--detail .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.section--detail .block--detail--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: row-reverse;
}
.section--detail .block--detail--footer .detail__btn {
  margin-top: 0;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li i {
  color: #010101;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #010101;
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  color: #010101;
}
.section--detail .block--share li a {
  display: block;
  transform: rotateX(0deg);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--detail .block--share li a:hover {
  opacity: 0.6;
}

.header {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #280F0C;
  background-color: #ffffff;
}
.header .drawer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  background-color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
  opacity: 1 !important;
  cursor: pointer;
}
.header .drawer__btn .drawer__btn__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  line-height: 0;
}
.header .drawer__btn .drawer__btn__inner span {
  display: block;
  width: 100%;
  height: 0;
  margin-bottom: -0.2em;
  line-height: 0;
  transform-origin: bottom;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s, height 0.2s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(1, 1, 1, 0.9);
  transition: visibility 1s cubic-bezier(0.6, 0, 0.2, 1), opacity 1s cubic-bezier(0.6, 0, 0.2, 1), background-color 2s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner {
  height: 100vh;
  height: 100dvh;
  margin-left: auto;
  background-color: white;
  transition: transform 1.5s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav {
  scrollbar-width: none;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 90vh;
  height: 90dvh;
}
.drawer .drawer__inner .g-nav::-webkit-scrollbar {
  display: none;
}
.drawer .drawer__inner .g-nav .block--heading {
  border-bottom: solid 1px #010101;
}
.drawer .drawer__inner .g-nav .block--heading p {
  display: inline-block;
  margin-bottom: -0.2em;
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.drawer .drawer__inner .g-nav .list--nav--contents {
  display: flex;
  flex-wrap: wrap;
}
.drawer .drawer__inner .g-nav .list--nav--contents li a {
  display: block;
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav .list--nav--contents li a:hover {
  opacity: 0.6;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login {
  display: flex;
  position: relative;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a {
  position: relative;
  display: block;
  color: #010101;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -0.1em;
  background-color: #010101;
}
.drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a:hover {
  opacity: 0.6;
}
.drawer .drawer__inner .g-nav .list--nav--sns {
  display: flex;
  flex-wrap: wrap;
}
.drawer .drawer__inner .g-nav .list--nav--sns li a {
  display: block;
  color: #010101;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav .list--nav--sns li a:hover {
  opacity: 0.6;
}

body:not(.drawer-visible) .drawer .drawer__inner {
  transform: translateX(50vw);
}
body:not(.drawer-visible) .drawer .drawer__inner .g-nav .block--heading {
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: center bottom;
  transition: transform 0.6s, opacity 0.6s;
}
body:not(.drawer-visible) .drawer .drawer__inner .g-nav .block--nav--official li, body:not(.drawer-visible) .drawer .drawer__inner .g-nav .block--nav--fc li {
  opacity: 0;
  transform: rotateX(90deg);
  transition: transform 0.6s, opacity 0.6s;
}
body:not(.drawer-visible) .drawer__btn .drawer__btn__inner .tit--close {
  opacity: 0;
  transform: rotateX(90deg);
  height: 0;
}

body.drawer-visible .wrap {
  overflow: hidden;
}
body.drawer-visible .content-main, body.drawer-visible header .logo, body.drawer-visible footer {
  pointer-events: none;
}
body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
}
body.drawer-visible .drawer .drawer__inner {
  overflow-y: auto;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--heading {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(1), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(1) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(2), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(2) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(3), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(3) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(4), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(4) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(5), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(5) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(6), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(6) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(7), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(7) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(8), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(8) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(9), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(9) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(10), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(10) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(11), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(11) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(12), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(12) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(13), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(13) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(14), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(14) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(15), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(15) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(16), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(16) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(17), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(17) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(18), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(18) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(19), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(19) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.55s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official li:nth-of-type(20), body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--fc li:nth-of-type(20) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(9) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s;
}
body.drawer-visible .drawer .drawer__inner .g-nav .list--nav--sns li:nth-of-type(10) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
body.drawer-visible .drawer__btn .drawer__btn__inner .tit--open {
  opacity: 0;
  /* transform: translateY(100%); */
  transform: rotateX(90deg);
  height: 0;
}

body.browser_back .drawer {
  transition: none;
}

footer {
  position: relative;
  margin: auto auto 0;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--trigger {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  text-align: left;
  line-height: 1;
  pointer-events: all;
}
footer .inner .list--support .nav--trigger::after {
  background: url(/static/issue/assets/arrow.svg) no-repeat center center/contain;
  transform: rotate(90deg);
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1);
}
footer .inner .list--support .nav--trigger.open::after {
  transform: rotate(0deg);
}
footer .inner .list--support .nav--support .nav--support--list li a {
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
footer .inner .list--support .nav--support .nav--support--list li a:hover {
  opacity: 0.8;
}
footer .copyright {
  color: rgba(1, 1, 1, 0.5);
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

body:not(.page--home) footer {
  border-top: solid 1px #010101;
}
body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .inner .block--link {
  display: none;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .block--keyvisual--wrap {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual {
  overflow: hidden;
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual .block--keyvisual--photo {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual .block--keyvisual--photo > img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual .block--keyvisual--photo .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1.2);
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual .block--keyvisual--photo .blur img {
  height: 100%;
  background-size: cover;
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual .block--keyvisual--video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.page--home .section--top .block--keyvisual--wrap .block--keyvisual .block--keyvisual--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.page--home .section--top .block--logo.block--loop {
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.page--home .section--top .block--logo.block--loop div {
  display: flex;
  flex-wrap: nowrap;
  animation: flowimg 12s infinite linear 0.1s both;
}
.page--home .section--top .birthday-message {
  position: absolute;
  left: 0;
}
.page--home .section--top .birthday-message .btn--birthday {
  min-width: auto;
  text-align: center;
}
.page--home .section--top .birthday-message .btn--birthday .inner {
  animation: dokidoki 0.6s infinite linear 0s both;
}
.page--home .section--top .birthday-message .btn--birthday i {
  display: block;
}
.page--home .section--top .birthday-message .btn--birthday span {
  display: block;
}
.page--home .section--top .birthday-message .btn--birthday:hover {
  color: #010101;
}
.page--home .section--banner {
  position: relative;
  border-bottom: solid 1px #010101;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--home .section--banner .list--bnr li a figure {
  position: relative;
}
.page--home .section--banner .list--bnr li a figure img {
  width: 100%;
  border: solid 1px #777777;
  transition: opacity 0.3s ease-in;
}
.page--home .section--banner .list--bnr li a figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  background-color: #280F0C;
  mix-blend-mode: multiply;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--home .section--banner .list--bnr li a:hover figure::before {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--home .area--information {
  border-top: solid 1px #280F0C;
  border-bottom: solid 1px #280F0C;
  background-color: #efefef;
}
.page--home .section--news .block--tit {
  line-height: 1;
}
.page--home .section--news .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--home .section--news .list--information {
  border-top: solid 1px #010101;
  border-bottom: solid 1px #010101;
}
.page--home .section--news .no-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page--home .section--news .no-data .txt--jp {
  display: block;
  width: 100%;
}
.page--home .section--news .no-data .txt--en {
  display: block;
  width: 100%;
}
.page--home .section--news .no-data .block--picture {
  opacity: 0.3;
}
.page--home .section--schedule .block--tit {
  line-height: 1;
}
.page--home .section--schedule .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--home .section--schedule .block--inner {
  border-top: solid 1px #010101;
  border-bottom: solid 1px #010101;
}
.page--home .section--schedule .list--schedule li a {
  border-bottom: none;
}
.page--home .section--schedule .list--schedule li.no-data {
  border: none !important;
}
.page--home .section--profile {
  position: relative;
}
.page--home .section--profile .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.page--home .section--profile .list--contents.list--profile {
  border-top: solid 1px #010101;
  border-bottom: solid 1px #010101;
}
.page--home .section--profile .list--contents.list--profile li {
  margin: 0;
}
.page--home .section--profile .list--contents.list--profile li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page--home .section--profile .list--contents.list--profile li a .block--thumb {
  padding-top: 150%;
}
.page--home .section--profile .list--contents.list--profile li a .block--name {
  margin-top: 1.5em;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-size: 16px;
}
.page--home .section--profile .list--contents.list--profile li a:hover {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.page--home .area--fc {
  position: relative;
}
.page--home .area--fc .area--inner--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  width: 100vw;
}
.page--home .area--fc .area--inner--head .block--area--tit .tit--txt {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--home .area--fc .area--inner--head .block--login {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
.page--home .area--fc .area--inner--head .block--login li {
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--home .area--fc .area--inner--head .block--login li:last-of-type {
  margin-right: 0;
}
.page--home .area--fc .area--inner--head .block--login li a {
  display: block;
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--home .area--fc .area--inner--head .block--login li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -0.1em;
  background-color: #010101;
}
.page--home .area--fc .area--inner--head .block--login li a:hover {
  opacity: 0.6;
}
.page--home .area--fc .area--inner--block > section {
  border-bottom: solid 1px #010101;
}
.page--home .area--fc .area--regularly-contents > section .block--inner {
  height: 100%;
}
.page--home .area--fc .area--regularly-contents > section .block--inner a {
  display: block;
  position: relative;
  height: 100%;
}
.page--home .area--fc .area--regularly-contents > section .block--inner a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--home .area--fc .area--regularly-contents > section .block--inner a:hover::before {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
.page--home .area--fc .area--regularly-contents > section .block--inner a figure {
  margin: 0 auto;
}
.page--home .area--fc .section--movie .block--tit, .page--home .area--fc .section--photo .block--tit {
  text-align: center;
}
.page--home .area--fc .section--movie .block--tit .section-tit, .page--home .area--fc .section--photo .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.page--home .area--fc .section--movie .list--contents li, .page--home .area--fc .section--photo .list--contents li {
  width: 100%;
}
.page--home .area--fc .section--movie .list--contents li a, .page--home .area--fc .section--photo .list--contents li a {
  display: block;
  position: relative;
}
.page--home .area--fc .section--movie .list--contents li a .block--thumb--wrap, .page--home .area--fc .section--photo .list--contents li a .block--thumb--wrap {
  position: relative;
}
.page--home .area--fc .section--movie .list--contents li a .block--thumb--wrap::before, .page--home .area--fc .section--photo .list--contents li a .block--thumb--wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  background-color: #280F0C;
  mix-blend-mode: multiply;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--home .area--fc .section--movie .list--contents li a .block--item--info .block--txt .tit, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--txt .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--home .area--fc .section--movie .list--contents li a .block--item--info .block--txt .block--sub--info, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--txt .block--sub--info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #010101;
  color: #ffffff;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.page--home .area--fc .section--movie .list--contents li a .block--item--info .block--txt .block--sub--info .date, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--txt .block--sub--info .date {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  transform: rotate(180deg);
}
.page--home .area--fc .section--movie .list--contents li a::before, .page--home .area--fc .section--photo .list--contents li a::before {
  display: none;
}
.page--home .area--fc .section--movie .list--contents li a:hover .block--thumb--wrap::before, .page--home .area--fc .section--photo .list--contents li a:hover .block--thumb--wrap::before {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
.page--home .area--fc .section--movie .list__more, .page--home .area--fc .section--photo .list__more {
  text-align: right;
}
.page--home .area--fc .section--blog {
  position: relative;
}
.page--home .area--fc .section--blog .block--tit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.page--home .area--fc .section--blog .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.page--home .area--fc .section--blog .block--inner {
  border-top: solid 1px #010101;
  border-bottom: solid 1px #010101;
}
.page--home .area--fc .section--blog .list--contents {
  flex-wrap: nowrap;
}
.page--home .area--fc .section--blog .list--contents li {
  margin: 0;
}
.page--home .area--fc .section--blog .list--contents li a {
  display: block;
  position: relative;
  width: 100%;
  border-right: solid 1px #010101;
}
.page--home .area--fc .section--blog .list--contents li a .block--thumb--wrap {
  position: relative;
}
.page--home .area--fc .section--blog .list--contents li a .block--thumb--wrap .block--thumb {
  padding-top: 100%;
}
.page--home .area--fc .section--blog .list--contents li a .block--item--info .block--txt .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--home .area--fc .section--blog .list--contents li a .block--item--info .block--txt .block--sub--info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  background-color: #010101;
  color: #ffffff;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  writing-mode: vertical-rl;
}
.page--home .area--fc .section--blog .list--contents li a .block--item--info .block--txt .block--sub--info .date {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  transform: rotate(180deg);
}
.page--home .area--fc .section--blog .list--contents li a .block--item--info .block--txt .block--sub--info .block--writer {
  transform: rotate(180deg);
}
.page--home .area--fc .section--blog .list--contents li a .block--item--info .block--txt .block--sub--info .block--writer .writer {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--home .area--fc .section--blog .list--contents li a:hover {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.page--home .area--fc .section--blog .list--contents li.new a .block--item--info .block--txt .block--sub--info {
  background-color: #BA2424;
}
.page--home .area--fc .section--blog .list--contents li.no-data {
  border: none !important;
}

.page--information .section--detail .week {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--information .list--contents {
  flex-wrap: wrap;
}
.page--information.page--video .section--list .list--contents li .block--thumb img {
  background-size: cover;
}
.page--information.page--video .txt p {
  display: none;
}
.page--information.page--video .block--sort-category {
  display: none;
}
.page--information .list--information li:last-of-type a::after {
  display: none;
}

.page--schedule .block--month {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  position: relative;
  z-index: 2;
}
.page--schedule .block--month .tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--schedule .block--month .tit .month {
  display: block;
  line-height: 1;
}
.page--schedule .block--month .tit .year {
  display: block;
  line-height: 1;
}
.page--schedule .block--month .month-pager {
  line-height: 1;
}
.page--schedule .block--month .month-pager li {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--discography .section--list .list--discography li .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.page--discography .section--detail {
  position: relative;
}
.page--discography .section--detail .block--discography .block--detail .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page--discography .section--detail .block--discography .block--detail .block--comment a, .page--discography .section--detail .block--discography .block--detail .block--review a {
  font-weight: bold;
  text-decoration: underline;
}
.page--discography .section--detail .block--discography .block--detail .block--comment a::before, .page--discography .section--detail .block--discography .block--detail .block--review a::before {
  content: "\f061";
  display: inline-block;
  margin-right: 0.2em;
  color: #010101;
  font-family: FontAwesome;
}
.page--discography .section--detail .block--discography .block--detail .block--track .block--disc .block--disc--tit {
  display: block;
  border-bottom: solid 1px #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  word-break: break-all;
}
.page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li dl .block--track--number {
  color: #010101;
  line-height: 1;
}
.page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li dl .block--track--details {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li dl .block--track--details .block--track--tit {
  color: #010101;
  line-height: 1.5;
}
.page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li dl .block--track--details .txt--sub {
  width: 100%;
  color: #010101;
}
.page--discography .section--detail .block--discography .block--detail a.btn--link {
  display: inline-block;
  border: solid 1px #010101;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  text-decoration: none !important;
}
.page--discography .section--detail .block--discography .block--detail a.btn--link:hover {
  background: #010101;
  color: white;
  transition: 0.3s;
}
.page--discography .section--detail .block--discography .block--detail a.btn--link::before {
  display: none !important;
}
.page--discography .section--detail .block--discography .block--detail .shoplist {
  display: flex;
  flex-wrap: wrap;
}
.page--discography .section--detail .block--discography .block--detail .shoplist a img {
  width: 100%;
}
.page--discography .section--detail .block--discography .block--detail .shoplist a::before {
  display: none;
}

.list--call.list--contents li {
  padding: 2vw;
  border-bottom: solid 1px #010101;
}
.list--call.list--contents .btn--main {
  border: 1px solid #010101 !important;
  border-radius: 0;
  font-weight: normal;
  transition: 0.3s !important;
}
.list--call.list--contents .btn--main:hover {
  background: none;
  color: #010101;
}

.category--15 .block--sub--info .date {
  display: none;
}
.category--15 .block--sub--info .category {
  margin-left: 0 !important;
}

.page--photo.page--photo--detail .block--tit .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--photo.page--photo--detail .block--tit .block--sub--info .date, .page--photo.page--photo--detail .block--tit .block--sub--info .category {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

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

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

#swipebox-overlay {
  background: #010101;
}
#swipebox-overlay .slide img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

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

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

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

.page--movie .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--movie .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie .linkTxt {
  margin-top: 2em;
  font-size: 14px;
}
.page--movie .linkTxt a {
  display: block;
  text-decoration: underline;
  margin: 5px 0 0;
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--movie .video-js .vjs-big-play-button {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 10px -5px #a4a4a4;
}
.page--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #000000;
}

.page--blog .section--detail .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--blog .section--detail .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.page--blog.photo-blog .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--blog.photo-blog .block--writer .block--writer--inner {
  display: flex;
  align-items: center;
}
.page--blog.photo-blog .block--writer .icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.page--blog.photo-blog .block--writer .icon > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.page--blog.photo-blog .block--writer .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--blog.photo-blog .block--writer .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--blog.photo-blog .block--writer .writer-name {
  display: inline-block;
  position: relative;
  margin-bottom: -0.2em;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--blog.photo-blog .section--list .list--contents li {
  position: relative;
}
.page--blog.photo-blog .section--list .list--contents li .block--thumb {
  position: relative;
  margin-bottom: 0;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb img {
  filter: blur(20px);
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/issue/assets/membersonly_8yuxu1z8.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}
.page--blog.photo-blog .section--list .list--contents.nologin .members-only {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--blog.photo-blog .section--list .block--thumb img {
  background-size: cover;
}
.page--blog.photo-blog .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.page--blog.photo-blog .slick-arrow.slick-next, .page--blog.photo-blog .slick-arrow.slick-next:focus, .page--blog.photo-blog .slick-arrow.slick-next:hover, .page--blog.photo-blog .slick-arrow.slick-prev, .page--blog.photo-blog .slick-arrow.slick-prev:focus, .page--blog.photo-blog .slick-arrow.slick-prev:hover {
  color: inherit;
  font-weight: bold;
}
.page--blog.photo-blog .slick-arrow.slick-disabled {
  pointer-events: none;
}
.page--blog.photo-blog .slick-dots {
  position: absolute;
}
.page--blog.photo-blog .slick-dots li {
  transition: 0.3s;
}
.page--blog.photo-blog .slick-dots li:last-of-type {
  margin-right: 0;
}
.page--blog.photo-blog .slick-dots li::before {
  content: "";
  display: block;
  opacity: 1;
  border-radius: 100%;
  background: #ffffff;
}
.page--blog.photo-blog .slick-dots li.slick-active::before {
  background: #BA2424;
}
.page--blog.photo-blog .slick-dots li button {
  display: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner {
  overflow: hidden;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt {
  display: flex;
  color: #010101;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt a {
  color: #BA2424;
  text-decoration: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt .ph {
  width: 100%;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail {
  color: #010101;
  border-bottom: solid 1px #280F0C;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .date {
  margin-bottom: -0.2em;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb {
  position: relative;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb {
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb img, .page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb video {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.page--blog.photo-blog .section--detail .section--detail--inner .ph {
  max-width: initial;
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
  background-color: #ffffff;
  color: #010101;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--player {
  height: auto !important;
  padding-top: 0 !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner video-js {
  position: relative !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner video {
  position: relative !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .vjs-control-bar {
  bottom: 2em !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  cursor: pointer;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
  color: rgba(1, 1, 1, 0.4);
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i.clicked {
  color: #BA2424;
  animation: item_stretch_bouncy 0.4s;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .heart-sub {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .heart-sub::before {
  content: "\f004";
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #BA2424;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like.clicked > .fa.fa-heart {
  font-weight: 900;
  color: #BA2424;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like.clicked > .fa.fa-heart::before {
  display: block;
}

.page--issue-log_list .section--detail .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--issue-log_list .section--detail .block--detail {
  padding: 0;
}
.page--issue-log_list .section--detail .block--detail .block--name {
  text-align: center;
}
.page--issue-log_list .section--detail .block--detail .block--name .name {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  letter-spacing: 0.003em;
  font-size: max(3.6vw, 40px);
  line-height: 1;
}
.page--issue-log_list .section--detail .block--detail .block--name .date {
  color: #949494;
  font-size: 14px;
}
.page--issue-log_list .section--detail .block--detail .block--name .date span {
  display: inline-block;
  position: relative;
  zoom: 2;
  margin-right: 0.25em;
}
.page--issue-log_list .section--detail .block--detail .block--name .line {
  position: relative;
}
.page--issue-log_list .section--detail .block--detail .block--name .line.top {
  padding-bottom: 32px;
}
.page--issue-log_list .section--detail .block--detail .block--name .line.top::before {
  top: 0;
}
.page--issue-log_list .section--detail .block--detail .block--name .line.top::after {
  top: 5px;
  height: 1px;
}
.page--issue-log_list .section--detail .block--detail .block--name .line.bottom {
  padding-top: 24px;
}
.page--issue-log_list .section--detail .block--detail .block--name .line.bottom::before {
  bottom: 5px;
  height: 1px;
}
.page--issue-log_list .section--detail .block--detail .block--name .line.bottom::after {
  bottom: 0;
}
.page--issue-log_list .section--detail .block--detail .block--name .line::before, .page--issue-log_list .section--detail .block--detail .block--name .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: #000;
}
.page--issue-log_list .section--detail .block--detail .list--contents li.new .block--name .date span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: -1;
  width: 6px;
  height: 6px;
  border: solid 1px #BA2424;
}
.page--issue-log_list .section--detail .block--detail .list--contents li.nodata a {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.page--issue-log_list .section--detail .block--detail .list--contents li.nodata .block--name .date {
  display: none;
}
.page--issue-log_list .section--detail .block--detail .list--contents li.nodata .block--name .line.bottom {
  padding-top: 16px;
}

.page--profile .section--detail .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--profile .section--detail .block--detail {
  padding: 0;
}
.page--profile .section--detail .block--detail .block--keyvisual {
  width: 100%;
}
.page--profile .section--detail .block--detail .block--keyvisual figure img {
  vertical-align: bottom;
}
.page--profile .section--detail .block--detail .block--txt--profile {
  border-top: solid 1px #010101;
}
.page--profile .section--detail .block--detail .list--contents.list--profile {
  border-top: solid 1px #010101;
  border-bottom: solid 1px #010101;
}
.page--profile .section--detail .block--detail .list--contents.list--profile li a {
  border-right: solid 1px #010101;
}
.page--profile .section--detail .block--detail .list--contents.list--profile li a .block--name {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--profile .section--detail .block--detail .detail__btn {
  margin: 0;
}
.page--profile.page--profile--detail .section--detail .block--tit .block--thumb--wrap .block--thumb {
  position: relative;
}
.page--profile.page--profile--detail .section--detail .block--tit .block--thumb--wrap .block--thumb .guard {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile {
  border-top: none;
}
.page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--name {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl:last-of-type {
  margin-bottom: 0;
}
.page--profile.page--profile--detail .section--detail .block--detail .detail__btn {
  border-top: solid 1px #010101;
}

.page--archives .section--detail .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

.page--special .section--detail .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

.page--support .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--support .tit {
  font-weight: normal;
}
.page--support .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt {
  font-weight: bold;
}

.page--faq .block--tit .tit, .page--faq .block--tit .category {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--faq .section--list .tit {
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .btn {
  text-align: center;
}
.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  color: #010101;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #010101;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
}
.page--faq .list--tag li {
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: solid 1px #b8b8b8;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .list--faq:last-of-type {
  margin-bottom: 0;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #010101;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #010101;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .block--faq-detail dt {
  border-bottom: solid 1px #010101;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  transition: all 0.3s 0s ease;
  transition: 0.3s;
}
.page--faq .detail__btn {
  border-top: solid 1px #010101;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .block--tit .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 1em;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select select {
  border: solid 1px #010101;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #010101;
  pointer-events: none;
}
.page--questionnaire form .form--post textarea {
  background-color: rgba(255, 255, 255, 0.6);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #010101;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::after {
  content: "必須";
  background: #BA2424;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}
.page--questionnaire.page--feature .block--tit .section-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}

/*  page--bbs
------------------------------ */
.page--bbs {
  /* tsuuhou */
}
.page--bbs .section--list {
  max-width: 900px;
}
.page--bbs .block--pager {
  margin-bottom: 80px;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.page--bbs .block--pager .btn--sub {
  margin: 0 auto;
}
.page--bbs .inner .comment {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.page--bbs .inner .comment li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.page--bbs .inner .comment li .comment--box .comment--box--inner {
  position: relative;
  margin-bottom: 0.8em;
  padding: 1.2em;
  border-radius: 2em;
  background: #ffffff;
  color: #010101;
  box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.1);
}
.page--bbs .inner .comment li .comment--box .comment--box--inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  border: solid transparent 8px;
  border-right: solid 18px #ffffff;
}
.page--bbs .inner .comment li .comment--box .comment--box--inner .ph {
  margin: 1em 0;
}
.page--bbs .inner .comment li .comment--box .block--user .name {
  display: block;
  margin: 0 0.8em 0.8em 0;
  color: rgba(1, 1, 1, 0.7);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  font-size: 12px;
}
.page--bbs .inner .comment li .comment--box .date {
  display: block;
  color: rgba(1, 1, 1, 0.7);
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-size: 12px;
}
.page--bbs .inner .comment li.member {
  justify-content: flex-start;
}
.page--bbs .inner .comment li.member .icon {
  position: relative;
  overflow: hidden;
  width: 15vw;
  max-width: 11em;
  height: 15vw;
  max-height: 11em;
  margin-right: 4%;
  border: solid 1px #010101;
  border-radius: 50%;
}
.page--bbs .inner .comment li.member .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.page--bbs .inner .comment li.member .icon .blur {
  display: none;
  transform: scale(1.2);
  filter: blur(10px);
}
.page--bbs .inner .comment li.member .comment--box {
  max-width: 70%;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner::before {
  top: -4px;
  left: -15px;
  transform: rotate(35deg);
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .ph .memberimage {
  width: 100% !important;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt .player {
  position: relative;
  width: 700px;
  max-width: 100%;
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page--bbs .inner .comment li.member .comment--box .block--user .name {
  margin: 0 0 0.8em 0.8em;
  text-align: left;
}
.page--bbs .inner .comment li.member .comment--box .date {
  margin-right: 0.8em;
  text-align: right;
}
.page--bbs .inner .comment li.not-member {
  justify-content: flex-end;
}
.page--bbs .inner .comment li.not-member .comment--box {
  max-width: 70%;
}
.page--bbs .inner .comment li.not-member .comment--box .comment--box--inner::before {
  top: -5px;
  right: -15px;
  z-index: 1;
  transform: rotate(140deg);
}
.page--bbs .inner .comment li.not-member .comment--box .block--user .name {
  display: block;
  margin: 0 0.8em 0.8em 0;
  color: rgba(1, 1, 1, 0.7);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  font-size: 12px;
  text-align: right;
}
.page--bbs .inner .comment li.not-member .comment--box .date {
  margin-right: 0.8em;
  text-align: right;
}
.page--bbs .inner .switching_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 1em;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
}
.page--bbs .inner .switching_btn li {
  margin-right: 1.5em;
}
.page--bbs .inner .switching_btn li a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.page--bbs .inner .all .switching_btn_member a {
  color: rgba(1, 1, 1, 0.4);
}
.page--bbs .inner .all .switching_btn_all {
  padding-bottom: 0.4em;
  border-bottom: solid 2px #010101;
}
.page--bbs .inner .artist .switching_btn_member {
  padding-bottom: 0.4em;
  border-bottom: solid 2px #010101;
}
.page--bbs .inner .artist .switching_btn_all a {
  color: rgba(1, 1, 1, 0.4);
}
.page--bbs .comment--inner {
  line-height: 0;
}
.page--bbs .comment--inner .block--post {
  background: rgba(1, 1, 1, 0.1);
  position: relative;
}
.page--bbs .comment--inner .block--post .form--post dd {
  margin: 0;
}
.page--bbs .comment--inner .bbs-textarea {
  text-align: center;
}
.page--bbs .comment--inner .not-member-comment {
  display: none;
}
.page--bbs .comment--inner textarea {
  resize: none;
  padding: 0.5em 1.5em;
  margin: 2em auto;
  height: 2.5em;
  border-radius: 100em;
  background: #ffffff;
  border: 0;
}
.page--bbs .comment--inner .btn {
  position: absolute;
}
.page--bbs .comment--inner label {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/static/issue/assets/icon--send--photo.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.page--bbs .comment--inner label input {
  display: none;
}
.page--bbs .comment--inner .txt--sub {
  margin: -1em auto 0;
  padding-bottom: 2em;
  text-align: right;
}
.page--bbs .commentconfirm .pageTit, .page--bbs .commentcomplete .pageTit, .page--bbs .commentdelete .pageTit {
  display: none;
}
.page--bbs .commentconfirm .titArea, .page--bbs .commentcomplete .titArea, .page--bbs .commentdelete .titArea {
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  text-align: center;
  line-height: 1.2;
}
.page--bbs .commentconfirm dl, .page--bbs .commentcomplete dl, .page--bbs .commentdelete dl {
  border: solid 1px #010101;
  background-color: #ffffff;
}
.page--bbs .commentconfirm dd, .page--bbs .commentcomplete dd, .page--bbs .commentdelete dd {
  color: #010101;
}
.page--bbs .commentconfirm dd:last-of-type, .page--bbs .commentcomplete dd:last-of-type, .page--bbs .commentdelete dd:last-of-type {
  margin-bottom: 0;
}
.page--bbs .commentconfirm .btn, .page--bbs .commentcomplete .btn, .page--bbs .commentdelete .btn {
  margin: 4em 0;
}
.page--bbs .form--confirm {
  margin: 2em 0 4em;
}
.page--bbs .form--confirm .not-member-comment {
  display: none;
}
.page--bbs .form--confirm .txt-notes {
  color: #010101;
  margin: 0 0 2.5em;
  font-size: 13px;
}
.page--bbs .error--form {
  margin: 2em 0 4em;
}
.page--bbs .error--form dt {
  margin: 0 0 10px;
  font-size: 13px;
  opacity: 0.8;
}
.page--bbs .error--form dd {
  margin-bottom: 2.5em;
}
.page--bbs .error--form textarea {
  background-color: #ffffff;
}
.page--bbs .error--form .not-member-comment {
  display: none;
}
.page--bbs .list--information .comment__item {
  position: relative;
}
.page--bbs .list--information .comment__item .btn.btn--report {
  display: inline-block;
  position: relative;
  left: calc(100% - 6em);
  margin-top: 0.2em;
}
.page--bbs .list--information .comment__item .btn.btn--report a {
  display: block;
  min-width: auto;
  margin-top: 0;
  padding: 0.5em 0.8em 0.6em;
  border: solid 1px #010101;
  border-radius: 5em;
  color: #010101;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  transform-origin: right bottom;
  transform: scale(0.8);
}
.page--bbs .list--information .comment__item .btn.btn--report a::after {
  background-color: transparent;
}
.page--bbs #swipebox-prev,
.page--bbs #swipebox-next {
  display: none;
}

.page--entry {
  background: #ffffff;
}
.page--entry .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.page--entry .block--tit .section-tit {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.page--entry .block--detail .block--circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  border: solid 1px #010101;
  border-radius: 100%;
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
}
.page--entry .block--detail .cource {
  display: flex;
}
.page--entry .block--detail .cource .block--circle {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--entry .block--detail .cource p {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.page--entry .block--detail .cource .block--number {
  display: table-cell;
  height: 15px;
  font-weight: 600;
  line-height: 1;
}
.page--entry .block--detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page--entry .block--detail dl dt, .page--entry .block--detail dl dd {
  border-bottom: solid 1px rgba(1, 1, 1, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page--entry .block--detail dl dt {
  width: 25%;
  font-weight: 600;
}
.page--entry .block--detail dl dd {
  width: 75%;
}
.page--entry .block--detail dl.list--accordion {
  flex-wrap: wrap;
  padding: 20px;
  background-color: #efefef;
}
.page--entry .block--detail dl.list--accordion .tit {
  position: relative;
}
.page--entry .block--detail dl.list--accordion .tit::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.page--entry .block--detail dl.list--accordion .tit.open::after {
  transform: translateY(-50%) rotate(45deg);
}
.page--entry .block--detail dl.list--accordion dt {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page--entry .block--detail dl.list--accordion dd {
  display: none;
  margin: 20px 0 0 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page--entry .block--detail dl.list--accordion .notice {
  margin: 1.5em 0;
  font-size: 11px;
}
.page--entry .block--detail .block--contents {
  background: #efefef;
}
.page--entry .block--detail .block--contents .block-tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--entry .block--detail .block--contents .list--contents-list .tit {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--entry .block--detail .block--contents .list--contents-list li {
  border-bottom: solid 1px rgba(51, 51, 51, 0.1490196078);
}
.page--entry .block--detail .block--contents .block--benefit {
  padding: 20px 30px;
  border: solid 1px #f3f3f3;
  background: #ffffff;
}
.page--entry .block--detail .block--contents .block--benefit .tit, .page--entry .block--detail .block--contents .block--benefit .txt--lead, .page--entry .block--detail .block--contents .block--benefit .txt--sub {
  text-align: center;
}
.page--entry .block--detail .block--entry .block--circle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
  margin: 0 auto;
}
.page--entry .block--detail .block--entry .block--circle .tit {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.page--entry .block--detail .block--entry .block--circle p {
  text-align: center;
}
.page--entry .block--detail .block--entry .block--sub--attention {
  padding: 1em;
  color: #BA2424;
  border: 1px solid #BA2424;
}
.page--entry .block--detail .block--entry .block--sub--attention p {
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.page--entry .block--detail .block--entry .link--inbound {
  text-align: center;
}
.page--entry .block--detail .block--entry .link--inbound a {
  text-decoration: underline;
}
.page--entry .block--detail .block--entry__fanyid .tab--area {
  display: flex;
}
.page--entry .block--detail .block--entry__fanyid .tab {
  width: 50%;
  text-align: center;
  background-color: rgba(186, 36, 36, 0.5);
  color: #ffffff;
}
.page--entry .block--detail .block--entry__fanyid .tab.active {
  background-color: #BA2424;
  color: #ffffff;
  border: none;
}
.page--entry .block--detail .block--entry__fanyid .tab span {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  line-height: 1;
}
.page--entry .block--detail .block--entry__fanyid .panel-area {
  background: #efefef;
}
.page--entry .block--detail .block--entry__fanyid .panel {
  display: none;
}
.page--entry .block--detail .block--entry__fanyid .panel.active {
  display: block;
}
.page--entry .block--detail .block--entry__fanyid .flex-container {
  display: flex;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) {
  font-weight: 500;
  letter-spacing: -0.01em;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .btn {
  display: inline-block;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .btn .btn--main {
  border-radius: 50px;
  font-weight: 100;
  background-color: #BA2424;
  border: none;
  position: relative;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .btn .btn--main:hover {
  color: #ffffff;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .btn .btn--main::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .btn .btn--main::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  right: 1.8em;
  position: absolute;
  background: url(/static/issue/entry/entry_arrow.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .attention a {
  text-decoration: underline;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .attention--box {
  background: #010101;
  color: #ffffff;
  padding: 1.2em;
  margin: 15px 0;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .attention--box a {
  text-decoration: underline;
}
.page--entry .block--detail .block--entry__fanyid .flex-container:last-of-type {
  padding-bottom: 0;
}
.page--entry .block--detail .block--entry__fanyid .flex-container::before {
  content: " ";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #333, #333 5px, transparent 0px);
  background-size: 2px 12px;
  background-position: left bottom;
  z-index: -1;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .block--circle {
  background-color: #efefef;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .block--circle .circle--inner {
  text-align: center;
  width: 100%;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .block--circle .circle--inner .ph img {
  width: initial;
  display: inline-block;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .block--circle .circle--inner img {
  margin-bottom: 8px;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .block--circle .circle--inner p {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
}
.page--entry .block--detail .block--entry__fanyid .flex-container .block--circle:last-of-type {
  margin-bottom: 0;
}
.page--entry .block--detail .block--entry__fanyid .point, .page--entry .block--detail .block--entry__attention .point, .page--entry .block--detail .block--entry__pid .point, .page--entry .block--detail .block--entry__inbound .point {
  margin-bottom: 2em;
}
.page--entry .block--detail .block--entry__fanyid .point:last-of-type, .page--entry .block--detail .block--entry__attention .point:last-of-type, .page--entry .block--detail .block--entry__pid .point:last-of-type, .page--entry .block--detail .block--entry__inbound .point:last-of-type {
  margin-bottom: 0;
}
.page--entry .block--detail .block--entry__attention, .page--entry .block--detail .block--entry__pid, .page--entry .block--detail .block--entry__inbound {
  background: #efefef;
}
.page--entry .block--detail .block--entry__attention a, .page--entry .block--detail .block--entry__pid a, .page--entry .block--detail .block--entry__inbound a {
  text-decoration: underline;
}
.page--entry .block--detail .block--entry__attention .title, .page--entry .block--detail .block--entry__attention .sub--title, .page--entry .block--detail .block--entry__pid .title, .page--entry .block--detail .block--entry__pid .sub--title, .page--entry .block--detail .block--entry__inbound .title, .page--entry .block--detail .block--entry__inbound .sub--title {
  font-weight: 700;
}
.page--entry .block--detail .block--entry__attention .title, .page--entry .block--detail .block--entry__pid .title, .page--entry .block--detail .block--entry__inbound .title {
  margin-bottom: 1.2em;
}
.page--entry .block--detail .block--entry__attention .sub--title, .page--entry .block--detail .block--entry__pid .sub--title, .page--entry .block--detail .block--entry__inbound .sub--title {
  margin-bottom: 0.3em;
}

.page--stream .inner {
  overflow: hidden;
}
.page--stream .txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--stream .block--guide .block--tit {
  display: none;
}
.page--stream .block--guide .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--stream .block--guide .app-link .btn--main {
  color: #ffffff;
}
.page--stream .block--guide .app-link .btn--main:hover {
  color: #010101;
}
.page--stream .block--adjust {
  border-bottom: solid 1px #010101;
}
.page--stream .block--adjust .adjust-list .adjust-list__item .tit {
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--stream .block--attention .tit {
  color: #010101;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--stream .block--attention dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--stream .detail__btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.002em;
  line-height: 1.5;
}
.page--stream .detail__btn a::after {
  display: none;
}

.page--contact .section--detail .txt--notice {
  font-weight: 600;
}
.page--contact .section--detail .block--definition-list dt {
  display: inline;
  position: relative;
  background: linear-gradient(#ffff00, #ffff00) 100% 0.6em no-repeat;
  font-weight: 600;
}
.page--contact .section--detail .block--definition-list dd {
  display: block;
}
.page--contact .section--detail .block--definition-list a {
  text-decoration: underline;
}
.page--contact .section--detail .block--attention dt {
  font-weight: 600;
}
.page--contact .section--detail .block--attention dd {
  display: block;
}

.page--birthday-message .section-tit {
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  text-align: center;
}

.page--ticket.section--detail .txt--lead.block--attention {
  border-color: #BA2424;
  color: #BA2424;
}
.page--ticket.section--detail .txt--notice {
  font-weight: 600;
}
.page--ticket.section--detail .block--info {
  background-color: #280F0C;
}
.page--ticket.section--detail .block--info .txt--main {
  color: #000000;
  font-weight: 600;
}
.page--ticket.section--detail .block--info a {
  text-decoration: underline;
}
.page--ticket.section--detail .block--attention dt {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

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

/* video-js
------------------------------ */
.video-js .vjs-big-play-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  border: solid 5px #ffffff !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.video-js .vjs-control-bar {
  background-color: #000000 !important;
}

.video-js .vjs-load-progress {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.video-js .vjs-load-progress div {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.vjs-icon-placeholder {
  display: block !important;
  position: relative !important;
}

.vjs-icon-play::before, .vjs-icon-placeholder::before {
  display: inline-table !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  transition: transform 0.3s, top 0.3s;
}

.body--app .wrap {
  padding: 1.2em 0 4em;
  border-top: solid 1px #010101;
}
.body--app header {
  padding: 0;
  border-bottom: none;
}
.body--app header .logo {
  display: none;
}
.body--app header .block--nav--wrap {
  justify-content: flex-end;
  top: 0;
}
.body--app header .block--nav--wrap .drawer__btn {
  display: none;
}
.body--app header .block--nav--wrap .block--language .wovn-languages {
  border-top: none;
  border-right: none;
  border-bottom: solid 1px #010101;
}
.body--app header .block--nav--wrap .block--language .wovn-languages.visible .nav-dropdown {
  top: 0;
  bottom: auto;
}

.page--appfcmenu header {
  display: none !important;
}
.page--appfcmenu h1.fclogo {
  margin-bottom: 30px;
  text-align: center;
}
.page--appfcmenu h1.fclogo img {
  width: 200px;
  max-width: 40%;
}
.page--appfcmenu h1.fclogo p {
  margin-top: 10px;
  font-family: "adobe-caslon-pro", serif;
  font-size: 15px;
}
.page--appfcmenu .section--detail.delighter.started {
  display: block;
  padding-top: 50px;
}
.page--appfcmenu .section--detail .list-appmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 8vw;
}
.page--appfcmenu .section--detail .list-appmenu li {
  position: relative;
  width: 47%;
  margin-bottom: 5%;
}
.page--appfcmenu .section--detail .list-appmenu li a .item-detail .thumb {
  position: relative;
  background: url(/static/issue/assets/noimage_8yuxu1z8.png) no-repeat center center/cover;
}
.page--appfcmenu .section--detail .list-appmenu li a .item-detail .thumb::before {
  content: "";
  position: absolute;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  background: #BA2424;
}
.page--appfcmenu .section--detail .list-appmenu li a .tit--box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em 1.1em;
  color: #ffffff;
  font-family: "adobe-caslon-pro", serif;
  font-size: 14px;
}
.page--appfcmenu .section--detail .list-appmenu li.new::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
  width: 25px;
  height: 22px;
  background: #fff;
  -webkit-clip-path: polygon(1000% 0%, 100% 100%, 0 0);
  clip-path: polygon(1000% 0%, 100% 100%, 0 0);
}
.page--appfcmenu .block--nav--wrap {
  display: none !important;
}
.page--appfcmenu footer {
  display: none !important;
}

.page--notice .list--info {
  margin-top: 40px;
}
.page--notice .list--info li {
  border-bottom: solid 1px;
}
.page--notice .list--info li a {
  display: block;
  padding: 1em 0.8em;
}
.page--notice .list--info li .txt {
  font-size: 14px;
}
.page--notice .list--info li .date {
  margin-top: 0.6em;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-size: 14px;
  line-height: 1;
}
.page--notice .list--info li.new .date {
  position: relative;
}
.page--notice .list--info li.new .date::after {
  content: "NEW";
  display: inline-block;
  margin-left: 0.6em;
  color: #BA2424;
  font-family: "adobe-caslon-pro", serif;
  /*font-family: nimbus-sans, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-size: 12px;
}
.page--notice .list--info .txt {
  line-height: 1.5;
}

/* effect
------------------------------ */
@keyframes bg_mask {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  99.9% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
.bg_mask {
  overflow: hidden;
  position: relative;
  background: transparent;
  color: transparent;
  transition: color 0.5s 0.4s;
}
.bg_mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -1%;
  left: 0;
  background: #010101;
  transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes flowimg {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes movingHeart_w {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 12px;
  }
}
@keyframes movingHeart_h {
  100% {
    transform: translateY(-500px);
  }
}
@keyframes movingHeart_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes item_stretch_horizontal {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes item_stretch_vertical {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes item_stretch_bouncy {
  0% {
    transform: scale(0);
  }
  35% {
    transform: scale(0.2);
  }
  45% {
    transform: scale(0.4);
  }
  60% {
    transform: scale(1.2, 0.9) translate(0%, 6%);
  }
  80% {
    transform: scale(0.8, 1.1) translate(0%, -4%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes gradient_moving_horizontal {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient_moving_vertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes mask-circle {
  0% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
}
@keyframes mask-circle_out {
  0% {
    -webkit-clip-path: circle(200% at 96% 5vw);
    clip-path: circle(200% at 96% 5vw);
  }
  100% {
    -webkit-clip-path: circle(0 at 96% 5vw);
    clip-path: circle(0 at 96% 5vw);
  }
}
@keyframes mask-btotop {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mask-toptob {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@keyframes slidein_left {
  0% {
    opacity: 0;
    left: -25%;
  }
  100% {
    opacity: 1;
    left: 0%;
  }
}
@keyframes slidein_right {
  0% {
    opacity: 0;
    right: -25%;
  }
  100% {
    opacity: 1;
    right: 0%;
  }
}
@keyframes slidein_bottom {
  0% {
    opacity: 0;
    transform: translate(0, 2em);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes kurukuru {
  0% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
@keyframes kurukuru-out {
  0% {
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
  100% {
    transform: rotateY(0) translateY(0px);
    opacity: 0;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes dokidoki {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes background_color_change {
  0%, 100% {
    background-color: #f7f7f7;
  }
  30% {
    background-color: #f9f1f1;
  }
  60% {
    background-color: #efeff0;
  }
  90% {
    background-color: #f7f7f7;
  }
}
@keyframes load {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

body:not(.started) {
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
body.started {
  opacity: 1;
}

.section--top.delighter .block--loop {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: 50% 50%;
}
.section--top.delighter .block--keyvisual {
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: center bottom;
}
.section--top.delighter .block--nav--sub {
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: center bottom;
}
.section--top.delighter .birthday-message {
  opacity: 0;
}
.section--top.delighter #app-bnr {
  opacity: 0;
}
.section--top.started .block--loop {
  opacity: 1;
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.65, 0, 0.35, 1) 0s, opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.section--top.started .block--keyvisual {
  opacity: 1;
  transform: rotateX(0deg);
  transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1) 1.6s, opacity 1s cubic-bezier(0.6, 0, 0.2, 1) 1.6s;
}
.section--top.started .block--nav--sub {
  opacity: 1;
  transform: rotateX(0deg);
  transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1) 2.5s, opacity 1s cubic-bezier(0.6, 0, 0.2, 1) 2.5s;
}
.section--top.started .birthday-message {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 3s;
}
.section--top.started #app-bnr {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 3s;
}

.page--home header.delighter {
  opacity: 0;
}
.page--home header.started {
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.5s, opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.5s;
}

.drawer__btn.delighter {
  opacity: 0;
}
.drawer__btn.started {
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.section--banner.delighter {
  opacity: 0;
  transform: translateX(-10%);
}
.section--banner.started {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.page--home .block--tit.delighter {
  transform: rotateX(90deg);
  transform-origin: center center;
}
.page--home .block--tit.started {
  transform: rotateX(0deg);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.txt.delighter, .txt--basic.delighter {
  opacity: 0;
  transform-origin: center center;
}
.txt.delighter .block--sub--info, .txt.delighter .list__more, .txt--basic.delighter .block--sub--info, .txt--basic.delighter .list__more {
  opacity: 0;
}
.txt.started, .txt--basic.started {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.txt.started .block--sub--info, .txt.started .list__more, .txt--basic.started .block--sub--info, .txt--basic.started .list__more {
  opacity: 1;
  transform: rotateX(0deg);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.section-tit.delighter, .tit.delighter, .list__more.delighter, .block--nav--category.delighter {
  opacity: 0;
  transform: rotateX(90deg);
}
.section-tit.started, .tit.started, .list__more.started, .block--nav--category.started {
  opacity: 1;
  transform: rotateX(0);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.date.delighter, .block--share.delighter, .category.delighter {
  opacity: 0;
  transform: rotateX(90deg);
}
.date.started, .block--share.started, .category.started {
  opacity: 1;
  transform: rotateX(0);
  transition: opacity 0.5s 0.22s, transform 0.5s 0.22s;
}

body:not(.page--home) .block--tit.delighter .section-tit {
  transform: rotateX(90deg);
  transform-origin: left center;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
body:not(.page--home) .block--tit.started .section-tit {
  transform: rotateX(0deg);
}

body:not(.page--home) .content-main.delighter::after {
  transform: scale(0);
  transform-origin: left top;
}
body:not(.page--home) .content-main.started::after {
  transform: scaleX(1) scaleY(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.list--information li.delighter {
  transform: rotateX(180deg);
  transform-origin: center center;
}
.list--information li.started {
  transform: rotateX(0deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.list--information li.started:nth-of-type(1) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.38s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.38s;
}
.list--information li.started:nth-of-type(2) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.46s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.46s;
}
.list--information li.started:nth-of-type(3) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.54s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.54s;
}
.list--information li.started:nth-of-type(4) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.62s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.62s;
}
.list--information li.started:nth-of-type(5) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--information li.started:nth-of-type(6) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.78s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.78s;
}
.list--information li.started:nth-of-type(7) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.86s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.86s;
}
.list--information li.started:nth-of-type(8) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.94s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.94s;
}
.list--information li.started:nth-of-type(9) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.02s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.02s;
}
.list--information li.started:nth-of-type(10) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.list--information li.started:nth-of-type(11) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.18s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.18s;
}
.list--information li.started:nth-of-type(12) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.26s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.26s;
}
.list--information li.started:nth-of-type(13) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.34s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.34s;
}
.list--information li.started:nth-of-type(14) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.42s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.42s;
}
.list--information li.started:nth-of-type(15) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
.list--information li.started:nth-of-type(16) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.58s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.58s;
}
.list--information li.started:nth-of-type(17) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.66s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.66s;
}
.list--information li.started:nth-of-type(18) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.74s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.74s;
}
.list--information li.started:nth-of-type(19) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.82s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.82s;
}
.list--information li.started:nth-of-type(20) {
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.9s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.9s;
}

.list--contents li, .list--photo li, .list--discography li, .list--video li {
  overflow-y: hidden;
}
.list--contents li.delighter a, .list--photo li.delighter a, .list--discography li.delighter a, .list--video li.delighter a {
  transform: rotateX(90deg);
  transform-origin: center;
}
.list--contents li.started a, .list--photo li.started a, .list--discography li.started a, .list--video li.started a {
  transform: rotateX(0deg);
}
.list--contents li.started:nth-of-type(1) a, .list--photo li.started:nth-of-type(1) a, .list--discography li.started:nth-of-type(1) a, .list--video li.started:nth-of-type(1) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.18s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.list--contents li.started:nth-of-type(2) a, .list--photo li.started:nth-of-type(2) a, .list--discography li.started:nth-of-type(2) a, .list--video li.started:nth-of-type(2) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.26s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.list--contents li.started:nth-of-type(3) a, .list--photo li.started:nth-of-type(3) a, .list--discography li.started:nth-of-type(3) a, .list--video li.started:nth-of-type(3) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.34s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.list--contents li.started:nth-of-type(4) a, .list--photo li.started:nth-of-type(4) a, .list--discography li.started:nth-of-type(4) a, .list--video li.started:nth-of-type(4) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.42s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
.list--contents li.started:nth-of-type(5) a, .list--photo li.started:nth-of-type(5) a, .list--discography li.started:nth-of-type(5) a, .list--video li.started:nth-of-type(5) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--contents li.started:nth-of-type(6) a, .list--photo li.started:nth-of-type(6) a, .list--discography li.started:nth-of-type(6) a, .list--video li.started:nth-of-type(6) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.58s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--contents li.started:nth-of-type(7) a, .list--photo li.started:nth-of-type(7) a, .list--discography li.started:nth-of-type(7) a, .list--video li.started:nth-of-type(7) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.66s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.list--contents li.started:nth-of-type(8) a, .list--photo li.started:nth-of-type(8) a, .list--discography li.started:nth-of-type(8) a, .list--video li.started:nth-of-type(8) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.74s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.list--contents li.started:nth-of-type(9) a, .list--photo li.started:nth-of-type(9) a, .list--discography li.started:nth-of-type(9) a, .list--video li.started:nth-of-type(9) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.82s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.list--contents li.started:nth-of-type(10) a, .list--photo li.started:nth-of-type(10) a, .list--discography li.started:nth-of-type(10) a, .list--video li.started:nth-of-type(10) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.list--contents li.started:nth-of-type(11) a, .list--photo li.started:nth-of-type(11) a, .list--discography li.started:nth-of-type(11) a, .list--video li.started:nth-of-type(11) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.98s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
.list--contents li.started:nth-of-type(12) a, .list--photo li.started:nth-of-type(12) a, .list--discography li.started:nth-of-type(12) a, .list--video li.started:nth-of-type(12) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.06s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
.list--contents li.started:nth-of-type(13) a, .list--photo li.started:nth-of-type(13) a, .list--discography li.started:nth-of-type(13) a, .list--video li.started:nth-of-type(13) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.14s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
.list--contents li.started:nth-of-type(14) a, .list--photo li.started:nth-of-type(14) a, .list--discography li.started:nth-of-type(14) a, .list--video li.started:nth-of-type(14) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.22s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
.list--contents li.started:nth-of-type(15) a, .list--photo li.started:nth-of-type(15) a, .list--discography li.started:nth-of-type(15) a, .list--video li.started:nth-of-type(15) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s;
}
.list--contents li.started:nth-of-type(16) a, .list--photo li.started:nth-of-type(16) a, .list--discography li.started:nth-of-type(16) a, .list--video li.started:nth-of-type(16) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.38s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.7s;
}
.list--contents li.started:nth-of-type(17) a, .list--photo li.started:nth-of-type(17) a, .list--discography li.started:nth-of-type(17) a, .list--video li.started:nth-of-type(17) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.46s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.8s;
}
.list--contents li.started:nth-of-type(18) a, .list--photo li.started:nth-of-type(18) a, .list--discography li.started:nth-of-type(18) a, .list--video li.started:nth-of-type(18) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.54s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.9s;
}
.list--contents li.started:nth-of-type(19) a, .list--photo li.started:nth-of-type(19) a, .list--discography li.started:nth-of-type(19) a, .list--video li.started:nth-of-type(19) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.62s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 2s;
}
.list--contents li.started:nth-of-type(20) a, .list--photo li.started:nth-of-type(20) a, .list--discography li.started:nth-of-type(20) a, .list--video li.started:nth-of-type(20) a {
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 2.1s;
}
.list--contents li .block--thumb.delighter, .list--photo li .block--thumb.delighter, .list--discography li .block--thumb.delighter, .list--video li .block--thumb.delighter {
  transform-origin: left center;
}
.list--contents li .block--thumb.started, .list--photo li .block--thumb.started, .list--discography li .block--thumb.started, .list--video li .block--thumb.started {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.1s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.section--detail.delighter .block--photo, .section--detail.delighter .txt, .section--detail.delighter .txt--lead, .section--detail.delighter .video {
  opacity: 0;
}
.section--detail.delighter .block--discography--thumb {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.05s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.05s;
}
.section--detail.delighter .block--discography--details {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.section--detail.started .block--photo, .section--detail.started .txt, .section--detail.started .txt--lead, .section--detail.started .video {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.section--detail.started .block--discography--thumb {
  opacity: 1;
}
.section--detail.started .block--discography--details {
  opacity: 1;
}

.block--pager.delighter {
  transform: rotateX(90deg);
}
.block--pager.started {
  transform: rotateX(0deg);
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.block--category.delighter {
  transform: rotateX(90deg);
}
.block--category.started {
  transform: rotateX(0deg);
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.area--fc.delighter .area--inner--head .block--area--tit .logo {
  opacity: 0;
  transform-origin: center center;
  transform: scale(1.6);
  transition: opacity 1.5s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 1.5s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.area--fc.delighter .area--inner--head .block--area--tit .tit--txt {
  opacity: 0;
  transform-origin: center center;
  transform: rotateX(90deg);
  transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 1s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
.area--fc.delighter .area--inner--head .block--login {
  opacity: 0;
  transform-origin: center center;
  transform: rotateX(90deg);
  transition: opacity 1s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 1s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
.area--fc.started .area--inner--head .block--area--tit .logo {
  opacity: 1;
  transform: scale(1);
}
.area--fc.started .area--inner--head .block--area--tit .tit--txt {
  opacity: 1;
  transform: rotateX(0deg);
}
.area--fc.started .area--inner--head .block--login {
  opacity: 1;
  transform: rotateX(0deg);
}
.area--fc .section--contents > section.delighter .section--inner::after, .area--fc .section--contents > section.delighter .list--contents::after {
  opacity: 0;
  transform: rotateX(90deg);
}
.area--fc .section--contents > section.started .section--inner::after, .area--fc .section--contents > section.started .list--contents::after {
  opacity: 1;
  transform: rotateX(0deg);
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}

.page--entry .section--detail.delighter .block--heading {
  opacity: 0;
  transform-origin: center center;
}
.page--entry .section--detail.started .block--heading {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.page--entry .block--tit.delighter {
  transform: rotateY(90deg);
  transform-origin: center center;
}
.page--entry .block--tit.started {
  transform: rotateY(0deg);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.page--comingsoon .no-data.delighter::after, .section--list .no-data.delighter::after, .section--detail .no-data.delighter::after {
  opacity: 0;
}
.page--comingsoon .no-data.started::after, .section--list .no-data.started::after, .section--detail .no-data.started::after {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.8s;
}

.page--support .section-tit.delighter, .page--support .txt.delighter, .page--support .txt--basic.delighter, .page--support .txt--lead.delighter, .page--stream .section-tit.delighter, .page--stream .txt.delighter, .page--stream .txt--basic.delighter, .page--stream .txt--lead.delighter, .page--questionnaire .section-tit.delighter, .page--questionnaire .txt.delighter, .page--questionnaire .txt--basic.delighter, .page--questionnaire .txt--lead.delighter {
  opacity: 1;
}
.page--support .section-tit.started, .page--support .txt.started, .page--support .txt--basic.started, .page--support .txt--lead.started, .page--stream .section-tit.started, .page--stream .txt.started, .page--stream .txt--basic.started, .page--stream .txt--lead.started, .page--questionnaire .section-tit.started, .page--questionnaire .txt.started, .page--questionnaire .txt--basic.started, .page--questionnaire .txt--lead.started {
  opacity: 1;
}

.page--download .section--detail .block--tit .section-tit {
  color: #010101;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.003em;
  line-height: 1;
  font-size: 3.9vw;
}
.page--download .section--detail .block--detail {
  padding-left: 0;
  padding-right: 0;
}
.page--download .section--detail .notice {
  padding: 2vw 2vw 5vw;
  border-bottom: 1px solid;
}
.page--download .section--detail .block-tit {
  font-weight: normal;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 1vw 2vw;
}
.page--download .section--detail .list--item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2vw;
  border-bottom: 1px solid;
}
.page--download .section--detail .list--item li {
  width: calc((100% - 30px) / 4);
  min-height: calc((50vw - 30px) / 4);
  line-height: 0;
}
.page--download .section--detail .list--item li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.page--download .section--detail .list--item li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.4;
  background-color: #280F0C;
  mix-blend-mode: multiply;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--download .section--detail .list--item li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #010101 no-repeat center url(/static/issue/fanclub/feature/download/ico--download.svg);
  background-size: 50%;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 10em;
  text-align: center;
  line-height: 30px;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .page--download .section--detail .list--item li a:hover::before {
    transform: scale(1);
    transform-origin: center bottom;
  }
}
.page--download .section--detail .list--item li.item__border {
  border: 1px solid #b8b8b8;
}
.page--download .section--detail .list--item li.item__border a {
  padding: 10px;
}
.page--download .section--detail .list--item li.item__bg__dark a {
  background: #010101;
}
.page--download .section--detail .list--item.item__artist li {
  width: 100%;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .wrap {
    min-height: 100vh;
    min-height: 100dvh;
  }
  .btn--main {
    min-width: 300px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    border-radius: 6px;
    font-size: 14px;
  }
  .btn--sub {
    margin-top: 1.5em;
    padding: 0.8em 1em;
    font-size: 14px;
  }
  .btn--input {
    margin-top: 1.5em;
    border-radius: 6px;
  }
  .btn--input input {
    min-width: 300px;
  }
  .detail__btn {
    margin-top: 3em;
    font-size: 14px;
  }
  .detail__btn a {
    font-size: 14px;
  }
  .detail__btn a span {
    transition: opacity 0.3s;
  }
  /* input */
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .swiper-button-next {
    margin-left: 0;
  }
  .swiper-button-prev {
    margin-right: 0;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover::after, .swiper-button-next:not(.swiper-button-disabled):hover::after {
    opacity: 0.8;
  }
  .block--pager {
    margin: 0 auto;
    padding: 2vw;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.6em;
  }
  .block--pager li a:hover {
    opacity: 0.8;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    left: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--newer a:hover::after {
    opacity: 0.8;
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older a:hover::after {
    opacity: 0.8;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
  }
  .block--pager .pager__item--current {
    width: 2em;
    height: 2em;
  }
  .block--pager__detail {
    margin: 5 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
  .block--pager__detail .pager__item--older,
  .block--pager__detail .pager__item--list {
    margin: 0 1em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .pager__item--list a,
  .block--pager__detail .pager__item--list span {
    font-size: 15px;
  }
  .block--pager__detail .pager__item--newer a::before {
    top: 45%;
    left: 3.3em;
    width: 4em;
  }
  .block--pager__detail .pager__item--older a::before {
    top: 45%;
    left: -3.7em;
    width: 3em;
  }
  .block--pager__detail .detail__btn {
    font-size: 14px;
  }
  .block--basic {
    margin: 0 auto 3em;
  }
  .section-tit {
    font-size: 30px;
    line-height: 1.2;
  }
  .section-tit--sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /*
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
    */
    margin: 0 auto;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    width: 30vw;
    min-height: calc(100vh - 48px);
    padding: 2vw;
    padding-top: calc(48px + 10em);
    border-right: solid 1px #010101;
  }
  .section--list .block--tit .section-tit,
  .section--detail .block--tit .section-tit {
    font-size: 4.5vw;
  }
  .section--list .block--tit .section-tit .block--sub--info,
  .section--detail .block--tit .section-tit .block--sub--info {
    margin-top: 0.2em;
    margin-bottom: 0;
  }
  .section--list .block--list, .section--list .block--detail,
  .section--detail .block--list,
  .section--detail .block--detail {
    overflow-y: auto;
    width: 70vw;
    padding: 0;
    padding-top: 48px;
  }
  .section--list .list--contents li {
    width: 50%;
  }
  .section--list .list--contents li a {
    padding: 2vw;
    border-right: solid 1px #010101;
    border-bottom: solid 1px #010101;
  }
  .section--list .list--contents li:nth-of-type(2n) a {
    border-right: none;
  }
  .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .section--list .list--contents.list--photo li, .section--list .list--contents.list--discography li, .section--list .list--contents.list--blog li, .section--list .list--contents.list--photo-blog li {
    width: 33.3333333333%;
  }
  .section--list .list--contents.list--photo li:nth-of-type(2n) a, .section--list .list--contents.list--discography li:nth-of-type(2n) a, .section--list .list--contents.list--blog li:nth-of-type(2n) a, .section--list .list--contents.list--photo-blog li:nth-of-type(2n) a {
    border-right: solid 1px #010101;
  }
  .section--list .list--contents.list--photo li:nth-of-type(3n) a, .section--list .list--contents.list--discography li:nth-of-type(3n) a, .section--list .list--contents.list--blog li:nth-of-type(3n) a, .section--list .list--contents.list--photo-blog li:nth-of-type(3n) a {
    border-right: none;
  }
  .section--list .list--contents.list--photo li:nth-of-type(-n+3) a, .section--list .list--contents.list--discography li:nth-of-type(-n+3) a, .section--list .list--contents.list--blog li:nth-of-type(-n+3) a, .section--list .list--contents.list--photo-blog li:nth-of-type(-n+3) a {
    border-top: none;
  }
  .section--detail .block--tit, .page--photo--detail .block--tit {
    overflow-y: auto;
  }
  .section--detail .block--tit .section-tit, .page--photo--detail .block--tit .section-tit {
    font-size: 20px;
    line-height: 1.2;
  }
  .section--detail .block--detail, .page--photo--detail .block--detail {
    padding: 3em;
    padding-top: calc(48px + 3em);
  }
  body.page--member .block--heading--main {
    margin-bottom: 1.5em;
  }
  body.page--member .block--heading--main .section-tit {
    font-size: 60px;
  }
  .no-data {
    padding: 4.2vw 2vw;
  }
  .list__more a {
    font-size: 14px;
  }
  .list--txt li {
    margin-bottom: 0.8em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .block--list--link .txt--link {
    margin-bottom: 0.8em;
  }
  .block--list--link .txt--link:last-of-type {
    margin-bottom: 0;
  }
  .nav--external a::after {
    margin-left: 0.3em;
    font-size: 25px;
    vertical-align: 0.11em;
  }
  .block--category {
    margin-bottom: 4em;
  }
  .block--category .block--nav--category li {
    margin-right: 1.1em;
    margin-bottom: 0.4em;
    font-size: 16px;
  }
  .block--sort-category {
    position: absolute;
    top: 0;
    right: 0;
  }
  .block--sort-category .block--sort {
    max-height: 60vh;
    width: 500px;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
    transition: color 0.3s;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort .label {
    font-size: 20px;
    transition: color 0.3s, background-color 0.3s;
  }
  .block--sort-category .btn--sort span {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.4em;
    background-size: 1em;
  }
  body.page--member .wrap::before {
    background-color: #F5F5F5;
  }
  .wovn-languages {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 9vw;
    height: 48px;
    border-top: solid 1px #010101;
    background-color: #ffffff;
  }
  .wovn-languages .nav-dropdown {
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  .wovn-languages .nav-dropdown .list--language {
    width: 100%;
  }
  .wovn-languages .nav-dropdown .list--language li {
    height: 48px;
    padding: 0.5em 0 0;
    padding-left: 2vw;
    font-size: 16px;
  }
  .wovn-languages .nav-dropdown::after {
    right: 2vw;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-4.5px);
  }
  .wovn-languages.visible .nav-dropdown {
    top: auto;
    bottom: 0;
  }
  .wovn-languages.visible .nav-dropdown::after {
    bottom: 1em;
  }
  .wovn-languages.visible .nav-dropdown .list--language li:last-of-type {
    border-bottom: none;
  }
  .list--information li a .list__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2.2em 2vw;
  }
  .list--information li a .list__inner::after {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    right: 2vw;
  }
  .list--information li a .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: calc(2vw + 1em);
    font-size: 14px;
  }
  .list--information li a .block--sub--info {
    min-width: 20em;
  }
  .list--information li a .date {
    margin-right: 4em;
    font-size: 14px;
  }
  .list--information li a .category {
    font-size: 14px;
  }
  .list--information li.new .date::before {
    top: -0.46em;
    left: -0.88em;
    width: 10px;
    height: 10px;
  }
  .list--information.list--schedule li a {
    border-bottom: solid 1px #010101;
  }
  .list--information.list--schedule li a .list__inner::after {
    top: 2vw;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date {
    width: 180px;
    height: 180px;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .month-date {
    margin-top: 0.3em;
    font-size: clamp(30px, 6vw, 48px);
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .week {
    margin-top: 0.5em;
    font-size: 16px;
  }
  .list--information.list--schedule li a .list__inner .block--item--info {
    width: calc(100% - 180px);
    padding: 2vw;
    padding-left: 1.5em;
  }
  .list--information.list--schedule li a .list__inner .block--item--info .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-right: 0;
  }
  .list--information.list--schedule li a .list__inner .category {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .list--contents li > a {
    padding: 2vw;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info {
    top: 2vw;
    left: 2vw;
    padding: 1em 0.7em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 0;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info .date {
    font-size: 14px;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info .block--writer {
    margin-bottom: 0.8em;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info .block--writer .writer {
    font-size: 14px;
  }
  .list--contents li .block--txt {
    font-size: 15px;
  }
  .list--contents li .tit {
    margin-top: 1.5em;
    font-size: 15px;
  }
  .list--contents li .block--sub--info {
    margin-top: 1.2em;
    font-size: 12px;
  }
  .list--error li {
    color: #BA2424;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 24px;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub--info {
    margin-top: 1em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em 0 0;
  }
  .section--detail .week {
    margin-left: 0.4em;
    font-size: 12px;
  }
  .section--detail .category {
    margin-left: 1em;
    font-size: 12px;
  }
  .section--detail .block--detail--footer {
    margin-top: 8em;
  }
  .section--detail .block--share {
    margin-top: 3em;
  }
  .section--detail .block--share li {
    margin-right: 10px;
  }
  .section--detail .block--share li i {
    font-size: 20px;
  }
  .section--detail .block--share li.twitter {
    margin-right: 8px;
  }
  .section--detail .block--share li svg {
    width: 20px;
    top: 4px;
  }
  .section--detail .block--share li.share {
    font-size: 20px;
    margin-right: 20px;
  }
  header {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 48px;
  }
  header > .logo {
    width: 50px;
    margin-left: 2vw;
  }
  header > .logo a {
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .block--nav--wrap {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 50px);
    height: 100%;
  }
  .block--nav--wrap .block--nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .block--nav--wrap .block--nav .list--nav--contents {
    display: flex;
  }
  .block--nav--wrap .block--nav .list--nav--contents li a {
    font-family: "adobe-caslon-pro", serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.003em;
    line-height: 1;
    font-size: 16px;
    transform-origin: left center;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .block--nav--wrap .block--nav .list--nav--contents li a:hover {
    opacity: 0.6;
  }
  .block--nav--wrap .block--nav .list--nav--contents > li > a {
    margin-right: 1em;
  }
  .block--nav--wrap .block--nav .list--nav--contents .nav--trigger--wrap {
    position: relative;
  }
  .block--nav--wrap .block--nav .list--nav--contents .nav--trigger--wrap .trigger--inner {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    padding: 0.6em 0.6em;
    background-color: #ffffff;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .block--nav--wrap .block--nav .list--nav--contents .nav--trigger--wrap .trigger--inner li {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    border-bottom: solid 1px #010101;
  }
  .block--nav--wrap .block--nav .list--nav--contents .nav--trigger--wrap .trigger--inner li a {
    font-size: 12.5px;
  }
  .block--nav--wrap .block--nav .list--nav--contents .nav--trigger--wrap .trigger--inner li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .block--nav--wrap .block--nav .list--nav--contents .nav--trigger--wrap .trigger--inner:not(.trigger--on) {
    opacity: 0;
    height: 0;
  }
  .drawer .drawer__inner {
    width: 50vw;
  }
  .drawer .drawer__inner .block--heading {
    display: flex;
    align-items: center;
    height: 48px;
    /*
    padding-bottom: .5em;
    */
    padding-left: 3vw;
    margin-bottom: 3em;
  }
  .drawer .drawer__inner .block--heading p {
    font-size: 16px;
  }
  .drawer .drawer__inner .g-nav {
    padding: 0 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents {
    padding: 0 3vw;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li {
    width: 100%;
    margin-right: 3em;
    margin-bottom: 2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li a {
    font-size: 50px;
  }
  .drawer .drawer__inner .g-nav .block--nav--official {
    margin-bottom: 5em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns {
    margin-top: 1em;
    padding: 0 3vw;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li {
    margin-right: 1.5em;
    margin-bottom: 0.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a {
    font-size: 18px;
    line-height: 1;
  }
  .drawer .drawer__inner .g-nav .nav--external a::after {
    margin-left: 0.3em;
    font-size: 18px;
    vertical-align: 0.11em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--contents {
    margin-top: 1.5em;
    padding: 0 3vw;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login {
    padding: 0 3vw 2em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li {
    margin-right: 3em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a {
    font-size: 30px;
    line-height: 1;
  }
  .page--home .section--top {
    margin-bottom: 4em;
  }
  .page--home .section--top .section--top--inner {
    height: calc(100vh - 48px);
    height: calc(100dvh - 48px);
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--keyvisual {
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    width: 51vw;
    margin: 48px auto 0;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--keyvisual .block--keyvisual--video iframe {
    transform: scale(1);
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--keyvisual.item--active {
    transform: translateX(24.5vw);
    transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--logo.block--loop {
    height: 100vh;
    height: 100dvh;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--logo.block--loop div {
    width: 40vw;
    padding-right: 5em;
  }
  .page--home .section--top .section--top--inner .block--nav--sub {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    height: 49px;
    padding: 0;
    border-top: solid 1px #010101;
    border-bottom: solid 1px #010101;
  }
  .page--home .section--top .section--top--inner .block--nav--sub .block--nav--sub--inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .page--home .section--top .section--top--inner .block--nav--sub .block--nav--sub--inner .list--nav--sns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2vw;
  }
  .page--home .section--top .section--top--inner .block--nav--sub .block--nav--sub--inner .list--nav--sns li {
    margin-right: 1.5em;
    font-size: 16px;
  }
  .page--home .section--top .section--top--inner .block--nav--sub .block--nav--sub--inner .list--nav--sns li.nav--weibo {
    width: 1.2em;
    line-height: 1;
  }
  .page--home .section--top .birthday-message {
    bottom: 20%;
  }
  .page--home .section--top .birthday-message .btn--birthday {
    padding: 1em;
    border-radius: 0 1.5em 1.5em 0;
  }
  .page--home .section--top .birthday-message .btn--birthday i {
    margin-bottom: 0.2em;
    font-size: 3em;
  }
  .page--home .section--top .birthday-message .btn--birthday span {
    font-size: 11px;
    line-height: 1.2;
  }
  .page--home .section--banner {
    margin-bottom: 8em;
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .page--home .section--banner .list--bnr {
    margin-left: calc(-27.8vw - 1.25em);
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    margin-right: 2.2vw;
  }
  .page--home .section--banner .block--button-nav {
    margin-bottom: 2.5em;
  }
  .page--home .section--banner .swiper-button-prev:after, .page--home .section--banner .swiper-button-next:after {
    font-size: 12px;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
    margin-left: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 30%;
    margin-right: 2vw;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    margin-right: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--news {
    margin-bottom: 8em;
  }
  .page--home .section--news .block--tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
    padding-left: 2vw;
  }
  .page--home .section--news .block--tit .section-tit {
    font-size: 108px;
  }
  .page--home .section--news .list__more {
    margin-left: 1.2em;
  }
  .page--home .section--schedule {
    margin-bottom: 8em;
  }
  .page--home .section--schedule .block--tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: baseline;
    padding-right: 2vw;
  }
  .page--home .section--schedule .block--tit .section-tit {
    font-size: 108px;
  }
  .page--home .section--schedule .list__more {
    margin-left: 1.2em;
  }
  .page--home .section--schedule .list--schedule li a {
    border-right: solid 1px #010101;
  }
  .page--home .section--schedule .list--schedule li a .list__inner .block--schedule--date {
    width: 12vw;
    height: 12vw;
  }
  .page--home .section--schedule .list--schedule li a .list__inner .block--schedule--date .block--date .month-date {
    font-size: clamp(30px, 6vw, 48px);
  }
  .page--home .section--schedule .list--schedule li a .list__inner .block--schedule--date .block--date .week {
    font-size: 14px;
  }
  .page--home .section--schedule .list--schedule li a .list__inner .block--item--info {
    width: calc(100% - 12vw);
    padding-left: 1.1vw;
  }
  .page--home .section--schedule .no-carousel .list--schedule {
    justify-content: center;
  }
  .page--home .section--schedule .no-carousel .list--schedule li {
    width: 50% !important;
  }
  .page--home .section--schedule .no-carousel .list--schedule li:first-of-type:last-of-type {
    width: 100% !important;
  }
  .page--home .section--profile .block--tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
  }
  .page--home .section--profile .block--tit .section-tit {
    font-size: 108px;
  }
  .page--home .section--profile .list__more {
    margin-left: 1.2em;
  }
  .page--home .section--profile .list--contents.list--profile {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .page--home .section--profile .list--contents.list--profile li {
    width: 25%;
  }
  .page--home .section--profile .list--contents.list--profile li a {
    padding: 2vw;
    border-right: solid 1px #010101;
  }
  .page--home .section--profile .list--contents.list--profile li a .block--name {
    margin-top: 1.5em;
    font-size: 16px;
  }
  .page--home .section--profile .list--contents.list--profile li:last-of-type a {
    border-right: none;
  }
  .page--home .area--fc .area--inner--head {
    margin-top: 12em;
    margin-bottom: 12em;
  }
  .page--home .area--fc .area--inner--head .block--area--tit .logo {
    width: clamp(90px, 8vw, 120px);
    margin: 0 auto 2em;
  }
  .page--home .area--fc .area--inner--head .block--area--tit .tit--txt {
    font-size: clamp(40px, 4vw, 52px);
    line-height: 1.05;
  }
  .page--home .area--fc .area--inner--head .block--login {
    margin-top: 1.5em;
  }
  .page--home .area--fc .area--inner--head .block--login li {
    margin-right: 1.6em;
    font-size: 20px;
  }
  .page--home .area--fc .area--inner--head .block--login li a {
    position: relative;
  }
  .page--home .area--fc .area--inner--block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .page--home .area--fc .area--inner--block > section {
    width: 50%;
  }
  .page--home .area--fc .area--inner--block > section:nth-of-type(odd) {
    border-right: solid 1px #010101;
  }
  .page--home .area--fc .area--regularly-contents > section .block--inner a {
    padding: 15% 1em;
  }
  .page--home .area--fc .area--regularly-contents > section.section--monthly-issue figure {
    width: 62%;
  }
  .page--home .area--fc .area--regularly-contents > section.section--my-collection figure {
    width: 78%;
  }
  .page--home .area--fc .section--movie, .page--home .area--fc .section--photo {
    position: relative;
    padding: 5vw 2vw;
  }
  .page--home .area--fc .section--movie .block--tit .section-tit, .page--home .area--fc .section--photo .block--tit .section-tit {
    font-size: 48px;
  }
  .page--home .area--fc .section--movie .list__more, .page--home .area--fc .section--photo .list__more {
    margin-top: 1.6em;
  }
  .page--home .area--fc .section--movie .list--contents li a, .page--home .area--fc .section--photo .list--contents li a {
    padding: 0;
  }
  .page--home .area--fc .section--movie .list--contents li a .block--item--info .tit, .page--home .area--fc .section--photo .list--contents li a .block--item--info .tit {
    margin-top: 1.5em;
    font-size: 12px;
  }
  .page--home .area--fc .section--movie .list--contents li a .block--item--info .block--sub--info, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--sub--info {
    padding: 1em 0.5em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 0;
  }
  .page--home .area--fc .section--movie .list--contents li a .block--item--info .block--sub--info .date, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--sub--info .date {
    display: inline-block;
    margin-right: 0.2em;
  }
  .page--home .area--fc .section--movie .list__more, .page--home .area--fc .section--photo .list__more {
    margin-top: 1.5em;
  }
  .page--home .area--fc .section--blog .block--tit {
    padding: 0 2vw;
    transform: translate3d(0, 0, 0);
  }
  .page--home .area--fc .section--blog .block--tit .section-tit {
    font-size: 100px;
  }
  .page--home .area--fc .section--blog .list__more {
    margin-left: 1.2em;
  }
  .page--home .area--fc .section--blog .list--contents li a .block--thumb--wrap {
    width: 100%;
  }
  .page--home .area--fc .section--blog .no-carousel .list--blog {
    justify-content: center;
  }
  .page--home .area--fc .section--blog .no-carousel .list--blog li {
    width: 50% !important;
  }
  .page--home .area--fc .section--blog .no-carousel .list--blog li:first-of-type:last-of-type {
    width: 50% !important;
    border-left: solid 1px #010101;
  }
  .page--information .section--list .block--pager {
    border-top: solid 1px #010101;
  }
  .page--information .section--list .list--contents li {
    width: 50%;
  }
  .page--information .section--list .list--contents li:nth-of-type(2n) a {
    border-right: none;
  }
  .page--information .section--list .list--contents li:nth-of-type(-n+2) a {
    border-top: none;
  }
  .page--information .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--information .section--list .list--contents + .block--pager {
    border-top: none;
  }
  .page--schedule .block--month {
    margin-top: 1em;
    margin-bottom: 4em;
  }
  .page--schedule .block--month .tit {
    margin-right: 1.5em;
    text-align: center;
  }
  .page--schedule .block--month .tit .month {
    font-size: clamp(30px, 2.4vw, 50px);
  }
  .page--schedule .block--month .tit .year {
    font-size: 12px;
  }
  .page--schedule .block--month .month-pager li {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--discography .section--list .block--category {
    margin-top: 4em;
  }
  .page--discography .section--list .list--discography li .block--sub--info p:last-of-type {
    margin-left: 1em;
  }
  .page--discography .section--detail {
    width: 100%;
  }
  .page--discography .section--detail .block--discography {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .page--discography .section--detail .block--discography .block--tit {
    width: 24vw;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb {
    padding-top: calc(48px + 2vw);
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb .list--jacket li {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--detail {
    width: 76vw;
  }
  .page--discography .section--detail .block--discography .block--detail .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--sub--info {
    margin-top: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--sub--info .category {
    margin-left: 1em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--comment, .page--discography .section--detail .block--discography .block--detail .block--review {
    margin-top: 1em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--comment .txt, .page--discography .section--detail .block--discography .block--detail .block--review .txt {
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track {
    margin-top: 2em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc {
    margin-bottom: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .block--disc--tit {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--number {
    width: 1.5em;
    margin-right: 0.5em;
    text-align: right;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--details .block--track--tit {
    margin-right: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--details .block--related-links a {
    margin-top: 0;
    margin-left: 0.2em;
    font-size: 14px;
    text-decoration: underline;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--details .txt--sub {
    margin-top: 0.2em;
    font-size: 11px;
  }
  .page--discography .section--detail .block--discography .block--detail a.btn--link {
    margin-right: 0.7em;
    padding: 10px 1.5em;
    font-size: 13px;
    line-height: 1;
  }
  .page--discography .section--detail .block--discography .block--detail .shoplist {
    width: 70%;
    margin: 1em 0;
  }
  .page--discography .section--detail .block--discography .block--detail .shoplist a {
    width: 100px;
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  .page--discography .section--detail .block--discography .block--detail .video {
    margin-bottom: 1em;
  }
  .list--call.list--contents li {
    width: 33.3333333333% !important;
    padding: 2vw;
    border-right: solid 1px #010101;
  }
  .list--call.list--contents li:nth-of-type(3n) {
    border-right: none;
  }
  .list--call.list--contents .tit {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .list--call.list--contents .btn--main {
    margin: 3px;
    padding: 10px;
    min-width: 80%;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo li {
    width: 33.3333333333%;
  }
  .page--photo .list--photo li:nth-of-type(3n) {
    border-right: none;
  }
  .page--photo.page--photo--detail .block--tit .section-tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .page--photo.page--photo--detail .section--list .block--tit .block--sub--info {
    margin-top: 1em;
  }
  .page--photo.page--photo--detail .section--list .block--tit .block--sub--info .date {
    font-size: 14px;
  }
  .page--photo.page--photo--detail .section--list .list--contents li {
    width: 33.3333333333%;
  }
  .page--photo.page--photo--detail .section--list .list--contents li:nth-of-type(3n) {
    border-right: none;
  }
  .page--photo.page--photo--detail .section--list .list--contents li .block--thumb {
    margin-bottom: 0;
  }
  .page--movie {
    /*
    .video-js .vjs-big-play-button {
    	transition: border .3s;
    	&:hover {
    		border-width: 8px;
    		+ .vjs-icon-play:before,.vjs-icon-placeholder:before {
    			top: 18%;
    			transform: scale(.8);
    		}
    	}
    }
    */
  }
  .page--movie .section--list .list--contents li {
    width: 50%;
  }
  .page--movie .section--list .list--contents li:nth-of-type(2n) {
    border-right: none;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--detail .block--tit .txt--basic {
    margin: 1em 0;
  }
  .page--movie .block--player {
    margin: 0 auto;
  }
  .page--movie .linkTxt a {
    transition: all 0.3s ease-out;
  }
  .page--movie .linkTxt a:hover {
    opacity: 0.7;
  }
  .page--movie .block--more_movies {
    margin-top: 5em;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 3em;
  }
  .page--blog {
    /*
    .video-js .vjs-big-play-button {
    	width: 8vw !important;
    	height: 8vw !important;
    	transition: border .3s;
    	&:hover {
    		border-width: 8px;
    		+ .vjs-icon-play:before,.vjs-icon-placeholder:before {
    			top: 18%;
    			transform: scale(.8);
    		}
    	}
    }
    */
  }
  .page--blog.photo-blog .block--tit .section-tit {
    font-size: 4.5vw;
  }
  .page--blog.photo-blog .block--tit .block--writer {
    margin-top: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .block--writer .icon {
    width: 120px;
    height: 120px;
    margin-right: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .block--writer .writer-name {
    font-size: 30px;
  }
  .page--blog.photo-blog .section--list .list--contents {
    overflow-y: scroll;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::after {
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 0 auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 50px;
    height: 50px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #ffffff;
  }
  .page--blog.photo-blog .section--detail .block--tit .tit {
    margin-bottom: 0.8em;
    font-size: 1.8em;
  }
  .page--blog.photo-blog .section--detail .block--tit .section-tit {
    font-size: 4.5vw;
    /*font-size: 1.6em;*/
  }
  .page--blog.photo-blog .section--detail .block--detail {
    padding: 0;
    padding-top: 48px;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
    border-left: solid 1px #010101;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer-name {
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .date {
    width: 60%;
    padding: 1.2em 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    position: relative;
    border-bottom: solid 1px #010101;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 60%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    width: 40%;
    padding: 1.5em;
    border-left: solid 1px #010101;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
    font-size: 30px;
  }
  .page--issue-log_list .section--detail .block--tit .section-tit {
    font-size: 4.5vw;
  }
  .page--issue-log_list .section--detail .block--detail {
    padding-top: 48px;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li {
    width: 50%;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li a {
    border-bottom: solid 1px #010101;
    border-right: solid 1px #010101;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li a .block--thumb--wrap .block--thumb {
    width: 120px;
    height: 120px;
    margin-right: 2em;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li a .block--thumb--wrap .block--name {
    font-size: clamp(40px, 4vw, 70px);
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li:nth-of-type(2n) {
    border-right: none;
  }
  .page--issue-log_list .section--detail .block--detail .detail__btn {
    padding: 1vw 2vw;
  }
  .page--profile .section--detail .block--tit .section-tit {
    font-size: 4.5vw;
  }
  .page--profile .section--detail .block--detail {
    padding-top: 48px;
  }
  .page--profile .section--detail .block--detail .block--txt--profile {
    padding: 2vw;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li {
    width: 25%;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li a {
    padding: 2vw;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li a .block--name {
    margin-top: 1em;
    font-size: 16px;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li:last-of-type a {
    border-right: none;
  }
  .page--profile .section--detail .block--detail .detail__btn {
    padding: 1vw 2vw;
  }
  .page--profile.page--profile--detail .section--detail .block--tit {
    padding-top: calc(48px + 2vw);
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--name {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    font-size: 6vw;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl {
    margin-bottom: 0.6em;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl dt {
    min-width: 10em;
    font-size: 12px;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl dd {
    font-size: 15px;
  }
  .page--archives .section--detail .block--tit .section-tit {
    font-size: 4.5vw;
  }
  .page--special .section--detail .block--tit .section-tit {
    font-size: 4.5vw;
  }
  .page--special .section--detail .list--contents li {
    width: 33.3333333333%;
  }
  .page--special .section--detail .list--contents .no-data {
    width: 100%;
  }
  .page--support .section--detail {
    display: block;
    height: auto;
    width: 81vw;
    max-width: 1100px;
    margin: 8em auto 2em;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .block--tit .tit {
    font-size: 20px;
  }
  .page--faq .block--tit .category {
    margin-bottom: 0.4em;
    margin-left: 0;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .section--list .detail__btn {
    margin-top: 0;
    border-top: none;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 3em auto 3em 0;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    margin-bottom: 3em;
    padding: 2vw;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 14px;
  }
  .page--faq .list--tag li a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  .page--faq .tit--category {
    font-size: 13px;
    margin: 0 0 1.5em;
    padding: 0 2vw;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 2vw;
  }
  .page--faq .list--faq li a:hover {
    text-decoration: none;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 15px;
  }
  .page--faq .list--faq li .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--faq .section--detail .block--detail {
    padding: 0;
    padding-top: calc(48px + 3em);
  }
  .page--faq .section--detail .block--faq-detail .txt {
    margin-bottom: 5em;
    padding: 0 2vw;
  }
  .page--faq .block--contact {
    margin: 3em 0 0;
    padding: 0 2vw;
  }
  .page--faq .block--contact .link a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: solid 1px #280F0C;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #010101;
  }
  .page--faq .detail__btn {
    padding: 1vw 2vw;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    margin: 0 auto;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 2em;
    font-size: 15px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 6em;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::after {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--questionnaire.page--feature .block--tit .section-tit {
    font-size: 4.5vw;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs {
    /* tsuuhou */
  }
  .page--bbs .wrapper {
    padding-bottom: 600px;
  }
  .page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt a {
    transition: 0.3s;
  }
  .page--bbs .inner .comment li.member .comment--box .comment--box--inner .txt a:hover {
    opacity: 0.5;
  }
  .page--bbs .comment--inner {
    margin: 1em auto 5em;
  }
  .page--bbs .comment--inner textarea {
    width: 80%;
    max-height: 180px;
  }
  .page--bbs .comment--inner label {
    top: 2.5em;
    left: 2em;
  }
  .page--bbs .comment--inner .btn {
    top: 2.7em;
    right: 2em;
  }
  .page--bbs .comment--inner .txt--sub {
    width: 80%;
  }
  .page--bbs .commentconfirm, .page--bbs .commentcomplete, .page--bbs .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--bbs .commentconfirm .titArea, .page--bbs .commentcomplete .titArea, .page--bbs .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--bbs .commentconfirm dl, .page--bbs .commentcomplete dl, .page--bbs .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--bbs .commentconfirm dt, .page--bbs .commentcomplete dt, .page--bbs .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--bbs .commentconfirm dd, .page--bbs .commentcomplete dd, .page--bbs .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--bbs .list--information .comment__item .btn.btn--report {
    left: calc(100% - 6.2em);
  }
  .page--entry .block--tit .logo--fc {
    width: 65%;
    margin: 0 auto 30px;
  }
  .page--entry .block--detail .block--movie {
    margin-bottom: 60px;
  }
  .page--entry .block--detail .block--spec li.spec {
    margin-bottom: 60px;
  }
  .page--entry .block--detail .block--spec li.spec:last-of-type dd {
    width: 100%;
  }
  .page--entry .block--detail .cource {
    margin-bottom: 40px;
  }
  .page--entry .block--detail .cource .block--circle {
    width: 50px;
    height: 50px;
  }
  .page--entry .block--detail .cource .block--number {
    font-size: 24px;
  }
  .page--entry .block--detail .cource p {
    font-size: 24px;
  }
  .page--entry .block--detail dl.list--accordion {
    cursor: pointer;
  }
  .page--entry .block--detail dl.list--accordion dt {
    font-size: 16px;
  }
  .page--entry .block--detail dt {
    padding-right: 20px;
  }
  .page--entry .block--detail .block--contents {
    padding: 36px 30px;
    margin-bottom: 140px;
  }
  .page--entry .block--detail .block--contents .block-tit {
    font-size: 2.5vw;
    margin-bottom: 30px;
  }
  .page--entry .block--detail .block--contents .list--contents-list li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page--entry .block--detail .block--contents .block--benefit {
    margin-top: 50px;
    padding: 20px 30px;
  }
  .page--entry .block--detail .block--contents .block--benefit .tit {
    margin-bottom: 15px;
  }
  .page--entry .block--detail .block--contents .block--benefit .tit span {
    font-size: 30px;
  }
  .page--entry .block--detail .block--contents .block--benefit .txt--lead {
    margin-bottom: 1em;
  }
  .page--entry .block--detail .block--entry .block--circle {
    width: 22vw;
    height: 22vw;
    padding: 0 20px;
    margin: 0 auto 40px;
  }
  .page--entry .block--detail .block--entry .block--circle .tit {
    font-size: 2.4vw;
  }
  .page--entry .block--detail .block--entry .block--circle p {
    line-height: 1.8;
    font-size: 12px;
  }
  .page--entry .block--detail .block--entry .block--sub--attention {
    max-width: 640px;
    margin: 0 auto 40px;
  }
  .page--entry .block--detail .block--entry .block--sub--attention p {
    font-size: 18px;
  }
  .page--entry .block--detail .block--entry .link--inbound {
    margin-bottom: 40px;
  }
  .page--entry .block--detail .block--entry__fanyid .tab {
    font-size: 20px;
    padding: 30px 0;
    cursor: pointer;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area {
    padding: 3vw;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .panel:last-of-type .flex-item:nth-of-type(1) img {
    margin-bottom: 15px;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container::before {
    left: 80px;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(1) {
    width: 160px;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .block--circle {
    width: 160px;
    height: 160px;
    margin-bottom: 90px;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .block--circle .circle--inner {
    padding-top: 20px;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .block--circle p {
    font-size: 16px;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) {
    margin: 60px 0 0 3vw;
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .heading {
    font-size: clamp(16px, 2vw, 30px);
  }
  .page--entry .block--detail .block--entry__fanyid .flex-container .flex-item:nth-of-type(2) .btn .btn--main {
    width: 21vw;
    min-width: 250px;
    max-width: 400px;
    border-radius: 10vw;
    font-size: clamp(10px, 1.3vw, 25px);
    font-weight: 100;
    padding: 0.6em 3em 0.6em 2em;
    margin: 30px 0;
    cursor: pointer;
  }
  .page--entry .block--detail .block--entry__fanyid, .page--entry .block--detail .block--entry__attention, .page--entry .block--detail .block--entry__pid, .page--entry .block--detail .block--entry__inbound {
    margin-bottom: 50px;
  }
  .page--entry .block--detail .block--entry__fanyid .point, .page--entry .block--detail .block--entry__attention .point, .page--entry .block--detail .block--entry__pid .point, .page--entry .block--detail .block--entry__inbound .point {
    margin-bottom: 2em;
  }
  .page--entry .block--detail .block--entry__fanyid a, .page--entry .block--detail .block--entry__attention a, .page--entry .block--detail .block--entry__pid a, .page--entry .block--detail .block--entry__inbound a {
    cursor: pointer;
  }
  .page--entry .block--detail .block--entry__attention, .page--entry .block--detail .block--entry__pid, .page--entry .block--detail .block--entry__inbound {
    padding: 30px;
  }
  .page--entry .block--detail .block--entry__attention .title, .page--entry .block--detail .block--entry__pid .title, .page--entry .block--detail .block--entry__inbound .title {
    font-size: clamp(10px, 1.3vw, 20px);
  }
  .page--entry .block--detail .block--entry__attention .sub--title, .page--entry .block--detail .block--entry__pid .sub--title, .page--entry .block--detail .block--entry__inbound .sub--title {
    font-size: 16px;
  }
  .page--entry .block--detail .block--entry__inbound {
    margin-bottom: 0;
  }
  .page--entry .block--detail .block--entry__inbound .point {
    margin: 2em 0 0 0;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 18px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 18px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 4px;
  }
  .page--stream .block--download .inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    margin-right: 1.5em;
  }
  .page--stream .block--download .dl-list li {
    height: 56px;
    margin-right: 1em;
  }
  .page--stream .block--download .dl-list li:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
    height: 100%;
  }
  .page--stream .block--download .dl-list li img {
    height: 100%;
  }
  .page--stream .block--method .pc {
    border-bottom: solid 1px #010101;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
    color: #010101;
  }
  .page--stream .block--method .pc .method-list {
    display: flex;
    margin-bottom: 5em;
  }
  .page--stream .block--method .pc .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--method .pc .method-list .method-list__item {
    position: relative;
    width: 21.25%;
    margin-right: 5%;
  }
  .page--stream .block--method .pc .method-list .method-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc .method-list .method-list__item.last {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
  }
  .page--stream .block--adjust {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--adjust .adjust-list {
    display: flex;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--attention {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn a {
    font-size: 14px;
  }
  .page--stream .detail__btn a i {
    margin-right: 0.3em;
    font-size: 16px;
  }
  .page--error .section--detail .tit {
    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;
  }
  /* video-js
  ------------------------------ */
  .video-js .vjs-big-play-button {
    width: 2em !important;
    height: 2em !important;
  }
  .vjs-icon-play::before, .vjs-icon-placeholder::before {
    font-size: 1.2em;
  }
  footer .inner {
    width: 100vw;
    padding: 3em 2vw 2.5em;
  }
  footer .inner .list--support .nav--trigger {
    display: none;
  }
  footer .inner .list--support .nav--support .nav--support--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 1.5em;
  }
  footer .inner .list--support .nav--support .nav--support--list li {
    margin-right: 1.5em;
    margin-top: 1em;
  }
  footer .inner .list--support .nav--support .nav--support--list li a {
    position: relative;
    font-size: 12px;
    transition: opacity 0.3s;
  }
  footer .copyright {
    margin-top: 5em;
    font-size: 12px;
  }
  body:not(.page--home) footer .inner {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 2vw;
  }
  body:not(.page--home) footer .inner .copyright {
    margin-top: 0;
  }
  .page--contact .section--detail .txt--lead {
    margin-bottom: 1.5em;
  }
  .page--contact .section--detail .txt--sub {
    margin-top: 0.4em;
  }
  .page--contact .section--detail .block--definition-list dt {
    font-size: 16px;
    line-height: 1.5;
  }
  .page--contact .section--detail .block--definition-list dd {
    margin-top: 0.8em;
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--contact .section--detail .block--attention dt {
    font-size: 16px;
  }
  .page--contact .section--detail .block--attention dd {
    margin-top: 0.8em;
    margin-bottom: 3em;
    font-size: 15px;
  }
  /*  page--birthday-message
  ------------------------------ */
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    font-size: 60px;
  }
  .page--birthday-message .txt--lead {
    margin: 0 auto 3em;
    font-size: 20px;
  }
  .page--birthday-message .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--birthday-message .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  html, body {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .wrap {
    min-height: 100%;
  }
  .btn--main {
    min-width: 200px;
    margin-top: 1em;
    padding: 0.8em 1em;
    border-radius: 6px;
    font-size: 12px;
  }
  .btn--sub {
    min-width: 200px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    font-size: 12px;
  }
  .btn--input {
    min-width: 200px;
    margin-top: 1.5em;
    border-radius: 6px;
  }
  .detail__btn {
    margin-top: 3em;
    font-size: 12px;
  }
  .detail__btn a {
    font-size: 12px;
  }
  /* input */
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .block--pager {
    margin: 0 auto;
    padding: 4.2vw;
    border-top: none;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.6em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.6em;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--current {
    width: 2em;
    height: 2em;
  }
  .block--pager__detail {
    margin: 5 auto 3em;
  }
  .block--pager__detail .pager__item--newer,
  .block--pager__detail .pager__item--older,
  .block--pager__detail .pager__item--list {
    margin: 0 1em;
  }
  .block--pager__detail .pager__item--newer a, .block--pager__detail .pager__item--newer span,
  .block--pager__detail .pager__item--older a,
  .block--pager__detail .pager__item--older span,
  .block--pager__detail .pager__item--list a,
  .block--pager__detail .pager__item--list span {
    font-size: 15px;
  }
  .block--pager__detail .pager__item--newer a::before {
    top: 45%;
    left: 3.3em;
    width: 4em;
  }
  .block--pager__detail .pager__item--older a::before {
    top: 45%;
    left: -3.7em;
    width: 3em;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  .block--basic {
    margin: 0 auto 3em;
  }
  .section-tit {
    font-size: 48px;
    line-height: 1.2;
  }
  .section-tit--sub {
    font-size: 15px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .item--centering--type2 {
    text-align: left;
  }
  .section--list,
  .section--detail {
    width: 100%;
    margin: 0 auto;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    padding: 6.2vw 4.2vw 4.2vw;
  }
  .section--list .block--tit .section-tit .block--sub--info,
  .section--detail .block--tit .section-tit .block--sub--info {
    margin-top: 0.4em;
    margin-bottom: 0;
  }
  .section--list .block--detail,
  .section--detail .block--detail {
    border-top: solid 1px #010101;
    padding: 4.2vw;
  }
  .section--list .list--information, .section--list .list--contents {
    border-top: solid 1px #010101;
    border-bottom: solid 1px #010101;
  }
  .section--list .list--contents li a {
    padding: 4.2vw;
    border-bottom: solid 1px #010101;
  }
  .section--list .list--contents li:last-of-type a {
    border-bottom: none;
  }
  .section--list .list--contents .block--item--info .block--txt .block--sub--info {
    top: 4.2vw;
    left: 4.2vw;
    padding-left: 1em;
    line-height: 0;
  }
  .section--list .list--contents .block--thumb {
    margin-bottom: 1em;
  }
  .section--detail .block--tit .section-tit, .page--photo--detail .block--tit .section-tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .no-data {
    padding: 4.2vw 2vw;
  }
  .list__more a {
    font-size: 12px;
  }
  .list--txt li {
    margin-bottom: 0.8em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .block--list--link .txt--link {
    margin-bottom: 0.8em;
  }
  .block--list--link .txt--link:last-of-type {
    margin-bottom: 0;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.06em;
  }
  .block--category li {
    margin-right: 1em;
    margin-bottom: 0.6em;
    font-size: 12px;
  }
  .block--sort-category {
    position: absolute;
    top: 0;
    right: 0;
  }
  .block--sort-category .block--sort {
    width: 80vw;
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li {
    padding: 0.2em 1em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort {
    margin-top: 0.5em;
  }
  .block--sort-category .btn--sort .label {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .block--sort-category .btn--sort span {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.2em;
    background-size: 0.9em;
  }
  body.page--member .wrap::before {
    background-color: #F5F5F5;
  }
  .list--information li a .list__inner {
    padding: 4.2vw 4.2vw;
  }
  .list--information li a .list__inner::after {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    top: 4.2vw;
    right: 4.2vw;
  }
  .list--information li a .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: calc(4.2vw + 1em);
    font-size: 14px;
  }
  .list--information li a .block--sub--info {
    margin-bottom: 0.6em;
  }
  .list--information li a .date {
    margin-right: 1.2em;
    font-size: 14px;
  }
  .list--information li a .category {
    font-size: 14px;
  }
  .list--information li.new .date::before {
    top: -0.3em;
    left: -0.7em;
    width: 8px;
    height: 8px;
  }
  .list--information.list--schedule li a {
    border-bottom: solid 1px #010101;
  }
  .list--information.list--schedule li a .list__inner::after {
    top: 4.2vw;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date {
    width: 33vw;
    height: 33vw;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .month-date {
    margin-top: 0.3em;
    font-size: clamp(20px, 3em, 37px);
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .week {
    margin-top: 0.6em;
    font-size: 12px;
  }
  .list--information.list--schedule li a .list__inner .block--item--info {
    width: calc(100% - 33vw);
    padding: 4.2vw;
    padding-left: 4.2vw;
  }
  .list--information.list--schedule li a .list__inner .block--item--info .tit {
    display: -webkit-box;
    overflow: hidden;
    max-height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .list--information.list--schedule li a .list__inner .category {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .list--information.list--schedule li:last-of-type a {
    border-bottom: none;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info {
    top: 4.2vw;
    left: 4.2vw;
    padding: 1em 0.5em;
    padding-left: 1em;
    font-size: 12px;
    line-height: 0;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info .date {
    font-size: 12px;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info .block--writer {
    margin-bottom: 0.8em;
  }
  .list--contents li .block--item--info .block--txt .block--sub--info .block--writer .writer {
    font-size: 12px;
  }
  .list--contents li .tit {
    font-size: 15px;
  }
  .list--contents li .block--sub--info {
    margin-top: 1em;
    font-size: 12px;
  }
  .list--contents.list--photo li, .list--contents.list--discography li {
    width: 100%;
  }
  .list--error li {
    color: #BA2424;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 18px;
  }
  .section--detail .txt .ph {
    width: 90%;
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub--info {
    margin-top: 1em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 12px;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em 0 0;
  }
  .section--detail .week {
    margin-left: 0.3em;
    font-size: 10px;
  }
  .section--detail .category {
    margin-left: 1em;
    font-size: 12px;
  }
  .section--detail .block--detail--footer {
    margin-top: 4em;
  }
  .section--detail .block--share {
    margin-top: 1em;
  }
  .section--detail .block--share li {
    margin-right: 10px;
  }
  .section--detail .block--share li i {
    font-size: 17px;
  }
  .section--detail .block--share li.twitter {
    margin-right: 8px;
  }
  .section--detail .block--share li svg {
    width: 18px;
    top: 4px;
  }
  .section--detail .block--share li.share {
    font-size: 14px;
    margin-right: 20px;
  }
  header {
    position: relative;
    padding: 2vw 4.2vw;
  }
  header > .logo {
    width: 50px;
  }
  header > .logo a {
    display: block;
  }
  header .block--nav--wrap {
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 56vw;
    height: 40px;
  }
  header .block--nav--wrap .block--nav {
    display: none;
  }
  header .block--nav--wrap .drawer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 1em 4.2vw 0.6em;
    border: solid 1px #010101;
    border-right: none;
    border-bottom: none;
    font-size: 14px;
  }
  header .block--nav--wrap .block--language {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    border-right: none;
    background-color: #ffffff;
  }
  header .block--nav--wrap .wovn-languages {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    border-top: solid 1px #010101;
    border-right: solid 1px #010101;
  }
  header .block--nav--wrap .wovn-languages .nav-dropdown {
    justify-content: space-between;
    top: auto;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    line-height: 1.5;
  }
  header .block--nav--wrap .wovn-languages .nav-dropdown .list--language {
    width: 100%;
  }
  header .block--nav--wrap .wovn-languages .nav-dropdown .list--language li {
    height: 40px;
    padding: 0.5em 0 0;
    padding-left: 4.2vw;
    font-size: 14px;
  }
  header .block--nav--wrap .wovn-languages .nav-dropdown .list--language li.selected {
    padding-left: 4.2vw;
  }
  header .block--nav--wrap .wovn-languages .nav-dropdown::after {
    right: 4vw;
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    transform: rotate(45deg) translateY(-4.5px);
  }
  header .block--nav--wrap .wovn-languages.visible .nav-dropdown {
    top: auto;
    bottom: 0 !important;
  }
  header .block--nav--wrap .wovn-languages.visible .nav-dropdown::after {
    top: auto;
    bottom: 1em;
  }
  header .block--nav--wrap .wovn-languages.visible .nav-dropdown .list--language li {
    border-bottom: solid 1px #010101;
  }
  .page--member header .drawer__btn {
    top: clamp(2em, 6vw, 2em);
  }
  .drawer .drawer__inner {
    width: 100vw;
  }
  .drawer .drawer__inner .block--heading {
    display: block;
    padding-bottom: 0.5em;
    padding-left: 4.2vw;
    margin-bottom: 3em;
  }
  .drawer .drawer__inner .block--heading p {
    font-size: 12px;
  }
  .drawer .drawer__inner .g-nav {
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    padding: 4.2vw 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents {
    padding: 0 4.2vw;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li {
    width: 100%;
    margin-bottom: 1.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li a {
    font-size: 30px;
  }
  .drawer .drawer__inner .g-nav .block--nav--official {
    margin-bottom: 3em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns {
    margin-top: 0.5em;
    padding: 0 4.2vw;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li {
    margin-right: 1.2em;
    margin-bottom: 0.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a {
    font-size: 16px;
    line-height: 1;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li.nav--weibo {
    width: 1.24em;
    line-height: 1;
  }
  .drawer .drawer__inner .g-nav .nav--external a::after {
    margin-left: 0.3em;
    font-size: 18px;
    vertical-align: 0.11em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--contents {
    margin-top: 1.5em;
    padding: 0 4.2vw;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login {
    padding: 0 4.2vw 1.2em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li {
    margin-right: 2em;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .block--nav--fc .list--nav--login li a {
    font-size: 20px;
    line-height: 1;
  }
  footer {
    width: 100%;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner .list--support {
    margin: 0 auto 0;
  }
  footer .inner .list--support .nav--trigger {
    padding: 4.2vw;
    border-bottom: solid 1px #010101;
    font-size: 16px;
  }
  footer .inner .list--support .nav--trigger p {
    margin-bottom: -0.4em;
  }
  footer .inner .list--support .nav--trigger::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
  }
  footer .inner .list--support .nav--support .nav--support--list {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 4.2vw 0;
    text-align: left;
    line-height: 0;
    transition-duration: 0.3s;
  }
  footer .inner .list--support .nav--support .nav--support--list li {
    display: block;
    margin-bottom: 1.5em;
    font-size: 12px;
  }
  footer .inner .list--support .nav--support .nav--support--list li:first-of-type {
    margin-top: 1.5em;
  }
  footer .inner .list--support .nav--support.open-contents ul {
    opacity: 1;
    height: auto;
    line-height: normal;
  }
  footer .inner .copyright {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 4.2vw 0;
    font-size: 12px;
  }
  footer .inner .copyright small {
    margin-bottom: -0.2em;
  }
  body:not(.page--home) footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 40px;
    margin: auto 0 0;
  }
  .page--home header {
    padding: 0;
    border-bottom: none;
  }
  .page--home header > .logo {
    display: none;
  }
  .page--home .section--top {
    min-height: calc(100lvh + 1px);
    margin-bottom: 0;
    padding-bottom: 4.2vw;
    border-bottom: solid 1px #010101;
  }
  .page--home .section--top .section--top--inner {
    height: 100%;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--keyvisual {
    width: calc(100% - 8.4vw);
    margin: 4.2vw auto 0;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--keyvisual .block--keyvisual--video iframe {
    transform: scale(1);
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--logo {
    z-index: 1;
    margin: 0 auto;
  }
  .page--home .section--top .section--top--inner .block--keyvisual--wrap .block--logo div {
    width: 100vw;
    padding-right: 2em;
  }
  .page--home .section--top .section--top--inner .block--nav--sub {
    display: none;
  }
  .page--home .section--top .birthday-message {
    bottom: 20%;
  }
  .page--home .section--top .birthday-message .btn--birthday {
    padding: 1em;
    border-radius: 0 1.5em 1.5em 0;
  }
  .page--home .section--top .birthday-message .btn--birthday i {
    margin-bottom: 0.2em;
    font-size: 3em;
  }
  .page--home .section--top .birthday-message .btn--birthday span {
    font-size: 11px;
    line-height: 1.2;
  }
  .page--home .section--banner {
    margin-bottom: 4em;
    padding-top: 4.2vw;
    padding-bottom: 4.2vw;
  }
  .page--home .section--banner .list--bnr {
    margin-left: 4.2vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    margin-right: 2.2vw;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
    margin-left: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 30%;
    margin-right: 2vw;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    margin-right: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--news {
    margin-bottom: 4em;
  }
  .page--home .section--news .block--tit {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    padding-left: 4.2vw;
  }
  .page--home .section--news .block--tit .section-tit {
    font-size: 46px;
  }
  .page--home .section--news .list__more {
    margin-left: 2vw;
  }
  .page--home .section--news .list--information li:nth-of-type(4), .page--home .section--news .list--information li:nth-of-type(5) {
    display: none;
  }
  .page--home .section--news .list--information li:nth-of-type(3) a {
    border-bottom: none;
  }
  .page--home .section--schedule {
    margin-bottom: 4em;
  }
  .page--home .section--schedule .no-carousel ul {
    display: block;
  }
  .page--home .section--schedule .no-carousel ul li {
    border-bottom: solid 1px #010101;
  }
  .page--home .section--schedule .no-carousel ul li:nth-of-type(5) {
    display: none;
  }
  .page--home .section--schedule .no-carousel ul li:nth-of-type(4) {
    border-bottom: none;
  }
  .page--home .section--schedule .no-carousel ul li:last-of-type {
    border-bottom: none;
  }
  .page--home .section--schedule .block--tit {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    padding-left: 4.2vw;
  }
  .page--home .section--schedule .block--tit .section-tit {
    font-size: 46px;
  }
  .page--home .section--schedule .list__more {
    margin-left: 2vw;
  }
  .page--home .section--profile .block--tit {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    padding-left: 4.2vw;
  }
  .page--home .section--profile .block--tit .section-tit {
    font-size: 46px;
  }
  .page--home .section--profile .list__more {
    margin-left: 2vw;
  }
  .page--home .section--profile .list--contents.list--profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page--home .section--profile .list--contents.list--profile li {
    width: 50%;
  }
  .page--home .section--profile .list--contents.list--profile li a {
    padding: 4.2vw;
    border-right: solid 1px #010101;
    border-bottom: solid 1px #010101;
  }
  .page--home .section--profile .list--contents.list--profile li a .block--name {
    margin-top: 0.8em;
    font-size: 16px;
  }
  .page--home .section--profile .list--contents.list--profile li:nth-of-type(2n) a {
    border-right: none;
  }
  .page--home .section--profile .list--contents.list--profile li:nth-of-type(3) a, .page--home .section--profile .list--contents.list--profile li:last-of-type a {
    border-bottom: none;
  }
  .page--home .area--fc .area--inner--head {
    margin-top: 8em;
    margin-bottom: 8em;
  }
  .page--home .area--fc .area--inner--head .block--area--tit .logo {
    width: clamp(60px, 15vw, 80px);
    margin: 0 auto 1.2em;
  }
  .page--home .area--fc .area--inner--head .block--area--tit .tit--txt {
    font-size: clamp(24px, 8vw, 30px);
    line-height: 1.1;
  }
  .page--home .area--fc .area--inner--head .block--login {
    margin: 1em auto 0;
  }
  .page--home .area--fc .area--inner--head .block--login li {
    margin-right: 1.6em;
    font-size: 14px;
  }
  .page--home .area--fc .area--inner--head .block--login li a {
    position: relative;
  }
  .page--home .area--fc .area--regularly-contents > section .block--inner a {
    padding: 12% 1em;
  }
  .page--home .area--fc .area--regularly-contents > section.section--monthly-issue figure {
    width: 64%;
  }
  .page--home .area--fc .area--regularly-contents > section.section--my-collection figure {
    width: 81%;
  }
  .page--home .area--fc .section--movie, .page--home .area--fc .section--photo {
    position: relative;
    padding: 3em 4.2vw 2em;
  }
  .page--home .area--fc .section--movie .block--tit .section-tit, .page--home .area--fc .section--photo .block--tit .section-tit {
    font-size: 46px;
    text-align: center;
  }
  .page--home .area--fc .section--movie .list__more, .page--home .area--fc .section--photo .list__more {
    margin-top: 1.6em;
  }
  .page--home .area--fc .section--movie .list--contents li a .block--item--info .tit, .page--home .area--fc .section--photo .list--contents li a .block--item--info .tit {
    margin-top: 1em;
    font-size: 12px;
  }
  .page--home .area--fc .section--movie .list--contents li a .block--item--info .block--sub--info, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--sub--info {
    padding: 1em 0.5em;
    padding-left: 1em;
    line-height: 0;
  }
  .page--home .area--fc .section--movie .list--contents li a .block--item--info .block--sub--info .date, .page--home .area--fc .section--photo .list--contents li a .block--item--info .block--sub--info .date {
    display: inline-block;
    margin-right: 0.2em;
  }
  .page--home .area--fc .section--movie .list__more, .page--home .area--fc .section--photo .list__more {
    margin-top: 1.5em;
  }
  .page--home .area--fc .section--blog .block--tit {
    padding-left: 4.2vw;
  }
  .page--home .area--fc .section--blog .block--tit .section-tit {
    font-size: 46px;
  }
  .page--home .area--fc .section--blog .list__more {
    margin-left: 2vw;
  }
  .page--home .area--fc .section--blog .list--contents li a {
    padding: 4.2vw;
  }
  .page--home .area--fc .section--blog .list--contents li a .block--thumb--wrap {
    width: 100%;
  }
  .page--home .area--fc .section--blog .no-carousel .list--blog {
    justify-content: center;
  }
  .page--home .area--fc .section--blog .no-carousel .list--blog li {
    width: 50% !important;
  }
  .page--home .area--fc .section--blog .no-carousel .list--blog li:first-of-type:last-of-type {
    width: 50% !important;
    border-left: solid 1px #010101;
  }
  .page--information.page--schedule .block--tit .section-tit .block--sub--info .category {
    width: 100%;
  }
  .page--information .section--list .list--contents li {
    width: 100%;
  }
  .page--information .section--list .list--contents li:first-of-type a {
    border-top: none;
  }
  .page--information .section--list .list--contents li:last-of-type a {
    border-bottom: none;
  }
  .page--schedule .block--month {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .page--schedule .block--month .tit {
    margin-right: 2em;
  }
  .page--schedule .block--month .tit .month {
    font-size: 30px;
  }
  .page--schedule .block--month .tit .year {
    font-size: 14px;
  }
  .page--schedule .block--month .month-pager li {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--discography .section--list .block--category {
    margin-top: 2em;
  }
  .page--discography .section--list .list--discography li {
    width: 100%;
  }
  .page--discography .section--list .list--discography li a {
    display: block;
  }
  .page--discography .section--list .list--discography li .block--sub--info p:last-of-type {
    margin-left: 1em;
  }
  .page--discography .section--detail {
    margin: 0 auto;
  }
  .page--discography .section--detail .block--discography {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb .list--jacket li {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb .list--jacket li:last-of-type {
    margin-bottom: 0;
  }
  .page--discography .section--detail .block--discography .block--tit.block--discography--thumb .list--jacket li:last-of-type .ph {
    margin-bottom: 0;
  }
  .page--discography .section--detail .block--discography .block--detail .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--sub--info {
    margin-top: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--sub--info .category {
    margin-left: 1em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--comment, .page--discography .section--detail .block--discography .block--detail .block--review {
    margin-top: 1em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--comment .txt, .page--discography .section--detail .block--discography .block--detail .block--review .txt {
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track {
    margin-top: 2em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc {
    margin-bottom: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .block--disc--tit {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--number {
    width: 1.5em;
    margin-right: 0.5em;
    text-align: right;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--details .block--track--tit {
    margin-right: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--details .block--related-links a {
    margin-top: 0;
    margin-left: 0.2em;
    font-size: 14px;
    text-decoration: underline;
  }
  .page--discography .section--detail .block--discography .block--detail .block--track .block--disc .list--track > li .block--track--details .txt--sub {
    margin-top: 0.2em;
    font-size: 10px;
  }
  .page--discography .section--detail .block--discography .block--detail a.btn--link {
    margin-right: 0.7em;
    padding: 10px 1.5em;
    font-size: 13px;
    line-height: 1;
  }
  .page--discography .section--detail .block--discography .block--detail .shoplist {
    margin: 1em auto;
  }
  .page--discography .section--detail .block--discography .block--detail .shoplist a {
    width: 100px;
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  .page--discography .section--detail .block--discography .block--detail .video {
    margin-bottom: 1em;
  }
  .list--call.list--contents li {
    padding: 4.2vw;
  }
  .list--call.list--contents .tit {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .list--call.list--contents .btn--main {
    margin: 3px;
    padding: 10px;
  }
  .page--issue-log_list .section--detail .block--tit .section-tit {
    font-size: 48px;
  }
  .page--issue-log_list .section--detail .block--detail {
    padding: 0;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li {
    width: 100%;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li a {
    padding: 4.2vw;
    border-bottom: solid 1px #010101;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li a .block--thumb--wrap .block--thumb {
    width: 70px;
    height: 70px;
    margin-right: 1em;
  }
  .page--issue-log_list .section--detail .block--detail .list--contents li a .block--thumb--wrap .block--name {
    font-size: clamp(30px, 4vw, 50px);
  }
  .page--issue-log_list .section--detail .block--detail .detail__btn {
    padding: 2vw 4.2vw;
  }
  .page--profile .section--detail .block--tit .section-tit {
    font-size: 48px;
  }
  .page--profile .section--detail .block--detail .block--txt--profile {
    padding: 4.2vw;
    font-size: 14px;
    line-height: 1.5;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile {
    border-bottom: none;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li {
    width: 50%;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li a {
    padding: 4.2vw;
    border-bottom: solid 1px #010101;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li a .block--name {
    margin-top: 1em;
    font-size: 15px;
  }
  .page--profile .section--detail .block--detail .list--contents.list--profile li:last-of-type a {
    border-right: none;
  }
  .page--profile .section--detail .block--detail .detail__btn {
    padding: 2vw 4.2vw;
  }
  .page--profile.page--profile--detail .section--detail .block--tit {
    padding-top: 4.2vw;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile {
    padding: 3em 4.2vw;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--name {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    font-size: 20vw;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl {
    margin-bottom: 0.6em;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl dt {
    min-width: 10em;
    font-size: 12px;
  }
  .page--profile.page--profile--detail .section--detail .block--detail .block--txt--profile .block--profile--details dl dd {
    font-size: 15px;
  }
  .page--photo.page--photo--detail .section--list .block--sub--info {
    margin-top: 1em;
  }
  .page--photo.page--photo--detail .section--list .list--contents li .block--thumb {
    margin-bottom: 0;
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--list .list--contents li .block--txt {
    font-size: 12px;
  }
  .page--movie .section--list .list--contents li .tit {
    margin-bottom: 0.8em;
  }
  .page--movie .section--detail .block--tit .txt--basic {
    margin: 1em 0;
  }
  .page--movie .block--player {
    margin: 0 auto;
  }
  .page--movie .linkTxt {
    margin-top: 1.5em;
    font-size: 12px;
  }
  .page--movie .linkTxt a {
    line-height: 1.3;
  }
  .page--movie .block--more_movies {
    margin-top: 3em;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 48%;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 1.5em;
  }
  .page--blog {
    /*
    .vjs-big-play-button {
    	width: 10vw !important;
    	height: 10vw !important;
    }
    */
  }
  .page--blog .section--list {
    margin-bottom: 2em;
  }
  .page--blog.staff-blog .section--detail .inner .txt p {
    margin: 0 0 20px 0;
  }
  .page--blog.photo-blog .block--tit .section-tit {
    font-size: 48px;
  }
  .page--blog.photo-blog .block--tit .block--writer {
    margin-top: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .block--writer .icon {
    width: 70px;
    height: 70px;
    margin-right: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .block--writer .writer-name {
    font-size: 20px;
  }
  .page--blog.photo-blog .section--list .list--contents {
    border-bottom: none;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li a {
    position: relative;
    border-right: solid 1px #010101;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::after {
    -webkit-backdrop-filter: blur(80px);
            backdrop-filter: blur(80px);
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .page--blog.photo-blog .section--list .list--contents li:last-of-type a {
    border-bottom: solid 1px #010101;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-arrow::before {
    font-size: 16px;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 8px;
    height: 8px;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #ffffff;
  }
  .page--blog.photo-blog .section--detail .block--tit .tit {
    margin-bottom: 0.8em;
    font-size: 1.6em;
  }
  .page--blog.photo-blog .section--detail .block--tit .section-tit {
    font-size: 48px;
    /*font-size: 1.1em;*/
  }
  .page--blog.photo-blog .section--detail .block--detail {
    padding: 0;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner {
    border-bottom: solid 1px #010101;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
    justify-content: space-between;
    flex-direction: row;
    border: none;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
    border-right: solid 1px #010101;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .icon {
    width: 40px;
    height: 40px;
    margin-right: 0.8em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer-name {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .date {
    padding: 1.2em 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    flex-wrap: wrap;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--player {
    aspect-ratio: 1/1;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area {
    width: 100%;
    position: relative;
    padding: 1.5em;
    border-top: solid 1px #010101;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
    font-size: 30px;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--issue-log_list .section--detail .list--contents.list--profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page--issue-log_list .section--detail .list--contents.list--profile li {
    width: 50%;
  }
  .page--issue-log_list .section--detail .list--contents.list--profile li a {
    padding: 4.2vw;
    border-right: solid 1px #010101;
    border-bottom: solid 1px #010101;
  }
  .page--issue-log_list .section--detail .list--contents.list--profile li a .block--name {
    margin-top: 0.8em;
    font-size: 16px;
  }
  .page--issue-log_list .section--detail .list--contents.list--profile li:nth-of-type(2n) a {
    border-right: none;
  }
  .page--issue-log_list .section--detail .list--contents.list--profile li:nth-of-type(3) a, .page--issue-log_list .section--detail .list--contents.list--profile li:last-of-type a {
    border-bottom: none;
  }
  .page--archives .section--detail .block--tit .section-tit {
    font-size: 48px;
  }
  .page--special .section--detail .block--tit .section-tit {
    font-size: 48px;
  }
  .page--special .section--detail .list--contents li {
    width: 100%;
  }
  .page--support .section--detail {
    width: 90%;
    margin: 4em auto 2em;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .block--tit .tit {
    font-size: 16px;
  }
  .page--faq .block--tit .category {
    margin-bottom: 0.3em;
    margin-left: 0;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .section--list .detail__btn {
    margin-top: 0;
    border-top: none;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 2em auto 0 0;
    max-width: 600px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    margin-bottom: 2em;
    padding: 4.2vw;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 12px;
  }
  .page--faq .tit--category {
    font-size: 12px;
    margin: 0 0 1.5em;
    padding: 0 4.2vw;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 4.2vw;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 14px;
  }
  .page--faq .list--faq li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .page--faq .section--detail .block--detail {
    padding: 0;
  }
  .page--faq .section--detail .block--faq-detail {
    padding: 0;
    margin: 0 0 2em;
  }
  .page--faq .section--detail .block--faq-detail .txt {
    padding: 4.2vw;
  }
  .page--faq .block--contact {
    margin: 3em 0 0;
    padding: 0 4.2vw;
  }
  .page--faq .detail__btn {
    padding: 2vw 4.2vw;
  }
  .page--contact .section--detail .txt--lead {
    margin-bottom: 1.5em;
  }
  .page--contact .section--detail .txt--sub {
    margin-top: 0.4em;
  }
  .page--contact .section--detail .block--definition-list dt {
    font-size: 15px;
    line-height: 1.5;
  }
  .page--contact .section--detail .block--definition-list dd {
    margin-top: 0.8em;
    margin-bottom: 3em;
    font-size: 14px;
  }
  .page--contact .section--detail .block--attention dt {
    font-size: 15px;
  }
  .page--contact .section--detail .block--attention dd {
    margin-top: 0.8em;
    margin-bottom: 3em;
    font-size: 14px;
  }
  /* page--birthday-message
  ------------------------------ */
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    font-size: 30px;
  }
  .page--birthday-message .txt--lead {
    margin: 0 auto 1.5em;
    font-size: 15px;
  }
  .page--birthday-message .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--birthday-message .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::after {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .page--questionnaire .form--confirm {
    padding: 16px;
  }
  .page--questionnaire.page--feature .block--tit .section-tit {
    font-size: 48px;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs {
    /* tsuuhou */
  }
  .page--bbs .wrapper {
    padding-bottom: 484px;
  }
  .page--bbs .wrapper .topics-wrap {
    width: 100%;
  }
  .page--bbs .wrapper .topics-wrap .topics-title-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .page--bbs .inner li.not-member .comment--box {
    margin-left: 70px;
  }
  .page--bbs .comment--inner {
    margin: 1em auto 5em;
  }
  .page--bbs .comment--inner textarea {
    width: 70%;
    max-height: 180px;
    line-height: 1.5;
  }
  .page--bbs .comment--inner label {
    top: 2.5em;
    left: 4%;
  }
  .page--bbs .comment--inner .btn {
    top: 2.7em;
    right: 4%;
  }
  .page--bbs .comment--inner .txt--sub {
    width: 70%;
  }
  .page--bbs .comment-page {
    width: 90%;
  }
  .page--bbs .commentconfirm, .page--bbs .commentcomplete, .page--bbs .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--bbs .commentconfirm .titArea, .page--bbs .commentcomplete .titArea, .page--bbs .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--bbs .commentconfirm dl, .page--bbs .commentcomplete dl, .page--bbs .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--bbs .commentconfirm dt, .page--bbs .commentcomplete dt, .page--bbs .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--bbs .commentconfirm dd, .page--bbs .commentcomplete dd, .page--bbs .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--bbs .list--information .comment__item .btn.btn--report {
    left: calc(100% - 6.2em);
  }
  #swipebox-close {
    width: 2em;
    height: 2em;
  }
  .page--entry .block--tit .logo--fc {
    width: 80%;
    max-width: 270px;
    margin: 0 auto 30px;
  }
  .page--entry .block--detail {
    padding: 4.2vw 4.2vw 30px 4.2vw;
  }
  .page--entry .block--detail .block--movie {
    margin-bottom: 50px;
  }
  .page--entry .block--detail .block--spec li.spec {
    margin-bottom: 50px;
  }
  .page--entry .block--detail .block--spec li.spec:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .page--entry .block--detail .block--spec .cource {
    margin-bottom: 20px;
  }
  .page--entry .block--detail .block--spec .cource .block--circle {
    width: 36px;
    height: 36px;
  }
  .page--entry .block--detail .block--spec .cource .block--number {
    font-size: 20px;
    height: 14px;
  }
  .page--entry .block--detail .block--spec .cource p {
    font-size: 18px;
  }
  .page--entry .block--detail .block--spec dl dt:last-of-type, .page--entry .block--detail .block--spec dl dd:last-of-type {
    border-bottom: none;
  }
  .page--entry .block--detail .block--spec dl dd:last-of-type {
    margin-bottom: 0;
  }
  .page--entry .block--detail .block--spec dl p {
    width: 80%;
  }
  .page--entry .block--detail .block--spec .list--accordion .tit {
    font-size: 15px;
  }
  .page--entry .block--detail .block--spec .list--accordion dd, .page--entry .block--detail .block--spec .list--accordion p {
    width: 100%;
  }
  .page--entry .block--detail .block--contents {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
  .page--entry .block--detail .block--contents .block-tit {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .page--entry .block--detail .block--contents .list--contents-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page--entry .block--detail .block--contents .list--contents-list .tit {
    font-size: 22px;
  }
  .page--entry .block--detail .block--contents .block--benefit {
    margin-top: 30px;
  }
  .page--entry .block--detail .block--contents .block--benefit .tit span {
    font-size: 24px;
  }
  .page--entry .block--detail .block--contents .block--benefit .txt--lead {
    margin: 10px 0;
  }
  .page--entry .block--detail .block--entry .block--circle {
    width: 70vw;
    height: 70vw;
    padding: 0 15px;
    margin: 0 auto 30px;
  }
  .page--entry .block--detail .block--entry .block--circle .tit {
    font-size: 32px;
  }
  .page--entry .block--detail .block--entry .block--circle p {
    font-size: 11px;
    line-height: 1.7;
  }
  .page--entry .block--detail .block--entry .block--sub--attention {
    margin-bottom: 30px;
  }
  .page--entry .block--detail .block--entry .block--sub--attention p {
    font-size: 17px;
  }
  .page--entry .block--detail .block--entry .link--inbound {
    margin-bottom: 30px;
  }
  .page--entry .block--detail .block--entry__fanyid {
    margin-bottom: 30px;
  }
  .page--entry .block--detail .block--entry__fanyid .tab {
    padding: 15px 10px;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area {
    padding: 20px 5%;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .panel:last-of-type .flex-container:first-of-type .block--circle {
    padding: 0 10px;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .panel:last-of-type .flex-container:first-of-type img {
    width: 100%;
    margin: 7px 0 4px 0px;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container {
    justify-content: space-between;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container::before {
    left: 40px;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .flex-item {
    font-size: 13px;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .flex-item:last-of-type {
    width: 70%;
    padding: 30px 0 0 0;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .flex-item .heading {
    font-size: 17px;
    line-height: 1.3;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .flex-item .btn .btn--main {
    font-size: 14px;
    padding: 0.8em 2em 0.8em 1em;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .flex-item .btn .btn--main::after {
    right: 1.2em;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .block--circle {
    width: 80px;
    height: 80px;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .block--circle img {
    margin: 5px 0 0 0;
    width: 60%;
  }
  .page--entry .block--detail .block--entry__fanyid .panel-area .flex-container .block--circle p {
    font-size: 12px;
    margin-top: 6px;
  }
  .page--entry .block--detail .block--entry__pid {
    padding: 40px 20px;
  }
  .page--entry .block--detail .block--entry__attention, .page--entry .block--detail .block--entry__pid, .page--entry .block--detail .block--entry__inbound {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .page--entry .block--detail .block--entry__inbound {
    margin-bottom: 0;
  }
  .page--entry .block--detail .block--entry__inbound .point {
    margin: 2em 0 0 0;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 16px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 16px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 0;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    width: clamp(300px, 80%, 300px);
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li {
    margin: 0 auto 1.5em;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
  }
  .page--stream .block--download .app-link .btn--main {
    width: clamp(300px, 80%, 300px);
  }
  .page--stream .block--method .method-list {
    margin-bottom: 5em;
  }
  .page--stream .block--method .method-list .tit {
    text-align: left;
  }
  .page--stream .block--method .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--carousel {
    border-bottom: solid 1px #C0C0C0;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 0.5em;
    text-align: right;
    transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 30px;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
    transform: scale(1, 1);
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 0.5em;
    transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 30px;
    -webkit-text-stroke: 1px #ffffff;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--adjust {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .block--attention {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn a {
    font-size: 12px;
  }
  .page--stream .detail__btn a i {
    margin-right: 0.3em;
    font-size: 12px;
  }
  .page--feature .section-tit {
    margin-bottom: 0.2em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 0.8em;
    font-size: 9vw;
  }
  .page--feature .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  /* page--error
  ------------------------------ */
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  /* video-js
  ------------------------------ */
  .video-js .vjs-big-play-button {
    width: 2em !important;
    height: 2em !important;
  }
  .vjs-icon-play::before, .vjs-icon-placeholder::before {
    font-size: 1.2em;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  /* effect
  ------------------------------ */
  .section--top.delighter .block--logo {
    opacity: 0;
    transform: translateY(35vh) scale(0.6);
    transform-origin: center top;
  }
  .section--top.delighter .block--keyvisual {
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: center bottom;
  }
  .section--top.delighter .block--nav--sub {
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: center bottom;
  }
  .section--top.delighter .birthday-message {
    opacity: 0;
  }
  .section--top.delighter #app-bnr {
    opacity: 0;
  }
  .section--top.started .block--logo {
    opacity: 1;
    transform: translateY(72vh) scale(0.56);
    transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1) 3s, opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  .section--top.started .block--keyvisual {
    position: absolute;
    top: 0;
    opacity: 1;
    transform: rotateX(0deg);
    transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1) 1.6s, opacity 1s cubic-bezier(0.6, 0, 0.2, 1) 1.6s;
  }
  .section--top.started .block--nav--sub {
    opacity: 1;
    transform: rotateX(0deg);
    transition: transform 1s cubic-bezier(0.6, 0, 0.2, 1) 2s, opacity 1s cubic-bezier(0.6, 0, 0.2, 1) 2s;
  }
  .section--top.started .birthday-message {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 3s;
  }
  .section--top.started #app-bnr {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 3s;
  }
  .page--download .section--detail .block--tit .section-tit {
    font-size: 12vw;
  }
  .page--download .section--detail .block--detail {
    padding: 0;
  }
  .page--download .section--detail .notice {
    padding: 6.2vw 4.2vw;
  }
  .page--download .section--detail .block-tit {
    font-size: 12px;
    padding: 6.2vw 4.2vw;
  }
  .page--download .section--detail .list--item {
    gap: 10px;
    padding: 4.2vw;
  }
  .page--download .section--detail .list--item li {
    width: calc((100% - 10px) / 2);
    min-height: calc((70vw - 10px) / 2);
  }
  .page--download .section--detail .list--item li a::before {
    display: none;
  }
  .page--download .section--detail .list--item li a::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-size: 40%;
  }
}
/* tablet
------------------------------ */
/* tablet-pc
------------------------------ */
@media screen and (min-width: 960px) and (max-width: 1200px) {
  header .block--nav--wrap .block--nav .list--nav--contents li a {
    margin-right: clamp(0.5em, 0.8vw, 0.6em);
    font-size: 14px;
  }
}