@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/paq7nbg.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;
}

/* base
============================== */
html {
  padding: 0;
}

html, body {
  min-height: 100%;
  /*
  height: 100%;
  */
}

body {
  position: relative;
  color: #ffffff;
  word-wrap: break-word;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000000 linear-gradient(180deg, #0a0a0a 5%, #4A4131 60%, #564A31 90%, #111111);
}
body::after {
  content: "";
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
  background: #000000 url(/static/himuro/fanclub/common/bg_wood.jpg) 49% top no-repeat;
  background-size: cover;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  will-change: transform, mix-blend-mode, opacity;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

body:not(.page--home)::before {
  background: #000000 linear-gradient(180deg, #0a0a0a 0%, #4A4131 15%, #564A31 90%, #111111);
}

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

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: #aa2233;
}

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

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

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

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

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

.section-tit {
  color: #BFA869;
  font-family: apparat-semicond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  line-height: 1.1;
}
.section-tit:tit--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}

.section-tit__sub {
  display: block;
  color: #BFA869;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}

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

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

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

.txt--en {
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}

.txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

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

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

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

.bold {
  font-weight: bold;
}

i {
  font-family: "Font Awesome 5 Free";
}

.section--list,
.section--detail {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.no-data {
  width: 100%;
  margin: 8em auto 0;
  font-weight: bold;
  text-align: center;
}

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

.section--redirect {
  width: 90%;
  max-width: 1100px;
  margin: 3em auto;
}

.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;
}
.block--pager li {
  position: relative;
}
.block--pager a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager a, .block--pager span {
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.block--pager .pager__item--number {
  color: #ffffff;
  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 #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.block--pager .pager__item--older span::after {
  opacity: 0.3;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #BFA869;
  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: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  line-height: 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;
}

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

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

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

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

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

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

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

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

.swiper-button-prev:after, .swiper-button-next:after {
  color: #BFA869;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  letter-spacing: 0.02em;
}

.swiper-button-prev:after {
  content: "PREV";
  transition: color 0.2s;
}

.swiper-button-next:after {
  content: "NEXT";
  transition: color 0.2s;
}

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

.swiper-pagination-current, .swiper-pagination-total {
  color: #BFA869;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}

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

/* Progress bar : horizonal line */
.progress-bar {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 1.5em;
  height: 1px;
  background: #a1a1a1;
  cursor: pointer;
}

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

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

.progress-bar__inner {
  background: #ffffff;
}

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

@keyframes effect--progress-bar {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/* Progress bar : circle */
.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
  border: solid 1px #BFA869;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  text-align: center;
}

/*
.circle {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 3.5vw !important;
	height: 3.5vw !important;
	border-radius: 50%;
	background: var.$primary-color;
	text-align: center;
	cursor: pointer;
}
.circle::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -25px;
	width: 50px;
	height: 50px;
	background: #ffc2b0;
	transform-origin: right 25px;
	z-index: 2;
}
.circle::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 25px;
	width: 50px;
	height: 50px;
	background: #ffc2b0;
	transform-origin: left 25px;
	z-index: 3;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active.circle::before {
    animation: circleBefore 5s linear forwards;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active.circle::after {
    animation: circleAfter 5s linear forwards;
}
.circle .circle_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.3vw;
    height: 3.3vw;
    background: var.$base-color;
    border-radius: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c3512f;
}
@keyframes circleAfter {
    0%   {
        transform: rotate(0deg);
        background: #ffc2b0;
    }
    50%  {
        transform: rotate(180deg);
        background: #ffc2b0;
    }
    50.01% {
        transform: rotate(360deg);
        background: #c3512f;
    }
    100% {
        transform: rotate(360deg);
        background: #c3512f;
    }
}
@keyframes circleBefore {
    0%   { transform: rotate(0deg); }
    50%  { transform: rotate(0deg); }
    100% { transform: rotate(180deg); }
}
*/
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

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

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

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

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

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

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

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

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

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

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

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__checkbox.form__error {
  color: #aa2233;
}
.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 #ffffff;
  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: #aa2233;
  border-color: #aa2233;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__radio.form__error {
  color: #aa2233;
}
.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: #aa2233;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
@media screen and (min-width: 756px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.form__toggle.form__error {
  color: #aa2233;
}
.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 #ffffff;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #BFA869;
  border-color: #BFA869;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

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

.form--confirm {
  border: solid 0.5px #1A3141;
  border-radius: 10px;
  padding: 1.5em;
  margin-bottom: 2em;
}
.form--confirm dt {
  margin: 0 0 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #1A3141;
  color: #ffffff;
}
.form--confirm dd {
  margin: 0 0 2.5em;
  color: #ffffff;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn__input, .btn--special, .btn--sub, .btn--main {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: apparat-semicond, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--main {
  background: rgba(191, 168, 105, 0.08);
  border: solid 1px #BFA869;
  border-radius: 100em;
  color: #BFA869;
}

.btn--sub {
  color: #BFA869;
}
.btn--sub span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn--sub span::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #BFA869;
}
.btn--sub span::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background-color: #BFA869;
  transform: rotate(50deg);
  transform-origin: right;
}

.detail__btn {
  display: inline-block;
  color: #BFA869;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  text-align: left;
  letter-spacing: 0.02em;
}

.btn--special {
  background-color: #aa2233;
  color: #ffffff;
  font-family: alternate-gothic-condensed-a, "Noto Sans JP", sans-serif;
  text-align: center;
  transform: translate3d(0);
  transition: box-shadow 0.3s, transform 0.3s;
}
.btn--special:hover {
  transform: translate3d(5px, 7px, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
}

.list--information li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.list--information li a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  background-color: #ffffff;
}
.list--information li a .inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: solid 1px #BFA869;
}
.list--information li a .tit {
  color: #111111;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  word-break: break-word;
}
.list--information li a .block--sub__info {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #BFA869;
}
.list--information li a .date {
  color: #BFA869;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--information li.new a::before {
  content: "";
  display: inline-block;
  background: url(/static/himuro/fanclub/common/logo_kh.svg) left top no-repeat;
  color: #aa2233;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: -0.01em;
  position: absolute;
}

.list--contents, .list--photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list--contents li > a, .list--photo li > a {
  display: block;
  position: relative;
}
.list--contents li .block--thumb, .list--photo li .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  padding-top: 56.25%;
  background-color: #1A3141;
}
.list--contents li .block--thumb img, .list--photo li .block--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 .block--thumb .blur, .list--photo li .block--thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  filter: blur(20px);
  transform: scale(1);
}
.list--contents li .block--thumb .blur img, .list--photo li .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .tit, .list--photo li .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
  word-break: break-word;
}
.list--contents li .date, .list--photo li .date {
  display: block;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.list--contents li.new .tit, .list--photo li.new .tit {
  position: relative;
}
.list--contents li.new .tit::after, .list--photo li.new .tit::after {
  content: "";
  display: inline-block;
  background: url(/static/himuro/fanclub/common/logo_kh.svg) left top no-repeat;
  color: #aa2233;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: -0.01em;
}

.list--photo 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 {
  padding-top: 100%;
}

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

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

li.no-data {
  float: none;
  text-align: left;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  color: #ffffff;
  border: none !important;
}

.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: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.block--category .block--nav__category li a {
  display: block;
  background-color: #ffffff;
  color: #BFA869;
  font-weight: bold;
  text-align: center;
}
.block--category .block--nav__category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav__category li.current a {
  background-color: #aa2233;
  color: #111111;
  pointer-events: none;
}

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .tit {
  color: #ffffff;
}
.section--detail .block--sub__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section--detail .date {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .category {
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.section--detail .block--share {
  float: right;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li i {
  color: #ffffff;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #ffffff;
  position: relative;
}
.section--detail .block--share li.share {
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  color: #ffffff;
}

.header .drawer__btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 3;
  border: solid 1px #BFA869;
  background-color: rgba(17, 17, 17, 0.8);
  transition: border 0.3s, background-color 0.3s;
}
.header .drawer__btn .menu__icon span {
  display: block;
  position: relative;
  background-color: #BFA869;
  transform-origin: center;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s, margin 0.6s 0.2s, background-color 0.6s 0.2s;
}
.header .drawer__btn .menu__tit::after {
  content: "MENU";
  display: block;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  color: #BFA869;
  line-height: 1;
  transition: color 1.1s;
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .drawer {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  transform: translateY(0);
}
body.drawer-visible .drawer__btn {
  border: solid 1px #BFA869;
  background-color: #bfa869;
}
body.drawer-visible .drawer__btn .menu__icon span {
  background-color: #ffffff;
}
body.drawer-visible .drawer__btn .menu__icon span:first-of-type {
  opacity: 0;
}
body.drawer-visible .drawer__btn .menu__icon span:last-of-type {
  opacity: 0;
}
body.drawer-visible .drawer__btn .menu__tit::after {
  content: "CLOSE";
  color: #ffffff;
}

.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100dvh;
  background: #a1a1a1;
  transform: translateY(5%);
  transition: transform 1s 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 2s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer-inner {
  overflow: auto;
  height: 100svh;
  margin: 0 auto;
}
.drawer .drawer-inner .g-nav {
  width: 100%;
  margin: 0 auto;
  color: #BFA869;
}
.drawer .drawer-inner .g-nav ul.list--nav__contents li a {
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.drawer .drawer-inner .g-nav .list--nav__login {
  display: flex;
  align-items: center;
}
.drawer .drawer-inner .g-nav .list--nav__login li {
  color: #BFA869;
  font-family: apparat-semicond, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.0001em;
  line-height: 1;
}
.drawer .drawer-inner .g-nav .list--nav__login li:first-of-type::after {
  background-color: #BFA869;
}
.drawer .drawer-inner .g-nav .list--nav__login li:first-of-type:last-of-type::after {
  display: none;
}
.drawer .drawer-inner .g-nav .block--nav__sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #BFA869;
  text-align: center;
}
.drawer .drawer-inner .g-nav .block--nav__sns li i {
  line-height: 1;
}
.drawer .drawer-inner .g-nav .block--nav__sns .nav__item--line svg {
  fill: #BFA869;
}
.drawer .drawer-inner .g-nav .block--nav__sns li:last-of-type {
  margin-right: 0;
}
.drawer .drawer-inner .g-nav .block--nav__sns li a {
  display: block;
}
.drawer::after {
  content: "";
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/static/himuro/fanclub/common/bg_paper_r.png) left top repeat;
  background-size: auto;
  mix-blend-mode: screen;
  will-change: transform, mix-blend-mode, opacity;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

body.browser_back .drawer {
  transition: none;
}
body.browser_back .nav--menu__close {
  opacity: 0;
  transition: none;
}
body.browser_back .nav--menu__open {
  opacity: 1;
  transition: none;
}

footer {
  position: relative;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .list--support .nav--support li a {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}
footer .block--nav__sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  text-align: center;
}
footer .block--nav__sns li i {
  line-height: 1;
}
footer .block--nav__sns .nav__item--line svg {
  fill: #ffffff;
}
footer .block--nav__sns li:last-of-type {
  margin-right: 0;
}
footer .block--nav__sns li a {
  display: block;
}
footer .copyright {
  color: #ffffff;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  text-align: center;
}

body:not(.page--home) footer {
  margin: auto auto 0;
}
body:not(.page--home) footer .inner {
  display: block;
}
body:not(.page--home) footer .inner .list--support {
  display: none;
}
body:not(.page--home) footer .inner .block--link {
  display: none;
}
body:not(.page--home) footer .inner .block--nav__sns {
  display: none;
}
body:not(.page--home) footer .copyright {
  text-align: center;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .header > .logo {
  display: none;
}
.page--home .section--top {
  position: relative;
  height: 100vh;
}
.page--home .section--top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 120vh;
  background: #000000 linear-gradient(180deg, #7a7a7a 30%, #7a7a7a 60%, #7a7a7a, #111111);
}
.page--home .section--top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120vh;
  mix-blend-mode: multiply;
}
.page--home .section--top .section--inner {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
.page--home .section--top .section--inner .block--login {
  display: flex;
  color: #ffffff;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}
.page--home .section--top .section--inner .block--login li:first-of-type {
  margin-left: 0;
}
.page--home .section--top .section--inner .block--login li a {
  position: relative;
}
.page--home .section--top .section--inner .block--login li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #BFA869;
}
.page--home .section--top .section--inner .block--login li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
}
.page--home .block--stream__info a {
  display: block;
  border: solid 4px #BFA869;
  background-color: rgba(26, 49, 65, 0.3);
  color: #BFA869;
  text-align: center;
}
.page--home .block--stream__info .inner {
  margin: 0 auto;
  border: solid 1px #BFA869;
}
.page--home .block--stream__info .tit {
  border-bottom: solid 1px #BFA869;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  line-height: 1;
}
.page--home .block--stream__info .date {
  border-bottom: solid 1px #BFA869;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .block--stream__info .date .icon {
  display: inline-block;
  background-color: #BFA869;
  color: #111111;
  line-height: 1;
}
.page--home .block--stream__info .tit__event {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}
.page--home .block--stream__info .tit__event span {
  display: block;
}
.page--home .block--scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.page--home .block--scroll .scroll-txt {
  display: block;
  width: 100%;
  height: 100%;
  color: #a1a1a1;
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
.page--home .block--scroll .scroll {
  position: relative;
  width: 1px;
  background-color: #a1a1a1;
  transform-origin: top;
}
.page--home .block--scroll .scroll::after {
  position: absolute;
  border-radius: 100%;
  background-color: #a1a1a1;
  animation: scroll_move_y 1.4s linear 1.3s infinite, hide_appear 1.4s linear 1.3s infinite;
}
.page--home .block--scroll.scrolling {
  opacity: 0 !important;
  transition: opacity 0.2s 0s !important;
}
.page--home .section--banner {
  position: relative;
  /*
  .progress-bar {
  	z-index: 2;
  	height: 1px;
  	background-color: var.$tertiary-color;
  	p {
  		transform: scaleX(0);
  		transform-origin: 0 100%;
  		width: 100%;
  		height: 1px;
  		background-color: var.$accent-color;
  		transition: transform 2s linear;
  	}
  }
  */
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  display: block;
  width: 100%;
}
.page--home .section--banner .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--news .section--inner .block--tit .section-tit {
  color: #BFA869;
  text-align: center;
}
.page--home .section--news .section--inner .list--information {
  display: flex;
  justify-content: center;
}
.page--home .section--contents {
  margin: 0 auto;
}
.page--home .section--contents > section .inner .block--item {
  display: flex;
  align-items: flex-start;
}
.page--home .section--contents > section .inner .block--item__info .tit {
  color: #BFA869;
}
.page--home .section--contents > section .inner .block--item__info .block--sub__info {
  color: #BFA869;
}
.page--home .section--contents > section .inner .block--item__info .block--sub__info .date {
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
}
.page--home .section--contents > section .inner .block--item__info .block--sub__info.new .date::after {
  content: "";
  display: inline-block;
  background: url(/static/himuro/fanclub/common/logo_kh.svg) left top no-repeat;
  color: #aa2233;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  letter-spacing: -0.01em;
  position: absolute;
}

.page--news .block--tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.page--news .txt a {
  text-decoration: underline;
}

.page--photo main {
  overflow: hidden;
}
.page--photo .list--photo {
  display: block;
}
.page--photo .list--photo .list--groupe {
  position: relative;
}
.page--photo .list--photo .list--groupe::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 0;
  padding-top: 10.7%;
  background-image: url(/static/himuro/fanclub/common/parts__board_white.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page--photo .list--photo .list--groupe .list--groupe__inner {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
.page--photo .list--photo li.list--item {
  position: relative;
}
.page--photo .list--photo li.list--item a {
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.page--photo .list--photo li.list--item a .block--txt {
  background: url(/static/himuro/fanclub/common/bg_paper_r.png) left top repeat;
}
.page--photo .list--photo li.list--item a .block--txt .tit {
  color: #111111;
}
.page--photo .list--photo li.list--item.new::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: radial-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6) 16%, transparent 60%, transparent 100%);
  mix-blend-mode: hard-light;
}
.page--photo .list--photo li.list--item.new::after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  z-index: 0;
  width: auto;
  height: auto;
  background-color: #aa2233;
  color: #ffffff;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
.page--photo .list--photo li.list--item:hover {
  transform: translateY(-1em);
}
.page--photo.page--photo__detail .section--list {
  position: relative;
  background: url(/static/himuro/fanclub/common/bg_paper_r.png) left top repeat;
  background-size: auto;
  z-index: 0;
}
.page--photo.page--photo__detail .section--list .section-tit__sub {
  color: #111111;
}
.page--photo.page--photo__detail .section--list .txt--basic {
  color: #111111;
}
.page--photo.page--photo__detail .list--photo {
  display: flex;
}
.page--photo.page--photo__detail .block--pager a {
  color: #BFA869;
}
.page--photo.page--photo__detail .block--pager .pager__item--number {
  color: #BFA869;
}
.page--photo.page--photo__detail .block--pager .pager__item--newer a::after, .page--photo.page--photo__detail .block--pager .pager__item--newer span::after, .page--photo.page--photo__detail .block--pager .pager__item--older a::after, .page--photo.page--photo__detail .block--pager .pager__item--older span::after {
  border-top: solid 1px #BFA869;
  border-right: solid 1px #BFA869;
}

.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: #BFA869;
}
#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: 3em;
  height: 3em;
}

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

#swipebox-action #swipebox-close {
  top: 0.75em;
  right: 1em;
  border-radius: 100%;
  background: none;
  background-color: #BFA869;
}
#swipebox-action #swipebox-close::before, #swipebox-action #swipebox-close::after {
  content: "";
  width: 1.5em;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: calc(1.5em - 2px);
  left: calc(0.75em + 1px);
  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: #BFA869;
  color: #ffffff;
  transform: translateY(-50%);
}
#swipebox-action #swipebox-prev {
  left: 3%;
}
#swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  left: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
}
#swipebox-action #swipebox-next {
  right: 3%;
}
#swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5em;
  right: 1.8em;
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
}

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

.page--movie .video-js .vjs-big-play-button {
  height: 3em;
  border: solid 5px #ffffff;
  border-radius: 50%;
  background: transparent;
}
.page--movie .video-js .vjs-control-bar {
  background-color: #000000;
}
.page--movie .video-js .vjs-load-progress {
  background-color: rgba(17, 17, 17, 0.2);
}
.page--movie .video-js .vjs-load-progress div {
  background-color: rgba(17, 17, 17, 0.2);
}
.page--movie .vjs-icon-play:before, .page--movie .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 2em;
  position: absolute;
  top: 24%;
  transition: transform 0.3s, top 0.3s;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  background: #000000;
  line-height: 0;
}
.page--movie .block--player img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie .block--more_movies {
  border-top: solid 1px rgba(17, 17, 17, 0.5);
}
.page--movie .block--more_movies .more_movies_title {
  font-family: apparat-semicond, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.0001em;
}

.page--support .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.page--support .tit {
  font-weight: normal;
}
.page--support .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt {
  font-weight: bold;
}

.page--faq .section-tit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  text-align: center;
}
.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: #ffffff;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .list--faq li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .block--faq-detail {
  border: solid 1px #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}
.page--faq .block--faq-detail dt {
  border-bottom: solid 1px #ffffff;
}
.page--faq .block--faq-detail .txt a {
  transition: 0.3s;
  text-decoration: underline;
  color: #ffffff;
}
.page--faq .block--faq-detail .txt a:hover {
  text-decoration: none;
}
.page--faq .block--faq-detail .icon--q, .page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  transition: all 0.3s 0s ease;
  transition: 0.3s;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .section-tit {
    color: #BFA869;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  letter-spacing: 0.01em;
  text-align: left;
}

.page--questionnaire .section--detail .section-tit {
    margin-bottom: 1.5em;
}

.page--questionnaire .section--detail .txt--basic {
	display: none;
}

.page--questionnaire .section-tit span {
  display: block;
}

.page--questionnaire form {
    text-align: center;
}

.page--questionnaire form .form--post {
	text-align: left;
}

.page--questionnaire form .form--post + .txt--sub {
    margin-bottom: 3em;
    line-height: 1.5;
    text-align: left;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select select {
  border: solid 1px #BFA869;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #BFA869;
  pointer-events: none;
}
.page--questionnaire form .form--post textarea {
  border: solid 1px #BFA869;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #BFA869;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #aa2233;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}

.page--questionnaire .btn--main {
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    max-width: 200px;
    width: 90vw;
    min-width: inherit;
}

.page--questionnaire .btn--main span {
    display: flex;
    justify-content: center;
}    

.page--questionnaire .btn--main input {
    padding: 1.1em 3.8em 0.88em;
    background: none;
    border: none;
    color: #BFA869;
}

.page--questionnaire.confirm .form--confirm {
    text-align: left;
    border: solid 0.5px #ffffff;
    border-radius: 0;
    background: #ffffff16;
    color: #000;
	margin-bottom: 3em;
}

.page--questionnaire.confirm .form--confirm dt {
    border-bottom: solid 1px #fff;
}

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

.page--questionnaire.confirm .form--confirm dd:last-child{
    margin: 0;
}

.page--questionnaire.confirm .btn--main {
	width: 40%;
    margin: 0 2.5% 0 0;
}

.page--questionnaire.confirm .btn--main span {}

.page--questionnaire.confirm .btn--main input {
    padding: 1.1em 28% 0.88em;
}

.page--questionnaire.confirm .btn--sub {
    width: 40%;
    margin: 0 0 0 2.5%;
    max-width: 200px;
}

.page--questionnaire.confirm .btn--sub a {
    font-size: 16px;
    padding: 1.1em 10px 0.88em;
    border: 1px solid;
    color: #BFA869;
    display: block;
    line-height: 1.1;
    background: rgba(191, 168, 105, 0.08);
}

.page--questionnaire.complete .txt--basic {
	display: block;
}

.page--entry {
  max-width: 1000px;
}
.page--entry .section-tit {
  color: #ffffff;
  text-align: center;
}
.page--entry .block--contents .block--tit {
  color: #BFA869;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
}
.page--entry .list--contents ul {
  display: flex;
  width: 100%;
  background: rgba(17, 17, 17, 0.5);
  border-bottom: solid 1px #43321F;
}
.page--entry .list--contents ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-right: solid 1px #43321F;
  font-weight: 500;
  text-align: center;
}
.page--entry .list--contents ul li .txt--sub {
  width: 100%;
}
.page--entry .list--contents ul li:last-of-type {
  border-right: none;
}
.page--entry .list--contents ul li:nth-of-type(2) {
  background: #aa914a;
}
.page--entry .list--contents ul li:nth-of-type(3) {
  background: rgba(26, 49, 65, 0.5);
}
.page--entry .list--contents ul:last-of-type {
  border-bottom: none;
}
.page--entry .list--contents .list--contents_label li:nth-of-type(1) {
  background: #111111;
}
.page--entry .list--contents .list--contents_label li:nth-of-type(2) {
  background: #BFA869;
}
.page--entry .list--contents .list--contents_label li:nth-of-type(3) {
  background: #1A3141;
}
.page--entry .list--contents [class^=status-] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page--entry .list--contents .status-circle__w, .page--entry .list--contents .status-circle {
  position: relative;
  border-radius: 50%;
  border: solid 2px;
}
.page--entry .list--contents .status-circle__w span {
  display: inline-block;
  border: solid 2px;
  border-radius: 50%;
}
.page--entry .list--contents .status-triangle {
  font-weight: 900;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}
.page--entry .list--contents .status-ng {
  border-bottom: solid 2px #ffffff;
}
.page--entry .list--contents:last-of-type {
  margin-bottom: 0;
}
.page--entry .block--login__fanplus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(26, 49, 65, 0.6);
}
.page--entry .block--login__fanplus .tit {
  width: 100%;
  text-align: center;
}
.page--entry .block--login__fanplus .txt--basic.txt--login {
  color: #BFA869;
  text-align: center;
}

.page--feature__archive_gig .section--detail > .block--tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  text-align: center;
}
.page--feature__archive_gig .section--detail .block--txt .section-tit {
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  font-weight: 700;
}
.page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt {
  background-color: rgba(17, 17, 17, 0.6);
}
.page--feature__archive_gig .section--detail .block--txt.block--ticket .btn--main {
  margin-bottom: 0;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .block--post input {
  cursor: pointer;
}
.page--feature__archive_gig .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(255, 255, 255, 0.3);
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .name {
  width: 100%;
  font-weight: bold;
  line-height: 1.1;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .txt {
  width: 100%;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .date {
  line-height: 1;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .block--delete {
  display: flex;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .report-btn {
  line-height: 1;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .report-btn span {
  cursor: pointer;
}
.page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .report-btn:last-of-type {
  margin-left: 1.2em;
}
.page--feature__archive_gig .section--detail .block--video {
  /*
  .eq-h5_player {
  	.eq-fadeOut {
  		animation: none !important;
  	}
  	.eq-livemark {
  		display: inline-block;
  		width: auto !important;
  	}
  	.eq-footer,
  	.eq-time,
  	.eq-icon-resolution {
  		display: block !important;
  	}
  }
  */
}
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-play-svg,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-pause-svg,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-fullscreen-svg,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-fullscreen-exit-svg,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-content-resolution,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-content-btn-vol,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-content-btn-vol-mute,
.page--feature__archive_gig .section--detail .block--video .live-mode .eqp-vol-content-center-off {
  background-size: auto !important;
}

.page--stream {
  overflow: hidden;
}
.page--stream .section--inner {
  margin: 0 auto;
}
.page--stream .txt--lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.page--stream .block--guide .tit {
  color: #aa2233;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.page--stream .block--adjust {
  border-bottom: solid 1px #ffffff;
}
.page--stream .block--adjust .adjust-list .adjust-list__item .tit {
  color: #aa2233;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.page--stream .block--attention .tit {
  color: #aa2233;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.page--stream .block--attention dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.page--feature__masters .keyvisual {
  width: 12em;
  margin: 0 auto 2em;
}
.page--feature__masters .keyvisual img {
  filter: drop-shadow(1px 5px 6px rgb(1, 1, 1));
}
.page--feature__masters .txt--lead {
  margin-top: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
}
.page--feature__masters .list--btn {
  width: 90%;
  max-width: 1000px;
  margin: 3em auto 0;
}
.page--feature__masters .list--btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page--feature__masters .list--btn ul li {
  margin: 0 0.5em 1.2em;
}
.page--feature__masters .list--btn ul li a {
  margin-top: 0;
}

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

/*  effect
------------------------------ */
@keyframes bg_mask {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  99.9% {
    transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    display: none;
  }
}
.bg_mask {
  overflow: hidden;
  position: relative;
  background: transparent;
  color: transparent;
  transition: color 0.5s 0.4s;
}
.bg_mask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1%;
  bottom: -1%;
  left: 0;
  background: #BFA869;
  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 scroll {
  0% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50.01% {
    transform: scaleY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes scroll_move_y {
  0% {
    bottom: 90%;
  }
  100% {
    bottom: -1%;
  }
}
@keyframes hide_appear {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 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(-20px);
  }
}
@keyframes load {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.delighter {
  opacity: 0;
}

.delighter.started {
  opacity: 1;
}

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

.section--top.delighter::before, .section--top.delighter::after, .section--top.delighter .block--login, .section--top.delighter .block--stream__info, .section--top.delighter .block--scroll {
  opacity: 0;
  transform: translateY(10px);
}
.section--top.delighter .block--tit .logo_pjo_tit_online, .section--top.delighter .block--tit .logo_pjo_tit_pj, .section--top.delighter .block--tit .logo_pjo_tit_sub {
  opacity: 0;
  transform: translateY(10px);
}
.section--top.started::before, .section--top.started::after {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--tit .logo_pjo_tit_pj {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--tit .logo_pjo_tit_online {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--tit .logo_pjo_tit_sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 1.5s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--login {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 1.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--stream__info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 2.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s 2.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.section--top.started .block--scroll {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 2.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s 2.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer__btn.delighter {
  opacity: 0;
  transform: translateY(10px);
}
.drawer__btn.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 1.8s, transform 1.2s 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

body:not(.drawer-visible) .g-nav li {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 0.6s, opacity 0.6s;
}
body:not(.drawer-visible) .g-nav {
  opacity: 0;
  transition: opacity 0.3s;
}

body.drawer-visible .g-nav li:nth-of-type(1) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
body.drawer-visible .g-nav li:nth-of-type(2) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
body.drawer-visible .g-nav li:nth-of-type(3) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
body.drawer-visible .g-nav li:nth-of-type(4) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
body.drawer-visible .g-nav li:nth-of-type(5) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
body.drawer-visible .g-nav li:nth-of-type(6) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
body.drawer-visible .g-nav li:nth-of-type(7) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
body.drawer-visible .g-nav li:nth-of-type(8) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
body.drawer-visible .g-nav li:nth-of-type(9) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
body.drawer-visible .g-nav li:nth-of-type(10) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
body.drawer-visible .g-nav li:nth-of-type(11) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
body.drawer-visible .g-nav li:nth-of-type(12) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}
body.drawer-visible .g-nav li:nth-of-type(13) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.25s;
}
body.drawer-visible .g-nav li:nth-of-type(14) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.3s;
}
body.drawer-visible .g-nav li:nth-of-type(15) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.35s;
}
body.drawer-visible .g-nav li:nth-of-type(16) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.4s;
}
body.drawer-visible .g-nav li:nth-of-type(17) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.45s;
}
body.drawer-visible .g-nav li:nth-of-type(18) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.5s;
}
body.drawer-visible .g-nav li:nth-of-type(19) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.55s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.55s;
}
body.drawer-visible .g-nav li:nth-of-type(20) {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s, transform 0.6s cubic-bezier(0.6, 0, 0.2, 1) 1.6s;
}

.section--banner.delighter {
  opacity: 0;
}
.section--banner.started {
  opacity: 1;
  transition: opacity 1s ease;
}

.section-tit.delighter, .section-tit__sub.delighter, .txt.delighter, .block--nav__category.delighter, .block--nav__sns.delighter, .block--txt.delighter {
  opacity: 1;
  transform: translateY(5px);
}
.section-tit.started, .section-tit__sub.started, .txt.started, .block--nav__category.started, .block--nav__sns.started, .block--txt.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.1s, transform 0.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.tit.delighter {
  opacity: 0;
  transform: translateY(5px);
}
.tit.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s 0.2s, transform 0.3s 0.2s, color 0.3s;
}

.date.delighter, .block--share.delighter, .category.delighter {
  opacity: 0;
  transform: translateY(5px);
}
.date.started, .block--share.started, .category.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s 0.22s, transform 0.5s 0.22s;
}

.list--information li.delighter {
  transform: translateY(15px);
}
.list--information li.started {
  transform: translateY(0);
}
.list--information li.started:nth-of-type(1) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.33s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.33s;
}
.list--information li.started:nth-of-type(2) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.36s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.36s;
}
.list--information li.started:nth-of-type(3) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.39s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.39s;
}
.list--information li.started:nth-of-type(4) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.42s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.42s;
}
.list--information li.started:nth-of-type(5) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.45s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.list--information li.started:nth-of-type(6) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.48s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.48s;
}
.list--information li.started:nth-of-type(7) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.51s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.51s;
}
.list--information li.started:nth-of-type(8) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.54s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.54s;
}
.list--information li.started:nth-of-type(9) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.57s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.57s;
}
.list--information li.started:nth-of-type(10) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.6s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--information li.started:nth-of-type(11) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.63s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.63s;
}
.list--information li.started:nth-of-type(12) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.66s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.66s;
}
.list--information li.started:nth-of-type(13) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.69s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.69s;
}
.list--information li.started:nth-of-type(14) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.72s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.72s;
}
.list--information li.started:nth-of-type(15) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.75s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.list--information li.started:nth-of-type(16) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.78s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.78s;
}
.list--information li.started:nth-of-type(17) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.81s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.81s;
}
.list--information li.started:nth-of-type(18) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.84s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.84s;
}
.list--information li.started:nth-of-type(19) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.87s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.87s;
}
.list--information li.started:nth-of-type(20) {
  transition: opacity 0.8s cubic-bezier(0.8, 0, 0.2, 1) 0.9s, transform 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}

.list--contents li.delighter {
  z-index: 1;
  transform: translateY(5px);
}
.list--contents li.started {
  transform: translateY(0);
}
.list--contents li.started:nth-of-type(1) {
  transition: opacity 0.8s ease-in 0.25s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.25s;
}
.list--contents li.started:nth-of-type(2) {
  transition: opacity 0.8s ease-in 0.3s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.3s;
}
.list--contents li.started:nth-of-type(3) {
  transition: opacity 0.8s ease-in 0.35s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.35s;
}
.list--contents li.started:nth-of-type(4) {
  transition: opacity 0.8s ease-in 0.4s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.4s;
}
.list--contents li.started:nth-of-type(5) {
  transition: opacity 0.8s ease-in 0.45s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.45s;
}
.list--contents li.started:nth-of-type(6) {
  transition: opacity 0.8s ease-in 0.5s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.5s;
}
.list--contents li.started:nth-of-type(7) {
  transition: opacity 0.8s ease-in 0.55s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.55s;
}
.list--contents li.started:nth-of-type(8) {
  transition: opacity 0.8s ease-in 0.6s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.6s;
}
.list--contents li.started:nth-of-type(9) {
  transition: opacity 0.8s ease-in 0.65s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.65s;
}
.list--contents li.started:nth-of-type(10) {
  transition: opacity 0.8s ease-in 0.7s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.7s;
}
.list--contents li.started:nth-of-type(11) {
  transition: opacity 0.8s ease-in 0.75s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.75s;
}
.list--contents li.started:nth-of-type(12) {
  transition: opacity 0.8s ease-in 0.8s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.8s;
}
.list--contents li.started:nth-of-type(13) {
  transition: opacity 0.8s ease-in 0.85s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.85s;
}
.list--contents li.started:nth-of-type(14) {
  transition: opacity 0.8s ease-in 0.9s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.9s;
}
.list--contents li.started:nth-of-type(15) {
  transition: opacity 0.8s ease-in 0.95s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.95s;
}
.list--contents li.started:nth-of-type(16) {
  transition: opacity 0.8s ease-in 1s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1s;
}
.list--contents li.started:nth-of-type(17) {
  transition: opacity 0.8s ease-in 1.05s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.05s;
}
.list--contents li.started:nth-of-type(18) {
  transition: opacity 0.8s ease-in 1.1s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.1s;
}
.list--contents li.started:nth-of-type(19) {
  transition: opacity 0.8s ease-in 1.15s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.15s;
}
.list--contents li.started:nth-of-type(20) {
  transition: opacity 0.8s ease-in 1.2s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 1.2s;
}

.block--item.delighter {
  opacity: 0;
  transform: translateY(10px);
}
.block--item.started {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s 0.2s, transform 1.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

body:not(.page--photo).block--thumb.delighter {
  transform: translateY(5px);
}
body:not(.page--photo).block--thumb.started {
  transform: none;
  transition: opacity 0.8s ease-in 0.1s;
  animation: mask-btotop 0.8s cubic-bezier(0.6, 0, 0.2, 1) 0.1s;
}

.list--item.delighter {
  transform: translateY(-10px);
}
.list--item.delighter.new::before {
  opacity: 0;
}
.list--item.started {
  transform: translateY(0);
  transition: transform 0.8s ease-in 0.1s;
}
.list--item.started.new::before {
  opacity: 1;
  transition: opacity 0.8s ease-in 0.5s;
}

.block--pager.delighter {
  transform: translateY(5px);
}
.block--pager.started {
  transition: opacity 0.8s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.block--category.delighter {
  transform: translateY(5px);
}
.block--category.started {
  transition: opacity 0.8s 0.2s, transform 0.5s 0.2s;
  transform: translate3d(0, 0, 0);
}

.page--entry .list--content li.delighter {
  transform: translateY(5px);
}
.page--entry .list--content li.started {
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s 0.2s, transform 0.5s 0.2s;
}

/* page--bbs
------------------------------ */
.page--bbs.page--bbs01 {
  /*=================================
  	ポップアップ
  ===================================*/
}
.page--bbs.page--bbs01 .section--detail {
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  padding: 5em 0 0;
}
.page--bbs.page--bbs01 .attentionList li {
  font-size: 12px;
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.page--bbs.page--bbs01 .attentionList li a {
  text-decoration: underline;
}
.page--bbs.page--bbs01 .block--parent {
  margin: 0 auto 50px;
}
.page--bbs.page--bbs01 .block--parent .mainLogo {
  margin: 0 auto 30px;
  text-align: center;
  font-family: apparat-semicond, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.0001em;
  color: #BFA869;
  font-size: 1.6em;
}
.page--bbs.page--bbs01 .block--parent .mainLogo .mainLogo_txt {
  font-size: 75px;
}
.page--bbs.page--bbs01 .block--parent .mainLogo .mainLogo_sub {
  margin-bottom: 0.1em;
  letter-spacing: 0.05em;
}
.page--bbs.page--bbs01 .block--parent .leadArea {
  margin-bottom: 50px;
}
.page--bbs.page--bbs01 .block--parent .lead {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 0.85em;
}
.page--bbs.page--bbs01 .block--parent .lead:last-child {
  margin-bottom: 0;
}
.page--bbs.page--bbs01 .block--parent .lead_detail {
  padding: 2em;
  background: rgba(255, 255, 255, 0.1803921569);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.95em;
}
.page--bbs.page--bbs01 .block--post {
  margin: 0 auto 60px;
  width: 100%;
}
.page--bbs.page--bbs01 .block--post .form--post {
  display: none;
  padding: 30px;
  margin: 0 auto;
  background: #111111;
  border: 1px solid #bfa869;
}
.page--bbs.page--bbs01 .block--post .form--post textarea {
  background: #ffffff;
}
.page--bbs.page--bbs01 .block--post .form--post .btn--main {
  background: #aa2233;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.page--bbs.page--bbs01 .block--post .form--post .btn--main:hover {
  opacity: 0.8;
}
.page--bbs.page--bbs01 .block--post .form--post .txt {
  margin: 0 auto 20px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
.page--bbs.page--bbs01 .block--post .form--post .label--image {
  font-size: 13px;
  margin: 0px auto 3px;
  font-weight: bold;
}
.page--bbs.page--bbs01 .block--post .form--post dl {
  border-bottom: 1px solid;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
}
.page--bbs.page--bbs01 .block--post .form--post dl dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.page--bbs.page--bbs01 .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.page--bbs01 .select_box {
  position: relative;
}
.page--bbs.page--bbs01 .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.page--bbs01 .block--post .form--post dl dd {
  margin: 0 0 1em;
}
.page--bbs.page--bbs01 .block--post .form-entry-tit {
  position: relative;
  padding: 15px 20px;
  margin: 0 auto;
  background: #BFA869;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.page--bbs.page--bbs01 .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.page--bbs01 .block--post .form-entry-tit.active:after {
  transform: translateY(0%) rotate(-45deg);
}
.page--bbs.page--bbs01 .block--attention {
  padding: 20px 35px;
  border: 3px solid #00a0e8;
  margin-bottom: 70px;
}
.page--bbs.page--bbs01 .block--attention .attention_tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0.15em;
  color: #00a0e8;
}
.page--bbs.page--bbs01 .block--attention .attentionList li {
  font-weight: bold;
  font-size: 13px;
  transform: rotate(0.03deg);
}
.page--bbs.page--bbs01 .list--comment {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.page--bbs.page--bbs01 .list--comment::after {
  content: "";
  width: 32%;
  height: 0;
  display: block;
}
.page--bbs.page--bbs01 .list--comment li {
  width: 32%;
  margin: 0 0 25px 0;
  position: relative;
}
.page--bbs.page--bbs01 .list--comment li .ph {
  margin: 0 auto 13px;
}
.page--bbs.page--bbs01 .list--comment li .ph::after {
  display: none;
}
.page--bbs.page--bbs01 .list--comment li .ph a {
  display: block;
  overflow: hidden;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  background: #2b2b2b;
  box-shadow: 5px 5px 0px 0px rgb(191, 168, 105);
}
.page--bbs.page--bbs01 .list--comment li .ph a img {
  display: block;
  transition: 0.3s;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}
.page--bbs.page--bbs01 .list--comment li .ph a img:hover {
  transform: scale(1.2);
}
.page--bbs.page--bbs01 .list--comment li .ph.ph_dummy {
  position: relative;
}
.page--bbs.page--bbs01 .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.page--bbs01 .list--comment li .ph.ph_dummy:hover::before {
  font-size: 1.15em;
}
.page--bbs.page--bbs01 .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.page--bbs01 .list--comment li .name {
  font-size: 11.5px;
  font-weight: bold;
  margin: 0 0 1px 0;
  display: block;
  opacity: 0.8;
}
.page--bbs.page--bbs01 .list--comment li .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page--bbs.page--bbs01 .list--comment li .txt .link {
  color: #000 !important;
}
.page--bbs.page--bbs01 .list--comment li .txt .link:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}
.page--bbs.page--bbs01 .list--comment li .date {
  color: #bfa869;
  font-size: 0.85em;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 500;
}
.page--bbs.page--bbs01 .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.page--bbs01 .list--comment li .block--user .name.artist {
  color: #EE6860;
}
.page--bbs.page--bbs01 .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.page--bbs01 ul.block--pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 0px;
  color: #fff;
}
.page--bbs.page--bbs01 ul.block--pager li {
  padding: 0;
}
.page--bbs.page--bbs01 ul.block--pager li a {
  display: inline-block;
  padding: 13px 10px;
  line-height: 1;
}
.page--bbs.page--bbs01 ul.block--pager .pager__item--current {
  padding: 13px 10px 15px;
  line-height: 1;
}
.page--bbs.page--bbs01 .block--pager .pager__item--current {
  color: rgb(189, 189, 189);
}
.page--bbs.page--bbs01 ul.block--pager .pager__item--number.sp {
  padding: 14px;
}
.page--bbs.page--bbs01.page--comment .block--post .form--post {
  display: block;
}
.page--bbs.page--bbs01.page--comment .block--post {
  width: 100%;
  margin-bottom: 0;
}
.page--bbs.page--bbs01 .block--error {
  color: #aa2233;
  padding: 20px;
  border: none;
  background: #f3f3f3;
  margin-bottom: 40px;
  font-size: 14px;
}
.page--bbs.page--bbs01 .form--confirm {
  background: #111111;
  border: 1px solid #bfa869;
  border-radius: 0;
}
.page--bbs.page--bbs01 .form--confirm dt {
  font-weight: bold;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #bfa869;
  font-size: 0.9em;
}
.page--bbs.page--bbs01 .form--confirm dl {
  margin-bottom: 2em;
}
.page--bbs.page--bbs01 .form--post textarea {
  background: #fff;
}
.page--bbs.page--bbs01 .btn--main {
  background: #aa2233;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  margin: 0;
  border: none;
  padding: 1.3em;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  border-top-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  transition: 0.3s;
}
.page--bbs.page--bbs01 .btn--main:hover {
  color: #aa2233;
  background: #ffffff;
}
.page--bbs.page--bbs01 .btn--sub {
  border: 1px solid;
  padding: 1.5em;
  border-radius: 4em;
  width: 300px;
}
.page--bbs.page--bbs01 .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);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.page--bbs.page--bbs01 .popActive {
  opacity: 1;
  transform: scale(1);
}
.page--bbs.page--bbs01 .popup .popInBox {
  width: 600px;
  padding: 40px 0;
  margin: 0 auto;
}
.page--bbs.page--bbs01 .popup .popTit {
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 60px;
  color: #000;
  letter-spacing: 0.1em;
}
.page--bbs.page--bbs01 .popup .close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 10;
}
.page--bbs.page--bbs01 .popup .close::before,
.page--bbs.page--bbs01 .popup .close::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
}
.page--bbs.page--bbs01 .popup .close::before {
  transform: translateY(20px) translatex(-12px) rotate(-45deg);
  top: 4px;
}
.page--bbs.page--bbs01 .popup .close::after {
  transform: translateY(-20px) translatex(-12px) rotate(45deg);
  bottom: 4px;
}
.page--bbs.page--bbs01 .closeArea {
  display: block;
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.page--bbs.page--bbs01 .popup .popInBox .ph {
  margin: 0 auto 20px;
}
.page--bbs.page--bbs01 .popup .popInBox .ph img {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 82vh;
  width: auto;
}
.page--bbs.page--bbs01 .popup .popInBox .name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
}
.page--bbs.page--bbs01 .popup .popInBox .txt {
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 10px 0;
  z-index: 99999999;
  position: relative;
}
.page--bbs.page--bbs01 .popup .popInBox .date {
  font-size: 0.8em;
  color: #bfa869;
  letter-spacing: 0.1em;
}
.page--bbs.page--bbs01 .popup .popInBox .place {
  border: 1px solid;
  display: inline-block;
  padding: 1px 10px;
  font-size: 0.9em;
  margin-bottom: 10px;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .btn--main {
    min-width: 300px;
    max-width: 90vw;
    margin-top: 1.5em;
    padding: 0.8em 1.2em 0.65em;
    font-size: 20px;
    transition: color 0.3s 0.2s, border 0.3s 0.2s, background-color 0.3s 0.2s;
  }
  .btn--main:hover {
    background: rgba(191, 168, 105, 0.2);
  }
  .btn--sub {
    margin-top: 1.5em;
    font-size: 15px;
    transition: color 0.3s 0.2s;
  }
  .btn--sub span {
    padding: 0 1em;
  }
  .btn--sub span::before {
    right: -1.1em;
    width: 1.1em;
    transition: transform 0.3s;
  }
  .btn--sub span::after {
    right: -1.1em;
    width: 0.4em;
    transition: transform 0.3s;
  }
  .btn--sub:hover span::before {
    transform: translateX(0.5em);
  }
  .btn--sub:hover span::after {
    transform: translateX(0.5em) rotate(50deg);
  }
  .detail__btn {
    margin-top: 3em;
    font-size: 15px;
    transition: color 0.3s ease-out;
  }
  .detail__btn:hover {
    color: #9F8169;
  }
  .btn--special {
    max-width: 90vw;
    margin-top: 1.5em;
    padding: 0.8em 2em 0.7em;
    border: none;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    font-size: 22px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    box-shadow: 5px 7px 0px 0px rgba(0, 0, 0, 0.9);
  }
  .btn--special span {
    filter: drop-shadow(0.3px 0.2px 1px #910F1F);
  }
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #9F8169;
  }
  .swiper-pagination-current {
    position: absolute;
    top: 0.6em;
    left: 0.7em;
    font-size: 20px;
  }
  .swiper-pagination-current::after {
    content: "";
    display: block;
    width: 2.4em;
    height: 1px;
    position: absolute;
    top: 0.9em;
    left: -0.4em;
    height: 1px;
    background-color: #BFA869;
    transform: rotate(135deg);
  }
  .swiper-pagination-total {
    margin-top: 1.8em;
    margin-left: 1.2em;
    font-size: 15px;
  }
  /* プログレスバー：circle */
  .circle {
    width: 60px !important;
    height: 60px !important;
  }
  .block--pager {
    margin: 5em auto 0;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.6em;
  }
  .block--pager li a, .block--pager li span {
    position: relative;
    padding: 0.25em 0.6em;
  }
  .block--pager li.pager__item--current span {
    font-weight: 700;
  }
  .block--pager li a:hover {
    color: #BFA869;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-top: solid 1px #BFA869;
    border-right: solid 1px #BFA869;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--newer a:hover::after {
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
    border-top: solid 1px #BFA869;
    border-right: solid 1px #BFA869;
  }
  .block--pager .pager__item--current span {
    font-size: 18px;
  }
  .block--pager__detail {
    margin: 5em 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: #aa2233;
  }
  .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: #aa2233;
  }
  .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: #aa2233;
  }
  .block--pager__detail .detail__btn a:hover {
    color: #1A3141;
  }
  .section-tit {
    font-size: 70px;
    line-height: 1.2;
  }
  .section-tit__sub {
    font-size: 18px;
    line-height: 1.2;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    margin: 6vw auto 0;
  }
  .tag {
    font-size: 11px;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #aa2233;
  }
  .list--information li a {
    padding: 12px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.9);
    transform: translate3d(0);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .list--information li a .inner {
    padding: 16px 12px;
  }
  .list--information li a .tit {
    padding-top: 20px;
    font-size: 16px;
  }
  .list--information li a .block--sub__info {
    padding-bottom: 10px;
  }
  .list--information li a .date {
    font-size: 14px;
  }
  .list--information li a:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
    transform: translate3d(0px, 6px, 0);
  }
  .list--information li.new a::before {
    top: -1.5em;
    left: 0.4em;
    width: 22px;
    height: 47px;
  }
  .list--contents li figure::after, .list--photo li figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1), opacity 1s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .list--contents li a:hover, .list--photo li a:hover {
    cursor: pointer;
  }
  .list--contents li a:hover figure::after, .list--photo li a:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.5;
  }
  .list--contents li .tit, .list--photo li .tit {
    font-size: 18px;
  }
  .list--contents li .block--sub__info, .list--photo li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li .date, .list--photo li .date {
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--photo li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--photo li.new .tit::after {
    margin-left: 0.4em;
    content: "";
    display: inline-block;
    background: url(/static/himuro/fanclub/common/logo_kh.svg) left top no-repeat;
    color: #aa2233;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    letter-spacing: -0.01em;
  }
  .list--error li {
    color: #aa2233;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .block--category {
    margin-bottom: 4em;
  }
  .block--category li {
    margin-right: 0.8em;
    margin-bottom: 0.4em;
    font-size: 20px;
  }
  .block--category li a {
    transition: background-color 0.3s;
    padding: 0.2em 0.4em;
  }
  .block--category li a:hover {
    background-color: #aa2233;
  }
  .block--sort-category .block--sort {
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
    transition: color 0.3s;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort .label {
    font-size: 20px;
    letter-spacing: 0.02em;
    transition: color 0.3s;
  }
  .block--sort-category .btn--sort .label:hover {
    color: #aa2233;
  }
  .block--sort-category .btn--sort span {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.8em;
    background-size: 1em;
  }
  .section--detail .tit {
    font-size: 24px;
    margin-bottom: 0.6em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub__info {
    margin-bottom: 2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .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 .category {
    margin-right: 0.8em;
    font-size: 11px;
  }
  .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;
  }
  .section--detail .block--share li a:hover {
    opacity: 0.6;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 15vw;
    max-width: 220px;
    margin: 3vw auto 0;
  }
  header > .logo a {
    display: block;
  }
  header > .logo a svg {
    transition: opacity 0.4s;
  }
  header > .logo a:hover svg {
    opacity: 0.4;
  }
  header .drawer__btn {
    top: 4vw;
    left: 3vw;
    padding: 0.7em 1.5em 0.5em;
    border-radius: 100em;
    cursor: pointer;
  }
  header .drawer__btn .menu__icon {
    margin-right: 0.5em;
  }
  header .drawer__btn .menu__icon span {
    width: 20px;
    height: 2px;
  }
  header .drawer__btn .menu__icon span:first-of-type {
    margin-bottom: 5px;
  }
  header .drawer__btn .menu__icon span:last-of-type {
    margin-top: 5px;
  }
  header .drawer__btn .menu__tit::after {
    font-size: 20px;
  }
  body.drawer-visible .drawer__btn {
    transition: border 0.3s, background-color 0.3s;
  }
  body.drawer-visible .drawer__btn:hover {
    border: solid 1px #9F8169;
    background-color: #9f8169;
  }
  body:not(.drawer-visible) .drawer__btn .menu__icon span:nth-of-type(1) {
    transition: transform 0.4s;
  }
  body:not(.drawer-visible) .drawer__btn .menu__icon span:nth-of-type(3) {
    transition: transform 0.4s 0.08s;
  }
  body:not(.drawer-visible) .drawer__btn:hover .menu__icon span:nth-of-type(1) {
    transform: translateX(-0.4em);
  }
  body:not(.drawer-visible) .drawer__btn:hover .menu__icon span:nth-of-type(3) {
    transform: translateX(-0.4em);
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
    padding: 8vw 5vw 2vw;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents {
    margin-top: 4em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 2em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 40px;
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a:hover {
    color: #9F8169;
  }
  .drawer .drawer-inner .g-nav .list--nav__login {
    margin-top: 3em;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li {
    font-size: 40px;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li:first-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    margin: 0 0.8em;
    vertical-align: -0.3em;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li a {
    transition: color 0.3s;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li a:hover {
    color: #9F8169;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns {
    margin-top: 4em;
    text-align: center;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--twitter {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--instagram {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--youtube {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--tiktok {
    font-size: 20px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--facebook {
    font-size: 22px;
    margin-right: 0.5em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--line {
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--line svg {
    width: 20px;
    vertical-align: bottom;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns a {
    transition: opacity 0.3s;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns a:hover {
    opacity: 0.6;
  }
  .page--home .section--top .section--inner .block--tit {
    width: 62vw;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 16vw;
  }
  .page--home .section--top .section--inner .block--login {
    justify-content: flex-end;
    position: absolute;
    top: 4vw;
    right: 3vw;
  }
  .page--home .section--top .section--inner .block--login li {
    margin-left: 2vw;
    font-size: 24px;
  }
  .page--home .section--top .section--inner .block--login li a {
    position: relative;
    transition: color 0.3s;
  }
  .page--home .section--top .section--inner .block--login li a::after {
    bottom: -0.2em;
    transform-origin: left;
    transition: transform 0.3s;
  }
  .page--home .section--top .section--inner .block--login li a::before {
    bottom: -0.2em;
    transition: width 0.6s;
  }
  .page--home .section--top .section--inner .block--login li a:hover {
    color: #BFA869;
  }
  .page--home .section--top .section--inner .block--login li a:hover::after {
    transform: scaleX(0);
  }
  .page--home .section--top .section--inner .block--login li a:hover::before {
    width: 100%;
  }
  .page--home .section--top::after {
    background: #000000 url(/static/himuro/fanclub/common/bg_leather.jpg) 49% top no-repeat;
    background-size: 170%;
  }
  .page--home .block--stream__info {
    position: absolute;
    right: 2.2vw;
    bottom: 2.4vw;
  }
  .page--home .block--stream__info a {
    width: 18.6vw;
    min-width: 280px;
    padding: 0.3vw;
    transition: all 0.3s;
  }
  .page--home .block--stream__info a:hover {
    border-color: #9F8169;
    background-color: rgba(26, 49, 65, 0.6);
    color: #9F8169;
  }
  .page--home .block--stream__info a:hover .inner {
    border: solid 1px #9F8169;
  }
  .page--home .block--stream__info a:hover .tit {
    border-bottom: solid 1px #9F8169;
  }
  .page--home .block--stream__info a:hover .date {
    border-bottom: solid 1px #9F8169;
  }
  .page--home .block--stream__info a:hover .date .icon {
    background-color: #9F8169;
  }
  .page--home .block--stream__info .inner {
    padding: 5%;
    transition: border 0.3s;
  }
  .page--home .block--stream__info .tit {
    padding-bottom: 4.8%;
    font-size: 30px;
    transition: border 0.3s;
  }
  .page--home .block--stream__info .date {
    padding: 4.8% 0;
    font-size: 20px;
    transition: border 0.3s;
  }
  .page--home .block--stream__info .date .icon {
    margin-right: 0.4em;
    padding: 0.2em 0.2em 0;
    font-size: 14px;
    vertical-align: 10%;
    transition: background-color 0.3s;
  }
  .page--home .block--stream__info .date .week {
    margin-left: 0.2em;
    font-size: 11px;
  }
  .page--home .block--stream__info .tit__event {
    padding-top: 4.8%;
    font-size: 15px;
    line-height: 1.2;
  }
  .page--home .block--stream__info .tit__event span {
    margin-top: 0.5em;
    font-size: 11px;
  }
  .page--home .block--scroll {
    bottom: 0;
  }
  .page--home .block--scroll .scroll-txt {
    font-size: 14px;
  }
  .page--home .block--scroll .scroll {
    height: 5em;
    margin-top: 0.8em;
  }
  .page--home .block--scroll .scroll::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    left: -3.75px;
  }
  .page--home .section--banner {
    margin-top: 6.9vw;
    margin-bottom: 12vw;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 2.4vw;
    margin-left: -12vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    width: 45vw !important;
    margin-right: 3vw;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.8);
    transform: translate3d(0);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .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 img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .list--bnr li:hover {
    transform: translate3d(0px, 6px, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.9);
    cursor: pointer;
  }
  .page--home .section--banner .list--bnr li:hover figure::after {
    transform: scale(10, 10);
    transition: transform 0.4s;
    opacity: 0.5;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
    margin-left: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 30%;
    margin-right: 2vw;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    margin-right: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--news {
    width: 76.5vw;
    max-width: 1280px;
    margin: 0 auto 14vw;
  }
  .page--home .section--news .section--inner .block--tit {
    margin-bottom: 3em;
  }
  .page--home .section--news .section--inner .block--tit .section-tit {
    font-size: 70px;
    line-height: 1;
  }
  .page--home .section--news .section--inner .list--information {
    flex-wrap: nowrap;
  }
  .page--home .section--news .section--inner .list--information li {
    width: 25vw;
    margin-right: 1vw;
  }
  .page--home .section--news .section--inner .list--information li:last-of-type {
    margin-right: 0;
  }
  .page--home .section--news .section--inner .list__more a {
    margin-top: 3em;
  }
  .page--home .section--contents {
    width: 76.5vw;
    max-width: 1280px;
  }
  .page--home .section--contents > section {
    margin-bottom: 15vw;
  }
  .page--home .section--contents > section .inner .block--item {
    flex-wrap: nowrap;
  }
  .page--home .section--contents > section .inner .block--item .block--item__icon {
    width: 16.5vw;
    max-width: 300px;
    margin-right: clamp(30px, 4.1vw, 60px);
  }
  .page--home .section--contents > section .inner .block--item__info {
    margin-top: 2vw;
  }
  .page--home .section--contents > section .inner .block--item__info .section-tit {
    line-height: 1;
  }
  .page--home .section--contents > section .inner .block--item__info .tit {
    margin-top: 0.5em;
    font-size: 18px;
  }
  .page--home .section--contents > section .inner .block--item__info .block--sub__info {
    margin-top: 0.5em;
  }
  .page--home .section--contents > section .inner .block--item__info .block--sub__info .date {
    font-size: 15px;
  }
  .page--home .section--contents > section .inner .block--item__info .block--sub__info.new .date::after {
    width: 12px;
    height: 25px;
    margin-left: 0.4em;
  }
  .page--home .section--contents > section .inner .block--item__info .btn {
    text-align: left;
  }
  .page--home .section--contents > section:nth-of-type(even) .inner .block--item {
    flex-direction: row-reverse;
  }
  .page--home .section--contents > section:nth-of-type(even) .inner .block--item .block--item__icon {
    margin-right: 0;
    margin-left: clamp(30px, 4.1vw, 60px);
  }
  .page--news .block--tit {
    margin-bottom: 3em;
  }
  .page--news .list--information {
    display: flex;
    flex-wrap: wrap;
  }
  .page--news .list--information li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--news .list--information li:nth-of-type(even) {
    margin-right: 0;
  }
  .page--photo .section-tit {
    margin-bottom: 3em;
    text-align: center;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
    will-change: filter, transform;
  }
  .page--photo .list--photo .list--groupe {
    margin-bottom: 8em;
  }
  .page--photo .list--photo .list--groupe::after {
    filter: drop-shadow(1px 8px 11px rgba(1, 1, 1, 0.9));
  }
  .page--photo .list--photo .list--groupe .list--groupe__inner {
    width: 90%;
  }
  .page--photo .list--photo li.list--item {
    width: 43%;
    margin-bottom: 4em;
  }
  .page--photo .list--photo li.list--item a {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.9);
    transform: translate3d(0);
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .page--photo .list--photo li.list--item a .block--thumb {
    width: 55%;
    padding-top: 80%;
  }
  .page--photo .list--photo li.list--item a .block--txt {
    width: 45%;
    padding: 2em 1em;
  }
  .page--photo .list--photo li.list--item a .block--txt .tit {
    font-size: 16px;
  }
  .page--photo .list--photo li.list--item.new::before {
    top: -30%;
    left: -50%;
    width: 100%;
    height: 120%;
  }
  .page--photo .list--photo li.list--item.new::after {
    top: -0.5em;
    right: -0.6em;
    padding: 0.6em 0.8em 0.4em;
    font-size: 18px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    transform: rotate(-15deg);
  }
  .page--photo .list--photo li.list--item:nth-of-type(even).new::before {
    top: -40%;
    left: 50%;
  }
  .page--photo.page--photo__detail .section--list {
    padding: 5vw 3vw 3vw;
  }
  .page--photo.page--photo__detail .section--list .list--photo {
    margin-top: 3em;
  }
  .page--photo.page--photo__detail .section--list .list--photo li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    border: solid 12px #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  }
  .page--photo.page--photo__detail .section--list .list--photo li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .section-tit {
    margin-bottom: 0.3em;
  }
  .page--movie .section--list .list--contents li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--movie .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .section--list .list--contents li .tit {
    margin-bottom: 0.8em;
  }
  .page--movie .section--list .list--contents li .block--txt {
    font-size: 15px;
  }
  .page--movie .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .page--movie .section--detail .block--tit .tit {
    margin-bottom: 0.6em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .page--movie .video-js .vjs-big-play-button {
    transition: border 0.3s;
  }
  .page--movie .video-js .vjs-big-play-button:hover {
    border-width: 8px;
  }
  .page--movie .video-js .vjs-big-play-button:hover + .vjs-icon-play:before, .page--movie .video-js .vjs-big-play-button:hover .vjs-icon-placeholder:before {
    top: 18%;
    transform: scale(0.8);
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more a {
    margin-top: 3em;
  }
  .page--support .section-tit {
    margin-bottom: 3em;
    font-size: 30px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    margin-bottom: 2em;
    font-size: 30px;
  }
  .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: 0 auto 3em;
    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 .txt--no-data {
    margin: 3em auto;
    text-align: center;
  }
  .page--faq .tit--category {
    font-size: 13px;
    margin: 0 0 1.5em;
  }
  .page--faq .list--faq {
    margin: 0 0 4em;
  }
  .page--faq .list--faq li a {
    padding: 1.5em 0;
    transition: color 0.3s;
  }
  .page--faq .list--faq li a:hover {
    color: #BFA869;
  }
  .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 15px;
    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--faq .block--contact .link a:hover {
    color: #1A3141;
    text-decoration: none;
  }
  .page--faq .block--contact .link a:hover::after {
    border: 1px solid #9F8169;
    border-top: none;
    border-right: none;
  }
  .page--faq .block--contact .link a:hover + i {
    color: #BFA869;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 1100px;
    margin: 2em auto;
  }
  .page--questionnaire .section-tit {
    margin-bottom: 1em;
    font-size: 30px;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 3em;
    font-size: 16px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 3em;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  
  .page--questionnaire form .form--post + .txt--sub {
    text-align: center;
  }
  
  .page--questionnaire .btn--main {
	  max-width: 300px;
  }

  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--questionnaire .list--txt li {
    margin-bottom: 1em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  
  .page--questionnaire.confirm .form--confirm {
	  margin-bottom: 4em;
  }
  
  .page--questionnaire.confirm .btn--sub {
      max-width: 300px;
  }
  
  .page--questionnaire.confirm .btn--sub a {
      font-size: 20px;
  }
  
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 1em;
    padding-top: 2vw;
    font-size: 5.5vw;
  }
  .page--feature .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--entry .logo {
    width: 40%;
    margin: 0 auto 6em;
  }
  .page--entry .section-tit {
    margin-bottom: 4vw;
    font-size: 25px;
    line-height: 1.4em;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 6em;
    line-height: 1.66;
  }
  .page--entry .block--contents {
    margin-bottom: 3em;
  }
  .page--entry .block--contents .block--tit {
    margin-bottom: 0.4em;
    font-size: 22px;
  }
  .page--entry .list--contents {
    margin-bottom: 3em;
  }
  .page--entry .list--contents ul li {
    width: 40%;
    padding: 20px 10px;
    font-size: 18px;
  }
  .page--entry .list--contents ul li .txt--sub {
    margin-top: 0.6em;
  }
  .page--entry .list--contents ul li:nth-of-type(2), .page--entry .list--contents ul li:nth-of-type(3) {
    width: 30%;
  }
  .page--entry .list--contents .status-circle__w, .page--entry .list--contents .status-circle {
    width: 20px;
    height: 20px;
  }
  .page--entry .list--contents .status-circle__w span {
    width: 10px;
    height: 10px;
  }
  .page--entry .list--contents .status-triangle {
    font-size: 1.1em;
  }
  .page--entry .list--contents .status-ng {
    width: 14px;
  }
  .page--entry .list--txt {
    margin-bottom: 0.2vw;
  }
  .page--entry .block--contents--device .list--txt:first-of-type {
    margin-bottom: 1vw;
  }
  .page--entry .block--login__fanplus {
    padding: 3em 1em 3.1em;
  }
  .page--entry .block--login__fanplus .tit {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--entry .block--login__fanplus .block--inner {
    margin-right: 5em;
  }
  .page--entry .block--login__fanplus .block--inner:last-of-type {
    margin-right: 0;
  }
  .page--entry .block--login__fanplus .txt--basic.txt--login {
    margin-bottom: 0.2em;
  }
  .page--feature__archive_gig .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--feature__archive_gig .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--feature__archive_gig .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 20px;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt {
    margin-bottom: 2em;
    padding: 2em 2em;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt .tit {
    margin-bottom: 1em;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt .txt {
    margin-bottom: 0.8em;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--setlist .tit {
    margin-bottom: 0.4em;
    font-size: 18px;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap {
    width: 100%;
    max-width: 1100px;
    margin: 3em auto 0;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 700px;
    margin-top: 3em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--feature__archive_gig.page--live-broadcasting .section--detail .block--wrap .block--video--wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--feature__archive_gig.page--live-broadcasting .section--detail .block--wrap .block--video {
    width: 70%;
  }
  .page--feature__archive_gig.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap {
    width: 24%;
  }
  .page--feature__archive_gig.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap .block--post .btn .btn--main {
    min-width: 90%;
  }
  .page--feature__archive_gig.page--live-broadcasting .section--detail .block--wrap .block--txt--wrap {
    width: 100%;
  }
  .page--stream .section--inner {
    width: 80%;
    max-width: 1100px;
  }
  .page--stream .section-tit {
    margin-bottom: 3em;
    text-align: center;
  }
  .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 #ffffff;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    font-size: 2rem;
    color: #ffffff;
  }
  .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 {
    /*
    &::before {
    	@include var.content(inline-block,2em,1px);
    	margin-right: .2em;
    	background-color: var.$accent-color;
    	vertical-align: .3em;
    }
    */
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 14px;
  }
  .page--feature__masters .txt--lead {
    text-align: center;
    line-height: 1.66;
  }
  .page--error .section--detail {
    padding-right: 15%;
    padding-left: 15%;
  }
  .page--error .section--detail .tit {
    font-size: 30px;
    line-height: 1.6em;
    margin: 0 0 1em;
    text-align: center;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  footer {
    width: 88vw;
    margin: 0 auto;
  }
  footer .inner {
    padding: 10em 0 3em;
  }
  footer .inner .list--support dt {
    display: none;
  }
  footer .inner .list--support .nav--support {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 3vw;
  }
  footer .inner .list--support .nav--support li {
    margin-right: 2em;
    margin-bottom: 1em;
  }
  footer .inner .list--support .nav--support li a {
    position: relative;
    font-size: 16px;
    transition: color 0.3s;
  }
  footer .inner .list--support .nav--support li a:hover {
    color: #BFA869;
  }
  footer .inner .block--link {
    margin-bottom: 3vw;
  }
  footer .inner .block--link .list--link {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
  }
  footer .inner .block--link .list--link li {
    margin-right: 2em;
    margin-bottom: 0.4em;
  }
  footer .inner .block--link .list--link li a {
    font-size: 14px;
    transition: color 0.3s;
  }
  footer .inner .block--link .list--link li a:hover {
    color: #BFA869;
  }
  footer .block--nav__sns {
    justify-content: center;
  }
  footer .block--nav__sns li {
    margin-right: 1.1em;
  }
  footer .block--nav__sns li a {
    transition: color 0.2s;
  }
  footer .block--nav__sns li a:hover {
    color: #BFA869;
  }
  footer .block--nav__sns li a:hover svg {
    fill: #BFA869;
  }
  footer .block--nav__sns .nav__item--twitter i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--instagram i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--youtube i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--facebook i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--line svg {
    width: 20px;
    transition: fill 0.2s;
  }
  footer .copyright {
    margin-top: 4.8vw;
    font-size: 12px;
  }
  body:not(.page--home) footer {
    padding: 0 !important;
  }
  /*  birthday-message
  ------------------------------ */
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    text-align: center;
  }
  .page--birthday-message .txt--lead {
    margin: 0 auto 3em;
    font-size: 20px;
  }
  .page--birthday-message .block--photo__dl {
    margin: 8em auto 0;
  }
  .page--birthday-message .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .btn--main {
    min-width: 200px;
    max-width: 90vw;
    margin-top: 1em;
    padding: 1.1em 1em 0.88em;
    font-size: 16px;
    line-height: 1.32;
  }
  .btn--sub {
    margin-top: 1.5em;
    font-size: 13px;
  }
  .detail__btn {
    margin-top: 3em;
  }
  .btn--special {
    max-width: 90vw;
    margin-top: 1.5em;
    padding: 0.8em 2em 0.7em;
    border: none;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    font-size: 18px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    box-shadow: 5px 7px 0px 0px rgba(0, 0, 0, 0.9);
  }
  .btn--special span {
    filter: drop-shadow(0.3px 0.2px 1px #910F1F);
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .swiper-button-next {
    margin-left: 1em;
  }
  .swiper-button-prev {
    margin-right: 1em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 16px;
  }
  .swiper-button-prev:not(.swiper-button-disabled):hover:after, .swiper-button-next:not(.swiper-button-disabled):hover:after {
    color: #9F8169;
  }
  .swiper-pagination-current {
    position: absolute;
    top: 0.6em;
    left: 0.7em;
    font-size: 20px;
  }
  .swiper-pagination-current::after {
    content: "";
    display: block;
    width: 2.4em;
    height: 1px;
    position: absolute;
    top: 0.9em;
    left: -0.4em;
    height: 1px;
    background-color: #BFA869;
    transform: rotate(135deg);
  }
  .swiper-pagination-total {
    margin-top: 1.8em;
    margin-left: 1.2em;
    font-size: 15px;
  }
  /* プログレスバー：circle */
  .circle {
    width: 60px !important;
    height: 60px !important;
  }
  .block--pager {
    margin: 5em auto 0;
    font-size: 12px;
  }
  .block--pager li {
    margin: 0 0.6em;
  }
  .block--pager li a, .block--pager li span {
    position: relative;
    padding: 0.25em 0.6em;
  }
  .block--pager li.pager__item--current span {
    font-weight: 700;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--current span {
    font-size: 15px;
  }
  .block--pager__detail {
    margin: 5em 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.1;
  }
  .section-tit__sub {
    font-size: 18px;
    line-height: 1.2;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    margin: 10vw auto 0;
  }
  .tag {
    font-size: 11px;
  }
  .tag::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.2em;
    border-radius: 100%;
    background-color: #aa2233;
  }
  .list--information li {
    margin-bottom: 5.3vw;
  }
  .list--information li a {
    padding: 12px;
  }
  .list--information li a .inner {
    padding: 16px 12px;
  }
  .list--information li a .tit {
    padding-top: 15px;
    font-size: 15px;
  }
  .list--information li a .block--sub__info {
    padding-bottom: 10px;
  }
  .list--information li a .date {
    font-size: 12px;
  }
  .list--information li.new a::before {
    top: -1.2em;
    left: 0.5em;
    width: 16px;
    height: 34px;
  }
  .list--contents li .tit, .list--photo li .tit {
    font-size: 15px;
  }
  .list--contents li .block--sub__info, .list--photo li .block--sub__info {
    margin-top: 1.2em;
    font-size: 11px;
  }
  .list--contents li .date, .list--photo li .date {
    font-size: 11px;
  }
  .list--contents li.new .tit, .list--photo li.new .tit {
    position: relative;
  }
  .list--contents li.new .tit::after, .list--photo li.new .tit::after {
    margin-left: 0.4em;
    content: "";
    display: inline-block;
    background: url(/static/himuro/fanclub/common/logo_kh.svg) left top no-repeat;
    color: #aa2233;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    letter-spacing: -0.01em;
  }
  .list--error li {
    color: #aa2233;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  li.no-data {
    padding: 4em 0;
  }
  .block--category {
    margin-bottom: 3em;
  }
  .block--category li {
    margin-right: 0.6em;
    margin-bottom: 0.4em;
    font-size: 16px;
  }
  .block--category li a {
    padding: 0.2em 0.4em;
  }
  .block--sort-category .block--sort {
    width: 60vw;
    max-height: 60vh;
    top: 3em;
  }
  .block--sort-category .block--sort .list--sort {
    margin-left: 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category {
    font-size: 14px;
  }
  .block--sort-category .block--sort .list--sort li .category label {
    padding: 1em 0.5em;
  }
  .block--sort-category .block--sort .list--sort li .category label::before {
    width: 1.2em;
    height: 1.2em;
    right: 0.5em;
    top: 1.2em;
  }
  .block--sort-category .block--sort .list--sort li .category label::after {
    width: 0.8em;
    height: 0.8em;
    right: 0.7em;
    top: 1.4em;
  }
  .block--sort-category .block--sort::-webkit-scrollbar {
    width: 10px;
  }
  .block--sort-category .btn--sort .label {
    display: none;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .block--sort-category .btn--sort span {
    width: 1.5em;
    height: 1.5em;
    margin-left: 0.8em;
    background-size: 1em;
  }
  .section--detail .tit {
    font-size: 18px;
    margin-bottom: 0.4em;
  }
  .section--detail .txt {
    margin-bottom: 1.5em;
  }
  .section--detail .txt .ph {
    width: 90%;
    max-width: 600px;
    margin: 1.5em auto;
  }
  .section--detail .block--sub__info {
    margin-bottom: 1.2em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  .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 .category {
    margin-right: 0.8em;
    font-size: 11px;
  }
  .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 {
    position: relative;
  }
  header > .logo {
    width: 30vw;
    max-width: 180px;
    margin: 9vw auto 0;
  }
  header > .logo a {
    display: block;
  }
  header .drawer__btn {
    top: 0;
    right: 0;
    padding: 1em 1.5em 0.9em;
    border-bottom-left-radius: 1.5em;
    border-top: none !important;
    border-right: none !important;
  }
  header .drawer__btn .menu__icon {
    margin-right: 0.5em;
  }
  header .drawer__btn .menu__icon span {
    width: 16px;
    height: 2px;
  }
  header .drawer__btn .menu__icon span:nth-of-type(2) {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  header .drawer__btn .menu__tit::after {
    font-size: 14px;
  }
  body.drawer-visible .drawer__btn .menu__icon span:nth-of-type(2) {
    transform: rotate(0deg) translateY(0em);
  }
  .drawer .drawer-inner {
    overflow: scroll;
  }
  .drawer .drawer-inner .g-nav {
    width: 100%;
    margin: 0 auto;
    padding: 12vw 5vw 2vw;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents {
    margin-top: 2em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li {
    margin-bottom: 1.3em;
  }
  .drawer .drawer-inner .g-nav ul.list--nav__contents li a {
    font-size: 24px;
  }
  .drawer .drawer-inner .g-nav .list--nav__contents {
    margin-top: 3em;
  }
  .drawer .drawer-inner .g-nav .list--nav__login {
    margin-top: 2em;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li {
    font-size: 24px;
  }
  .drawer .drawer-inner .g-nav .list--nav__login li:first-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    margin: 0 0.8em;
    vertical-align: -0.3em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns {
    margin-top: 4em;
    text-align: center;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--twitter {
    font-size: 20px;
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--instagram {
    font-size: 20px;
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--youtube {
    font-size: 20px;
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--tiktok {
    font-size: 20px;
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--facebook {
    font-size: 20px;
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--line {
    margin-right: 0.8em;
  }
  .drawer .drawer-inner .g-nav .block--nav__sns .nav__item--line svg {
    width: 20px;
    vertical-align: bottom;
  }
  footer {
    margin: 0 auto;
    padding: 3em 0 2em;
  }
  footer .inner {
    width: 91vw;
  }
  footer .list--support {
    margin: 0 auto 2em;
    border-bottom: solid 1px #BFA869;
  }
  footer .list--support dt {
    position: relative;
    padding-bottom: 0.6em;
    color: #BFA869;
    font-family: apparat-semicond, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.0001em;
    font-size: 18px;
    text-align: left;
    line-height: 1;
    pointer-events: all;
  }
  footer .list--support dt::before, footer .list--support dt::after {
    position: absolute;
    background: #BFA869;
    transition: 0.2s ease-in;
  }
  footer .list--support dt::before {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(0deg);
  }
  footer .list--support dt::after {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    top: calc(0.4em - 0.5px);
    right: 0.56em;
    transform: rotate(90deg);
  }
  footer .list--support dt.open::before {
    transform: rotate(0deg);
  }
  footer .list--support dt.open::after {
    transform: rotate(0deg);
  }
  footer .list--support dd ul {
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 0;
    line-height: 0;
    border-top: solid 1px #BFA869;
    text-align: left;
    transition: height 1s, opacity 0.3s, line-height 0.3s, padding 0.3s;
  }
  footer .list--support dd ul li {
    display: block;
    opacity: 0;
    margin-bottom: 1.5em;
    font-size: 11px;
    transition: opacity 0.5s 0.11s;
  }
  footer .list--support dd ul li:first-of-type {
    margin-top: 1.5em;
  }
  footer .list--support dd.open-contents ul {
    opacity: 1;
    height: auto;
    padding: 1em 0;
    line-height: normal;
  }
  footer .list--support dd.open-contents ul li {
    opacity: 1;
  }
  footer .block--link {
    margin-bottom: 4.1vw;
  }
  footer .block--link .list--link li {
    margin-bottom: 1em;
  }
  footer .block--link .list--link li a {
    font-size: 15px;
    transition: color 0.3s;
  }
  footer .block--link .list--link li:last-of-type {
    margin-bottom: 0;
  }
  footer .block--nav__sns li {
    margin-right: 1.1em;
  }
  footer .block--nav__sns li a {
    transition: color 0.2s;
  }
  footer .block--nav__sns li a:hover {
    color: #BFA869;
  }
  footer .block--nav__sns li a:hover svg {
    fill: #BFA869;
  }
  footer .block--nav__sns .nav__item--twitter i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--instagram i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--youtube i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--facebook i {
    font-size: 20px;
  }
  footer .block--nav__sns .nav__item--line svg {
    width: 20px;
    transition: fill 0.2s;
  }
  footer .copyright {
    margin-top: 11vw;
    font-size: 10px;
  }
  .page--home .section--top .section--inner .block--tit {
    width: 80vw;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 12vh;
    padding-top: 12dvh;
  }
  .page--home .section--top .section--inner .block--login {
    justify-content: center;
    margin-top: 8vh;
    margin-top: 8dvh;
  }
  .page--home .section--top .section--inner .block--login li {
    margin-left: 11vw;
    font-size: 22px;
  }
  .page--home .section--top .section--inner .block--login li a {
    position: relative;
  }
  .page--home .section--top .section--inner .block--login li a::after {
    bottom: -0.2em;
  }
  .page--home .section--top .section--inner .block--login li a::before {
    bottom: -0.2em;
  }
  .page--home .section--top::after {
    background: #000000 url(/static/himuro/fanclub/common/bg_leather.jpg) 49% top no-repeat;
    background-size: 400%;
  }
  .page--home .block--stream__info a {
    width: clamp(280px, 72vw, 360px);
    margin: 8vh auto 0;
    margin: 8dvh auto 0;
    padding: 0.3vw;
  }
  .page--home .block--stream__info .inner {
    padding: 5%;
  }
  .page--home .block--stream__info .tit {
    padding-bottom: 4.8%;
    font-size: 30px;
  }
  .page--home .block--stream__info .date {
    padding: 4.8% 0;
    font-size: 20px;
  }
  .page--home .block--stream__info .date .icon {
    margin-right: 0.4em;
    padding: 0.2em 0.2em 0;
    font-size: 14px;
    vertical-align: 10%;
  }
  .page--home .block--stream__info .date .week {
    margin-left: 0.2em;
    font-size: 11px;
  }
  .page--home .block--stream__info .tit__event {
    padding-top: 4.8%;
    font-size: 15px;
    line-height: 1.2;
  }
  .page--home .block--stream__info .tit__event span {
    margin-top: 0.5em;
    font-size: 11px;
  }
  .page--home .block--scroll {
    bottom: 0vh;
    bottom: 0dvh;
  }
  .page--home .block--scroll .scroll-txt {
    font-size: 12px;
  }
  .page--home .block--scroll .scroll {
    height: 9vh;
    margin-top: 0.8em;
  }
  .page--home .block--scroll .scroll::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    left: -3.75px;
  }
  .page--home .section--banner {
    margin-top: 20vw;
    margin-bottom: 15vw;
    margin-left: 7%;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 8vw;
    margin-left: -2.4vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    width: 60vw !important;
    margin-right: 4vw;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.8);
  }
  .page--home .section--banner .list--bnr li figure {
    position: relative;
  }
  .page--home .section--banner .list--bnr li figure::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: transform 0.4s, opacity 1s;
  }
  .page--home .section--banner .block--carousel-nav {
    margin-left: -7%;
  }
  .page--home .section--banner.no-carousel {
    margin-left: 0 !important;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 85.5% !important;
    margin: 0 auto 4em !important;
  }
  .page--home .section--news {
    width: 91vw;
    max-width: 900px;
    margin: 0 auto 27vw;
  }
  .page--home .section--news .section--inner .block--tit {
    margin-bottom: 3em;
  }
  .page--home .section--news .section--inner .block--tit .section-tit {
    font-size: 40px;
    line-height: 1;
  }
  .page--home .section--news .section--inner .list--information {
    flex-wrap: wrap;
  }
  .page--home .section--news .section--inner .list--information li {
    width: 100%;
  }
  .page--home .section--news .section--inner .list--information li:last-of-type {
    margin-bottom: 0;
  }
  .page--home .section--news .section--inner .list__more a {
    margin-top: 3em;
  }
  .page--home .section--contents {
    width: 91vw;
    max-width: 900px;
    margin: 0 auto 40vw;
  }
  .page--home .section--contents > section {
    margin-bottom: 21vw;
  }
  .page--home .section--contents > section:last-of-type {
    margin-bottom: 0;
  }
  .page--home .section--contents > section .inner .block--item {
    flex-wrap: wrap;
  }
  .page--home .section--contents > section .inner .block--item .block--item__icon {
    width: 53vw;
    max-width: 300px;
    margin: 0 auto 8vw;
  }
  .page--home .section--contents > section .inner .block--item__info {
    width: 100%;
    text-align: center;
  }
  .page--home .section--contents > section .inner .block--item__info .section-tit {
    line-height: 1;
  }
  .page--home .section--contents > section .inner .block--item__info .tit {
    font-size: 14px;
  }
  .page--home .section--contents > section .inner .block--item__info .block--sub__info {
    margin-top: 0.5em;
  }
  .page--home .section--contents > section .inner .block--item__info .block--sub__info .date {
    font-size: 12px;
  }
  .page--home .section--contents > section .inner .block--item__info .block--sub__info.new .date::after {
    width: 10px;
    height: 21px;
    margin-left: 0.4em;
  }
  .page--home .section--contents > section .inner .block--item__info .btn {
    text-align: center;
  }
  .page--news .block--tit {
    margin-bottom: 3em;
  }
  .page--news .list--information li {
    width: 100%;
    margin-bottom: 5.3vw;
  }
  .page--discography .section-tit {
    margin-bottom: 0.3em;
  }
  .page--discography .list--discography li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--discography .list--discography li .block--thumb {
    margin-bottom: 1em;
  }
  .page--discography .list--discography li .tit {
    margin-bottom: 0.8em;
  }
  .page--discography .list--discography li a {
    display: block;
  }
  .page--discography .list--discography li .tit {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    line-height: 1.4;
  }
  .page--discography .list--discography li .date, .page--discography .list--discography li .category {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .page--discography .section--detail {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 2em;
  }
  .page--discography .section--detail .disco-wrap {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .disco-wrap .block--jacket {
    width: 100%;
    max-width: 600px;
  }
  .page--discography .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .block--disc-detail {
    width: 100%;
    margin: 0 auto 2em;
  }
  .page--discography .block--disc-detail > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .block--disc-detail .block--comment .txt {
    font-size: 13px;
  }
  .page--discography .block--disc-detail .block--track .block--tit {
    font-size: 15px;
    margin-bottom: 1.5em;
  }
  .page--discography .block--disc-detail .block--track > div {
    margin: 2em 0;
    font-size: 13px;
  }
  .page--discography .block--disc-detail .block--track .list--track li {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .page--discography .block--disc-detail .video {
    margin-bottom: 2em;
  }
  .page--discography .block--sub__info p {
    margin-right: 0.8em;
  }
  .page--photo .section-tit {
    margin-bottom: 2em;
    text-align: center;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo .list--groupe {
    margin-bottom: 8em;
  }
  .page--photo .list--photo .list--groupe::after {
    filter: drop-shadow(1px 8px 11px rgba(1, 1, 1, 0.9));
  }
  .page--photo .list--photo .list--groupe:nth-of-type(even) .list--item.new::before {
    top: -40%;
    left: 50%;
  }
  .page--photo .list--photo .list--groupe .list--groupe__inner {
    width: 90%;
  }
  .page--photo .list--photo li.list--item {
    width: 80%;
    margin-bottom: 5vw;
  }
  .page--photo .list--photo li.list--item a {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.9);
    transform: translate3d(0);
    transition: box-shadow 0.3s, transform 0.3s;
  }
  .page--photo .list--photo li.list--item a .block--thumb {
    width: 52%;
    padding-top: 80%;
  }
  .page--photo .list--photo li.list--item a .block--txt {
    width: 48%;
    padding: 2em 1em;
  }
  .page--photo .list--photo li.list--item a .block--txt .tit {
    font-size: 12px;
  }
  .page--photo .list--photo li.list--item.new::before {
    top: -30%;
    left: -50%;
    width: 100%;
    height: 120%;
  }
  .page--photo .list--photo li.list--item.new::after {
    top: -0.5em;
    right: -0.6em;
    padding: 0.46em 0.8em 0.3em;
    font-size: 15px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
    transform: rotate(-15deg);
  }
  .page--photo.page--photo__detail .section--list {
    padding: 2em 2em;
  }
  .page--photo.page--photo__detail .section--list .list--photo {
    margin-top: 2em;
  }
  .page--photo.page--photo__detail .section--list .list--photo li {
    width: 100%;
    margin: 0 auto 1.5em;
    border: solid 12px #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  }
  .page--movie .section-tit {
    margin-bottom: 0.3em;
  }
  .page--movie .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .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 .tit {
    margin-bottom: 0.8em;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 4em;
  }
  .page--movie .section--detail .block--tit .tit {
    margin-bottom: 0.6em;
  }
  .page--movie .section--detail .txt--basic {
    margin: 2em 0;
    min-height: 200px;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .page--movie .vjs-big-play-centered .vjs-big-play-button {
    top: 38%;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--more_movies .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2em;
  }
  .page--movie .block--more_movies .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .block--more_movies .list--contents li a .block--thumb {
    margin-bottom: 1em;
  }
  .page--movie .block--more_movies .list--contents li a .tit {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 1.5em;
  }
  .page--blog .section-tit {
    margin-bottom: 0.3em;
  }
  .page--blog .list--blog .date {
    margin-left: 0;
  }
  .page--blog .no-data {
    font-size: 15px;
    margin: 10em auto;
  }
  .page--blog .section--detail {
    width: 90%;
    max-width: 1100px;
    padding: 0;
  }
  .page--blog .section--detail .date {
    margin-bottom: 1em;
  }
  .page--support .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--faq .section-tit {
    margin-bottom: 2em;
    font-size: 20px;
  }
  .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: 0 auto 3em;
    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 .txt--no-data {
    margin: 3em auto;
    text-align: center;
  }
  .page--faq .tit--category {
    font-size: 12px;
    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 15px;
    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;
  }
  /*  Birthday Message
  ------------------------------ */
  .page--birthday-message .section-tit {
    margin-bottom: 0.4em;
    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-tit {
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 1.2em;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 3em;
    font-size: 15px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 8vw;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .form--post .form__select::after {
    top: 50%;
    right: 0.75em;
    margin-top: -0.25em;
  }
  .page--questionnaire form .input--half {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter {
    width: 50% !important;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 100% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .page--questionnaire .form--horizontal .form__select::after {
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
  }
  .page--questionnaire .icon--required {
    display: inline-block;
  }
  .page--questionnaire .icon--required::before {
    margin-left: 5px;
    padding: 3px 6px 3px;
    padding-left: 5px;
    font-size: 11px;
    vertical-align: inherit;
  }
  .page--questionnaire .form--confirm {
    padding: 16px;
  }
  .page--questionnaire .btn--sub {
    margin: 1.5em auto;
    text-align: center;
  }
  .page--feature .section-tit {
    margin-bottom: 0.8em;
  }
  .page--feature .section-tit.section--tit__medium {
    margin-bottom: 0.8em;
    font-size: 9vw;
  }
  .page--feature .block--photo__dl {
    margin: 5em auto 0;
  }
  .page--feature .block--photo__dl .ph {
    max-width: 600px;
    margin: 1.5em auto;
  }
  .page--entry .logo {
    width: 65vw;
    max-width: 300px;
    margin: 0 auto 3em;
  }
  .page--entry .section-tit {
    margin-bottom: 8vw;
    font-size: 17px;
    line-height: 1.4em;
  }
  .page--entry .txt--lead {
    width: 100%;
    margin: 0 auto 3em;
    line-height: 1.66;
  }
  .page--entry .block--contents {
    margin-bottom: 3em;
  }
  .page--entry .block--contents .block--tit {
    margin-bottom: 0.3em;
    font-size: 16px;
  }
  .page--entry .list--contents {
    margin-bottom: 50px;
  }
  .page--entry .list--contents ul li {
    width: 40%;
    padding: 1em 0.5em;
    font-size: 12px;
  }
  .page--entry .list--contents ul li .txt--sub {
    margin-top: 0.6em;
  }
  .page--entry .list--contents ul li:nth-of-type(2), .page--entry .list--contents ul li:nth-of-type(3) {
    width: 30%;
    padding: 1em 0;
  }
  .page--entry .list--contents .status-circle__w, .page--entry .list--contents .status-circle {
    width: 20px;
    height: 20px;
  }
  .page--entry .list--contents .status-circle__w span {
    width: 10px;
    height: 10px;
  }
  .page--entry .list--contents .status-triangle {
    font-size: 1.8em;
  }
  .page--entry .list--contents .status-ng {
    width: 16px;
  }
  .page--entry .list--txt {
    margin-bottom: 1vw;
  }
  .page--entry .block--contents--device .list--txt:first-of-type {
    margin-bottom: 3vw;
  }
  .page--entry .block--login__fanplus {
    flex-flow: column;
    padding: 3em 1em 3.1em;
  }
  .page--entry .block--login__fanplus .tit {
    margin-bottom: 3em;
    font-size: 12px;
  }
  .page--entry .block--login__fanplus .block--inner {
    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--feature__archive_gig .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--feature__archive_gig .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--feature__archive_gig .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 20px;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt {
    margin-bottom: 2em;
    padding: 2em 2em;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt .tit {
    margin-bottom: 1em;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--ticket .section-txt .txt {
    margin-bottom: 0.8em;
  }
  .page--feature__archive_gig .section--detail .block--txt.block--setlist .tit {
    margin-bottom: 0.4em;
    font-size: 18px;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap {
    width: 100%;
    margin: 3em auto 0;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 600px;
    margin-top: 3em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--feature__archive_gig .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--stream {
    will-change: transform;
  }
  .page--stream .section--inner {
    width: 100%;
  }
  .page--stream .section-tit {
    margin-bottom: 2em;
    text-align: center;
  }
  .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--feature__masters .txt--lead {
    line-height: 1.66;
  }
  /* page--bbs
  ------------------------------ */
  .page--bbs.page--bbs01 .section--detail {
    padding-top: 30px;
  }
  .page--bbs.page--bbs01 .block--parent .mainLogo {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .page--bbs.page--bbs01 .block--parent .mainLogo .mainLogo_txt {
    font-size: 47px;
    line-height: 1.2;
  }
  .page--bbs.page--bbs01 .block--parent .mainLogo .mainLogo_sub {
    margin-bottom: 6px;
  }
  .page--bbs.page--bbs01 .block--parent .leadArea {
    text-align: left;
    margin-bottom: 0;
  }
  .page--bbs.page--bbs01 .block--parent .lead {
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }
  .page--bbs.page--bbs01 .block--parent .lead_detail {
    padding: 15px;
    font-size: 13px;
    text-align: left;
  }
  .page--bbs.page--bbs01 .block--parent {
    margin: 0px auto 25px;
  }
  .page--bbs.page--bbs01 .block--post {
    margin: 0 auto 25px;
    width: 100%;
  }
  .page--bbs.page--bbs01 .block--post .form--post {
    padding: 15px;
    overflow: hidden;
  }
  .page--bbs.page--bbs01 .block--post .form--post dl dd {
    margin-bottom: 15px;
  }
  .page--bbs.page--bbs01 .block--post .form--post dl {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .page--bbs.page--bbs01 .block--attention {
    padding: 15px;
    margin-bottom: 35px;
    border-width: 2px;
  }
  .page--bbs.page--bbs01 .block--attention .attention_tit {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page--bbs.page--bbs01 .block--attention .attentionList li {
    font-size: 12px;
  }
  .page--bbs.page--bbs01 .list--comment li {
    width: 48%;
    margin-bottom: 20px;
  }
  .page--bbs.page--bbs01 .list--comment li .txt {
    font-size: 12px;
    margin-bottom: 8px;
    transform: none;
  }
  .page--bbs.page--bbs01 .list--comment li .name {
    font-size: 11px;
    margin-bottom: 0;
  }
  .page--bbs.page--bbs01 .list--comment li .date {
    font-size: 12px;
  }
  .page--bbs.page--bbs01 .list--comment li .place {
    right: 8px;
    left: 12px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
  }
  .page--bbs.page--bbs01 .popup .close {
    top: 15px;
    right: 15px;
  }
  .page--bbs.page--bbs01 .popup .popInBox .ph img {
    max-height: 120vw;
  }
  .page--bbs.page--bbs01 .block--error {
    padding: 15px;
    font-size: 13px;
    margin-bottom: 25px;
  }
  .page--bbs.page--bbs01 .form--confirm {
    padding: 25px;
  }
  /* page--error
  ------------------------------ */
  .page--error .section--detail .txt--basic {
    text-align: left;
  }
  .page--error .section--detail .section-tit {
    margin-bottom: 40px;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  .page--contact.section--detail .input--half {
    width: 100% !important;
  }
  .page--contact.section--detail .form--post dt {
    margin: 2em 0 0.5em;
  }
  /*  effect
  ------------------------------ */
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-11px);
    }
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}
/* ==============================================================
*  base
* ============================================================ */
/* ==============================================================
*  contents
* ============================================================ *//*# sourceMappingURL=fanclub-service.css.map */