@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/wms0htl.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 {
  padding: 0;
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  background: #ffffff;
  color: #000000;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 100vh;
}

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

.txt--notice {
  color: #DB001E;
}

small {
  font-size: clamp(10px, 80%, 12px);
}

.center {
  text-align: center !important;
}

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

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

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

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

.loader {
  display: none;
  width: 30px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#555 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  animation: l1 1s infinite linear;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
body.page--member .content-main {
  color: #fff;
}
body.page--member .content-main::after {
  content: "";
  position: fixed;
  background-color: #303133;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: -1;
}
body.page--member .content-main p, body.page--member .content-main h2, body.page--member .content-main a {
  color: #fff;
}
body.page--member .content-main .btn--main {
  border-color: #fff;
}
body.page--member .content-main #next a::after {
  border-top-color: #fff;
}
body.page--member .content-main .detail__btn a::before {
  background: url(/static/superbeaver/assets/common/arrow_wh.svg) no-repeat;
}
body.page--member .content-main .list--information li {
  border-color: #fff;
  color: #fff;
}
body.page--member .content-main .section--detail .block--share li i {
  color: #fff;
}
body.page--member .content-main .section--detail .block--share li svg {
  fill: #fff;
}
body.page--member .content-main .no-data {
  color: #fff;
}
body.page--member .loader {
  --c: no-repeat linear-gradient(#ddd 0 0);
}

body.page--home {
  background: #303133;
}
body.page--home .content-main::after {
  display: none;
}

.section-tit {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.04em;
  display: inline-block;
  line-height: 1.3;
}
.section-tit:tit__jp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

.section-tit--sub {
  display: inline-block;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
}

.tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  word-break: break-word;
}

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

.txt--sub {
  font-size: 11px;
  line-height: 1.5;
}

.txt--en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.txt--lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}

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

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

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

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

.bold {
  font-weight: bold;
}

i {
  font-family: FontAwesome;
}

.section--list,
.section--detail {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 4em 2em 100px 2em;
  overflow-x: hidden;
}
.section--list .block--tit .section-tit,
.section--detail .block--tit .section-tit {
  display: inline-block;
  line-height: 1;
}

.section--list .block--tit .section-tit .block--sub--info {
  background-color: #000000;
  color: #ffffff;
}

.no-data {
  width: 100%;
  margin: 0 auto;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.list__more, .detail__btn {
  line-height: 1;
  position: relative;
}
.list__more a, .detail__btn a {
  display: inline-block;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  text-align: left;
  line-height: 1;
  transition: 0.4s;
}

.list__more a span::after {
  transform: rotate(0deg);
}
.list__more a:hover span::after {
  transform: rotate(180deg) scaleX(-1);
}

.detail__btn a {
  padding-left: 25px;
}
.detail__btn a::before {
  content: "";
  background: url(/static/superbeaver/assets/common/arrow.svg) no-repeat;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.detail__btn a:hover {
  transform: translateX(-7px);
}

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

.list--nav--sns {
  display: flex;
}
.list--nav--sns li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.list--nav--sns li a {
  color: #000000;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--nav--sns li.nav--line a svg {
  transition: fill 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

.nav--external a::after {
  content: "\f08e";
  display: inline-block;
  color: #000000;
  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: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
  display: block;
  position: relative;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  transition: background-color 0.3s, color 0.3s;
}
.block--category .block--nav--category li a:not(label .category):hover, .block--category .block--nav--category li label .category:not(label .category):hover {
  background-color: #000000;
  color: #ffffff;
}
.block--category .block--nav--category li input[type=checkbox] {
  display: none;
}
.block--category .block--nav--category li input[type=checkbox]:checked + .category {
  color: #ffffff;
}
.block--category .block--nav--category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav--category li.current a {
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}

.block--sort-category {
  position: relative;
  border: solid 1px #000000;
  background-color: #ffffff;
}
.block--sort-category .block--sort {
  display: none;
  position: absolute;
  right: -1px;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border: solid 1px #000000;
  background: #000000;
  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 {
  display: block;
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  transition: color 0.3s;
}
.block--sort-category .block--sort .list--sort li .category label::before {
  content: "";
  position: absolute;
  display: block;
  border: solid 1px #ffffff;
  border-radius: 100%;
  background: transparent;
}
.block--sort-category .block--sort .list--sort li .category label::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  border-radius: 100%;
  background: #ffffff;
  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: #000000;
}
.block--sort-category .block--sort::-webkit-scrollbar-thumb {
  background-color: #303133;
}
.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: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
.block--sort-category .btn--sort span {
  background-image: url(/static/superbeaver/assets/icon_sort_category-b.svg);
  background-color: transparent;
}

.ph, .thumb, .keyvisual {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img, .keyvisual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}
.ph::after, .thumb::after, .keyvisual::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, .keyvisual .dummy {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ph.ph__dl::after, .thumb.ph__dl::after, .keyvisual.ph__dl::after {
  display: none;
}
.ph.ph__dl img, .thumb.ph__dl img, .keyvisual.ph__dl img {
  pointer-events: initial;
}

#next {
  text-align: center;
  position: relative;
  margin: 50px 0 40px;
}
#next a {
  display: inline-block;
  padding-bottom: 1em;
}
#next a::after {
  content: "";
  border-top: 6px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

.block--pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin: 5em auto 0;
  font-size: 18px;
  gap: 20px;
}
.block--pager li {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.block--pager li.pager__item--current span {
  font-weight: 700;
}
.block--pager li a, .block--pager li span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.block--pager li a {
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager li a:hover {
  color: #999;
}
.block--pager li span {
  opacity: 0.3;
}
.block--pager .pager__item--number {
  color: #000000;
  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 #000000;
  border-right: solid 1px #000000;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer a:hover::after {
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}
.block--pager .pager__item--newer span {
  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 #000000;
  border-right: solid 1px #000000;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older a:hover::after {
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
}
.block--pager .pager__item--older span {
  opacity: 0.3;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}

.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: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.block--pager__detail .pager__item--newer a:hover,
.block--pager__detail .pager__item--older a:hover,
.block--pager__detail .pager__item--list a:hover {
  color: #000000;
}
.block--pager__detail .pager__item--newer a:hover::before,
.block--pager__detail .pager__item--older a:hover::before,
.block--pager__detail .pager__item--list a:hover::before {
  transform: scaleX(1);
}
.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--older a, .block--pager__detail .pager__item--older span {
  color: #ffffff;
}
.block--pager__detail .pager__item--list a {
  color: #ffffff;
}
.block--pager__detail .detail__btn {
  display: flex;
}

.swiper-slide {
  height: auto;
}

.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-next {
  margin-left: 0;
}

.swiper-button-prev {
  margin-right: 0;
}

.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 {
  display: none;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  transition: color 0.3s;
}

.swiper-button-prev::after {
  content: "PREV";
}

.swiper-button-next::after {
  content: "NEXT";
}

.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: 3px;
  border-radius: 0;
  background: #BC0A0B;
  cursor: pointer;
}

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

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

.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: 1.5em 0 0.5em;
  font-weight: bold;
}
.form--post dd {
  margin: 0 0 1em;
}

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

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

::input-placeholder, ::placeholder {
  color: #a1a1a1;
}

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

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 #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000000;
  border-radius: 0;
}
@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: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@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: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  form button {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
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: #000000;
}
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: #DB001E;
  border-color: #DB001E;
}
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: #dddddd;
  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;
}

input[type=radio] {
  margin-right: 3px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 3px;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background: #fff;
  vertical-align: -2px;
  cursor: pointer;
}
input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(38deg);
  width: 6px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: solid 1px #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
  border-radius: 0;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  textarea {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
textarea:focus {
  border-color: #000000;
}
textarea.form__error {
  background: #ffffff;
  color: #DB001E;
  border-color: #DB001E;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #dddddd;
  border: none;
  opacity: 0.5;
}

.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 #000000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
  cursor: pointer;
  padding: 5px;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__select select {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.form__select select:focus {
  border-color: #000000;
}
.form__select select.form__error {
  background: #ffffff;
  color: #DB001E;
  border-color: #DB001E;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #dddddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}

.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: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.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: #DB001E;
}
.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 #000000;
  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 #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: opacity 0.3s, border-color 0.3s;
}
.form__checkbox :checked ~ p::before {
  background: #000000;
  border-color: #000000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

.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: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.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: #DB001E;
}
.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: #000000;
  border-width: 0.3em;
}

.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: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.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: #DB001E;
}
.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 #000000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #000000;
  border-color: #000000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

.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: #000000;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #000000;
  font-weight: bold;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--main {
  overflow: hidden;
  height: inherit !important;
  border: solid 1px #000000;
  border-radius: 0;
  background: black;
  color: #ffffff;
  line-height: inherit !important;
  transition: color 0.3s 0.2s, border 0.3s 0.2s, background 0.3s 0.2s;
  cursor: pointer;
}
.btn--main::before {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #555;
  transform: scale(0, 1);
  transform: translatex(-120%);
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.btn--main:hover {
  color: #ffffff;
}
.btn--main:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn--sub {
  overflow: hidden;
  border: solid 1px #ffffff;
  background: #777;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s 0.2s, border 0.3s 0.2s, background 0.3s 0.2s;
}
.btn--sub::before {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  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::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn--input {
  display: inline-block;
  position: relative;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}
.btn--input span::before {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  transform: scale(1, 1);
}
.btn--input span::after {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #000000;
  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;
}
.btn--input .btn--main, .btn--input .btn--sub {
  background-color: transparent;
  cursor: pointer;
}
.btn--input .btn--main::before, .btn--input .btn--sub::before {
  display: none;
}
.btn--input:hover {
  color: #ffffff;
}
.btn--input:hover span::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.block--list--btn {
  display: flex;
  flex-wrap: wrap;
}
.block--list--btn .list--btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: solid 1px #000000;
  border-radius: 0.3em;
  background: black;
  color: #ffffff;
  line-height: 1.2;
}
.block--list--btn .list--btn:last-of-type {
  margin-right: 0;
}

.detail__btn {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0.02em;
}

.list--information {
  width: 100%;
}
.list--information li {
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #000000;
  overflow: hidden;
}
.list--information li a {
  display: block;
  position: relative;
  color: #000000;
  transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  padding: 1.2em 0;
}
.list--information li a .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  word-break: break-word;
}
.list--information li a .block--sub--info {
  display: flex;
}
.list--information li a .date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.6em;
}
.list--information li a .date .new {
  color: #CAA466;
  font-size: 110%;
}
.list--information li a .category {
  background: #000;
  display: inline-block;
  color: #fff;
  border: 1px solid #000;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 0.5em;
  margin-bottom: 10px;
}
.list--information li a .block--tag {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list--information li a .block--tag .tag {
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  clip-path: polygon(0.5em 0, 100% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0.5em 0, 100% 0, 100% 100%, 0 100%);
}
.list--information li a:hover {
  opacity: 0.7;
}
.list--information li:last-of-type {
  margin-bottom: 0;
}
.list--information li.new a .date::after {
  content: "New";
  margin-left: 0.5em;
  color: #CAA466;
  font-size: 110%;
}
.list--information li.no-data {
  border: none;
}
.list--information.list--schedule li a {
  height: 100%;
}
.list--information.list--schedule li a .list__inner {
  display: flex;
  height: 100%;
}
.list--information.list--schedule li a .list__inner .block--schedule--date {
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner .month-date, .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner .block--date--sub {
  display: inline-block;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  font-style: italic;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info .tag::after {
  content: "/";
  margin: 0 0.4em;
}
.list--information.list--schedule li a .list__inner .block--schedule--date .icon--term {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background-color: #ffffff;
  transition: background-color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

.list--contents, .list--photo, .list--discography {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list--contents li > a, .list--photo li > a, .list--discography li > a {
  display: block;
  position: relative;
}
.list--contents li .thumb, .list--photo li .thumb, .list--discography li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.list--contents li .thumb img, .list--photo li .thumb img, .list--discography li .thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
  line-height: 0;
}
.list--contents li .thumb img.thumb--noimage, .list--photo li .thumb img.thumb--noimage, .list--discography li .thumb img.thumb--noimage {
  background-size: cover;
}
.list--contents li .thumb img:first-child:not(.thumb--noimage), .list--photo li .thumb img:first-child:not(.thumb--noimage), .list--discography li .thumb img:first-child:not(.thumb--noimage) {
  -o-object-fit: contain;
     object-fit: contain;
}
.list--contents li .thumb .blur, .list--photo li .thumb .blur, .list--discography li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(2);
}
.list--contents li .thumb .blur img, .list--photo li .thumb .blur img, .list--discography li .thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .thumb::after, .list--photo li .thumb::after, .list--discography li .thumb::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background: #000000;
  transform: scale(0, 1) rotate(180deg);
  transition: transform 0.4s, opacity 0.4s;
}
.list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #000000;
  word-break: break-word;
  margin-bottom: 0.8em;
}
.list--contents li .date, .list--photo li .date, .list--discography li .date {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.list--photo li a, .list--discography li a, .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--photo li a .block--thumb, .list--discography li a .block--thumb, .list--photo-blog li a .block--thumb {
  padding-top: 100%;
}

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

.list--error li {
  background-color: #DB001E;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.list--error li:last-of-type {
  margin-bottom: 0;
}

.list--category--nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.list--category--nav li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.list--category--nav li:nth-of-type(2n) {
  margin-right: 0;
}
.list--category--nav li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 1em;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .inner .txt a {
  text-decoration: underline;
}
.section--detail .tit {
  color: #000000;
  margin-bottom: 0.5em;
}
.section--detail .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.section--detail .date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .date .new {
  color: #CAA466;
  font-size: 110%;
}
.section--detail .block--tag .tag {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.section--detail .category {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.section--detail .block--detail--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.section--detail .block--detail--footer .detail__btn {
  margin-top: 0;
}
.section--detail .block--detail--footer .detail__btn a::before {
  content: "";
  background: url(/static/superbeaver/assets/common/arrow.svg) no-repeat;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section--detail .block--detail--footer .detail__btn a:hover {
  transform: translateX(-7px);
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li i {
  color: #000000;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #000000;
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
}
.section--detail .block--share li a:hover {
  opacity: 0.6;
}
.section--detail .block--point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  max-width: 900px;
  margin: 1.5em auto;
  border: solid 1px #000000;
  background-color: #ffffff;
}
.section--detail .block--point dl {
  display: grid;
  border-right: solid 1px #000000;
}
.section--detail .block--point dl dt {
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 0.2em;
  border-bottom: solid 1px #000000;
  background-color: #303133;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
.section--detail .block--point dl dd {
  padding: 0.5em 0.2em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
.section--detail .block--point dl dd p {
  width: 100%;
}
.section--detail .block--point dl dd p span {
  display: inline-block;
  margin-left: 0.2em;
  font-size: 11px;
}
.section--detail .block--point dl.block--point--necessary dd {
  font-weight: bold;
  font-size: 22px;
}
.section--detail .block--point dl:last-of-type {
  border-right: none;
}

.header {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header h1 {
  width: 70%;
  max-width: 200px;
  line-height: 1;
  padding-right: 10px;
}
.header .block--nav .list--nav--contents li a {
  display: block;
  position: relative;
  transform: rotate(0deg);
  padding: 5px 2px;
  overflow-x: hidden;
}
.header .block--nav .list--nav--contents li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform: translateX(-110%);
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.header .block--nav .list--nav--contents li a:hover::after {
  transform: none;
}
.header .block--nav .nav--request a {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  transition: background-color 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.header .block--nav .nav--request a:hover {
  background-color: #000000;
}
.header .drawer__btn {
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  top: 17px;
  right: 15px;
  cursor: pointer;
  z-index: 100;
  cursor: pointer;
}
.header .drawer__btn .drawer__btn__inner {
  position: relative;
}
.header .drawer__btn .drawer__btn__inner span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transition: 0.2s;
}
.header .drawer__btn .drawer__btn__inner span:nth-child(1) {
  top: 4px;
}
.header .drawer__btn .drawer__btn__inner span:nth-child(2) {
  top: 12px;
}
.header .drawer__btn .drawer__btn__inner span:nth-child(3) {
  top: 20px;
}

.drawer {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1), 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 {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  margin: 0 auto;
  background: #fff;
}
.drawer .drawer__inner .g-nav {
  margin: 0 auto;
}
.drawer .drawer__inner .g-nav .block--heading {
  display: block;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}
.drawer .drawer__inner .g-nav .block--heading p {
  display: inline-block;
  border: solid 1px #ffffff;
  border-bottom: none;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.drawer .drawer__inner .g-nav .block--nav--official {
  background: #ffffff;
  padding: 80px 2em 30px;
}
.drawer .drawer__inner .g-nav .block--nav--official .list--nav--contents {
  display: flex;
  flex-wrap: wrap;
}
.drawer .drawer__inner .g-nav .block--nav--official .list--nav--contents li {
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.drawer .drawer__inner .g-nav .block--nav--official .list--nav--contents li a {
  color: #000000;
  font-size: 18px;
}
.drawer .drawer__inner .g-nav .block--nav--members {
  color: #ffffff;
  background: #303133;
  padding: 40px 2em 100px;
}
.drawer .drawer__inner .g-nav .block--nav--members .logo--fc {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--login {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px 0;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--login li {
  width: 5em;
  line-height: 1;
  text-align: center;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--login li a img {
  display: block;
  width: 25px;
  filter: invert(1);
  margin: 0 auto;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--login li a span {
  display: inline-block;
  margin-top: 10px;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--menu .nav--blog {
  display: flex;
  flex-wrap: wrap;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--menu .nav--blog li {
  width: calc(50% - 5px);
  line-height: 1;
  margin-bottom: 10px;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--menu .nav--blog li:nth-child(even) {
  margin-left: 10px;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--menu .nav--blog li.big {
  width: 100%;
  margin-left: 0;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--menu .nav--menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
.drawer .drawer__inner .g-nav .block--nav--members .block--menu .nav--menu li {
  width: 48%;
  margin-bottom: 1em;
}
.drawer .drawer__inner .g-nav .list--nav--sns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.drawer .drawer__inner .g-nav .list--nav--sns li {
  margin-right: 1em;
}
.drawer .drawer__inner .g-nav .list--nav--sns li a {
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1);
  font-size: 16px;
}
.drawer .drawer__inner .g-nav .list--nav--sns li a:hover {
  opacity: 0.4;
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .content-main, body.drawer-visible header .logo, body.drawer-visible footer {
  pointer-events: none;
}
body.drawer-visible .drawer__btn .drawer__btn__inner span:nth-child(1) {
  top: 12px;
  transform: rotate(35deg);
}
body.drawer-visible .drawer__btn .drawer__btn__inner span:nth-child(2) {
  opacity: 0;
}
body.drawer-visible .drawer__btn .drawer__btn__inner span:nth-child(3) {
  top: 12px;
  transform: rotate(-35deg);
}
body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transform: none;
}
body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--official .block--heading, body.drawer-visible .drawer .drawer__inner .g-nav .block--nav--members .block--heading {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1), transform 0.4s 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--members li:nth-of-type(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.4s 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--members li:nth-of-type(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.4s 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--members li:nth-of-type(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.4s 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--members li:nth-of-type(4) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.4s 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--members li:nth-of-type(5) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.4s 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--members li:nth-of-type(6) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.4s 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--members li:nth-of-type(7) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.4s 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--members li:nth-of-type(8) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.4s 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--members li:nth-of-type(9) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.4s 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--members li:nth-of-type(10) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.4s 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--members li:nth-of-type(11) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.4s 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--members li:nth-of-type(12) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.4s 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--members li:nth-of-type(13) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.4s 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--members li:nth-of-type(14) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.4s 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--members li:nth-of-type(15) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.4s 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--members li:nth-of-type(16) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.4s 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--members li:nth-of-type(17) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.4s 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--members li:nth-of-type(18) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.4s 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--members li:nth-of-type(19) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.55s, transform 0.4s 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--members li:nth-of-type(20) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 1.6s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.4s 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.3s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}

body.browser_back .drawer {
  transition: none;
}

footer {
  background: #303133;
  margin-top: auto;
  padding: 2em;
  position: relative;
  z-index: 1;
}
footer .inner .list--support .nav--support li {
  line-height: 1;
  margin-bottom: 1em;
}
footer .inner .list--support .nav--support li a {
  color: #fff;
  font-size: 12px;
  transition: color 0.3s;
}
footer .inner .list--support .nav--support li a:hover {
  opacity: 0.8;
}
footer .inner .block--sns {
  text-align: right;
}
footer .inner .block--sns .list--nav--sns {
  justify-content: flex-end;
  margin-bottom: 2em;
}
footer .inner .block--sns .list--nav--sns li {
  margin-left: 1em;
}
footer .inner .block--sns .list--nav--sns li a {
  color: #fff;
}
footer .inner .block--copyright .rights--icons {
  display: flex;
}
footer .inner .block--copyright .copyright {
  color: #fff;
  font-size: 10px;
}

.page--home section {
  margin-bottom: 70px;
}
.page--home section .slick-slider .slick-dots {
  bottom: -18px;
}
.page--home section .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}
.page--home section .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.page--home section .slick-slider .slick-dots li button::before {
  width: 6px;
  height: 6px;
  background: #dfdfdf;
  border: none;
  border-radius: 50%;
  line-height: 1;
  font-size: 0;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  opacity: 1;
}
.page--home section .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
}
.page--home section .section--inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.page--home section .section--inner .block--tit {
  margin-bottom: 1em;
}
.page--home section .section--inner .block--tit .section-tit {
  line-height: 1;
  display: inline-block;
}
.page--home .section--top {
  margin-bottom: 40px;
}
.page--home .section--top .block--keyvisual .slick-slider .slick-slide {
  margin: 0 2px;
  width: 90vw;
  max-width: 750px;
}
.page--home .nav--request a {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  transition: background-color 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--home .nav--request a:hover {
  background-color: #000000;
}
.page--home .block--birthday-message .btn--birthday {
  border-radius: 0.3em;
  border-bottom-left-radius: 1.5em;
  background-color: #303133;
  color: #ffffff;
  transition: background-color 0.3s ease-out;
}
.page--home .block--birthday-message .btn--birthday i {
  font-family: "Font Awesome 5 Free";
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .list--bnr {
  text-align: center;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
  max-width: 700px;
  transition: opacity 0.3s ease-in;
}
.page--home .section--banner .list--bnr li figure {
  position: relative;
}
.page--home .section--banner .list--bnr li figure::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.4s, opacity 1s;
}
.page--home .section--banner .list--bnr li:hover {
  cursor: pointer;
}
.page--home .section--banner .list--bnr li:hover figure::after {
  opacity: 0.5;
}
.page--home .section--banner .block--carousel-nav {
  margin-left: auto;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--home .section--banner .block--banner1 {
  max-width: 700px;
  margin: 0 auto;
}
.page--home .section--banner .block--banner1 .slick-slide {
  width: 700px;
  max-width: 100vw;
  padding: 0 15px;
}
.page--home .section--banner .block--banner2 .slick-slider .slick-slide {
  margin: 0 5px;
  width: 90vw;
  max-width: 500px;
}
.page--home .section--banner .block--banner--fc {
  max-width: 1000px;
  margin: auto;
}
.page--home .section--banner .block--banner--fc .slick-slider .slick-slide {
  margin: 0 5px;
  width: 333.3333333333px;
  max-width: 90vw;
}
.page--home .section--banner .block--banner--fc .slick-slider .slick-dots li button::before {
  background: #555;
}
.page--home .section--banner .block--banner--fc .slick-slider .slick-dots li.slick-active button:before {
  background: #fff;
}
.page--home .section--banner.banner1 {
  margin-bottom: 50px;
}
.page--home .section--banner.banner1 {
  margin-bottom: 50px;
}
.page--home .section--news, .page--home .section--live, .page--home .section--media, .page--home .section--music, .page--home .section--video, .page--home .section--movie {
  position: relative;
}
.page--home .section--news .section--inner .block--tit, .page--home .section--live .section--inner .block--tit, .page--home .section--media .section--inner .block--tit, .page--home .section--music .section--inner .block--tit, .page--home .section--video .section--inner .block--tit, .page--home .section--movie .section--inner .block--tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page--home .section--news .section--inner .block--tit .section-tit, .page--home .section--live .section--inner .block--tit .section-tit, .page--home .section--media .section--inner .block--tit .section-tit, .page--home .section--music .section--inner .block--tit .section-tit, .page--home .section--video .section--inner .block--tit .section-tit, .page--home .section--movie .section--inner .block--tit .section-tit {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.page--home .section--news .section--inner .block--tit .list__more a, .page--home .section--live .section--inner .block--tit .list__more a, .page--home .section--media .section--inner .block--tit .list__more a, .page--home .section--music .section--inner .block--tit .list__more a, .page--home .section--video .section--inner .block--tit .list__more a, .page--home .section--movie .section--inner .block--tit .list__more a {
  transition: 0.4s;
  padding-right: 25px;
}
.page--home .section--news .section--inner .block--tit .list__more a::after, .page--home .section--live .section--inner .block--tit .list__more a::after, .page--home .section--media .section--inner .block--tit .list__more a::after, .page--home .section--music .section--inner .block--tit .list__more a::after, .page--home .section--video .section--inner .block--tit .list__more a::after, .page--home .section--movie .section--inner .block--tit .list__more a::after {
  content: "";
  background: url(/static/superbeaver/assets/common/arrow.svg) no-repeat;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.page--home .section--news .section--inner .block--tit .list__more a:hover, .page--home .section--live .section--inner .block--tit .list__more a:hover, .page--home .section--media .section--inner .block--tit .list__more a:hover, .page--home .section--music .section--inner .block--tit .list__more a:hover, .page--home .section--video .section--inner .block--tit .list__more a:hover, .page--home .section--movie .section--inner .block--tit .list__more a:hover {
  transform: translateX(7px);
}
.page--home .section--news .section--inner .list--information, .page--home .section--live .section--inner .list--information, .page--home .section--media .section--inner .list--information, .page--home .section--music .section--inner .list--information, .page--home .section--video .section--inner .list--information, .page--home .section--movie .section--inner .list--information {
  display: flex;
  flex-wrap: wrap;
}
.page--home .section--news .section--inner .list--information li, .page--home .section--live .section--inner .list--information li, .page--home .section--media .section--inner .list--information li, .page--home .section--music .section--inner .list--information li, .page--home .section--video .section--inner .list--information li, .page--home .section--movie .section--inner .list--information li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.page--home .section--news .section--inner .list--information a, .page--home .section--live .section--inner .list--information a, .page--home .section--media .section--inner .list--information a, .page--home .section--music .section--inner .list--information a, .page--home .section--video .section--inner .list--information a, .page--home .section--movie .section--inner .list--information a {
  display: block;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--home .section--news .section--inner .block--tit {
  margin-bottom: 0.5em;
}
.page--home .section--live .section--inner .block--tit {
  margin-bottom: 0.5em;
}
.page--home .section--live .section--inner .list--information li a .list__txt .week {
  font-size: 11px;
}
.page--home .section--live .section--inner .list--information li a .list__txt .flex {
  display: flex;
  align-items: center;
}
.page--home .section--live .section--inner .list--information li a .list__txt .flex p {
  line-height: 1.3;
}
.page--home .section--live .section--inner .list--information li a .list__txt .flex p.category {
  background: none;
  color: #000;
  border-radius: 30px;
  width: 6em;
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 0;
  padding: 4px;
  line-height: 1;
}
.page--home .section--live .section--inner .list--information li a .list__txt .flex p.place {
  width: calc(100% - 6em);
}
.page--home .section--video .section--inner .block--video {
  max-width: 900px;
  margin: 0 auto;
}
.page--home .section--video .section--inner .block--video.delighter {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--home .section--video .section--inner .block--video.started {
  opacity: 1;
  transform: none;
}
.page--home .section--goods .list--goods {
  display: flex;
}
.page--home .section--goods .list--goods li {
  width: 50%;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--home .section--goods .list--goods li.delighter {
  transform: translateY(10%);
  opacity: 0;
}
.page--home .section--goods .list--goods li.started {
  transform: none;
  opacity: 1;
}
.page--home .section--goods .list--goods li a {
  display: block;
}
.page--home .section--goods .list--goods li a figure {
  display: flex;
  align-items: center;
  height: 300px;
  padding: 10%;
  border: 1px solid;
}
.page--home .section--goods .list--goods li:first-child {
  margin-right: 5%;
}
.page--home .section--music .list--music {
  max-width: 600px;
  margin: 0 auto;
}
.page--home .section--music .list--music.delighter {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.page--home .section--music .list--music.started {
  opacity: 1;
  transform: none;
}
.page--home .section--music .list--music li .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
  border: solid 1px #000000;
  background-color: #ffffff;
}
.page--home .section--music .list--music li .thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page--home .section--music .list--music li .thumb img:first-child {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.page--home .section--music .list--music li .thumb img.blur {
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
  transform: scale(2);
  z-index: 0;
}
.page--home .section--music .list--music .link--music {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-top: 1em;
}
.page--home .section--music .list--music .link--music a {
  margin-left: 10px;
}
.page--home .section--music .list--music .link--music img {
  width: auto;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--home .block--banner img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.page--home .area--official {
  background: #ffffff;
  padding-bottom: 20px;
}
.page--home .area--member {
  position: relative;
  background: #303133;
  padding: 100px 0 10px;
  z-index: 1;
}
.page--home .area--member .area--inner .area--inner--head {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto 50px;
  text-align: center;
}
.page--home .area--member .area--inner .area--inner--head .nav--mypage img {
  width: 30px;
  filter: contrast(0.1);
}
.page--home .area--member .area--inner .area--inner--head .nav--mypage p {
  font-size: 80%;
}
.page--home .area--member .area--inner .logo--fc img {
  width: 90%;
  max-width: 500px;
}
.page--home .area--member .area--inner .block--login--wrap {
  margin-top: 20px;
}
.page--home .area--member .area--inner .block--login {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .area--member .area--inner .block--login li {
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
.page--home .area--member .area--inner .block--login li:first-of-type {
  margin-left: 0;
}
.page--home .area--member .area--inner .block--login li.nav--login::after {
  content: "/ ";
  margin: 0 0.5em;
}
.page--home .area--member .area--inner .section--contents {
  max-width: 1140px;
  margin: 0 auto;
}
.page--home .area--member .area--inner .section--contents h2.section-tit {
  color: #fff;
}
.page--home .area--member .area--inner .section--contents p {
  color: #fff;
}
.page--home .area--member .area--inner .section--contents .list--contents li .category {
  color: #CAA466;
}
.page--home .area--member .area--inner .section--contents .list--contents li .date {
  margin-bottom: 0.8em;
}
.page--home .area--member .area--inner .section--contents .list--contents li.new::after {
  content: "New";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #000;
  background: #fff000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 40px;
  z-index: 10;
}
.page--home .area--member .area--inner .section--contents .no-data {
  color: #ffffff;
}
.page--home .area--member .area--inner .section--contents .list__more a {
  color: #fff;
  padding-right: 30px;
  transition: 0.4s;
}
.page--home .area--member .area--inner .section--contents .list__more a::after {
  content: "";
  background: url(/static/superbeaver/assets/common/arrow_wh.svg) no-repeat;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1, 1);
}
.page--home .area--member .area--inner .section--contents .list__more a:hover {
  transform: translateX(7px);
}
.page--home .area--member .area--inner .section--contents .section--latest {
  margin-left: auto;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--tit {
  margin-right: 1em;
  text-align: right;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--tit .section-tit {
  width: 88%;
  margin-left: auto;
  padding-right: 0.08em;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--tit .section-tit::before {
  content: "";
  display: inline-block;
  width: 0.66em;
  height: 1.08em;
  background: url(/static/superbeaver/assets/icon--hata.svg) no-repeat center center/contain;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--inner {
  margin-left: 1em;
  padding-right: 2.4em;
  padding-left: 1.6em;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 150px;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--inner .list--contents .block--radio .block--thumb img {
  background-size: contain;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--inner .list--contents .block--item--info .block--txt .block--sub--info {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 1;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--inner .list--contents .block--item--info .block--txt .block--sub--info .block--category {
  margin-bottom: 0;
  margin-left: 0.6em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
.page--home .area--member .area--inner .section--contents .section--latest .block--inner .list__more {
  margin-top: 2em;
  margin-right: 1em;
  text-align: right;
}
.page--home .area--member .area--inner .section--contents .section--info .block--tit {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page--home .area--member .area--inner .section--contents .section--info .list--information li {
  border-color: #fff;
}
.page--home .area--member .area--inner .section--contents .section--info .list--information li a {
  color: #fff;
}
.page--home .area--member .area--inner .section--contents .section--movie .block--movie {
  max-width: 900px;
  margin: 0 auto;
}
.page--home .area--member .area--inner .section--contents .section--movie .list--contents li img {
  aspect-ratio: 16/9;
  height: auto;
}
.page--home .area--member .area--inner .section--contents .section--movie .list--contents li .block--txt {
  margin-top: 0.8em;
}
.page--home .area--member .area--inner .section--contents .section--movie .list--contents li .block--txt .category {
  margin-right: 1em;
}
.page--home .area--member .area--inner .section--contents .section--blog .list--contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page--home .area--member .area--inner .section--contents .section--blog .list--contents li .thumb {
  padding-top: 100%;
}
.page--home .area--member .area--inner .section--contents .section--blog .list--contents li .block--txt {
  margin-top: 0.8em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--home .area--member .area--inner .section--contents .section--blog .list--contents li .block--txt .category {
  margin-bottom: 0.8em;
}
.page--home .area--member .area--inner .section--contents .section--blog .list--contents li .block--txt .date {
  margin-bottom: 0.5em;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner {
  position: relative;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list--contents, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list--contents {
  display: block;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list--contents li a, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list--contents li a {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list--contents li a .block--thumb, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list--contents li a .block--thumb {
  width: 50%;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list--contents li a .block--thumb .thumb, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list--contents li a .block--thumb .thumb {
  padding-top: 100%;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list--contents li a .block--txt, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list--contents li a .block--txt {
  width: 50%;
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list--contents li.new::after, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list--contents li.new::after {
  top: -5px;
  left: calc(50% - 25px);
}
.page--home .area--member .area--inner .section--contents .section--blog--staff .section--inner .list__more, .page--home .area--member .area--inner .section--contents .section--lyrics .section--inner .list__more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page--home .area--member .area--inner .section--contents .section--lyrics .list__more {
  right: 15px !important;
}
.page--home .area--member .area--inner .section--contents .section--banner {
  margin-bottom: 0;
}
.page--home .area--member .fc--mark {
  position: fixed;
  bottom: 10%;
  right: 5%;
  width: 80%;
  max-width: 500px;
  filter: contrast(0.5);
  z-index: -1;
  transition: 0.3s;
  transform: translateX(120%);
  opacity: 0;
}
.page--home .area--member .fc--mark.active {
  animation: beaver 1s linear;
  opacity: 1;
  transform: translateX(20%);
}
@keyframes beaver {
  0% {
    transform: rotate(5deg) translateX(60%);
  }
  20% {
    transform: rotate(0deg) translateX(50%);
  }
  40% {
    transform: rotate(5deg) translateX(20%);
  }
  60% {
    transform: rotate(10deg) translateX(20%) translateY(-10px);
  }
  80% {
    transform: rotate(5deg) translateX(20%);
  }
  100% {
    transform: rotate(0) translateX(20%);
  }
}
.page--home footer {
  background: none;
}

.page--info .section--list .block--tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page--info .section--list .block--tit .list--link a {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #000;
  line-height: 1;
  font-size: 13px;
  padding: 5px;
}
.page--info .section--list .block--tit .list--link a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  transform: scale(1, 0);
  transform-origin: bottom;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--info .section--list .block--tit .list--link a:hover {
  color: #fff;
}
.page--info .section--list .block--tit .list--link a:hover::before {
  transform: none;
}
.page--info .section--list .list--information .list--txt .flex {
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
}
.page--info .section--list .list--information .list--txt .flex .date {
  margin-bottom: 0;
}
.page--info .section--list .list--information .list--txt .flex .date .new {
  margin-left: 0.5em;
}
.page--info .section--list .list--information .list--txt .flex .category {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.page--info .section--detail .block--tit {
  margin-bottom: 2em;
}
.page--info .section--detail .block--tit .date {
  margin-bottom: 1em;
}
.page--info .section--detail .block--txt a {
  text-decoration: underline;
}
.page--info .section--detail .block--txt .ph {
  margin: 0.8em 0;
}
.page--info .section--detail .block--txt .ph img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--info .section--detail .block--txt .youtube {
  margin: 0.8em 0;
}

.page--video .section--list .list--information li {
  margin-bottom: 40px;
  overflow: unset;
  border: none;
}
.page--video .section--list .list--information li a {
  padding: 0;
  border: none;
}
.page--video .section--list .list--information li a p.tit {
  margin-top: 1em;
}
.page--video .section--list .list--information li a:hover {
  transform: translateY(-5px);
}
.page--video .section--list .list--information li a::after {
  display: none;
}
.page--video .section--list #next {
  margin-top: 10px;
}

.page--discography .section--list .list--discography li a {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.page--discography .section--list .list--discography li a .thumb {
  border: 1px solid #000;
}
.page--discography .section--list .list--discography li a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}
.page--discography .section--list .list--discography li .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.page--discography .section--list .list--discography li .block--sub--info .category {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 0.5em;
  margin-right: 0.5em;
  line-height: 1;
}
.page--discography .section--list #next {
  margin-top: 10px;
}
.page--discography .section--detail .block--discography .list--jacket img {
  border: 1px solid #000;
}
.page--discography .section--detail .block--discography .block--discography--details .block--tit .section-tit {
  line-height: 1.3;
}
.page--discography .section--detail .block--discography .block--discography--details .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.page--discography .section--detail .block--discography .block--discography--details .block--sub--info .category {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 0.5em;
  margin-right: 0.5em;
  line-height: 1;
}
.page--discography .section--detail .block--discography .block--discography--details .block--comment a, .page--discography .section--detail .block--discography .block--discography--details .block--review a {
  font-weight: bold;
  text-decoration: underline;
}
.page--discography .section--detail .block--discography .block--discography--details .block--comment a::before, .page--discography .section--detail .block--discography .block--discography--details .block--review a::before {
  content: "\f061";
  display: inline-block;
  margin-right: 0.2em;
  color: #000000;
  font-family: FontAwesome;
}
.page--discography .section--detail .block--discography .block--discography--details .block--comment .txt--sub, .page--discography .section--detail .block--discography .block--discography--details .block--review .txt--sub {
  opacity: 0.8;
}
.page--discography .section--detail .block--discography .block--discography--details .block--list--btn .list--btn a {
  font-weight: inherit;
  text-decoration: none;
}
.page--discography .section--detail .block--discography .block--discography--details .block--list--btn .list--btn a::before {
  display: none;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .block--disc--tit {
  display: block;
  border-bottom: solid 1px #303133;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--discography .section--detail .block--discography .block--discography--details .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--discography--details .block--track .block--disc .list--track > li dl .block--track--number {
  color: #303133;
  line-height: 1;
  width: 2.5em;
  white-space: nowrap;
  margin-right: 0.5em;
  text-align: right;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl .block--track--number:after {
  content: ".";
}
.page--discography .section--detail .block--discography .block--discography--details .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--discography--details .block--track .block--disc .list--track > li dl .block--track--details .block--track--tit {
  color: #000000;
  line-height: 1.5;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl .block--track--details .txt--sub {
  opacity: 0.8;
  width: 100%;
}
.page--discography .section--detail .block--discography .block--discography--details .btn .btn--main {
  text-decoration: none;
}
.page--discography .section--detail .block--discography .block--discography--details .btn .btn--main::before {
  content: "";
}
.page--discography .section--detail .block--discography .block--discography--details iframe {
  width: 100%;
  height: auto;
}
.page--discography .section--detail .block--detail--footer {
  justify-content: center;
}

.page--live .section--list .list--information li a .list__txt .week {
  font-size: 11px;
}
.page--live .section--list .list--information li a .list__txt .flex {
  display: flex;
  align-items: center;
}
.page--live .section--list .list--information li a .list__txt .flex p.category {
  background: none;
  color: #000;
  border-radius: 30px;
  width: 6em;
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 0;
  padding: 4px;
  line-height: 1;
  white-space: nowrap;
}
.page--live .section--list .list--information li a .list__txt .flex p.place {
  width: calc(100% - 6em);
  line-height: 1.3;
}
.page--live .section--detail .block--tit {
  margin-bottom: 1.5em;
}
.page--live .section--detail .thumb {
  margin: 1.5em auto;
}
.page--live .section--detail .thumb img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--live .section--detail .block--liveinfo a {
  text-decoration: underline;
}
.page--live .section--detail .block--liveinfo dt {
  font-weight: bold;
}
.page--live .section--detail .block--liveinfo dd {
  border-bottom: 1px solid #ddd;
}
.page--live .section--detail .block--liveinfo .btn a {
  text-decoration: none;
  margin-top: 1em;
}
.page--live .section--detail .detail__btn {
  text-align: center;
}

.page--schedule .section--list {
  max-width: 900px;
}
.page--schedule .section--list .block--category {
  justify-content: center;
}
.page--schedule .section--list .block--category .block--nav--category {
  justify-content: center;
}
.page--schedule .section--list .block--category .block--nav--category li p {
  padding: 0.2em 0.5em;
  border: 1px solid #000;
  cursor: pointer;
}
.page--schedule .section--list .block--category .block--nav--category li input[type=checkbox] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--schedule .section--list .block--category .block--nav--category li input[type=checkbox]:checked + p {
  background: #000;
  color: #fff;
  opacity: 1;
}
.page--schedule .section--list .block--month {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
.page--schedule .section--list .block--month p {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.page--schedule .section--list .block--month a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.page--schedule .section--list .block--month .tit {
  width: 60%;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
}
.page--schedule .section--list .block--month .tit span {
  display: inline-block;
  padding: 0 10px;
  font-size: 24px;
  vertical-align: -2px;
}
.page--schedule .section--list .block--month .prev {
  width: 20%;
  text-align: left;
}
.page--schedule .section--list .block--month .prev a {
  padding-left: 20px;
}
.page--schedule .section--list .block--month .prev::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  transform: rotate(45deg);
  right: auto;
  left: 10px;
}
.page--schedule .section--list .block--month .next {
  width: 20%;
  text-align: right;
}
.page--schedule .section--list .block--month .next a {
  padding-right: 20px;
}
.page--schedule .section--list .block--month .next::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(-135deg);
}
.page--schedule .section--list .block--week ul {
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #999;
  background: #fff;
  border-bottom: 0.5px solid #ccc;
  padding: 5px 0 3px;
}
.page--schedule .section--list .block--week ul li {
  width: 100%;
  text-align: center;
}
.page--schedule .section--list .block--week ul li:nth-child(6) {
  color: #4cafff;
}
.page--schedule .section--list .block--week ul li:nth-child(7) {
  color: #ff6d6f;
}
.page--schedule .section--list .block--day .block--day_box {
  position: relative;
  overflow: hidden;
}
.page--schedule .section--list .block--day .block--day_box:hover {
  opacity: 0.7 !important;
}
.page--schedule .section--list .block--day .event-date {
  position: absolute;
  width: 20%;
  text-align: center;
  padding: 16px 0;
  box-sizing: border-box;
  font-weight: bold;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 1;
}
.page--schedule .section--list .block--day .event-date:nth-of-type(2) {
  display: none;
}
.page--schedule .section--list .block--day ul {
  color: inherit;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background: #fff;
  flex-wrap: wrap;
  position: relative;
}
.page--schedule .section--list .block--day ul:last-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(150, 150, 150, 0.5);
  left: 0;
  bottom: 1px;
  position: absolute;
}
.page--schedule .section--list .block--day ul li {
  position: relative;
  width: 100%;
}
.page--schedule .section--list .block--day ul li.block-data {
  width: 80%;
  margin: 0 0 0 auto;
}
.page--schedule .section--list .block--day ul li:nth-child(6) .day {
  color: #0098ff;
}
.page--schedule .section--list .block--day ul li:nth-child(7) .day {
  color: #ff4346;
}
.page--schedule .section--list .block--day ul a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.5;
}
.page--schedule .section--list .block--day ul a .tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  word-break: break-word;
}
.page--schedule .section--list .block--day ul a .block--txt {
  padding: 1.2em 0;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(150, 150, 150, 0.5);
}
.page--schedule .section--list .block--day ul a + a {
  margin-top: 5px;
}
.page--schedule .section--list .block--day ul:last-child li.block-data:last-child .block--txt {
  border: none;
}
.page--schedule .section--list .block--day ul .category {
  display: inline-block;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  margin-bottom: 0.6em;
  padding: 5px 0.5em;
  line-height: 1;
}
.page--schedule .section--list .block--day ul .day {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.page--wallpaper .section--list .list--contents li {
  margin-bottom: 10px;
  border: none;
}
.page--wallpaper .section--list .list--contents li a .block--txt .date {
  font-size: 12px;
  margin-bottom: 0.5em;
}
.page--wallpaper .section--list .list--contents li a .block--txt .date .new {
  margin-left: 0.7em;
}
.page--wallpaper .section--detail .block--txt {
  margin-bottom: 1.5em;
}
.page--wallpaper .section--detail .block--txt .date {
  margin-bottom: 0.5em;
}
.page--wallpaper.page--wallpaper--detail .block--tit .section-tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.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: #000000;
}
#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, #swipebox-next, #swipebox-close {
  width: 4em;
  height: 4em;
}

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

#swipebox-action #swipebox-close {
  top: 2em;
  right: 3%;
  border-radius: 100%;
  background: none;
  background-color: #000000;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 48%;
  left: 1.1em;
  transition: all 0.6s ease-out 0s;
  -webkit-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%;
  border-radius: 100%;
  background: none;
  background-color: #000000;
  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--wallpaper .section--list .list--contents {
  justify-content: space-between;
}
.page--wallpaper .section--list .list--contents li {
  width: calc(50% - 15px);
}
.page--wallpaper .section--list .thumb {
  margin-bottom: 1em;
  padding: 0;
}
.page--wallpaper .section--list .thumb img {
  position: static;
}

.page--movie .video-js .vjs-big-play-button {
  box-shadow: 0 0 10px #303133;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}
.page--movie .video-js .vjs-play-control {
  width: 11vw !important;
  height: 11vw !important;
  max-width: 60px;
  max-height: 60px;
}
.page--movie .section--list .block--tit {
  text-align: center;
}
.page--movie .section--list .block--tit .section-tit {
  line-height: 1.2;
}
.page--movie .section--list .block--tit .section-tit span {
  font-size: 90%;
}
.page--movie .section--list .list--contents {
  justify-content: space-between;
}
.page--movie .section--list .list--contents .block--txt {
  margin-top: 1em;
}
.page--movie .section--list .list--contents .block--txt .date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.page--movie .section--list .list--contents li.new::after {
  content: "New";
  display: inline-block;
  position: absolute;
  top: -15px;
  right: -10px;
  color: #000;
  background: #fff000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 40px;
}
.page--movie .section--list.parent--list .txt {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.7em;
}
.page--movie .section--list.parent--list .txt .tit {
  color: #CAA466;
  line-height: 1;
  margin-right: 0.7em;
  margin-bottom: 0;
}
.page--movie .section--detail .block--tit .tit {
  font-weight: 600 !important;
}
.page--movie .section--detail .block--tit .category {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 0.5em;
  margin-bottom: 1.5em;
  opacity: 1 !important;
}
.page--movie .section--detail .block--tit .date {
  opacity: 1 !important;
  margin-bottom: 10px;
}
.page--movie .section--detail .area--movie .block--player {
  padding-top: 56.25% !important;
}
.page--movie .info--post {
  text-align: center;
  margin: 3em 0;
}
.page--movie .info--post .block--txt {
  display: inline-block;
  border: 1px solid;
  width: 100%;
  max-width: 700px;
  padding: 2em 1em;
}
.page--movie .info--post .block--txt .btn a {
  display: block;
  background: white;
  color: #000;
  padding: 10px;
  max-width: 300px;
  margin: 1em auto 0;
}
.page--movie .block--more_movies {
  border: none !important;
  background: none !important;
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
.page--movie .block--more_movies .list--contents {
  border-top: 1px solid #fff;
}
.page--movie .block--more_movies .list--contents li {
  border-color: #fff !important;
  overflow-x: hidden;
}
.page--movie .block--more_movies .list--contents li a {
  width: 100% !important;
  transition: 0.4s;
}
.page--movie .block--more_movies .list--contents li a .thumb {
  padding: 0;
}
.page--movie .block--more_movies .list--contents li a .thumb img {
  position: relative;
}
.page--movie .block--more_movies .list--contents li a .category {
  margin-bottom: 1em !important;
}
.page--movie .block--more_movies .list--contents li a:hover {
  opacity: 0.7;
}
.page--movie .section--detail .block--tit {
  width: 100% !important;
}
.page--movie:not(.page--radio) .list--contents li img {
  aspect-ratio: 16/9;
}
.page--movie .btn--main::before {
  background: #ccc;
}

.page--radio .section--list .list--contents li .thumb {
  padding-top: 100%;
}

.page--blog .section--detail .txt * {
  background-size: auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
}
.page--blog .section--detail .block--tit .date {
  margin-bottom: 0.5em;
}
.page--blog .block--comment .list--comment li {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.8);
}
.page--blog .block--comment .list--comment .no-data {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--blog .block--comment .name {
  display: inline-block;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
.page--blog .block--comment .date {
  display: block;
}
.page--blog .block--comment .btn--delete input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  line-height: 1;
}
.page--blog .block--pager__detail .pager__item--newer,
.page--blog .block--pager__detail .pager__item--older {
  margin: 0 1em;
}
.page--blog .block--pager__detail .pager__item--list a {
  transition: color 0.3s;
}
.page--blog .block--pager__detail .pager__item--list a:hover {
  color: #000000;
}
.page--blog .block--pager__detail .detail__btn a:hover {
  color: #D91717;
}
.page--blog .commentconfirm .pageTit, .page--blog .commentcomplete .pageTit, .page--blog .commentdelete .pageTit {
  display: none;
}
.page--blog .commentconfirm .titArea, .page--blog .commentcomplete .titArea, .page--blog .commentdelete .titArea {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
.page--blog .commentconfirm dl, .page--blog .commentcomplete dl, .page--blog .commentdelete dl {
  border: solid 1px #000000;
  background-color: #ffffff;
}
.page--blog .commentconfirm dd, .page--blog .commentcomplete dd, .page--blog .commentdelete dd {
  color: #000000;
}
.page--blog .commentconfirm dd:last-of-type, .page--blog .commentcomplete dd:last-of-type, .page--blog .commentdelete dd:last-of-type {
  margin-bottom: 0;
}
.page--blog .commentcomplete .titArea, .page--blog .commentdelete .titArea {
  text-align: center;
}

.page--blog .section--list {
  max-width: 900px;
}
.page--blog .section--list .block--tit {
  text-align: center;
}
.page--blog .section--list .info--post {
  text-align: center;
  margin: 3em 0;
}
.page--blog .section--list .info--post .block--txt {
  display: inline-block;
  border: 1px solid;
  width: 100%;
  max-width: 700px;
  padding: 2em 1em;
}
.page--blog .section--list .info--post .block--txt .btn a {
  display: block;
  background: white;
  color: #000;
  padding: 10px;
  max-width: 300px;
  margin: 1em auto 0;
}
.page--blog .section--list .list--blog li {
  border-bottom: 1px solid #fff;
  padding: 1em 0;
}
.page--blog .section--list .list--blog li a {
  display: flex;
  width: 100%;
}
.page--blog .section--list .list--blog li a .block--thumb {
  width: 30%;
  max-width: 200px;
}
.page--blog .section--list .list--blog li a .block--thumb .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.page--blog .section--list .list--blog li a .block--thumb .thumb img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page--blog .section--list .list--blog li a .block--thumb .thumb img:first-child {
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.page--blog .section--list .list--blog li a .block--thumb .thumb img.blur {
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(20px);
  transform: scale(2);
  z-index: 0;
}
.page--blog .section--list .list--blog li a .block__txt {
  width: 70%;
  padding: 1em;
}
.page--blog .section--list .list--blog li a .block__txt .date {
  margin-bottom: 1em;
}
.page--blog .section--list #next a::after {
  border-top-color: #fff;
}
.page--blog .section--detail {
  max-width: 900px;
}
.page--blog .section--detail .sns_movie_class {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.page--blog .section--detail .sns_movie_class .jstream-eqPlayer {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.page--blog .section--detail .sns_movie_class .eq-area-center div div.eq-icon-play.eq-portlate div,
.page--blog .section--detail .sns_movie_class .eq-area-center div div.eq-icon-sound div {
  text-indent: -100%;
}
.page--blog .section--detail .sns_movie_class {
  margin: 1em 0;
}
.page--blog .section--detail .sns_movie_class .eq-video_cover {
  top: 0;
}
.page--blog .section--detail .block--icon--like {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.page--blog .section--detail .block--icon--like .icon--like {
  display: flex;
  align-items: center;
  border-radius: 100em;
  background-color: #ffffff;
  cursor: pointer;
}
.page--blog .section--detail .block--icon--like .icon--like i {
  color: #ffffff;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000;
}
.page--blog .section--detail .block--icon--like .icon--like i.clicked {
  color: #BF001A;
  -webkit-text-stroke: 1px #BF001A;
  text-stroke: 1px #BF001A;
  animation: item_stretch_bouncy 0.4s;
}
.page--blog .section--detail .block--icon--like .icon--like .likes, .page--blog .section--detail .block--icon--like .icon--like .liked {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: italic;
}
.page--blog .section--detail .block--icon--like .icon--like .like--txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--blog .section--detail figure.ph {
  margin: 1em 0;
}
.page--blog .section--detail .block--pager .pager__item--newer a::after, .page--blog .section--detail .block--pager .pager__item--newer span::after, .page--blog .section--detail .block--pager .pager__item--older a::after, .page--blog .section--detail .block--pager .pager__item--older span::after {
  border-color: white;
}

.page--blog.photo-blog .section--list .block--tit {
  display: flex;
  align-items: center;
}
.page--blog.photo-blog .section--list .list--contents li {
  position: relative;
  transform: translate(0);
}
.page--blog.photo-blog .section--list .list--contents li a:hover .date {
  opacity: 1;
}
.page--blog.photo-blog .section--list .list--contents li a:hover::before {
  opacity: 1;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb {
  position: relative;
}
.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/superbeaver/assets/membersonly.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}
.page--blog.photo-blog .section--list .list--contents.nologin .members-only {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  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: #BC0A0B;
}
.page--blog.photo-blog .slick-dots li button {
  display: none;
}
.page--blog.photo-blog .slick-dots li:hover::before {
  background: #ffffff;
}
.page--blog.photo-blog .section--detail .section--detail--inner {
  overflow: hidden;
  border-radius: 0.8em;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt {
  display: flex;
  color: #000000;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt a {
  color: #BC0A0B;
  text-decoration: none;
}
.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 .ph {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
  border-bottom-right-radius: 0.3em;
  background-color: #ffffff;
  color: #000000;
}
.page--blog.photo-blog .section--detail .section--detail--inner .ulizahtml5 {
  width: 100% !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: #D91717;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i.clicked {
  color: #BC0A0B;
  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: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.page--lyrics .section--list {
  max-width: 750px;
  margin: auto;
}
.page--lyrics .section--list .pickup {
  max-width: 500px;
  background: #000;
  border: 1px solid #fff;
  margin: 0 auto 3em;
  padding: 1.5em;
}
.page--lyrics .section--list .pickup .list--contents {
  display: block;
}
.page--lyrics .section--list .pickup .list--contents li a {
  display: flex;
  align-items: center;
}
.page--lyrics .section--list .pickup .list--contents li a .block--thumb {
  margin-bottom: 0;
}
.page--lyrics .section--list .pickup .list--contents li a .block--thumb .thumb {
  padding-top: 100%;
}
.page--lyrics .section--list .pickup .list--contents li a .block--txt .date {
  margin-bottom: 1em;
}
.page--lyrics .section--list .pickup .list--contents li a .block--txt .tit {
  margin: 0;
}
.page--lyrics .section--list .block--search form {
  margin-bottom: 40px;
}
.page--lyrics .section--list .block--search .block--pull-down {
  width: 100%;
}
.page--lyrics .section--list .block--search .block--pull-down .type {
  display: inline-block;
  position: relative;
  z-index: 10;
  background: #fff;
}
.page--lyrics .section--list .block--search .block--pull-down .type select {
  border-color: #fff;
  border-radius: 0;
  height: 36px;
  padding: 0 46px 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.page--lyrics .section--list .block--search .block--pull-down .type::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.page--lyrics .section--list .block--search .block--pull-down .type::after {
  content: "";
  border-top: 6px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: -1;
}
.page--lyrics .section--list .block--search .block--pull-down .searchForm {
  position: relative;
  margin-top: 10px;
}
.page--lyrics .section--list .block--search .block--pull-down .searchForm input {
  background: #fff;
  border-color: #fff;
  border-radius: 0;
  height: 40px;
  padding-right: 40px;
}
.page--lyrics .section--list .block--search .block--pull-down .searchForm button {
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
.page--lyrics .section--list .block--category .slick-list {
  padding: 0 !important;
}
.page--lyrics .section--list .block--category .slick-track {
  width: 100% !important;
  transform: none !important;
}
.page--lyrics .section--list .block--category li {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid #fff;
  padding: 5px 10px;
}
.page--lyrics .section--list .block--category li.current {
  color: #fff;
  background: #000;
}
.page--lyrics .section--list .block--category li + li {
  margin-left: 10px;
}
.page--lyrics .section--list .block--category li:hover:not(.current) {
  opacity: 0.5;
}
.page--lyrics .list--information li a {
  display: flex;
  justify-content: space-between;
}
.page--lyrics .list--information li a .tit {
  width: 80%;
  padding-right: 1em;
}
.page--lyrics .list--information li a .comment {
  width: 20%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
.page--lyrics .list--information li a .comment::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url(/static/superbeaver/fansite-sp/lyrics/lyrics_comment.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  filter: contrast(0.3);
  vertical-align: middle;
  margin-right: 7px;
}
.page--lyrics .section--detail {
  max-width: 750px;
  margin: auto;
}
.page--lyrics .section--detail .block--tit {
  text-align: center;
}
.page--lyrics .section--detail .lyricTabs {
  text-align: center;
  margin-bottom: 40px;
}
.page--lyrics .section--detail .lyricTabs li {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid #fff;
  padding: 5px 10px;
  transition: 0.3s;
}
.page--lyrics .section--detail .lyricTabs li.current {
  color: #fff;
  background: #000;
}
.page--lyrics .section--detail .lyricTabs li + li {
  margin-left: 10px;
}
.page--lyrics .section--detail .lyricTabs li:hover:not(.current) {
  opacity: 0.5;
}
.page--lyrics .section--detail .credit {
  font-size: 13px;
  margin-bottom: 3em;
  text-align: center;
}
.page--lyrics .section--detail .link--comment {
  margin-top: 50px;
}
.page--lyrics .section--detail .link--comment .btn--main {
  margin-top: 10px;
}
.page--lyrics .section--detail .form--post input {
  background: #fff;
}
.page--lyrics .section--detail .form--post textarea {
  background: #fff;
}
.page--lyrics .section--detail .list--error {
  margin: 1em 0;
}
.page--lyrics .section--detail .list--album li a .date {
  margin-bottom: 0.5em;
}
.page--lyrics .section--detail .block--note {
  border: 1px solid;
  font-size: 12px;
  margin-bottom: 1em;
  padding: 1em;
}
.page--lyrics .section--detail .list--note li {
  padding-left: 1em;
  text-indent: -1em;
}
.page--lyrics .section--detail .form--confirm dt, .page--lyrics .section--detail .form--confirm dd {
  color: #fff;
}
.page--lyrics .section--detail .form--confirm dt {
  font-weight: bold;
}
.page--lyrics .section--detail .form--confirm dt::before {
  content: "■";
  margin-right: 3px;
}
.page--lyrics .section--detail .form--confirm dd {
  font-weight: normal;
}
.page--lyrics .section--comment .pickup {
  margin-bottom: 2em;
}
.page--lyrics .section--comment .pickup .txt {
  background: #555;
  padding: 1.5em;
  box-shadow: 3px 3px #222;
}
.page--lyrics .section--comment .list--comment li {
  border-bottom: 1px solid;
  padding: 1.5em 1em;
}
.page--lyrics .section--comment .list--comment li .flex {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1em;
}
.page--lyrics .section--comment .list--comment li .flex .date {
  font-size: 12px;
  margin-right: 1em;
}
.page--lyrics .section--comment .list--comment li .flex .name {
  font-size: 12px;
}
.page--lyrics .section--comment .pageNav {
  margin-top: 1.5em;
}
.page--lyrics .section--comment .pageNav ul {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
}
.page--lyrics .section--comment .pageNav ul li {
  margin: 0 1em;
}
.page--lyrics .section--comment .back--btn {
  text-align: center;
  margin-top: 1em;
}
.page--lyrics .section--comment .back--btn a {
  font-size: 16px;
}

/* page--bio
------------------------------------------------*/
.page--bio .block--bio .thumb {
  margin-bottom: 20px;
}
.page--bio .block--bio .profile {
  margin-bottom: 40px;
}
.page--bio .block--bio .profile li {
  font-size: 16px;
  margin-bottom: 8px;
}
.page--bio .block--bio .profile li p {
  display: inline-block;
}
.page--bio .block--bio .profile li span {
  font-size: 10px;
  margin-left: 5px;
}
.page--bio .block--bio .profile li span.part {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.page--bio .block--bio .profile li .icon a {
  font-size: 16px;
  margin-left: 4px;
}
.page--bio .block--bio .time--line dl:not(:last-child) {
  margin-bottom: 40px;
}
.page--bio .block--bio .time--line dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 0.8em;
  padding-bottom: 3px;
}
.page--bio .block--bio .time--line dd {
  margin-bottom: 28px;
  position: relative;
}
.page--bio .block--bio .time--line dd:not(:last-child)::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: #eee;
  position: absolute;
  bottom: -13px;
}
.page--bio .block--bio .time--line dd span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-weight: bold;
  margin-bottom: 0.3em;
}

/* page--diagnosis
------------------------------------------------*/
.page--diagnosis .section--detail .section-tit {
  display: block;
  text-align: center;
}
.page--diagnosis .section--detail .tit {
  text-align: center;
  margin-bottom: 1em;
}
.page--diagnosis .section--detail .txt {
  line-height: 1.7;
}
.page--diagnosis .section--detail .block--heading {
  margin-bottom: 60px;
}
.page--diagnosis .section--detail .block--heading .list--member {
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.page--diagnosis .section--detail .block--sample p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.page--diagnosis .section--detail .block--sample .list--sample {
  max-width: 400px;
  background: #fff;
  color: #000;
  border: 1px solid;
  box-shadow: 5px 5px 0 #000;
  margin: 0 auto 40px;
  padding: 2em;
}
.page--diagnosis .section--detail .block--sample .list--sample li + li {
  margin-top: 10px;
}
.page--diagnosis .section--detail .block--sample .list--sample li span {
  font-weight: bold;
  margin-right: 5px;
}
.page--diagnosis .section--detail .block--btn {
  margin-top: 30px;
}
.page--diagnosis .section--detail.question {
  max-width: 800px;
}
.page--diagnosis .section--detail.question .list--error {
  margin-bottom: 1em;
}
.page--diagnosis .section--detail.question .list--form {
  background: #fff;
  color: #000;
  padding: 2em;
  margin-bottom: 1em;
  border: 1px solid;
  box-shadow: 5px 5px 0 #000;
}
.page--diagnosis .section--detail.question .list--form dt {
  border-bottom: 2px solid;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.page--diagnosis .section--detail.question .list--form dt::before {
  content: "Q.";
  font-weight: bold;
  margin-right: 5px;
}
.page--diagnosis .section--detail.question .list--form .questions {
  line-height: 1.7;
}
.page--diagnosis .section--detail.question .list--form .questions li input[type=radio] {
  margin-right: 5px;
}
.page--diagnosis .section--detail.result {
  max-width: 800px;
}
.page--diagnosis .section--detail.result .block--result {
  text-align: center;
}
.page--diagnosis .section--detail.result .block--result .block--txt {
  margin: 2em 0 1em;
}
.page--diagnosis .section--detail.result .block--result .block--txt .name span {
  font-size: 180%;
  font-weight: bold;
}
.page--diagnosis .section--detail.result .block--result .thumb {
  max-width: 500px;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.page--diagnosis .section--detail.result .block--result .percentage {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page--diagnosis .section--detail.result .block--result .percentage::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}
.page--diagnosis .section--detail.result .block--result .percentage p {
  position: absolute;
  top: 55%;
  left: 50%;
  white-space: nowrap;
  display: inline-block;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
}
.page--diagnosis .section--detail.result .block--result .percentage p span {
  font-size: 200%;
  font-weight: bold;
}
.page--diagnosis .section--detail.result .block--result .percentage p small {
  font-weight: bold;
  font-size: 100%;
  margin-left: 2px;
}
.page--diagnosis .section--detail.result .block--result .block--special {
  max-width: 430px;
  margin: 60px auto 0;
  padding: 2em;
  background: #000;
}
.page--diagnosis .section--detail.result .block--result .anime01.started {
  transition-delay: 0.4s;
}
.page--diagnosis .section--detail.result .block--result .anime02.started {
  transition-delay: 1.3s;
}
.page--diagnosis .section--detail.result .block--result .anime03.started {
  transition-delay: 0.5s;
}
.page--diagnosis .section--detail .detail__btn {
  text-align: center;
}

/* page--contact
------------------------------------------------*/
.page--contact .section--detail {
  max-width: 800px;
}
.page--contact .section--detail .list--contact {
  margin-bottom: 1.5em;
}
.page--contact .section--detail .list--contact li {
  padding: 1em 0;
}
.page--contact .section--detail .list--contact li a {
  padding: 0;
  text-decoration: underline;
}
.page--contact .section--detail .block--txt a {
  text-decoration: underline;
}

.page--qa .block--tit .section-tit {
  line-height: 1;
}
.page--qa .txt--error {
  color: #fff000 !important;
}
.page--qa .list--qa {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page--qa .list--qa li a {
  display: block;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
}
.page--qa .list--qa li a .date {
  display: block;
  position: relative;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--qa .list--qa li a .tit {
  color: #000;
}
.page--qa .list--qa li a .name {
  padding-top: 1.2em;
  border-top: solid 1px #ddd;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--qa .list--qa li a:hover {
  background: #ccc;
}
.page--qa .list--qa li.new .date::after {
  content: "NEW";
  display: inline-block;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  vertical-align: middle;
}
.page--qa .block--form {
  margin-top: 1em;
}
.page--qa .block--form dt {
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--qa .block--form dt::before {
  content: "■";
}
.page--qa .block--form dd {
  margin-bottom: 1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--qa .block--form textarea {
  border-color: #fff;
  background: #fff;
}
.page--qa .block__question {
  position: relative;
  border: solid 1px #fff;
  background-color: #fff;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}
.page--qa .block__question .ico--q {
  display: inline-block;
  position: absolute;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.page--qa .block__question .ico--q p {
  text-align: center;
  color: #000;
}
.page--qa .block__question .txt {
  text-align: left;
  color: #000;
}
.page--qa .block__question .name {
  border-top: solid 1px #ccc;
  color: #000;
}
.page--qa .block__answer {
  position: relative;
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}
.page--qa .block__answer .ico--a {
  display: inline-block;
  position: absolute;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.page--qa .block__answer .txt {
  margin-bottom: 1em;
  text-align: left;
}
.page--qa .block--list .list--form {
  background: #fff;
  color: #000;
  padding: 2em;
  margin-bottom: 1em;
}
.page--qa .block--list .list--form dt {
  border-bottom: 2px solid;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.page--qa .block--list .list--form .questions {
  line-height: 1.7;
}
.page--qa .block--list .list--form .questions input[type=radio] {
  margin-right: 5px;
}

.page--archive .section--detail .list--contents li a {
  transition: 0.3s;
}
.page--archive .section--detail .list--contents li a:hover {
  opacity: 0.7;
}

.page--support .section--detail .section-tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--support .section--detail .tit {
  font-weight: normal;
}
.page--support .section--detail .list--support a {
  text-decoration: underline;
}
.page--support .section--detail .list--support dt {
  font-weight: bold;
}

.page--faq .section-tit {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.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: #000000;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #000000;
  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 #000000;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  transition: opacity 0.3s;
}
.page--faq .list--tag li a:hover {
  opacity: 0.6;
}
.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 #000000;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #000000;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li a::before {
  content: "Q.";
  margin-right: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--faq .list--faq li a:hover {
  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 {
  border: solid 1px #000000;
}
.page--faq .block--faq-detail dt {
  border-bottom: solid 1px #000000;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a:hover {
  color: #000000;
  text-decoration: none;
}
.page--faq .block--contact .link a:hover::after {
  border: solid 1px #000000;
  border-top: none;
  border-right: none;
  transition: 0.3s;
}
.page--faq .block--contact .link a:hover + i {
  color: #000000;
}

/* page--feature
//------------------------------ */
.page--feature .section-tit {
  margin-bottom: 1em;
}

.page--questionnaire .section--detail .block--tit .section-tit {
  font-size: 18px;
}
.page--questionnaire .section--detail .block--txt {
  border: 1px solid;
  background: #555;
  margin-bottom: 3em;
  padding: 1em;
}
.page--questionnaire .section--detail .ph {
  margin-bottom: 2em;
}
.page--questionnaire .section--detail form .form--post {
  margin-bottom: 2em;
}
.page--questionnaire .section--detail form .form--post + .txt--sub {
  margin-bottom: 1em;
  text-align: center;
}
.page--questionnaire .section--detail form .form--post dt {
  font-weight: bold;
}
.page--questionnaire .section--detail form .form--post .form--select select {
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px;
}
.page--questionnaire .section--detail form .form--post .form--select::after {
  position: absolute;
  border-color: #000000;
  pointer-events: none;
}
.page--questionnaire .section--detail form .form--post .check label {
  display: block;
}
.page--questionnaire .section--detail form .form--post .check label input[type=checkbox] {
  margin-right: 3px;
}
.page--questionnaire .section--detail form .form--post .radioBtn label {
  margin-right: 0.5em;
}
.page--questionnaire .section--detail form .form--post .year .form--select {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.page--questionnaire .section--detail form .form--post textarea, .page--questionnaire .section--detail form .form--post input[type=text] {
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .section--detail form .form--post input[type=text], .page--questionnaire .section--detail form .form--post input[type=tel], .page--questionnaire .section--detail form .form--post input[type=email], .page--questionnaire .section--detail form .form--post input[type=password], .page--questionnaire .section--detail form .form--post input[type=number], .page--questionnaire .section--detail form .form--post form button {
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .section--detail.section--confirm .form--post {
  margin-top: 2em;
  margin-bottom: 0;
}

.page--entry .block--heading .txt {
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.page--entry .block--information > ul {
  display: flex;
  flex-wrap: wrap;
}
.page--entry .block--information > ul > li {
  border: solid 1px #000000;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 100px;
  background-color: #ffffff;
  color: #000000;
}
.page--entry .block--information > ul > li .block--tit {
  border-bottom: solid 1px #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--entry .block--information > ul > li dl {
  margin-bottom: 0;
}
.page--entry .block--information > ul > li dl dt {
  display: inline-block;
  padding: 0.4em 0.8em 0.46em;
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.page--entry .block--information > ul > li dl dd {
  margin-bottom: 1.5em;
}
.page--entry .block--information > ul > li dl dd:last-of-type {
  margin-bottom: 0;
}
.page--entry .block--contents .block--tit {
  border-bottom: solid 1px #000000;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--entry .block--contents .list--contents {
  display: block;
}
.page--entry .block--contents .list--contents li {
  background-color: #000000;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}
.page--entry .block--contents .list--contents li .inner .block--txt .name {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--entry .block--contents .list--contents li .inner.block--with-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo img {
  width: 100%;
}
.page--entry .block--contents .list--support dt {
  display: inline-block;
  padding: 0.4em 0.8em 0.46em;
  background-color: #000000;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
.page--entry .block--login--fanplus {
  background-color: black;
}
.page--entry .block--login--fanplus .block--inner--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page--entry .block--login--fanplus .tit {
  width: 100%;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  text-align: center;
}
.page--entry .block--login--fanplus .txt--basic.txt--login {
  color: #ffffff;
  text-align: center;
}
.page--entry .block--login--fanplus .btn--main {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.page--entry .block--login--fanplus .btn--main::before {
  background: #000000;
}
.page--entry .block--login--fanplus .btn--main:hover {
  color: #ffffff;
}
.page--entry .block--table.list--comparative ul {
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #000000;
}
.page--entry .block--table.list--comparative ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-right: solid 1px #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.page--entry .block--table.list--comparative ul li .txt--sub {
  width: 100%;
}
.page--entry .block--table.list--comparative ul li:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.1);
}
.page--entry .block--table.list--comparative ul li:nth-of-type(3) {
  background: rgba(48, 49, 51, 0.1);
}
.page--entry .block--table.list--comparative ul li:last-of-type {
  border-right: none;
}
.page--entry .block--table.list--comparative ul:last-of-type {
  border-bottom: none;
}
.page--entry .block--table.list--comparative .list--contents--label li:nth-of-type(1) {
  background: #000000;
  color: #ffffff;
}
.page--entry .block--table.list--comparative .list--contents--label li:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.page--entry .block--table.list--comparative .list--contents--label li:nth-of-type(3) {
  background: #BC0A0B;
  color: #ffffff;
}
.page--entry .block--table.list--comparative [class^=status-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page--entry .block--table.list--comparative .status-circle {
  position: relative;
  border-radius: 50%;
  border: solid 2px;
}
.page--entry .block--table.list--comparative .status-triangle {
  font-weight: 900;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--entry .block--table.list--comparative .status-ng {
  border-bottom: solid 2px #000000;
}
.page--entry .block--table.list--comparative:last-of-type {
  margin-bottom: 0;
}

.page--introduction .section--detail .block--tit {
  text-align: center;
}
.page--introduction .section--detail .block--tit img.beaver {
  width: 20%;
  max-width: 200px;
  margin-bottom: 30px;
}
.page--introduction .section--detail .block--tit img.logo {
  width: 100%;
  max-width: 600px;
}
.page--introduction .section--detail .block--contents {
  margin: 40px 0;
}
.page--introduction .section--detail .block--contents .list--contents li {
  background: #fff;
  margin-bottom: 20px;
  padding: 1.5em;
}
.page--introduction .section--detail .block--contents .list--contents li p {
  color: #000;
}
.page--introduction .section--detail .block--contents .list--contents li p.sub-tit {
  margin-bottom: 1em;
  font-weight: 700;
}
.page--introduction .section--detail .block--contents .list--contents li.movie .block--movie {
  position: relative;
}
.page--introduction .section--detail .block--contents .list--contents li.movie a {
  text-decoration: none;
}
.page--introduction .section--detail .block--contents .list--contents li.movie a::after {
  content: "\f144";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  line-height: 1em;
  z-index: 10;
  opacity: 0.6;
  text-shadow: 0 0 10px #000;
}
.page--introduction .section--detail .block--entry .block--inner:first-child {
  margin-bottom: 40px;
}
.page--introduction .section--detail .block--entry .block--inner span {
  font-weight: bold;
}
.page--introduction .section--detail .block--entry .block--inner .list--payment {
  border-top: 1px solid #777;
  margin-bottom: 20px;
}
.page--introduction .section--detail .block--entry .block--inner .list--payment li {
  position: relative;
  border-bottom: 1px solid #777;
  line-height: 1.6em;
  padding: 1em 0;
}
.page--introduction .section--detail .block--entry .block--inner .list--payment li:last-child {
  margin-bottom: 0;
}
.page--introduction .section--detail .block--entry .block--inner .list--payment a {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
  opacity: 0.7;
}

.page--about-service .block--heading {
  width: 100%;
  margin-bottom: 4em;
}
.page--about-service .block--heading img {
  width: 100%;
}
.page--about-service .block--about--wrap {
  display: flex;
  flex-wrap: nowrap;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.page--about-service .block--about--wrap > div {
  width: 48%;
  margin-right: 4%;
  border-radius: 0.8em;
  background-color: #e7e7e7;
}
.page--about-service .block--about--wrap > div:last-of-type {
  margin-right: 0;
}
.page--about-service .block--about--wrap > div .block--inner {
  padding: 1.5em;
}
.page--about-service .block--about--wrap > div .block--inner .block--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16em;
  margin: 0 auto 1.5em;
}
.page--about-service .block--about--wrap > div .block--inner .block--logo .block--logo--inner {
  display: flex;
  justify-content: center;
}
.page--about-service .block--about--wrap > div .block--inner .block--logo .block--logo--inner img {
  max-height: 16em;
}
.page--about-service .block--about--wrap > div.block--about--fc .block--outline dl dt span {
  background-color: #303133;
}
.page--about-service .block--about--wrap > div.block--about--fc .block--contents .block--contents--inner .block--contents--item > ul li {
  background-color: rgba(48, 49, 51, 0.06);
}
.page--about-service .block--about--wrap > div.block--about--fs .block--outline dl dt span {
  background-color: #BC0A0B;
}
.page--about-service .block--about--wrap > div.block--about--fs .block--contents .block--contents--inner .block--contents--item > ul li {
  background-color: rgba(188, 10, 11, 0.06);
}
.page--about-service .block--about--wrap > div.block--about--fs .block--site-access {
  background-color: #BC0A0B;
}
.page--about-service .block--about--wrap > div.block--about--fs .block--site-access dl dt {
  width: 65%;
}
.page--about-service .block--about--wrap > div.block--about--fs .block--site-access dl dt .txt--url {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
.page--about-service .block--about--wrap > div.block--about--fs .block--site-access dl dt .btn .btn--main {
  background-color: rgba(255, 255, 255, 0.15);
}
.page--about-service .block--outline {
  margin-bottom: 0.6em;
  padding: 1.2em;
  background-color: #ffffff;
}
.page--about-service .block--outline dl {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.6em;
}
.page--about-service .block--outline dl:last-of-type {
  margin-bottom: 0;
}
.page--about-service .block--outline dl dt {
  margin-right: 0.4em;
}
.page--about-service .block--outline dl dt span {
  display: inline-block;
  padding: 0.4em 0.8em 0.46em;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}
.page--about-service .block--outline dl dd {
  font-weight: 700;
  font-size: 18px;
}
.page--about-service .block--site-access {
  margin-bottom: 0.6em;
  padding: 1.2em;
  background-color: #303133;
}
.page--about-service .block--site-access dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.page--about-service .block--site-access dl dt {
  width: 65%;
}
.page--about-service .block--site-access dl dt .txt--url {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
.page--about-service .block--site-access dl dt .link--mail {
  display: inline-block;
  position: relative;
  margin-top: 0.8em;
}
.page--about-service .block--site-access dl dt .link--mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
}
.page--about-service .block--site-access dl dt .link--mail::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.page--about-service .block--site-access dl dt .btn .btn--main {
  min-width: 100%;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  font-weight: bold;
  font-size: 16px;
}
.page--about-service .block--site-access dl dd {
  width: 30%;
}
.page--about-service .block--site-access dl dd img {
  display: block;
  width: none;
}
.page--about-service .block--contents {
  margin-bottom: 0.6em;
  padding: 1.2em;
  background-color: #ffffff;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item {
  margin-bottom: 2em;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item .block--tit {
  margin: 0 auto 0.8em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #000000;
  color: #000000;
  font-size: 20px;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item > ul li {
  margin-bottom: 0.6em;
  padding: 1.2em;
  border-radius: 0.8em;
  background-color: #303133;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item > ul li .txt--main {
  margin-bottom: 0.3em;
  font-size: 18px;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item > ul li .txt--sub {
  font-weight: 700;
  font-size: 12px;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item > ul .list--txt li {
  padding: 0 1em;
  background-color: transparent !important;
  line-height: 1.6;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item > ul .list--txt li span {
  font-size: 1.15em;
}
.page--about-service .block--contents .block--contents--inner .block--contents--item .notice {
  margin: 1em auto;
  padding: 1em;
  border: solid 1px rgba(0, 0, 0, 0.5);
}

.page--stream .inner {
  overflow: hidden;
}
.page--stream .txt--lead {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--stream .block--guide .tit {
  color: #BC0A0B;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--stream .block--adjust {
  border-bottom: solid 1px #000000;
}
.page--stream .block--adjust .adjust-list .adjust-list__item .tit {
  color: #BC0A0B;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--stream .block--attention .tit {
  color: #BC0A0B;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.page--stream .block--attention dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.page--livestreaming .section--detail .block--txt .section-tit {
  border-bottom: solid 1px #000000;
  color: #000000;
}
.page--livestreaming .section--detail .block--comment--wrap .block--post input {
  cursor: pointer;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
  width: 100%;
  font-weight: bold;
  line-height: 1.1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
  width: 100%;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .date {
  line-height: 1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .block--delete {
  display: flex;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
  line-height: 1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn span {
  cursor: pointer;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn:last-of-type {
  margin-left: 1.2em;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments {
  height: auto !important;
  margin-top: 3em;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #ffffff;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment .btn--delete {
  text-align: left;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment .btn--delete button {
  border: solid 1px #000000;
  border-radius: 0.3em;
  background-color: #ffffff;
  color: #000000;
  line-height: 1;
  cursor: pointer;
}
.page--livestreaming .section--detail .block--video .jstream-eqPlayer {
  top: 0;
}
.page--livestreaming .section--detail .block--video .live-mode .eqp-play-svg,
.page--livestreaming .section--detail .block--video .live-mode .eqp-pause-svg,
.page--livestreaming .section--detail .block--video .live-mode .eqp-fullscreen-svg,
.page--livestreaming .section--detail .block--video .live-mode .eqp-fullscreen-exit-svg,
.page--livestreaming .section--detail .block--video .live-mode .eqp-content-resolution,
.page--livestreaming .section--detail .block--video .live-mode .eqp-content-btn-vol,
.page--livestreaming .section--detail .block--video .live-mode .eqp-content-btn-vol-mute,
.page--livestreaming .section--detail .block--video .live-mode .eqp-vol-content-center-off {
  background-size: auto !important;
}

.page--ticket.section--detail .txt--lead.block--attention {
  border-color: #DB001E;
  color: #DB001E;
}
.page--ticket.section--detail .txt--notice {
  font-weight: 600;
}
.page--ticket.section--detail .block--info {
  background-color: #303133;
}
.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;
}
.page--error .section--detail .txt {
  margin: 30px 0;
}
.page--error .section--detail .btn {
  margin: 3em 0;
}

@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: #000000;
  transform: translate(100%, 0);
}
.bg_mask.delighter.started::before {
  animation: bg_mask 1s cubic-bezier(0.8, 0, 0.17, 1);
}

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

.section--top.delighter .block--loop {
  opacity: 0;
  transform: scale(2);
  transform-origin: 50% top;
}
.section--top.delighter .block--keyvisual {
  opacity: 1;
}
.section--top.delighter .block--keyvisual .block--keyvisual--inner {
  padding-top: 0 !important;
}
.section--top.delighter .block--tit {
  opacity: 0;
  transform: rotate(40deg) scaleY(-1);
  transform-origin: center center;
}
.section--top.delighter .block--message, .section--top.delighter .nav--request {
  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 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.section--top.started .block--keyvisual .block--keyvisual--inner {
  padding-top: 64% !important;
  transition: padding-top 1.5s cubic-bezier(0.65, 0, 0.35, 1) 1s;
}
.section--top.started .block--tit {
  opacity: 1;
  transform: rotate(0deg) scaleY(1);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1) 2s, opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1) 2s;
}
.section--top.started .block--sns .list--nav--sns {
  opacity: 1;
  transform: none;
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1) 1.6s, opacity 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.6s;
}
.section--top.started .block--message, .section--top.started .nav--request {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1) 3.2s;
}

header.delighter {
  opacity: 0;
  transform: translateY(-50px);
}
header.started {
  opacity: 1;
  transform: none;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body.page--home header.started .drawer__btn__inner {
  transition-delay: 0;
}
body.page--home header.started .block--nav {
  transition-delay: 0;
}

.block--birthday-message.delighter {
  opacity: 0;
  transform: translateX(100%);
}
.block--birthday-message.started {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1s, opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1s;
}

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

.area--official section .block--tit .section-tit.delighter,
.area--member .section--contents section .block--tit .section-tit.delighter {
  opacity: 0;
  transform: translateY(10%);
}
.area--official section .block--tit .section-tit.started,
.area--member .section--contents section .block--tit .section-tit.started {
  opacity: 1;
  transform: none;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-tit.delighter, .txt.delighter, .block--nav--category.delighter, .page--support .list--support.delighter, .page--support .txt--basic.delighter {
  opacity: 0;
  transform-origin: left;
}
.section-tit.delighter .block--sub--info, .section-tit.delighter .list__more, .txt.delighter .block--sub--info, .txt.delighter .list__more, .block--nav--category.delighter .block--sub--info, .block--nav--category.delighter .list__more, .page--support .list--support.delighter .block--sub--info, .page--support .list--support.delighter .list__more, .page--support .txt--basic.delighter .block--sub--info, .page--support .txt--basic.delighter .list__more {
  opacity: 0;
}
.section-tit.started, .txt.started, .block--nav--category.started, .page--support .list--support.started, .page--support .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;
}
.section-tit.started .block--sub--info, .section-tit.started .list__more, .txt.started .block--sub--info, .txt.started .list__more, .block--nav--category.started .block--sub--info, .block--nav--category.started .list__more, .page--support .list--support.started .block--sub--info, .page--support .list--support.started .list__more, .page--support .txt--basic.started .block--sub--info, .page--support .txt--basic.started .list__more {
  opacity: 1;
  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;
}

.page--support .section-tit.delighter {
  opacity: 0;
  transform: translateX(0);
}
.page--support .section-tit.started {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.tit.delighter, .list__more.delighter {
  opacity: 0;
}
.tit.started, .list__more.started {
  opacity: 1;
  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;
}
.date.started, .block--share.started, .category.started {
  opacity: 1;
  transition: opacity 0.5s 0.22s, transform 0.5s 0.22s;
}

body:not(.page--home) .block--tit.delighter .section-tit {
  opacity: 0;
  transform: translateY(20px);
  transform-origin: center center;
}
body:not(.page--home) .block--tit.started .section-tit {
  opacity: 1;
  transform: none;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.list--information li.delighter {
  transform: translateY(10%);
}
.list--information li.started {
  transform: translate3d(0, 0, 0);
}
.list--information li.started:nth-of-type(1) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.02s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.02s;
}
.list--information li.started:nth-of-type(2) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.04s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.04s;
}
.list--information li.started:nth-of-type(3) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.06s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.06s;
}
.list--information li.started:nth-of-type(4) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.08s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.08s;
}
.list--information li.started:nth-of-type(5) {
  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;
}
.list--information li.started:nth-of-type(6) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.12s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.12s;
}
.list--information li.started:nth-of-type(7) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.14s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.14s;
}
.list--information li.started:nth-of-type(8) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.16s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.16s;
}
.list--information li.started:nth-of-type(9) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.18s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.18s;
}
.list--information li.started:nth-of-type(10) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.list--information li.started:nth-of-type(11) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.22s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.22s;
}
.list--information li.started:nth-of-type(12) {
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.24s, transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0.24s;
}

.list--contents li.delighter, .list--photo li.delighter, list--payment li.delighter {
  transform: translateY(20%);
}
.list--contents li.started, .list--photo li.started, list--payment li.started {
  transform: translate3d(0, 0, 0);
}
.list--contents li.started:nth-of-type(1), .list--photo li.started:nth-of-type(1), list--payment li.started:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.12s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.12s;
}
.list--contents li.started:nth-of-type(2), .list--photo li.started:nth-of-type(2), list--payment li.started:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.14s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.14s;
}
.list--contents li.started:nth-of-type(3), .list--photo li.started:nth-of-type(3), list--payment li.started:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.16s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.16s;
}
.list--contents li.started:nth-of-type(4), .list--photo li.started:nth-of-type(4), list--payment li.started:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.18s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.18s;
}
.list--contents li.started:nth-of-type(5), .list--photo li.started:nth-of-type(5), list--payment li.started:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}
.list--contents li.started:nth-of-type(6), .list--photo li.started:nth-of-type(6), list--payment li.started:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.22s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.22s;
}
.list--contents li.started:nth-of-type(7), .list--photo li.started:nth-of-type(7), list--payment li.started:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.24s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.24s;
}
.list--contents li.started:nth-of-type(8), .list--photo li.started:nth-of-type(8), list--payment li.started:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.26s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.26s;
}
.list--contents li.started:nth-of-type(9), .list--photo li.started:nth-of-type(9), list--payment li.started:nth-of-type(9) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.28s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.28s;
}
.list--contents li.started:nth-of-type(10), .list--photo li.started:nth-of-type(10), list--payment li.started:nth-of-type(10) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.list--contents li.started:nth-of-type(11), .list--photo li.started:nth-of-type(11), list--payment li.started:nth-of-type(11) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.32s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.32s;
}
.list--contents li.started:nth-of-type(12), .list--photo li.started:nth-of-type(12), list--payment li.started:nth-of-type(12) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.34s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.34s;
}
.list--contents li.started:nth-of-type(13), .list--photo li.started:nth-of-type(13), list--payment li.started:nth-of-type(13) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.36s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.36s;
}
.list--contents li.started:nth-of-type(14), .list--photo li.started:nth-of-type(14), list--payment li.started:nth-of-type(14) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.38s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.38s;
}
.list--contents li.started:nth-of-type(15), .list--photo li.started:nth-of-type(15), list--payment li.started:nth-of-type(15) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.list--contents li.started:nth-of-type(16), .list--photo li.started:nth-of-type(16), list--payment li.started:nth-of-type(16) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.42s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.42s;
}
.list--contents li.started:nth-of-type(17), .list--photo li.started:nth-of-type(17), list--payment li.started:nth-of-type(17) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.44s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.44s;
}
.list--contents li.started:nth-of-type(18), .list--photo li.started:nth-of-type(18), list--payment li.started:nth-of-type(18) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.46s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.46s;
}
.list--contents li.started:nth-of-type(19), .list--photo li.started:nth-of-type(19), list--payment li.started:nth-of-type(19) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.48s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.48s;
}
.list--contents li.started:nth-of-type(20), .list--photo li.started:nth-of-type(20), list--payment li.started:nth-of-type(20) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}

.section--detail .block--photo.delighter, .section--detail .video.delighter {
  opacity: 0;
  transform: translateY(20%);
}
.section--detail .block--photo.started, .section--detail .block--photo .video, .section--detail .video.started, .section--detail .video .video {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.block--pager.delighter {
  transform: translateY(10%);
}
.block--pager.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.block--category.delighter {
  transform: translateY(10%);
}
.block--category.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
}

.area--member.delighter .block--logo--fs {
  opacity: 0;
  transform: translateY(20%);
  transform-origin: left;
}
.area--member.delighter .block--login {
  opacity: 0;
  transform-origin: left;
}
.area--member.started .block--logo--fs {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}
.area--member.started .block--login {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.area--member .section--contents > section.delighter .section--inner::after, .area--member .section--contents > section.delighter .list--contents::after {
  opacity: 0;
  transform: translateY(20%);
}
.area--member .section--contents > section.started .section--inner::after, .area--member .section--contents > section.started .list--contents::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.6, 0, 0.2, 1), transform 0.8s cubic-bezier(0.6, 0, 0.2, 1);
}

.page--entry .section--detail.delighter .block--heading {
  opacity: 0;
}
.page--entry .section--detail.started .block--heading {
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.page--entry .block--table.delighter ul {
  opacity: 0;
  transform: translateY(-10%);
}
.page--entry .block--table.started ul {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page--entry .block--table.started ul:nth-of-type(1) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s;
}
.page--entry .block--table.started ul:nth-of-type(2) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.page--entry .block--table.started ul:nth-of-type(3) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s;
}
.page--entry .block--table.started ul:nth-of-type(4) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.page--entry .block--table.started ul:nth-of-type(5) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.page--entry .block--table.started ul:nth-of-type(6) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
.page--entry .block--table.started ul:nth-of-type(7) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
}
.page--entry .block--table.started ul:nth-of-type(8) {
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.page--entry .block--table.started ul:nth-of-type(9) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(10) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(11) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(12) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(13) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(14) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(15) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(16) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(17) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(18) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(19) {
  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;
}
.page--entry .block--table.started ul:nth-of-type(20) {
  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;
}
.page--entry .block--tit.delighter {
  transform: scaleY(0);
  transform-origin: top;
}
.page--entry .block--tit.started {
  transform: scaleY(1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

/* page--bbs
------------------------------ */
.page--bbs {
  /*=================================
  	ポップアップ
  ===================================*/
}
.page--bbs .sml {
  font-size: 0.85em;
}
.page--bbs .attentionList li {
  font-size: 12px;
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.page--bbs .attentionList li a {
  text-decoration: underline;
}
.page--bbs .block--parent {
  margin: 0 auto 50px;
}
.page--bbs .block--parent .mainLogo {
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  font-size: 1.6em;
}
.page--bbs .block--parent .mainLogo .mainLogo_txt {
  font-size: 75px;
}
.page--bbs .block--parent .mainLogo .mainLogo_sub {
  margin-bottom: 0.1em;
  letter-spacing: 0.05em;
}
.page--bbs .block--parent .mainLogo .mainLogo_img {
  width: 75%;
  margin: 0 auto;
  line-height: 0;
}
.page--bbs .block--parent .leadArea {
  margin-bottom: 50px;
}
.page--bbs .block--parent .lead {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: 1em;
}
.page--bbs .block--parent .lead:last-child {
  margin-bottom: 0;
}
.page--bbs .block--parent .lead_detail {
  padding: 2em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.95em;
  border: 1px solid;
}
.page--bbs .block--post {
  margin: 0 auto 60px;
  width: 100%;
}
.page--bbs .block--post .form--post {
  display: none;
  padding: 30px;
  margin: 0 auto;
  background: #f2f2f2;
}
.page--bbs .block--post .form--post textarea {
  background: #ffffff;
}
.page--bbs .block--post .form--post .btn--main {
  background: #a80000;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.page--bbs .block--post .form--post .btn--main:hover {
  opacity: 0.8;
}
.page--bbs .block--post .form--post .txt {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
.page--bbs .block--post .form--post .label--image {
  font-size: 13px;
  margin: 0px auto 3px;
  font-weight: bold;
}
.page--bbs .block--post .form--post dl {
  border-bottom: 1px solid;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
}
.page--bbs .block--post .form--post dl dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.page--bbs .block--post .form--post dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #fff;
  color: #000;
  border: 1px solid #787878;
  position: relative;
}
.page--bbs .select_box {
  position: relative;
}
.page--bbs .select_box::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #626262;
  border-right: 2px solid #626262;
  position: absolute;
  top: 32%;
  right: 10px;
  z-index: 1;
  transform: rotate(45deg);
  pointer-events: none;
}
.page--bbs .block--post .form--post dl dd {
  margin: 0 0 1em;
}
.page--bbs .block--post .form-entry-tit {
  position: relative;
  padding: 20px 20px;
  margin: 0 auto;
  background: #12293f;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 19px;
}
.page--bbs .block--post .form-entry-tit:after {
  position: absolute;
  top: 45%;
  right: 27px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  z-index: 0;
  pointer-events: none;
}
.page--bbs .block--post .form-entry-tit.active:after {
  transform: translateY(0%) rotate(-45deg);
}
.page--bbs .block--attention {
  padding: 20px 35px;
  border: 3px solid #00a0e8;
  margin-bottom: 70px;
}
.page--bbs .block--attention .attention_tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0.15em;
  color: #00a0e8;
}
.page--bbs .block--attention .attentionList li {
  font-weight: bold;
  font-size: 13px;
  transform: rotate(0.03deg);
}
.page--bbs .list--comment {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.page--bbs .list--comment::after {
  content: "";
  width: 32%;
  height: 0;
  display: block;
}
.page--bbs .list--comment li {
  width: 32%;
  margin: 0 0 35px 0;
  position: relative;
}
.page--bbs .list--comment li .ph {
  margin: 0 auto 13px;
}
.page--bbs .list--comment li .ph::after {
  display: none;
}
.page--bbs .list--comment li .ph a {
  display: block;
  overflow: hidden;
  background: #eeeeee;
}
.page--bbs .list--comment li .ph a img {
  display: block;
  transition: 0.3s;
}
.page--bbs .list--comment li .ph a:hover img {
  transform: scale(1.2);
}
.page--bbs .list--comment li .ph.ph_dummy {
  position: relative;
}
.page--bbs .list--comment li .ph.ph_dummy::before {
  content: "NO IMAGE";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.3s;
  font-family: alternate-gothic-condensed-a, sans-serif;
  pointer-events: none;
}
.page--bbs .list--comment li .ph.ph_dummy:hover::before {
  font-size: 1.15em;
}
.page--bbs .list--comment li .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
  display: block;
  width: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--bbs .list--comment li .name {
  font-size: 11.5px;
  font-weight: bold;
  margin: 0 0 1px 0;
  display: block;
  opacity: 0.8;
}
.page--bbs .list--comment li .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 1;
}
.page--bbs .list--comment li .txt .link {
  color: #000 !important;
}
.page--bbs .list--comment li .txt .link:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}
.page--bbs .list--comment li .date {
  color: #bfa869;
  font-size: 0.85em;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.page--bbs .list--comment li .place {
  display: inline-block;
  background: #00a0e8;
  font-size: 0.85em;
  font-weight: 500;
  padding: 1px 10px;
  border: 1px solid #383838;
  position: absolute;
  top: -7px;
  right: 8px;
  z-index: 1;
  letter-spacing: 0.01em;
  color: #fff;
}
.page--bbs .list--comment li .block--user .name.artist {
  color: #EE6860;
}
.page--bbs .list--comment li .block--user .artist_icon {
  top: 0;
  position: absolute;
  width: 60%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  right: -10px;
}
.page--bbs ul.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0px;
}
.page--bbs ul.block--pager::after {
  display: none;
}
.page--bbs ul.block--pager li {
  padding: 0;
  color: #000000;
}
.page--bbs ul.block--pager li a {
  display: inline-block;
  padding: 13px 10px;
  line-height: 1;
}
.page--bbs ul.block--pager .pager__item--current {
  padding: 12px 10px;
  line-height: 1;
  margin: 0;
}
.page--bbs .block--pager .pager__item--current {
  color: rgb(189, 189, 189);
}
.page--bbs ul.block--pager .pager__item--number.sp {
  padding: 14px;
}
.page--bbs .block--pager .pager__item--newer {
  width: 20px;
}
.page--bbs .block--pager .pager__item--older {
  width: 20px;
}
.page--bbs .block--pager .pager__item--older a::after, .page--bbs .block--pager .pager__item--older span::after {
  right: 10px;
  top: calc(50% - 0.5px);
}
.page--bbs .block--pager .pager__item--newer a::after, .page--bbs .block--pager .pager__item--newer span::after {
  left: 10px;
  top: calc(50% - 0.5px);
}
.page--bbs .block--pager .pager__item--older span {
  display: inline-block;
}
.page--bbs.page--comment .block--post .form--post {
  display: block;
}
.page--bbs.page--comment .block--post {
  width: 100%;
  margin-bottom: 0;
}
.page--bbs .block--error {
  color: #aa2233;
  padding: 20px;
  border: none;
  background: #f3f3f3;
  margin-bottom: 40px;
  font-size: 14px;
}
.page--bbs .form--confirm {
  background: #111111;
  border: 1px solid #bfa869;
  border-radius: 0;
}
.page--bbs .form--confirm dt {
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #bfa869;
  font-size: 0.9em;
}
.page--bbs .form--confirm dl {
  margin-bottom: 2em;
}
.page--bbs .form--post textarea {
  background: #fff;
}
.page--bbs .btn--main {
  background: #a80000;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0;
  border: none;
  padding: 1.3em;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  transition: 0.3s;
}
.page--bbs .btn--main:hover {
  color: #aa2233;
  background: #ffffff;
}
.page--bbs .block--post .form--post .btn--main.btn--sub {
  padding: 1.2em;
  background: #000000;
  width: 100%;
  box-shadow: none;
  max-width: 300px;
}
.page--bbs .btn {
  margin-bottom: 10px;
}
.page--bbs .btn:last-child {
  margin-bottom: 0;
}
.page--bbs .popup {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 40px 5%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: scale(0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.page--bbs .popActive {
  opacity: 1;
  transform: scale(1);
}
.page--bbs .popup .popInBox {
  width: 600px;
  padding: 50px 0;
  margin: 0 auto;
  max-height: 100vh;
  overflow-y: scroll;
  position: relative;
  z-index: 1001;
}
.page--bbs .popup .popInBox::-webkit-scrollbar {
  display: none;
}
.page--bbs .popup .popTit {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 60px;
  color: #000;
  letter-spacing: 0.1em;
}
.page--bbs .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
}
.page--bbs .popup .close::before,
.page--bbs .popup .close::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
}
.page--bbs .popup .close::before {
  transform: translateY(20px) translatex(-12px) rotate(-45deg);
  top: 4px;
}
.page--bbs .popup .close::after {
  transform: translateY(-20px) translatex(-12px) rotate(45deg);
  bottom: 4px;
}
.page--bbs .closeArea {
  display: block;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.page--bbs .popup .popInBox .ph {
  margin: 0 auto 20px;
}
.page--bbs .popup .popInBox .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 82vh;
  width: auto;
}
.page--bbs .popup .popInBox .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}
.page--bbs .popup .popInBox .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 10px 0;
  z-index: 99999999;
  position: relative;
}
.page--bbs .popup .popInBox .date {
  font-size: 0.8em;
  color: #bfa869;
  letter-spacing: 0.1em;
}
.page--bbs .popup .popInBox .place {
  border: 1px solid;
  display: inline-block;
  padding: 1px 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.page--bbs.page--bbs02 .wrap {
  background: #12293f;
}
.page--bbs.page--bbs02 .bbs_wrap {
  background: #12293f;
  padding: 20px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.page--bbs.page--bbs02 .bbs_wrap .section--detail {
  background: #eded6d;
  border: 2px solid;
  max-width: 100%;
  padding: 15px;
  color: #12293f;
}
.page--bbs.page--bbs02 .bbs_wrap .section--detail .bbs_inner {
  background: #ffffff;
  border: 2px solid;
  padding: 50px 6%;
  background-image: url(https://s3-aop.plusmember.jp/prod/public/superbeaver/fansite-sp/bbs/bbs_02/patrun_cross.png);
  background-size: 30px;
}
.page--bbs.page--bbs02 .bbs_inner_box {
  max-width: 900px;
  margin: 0 auto;
}
.page--bbs.page--bbs02 .block--parent .lead_detail {
  border-width: 2px;
  background: #fff;
}
.page--bbs.page--bbs02 .block--post {
  border: 2px solid #282828;
}
.page--bbs.page--bbs02 .attentionListAdd {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}
.page--bbs.page--bbs02 .btn--main {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  border: 2px solid #282828;
  border-radius: 50px;
  background: #12293f;
  color: #eded6d;
}
.page--bbs.page--bbs02 .block--post .form--post .btn--main {
  background: #12293f;
  color: #eded6d;
}
.page--bbs.page--bbs02 .list--comment li .ph {
  border: 2px solid #282828;
  box-shadow: 3px 3px 0 #282828;
}
.page--bbs.page--bbs02 .list--comment li .ph::after {
  content: "";
  display: block;
  width: 125px;
  height: 100px;
  position: absolute;
  background: url(https://s3-aop.plusmember.jp/prod/public/superbeaver/fansite-sp/bbs/bbs_02/ph_tape.png);
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.page--bbs.page--bbs02 .list--comment li .date {
  color: #282828;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: #eded6d;
  display: inline-block;
  border: 2px solid #282828;
  padding: 3px 5px 2px;
}
.page--bbs.page--bbs02 .popup .popInBox .date {
  font-size: 0.8em;
  color: #eded6d;
  letter-spacing: 0.1em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.page--bbs.page--bbs02 .block--post .form--post textarea {
  background: #ffffff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

#aop_page_book .section--detail {
  text-align: center;
}
#aop_page_book .titArea {
  margin: 0 auto 20px;
  padding: 30px 0 0;
}
#aop_page_book .txtArea {
  margin-bottom: 2em;
}
#aop_page_book .txtArea .comment {
  margin-top: 1em;
}
#aop_page_book .btn a {
  background: #D3111A;
  width: auto;
  min-width: 300px;
  color: #fff;
  padding: 1em;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 50rem;
  font-size: 1.1em;
}
#aop_page_book .btn a.sub {
  background: #fff;
  color: #D3111A;
  border: solid 1px;
}
#aop_page_book .archive_term {
  margin-top: 1.5em;
  background: #f7f7f7;
  padding: 1em;
  text-align: center;
}
#aop_page_book .archive_caution {
  padding: 1.5em;
  border: dotted 1px rgba(0, 0, 0, 0.1882352941);
  margin-top: 1em;
}
#aop_page_book .archive_caution h5 {
  margin-bottom: 1em;
}
#aop_page_book .archive_caution ul {
  text-align: left;
}
#aop_page_book .archive_caution ul li {
  font-size: 0.9em;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .btn--main {
    min-width: 300px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    border-radius: 0;
    font-size: 15px;
  }
  .btn--main .txt--sub {
    display: block;
    margin-top: 0.8em;
    font-size: 10px;
  }
  .btn--sub {
    min-width: 300px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    border-radius: 0;
    font-size: 15px;
  }
  .btn--sub .txt--sub {
    display: block;
    margin-top: 0.8em;
    font-size: 10px;
  }
  .btn--input {
    min-width: 300px;
    margin-top: 1.5em;
    border-radius: 6px;
  }
  .block--list--btn .list--btn {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .block--list--btn .list--btn a {
    padding: 0.4em 1em;
  }
  .detail__btn {
    margin-top: 4em;
  }
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  /*
  .swiper-button-prev::after, .swiper-button-next::after {
  	font-size: 16px;
  }
  .swiper-button-prev:not(.swiper-button-disabled) , .swiper-button-next:not(.swiper-button-disabled) {
  	&:hover {
  		&:after {
  			color: var.$accent-color;
  		}
  	}
  }
  */
  .block--pager {
    margin: 3em auto 0;
    font-size: 16px;
  }
  .block--pager li {
    margin: 0 0.3em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.15em;
  }
  .block--pager li.pager__item--current span {
    padding: 0.3em 0.6em;
  }
  .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: calc(50% - 3.5px);
    left: -12px;
    width: 7px;
    height: 7px;
  }
  .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: calc(50% - 3.5px);
    right: -12px;
    width: 7px;
    height: 7px;
  }
  .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;
    transition: 0.3s;
  }
  .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;
    top: 45%;
    left: 3.3em;
    width: 4em;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .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;
    top: 45%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .section-tit {
    font-size: 40px;
    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 .block--tit,
  .section--detail .block--tit {
    margin-bottom: 2.5em;
  }
  .section--list .block--tit .section-tit .block--sub--info,
  .section--detail .block--tit .section-tit .block--sub--info {
    margin-top: 0.8em;
    margin-bottom: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
  }
  .section--list .block--tit .section-tit {
    font-size: 40px;
  }
  .section--list .block--tit .section-tit .block--sub--info {
    padding: 0.4em 0.6em;
    font-size: 15px;
  }
  .section--detail .block--tit .section-tit {
    font-size: 40px;
    line-height: 1.5em;
  }
  .no-data {
    padding: 1.5em 0 5em;
  }
  .list__more a, .detail__btn a {
    font-size: 15px;
  }
  .list--txt li {
    margin-bottom: 0.5em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.11em;
  }
  .block--category {
    margin-bottom: 1.5em;
  }
  .block--category .block--nav--category li {
    margin-right: 0.6em;
    margin-bottom: 0.4em;
    font-size: 16px;
  }
  .block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
    padding: 0.2em 0.5em;
  }
  .block--sort-category {
    position: absolute;
    top: 2em;
    right: 0;
    padding: 0.5em 1em;
  }
  .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: 15px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
    padding-left: 2.5em;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.5em;
    height: 1.5em;
    left: 0.5em;
    top: 1em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 1em;
    height: 1em;
    left: 0.75em;
    top: 1.24em;
  }
  .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;
  }
  .content-main {
    padding-top: 80px;
  }
  .list--contents .tit {
    font-size: 15px;
  }
  .list--information li a .tit {
    font-size: 15px;
  }
  .list--information li a .block--sub--info {
    margin-bottom: 0.3em;
  }
  .list--information li a .date {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
  .list--information li a .category {
    font-size: 11px;
  }
  .list--information li a .block--tag .tag {
    padding: 0.4em 1em 0.2em 1.2em;
    font-size: 15px;
  }
  .list--information.list--schedule li a {
    padding: 0;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date {
    min-width: 7em;
    padding: 1em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner .month-date {
    font-size: 30px;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner .block--date--sub {
    margin-left: 0.2em;
    font-size: 16px;
    letter-spacing: 0em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info {
    padding-top: 0.8em;
    padding-bottom: 0;
    font-size: 12px;
    letter-spacing: 0em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info .tag::after {
    margin: 0 0.4em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .icon--term {
    margin: 0.3em auto;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--info {
    padding: 2em 2em;
  }
  .section--detail .tit {
    font-size: 18px;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .week {
    margin-left: 0.2em;
    font-size: 11px;
  }
  .section--detail .block--tag {
    margin-left: 0.6em;
  }
  .section--detail .block--tag .tag {
    margin-right: 0.4em;
    font-size: 14px;
  }
  .section--detail .category {
    margin-right: 0.8em;
    font-size: 14px;
  }
  .section--detail .block--detail--footer {
    margin-top: 3em;
  }
  .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: 12px;
    margin-right: 20px;
  }
  .section--detail .block--share li a {
    transition: opacity 0.3s ease-out;
  }
  header {
    height: 80px;
    padding: 20px;
  }
  header .block--header--gnav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  header .block--header--gnav .block--nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }
  header .block--header--gnav .block--nav .list--nav--contents {
    display: flex;
  }
  header .block--header--gnav .block--nav .list--nav--contents li {
    margin-right: 0.8em;
    font-family: "Zen Old Mincho", serif;
    font-weight: 800;
    font-style: normal;
  }
  header .block--header--gnav .block--nav .list--nav--contents li a {
    color: #000000;
  }
  header .block--header--gnav .block--nav .list--nav--contents li:first-child {
    margin-left: 0.8em;
  }
  header .block--header--gnav .block--header--right {
    display: flex;
    align-items: center;
  }
  header .block--header--gnav .block--header--right .list--nav--login {
    display: flex;
    align-items: center;
  }
  header .block--header--gnav .block--header--right .list--nav--login li {
    text-align: center;
    width: 50px;
    margin-right: 5px;
  }
  header .block--header--gnav .block--header--right .list--nav--login li.nav--mypage {
    width: 62px !important;
  }
  header .block--header--gnav .block--header--right .list--nav--login li a {
    display: block;
  }
  header .block--header--gnav .block--header--right .list--nav--login li a img {
    width: 18px;
  }
  header .block--header--gnav .block--header--right .list--nav--login li a p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
  }
  header .block--header--gnav .block--header--right #nav--fc {
    width: 60px;
    height: 43px;
    cursor: pointer;
    transition: 0.5s;
    margin-left: 5px;
    overflow: hidden;
  }
  header .block--header--gnav .block--header--right #nav--fc.fixed {
    position: fixed;
    top: 3%;
    right: 3%;
    padding: 5px;
    width: 80px !important;
    height: 80px !important;
    z-index: 100;
  }
  header .block--header--gnav .block--header--right #nav--fc.fixed img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  header .block--header--gnav .block--header--right #nav--fc.fixed::before {
    content: "";
    width: 95%;
    height: 95%;
    display: inline-block;
    background: linear-gradient(354deg, #dddddd, #ffffff 60%, #dddddd);
    transform: rotate(42deg);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  header .block--header--gnav .block--header--right #nav--fc.fixed::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #ccc;
    transform: rotate(28deg);
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -2;
  }
  header .block--header--gnav .block--header--right #nav--fc.fixed:hover {
    transform: rotate(7deg);
  }
  header .block--header--gnav .block--header--right #nav--fc.hide {
    opacity: 0;
    z-index: -100 !important;
  }
  .drawer {
    width: 20vw;
    min-width: 500px;
  }
  .drawer .drawer__inner {
    background: #303133;
    padding: 30px 0;
  }
  .drawer .drawer__inner .close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
  }
  .drawer .drawer__inner .close-btn span {
    width: 34px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 3px;
  }
  .drawer .drawer__inner .close-btn span:first-child {
    transform: rotate(45deg);
  }
  .drawer .drawer__inner .close-btn span:last-child {
    transform: rotate(-45deg);
  }
  .drawer .drawer__inner .block--nav--official {
    display: none;
  }
  .drawer .drawer__inner .block--nav--members {
    margin: 0;
    padding-top: 30px !important;
  }
  .drawer .drawer__inner .nav--menu li a {
    font-size: 18px;
  }
  .drawer-back {
    width: 100vw;
    height: 100vh;
    background: rgba(47, 49, 51, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(120%);
  }
  body.drawer-visible .drawer-back {
    opacity: 1;
    transform: none;
  }
  .page--home .section--top .section--inner .block--tit {
    display: inline-block;
    width: clamp(310px, 30vw, 500px);
    margin-top: 3.5em;
    margin-left: 2.5em;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    position: absolute;
    right: 2.5em;
    bottom: 0;
    width: clamp(640px, 60vw, 1280px);
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner {
    padding-top: 64%;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner img {
    background: no-repeat center center;
    background-size: cover;
  }
  .page--home .section--top .section--inner .block--sns {
    position: absolute;
    bottom: 4.5em;
    left: 2.5em;
  }
  .page--home .section--top .section--inner .block--sns .list--nav--sns {
    display: flex;
    font-size: 24px;
  }
  .page--home .section--top .section--inner .block--sns .list--nav--sns li {
    margin-right: 0.6em;
  }
  .page--home .section--top .section--inner .block--sns .list--nav--sns li.nav--line {
    width: 24px;
  }
  .page--home .section--top .section--inner .nav--request {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0.8em;
    text-align: left;
  }
  .page--home .section--top .section--inner .nav--request a {
    padding: 0.8em 1.8em;
    padding-right: 2.5em;
    padding-left: 2.5em;
    font-size: 15px;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
  }
  .page--home .section--top .section--inner .block--loop {
    top: calc(50% - 9em);
  }
  .page--home .section--top .section--inner .block--loop p {
    padding-right: 0.2em;
    font-size: 300px;
  }
  .page--home .header > .block--nav {
    width: 100%;
  }
  .page--home .block--birthday-message .btn--birthday {
    margin-top: 4em;
    font-size: 20px;
  }
  .page--home .block--birthday-message .btn--birthday i {
    margin-right: 0.3em;
  }
  .page--home .section--news .section--inner .list--information li {
    width: 100%;
  }
  .page--home .section--live .section--inner, .page--home .section--media .section--inner, .page--home .section--video .section--inner {
    flex-wrap: wrap;
  }
  .page--home .section--live .section--inner .block--tit, .page--home .section--media .section--inner .block--tit, .page--home .section--video .section--inner .block--tit {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }
  .page--home .area--member .block--login li {
    font-size: 20px;
  }
  .page--home .area--member .section--contents .list--contents .date {
    font-size: 12px;
  }
  .page--home .area--member .section--contents .section--flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--home .area--member .section--contents .section--flex section {
    width: 48.5%;
  }
  .page--home .area--member .section--contents .section--movie .list--contents {
    display: flex;
    justify-content: space-between;
  }
  .page--home .area--member .section--contents .section--movie .list--contents li {
    width: 48.5%;
  }
  .page--home .area--member .section--contents .section--blog .list--contents li {
    width: calc(25% - 25px);
  }
  .page--home .area--member .section--contents .section--blog--staff .list--contents li .block--txt, .page--home .area--member .section--contents .section--lyrics .list--contents li .block--txt {
    padding: 1.5em 0 2em 1.5em;
  }
  .type--official .drawer .g-nav .list--nav--contents li a {
    font-size: 50px;
  }
  .type--official .drawer.type--official {
    height: 50vh;
    height: 50dvh;
  }
  .type--official .area--official {
    margin-bottom: 0;
  }
  .type--official .area--official .section--video {
    margin-bottom: 0;
  }
  .page--info .section--detail .block--tit .tit {
    font-size: 20px;
  }
  .page--schedule .section--list .block--refine label p {
    font-size: 14px;
  }
  .page--schedule .section--list .block--month .tit span {
    font-size: 40px;
  }
  .page--schedule .section--list .block--month p {
    font-size: 14px;
  }
  .page--schedule .section--list .block--day .event-date {
    font-size: 22px;
  }
  .page--schedule .section--list .block--day .category {
    font-size: 11px;
  }
  .page--schedule .section--list .block--day .tit {
    font-size: 15px;
  }
  .page--discography .section--list .list--discography li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--discography .section--list .list--discography li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--discography .section--list .list--discography li .block--thumb {
    margin-bottom: 1.5em;
  }
  .page--discography .section--list .list--discography li .list__txt .tit {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .section--list .list--discography li.no-data {
    width: 100%;
    margin-right: 0;
  }
  .page--discography .section--list .list--discography li.delighter {
    transform: translateY(20%);
  }
  .page--discography .section--list .list--discography li.started {
    transform: translate3d(0, 0, 0);
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(1) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.15s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(2) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(3) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.25s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(4) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(5) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.35s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(6) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(7) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(8) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(9) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(10) {
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(11) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(12) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(13) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(14) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(15) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(16) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(17) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(18) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(19) {
    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;
  }
  .page--discography .section--list .list--discography li.started:nth-of-type(20) {
    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;
  }
  .page--discography .section--detail .block--discography {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--tit .section-tit {
    font-size: 26px;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb {
    width: 40%;
    max-width: 600px;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details {
    width: 56%;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--comment .txt, .page--discography .section--detail .block--discography .block--discography--details .block--review .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track {
    margin-top: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc {
    margin-bottom: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .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--discography--details .block--track .block--disc .list--track > li {
    margin-bottom: 0.8em;
    font-size: 15px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details {
    width: calc(100% - 1.5em - 0.5em);
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--track--tit {
    margin-right: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--related-links a {
    margin-right: 0.1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .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--discography--details .video {
    margin-bottom: 2em;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--photo .list--photo li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.8em;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 3em;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--photo.page--photo--detail .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--video .section--list .list--information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page--video .section--list .list--information li {
    width: 48%;
  }
  .page--movie .video-js .vjs-big-play-button {
    width: 80px !important;
    height: 80px !important;
  }
  .page--movie .section--list .list--contents li {
    width: 47%;
    margin-bottom: 2em;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--list.parent--list .tit {
    font-size: 22px;
  }
  .page--movie .section--list.parent--list .date {
    font-size: 12px;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 2em !important;
  }
  .page--movie .section--detail .block--tit .tit {
    font-size: 24px !important;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--more_movies {
    margin-top: 4em;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .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 {
    padding: 1.3em 0 !important;
  }
  .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: 0;
    font-size: 18px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 12px;
  }
  .page--movie .list__more {
    margin-top: 3em;
  }
  .page--live .section--detail .block--liveinfo dt {
    float: left;
    width: 7em;
    padding: 1em 0;
  }
  .page--live .section--detail .block--liveinfo dd {
    padding: 1em 0 1em 7em;
  }
  .page--blog .section--detail .block--tit .section-tit {
    font-size: 24px;
  }
  .page--blog .block--form dt {
    margin-bottom: 0.6em;
    font-size: 16px;
  }
  .page--blog .list--form {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .page--blog .block--comment .list--comment {
    margin: 2em auto;
  }
  .page--blog .block--comment .list--comment li {
    margin-bottom: 3em;
    padding-bottom: 3em;
  }
  .page--blog .block--comment .list--comment .no-data {
    font-size: 18px;
  }
  .page--blog .block--comment .name {
    margin-bottom: 0.8em;
    font-size: 15px;
  }
  .page--blog .block--comment .txt {
    margin: 0.6em auto 0;
  }
  .page--blog .block--comment .btn--delete input[type=submit] {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 13px;
  }
  .page--blog .commentconfirm, .page--blog .commentcomplete, .page--blog .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--blog .commentconfirm .titArea, .page--blog .commentcomplete .titArea, .page--blog .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--blog .commentconfirm dl, .page--blog .commentcomplete dl, .page--blog .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--blog .commentconfirm dt, .page--blog .commentcomplete dt, .page--blog .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--blog .commentconfirm dd, .page--blog .commentcomplete dd, .page--blog .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--blog.standard-blog .list--blog {
    display: flex;
  }
  .page--blog.standard-blog .list--blog li {
    display: flex;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .page--blog.standard-blog .list--blog li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--blog.standard-blog .list--blog li a .block--thumb--wrap {
    width: 100%;
  }
  .page--blog.standard-blog .list--blog li a .block--thumb--wrap .block--thumb {
    border-radius: 0;
  }
  .page--blog.standard-blog .list--blog li a .block--item--info .block--writer .writer {
    margin-top: 2.5em;
    font-size: 12px;
  }
  .page--blog.standard-blog .section--detail .block--icon--like {
    margin-bottom: 3em;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like {
    padding: 1.6em 3em;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like i {
    font-size: 40px;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like .likes, .page--blog.standard-blog .section--detail .block--icon--like .icon--like .liked {
    margin-left: 0.6em;
    font-size: 24px;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like .like--txt {
    margin-left: 0.5em;
    font-size: 16px;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 200px;
    overflow: hidden;
    margin-right: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover::before {
    content: none;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover .date {
    display: none;
  }
  .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 a {
    position: relative;
  }
  .page--blog.photo-blog .section--list .list--contents li a .date {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ff6f4e;
    font-size: 31px;
    mix-blend-mode: plus-lighter;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #000000;
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .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: 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 .section--detail .section--detail--inner .header--detail .inner .block--writer {
    padding: 1.2em 1.5em;
  }
  .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 {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .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;
  }
  .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;
    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 .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  .page--lyrics .block--search form {
    display: flex;
    align-items: flex-end;
  }
  .page--lyrics .section--list .pickup {
    padding: 1.5em;
  }
  .page--lyrics .section--list .block--category li {
    font-size: 15px;
  }
  .page--lyrics .section--list .list--contents li a .block--thumb {
    width: 30%;
  }
  .page--lyrics .section--list .list--contents li a .block--txt {
    width: 70%;
    padding: 1em 0 1em 1.5em;
  }
  .page--lyrics .section--detail .block--tit .section-tit {
    font-size: 26px;
  }
  .page--lyrics .section--detail .comment_view a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .page--lyrics .section--detail .main--txt {
    font-size: 15px;
  }
  .page--lyrics .section--detail .list--album li a {
    display: flex;
  }
  .page--lyrics .section--detail .list--album li a .thumb {
    width: 50%;
  }
  .page--lyrics .section--detail .list--album li a .block--txt {
    width: 50%;
    padding-left: 1.5em;
  }
  /* page--diagnosis
  ------------------------------------------------*/
  .page--diagnosis .section--detail .tit {
    font-size: 26px;
  }
  .page--diagnosis .section--detail .txt {
    text-align: center;
  }
  .page--diagnosis .section--detail .block--heading .list--member li {
    width: 25%;
  }
  .page--qa .block--tit .section-tit .section-tit--main {
    margin-right: 0.3em;
  }
  .page--qa .block--tit .section-tit .section-tit--sub {
    font-size: 22px;
  }
  .page--qa .txt {
    margin-bottom: 2em;
  }
  .page--qa .txt--sub {
    margin-top: 0.5em;
    font-size: 13px;
  }
  .page--qa .list--qa {
    margin: 5em auto 2em;
  }
  .page--qa .list--qa li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--qa .list--qa li a {
    display: block;
    padding: 2.5vw 3vw;
    transition: background 0.2s ease-in;
  }
  .page--qa .list--qa li a .date {
    display: block;
    position: relative;
    margin-bottom: 0.5em;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1em;
  }
  .page--qa .list--qa li a .name {
    font-size: 12px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .list--qa li.new a .date::after {
    margin-left: 0.3em;
  }
  .page--qa .list--qa li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--qa .block__question {
    margin-bottom: 2em;
    padding: 2.5vw 3vw;
  }
  .page--qa .block__question .ico--q {
    top: -0.5em;
    left: -0.5em;
    padding: 0.2em 0.3em;
    font-size: 35px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 0.5em;
    line-height: 1.6;
  }
  .page--qa .block__question .name {
    padding-top: 1.2em;
    font-size: 12px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .block__question .txt {
    padding-bottom: 1.2em;
  }
  .page--qa .block__answer {
    margin-bottom: 2em;
    padding: 2.5vw 3vw;
  }
  .page--qa .block__answer .ico--a {
    top: -0.5em;
    left: -0.5em;
    padding: 0.2em 0.3em;
    font-size: 35px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1em;
  }
  .page--qa .block__answer .name {
    font-size: 13px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--archive .section--detail .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--archive .section--detail .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--archive .section--detail .list--contents .no-data {
    width: 100%;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 1.5em;
    font-size: 20px;
    line-height: 1.5;
  }
  .page--support .section--detail .tit {
    font-size: 18px;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1.6em;
  }
  .page--support .section--detail .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .section--detail .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    font-size: 18px;
  }
  .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 .searchBox {
    width: 70%;
    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;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .page--faq .tit--category {
    font-size: 18px;
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
  }
  .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 .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 1.2em;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--questionnaire .section--detail {
    max-width: 800px;
    margin: 0 auto;
  }
  .page--questionnaire .section--detail .block--tit .section-tit {
    font-size: 20px;
  }
  .page--questionnaire .section--detail .txt {
    font-size: 15px;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire .section--detail form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire .section--detail form .form--post .form--select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire .section--detail form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire .section--detail form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .section--detail .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .section--detail .icon--required {
    display: inline-block;
  }
  .page--questionnaire .section--detail .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .section--detail .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--entry .block--heading {
    margin-bottom: 4em;
  }
  .page--entry .block--heading .logo {
    width: 30vw;
    max-width: 400px;
    margin: 0 auto 3em;
  }
  .page--entry .block--heading .txt {
    font-size: 30px;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 6em;
    line-height: 1.66;
  }
  .page--entry .block--information {
    margin: 0 auto 6em;
  }
  .page--entry .block--information > ul {
    justify-content: space-between;
  }
  .page--entry .block--information > ul > li {
    width: 100%;
    padding: 2em;
  }
  .page--entry .block--information > ul > li .block--tit {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-size: 18px;
  }
  .page--entry .block--table.list--comparative {
    margin-bottom: 6em;
  }
  .page--entry .block--table.list--comparative ul li {
    width: 40%;
    padding: 1.5em 1em;
    font-size: 15px;
  }
  .page--entry .block--table.list--comparative ul li .txt--sub {
    margin-top: 0.6em;
  }
  .page--entry .block--table.list--comparative ul li:nth-of-type(2), .page--entry .block--table.list--comparative ul li:nth-of-type(3) {
    width: 30%;
  }
  .page--entry .block--table.list--comparative .status-circle {
    width: 16px;
    height: 16px;
  }
  .page--entry .block--table.list--comparative .status-triangle {
    font-size: 1.1em;
  }
  .page--entry .block--table.list--comparative .status-ng {
    width: 14px;
  }
  .page--entry .block--contents {
    margin: 0 auto 5em;
  }
  .page--entry .block--contents .block--tit {
    margin: 0 auto 2em;
    padding-bottom: 1em;
    font-size: 20px;
  }
  .page--entry .block--contents .list--contents li {
    margin: 0 auto 1.5em;
    padding: 2em;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt {
    width: 100%;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt .name {
    margin-bottom: 0.3em;
    font-size: 1.6em;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--txt {
    width: 70%;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo {
    width: 20%;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo img {
    box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .page--entry .block--contents--device .list--txt:first-of-type {
    margin-bottom: 1em;
  }
  .page--entry .block--login--fanplus {
    margin-bottom: 6em;
    padding: 3em 3em 3.1em;
  }
  .page--entry .block--login--fanplus .tit {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    font-size: 16px;
  }
  .page--entry .block--login--fanplus .block--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 48%;
    margin-right: 4%;
  }
  .page--entry .block--login--fanplus .block--inner:last-of-type {
    margin-right: 0;
  }
  .page--entry .block--login--fanplus .block--inner .btn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .page--entry .block--login--fanplus .txt--basic.txt--login {
    margin-bottom: 0.2em;
  }
  .page--introduction .section--detail .tit {
    font-size: 26px;
  }
  .page--introduction .section--detail .block--contents .list--contents {
    justify-content: space-between;
  }
  .page--introduction .section--detail .block--contents .list--contents li {
    width: calc(50% - 10px);
  }
  .page--introduction .section--detail .block--contents .list--contents li:first-child {
    width: 100%;
  }
  .page--introduction .section--detail .block--contents .list--contents li.movie {
    display: flex;
  }
  .page--introduction .section--detail .block--contents .list--contents li.movie .block--txt {
    width: 50%;
  }
  .page--introduction .section--detail .block--contents .list--contents li.movie .block--movie {
    width: 50%;
    padding-left: 1.5em;
  }
  .page--introduction .section--detail .block--contents .list--contents li p.sub-tit {
    font-size: 20px;
  }
  .page--introduction .section--detail .block--entry .block--inner .list--payment li {
    font-size: 14px;
  }
  .page--stream .block--tit .section-tit {
    letter-spacing: 0.02em;
  }
  .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 #000000;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
    color: #000000;
  }
  .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 i {
    margin-right: 0.3em;
    font-size: 14px;
  }
  .page--wallpaper .section--list .block--txt .tit {
    font-size: 16px;
  }
  .page--wallpaper .section--list .thumb img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page--livestreaming .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
  }
  .page--livestreaming .section--detail .block--txt .list--txt {
    margin-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap {
    width: 100%;
    max-width: 1100px;
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 700px;
    margin-top: 3em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .btn--delete button {
    padding: 0.3em 0.5em;
    font-size: 11px;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--video--wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--video {
    width: 70%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap {
    width: 24%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap .block--post .btn .btn--main {
    min-width: 90%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--txt--wrap {
    width: 100%;
  }
  .page--error .section--detail .txt {
    text-align: center;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
  }
  footer .inner .block--support .list--support {
    display: flex;
  }
  footer .inner .block--support .list--support ul.nav--support:first-child {
    margin-right: 5em;
  }
  footer .inner .block--list--link {
    margin: 2em auto;
  }
  footer .inner .block--list--link .list--link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .block--list--link .list--link li {
    margin-right: 2em;
  }
  footer .inner .block--list--link .list--link li a {
    font-size: 16px;
    line-height: 1.2;
  }
  footer .inner .block--list--link .list--link li a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 0.4em;
  }
  footer .inner .block--inner--wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 5em;
  }
  footer .inner .block--list--banner {
    width: 65vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .inner .block--list--banner .list--banner-1 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  footer .inner .block--list--banner .list--banner-1 li {
    width: calc(50% - 0.8em);
    max-width: 324px;
    margin-right: 0.8em;
    margin-bottom: 0.8em;
  }
  footer .inner .block--list--banner .list--banner-1 li img {
    display: block;
    width: 100%;
  }
  footer .inner .block--list--banner .list--banner-1 li:last-of-type {
    margin-right: 0;
  }
  footer .inner .block--list--banner .list--banner-2 {
    justify-content: flex-start;
  }
  footer .inner .block--list--banner .list--banner-2 li {
    width: calc(33.3333333333% - 0.8em);
    max-width: 216px;
    margin-right: 0.8em;
  }
  footer .inner .block--list--banner .list--banner-2 li:last-of-type {
    margin-right: 0;
  }
  .page--birthday-message .section--detail {
    max-width: 800px;
    margin: 0 auto;
  }
  .page--birthday-message .section--detail .section-tit {
    margin-bottom: 0.4em;
    font-size: 40px;
    text-align: center;
  }
  .page--birthday-message .section--detail .txt--lead {
    margin: 0 auto 3em;
    font-size: 20px;
  }
  .page--birthday-message .section--detail .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--birthday-message .section--detail .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;
  }
  .btn--main {
    width: 80%;
    margin-top: 1em;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .btn--main .txt--sub {
    display: block;
    margin-top: 0.8em;
    font-size: 10px;
  }
  .btn--sub {
    width: 80%;
    margin-top: 1em;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .btn--sub .txt--sub {
    display: block;
    margin-top: 0.8em;
    font-size: 10px;
  }
  .btn--input {
    min-width: 200px;
    margin-top: 1em;
    border-radius: 6px;
  }
  .block--list--btn .list--btn {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .block--list--btn .list--btn a {
    padding: 0.5em 1em;
  }
  .detail__btn {
    margin-top: 3em;
  }
  /* input */
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .block--pager {
    margin: 2em auto 0;
    font-size: 14px;
  }
  .block--pager li {
    margin: 0 0.3em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.3em;
  }
  .block--pager li.pager__item--current span {
    padding: 0.3em 0.6em;
  }
  .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: calc(50% - 3.5px);
    left: -10px;
    width: 7px;
    height: 7px;
  }
  .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: calc(50% - 3.5px);
    right: -10px;
    width: 7px;
    height: 7px;
  }
  .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;
    transition: 0.3s;
  }
  .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;
    top: 45%;
    left: 3.3em;
    width: 4em;
    transform-origin: left top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--newer a:hover {
    color: #BC0A0B;
  }
  .block--pager__detail .pager__item--newer a:hover::before {
    transform: scaleX(1);
  }
  .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;
    top: 45%;
    left: -3.7em;
    width: 3em;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.25s ease-out;
  }
  .block--pager__detail .pager__item--older a:hover {
    color: #BC0A0B;
  }
  .block--pager__detail .pager__item--older a:hover::before {
    transform: scaleX(1);
  }
  .block--pager__detail .pager__item--list a {
    transition: color 0.3s;
  }
  .block--pager__detail .pager__item--list a:hover {
    color: #BC0A0B;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #D91717;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px;
  }
  .section-tit {
    font-size: 24px;
  }
  .section-tit--sub {
    font-size: 15px;
    line-height: 1.4;
  }
  .tit {
    line-height: 1.4;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    padding: 2em 15px 70px;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 1.5em;
  }
  .section--list .block--tit .section-tit,
  .section--detail .block--tit .section-tit {
    font-size: 24px;
  }
  .no-data {
    padding: 5em 0;
  }
  .list__more a, .detail__btn a {
    font-size: 15px;
  }
  .list--txt li {
    margin-bottom: 0.5em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.06em;
  }
  .block--category {
    margin-bottom: 1.5em;
  }
  .block--category .block--nav--category li {
    margin-right: 0.6em;
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
    padding: 0.2em 0.5em;
  }
  .block--sort-category {
    position: absolute;
    top: 1em;
    right: 0;
    padding: 0.5em 1em;
  }
  .block--sort-category .block--sort {
    width: 80vw;
    max-height: 60vh;
    top: 2.5em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li {
    padding: 0.5em 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;
    padding-left: 2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.5em;
    height: 1.5em;
    left: 0;
    top: 1em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 1em;
    height: 1em;
    left: 0.25em;
    top: 1.24em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort .label {
    font-size: 16px;
  }
  .block--sort-category .btn--sort span {
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.2em;
    background-size: 0.9em;
  }
  .content-main {
    padding-top: 60px;
  }
  .list--information li a {
    transition: transition 0.1s cubic-bezier(0.6, 0, 0.2, 1), color 0s;
  }
  .list--information li a .tit {
    font-size: 13px;
  }
  .list--information li a .block--sub--info {
    margin-bottom: 0.3em;
  }
  .list--information li a .date {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
  .list--information li a .category {
    font-size: 10px;
  }
  .list--information li a .block--tag .tag {
    padding: 0.4em 1em 0.2em 1.2em;
    font-size: 15px;
  }
  .list--information li.new .date::after {
    margin-left: 0.2em;
    font-size: 14px;
  }
  .list--information.list--schedule li {
    margin-bottom: 1.5em;
  }
  .list--information.list--schedule li:last-of-type {
    margin-bottom: 0;
  }
  .list--information.list--schedule li a {
    padding: 0;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date {
    min-width: 6em;
    padding: 1em 0.8em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner .month-date {
    font-size: 25px;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--date .block--date--inner .block--date--sub {
    margin-left: 0.2em;
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info {
    padding-top: 0.8em;
    font-size: 12px;
    letter-spacing: 0em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .block--sub--info .tag::after {
    margin: 0 0.4em;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--date .icon--term {
    margin: 0.3em auto;
  }
  .list--information.list--schedule li a .list__inner .block--schedule--info {
    padding: 1.5em 1.5em;
  }
  .list--contents li .category, .list--photo li .category {
    font-size: 13px;
    line-height: 1.4;
  }
  .list--contents li .tit, .list--photo li .tit {
    font-size: 13px;
    line-height: 1.4;
  }
  .list--contents li .block--sub--info, .list--photo li .block--sub--info {
    margin-top: 1.2em;
    font-size: 13px;
  }
  .list--contents li .date, .list--photo li .date {
    font-size: 10px;
  }
  .list--error li {
    margin-top: 0.5em;
    padding: 0.5em;
    line-height: 1.5;
  }
  .section--detail .tit {
    font-size: 16px;
  }
  .section--detail .block--sub--info {
    margin-bottom: 1.2em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 13px;
  }
  .section--detail .date:first-of-type {
    margin-right: 0;
  }
  .section--detail .date.end_time::before {
    height: 1px;
    width: 0.5em;
    margin: 0 0.4em;
  }
  .section--detail .week {
    margin-left: 0.2em;
    font-size: 10px;
  }
  .section--detail .block--tag {
    margin-left: 0.6em;
  }
  .section--detail .block--tag .tag {
    margin-right: 0.4em;
    font-size: 11px;
  }
  .section--detail .category {
    margin-right: 0.8em;
    font-size: 11px;
  }
  .section--detail .block--detail--footer {
    margin-top: 3em;
  }
  .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: 12px;
    margin-right: 20px;
  }
  header {
    height: 60px;
    padding: 0 15px;
  }
  header h1 {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 100;
  }
  header .block--nav .nav--request a {
    padding: 1em 1.2em;
    padding-right: 2.4em;
    font-size: 12px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  }
  header .drawer__btn {
    cursor: pointer;
  }
  header .block--nav .list--nav--contents {
    display: none;
  }
  body.drawer-visible header::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
  }
  footer .block--list--link {
    margin: 2em auto;
  }
  footer .block--list--link .list--link li {
    margin-bottom: 0.6em;
  }
  footer .block--list--link .list--link li a {
    font-size: 14px;
    line-height: 1.2;
  }
  footer .block--list--link .list--link li a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 0.4em;
  }
  footer .block--inner--wrap {
    margin-top: 2em;
  }
  footer .block--list--banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  footer .block--list--banner .list--banner-1 {
    width: 100%;
  }
  footer .block--list--banner .list--banner-1 li {
    width: 100%;
    margin-bottom: 1.5%;
  }
  footer .block--list--banner .list--banner-1 li img {
    width: 100%;
  }
  footer .block--list--banner .list--banner-2 {
    width: 100%;
  }
  footer .block--list--banner .list--banner-2 li {
    width: 32%;
    margin-right: 2%;
  }
  footer .block--list--banner .list--banner-2 li:last-of-type {
    margin-right: 0;
  }
  footer .block--sns {
    text-align: right;
    margin-top: 70px;
  }
  .page--home section {
    margin-bottom: 50px;
  }
  .page--home .section--top .section--inner .block--tit .section-tit {
    font-size: 24px;
  }
  .page--home .section--top .section--inner .block--keyvisual {
    position: relative;
    width: 84%;
    margin-top: 1.4em;
    margin-bottom: 7em;
    margin-left: auto;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner {
    padding-top: 80%;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner img {
    background: no-repeat center center;
    background-size: cover;
  }
  .page--home .section--top .section--inner .block--keyvisual .block--keyvisual--inner .block--keyvisual--video iframe {
    transform: scale(2.08);
  }
  .page--home .section--top .section--inner .block--keyvisual .block--scroll {
    display: none;
  }
  .page--home .header > .block--nav .list--nav--contents {
    display: none;
    opacity: 0;
  }
  .page--home .block--birthday-message .btn--birthday {
    font-size: 16px;
  }
  .page--home .block--birthday-message .btn--birthday i {
    margin-right: 0.3em;
  }
  .page--home .list--information {
    justify-content: center;
  }
  .page--home .section--goods .list--goods li a figure {
    height: 120px;
  }
  .page--home .section--goods .list--goods li:first-child {
    margin-right: 10px;
  }
  .page--home .section--live .place {
    font-size: 14px;
  }
  .page--home .section--movie {
    margin-bottom: 20px;
  }
  .page--home .section--movie .list--contents li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page--home .section--blog {
    margin-bottom: 10px;
  }
  .page--home .section--blog .list--contents li {
    width: 48%;
    margin-bottom: 1.5em;
  }
  .page--home .section--blog--staff .list--contents li .block--txt, .page--home .section--lyrics .list--contents li .block--txt {
    padding: 1em 0 1.5em 1em;
  }
  .page--home .area--member .block--login li {
    font-size: 16px;
  }
  .type--official .drawer .g-nav .list--nav--contents li a {
    font-size: 40px;
  }
  .type--official .area--official {
    margin-bottom: 0;
  }
  .type--official .area--official .section--video {
    margin-bottom: 0;
  }
  .page--info .section--detail .block--tit .tit {
    font-size: 16px;
  }
  .page--info .section--detail .block--txt p {
    font-size: 13px;
  }
  .page--news .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--news .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--schedule .section--list .block--day .event-date {
    font-size: 18px;
  }
  .page--schedule .section--list .block--day .category {
    font-size: 10px;
  }
  .page--schedule .section--list .block--day .tit {
    font-size: 13px;
  }
  .page--discography .section--list .list--discography li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--discography .section--list .list--discography li .block--thumb {
    margin-bottom: 1em;
  }
  .page--discography .section--list .list--discography li a {
    display: block;
  }
  .page--discography .section--list .list--discography li .tit {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .section--list .list--discography li .block--sub--info {
    margin-top: 0.8em;
  }
  .page--discography .section--list .list--discography li .date, .page--discography .section--list .list--discography li .category {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .page--discography .section--list .list--discography li.delighter {
    opacity: 0;
    transform: translateY(20%);
  }
  .page--discography .section--list .list--discography li.started, .page--discography .section--list .list--discography li .video {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.2s;
  }
  .page--discography .section--detail .block--discography {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .section--detail .block--discography .block--discography--details > .block--tit .section-tit {
    font-size: 16px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--comment .txt, .page--discography .section--detail .block--discography .block--discography--details .block--review .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track {
    margin-top: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc {
    margin-bottom: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .block--disc--tit {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 13px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details {
    width: calc(100% - 1.5em - 0.5em);
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--track--tit {
    margin-right: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--related-links a {
    margin-right: 0.1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .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--discography--details .video {
    margin-bottom: 2em;
  }
  .page--biography .block--tit .section-tit {
    font-size: 24px;
  }
  .page--biography .block--photo {
    margin-bottom: 3em;
  }
  .page--biography .txt {
    line-height: 1.8;
  }
  .page--biography .block--name {
    margin-bottom: 0.6em;
    font-size: 18px;
  }
  .page--biography .block--name span {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 96%;
    margin: 0 auto 3em;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.8em;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 2em;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 96%;
    margin-bottom: 0.6em;
  }
  .page--movie .video-js .vjs-play-control {
    text-shadow: 0 0 10px #303133;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .page--movie .video-js .vjs-play-control.vjs-paused span::before {
    filter: drop-shadow(0 0 10px #303133);
  }
  .page--movie .video-js.vjs-fullscreen .vjs-play-control {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--list .list--contents li .block--txt {
    font-size: 13px;
  }
  .page--movie .section--list .list--contents li .block--txt .date {
    font-size: 12px;
  }
  .page--movie .section--list .list--contents li:last-child {
    margin-bottom: 0;
  }
  .page--movie .section--list.parent--list .tit {
    font-size: 16px;
  }
  .page--movie .section--detail {
    padding: 0 !important;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 1.5em !important;
    padding: 0 1em !important;
  }
  .page--movie .section--detail .block--tit .category {
    font-size: 12px;
  }
  .page--movie .section--detail .block--tit .tit {
    font-size: 15px !important;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .section--detail .detail__btn {
    margin: 2em 1em !important;
    padding: 0 !important;
  }
  .page--movie .section--detail .block--txt {
    padding: 1em;
  }
  .page--movie .block--player {
    position: relative !important;
    top: 0 !important;
  }
  .page--movie .vjs-big-play-centered .vjs-big-play-button {
    top: 38%;
  }
  .page--movie .area--more-info {
    padding: 0 1em;
  }
  .page--movie .area--more-info .block--more_movies {
    margin-top: 3em;
  }
  .page--movie .area--more-info .block--more_movies .more_movies_title {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li a {
    padding: 1em 0 !important;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li a .category {
    font-size: 10px !important;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li a .tit {
    margin-bottom: 0;
    font-size: 12px !important;
  }
  .page--movie .area--more-info .block--more_movies .list--contents li a .date {
    font-size: 12px;
  }
  .page--radio .section--list .list--contents li {
    width: 47%;
  }
  .page--live .section--detail .block--liveinfo {
    font-size: 13px;
  }
  .page--live .section--detail .block--liveinfo dt {
    padding: 1em 0 0.5em;
  }
  .page--live .section--detail .block--liveinfo dd {
    padding-bottom: 1em;
  }
  .page--blog .section--list .list--blog .block__txt .date {
    font-size: 12px;
  }
  .page--blog .section--detail .block--tit .section-tit {
    font-size: 18px;
  }
  .page--blog .block--form dt {
    margin-bottom: 0.6em;
    font-size: 15px;
  }
  .page--blog .list--form {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  .page--blog .block--comment .list--comment {
    margin: 3em auto;
  }
  .page--blog .block--comment .list--comment li {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
  .page--blog .block--comment .list--comment .no-data {
    font-size: 16px;
  }
  .page--blog .block--comment .name {
    margin-bottom: 0.8em;
    font-size: 15px;
  }
  .page--blog .block--comment .txt {
    margin: 0.3em auto 0;
  }
  .page--blog .block--comment .btn--delete input[type=submit] {
    padding: 0.5em;
    border-radius: 0.2em;
    font-size: 11px;
  }
  .page--blog .commentconfirm, .page--blog .commentcomplete, .page--blog .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--blog .commentconfirm .titArea, .page--blog .commentcomplete .titArea, .page--blog .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--blog .commentconfirm dl, .page--blog .commentcomplete dl, .page--blog .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--blog .commentconfirm dt, .page--blog .commentcomplete dt, .page--blog .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--blog .commentconfirm dd, .page--blog .commentcomplete dd, .page--blog .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--blog.standard-blog .section--list .list--blog {
    display: flex;
    justify-content: center;
  }
  .page--blog.standard-blog .section--list .list--blog li {
    width: 100%;
    margin-bottom: 15%;
  }
  .page--blog.standard-blog .section--list .list--blog li a .block--thumb--wrap {
    width: 100%;
  }
  .page--blog.standard-blog .section--list .list--blog li a .block--thumb--wrap .block--thumb {
    border-radius: 0;
  }
  .page--blog.standard-blog .section--list .list--blog li a .block--item--info .block--writer .writer {
    margin-top: 2.5em;
    font-size: 12px;
  }
  .page--blog.standard-blog .section--detail .block--icon--like {
    margin-bottom: 3em;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like {
    padding: 1.6em 3em;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like i {
    font-size: 40px;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like .likes, .page--blog.standard-blog .section--detail .block--icon--like .icon--like .liked {
    margin-left: 0.6em;
    font-size: 24px;
  }
  .page--blog.standard-blog .section--detail .block--icon--like .icon--like .like--txt {
    margin-left: 0.5em;
    font-size: 16px;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 100px;
    overflow: hidden;
    margin-right: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-image: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover::before {
    content: none;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin li a:hover .date {
    display: none;
  }
  .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 a {
    position: relative;
  }
  .page--blog.photo-blog .section--list .list--contents li a .date {
    display: block;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li a:hover .date {
    opacity: 1;
  }
  .page--blog.photo-blog .section--list .list--contents li a:hover::before {
    opacity: 1;
  }
  .page--blog.photo-blog .section--list .list--contents li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: #000000;
    transition: opacity 0.3s;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new a .tit::after {
    content: none;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .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 .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;
  }
  .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 {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--writer .writer::after {
    top: 2px;
    width: 15px;
    height: 16px;
    margin-left: 0.4em;
  }
  .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 .txt-area {
    width: 100%;
  }
  .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 .txt-area {
    position: relative;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
    font-size: 20px;
  }
  .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--lyrics .section--list .pickup {
    padding: 1em;
  }
  .page--lyrics .section--list .block--category li {
    font-size: 14px;
  }
  .page--lyrics .section--list .list--contents li a .block--thumb {
    width: 40%;
  }
  .page--lyrics .section--list .list--contents li a .block--txt {
    width: 60%;
    padding: 1em 0 1em 1em;
  }
  .page--lyrics .section--detail .block--tit .section--tit {
    font-size: 16px;
  }
  .page--lyrics .section--detail .main--txt {
    font-size: 13px;
  }
  .page--lyrics .section--detail .list--album li a .thumb {
    margin-bottom: 1em;
  }
  /* page--diagnosis
  ------------------------------------------------*/
  .page--diagnosis .section--detail .tit {
    font-size: 20px;
  }
  .page--diagnosis .section--detail .list--member li {
    width: 50%;
  }
  .page--wallpaper .section--list .block--txt .tit {
    font-size: 14px;
  }
  .page--wallpaper .section--detail .block--contents .image {
    margin-bottom: 1em;
  }
  .page--qa .block--tit .section-tit .section-tit--main {
    margin-right: 0.2em;
  }
  .page--qa .block--tit .section-tit .section-tit--sub {
    font-size: 17px;
  }
  .page--qa .txt {
    margin-bottom: 2em;
  }
  .page--qa .txt--sub {
    margin-top: 0.5em;
    font-size: 12px;
  }
  .page--qa .btn {
    margin: 1em auto 0;
    text-align: center;
  }
  .page--qa .list--qa {
    margin: 3em auto 2em;
  }
  .page--qa .list--qa li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .page--qa .list--qa li a {
    padding: 2.5em 2.5em;
  }
  .page--qa .list--qa li a .date {
    margin-bottom: 0.2em;
  }
  .page--qa .list--qa li a .tit {
    margin-bottom: 1em;
  }
  .page--qa .list--qa li a .name {
    font-size: 12px;
  }
  .page--qa .list--qa li a .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .list--qa li.new a .date::after {
    margin-left: 0.3em;
  }
  .page--qa .block__question {
    margin-bottom: 2em;
    padding: 1.2em 2em;
  }
  .page--qa .block__question .ico--q {
    top: -0.5em;
    left: -0.5em;
    padding: 0.2em 0.3em;
    font-size: 25px;
  }
  .page--qa .block__question .txt {
    margin-bottom: 1em;
    padding-bottom: 1.2em;
    line-height: 1.6;
  }
  .page--qa .block__question .name {
    padding-top: 1.2em;
    font-size: 12px;
  }
  .page--qa .block__question .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--qa .block__answer {
    margin-bottom: 2em;
    padding: 1.2em 2em;
  }
  .page--qa .block__answer .ico--a {
    top: -0.5em;
    left: -0.5em;
    padding: 0.2em 0.3em;
    font-size: 25px;
  }
  .page--qa .block__answer .txt {
    margin-bottom: 1em;
    padding-bottom: 1.2em;
    font-size: 16px;
  }
  .page--qa .block__answer .name {
    font-size: 12px;
  }
  .page--qa .block__answer .name span {
    margin-right: 0.5em;
    font-size: 10px;
  }
  .page--archive .section--detail .list--contents li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--archive .section--detail .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--archive .section--detail .list--contents .no-data {
    width: 100%;
  }
  .page--support .section--detail .section-tit {
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--support .section--detail .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .section--detail .txt {
    margin-bottom: 1.6em;
  }
  .page--support .section--detail .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .section--detail .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    font-size: 16px;
  }
  .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 .searchBox {
    width: 70%;
    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: 2em;
  }
  .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: 15px;
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 13px;
  }
  .page--faq .list--faq li .txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 1.2em;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    font-size: 40px;
    text-align: center;
  }
  .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 .section--detail .block--tit .section-tit {
    font-size: 18px;
  }
  .page--questionnaire .section--detail .txt {
    font-size: 13px;
    margin-bottom: 0;
  }
  .page--questionnaire .section--detail form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire .section--detail form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire .section--detail form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire .section--detail form .form--post .form--select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire .section--detail form .input--half {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire .section--detail form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire .section--detail form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .section--detail .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .section--detail .icon--required {
    display: inline-block;
  }
  .page--questionnaire .section--detail .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .page--questionnaire .section--detail .form--confirm {
    padding: 16px;
  }
  .page--entry .block--heading {
    margin-bottom: 2em;
  }
  .page--entry .block--heading .logo {
    width: 50vw;
    max-width: 300px;
    margin: 0 auto 1em;
  }
  .page--entry .block--heading .txt {
    font-size: 20px;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 3em;
    line-height: 1.66;
  }
  .page--entry .block--information {
    margin: 0 auto 4em;
  }
  .page--entry .block--information > ul {
    justify-content: center;
  }
  .page--entry .block--information > ul > li {
    width: 100%;
    padding: 1.5em;
  }
  .page--entry .block--information > ul > li .block--tit {
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-size: 18px;
  }
  .page--entry .block--information > ul > li:first-of-type {
    margin-bottom: 2em;
  }
  .page--entry .block--table.list--comparative {
    margin-bottom: 4em;
  }
  .page--entry .block--table.list--comparative ul li {
    width: 40%;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .page--entry .block--table.list--comparative ul li .txt--sub {
    margin-top: 0.6em;
  }
  .page--entry .block--table.list--comparative ul li:nth-of-type(2), .page--entry .block--table.list--comparative ul li:nth-of-type(3) {
    width: 30%;
  }
  .page--entry .block--table.list--comparative .status-circle {
    width: 16px;
    height: 16px;
  }
  .page--entry .block--table.list--comparative .status-triangle {
    font-size: 1.1em;
  }
  .page--entry .block--table.list--comparative .status-ng {
    width: 14px;
  }
  .page--entry .block--contents {
    margin: 0 auto 4em;
  }
  .page--entry .block--contents .block--tit {
    margin: 0 auto 1em;
    padding-bottom: 1em;
    font-size: 18px;
  }
  .page--entry .block--contents .list--contents li {
    margin: 0 auto 1.5em;
    padding: 1.5em;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt {
    width: 100%;
  }
  .page--entry .block--contents .list--contents li .inner .block--txt .name {
    margin-bottom: 0.3em;
    font-size: 1.5em;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--txt {
    width: 100%;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo {
    width: 60%;
    margin: 1.5em auto 0;
  }
  .page--entry .block--contents .list--contents li .inner.block--with-photo .block--photo img {
    box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.2);
  }
  .page--entry .block--entry .block--inner .list--payment li {
    font-size: 12px;
  }
  .page--entry .block--contents--device .list--txt:first-of-type {
    margin-bottom: 1em;
  }
  .page--entry .block--login--fanplus {
    flex-flow: column;
    margin-bottom: 4em;
    padding: 3em 3em 3.1em;
  }
  .page--entry .block--login--fanplus .tit {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    font-size: 16px;
  }
  .page--entry .block--login--fanplus .block--inner {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--entry .block--login--fanplus .block--inner:last-of-type {
    margin-bottom: 0;
  }
  .page--entry .block--login--fanplus .txt--basic.txt--login {
    margin-bottom: 0.2em;
  }
  .page--entry .block--login--fanplus .btn--special {
    margin-top: 0.8em;
  }
  .page--introduction .tit {
    font-size: 20px;
  }
  .page--introduction .block--contents .list--contents li {
    width: 100%;
  }
  .page--introduction .block--contents .list--contents li .block--movie .thumb {
    margin-top: 1em;
  }
  .page--about-service .section--detail {
    width: 90vw;
  }
  .page--about-service .block--heading {
    margin-bottom: 2em;
  }
  .page--about-service .block--about--wrap {
    display: block !important;
  }
  .page--about-service .block--about--wrap > div {
    width: 100%;
    margin-bottom: 2em;
  }
  .page--about-service .block--outline dl dd {
    font-size: 16px;
  }
  .page--about-service .block--contents .block--contents--inner .block--contents--item .block--tit {
    font-size: 18px;
  }
  .page--stream .block--tit .section-tit {
    font-size: 40px;
  }
  .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: 3px;
    transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .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 i {
    margin-right: 0.3em;
    font-size: 13px;
  }
  .page--livestreaming .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
  }
  .page--livestreaming .section--detail .block--txt .list--txt {
    margin-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap {
    width: 100%;
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 600px;
    margin-top: 3em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .btn--delete button {
    padding: 0.3em 0.5em;
    font-size: 11px;
  }
  /* page--bbs
  ------------------------------ */
  .page--bbs .block--parent .mainLogo {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .page--bbs .block--parent .mainLogo .mainLogo_txt {
    font-size: 47px;
    line-height: 1.2;
  }
  .page--bbs .block--parent .mainLogo .mainLogo_sub {
    margin-bottom: 6px;
  }
  .page--bbs .block--parent .leadArea {
    text-align: left;
    margin-bottom: 0;
  }
  .page--bbs .block--parent .lead {
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }
  .page--bbs .block--parent .lead_detail {
    padding: 15px;
    font-size: 13px;
    text-align: left;
  }
  .page--bbs .block--parent {
    margin: 0px auto 25px;
  }
  .page--bbs .block--post {
    margin: 0 auto 30px;
    width: 100%;
  }
  .page--bbs .block--post .form--post {
    padding: 15px;
    overflow: hidden;
  }
  .page--bbs .block--post .form--post dl dd {
    margin-bottom: 15px;
  }
  .page--bbs .block--post .form--post dl {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .page--bbs .block--post .form-entry-tit {
    font-size: 15px;
  }
  .page--bbs .block--post .form--post .btn--main {
    width: 100%;
    font-size: 14px;
  }
  .page--bbs .block--attention {
    padding: 15px;
    margin-bottom: 35px;
    border-width: 2px;
  }
  .page--bbs .block--attention .attention_tit {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page--bbs .block--attention .attentionList li {
    font-size: 12px;
  }
  .page--bbs .list--comment {
    margin: 0 auto 20px;
  }
  .page--bbs .list--comment li {
    width: 48%;
    margin-bottom: 25px;
  }
  .page--bbs .list--comment li .txt {
    font-size: 12px;
    margin-bottom: 2px;
    transform: none;
  }
  .page--bbs .list--comment li .name {
    font-size: 11px;
    margin-bottom: 0;
  }
  .page--bbs .list--comment li .date {
    font-size: 12px;
  }
  .page--bbs .list--comment li .place {
    right: 8px;
    left: 12px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
  }
  .page--bbs .popup .close {
    top: 15px;
    right: 15px;
  }
  .page--bbs .popup .popInBox .ph img {
    max-height: 120vw;
  }
  .page--bbs .block--error {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 25px;
  }
  .page--bbs .form--confirm {
    padding: 25px;
  }
  .page--bbs ul.block--pager::after {
    display: none;
  }
  .page--bbs.page--bbs02 .bbs_wrap {
    padding: 10px;
  }
  .page--bbs.page--bbs02 .bbs_wrap .section--detail {
    padding: 7px;
  }
  .page--bbs.page--bbs02 .bbs_wrap .section--detail .bbs_inner {
    padding: 30px 4%;
    background-size: 20px;
  }
  .page--bbs.page--bbs02 .block--parent .mainLogo .mainLogo_img {
    width: 100%;
  }
  .page--bbs.page--bbs02 .list--comment li .ph::after {
    width: 70px;
    height: 50px;
    top: -13px;
  }
  .page--bbs.page--bbs02 .list--comment li .date {
    border-width: 1px;
  }
  .page--bbs.page--bbs02 .block--pager li {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .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;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  .body--app.page--movie .section--list .list--contents li {
    position: relative;
  }
  .body--app.page--notice .list--info {
    justify-content: center;
  }
  .body--app.page--notice .list--info li {
    position: relative;
    z-index: 1;
    border-bottom: solid 1px #000000;
    overflow: hidden;
  }
  .body--app.page--notice .list--info li a {
    transition: transition 0.1s cubic-bezier(0.6, 0, 0.2, 1), color 0s;
    display: block;
    position: relative;
    color: #000000;
    padding: 1.2em 0;
  }
  .body--app.page--notice .list--info li a .tit {
    font-size: 13px;
  }
  .body--app.page--notice .list--info li a .block--sub--info {
    margin-bottom: 0.3em;
  }
  .body--app.page--notice .list--info li a .date {
    font-size: 12px;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.6em;
  }
  .body--app.page--notice .list--info li a .category {
    font-size: 10px;
  }
  .body--app.page--notice .list--info li a .block--tag .tag {
    padding: 0.4em 1em 0.2em 1.2em;
    font-size: 15px;
  }
  .body--app.page--notice .list--info li.new .date::after {
    margin-left: 0.2em;
    font-size: 14px;
  }
  .page--home .section--banner.delighter {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  }
  .page--home .section--banner.started {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  }
  .page--home .section--banner.ended {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 2s;
  }
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-11px);
    }
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
/*
@include var.tablet {

}
*//*# sourceMappingURL=fansite-service.css.map */