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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

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

/* ==============================================================
*  contents
* ============================================================ */
html {
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}
html::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0);
  width: 5px;
  border-radius: 20px;
}
html::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #f1f1f1;
}

html, body {
  margin: 0;
}

body {
  position: relative;
  background-color: #f1f1f1;
  color: #000000;
  word-wrap: break-word;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 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;
  }
}
@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;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 100vh;
  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: #E54641;
}

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

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

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

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

* {
  -webkit-tap-highlight-color: transparent;
}

.content-main {
  position: relative;
}

.section-tit {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.section-tit:tit__jp {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.section-tit--sub {
  display: block;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.5;
}

.tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.txt--lead {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

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

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

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

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

.bold {
  font-weight: bold;
}

i {
  font-family: FontAwesome;
}

.section--list,
.section--detail {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.section--list .block--tit .section-tit,
.section--detail .block--tit .section-tit {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
  letter-spacing: 0.002em;
}

.section--detail {
  position: static;
}
.section--detail .block--tit .section-tit, .section--detail .block--tit .tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: left;
}
.section--detail .detail__btn {
  text-align: center;
}

.no-data {
  width: 100%;
  margin: 0 auto;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
}

.list__more {
  position: relative;
}
.list__more a {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: left;
  line-height: 1;
  transition: color 0.3s;
}

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

.list--nav--sns li a {
  color: #000000;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}

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

.block--category {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.block--category .block--nav--category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block--category .block--nav--category li {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
  display: block;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.3s, color 0.3s;
}
.block--category .block--nav--category li input[type=checkbox] {
  display: none;
}
.block--category .block--nav--category li input[type=checkbox]:checked + .category {
  color: #000000;
}
.block--category .block--nav--category li:last-of-type {
  margin-right: 0;
}
.block--category .block--nav--category li.current a {
  background-color: #000000;
  color: #f1f1f1;
  pointer-events: none;
}

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

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

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

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

.block--join-login {
  width: 93%;
  margin: clamp(5em, 30vw, 12em) auto 0;
  text-align: center;
}
.block--join-login .txt--lead {
  margin-bottom: 1em;
  font-size: 1.2em;
}

.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;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.block--pager li a, .block--pager li span {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.block--pager li a {
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
.block--pager .pager__item--other:not(.detail__btn) {
  color: #000000;
  text-align: center;
}
.block--pager .pager__item--other:not(.detail__btn) a {
  border: solid 2px #000000;
  border-radius: 50em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.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 2px #000000;
  border-right: solid 2px #000000;
  transform: rotate(-135deg);
  transition: 0.2s;
}
.block--pager .pager__item--newer span::after {
  opacity: 0.3;
}
.block--pager .pager__item--older {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  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;
  border: solid 2px #000000;
  border-radius: 50em;
  background-color: #000000;
  color: #f1f1f1;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.block--pager .pager__item--current span {
  display: block;
  width: 100%;
  height: 100%;
}
.block--pager .detail__btn a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  transition: background-color 0.3s ease-out;
}

.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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  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;
}

.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: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.15em;
  transition: color 0.3s;
}

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

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

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

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

.progress-bar {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #a1a1a1;
  cursor: pointer;
}

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

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

.progress-bar__inner {
  background: transparent;
}

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

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

.block--error {
  padding: 1em;
  border-radius: 5px;
  background: #e54641;
  color: #ffffff;
}

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

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

/* form textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  border: solid 1px #000000;
  border-radius: 0.3em;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  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: 15px;
    line-height: 1.5;
    letter-spacing: 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;
  }
}
@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;
  }
}
textarea:focus {
  border-color: #000000;
}
textarea.form__error {
  border-color: #E54641;
  background: #ffffff;
  color: #E54641;
}
textarea.form__error:focus {
  border-color: inherit;
  background: transparent;
  color: inherit;
}
textarea[disabled] {
  opacity: 0.5;
  border: none;
  background: #ddd;
}

/* form select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  transition: 0.3s;
  vertical-align: middle;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  border: solid 1px #000000;
  border-radius: 0.3em;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  padding-right: 2em;
  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: 15px;
    line-height: 1.5;
    letter-spacing: 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;
  }
}
@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;
  }
}
.form__select select:focus {
  border-color: #000000;
}
.form__select select.form__error {
  border-color: #E54641;
  background: #ffffff;
  color: #E54641;
}
.form__select select.form__error:focus {
  border-color: inherit;
  background: transparent;
  color: inherit;
}
.form__select select[disabled] {
  opacity: 0.5;
  border: none;
  background: #ddd;
}
.form__select::after {
  position: absolute;
  top: 1em;
  right: 0.6035em;
  margin-top: calc(-0.3535em + 4px);
}

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

/* form radio */
.form__radio label p {
  display: block;
  position: relative;
  padding: 0.5em;
  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: 15px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 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;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form__radio.form__error {
  color: #E54641;
}
.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;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: solid 1px #000000;
  border-radius: 50%;
  margin: -0.6em 0 0;
  background: rgba(255, 255, 255, 0.8);
  transition: border 0.3s, background 0.3s;
}
.form__radio :checked ~ p {
  font-weight: bold;
}
.form__radio :checked ~ p::before {
  border: solid 0.3em #000000;
  background-color: #FF6F00;
}

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

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

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

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

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

#file_photo {
  font-size: 0.8em;
}
#file_photo::-webkit-file-upload-button {
  margin-right: 0.5em;
  padding: 0.6em 1em;
  border: solid 1px #000000;
  border-radius: 1em;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.1em;
  line-height: 1;
}
#file_photo::file-selector-button {
  margin-right: 0.5em;
  padding: 0.6em 1em;
  border: solid 1px #000000;
  border-radius: 1em;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 1.1em;
  line-height: 1;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .detail__btn a, .btn--main {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn--main {
  overflow: hidden;
  height: inherit !important;
  border: solid 2px #000000;
  border-radius: 50em;
  background: black;
  color: #f1f1f1;
  text-align: center;
  line-height: inherit !important;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0.01s;
}
.btn--main::before {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f1f1f1;
  background: radial-gradient(circle, #f1f1f1 10%, transparent 10%) no-repeat 50%;
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s, opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}

.btn--sub, .detail__btn a {
  overflow: hidden;
  border-radius: 50em;
  border: solid 2px #000000;
  background: rgba(241, 241, 241, 0);
  color: #000000;
  text-align: center;
  transition: color 0.3s 0.01s, border 0.3s 0.01s, background 0.3s 0.02s;
}
.btn--sub::before, .detail__btn a::before {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  background: radial-gradient(circle, #000000 10%, transparent 10%) no-repeat 50%;
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s, opacity 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}

.btn--input {
  display: inline-block;
  position: relative;
  left: 50%;
  overflow: hidden;
  border-radius: 50em;
  background: black;
  transform: translateX(-50%);
}
.btn--input span::after {
  content: "";
  content: "";
  display: block;
  width: 111%;
  height: 111%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f1f1f1;
  transform: scale(1, 0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.btn--input span input {
  margin-top: 0;
}

.btn--post a i {
  margin-right: 0.2em;
}

.list--information li {
  /*
  &.new {
  	.block--sub--info {
  		@include var.flex-display();
  		@include var.flex-align(center);
  		&::after {
  			content: "NEW";
  			display: inline-block;
  			margin-left: .6em;
  			padding: .3em .6em .2em;
  			border: solid 2px var.$primary-color;
  			background-color: rgba(var.$primary-color, 0);
  			color: var.$primary-color;
  			@include var.font-english();
  			font-weight: bold;
  			line-height: 1;
  			vertical-align: middle;
  			transition: background-color .3s cubic-bezier(.6, 0, .2, 1), color .3s cubic-bezier(.6, 0, .2, 1);
  		}
  	}
  }
  */
}
.list--information li > a, .list--information li .inner {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  border-bottom: solid 2px #000000;
  color: #000000;
  transition: border 0.2s cubic-bezier(0.6, 0, 0.2, 1), padding 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--information li > a .tit, .list--information li .inner .tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  word-break: break-word;
}
.list--information li > a .block--sub--info, .list--information li .inner .block--sub--info {
  display: flex;
}
.list--information li > a .date, .list--information li .inner .date {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.list--information li > a::before, .list--information li .inner::before {
  content: "";
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  background: radial-gradient(circle, #FF6F00 10%, transparent 10%) no-repeat 50%;
  transform: scale(0, 0);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0s, opacity 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.list--information li:last-of-type {
  margin-bottom: 0;
}

.list--contents, .list--photo, .list--discography {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.list--contents li > a, .list--photo li > a, .list--discography li > a {
  display: block;
  position: relative;
  cursor: pointer;
  transition: border 0.3s;
}
.list--contents li .block--thumb, .list--photo li .block--thumb, .list--discography li .block--thumb {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
  aspect-ratio: 16/9;
  border: solid 2px #000000;
  background-color: #f1f1f1;
  transition: border 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0s, transform 0.3s cubic-bezier(0.6, 0, 0.2, 1) 0s;
}
.list--contents li .block--thumb img, .list--photo li .block--thumb img, .list--discography 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;
  transition: border 0.3s cubic-bezier(0.6, 0, 0.2, 1), transform 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--contents li .block--thumb img.thumb--noimage, .list--photo li .block--thumb img.thumb--noimage, .list--discography li .block--thumb img.thumb--noimage {
  background-size: cover;
}
.list--contents li .block--thumb .blur, .list--photo li .block--thumb .blur, .list--discography 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, .list--discography li .block--thumb .blur img {
  height: 100%;
  background-size: cover;
}
.list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #000000;
  word-break: break-word;
}
.list--contents li .date, .list--photo li .date, .list--discography li .date {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.list--contents li.new > a::after, .list--photo li.new > a::after, .list--discography li.new > a::after {
  content: "NEW";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 2px #000000;
  background-color: #f1f1f1;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  transition: border 0.3s cubic-bezier(0.6, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.6, 0, 0.2, 1), color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.list--contents.nologin .block--thumb img, .list--photo.nologin .block--thumb img, .list--discography.nologin .block--thumb img {
  filter: blur(20px);
}
.list--contents.nologin .block--thumb::before, .list--photo.nologin .block--thumb::before, .list--discography.nologin .block--thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/soshina/assets/common/membersonly.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}
.list--contents.nologin .block--thumb::after, .list--photo.nologin .block--thumb::after, .list--discography.nologin .block--thumb::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}
.list--contents.nologin .members-only, .list--photo.nologin .members-only, .list--discography.nologin .members-only {
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f1f1f1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
}
.list--contents.list--photo li a, .list--contents.list--photo-blog li a, .list--contents.list--discography li a, .list--photo.list--photo li a, .list--photo.list--photo-blog li a, .list--photo.list--discography li a, .list--discography.list--photo li a, .list--discography.list--photo-blog li a, .list--discography.list--discography li a {
  display: block;
  margin: 0 auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
.list--contents.list--photo li a .block--thumb, .list--contents.list--photo-blog li a .block--thumb, .list--contents.list--discography li a .block--thumb, .list--photo.list--photo li a .block--thumb, .list--photo.list--photo-blog li a .block--thumb, .list--photo.list--discography li a .block--thumb, .list--discography.list--photo li a .block--thumb, .list--discography.list--photo-blog li a .block--thumb, .list--discography.list--discography li a .block--thumb {
  aspect-ratio: 1/1;
}

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

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

.section--detail .list--contents {
  flex-wrap: wrap;
}
.section--detail > .txt * {
  white-space: normal !important;
  word-break: break-word;
}
.section--detail .inner .txt a {
  text-decoration: underline;
}
.section--detail .tit {
  color: #000000;
}
.section--detail .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section--detail .date {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.section--detail .date.end_time::before {
  content: "";
  display: inline-block;
  background-color: #000000;
  vertical-align: middle;
}
.section--detail .date:last-of-type::after {
  display: none;
}
.section--detail .category {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.section--detail .block--detail--head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.section--detail .block--detail--footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
.section--detail .block--detail--footer .detail__btn {
  margin-top: 0;
}
.section--detail .block--share li {
  display: inline-block;
}
.section--detail .block--share li i {
  color: #000000;
}
.section--detail .block--share li:last-of-type {
  margin-right: 0;
}
.section--detail .block--share li svg {
  fill: #000000;
  position: relative;
}
.section--detail .block--share li.share {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #000000;
}

.header > .logo a {
  display: block;
}
.header .drawer__btn {
  position: fixed;
  z-index: 6;
  cursor: pointer;
}
.header .drawer__btn span {
  display: block;
  transform-origin: center;
}
.header .drawer__btn span::before {
  content: "";
  display: block;
  background-image: url(/static/soshina/assets/common/item--hagetako.svg);
  background-size: cover;
  aspect-ratio: 484/533;
}

.drawer {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.drawer .drawer__inner {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  margin: 0 auto;
  background: white;
  text-align: center;
  transform: scale(0);
  scrollbar-width: none;
}
.drawer .drawer__inner::-webkit-scrollbar {
  display: none;
}
.drawer .drawer__inner .list--nav--login {
  display: flex;
  justify-content: center;
  position: relative;
}
.drawer .drawer__inner .g-nav .list--nav--contents li {
  transform: scale(1);
}
.drawer .drawer__inner .g-nav .list--nav--contents li a {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  transition: color 0.3s cubic-bezier(0.6, 0, 0.2, 1);
}
.drawer .drawer__inner .g-nav .list--nav--sns {
  display: flex;
  justify-content: center;
}
.drawer .drawer__inner .g-nav .list--nav--sns li:last-of-type {
  margin-right: 0;
}
.drawer .drawer__inner .g-nav .list--nav--sns li a {
  color: #000000;
  line-height: 1;
}

body:not(.drawer-visible) .drawer .drawer__inner .block--heading .block--heading--tit {
  opacity: 0;
  transform: translateY(-30%) scale(1.2);
}
body:not(.drawer-visible) .drawer .drawer__inner .list--nav--login li {
  opacity: 0;
  transform: translateY(-30%) scale(1.1);
}
body:not(.drawer-visible) .drawer .drawer__inner .g-nav li {
  opacity: 0;
  transform: translateY(-60%) scale(1.2);
}

body.drawer-visible {
  overflow: hidden;
}
body.drawer-visible .content-main, body.drawer-visible header .logo, body.drawer-visible footer {
  pointer-events: none;
}
body.drawer-visible .drawer {
  z-index: 6;
  opacity: 1;
  visibility: visible;
  background-color: #FF6F00;
  transform: scale(1);
}
body.drawer-visible .drawer .drawer__inner {
  transform: none;
}
body.drawer-visible .drawer .drawer__inner .block--heading .block--heading--tit {
  opacity: 1;
}
body.drawer-visible .drawer .drawer__inner .block--heading .block--heading--tit a {
  display: block;
}

body.browser_back .drawer {
  transition: none;
}

footer {
  position: relative;
  width: 100%;
  margin-top: auto;
}
footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  border: solid 2px #000000;
  border-bottom: none;
  background-color: #f1f1f1;
}
footer .inner .list--support dt {
  position: relative;
  padding-bottom: 0.8em;
  border-bottom: solid 2px #000000;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1;
  pointer-events: all;
  cursor: pointer;
}
footer .inner .list--support dt::before, footer .inner .list--support dt::after {
  position: absolute;
  background: #000000;
  transition: transform 0.2s;
}
footer .inner .list--support dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  top: calc(0.4em - 0.5px);
  right: 0.56em;
  transform: rotate(0deg);
}
footer .inner .list--support dt::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  top: calc(0.4em - 0.5px);
  right: 0.56em;
  transform: rotate(90deg);
}
footer .inner .list--support dt.open::before {
  transform: rotate(0deg);
}
footer .inner .list--support dt.open::after {
  transform: rotate(0deg);
}
footer .inner .list--support dd ul {
  overflow: hidden;
  padding: 1.2em 0 0;
  border-top: solid 1px #000000;
  text-align: left;
}
footer .inner .list--support dd ul li {
  display: block;
  margin-bottom: 1.5em;
}
footer .inner .list--support dd ul li a {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
footer .block--copyright {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
footer .copyright {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
}
footer .block--sns > p {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
footer .list--nav--sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
footer .list--nav--sns li:last-of-type {
  margin-right: 0;
}
footer .list--nav--sns li a {
  color: #000000;
}

body:not(.page--home) footer .inner {
  display: block;
  border: none;
}
body:not(.page--home) footer .inner .list--support, body:not(.page--home) footer .inner .block--sns {
  display: none;
}
body:not(.page--home) footer .copyright {
  color: #000000;
}

.page--home .wrap {
  overflow: hidden;
}
.page--home .section--non-login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page--home .section--non-login .block--tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
}
.page--home .section--non-login .block--login {
  text-align: center;
}
.page--home .section--top .section--inner .block--tit {
  position: relative;
  line-height: 1;
}
.page--home .section--top .section--inner .block--login {
  text-align: center;
}
.page--home .header > .logo {
  display: none;
}
.page--home .section--banner {
  position: relative;
}
.page--home .section--banner .list--bnr li a {
  display: block;
}
.page--home .section--banner .list--bnr li img {
  width: 100%;
  border: solid 2px #000000;
  border-radius: 3em;
}
.page--home .section--banner .list--bnr figure {
  position: relative;
}
.page--home .section--banner .list--bnr 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 .block--carousel-nav .block--button-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--home .area--contents .area--contents--inner {
  display: flex;
  flex-wrap: wrap;
}
.page--home .area--contents .area--contents--inner > [class^=section--] {
  display: flex;
  position: relative;
}
.page--home .area--contents .area--contents--inner > [class^=section--] .section--inner {
  display: flex;
  width: 100%;
}
.page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li {
  display: flex;
}
.page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit {
  width: 100%;
  color: #000000;
}
.page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit .tit--main {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
.page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--photoblog .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--hagetako.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 484/533;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--news .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--chara-f.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 2030/1954;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--bbs .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--chara-e.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 2086/1753;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--discography .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--chara-c.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 2693/1483;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--movie .section--inner li a::before, .page--home .area--contents .area--contents--inner > [class^=section--].section--video .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--chara-b.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 2461/2534;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--stream .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--chara-d.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 1866/2776;
}
.page--home .area--contents .area--contents--inner > [class^=section--].section--profile .section--inner li a::before {
  background: url(/static/soshina/assets/common/item--chara-a.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 2158/1613;
}
.page--home .area--contents.area--official .block--loop {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #ffffff;
}
.page--home .area--contents.area--official .block--loop p {
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  animation: flowimg 4s infinite linear 0.5s both;
}

.page--news .list--contents {
  flex-wrap: wrap;
}
.page--news.page--video .section--list .list--contents li .block--thumb img {
  background-size: cover;
}
.page--news.page--video .txt p {
  display: none;
}

.page--discography .section--list .list--discography li .date, .page--discography .section--list .list--discography li .category {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1;
}
.page--discography .section--list .list--discography li .category {
  display: inline-block;
  background-color: #777777;
  color: #f1f1f1;
}
.page--discography .section--detail {
  position: relative;
  padding: 0;
}
.page--discography .section--detail .block--discography .block--discography--details .block-tit {
  color: #000000;
  border-bottom: solid 1px #000000;
}
.page--discography .section--detail .block--discography .block--discography--details .block--sub--info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page--discography .section--detail .block--discography .block--discography--details .block--sub--info .category {
  background-color: #777777;
  color: #f1f1f1;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--discography .section--detail .block--discography .block--discography--details .block--sub--info .date {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--discography .section--detail .block--discography .block--discography--details .block--comment a {
  font-weight: bold;
  text-decoration: underline;
}
.page--discography .section--detail .block--discography .block--discography--details .block--comment a::before {
  content: "\f061";
  display: inline-block;
  margin-right: 0.2em;
  color: #000000;
  font-family: FontAwesome;
}
.page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link a {
  display: block;
}
.page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link a:last-of-type {
  margin-right: 0;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .block--disc--tit {
  display: block;
  border-bottom: solid 1px #CF333A;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  word-break: break-all;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl .block--track--number {
  color: #CF333A;
  line-height: 1;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl .block--track--details {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl .block--track--details .block--track--tit {
  color: #000000;
  line-height: 1.5;
}
.page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li dl .block--track--details .txt--sub {
  width: 100%;
  color: #CF333A;
}

.page--photo.page--photo--detail .section--list {
  position: static;
}
.page--photo.page--photo--detail .block--tit .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
}

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

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

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

#swipebox-prev, #swipebox-next, #swipebox-close {
  width: 4em;
  height: 4em;
}

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

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

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

.page--movie .block--player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  border: solid 2px #000000;
  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--movie-comment {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.page--movie .block--movie-comment .icon {
  position: relative;
  overflow: hidden;
  border: solid 1px #000000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.page--movie .block--movie-comment .icon > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.page--movie .block--movie-comment .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--movie .block--movie-comment .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--movie .block--more_movies .more_movies_title {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--movie .block--comments .comments_title {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--movie .block--comments .block--post {
  position: relative;
}
.page--movie .block--comments .block--post input[type=text] {
  padding-right: 40px;
}
.page--movie .block--comments .block--post input[type=submit] {
  position: absolute;
  top: 0;
  right: 0.5em;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  background: no-repeat 82% center url(/static/common/newmovie/img/ico--send.svg);
  background-size: 45%;
}
.page--movie .block--comments .list--comment {
  /*
  overflow-x: hidden;
  overflow-y: scroll;
  */
  background-color: #ffffff;
}
.page--movie .block--comments .list--comment:not(:has(li)) {
  display: none;
}
.page--movie .block--comments .list--comment li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);
}
.page--movie .block--comments .list--comment li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page--movie .block--comments .list--comment li.comment__item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page--movie .block--comments .list--comment li.comment__item.visible {
  display: block;
}
.page--movie .block--comments .list--comment li.comment__item.show {
  opacity: 1;
}
.page--movie .block--comments .list--comment li.comment__item.started {
  display: block;
  opacity: 1;
}
.page--movie .block--comments .list--comment li .list__txt {
  display: flex;
  flex-wrap: wrap;
}
.page--movie .block--comments .list--comment li .list__txt .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
.page--movie .block--comments .list--comment li .list__txt .txt {
  width: 100%;
}
.page--movie .block--comments .list--comment li .list__txt .block--report {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.page--movie .block--comments .list--comment li .list__txt .block--report .report-btn {
  position: relative;
}
.page--movie .block--comments .list--comment li .list__txt .block--report .btn--report a {
  color: #000000;
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt {
  justify-content: space-between;
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt .icon {
  position: relative;
  overflow: hidden;
  border: solid 1px #000000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt .icon img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt .name {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt .name .nickname {
  display: flex;
  align-items: center;
  word-break: break-all;
}
.page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt .name .nickname::after {
  content: "\f058";
  display: inline-block;
  color: #FF6F00;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

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

.page--blog.photo-blog .block--tit .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--blog.photo-blog .block--info--sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--blog.photo-blog .block--writer .block--writer--inner {
  display: flex;
  align-items: center;
}
.page--blog.photo-blog .block--writer .icon {
  position: relative;
  overflow: hidden;
  border: solid 1px #000000;
  border-radius: 50%;
}
.page--blog.photo-blog .block--writer .icon > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center top;
}
.page--blog.photo-blog .block--writer .icon .blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  transform: scale(1.5);
}
.page--blog.photo-blog .block--writer .icon .blur img {
  width: 100%;
  background-size: cover;
}
.page--blog.photo-blog .block--writer .writer-name {
  display: inline-block;
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--blog.photo-blog .section--list .list--contents li {
  position: relative;
}
.page--blog.photo-blog .section--list .list--contents li .block--thumb {
  position: relative;
  margin-bottom: 0;
}
.page--blog.photo-blog .section--list .list--contents li a {
  position: relative;
  border: solid 2px #000000;
}
.page--blog.photo-blog .section--list .list--contents li a .block--thumb--wrap .block--thumb {
  border: none;
}
.page--blog.photo-blog .section--list .list--contents li a .block--item--info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.8em;
  background-color: #ffffff;
}
.page--blog.photo-blog .section--list .list--contents li a .block--item--info .block--sub--info {
  margin-top: 0;
}
.page--blog.photo-blog .section--list .list--contents li a .block--item--info .block--sub--info .date {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--blog.photo-blog .section--list .list--contents li a::after {
  border-top: none;
  border-right: none;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb img {
  filter: blur(20px);
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(/static/soshina/assets/common/membersonly.png) no-repeat center center/cover;
  mix-blend-mode: lighten;
}
.page--blog.photo-blog .section--list .list--contents.nologin .block--thumb::after {
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}
.page--blog.photo-blog .section--list .list--contents.nologin .members-only {
  position: absolute;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f1f1f1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%);
}
.page--blog.photo-blog .section--list .block--thumb img {
  background-size: cover;
}
.page--blog.photo-blog .slick-arrow {
  display: none !important;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
.page--blog.photo-blog .slick-arrow.slick-next, .page--blog.photo-blog .slick-arrow.slick-next:focus, .page--blog.photo-blog .slick-arrow.slick-next:hover, .page--blog.photo-blog .slick-arrow.slick-prev, .page--blog.photo-blog .slick-arrow.slick-prev:focus, .page--blog.photo-blog .slick-arrow.slick-prev:hover {
  color: inherit;
  font-weight: bold;
}
.page--blog.photo-blog .slick-arrow.slick-disabled {
  pointer-events: none;
}
.page--blog.photo-blog .slick-dots {
  position: absolute;
}
.page--blog.photo-blog .slick-dots li {
  transition: 0.3s;
}
.page--blog.photo-blog .slick-dots li:last-of-type {
  margin-right: 0;
}
.page--blog.photo-blog .slick-dots li::before {
  content: "";
  display: block;
  opacity: 1;
  border-radius: 100%;
  border: solid 1px #f1f1f1;
  background: #000000;
}
.page--blog.photo-blog .slick-dots li.slick-active::before {
  background: #CF333A;
}
.page--blog.photo-blog .slick-dots li button {
  display: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner {
  overflow: hidden;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt {
  display: flex;
  color: #000000;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt a {
  color: #CF333A;
  text-decoration: none;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt .ph {
  width: 100%;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail {
  color: #000000;
}
.page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb {
  position: relative;
  background-color: #ffffff;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb {
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb img, .page--blog.photo-blog .section--detail .section--detail--inner .block--thumb .list--thumb video {
  -o-object-fit: contain;
     object-fit: contain;
}
.page--blog.photo-blog .section--detail .section--detail--inner .ph {
  max-width: initial;
  margin: 0;
}
.page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
  background-color: #ffffff;
  color: #000000;
}
.page--blog.photo-blog .section--detail .section--detail--inner .block--player {
  height: auto !important;
  padding-top: 0 !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner video-js {
  position: relative !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner video {
  position: relative !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .vjs-control-bar {
  bottom: 2em !important;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  cursor: pointer;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
  color: rgba(0, 0, 0, 0.4);
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like i.clicked {
  color: #FF6F00;
  animation: item_stretch_bouncy 0.4s;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .heart-sub {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like .heart-sub::before {
  content: "\f004";
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FF6F00;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like.clicked > .fa.fa-heart {
  font-weight: 900;
  color: #FF6F00;
}
.page--blog.photo-blog .section--detail .section--detail--inner .icon--like.clicked > .fa.fa-heart::before {
  display: block;
}
.page--blog.photo-blog .section--detail .block--pager .detail__btn a {
  margin-top: 0;
}

/*  page--bbs
------------------------------ */
.page--bbs .section--list {
  max-width: 900px;
}
.page--bbs .section--list .block--heading--main .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--bbs .block--pager {
  margin-bottom: 80px;
  padding: 0;
  border-bottom: none;
  text-align: center;
}
.page--bbs .block--pager .btn--sub {
  margin: 0 auto;
}
.page--bbs .block--bbs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page--bbs .block--bbs-nav li {
  margin: 0 0.5em;
}
.page--bbs .block--bbs-caption {
  width: 100%;
  margin: 3em auto 1em;
  padding: 2em;
  background-color: #ffffff;
}
.page--bbs .inner .list--comment {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.page--bbs .inner .list--comment li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.page--bbs .inner .list--comment li .icon {
  position: relative;
  overflow: hidden;
  width: 15vw;
  max-width: 11em;
  height: 15vw;
  max-height: 11em;
  margin-right: 4%;
  border: solid 1px #000000;
  border-radius: 50%;
}
.page--bbs .inner .list--comment li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.page--bbs .inner .list--comment li .icon .blur {
  display: none;
  transform: scale(1.2);
  filter: blur(10px);
}
.page--bbs .inner .list--comment li .comment--box .comment--box--inner {
  position: relative;
  min-width: 200px;
  margin-bottom: 0.8em;
  padding: 1.2em;
  border-radius: 2em;
  background: #ffffff;
  color: #000000;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.4);
}
.page--bbs .inner .list--comment li .comment--box .comment--box--inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  border: solid transparent 8px;
  border-right: solid 18px #ffffff;
}
.page--bbs .inner .list--comment li .comment--box .comment--box--inner .ph {
  margin: 1em 0;
  padding: 0;
  border: none;
}
.page--bbs .inner .list--comment li .comment--box .comment--box--inner .ph::before, .page--bbs .inner .list--comment li .comment--box .comment--box--inner .ph::after {
  display: none;
}
.page--bbs .inner .list--comment li .comment--box .comment--box--inner.reply {
  opacity: 0.5;
  font-size: 0.8em;
}
.page--bbs .inner .list--comment li .comment--box .block--user .name {
  display: block;
  margin: 0 0.8em 0.8em 0;
  color: black;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.page--bbs .inner .list--comment li .comment--box .date {
  display: block;
  margin-right: 0.8em;
  margin-left: 0.8em;
  color: black;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 12px;
  text-align: right;
}
.page--bbs .inner .list--comment li.member {
  justify-content: flex-start;
}
.page--bbs .inner .list--comment li.member .comment--box .comment--box--inner::before {
  top: -4px;
  left: -15px;
  transform: rotate(35deg);
}
.page--bbs .inner .list--comment li.member .comment--box .comment--box--inner .ph .memberimage {
  width: 100% !important;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.page--bbs .inner .list--comment li.member .comment--box .comment--box--inner .txt .player {
  position: relative;
  width: 700px;
  max-width: 100%;
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.page--bbs .inner .list--comment li.member .comment--box .comment--box--inner .txt .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page--bbs .inner .list--comment li.member .comment--box .block--user .name {
  margin: 0 0 0.8em 0.8em;
  text-align: left;
}
.page--bbs .inner .list--comment li.not-member {
  justify-content: flex-end;
}
.page--bbs .inner .list--comment li.not-member .comment--box {
  max-width: 300px;
}
.page--bbs .inner .list--comment li.not-member .comment--box .comment--box--inner::before {
  top: -5px;
  right: -15px;
  z-index: 1;
  transform: rotate(140deg);
}
.page--bbs .inner .list--comment li.not-member .comment--box .block--user .name {
  display: block;
  margin: 0 0.8em 0.8em 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 12px;
  text-align: right;
}
.page--bbs .inner .list--comment li.not-member .comment--box .date {
  margin-right: 0.8em;
  text-align: right;
}
.page--bbs .inner .switching_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 1em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 20px;
}
.page--bbs .inner .switching_btn li {
  margin-right: 1.5em;
}
.page--bbs .inner .switching_btn li a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}
.page--bbs .inner .all .switching_btn_member a {
  color: rgba(0, 0, 0, 0.4);
}
.page--bbs .inner .all .switching_btn_all {
  padding-bottom: 0.4em;
  border-bottom: solid 2px #000000;
}
.page--bbs .inner .artist .switching_btn_member {
  padding-bottom: 0.4em;
  border-bottom: solid 2px #000000;
}
.page--bbs .inner .artist .switching_btn_all a {
  color: rgba(0, 0, 0, 0.4);
}
.page--bbs .comment--inner {
  line-height: 0;
}
.page--bbs .comment--inner .block--post {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.page--bbs .comment--inner .block--post .form--post dd {
  margin: 0;
}
.page--bbs .comment--inner .bbs-textarea {
  text-align: center;
}
.page--bbs .comment--inner .not-member-comment {
  display: none;
}
.page--bbs .comment--inner textarea {
  height: 2.5em;
  margin: 2em auto;
  padding: 0.5em 1.5em;
  border: 0;
  border-radius: 100em;
  background: #f1f1f1;
  resize: none;
}
.page--bbs .comment--inner .btn {
  position: absolute;
}
.page--bbs .comment--inner label {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/static/soshina/assets/common/icon--send--photo.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
.page--bbs .comment--inner label input {
  display: none;
}
.page--bbs .comment--inner .txt--sub {
  margin: -1em auto 0;
  padding-bottom: 2em;
  text-align: right;
}
.page--bbs .commentconfirm .pageTit, .page--bbs .commentcomplete .pageTit, .page--bbs .commentdelete .pageTit {
  display: none;
}
.page--bbs .commentconfirm .titArea, .page--bbs .commentcomplete .titArea, .page--bbs .commentdelete .titArea {
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}
.page--bbs .commentconfirm dl, .page--bbs .commentcomplete dl, .page--bbs .commentdelete dl {
  border: solid 1px #000000;
  background-color: #ffffff;
}
.page--bbs .commentconfirm dd, .page--bbs .commentcomplete dd, .page--bbs .commentdelete dd {
  color: #000000;
}
.page--bbs .commentconfirm dd:last-of-type, .page--bbs .commentcomplete dd:last-of-type, .page--bbs .commentdelete dd:last-of-type {
  margin-bottom: 0;
}
.page--bbs .commentconfirm .btn, .page--bbs .commentcomplete .btn, .page--bbs .commentdelete .btn {
  margin: 0 0;
}
.page--bbs .form--confirm {
  margin: 2em 0 0;
}
.page--bbs .form--confirm .not-member-comment {
  display: none;
}
.page--bbs .form--confirm .txt-notes {
  color: #000000;
  margin: 0 0 2.5em;
  font-size: 13px;
}
.page--bbs .error--form {
  margin: 2em 0 4em;
}
.page--bbs .error--form dt {
  margin: 0 0 10px;
  font-size: 13px;
  opacity: 0.8;
}
.page--bbs .error--form dd {
  margin-bottom: 2.5em;
}
.page--bbs .error--form textarea {
  background-color: #ffffff;
}
.page--bbs .error--form .not-member-comment {
  display: none;
}
.page--bbs .list--information .comment__item {
  position: relative;
}
.page--bbs .list--information .comment__item .btn.btn--report {
  display: inline-block;
  position: relative;
  left: calc(100% - 6em);
  margin-top: 0.2em;
}
.page--bbs .list--information .comment__item .btn.btn--report a {
  display: block;
  min-width: auto;
  margin-top: 0;
  padding: 0.5em 0.8em 0.6em;
  border: solid 1px #000000;
  border-radius: 5em;
  color: #000000;
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  transform-origin: right bottom;
  transform: scale(0.8);
}
.page--bbs .list--information .comment__item .btn.btn--report a::after {
  background-color: transparent;
}
.page--bbs .wrap--action {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 1em;
}
.page--bbs .wrap--action .wrap--action--inner {
  display: flex;
  justify-content: flex-start;
}
.page--bbs .wrap--action .icon--like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  cursor: pointer;
}
.page--bbs .wrap--action .icon--like i {
  margin-right: 0.2em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1em;
}
.page--bbs .wrap--action .icon--like i.clicked {
  color: #FF6F00;
  animation: item_stretch_bouncy 0.4s;
}
.page--bbs .wrap--action .icon--like span {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Yusei Magic", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 0.9em;
}
.page--bbs .wrap--action .icon--like .likes, .page--bbs .wrap--action .icon--like .liked {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--bbs .wrap--action .icon--like .heart-sub {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: movingHeart_w 0.8s 0.2s ease-in-out infinite alternate, movingHeart_h 4s 0.2s ease-in-out forwards, movingHeart_opacity 4s 0.1s forwards;
}
.page--bbs .wrap--action .icon--like .heart-sub::before {
  content: "\f004";
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FF6F00;
}
.page--bbs .wrap--action .icon--like.clicked > .fa.fa-heart {
  font-weight: 900;
  color: #FF6F00;
}
.page--bbs .wrap--action .icon--like.clicked > .fa.fa-heart::before {
  display: block;
}
.page--bbs .toggle--reply {
  display: inline-block;
  pointer-events: all;
  cursor: pointer;
}
.page--bbs .reply-form {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  transition: opacity 0.2s, height 0.2s, margin 0.2s;
}
.page--bbs .reply-form.open {
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: auto;
  margin-top: 1em;
}
.page--bbs #swipebox-prev,
.page--bbs #swipebox-next {
  display: none;
}

.page--biography .section--detail .section--detail--inner .block--biography--details {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--biography .section--detail .section--detail--inner .block--biography--details .block--txt--heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.page--biography .section--detail .section--detail--inner .block--biography--details .biography--details {
  padding-top: 1.6em;
  border-top: solid 1px #000000;
}
.page--biography .section--detail .section--detail--inner .block--biography--details .biography--details .details--body {
  line-height: 1.6;
}
.page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns {
  display: flex;
  align-items: baseline;
}

.page--special .section--detail .block--tit .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: "Chewy", serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.page--support .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--support .tit {
  font-weight: normal;
}
.page--support .list--support a {
  text-decoration: underline;
}
.page--support .list--support dt {
  font-weight: bold;
}
.page--support.page--privacy--nav .block--privacy--nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page--faq .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--faq .section--list .tit {
  font-weight: normal;
  text-align: left;
}
.page--faq .section--list .btn {
  text-align: center;
}
.page--faq .searchBox {
  position: relative;
}
.page--faq .searchBox input[type=text] {
  width: 100%;
  color: #000000;
}
.page--faq .searchBox input[type=submit] {
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 30px;
  background: transparent;
  color: #000000;
  font-family: FontAwesome;
  cursor: pointer;
}
.page--faq .list--tag {
  display: flex;
  flex-wrap: wrap;
}
.page--faq .list--tag li {
  display: inline-block;
}
.page--faq .list--tag li a {
  display: block;
  border: solid 1px #000000;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
}
.page--faq .tit--category {
  font-weight: bold;
}
.page--faq .list--faq:last-of-type {
  margin-bottom: 0;
}
.page--faq .list--faq li {
  border-bottom: solid 1px #000000;
}
.page--faq .list--faq li:first-of-type {
  border-top: solid 1px #000000;
}
.page--faq .list--faq li a {
  display: flex;
  align-items: baseline;
  align-items: center;
  text-decoration: none;
}
.page--faq .list--faq li .txt {
  margin-bottom: 0;
}
.page--faq .list--faq li .icon--a {
  display: none;
}
.page--faq .list--faq li .icon--q {
  display: none;
}
.page--faq .block--faq-detail {
  border: solid 1px #000000;
}
.page--faq .block--faq-detail dt {
  border-bottom: solid 1px #000000;
}
.page--faq .block--faq-detail .txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.page--faq .block--faq-detail .icon--a {
  display: none;
}
.page--faq .block--contact .link a::after {
  transition: all 0.3s 0s ease;
  transition: 0.3s;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .block--tit .section-tit {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--questionnaire form .form--post + .txt--sub {
  margin-bottom: 1em;
  text-align: center;
}
.page--questionnaire form .form--post dt {
  font-weight: bold;
}
.page--questionnaire form .form--post .form__select select {
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire form .form--post .form__select::after {
  position: absolute;
  border-color: #000000;
  pointer-events: none;
}
.page--questionnaire form .form--post textarea {
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.9);
}
.page--questionnaire .form--horizontal .form__select::after {
  position: absolute;
  border-color: #000000;
}
.page--questionnaire .icon--required {
  display: inline-block;
}
.page--questionnaire .icon--required::before {
  content: "必須";
  background: #E54641;
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
}

.page--entry .block--heading {
  text-align: center;
}
.page--entry .block--heading .txt--sub {
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
}
.page--entry .txt--lead {
  width: 100%;
  font-weight: normal;
}
.page--entry .block--cource .list--cource > li {
  background-color: #ffffff;
}
.page--entry .block--contents .block--tit {
  border-bottom: solid 1px #000000;
  color: #000000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--entry .block--contents .list--contents-list {
  display: block;
}
.page--entry .block--contents .list--contents-list > li {
  background-color: #ffffff;
}
.page--entry .block--contents .list--contents-list > li .tit {
  display: block;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--entry .block--entry {
  border: solid 1px #000000;
}
.page--entry .block--entry .block--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page--entry .block--entry .block--inner .block--tit {
  width: 100%;
  border-bottom: solid 1px #000000;
  text-align: center;
}
.page--entry .block--entry .block--inner .block--details {
  background-color: #ffffff;
}
.page--entry .block--entry .block--inner .block--details .txt--sub {
  line-height: 1.5;
}
.page--entry .block--entry .block--inner .txt--basic.txt--login {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.page--entry .block--about a {
  font-weight: bold;
  text-decoration: underline;
}

.page--stream .inner {
  overflow: hidden;
}
.page--stream .txt--lead {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--stream .block--guide .tit {
  color: #FF6F00;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--stream .block--adjust {
  border-bottom: solid 1px #000000;
}
.page--stream .block--adjust .adjust-list .adjust-list__item .tit {
  color: #FF6F00;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--stream .block--attention .tit {
  color: #FF6F00;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}
.page--stream .block--attention dt {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.04em;
}

.page--livestreaming * {
  background-size: inherit;
  background-repeat: inherit;
}
.page--livestreaming .live-mode .eqp-live-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.page--livestreaming #player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--livestreaming #player > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--livestreaming #player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.page--livestreaming .section--detail .block--txt .section-tit {
  border-bottom: solid 1px #000000;
  color: #000000;
}
.page--livestreaming .section--detail .block--comment--wrap .block--post input {
  cursor: pointer;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
  width: 100%;
  font-weight: bold;
  line-height: 1.1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
  width: 100%;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .date {
  line-height: 1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .block--delete {
  display: flex;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
  line-height: 1;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn span {
  cursor: pointer;
}
.page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn:last-of-type {
  margin-left: 1.2em;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments {
  height: auto !important;
  margin-top: 3em;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #ffffff;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment .btn--delete {
  text-align: left;
}
.page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .comment .btn--delete button {
  border: solid 1px #000000;
  border-radius: 0.3em;
  background-color: #f1f1f1;
  color: #000000;
  line-height: 1;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .btn--main {
    min-width: 180px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .btn--sub {
    min-width: 180px;
    margin-top: 1.5em;
    padding: 0.8em 1em;
    font-size: 15px;
  }
  .btn--input {
    min-width: 180px;
    margin-top: 1.5em;
    font-size: 15px;
  }
  .detail__btn a {
    min-width: 180px;
    margin-top: 2em;
    padding: 0.8em 1em !important;
    font-size: 15px;
  }
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .swiper-button-next {
    margin-left: 0;
  }
  .swiper-button-prev {
    margin-right: 0;
  }
  .block--pager {
    margin: 5em auto 0;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.3em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.6em;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    left: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager__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;
  }
  .block--pager__detail .pager__item--other.detal__btn a {
    padding: 0.6em 1em;
  }
  .section-tit {
    font-size: 18px;
    line-height: 1.2;
  }
  .section-tit--sub {
    font-size: 16px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    width: 90vw;
    max-width: 1100px;
    margin: 3em auto 0;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 3em;
  }
  .section--list .block--tit .section-tit,
  .section--detail .block--tit .section-tit {
    font-size: 60px;
  }
  .section--detail .block--tit .section-tit, .page--photo--detail .block--tit .section-tit {
    font-size: 20px;
    line-height: 1.5em;
  }
  .no-data {
    padding: 3em 0 4em;
    font-size: 40px;
  }
  .list__more a {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 10px;
    transition: color 0.3s;
  }
  .list--txt li {
    margin-bottom: 0.8em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.11em;
  }
  .block--category {
    margin: 4em 0;
  }
  .block--category .block--nav--category li {
    margin-right: 0.8em;
    margin-bottom: 0.4em;
    font-size: 18px;
  }
  .block--category .block--nav--category li a, .block--category .block--nav--category li label .category {
    padding: 0.6em;
  }
  .list--information {
    margin: 0 auto;
  }
  .list--information li {
    margin-bottom: 0;
    /*
    &.new {
    	.block--sub--info {
    		&::after {
    			font-size: 12px;
    		}
    	}
    }
    */
  }
  .list--information li > a, .list--information li .inner {
    padding: 2em 0;
    /*
    &:hover {
    	padding: 4em;
    }
    */
  }
  .list--information li > a .tit, .list--information li .inner .tit {
    font-size: 16px;
  }
  .list--information li > a .block--sub--info, .list--information li .inner .block--sub--info {
    margin-bottom: 0.4em;
  }
  .list--information li > a .date, .list--information li .inner .date {
    font-size: 12px;
  }
  .list--information li > a .block--body, .list--information li .inner .block--body {
    margin-top: 2em;
    font-size: 14px;
  }
  .list--information li > a .block--body .ph, .list--information li > a .block--body .video, .list--information li .inner .block--body .ph, .list--information li .inner .block--body .video {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .list--information li > a .block--body .ph img, .list--information li > a .block--body .video img, .list--information li .inner .block--body .ph img, .list--information li .inner .block--body .video img {
    margin: 0;
  }
  .list--contents li .block--txt, .list--photo li .block--txt, .list--discography li .block--txt {
    font-size: 16px;
  }
  .list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
    margin-top: 1.2em;
    font-size: 16px;
  }
  .list--contents li .block--sub--info, .list--photo li .block--sub--info, .list--discography li .block--sub--info {
    margin-top: 1.2em;
    font-size: 12px;
  }
  .list--contents li .date, .list--photo li .date, .list--discography li .date {
    font-size: 12px;
  }
  .list--contents li.new a::after, .list--photo li.new a::after, .list--discography li.new a::after {
    margin-left: 0.2em;
    padding: 0.5em 1em 0.3em;
    font-size: 12px;
  }
  .list--error li {
    color: #E54641;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 24px;
    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: 12px;
    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: 12px;
  }
  .section--detail .block--detail--head {
    margin-top: 0.5em;
  }
  .section--detail .block--detail--footer {
    margin-top: 8em;
  }
  .section--detail .block--share li {
    margin-right: 10px;
    /*
    a {
    	&:hover {
    		opacity: .6;
    	}
    }
    */
  }
  .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: 1.2em;
  }
  .section--detail .block--share li a {
    transition: opacity 0.3s ease-out;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 12vw;
    max-width: 320px;
    margin-top: 2em;
    margin-bottom: 0;
    margin-left: 2em;
  }
  header .drawer__btn {
    top: 2em;
    right: 2em;
  }
  header .drawer__btn span::before {
    width: 3.6em;
  }
  .drawer .drawer__inner {
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    padding: 5em;
  }
  .drawer .drawer__inner .block--heading {
    width: 100%;
  }
  .drawer .drawer__inner .block--heading .block--heading--tit {
    width: 19%;
    min-width: 300px;
    margin: 0 auto;
  }
  .drawer .drawer__inner .list--nav--login {
    margin-top: 1em;
  }
  .drawer .drawer__inner .g-nav {
    margin-top: 3vw;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li {
    margin-bottom: 2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li a {
    font-size: clamp(20px, 1.5vw, 30px);
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li {
    margin-right: 1.5em;
    margin-top: 2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a {
    font-size: 25px;
  }
  .page--home .section--non-login {
    height: 60vh;
    margin: 2em auto 0;
  }
  .page--home .section--non-login .block--tit {
    font-size: 5em;
  }
  .page--home .section--non-login .block--login {
    margin: 2em auto 0;
  }
  .page--home .section--top {
    margin: 0 auto 5em;
  }
  .page--home .section--top .section--inner .block--tit {
    width: 40vw;
    margin: 6vw auto 0;
    text-align: center;
  }
  .page--home .section--top .section--inner .block--login {
    margin: 4em auto 0;
  }
  .page--home .section--banner {
    margin: 0 auto;
  }
  .page--home .section--banner .list--bnr {
    margin-bottom: 2.4vw;
    margin-left: -25.8vw;
  }
  .page--home .section--banner .list--bnr li {
    overflow: hidden;
    margin-right: 0.8vw;
    transform: scale(1);
    transition: transform 0.3s;
  }
  .page--home .section--banner .list--bnr li img {
    transition: opacity 0.3s ease-in;
  }
  .page--home .section--banner .block--carousel-nav {
    width: clamp(150px, 15vw, 210px);
    margin-left: 8.5vw;
  }
  .page--home .section--banner .block--button-nav {
    margin-bottom: 2.5em;
  }
  .page--home .section--banner .swiper-button-prev:after, .page--home .section--banner .swiper-button-next:after {
    font-size: 12px;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    transform: translate(0) !important;
    margin-left: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 30%;
    margin-right: 2vw;
  }
  .page--home .section--banner.no-carousel .list--bnr li:first-of-type:last-of-type {
    margin-right: 0;
  }
  .page--home .section--banner.no-carousel .list--bnr li:last-of-type {
    margin-right: 0;
  }
  .page--home .area--contents {
    margin: 0 auto;
  }
  .page--home .area--contents .area--contents--inner {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--]:nth-of-type(2n) {
    width: 50%;
    padding-left: 15%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner {
    width: 100%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li {
    width: 100%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a {
    flex-wrap: wrap;
    padding: 2.5em 0;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit {
    width: calc(100% - 2.8em);
    margin-left: 2.8em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit .tit--main {
    font-size: clamp(38px, 2.5vw, 46px);
    line-height: 1.2;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--photoblog .section--inner li a::before {
    width: 2.3em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--news .section--inner li a::before {
    width: 2.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--bbs .section--inner li a::before {
    width: 2.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--discography .section--inner li a::before {
    width: 2.8em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--movie .section--inner li a::before {
    width: 2.8em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--video .section--inner li a::before {
    width: 2.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--stream .section--inner li a::before {
    width: 2em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--profile .section--inner li a::before {
    width: 2.5em;
  }
  .page--home .area--contents.area--official .block--loop {
    margin-bottom: 4em;
    padding: 0.6em 0 0.7em;
  }
  .page--home .area--contents.area--official .block--loop p {
    margin-right: 0.6em;
    font-size: 20px;
  }
  .page--news .section--list .list--contents li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 4em;
  }
  .page--news .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--news .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--discography .section-tit {
    margin-bottom: 0.3em;
  }
  .page--discography .section--list .block--category {
    padding: 0;
  }
  .page--discography .section--list .list--discography li {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3em;
  }
  .page--discography .section--list .list--discography li:nth-of-type(4n) {
    margin-right: 0;
  }
  .page--discography .section--list .list--discography li .block--thumb {
    margin-bottom: 1.5em;
  }
  .page--discography .section--list .list--discography li .tit {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .section--list .list--discography li .block--sub--info {
    margin-top: 1.2em;
    line-height: 1.4;
  }
  .page--discography .section--list .list--discography li .date {
    font-size: 12px;
  }
  .page--discography .section--list .list--discography li .category {
    margin-bottom: 0.6em;
    padding: 0.4em 0.5em 0.2em;
    font-size: 11px;
  }
  .page--discography .section--list .list--discography li.no-data {
    width: 100%;
    margin-right: 0;
  }
  .page--discography .section--detail {
    width: 90%;
    max-width: 1100px;
  }
  .page--discography .section--detail .block--discography {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb {
    width: 40%;
    max-width: 600px;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details {
    width: 56%;
  }
  .page--discography .section--detail .block--discography .block--discography--details > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--sub--info .category {
    margin-right: 0.8em;
    padding: 0.4em 0.5em 0.2em;
    font-size: 11px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--comment .txt, .page--discography .section--detail .block--discography .block--discography--details .block--review .txt {
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--review {
    margin-top: 1.4em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link a {
    margin-top: 0.6em;
    margin-right: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link a img {
    height: 25px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track {
    margin-top: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc {
    margin-bottom: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .block--disc--tit {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li {
    margin-bottom: 0.8em;
    font-size: 15px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--number {
    width: 1.5em;
    margin-right: 0.5em;
    text-align: right;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details {
    width: calc(100% - 1.5em - 0.5em);
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--track--tit {
    margin-right: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--related-links a {
    margin-right: 0.1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .txt--sub {
    margin-top: 0.2em;
    font-size: 11px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .video {
    margin-bottom: 2em;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--photo .list--photo li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.8em;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 3em;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3em;
  }
  .page--photo.page--photo--detail .list--photo li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--movie .section--list .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3em;
  }
  .page--movie .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--movie .section--detail .block--tit {
    margin-bottom: 1.2em;
  }
  .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 .block--movie-comment .icon {
    width: 3em;
    height: 3em;
    margin-right: 0.6em;
  }
  .page--movie .block--movie-comment .movie--comment {
    width: calc(100% - 3em - 0.6em);
    margin-top: 1em;
  }
  .page--movie .block--more_movies {
    margin-top: 4em;
  }
  .page--movie .block--more_movies .more_movies_title {
    font-size: 22px;
    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 {
    font-size: 14px;
  }
  .page--movie .block--more_movies .list--contents li a .date {
    font-size: 10px;
  }
  .page--movie .list__more {
    margin-top: 3em;
  }
  .page--movie .block--comments {
    margin-top: 4em;
    /*
    [id^="contents_comment_wrapper"] {
    	max-height: 600px;
    }
    */
  }
  .page--movie .block--comments .comments_title {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--comments .list--comment {
    /*
    max-height: 600px;
    */
    margin-top: 2em;
    padding: 2em;
  }
  .page--movie .block--comments .list--comment li {
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--movie .block--comments .list--comment li .list__txt .name {
    margin-bottom: 0.6em;
    font-size: 12px;
  }
  .page--movie .block--comments .list--comment li .list__txt .name .date {
    font-size: 10px;
  }
  .page--movie .block--comments .list--comment li .list__txt .txt {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  .page--movie .block--comments .list--comment li .list__txt .report-btn {
    position: relative;
    line-height: 1.7;
  }
  .page--movie .block--comments .list--comment li .list__txt .report-btn i {
    font-size: 1em;
  }
  .page--movie .block--comments .list--comment li.comment--artist .list__txt .icon {
    width: 3em;
    height: 3em;
  }
  .page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt {
    width: calc(100% - 3em - 0.6em);
  }
  .page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt .name .nickname::after {
    margin-top: -0.15em;
    margin-left: 0.25em;
    font-size: 12px;
  }
  .page--blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .block--writer .icon {
    width: 2.5em;
    height: 2.5em;
  }
  .page--blog.photo-blog .block--writer .writer-name {
    margin-left: 0.6em;
    font-size: 15px;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    overflow: hidden;
    width: 1.5em;
    margin-right: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    background-size: cover;
    width: 100%;
    border-radius: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--blog.photo-blog .section--list .list--contents li a .block--item--info {
    padding: 0.8em;
  }
  .page--blog.photo-blog .section--list .list--contents li a .block--item--info .date {
    font-size: 12px;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 20px;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 50px;
    height: 50px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    margin-right: 8px;
  }
  .page--blog.photo-blog .slick-dots li::before {
    transition: background 0.4s;
    width: 10px;
    height: 10px;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail {
    border-bottom: solid 1px #000000;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
    display: flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--main {
    display: flex;
    align-items: center;
    width: 40%;
    padding: 1.5em 1.5em;
    border-right: solid 1px #000000;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--sub {
    display: flex;
    align-items: center;
    width: 60%;
    padding: 1em 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    position: relative;
    overflow: hidden;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 40%;
    min-height: 200px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt.no-image .txt-area {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .slick-list {
    height: auto !important;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    width: 60%;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs .section--list .block--heading--main .section-tit {
    font-size: 50px;
  }
  .page--bbs .wrapper {
    padding-bottom: 600px;
  }
  .page--bbs .inner .list--comment li .comment--box {
    max-width: 600px;
  }
  .page--bbs .inner .list--comment li .comment--box .comment--box--inner .txt a {
    transition: 0.3s;
  }
  .page--bbs .comment--inner {
    margin: 1em auto 5em;
  }
  .page--bbs .comment--inner textarea {
    width: 80%;
    max-height: 180px;
  }
  .page--bbs .comment--inner label {
    top: 2.5em;
    left: 2em;
  }
  .page--bbs .comment--inner .btn {
    top: 2.7em;
    right: 2em;
  }
  .page--bbs .comment--inner .txt--sub {
    width: 80%;
  }
  .page--bbs .wrap--action .icon--like--artist {
    margin-left: 0.4em;
  }
  .page--bbs .wrap--action .icon--like--artist .icon {
    width: 1.2em !important;
    height: 1.2em !important;
  }
  .page--bbs .toggle--reply {
    margin-right: 0.8em;
  }
  .page--bbs .commentconfirm, .page--bbs .commentcomplete, .page--bbs .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--bbs .commentconfirm .titArea, .page--bbs .commentcomplete .titArea, .page--bbs .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--bbs .commentconfirm dl, .page--bbs .commentcomplete dl, .page--bbs .commentdelete dl {
    margin-bottom: 2.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--bbs .commentconfirm dt, .page--bbs .commentcomplete dt, .page--bbs .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--bbs .commentconfirm dd, .page--bbs .commentcomplete dd, .page--bbs .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--bbs .list--information .comment__item .btn.btn--report {
    left: calc(100% - 6.2em);
  }
  .page--biography .section--detail .section--detail--inner {
    display: flex;
    justify-content: space-between;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--photo {
    top: 3em;
    width: 35%;
    height: 80vh;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--photo figure {
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details {
    width: 60%;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .block--txt--heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .tit {
    margin-bottom: 0.5em;
    font-size: 32px;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .txt--sub {
    font-size: 14px;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .biography--details {
    padding-top: 2em;
    border-top: solid 1px #000000;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns {
    margin-top: 2em;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns li {
    margin-right: 1.1em;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns li a {
    font-size: 20px;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns li.nav--tiktok a {
    font-size: 18px;
  }
  .page--biography .wrap {
    overflow: visible;
  }
  .page--special .section--detail .list--contents li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--special .section--detail .list--contents li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page--special .section--detail .list--contents .no-data {
    width: 100%;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--support.page--privacy--nav .block--privacy--nav {
    max-width: 700px;
    height: 30vh;
    margin: 0 auto;
  }
  .page--support.page--privacy--nav .block--privacy--nav li {
    width: 48%;
    margin-right: 4%;
  }
  .page--support.page--privacy--nav .block--privacy--nav li a {
    width: 100%;
    font-size: 25px;
  }
  .page--support.page--privacy--nav .block--privacy--nav li a span {
    display: block;
    margin-top: 0.3em;
    font-size: 15px;
  }
  .page--support.page--privacy--nav .block--privacy--nav li:last-of-type {
    margin-right: 0;
  }
  .page--faq .section-tit {
    font-size: 18px;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em 0;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    margin-bottom: 3em;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 15px;
    /*
    &:hover {
    	opacity: .6;
    	transition: opacity .3s;
    }
    */
  }
  .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;
    /*
    &:hover {
    	text-decoration: none;
    }
    */
  }
  .page--faq .list--faq li .tit {
    margin: 0 0;
    font-size: 15px;
  }
  .page--faq .list--faq li .txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--faq .block--faq-detail {
    padding: 2em 1.5em;
    margin: 0 0 4em;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    padding: 0 0 1.2em;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .section--detail {
    max-width: 1100px;
    margin: 2em auto;
  }
  .page--questionnaire .txt--basic {
    margin-bottom: 2em;
    font-size: 16px;
  }
  .page--questionnaire form .form--post {
    margin-bottom: 6em;
  }
  .page--questionnaire form .form--post dt {
    margin: 0 0 0.8em;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .page--questionnaire form .input--half[type=tel] {
    width: 25% !important;
  }
  .page--questionnaire form .input--quarter[type=number] {
    width: 5em !important;
    margin-right: 5px;
  }
  .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--entry .block--heading {
    margin-bottom: 4em;
  }
  .page--entry .block--heading .block--tit {
    margin-top: 3em;
    margin-bottom: 0.3em;
    font-size: 60px;
  }
  .page--entry .block--heading .logo {
    width: 30vw;
    max-width: 400px;
    margin: 0 auto 3em;
  }
  .page--entry .block--heading .txt--sub {
    font-size: 30px;
  }
  .page--entry .txt--lead {
    margin: 0 auto 4em;
    font-size: 16px;
    text-align: center;
    line-height: 1.66;
  }
  .page--entry .block--cource {
    margin: 0 auto 6em;
  }
  .page--entry .block--cource .list--cource > li {
    width: 100%;
    margin-bottom: 1em;
    padding: 1.5em;
  }
  .page--entry .block--cource .list--cource > li .block--details dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page--entry .block--cource .list--cource > li .block--details dl dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding-right: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  .page--entry .block--cource .list--cource > li .block--details dl dd {
    width: 80%;
    padding-left: 1.5em;
  }
  .page--entry .block--cource .list--cource > li .block--details dl dd > p {
    margin-bottom: 1em;
  }
  .page--entry .block--contents {
    margin: 0 auto 6em;
  }
  .page--entry .block--contents .block--tit {
    margin: 0 auto 1.2em;
    padding-bottom: 0.8em;
    font-size: 20px;
  }
  .page--entry .block--contents .list--contents-list > li {
    margin: 0 auto 1em;
    padding: 1em 1.5em;
  }
  .page--entry .block--contents .list--contents-list > li .tit {
    margin-bottom: 0.3em;
    font-size: 18px;
  }
  .page--entry .block--device .list--txt:first-of-type {
    margin-bottom: 1.2em;
  }
  .page--entry .block--entry {
    margin-bottom: 6em;
    padding: 3em;
  }
  .page--entry .block--entry .block--inner .block--tit {
    margin-bottom: 3em;
    padding-bottom: 1.5em;
    font-size: 16px;
  }
  .page--entry .block--entry .block--inner .block--details {
    width: 46%;
    margin-right: 8%;
    padding: 3em;
  }
  .page--entry .block--entry .block--inner .block--details:last-of-type {
    margin-right: 0;
  }
  .page--entry .block--entry .block--inner .block--details .txt--sub {
    margin-top: 2em;
  }
  .page--entry .block--entry .block--inner .txt--basic.txt--login {
    margin-bottom: 0.2em;
    font-size: 16px;
  }
  .page--entry .block--attention .txt--lead {
    margin-bottom: 1em;
    font-size: 16px;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 18px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 18px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 4px;
  }
  .page--stream .block--download .inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    margin-right: 1.5em;
  }
  .page--stream .block--download .dl-list li {
    height: 56px;
    margin-right: 1em;
  }
  .page--stream .block--download .dl-list li:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
    height: 100%;
  }
  .page--stream .block--download .dl-list li img {
    height: 100%;
  }
  .page--stream .block--method .pc {
    border-bottom: solid 1px #000000;
  }
  .page--stream .block--method .pc i {
    position: absolute;
    top: 40%;
    right: -15%;
    color: #000000;
    font-size: 2rem;
  }
  .page--stream .block--method .pc .method-list {
    display: flex;
    margin-bottom: 5em;
  }
  .page--stream .block--method .pc .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--method .pc .method-list .method-list__item {
    position: relative;
    width: 21.25%;
    margin-right: 5%;
  }
  .page--stream .block--method .pc .method-list .method-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--method .pc .method-list .method-list__item.last {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
  }
  .page--stream .block--adjust {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--adjust .adjust-list {
    display: flex;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 18px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-right: 0;
  }
  .page--stream .block--attention {
    margin-top: 5em;
    padding-bottom: 5em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.8em;
    font-size: 18px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 14px;
  }
  .page--livestreaming .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
  }
  .page--livestreaming .section--detail .block--txt .list--txt {
    margin-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap {
    width: 100%;
    max-width: 1100px;
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 700px;
    margin-top: 3em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .btn--delete button {
    padding: 0.3em 0.5em;
    font-size: 11px;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--video--wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--video {
    width: 70%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap {
    width: 24%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--comment--wrap .block--post .btn .btn--main {
    min-width: 90%;
  }
  .page--livestreaming.page--live-broadcasting .section--detail .block--wrap .block--txt--wrap {
    width: 100%;
  }
  .page--error .section--detail .tit {
    margin: 0 0 1em;
    font-size: 30px;
    text-align: center;
    line-height: 1.6em;
  }
  .page--error .section--detail .txt {
    padding-top: 0;
    text-align: center;
  }
  .page--error .section--detail .btn {
    margin: 1em 0;
  }
  /* video-js
  ------------------------------ */
  .video-js .vjs-big-play-button {
    width: 2em !important;
    height: 2em !important;
  }
  .vjs-icon-play::before, .vjs-icon-placeholder::before {
    font-size: 1.2em;
  }
  footer .inner {
    width: 95%;
    margin: 10em auto 0;
    padding: 3em 3em 1.5em;
    border-top-right-radius: 3em;
    border-top-left-radius: 3em;
  }
  footer .inner .list--support {
    margin: 0 auto 1em;
  }
  footer .inner .list--support dt {
    font-size: 20px;
  }
  footer .inner .list--support .nav--support {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
  }
  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: 13px;
  }
  footer .copyright {
    margin-top: 2em;
    font-size: 12px;
  }
  footer .block--sns > p {
    margin-bottom: 0.6em;
    font-size: 10px;
  }
  footer .list--nav--sns li {
    margin-right: 1.1em;
  }
  footer .list--nav--sns li a {
    font-size: 30px;
  }
  footer .list--nav--sns li.nav--tiktok a {
    font-size: 26px;
  }
  body:not(.page--home) footer {
    margin: auto auto 0;
  }
  body:not(.page--home) footer .inner {
    padding: 0;
    padding-bottom: 3em;
  }
  /*  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;
  }
  .wrap::before, .wrap::after {
    right: 0.5em;
    bottom: 0.5em;
    width: calc(100% - 1em);
    height: calc(100vh - 1em);
    height: calc(100dvh - 1em);
    border: solid 3px #f1f1f1;
    border-radius: 15px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .wrap::after {
    right: 0;
    bottom: 0;
  }
  .btn--main {
    min-width: 150px;
    margin-top: 1em;
    padding: 0.8em 1em;
    font-size: 14px;
  }
  .btn--sub {
    min-width: 150px;
    margin-top: 1em;
    padding: 0.8em 1em;
    font-size: 14px;
  }
  .btn--input {
    min-width: 150px;
    margin-top: 1em;
    font-size: 14px;
  }
  .detail__btn a {
    min-width: 150px;
    margin-top: 3em;
    padding: 0.8em 1em !important;
    font-size: 14px;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
  .block--pager {
    margin: 3em auto 0;
    font-size: 15px;
  }
  .block--pager li {
    margin: 0 0.3em;
  }
  .block--pager li a, .block--pager li span {
    padding: 0.3em 0.6em;
  }
  .block--pager .pager__item--newer {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
    padding: 12px 0;
  }
  .block--pager .pager__item--newer a::after, .block--pager .pager__item--newer span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager .pager__item--older {
    width: 40px;
    height: 40px;
  }
  .block--pager .pager__item--older a, .block--pager .pager__item--older span {
    padding: 12px 0;
  }
  .block--pager .pager__item--older a::after, .block--pager .pager__item--older span::after {
    top: 16px;
    right: 16px;
    width: 7px;
    height: 7px;
  }
  .block--pager__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;
  }
  .swiper-button-next {
    margin-left: 0.7em;
  }
  .swiper-button-prev {
    margin-right: 0.7em;
  }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 12px;
  }
  .section-tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-tit--sub {
    font-size: 15px;
    line-height: 1.5;
  }
  .tit {
    line-height: 1.5;
  }
  .txt--basic {
    margin: 0 0 1em;
  }
  .txt--sub {
    font-size: 11px;
  }
  .section--list,
  .section--detail {
    width: 90vw;
    margin: 3em auto 0;
  }
  .section--list .block--tit,
  .section--detail .block--tit {
    margin-bottom: 1em;
  }
  .section--list .block--tit .section-tit,
  .section--detail .block--tit .section-tit {
    font-size: 36px;
  }
  .section--detail .block--tit .section-tit, .page--photo--detail .block--tit .section-tit {
    font-size: 18px;
    line-height: 1.5em;
  }
  .no-data {
    padding: 1em 0 1em;
    font-size: 22px;
  }
  .list__more a {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 10px;
  }
  .list--txt li {
    margin-bottom: 0.8em;
  }
  .list--txt li:first-of-type {
    margin-top: 0.6em;
  }
  .nav--external a::after {
    margin-left: 0.2em;
    font-size: 15px;
    vertical-align: 0.06em;
  }
  .block--category {
    margin-bottom: 1.5em;
  }
  .block--category li {
    margin-right: 0.8em;
    margin-bottom: 0.8em;
    font-size: 15px;
  }
  .block--category li a, .block--category li label .category {
    padding: 0.6em;
  }
  .list--information {
    margin: 0 auto;
  }
  .list--information li {
    margin-bottom: 0;
    /*
    &.new {
    	.block--sub--info {
    		&::after {
    			font-size: 12px;
    		}
    	}
    }
    */
  }
  .list--information li > a, .list--information li .inner {
    padding: 1.5em 0;
    /*
    &:hover {
    	padding: 2em;
    }
    */
  }
  .list--information li > a .tit, .list--information li .inner .tit {
    font-size: 15px;
  }
  .list--information li > a .block--sub--info, .list--information li .inner .block--sub--info {
    margin-bottom: 0.4em;
  }
  .list--information li > a .date, .list--information li .inner .date {
    font-size: 11px;
  }
  .list--information li > a .block--body, .list--information li .inner .block--body {
    margin-top: 2em;
    font-size: 13px;
  }
  .list--information li > a .block--body .ph, .list--information li > a .block--body .video, .list--information li .inner .block--body .ph, .list--information li .inner .block--body .video {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .list--contents li .block--txt, .list--photo li .block--txt, .list--discography li .block--txt {
    font-size: 15px;
  }
  .list--contents li .tit, .list--photo li .tit, .list--discography li .tit {
    font-size: 15px;
  }
  .list--contents li .block--sub--info, .list--photo li .block--sub--info, .list--discography li .block--sub--info {
    margin-top: 1em;
    font-size: 11px;
  }
  .list--contents li .date, .list--photo li .date, .list--discography li .date {
    font-size: 11px;
  }
  .list--contents li.new a::after, .list--photo li.new a::after, .list--discography li.new a::after {
    padding: 0.5em 1em 0.3em;
    font-size: 11px;
  }
  .list--error li {
    color: #E54641;
    font-weight: bold;
    margin: 0 0 0.3em;
    line-height: 1.8;
  }
  .list--error li:last-of-type {
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 18px;
    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: 1em;
  }
  .section--detail .tag {
    margin-right: 0.8em;
  }
  .section--detail .date {
    margin-left: 0;
    padding-right: 0;
    font-size: 12px;
    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: 12px;
  }
  .section--detail .block--detail--head {
    margin-top: 0.5em;
  }
  .section--detail .block--detail--footer {
    margin-top: 4em;
  }
  .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: 1em;
  }
  header {
    position: relative;
  }
  header > .logo {
    width: 36vw;
    max-width: 200px;
    margin-top: 2em;
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  header .drawer__btn {
    top: 1.5em;
    right: 1.5em;
  }
  header .drawer__btn span::before {
    width: 2.5em;
  }
  .drawer .drawer__inner {
    width: calc(100% - 1.5em);
    height: calc(100% - 1.5em);
    padding: 5em 2em;
  }
  .drawer .drawer__inner .block--heading {
    width: 100%;
  }
  .drawer .drawer__inner .block--heading .block--heading--tit {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1em;
  }
  .drawer .drawer__inner .list--nav--login {
    justify-content: center;
  }
  .drawer .drawer__inner .g-nav {
    margin-top: 3em;
    margin-bottom: 3.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li {
    margin-bottom: 1.5em;
  }
  .drawer .drawer__inner .g-nav .list--nav--contents li a {
    font-size: clamp(20px, 1.5vw, 30px);
  }
  .drawer .drawer__inner .g-nav .list--nav--sns {
    margin-top: 2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li {
    margin-right: 1.2em;
    margin-bottom: 0.2em;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li:last-of-type {
    margin-right: 0;
  }
  .drawer .drawer__inner .g-nav .list--nav--sns li a {
    font-size: 20px;
    line-height: 1.5;
    transition: opacity 0.3s;
  }
  footer .inner {
    width: calc(100% - 2em);
    margin: 5em auto 0;
    padding: 2em 2em 2em;
    border-top-right-radius: 3em;
    border-top-left-radius: 3em;
  }
  footer .list--support {
    margin: 0 auto;
  }
  footer .list--support dt {
    font-size: 16px;
  }
  footer .list--support dd ul {
    text-align: left;
  }
  footer .list--support dd ul li {
    display: block;
    margin-bottom: 1.2em;
    font-size: 14px;
  }
  footer .list--support dd ul li:last-of-type {
    margin-bottom: 0;
  }
  footer .copyright {
    margin-top: 3em;
    font-size: 10px;
  }
  footer .block--logo--footer {
    width: 40%;
    max-width: 160px;
  }
  footer .block--logo--footer img {
    width: 100%;
  }
  footer .block--sns > p {
    margin-bottom: 0.8em;
    font-size: 10px;
  }
  footer .list--nav--sns li {
    margin-right: 1em;
  }
  footer .list--nav--sns li a {
    font-size: 26px;
  }
  footer .list--nav--sns li.nav--tiktok a {
    font-size: 24px;
  }
  body:not(.page--home) footer .inner {
    padding: 0 0 1.5em;
  }
  body:not(.page--home) footer .copyright {
    margin-top: 0;
  }
  .page--home .wrap.login .section--top .block--keyvisual {
    width: 66%;
  }
  .page--home .section--non-login {
    margin: 5em auto 0;
  }
  .page--home .section--non-login .block--tit {
    font-size: 3em;
  }
  .page--home .section--non-login .block--login {
    margin: 2em auto 0;
  }
  .page--home .section--top {
    margin-bottom: 2em;
  }
  .page--home .section--top .section--inner .block--tit {
    width: 80vw;
    max-width: 800px;
    margin: 7em auto 0;
    text-align: center;
  }
  .page--home .section--top .section--inner .block--login {
    margin: 1.5em auto 0;
  }
  .page--home .section--banner {
    margin-top: 0;
    margin-left: 4.5vw;
  }
  .page--home .section--banner .list--bnr li {
    margin-right: 2vw;
  }
  .page--home .section--banner .block--carousel-nav {
    width: 56vw;
  }
  .page--home .section--banner .block--button-nav {
    margin-bottom: 2em;
  }
  .page--home .section--banner .swiper-button-prev:after, .page--home .section--banner .swiper-button-next:after {
    font-size: 12px;
  }
  .page--home .section--banner.no-carousel {
    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 .area--contents .area--contents--inner {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 5%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--]:nth-of-type(2n) {
    padding-left: 10%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner {
    width: 100%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li {
    width: 100%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a {
    flex-wrap: wrap;
    padding: 1.5em 0;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit {
    width: calc(100% - 2em);
    margin-left: 2em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit .tit--main {
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.25;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--photoblog .section--inner li a::before {
    width: 1.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--news .section--inner li a::before {
    width: 1.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--bbs .section--inner li a::before {
    width: 1.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--discography .section--inner li a::before {
    width: 1.66em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--discography .section--inner li a br {
    display: none;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--movie .section--inner li a::before {
    width: 1.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--video .section--inner li a::before {
    width: 1.5em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--stream .section--inner li a::before {
    width: 1.2em;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--].section--profile .section--inner li a::before {
    width: 1.5em;
  }
  .page--home .area--contents.area--official .block--loop {
    padding: 0.6em 0 0.7em;
  }
  .page--home .area--contents.area--official .block--loop p {
    margin-right: 0.6em;
    font-size: 20px;
  }
  .page--news .block--tit .section-tit {
    margin-bottom: 0.3em;
  }
  .page--news.page--schedule .block--tit .section-tit .block--sub--info .category {
    width: 100%;
  }
  .page--news .section--list .list--contents li {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--news .section--list .list--contents li .block--thumb {
    margin-bottom: 1em;
  }
  .page--discography .section-tit {
    margin-bottom: 0.8em;
  }
  .page--discography .section--list .list--discography li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3em;
  }
  .page--discography .section--list .list--discography li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--discography .section--list .list--discography li .block--thumb {
    margin-bottom: 1em;
  }
  .page--discography .section--list .list--discography li a {
    display: block;
  }
  .page--discography .section--list .list--discography li .tit {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .page--discography .section--list .list--discography li .block--sub--info {
    margin-top: 1em;
  }
  .page--discography .section--list .list--discography li .date {
    font-size: 11px;
  }
  .page--discography .section--list .list--discography li .category {
    margin-bottom: 0.6em;
    padding: 0.4em 0.5em 0.3em;
    font-size: 10px;
  }
  .page--discography .section--detail {
    margin: 2em auto;
  }
  .page--discography .section--detail .block--discography {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li {
    margin-bottom: 2em;
  }
  .page--discography .section--detail .block--discography .block--discography--thumb .list--jacket li .ph {
    margin-bottom: 1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details > .block--tit {
    margin-bottom: 3em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--sub--info .category {
    margin-right: 0.8em;
    padding: 0.4em 0.5em 0.3em;
    font-size: 11px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--comment .txt, .page--discography .section--detail .block--discography .block--discography--details .block--review .txt {
    font-size: 13px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--review {
    margin-top: 1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link a {
    margin-top: 1em;
    margin-right: 1.2em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--review .txt .block--link a img {
    height: 22px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track {
    margin-top: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc {
    margin-bottom: 1.5em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .block--disc--tit {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 13px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--number {
    width: 1.5em;
    margin-right: 0.5em;
    text-align: right;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details {
    width: calc(100% - 1.5em - 0.5em);
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--track--tit {
    margin-right: 0.4em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .block--related-links a {
    margin-right: 0.1em;
  }
  .page--discography .section--detail .block--discography .block--discography--details .block--track .block--disc .list--track > li .block--track--details .txt--sub {
    margin-top: 0.2em;
    font-size: 10px;
  }
  .page--discography .section--detail .block--discography .block--discography--details .video {
    margin-bottom: 2em;
  }
  .page--photo .section-tit {
    margin-bottom: 0.3em;
  }
  .page--photo .list--photo {
    margin-bottom: 2em;
  }
  .page--photo .list--photo li {
    width: 96%;
    margin: 0 auto 3em;
  }
  .page--photo .list--photo li .block--thumb {
    margin-bottom: 1em;
  }
  .page--photo .list--photo li .tit {
    margin-bottom: 0.8em;
  }
  .page--photo.page--photo--detail .list--photo {
    margin-top: 2em;
  }
  .page--photo.page--photo--detail .list--photo li {
    width: 96%;
    margin-bottom: 0.6em;
  }
  .page--movie .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--detail .block--tit .txt--basic {
    margin: 1em 0;
  }
  .page--movie .block--player {
    margin: 0 auto 1.2em;
  }
  .page--movie .block--movie-comment .icon {
    width: 2.5em;
    height: 2.5em;
    margin-right: 0.6em;
  }
  .page--movie .block--movie-comment .movie--comment {
    width: calc(100% - 2.5em - 0.6em);
    margin-top: 0.6em;
  }
  .page--movie .block--more_movies {
    margin-top: 3em;
  }
  .page--movie .block--more_movies .more_movies_title {
    margin-bottom: 0.8em;
    font-size: 18px;
  }
  .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--movie .block--comments {
    margin-top: 4em;
    /*
    [id^="contents_comment_wrapper"] {
    	max-height: 600px;
    }
    */
  }
  .page--movie .block--comments .comments_title {
    font-size: 22px;
    margin-bottom: 0.8em;
  }
  .page--movie .block--comments .list--comment {
    /*
    max-height: 600px;
    */
    margin-top: 2em;
    padding: 1.5em;
  }
  .page--movie .block--comments .list--comment li {
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--movie .block--comments .list--comment li .list__txt .name {
    margin-bottom: 0.6em;
    font-size: 12px;
  }
  .page--movie .block--comments .list--comment li .list__txt .name .date {
    font-size: 10px;
  }
  .page--movie .block--comments .list--comment li .list__txt .txt {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }
  .page--movie .block--comments .list--comment li .list__txt .report-btn {
    position: relative;
    line-height: 1.7;
  }
  .page--movie .block--comments .list--comment li .list__txt .report-btn i {
    font-size: 1em;
  }
  .page--movie .block--comments .list--comment li.comment--artist .list__txt .icon {
    width: 2.5em;
    height: 2.5em;
  }
  .page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt {
    width: calc(100% - 2.5em - 0.6em);
  }
  .page--movie .block--comments .list--comment li.comment--artist .list__txt .block--txt .name .nickname::after {
    margin-top: -0.1em;
    margin-left: 0.3em;
    font-size: 11px;
  }
  .page--blog .section--list {
    margin-bottom: 2em;
  }
  .page--blog.staff-blog .section--detail .inner .txt p {
    margin: 0 0 20px 0;
  }
  .page--blog.photo-blog .block--writer .icon {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .block--writer .writer-name {
    margin-left: 0.6em;
    font-size: 12px;
  }
  .page--blog.photo-blog .section--list .block--tit {
    margin-bottom: 2em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon {
    width: 100px;
    overflow: hidden;
    margin-right: 1em;
  }
  .page--blog.photo-blog .section--list .block--tit .icon img {
    width: 100%;
    border-radius: 50%;
    background-size: cover;
  }
  .page--blog.photo-blog .section--list .list--contents li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .page--blog.photo-blog .section--list .list--contents li a .block--item--info {
    padding: 0.6em;
  }
  .page--blog.photo-blog .section--list .list--contents li a .block--item--info .block--sub--info .date {
    font-size: 10px;
  }
  .page--blog.photo-blog .section--list .list--contents li .block--writer .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .page--blog.photo-blog .section--list .list--contents li .block--writer .writer-name {
    margin-left: 0.6em;
    font-size: 11px;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .block--thumb::before {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li.nologin .members-only {
    font-size: 18px;
    top: 50%;
    left: 50%;
  }
  .page--blog.photo-blog .section--list .list--contents li a {
    position: relative;
  }
  .page--blog.photo-blog .section--list .list--contents li:nth-of-type(2n) {
    margin-right: 0;
  }
  .page--blog.photo-blog .section--list .list--contents li.new::after {
    font-size: 13px;
  }
  .page--blog.photo-blog .section--list #next {
    margin-top: 40px;
  }
  .page--blog.photo-blog .section--list #next .loading {
    display: block;
    width: 2em;
    height: 2em;
    margin: 20px auto;
    animation: load 1.1s infinite linear;
  }
  .page--blog.photo-blog .section--list #next .loading svg {
    width: 2em;
    height: 2em;
  }
  .page--blog.photo-blog .slick-arrow {
    bottom: -40px;
    width: 30px;
    height: 30px;
  }
  .page--blog.photo-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-next {
    right: 0;
  }
  .page--blog.photo-blog .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .page--blog.photo-blog .slick-arrow::before {
    font-size: 16px;
  }
  .page--blog.photo-blog .slick-dots {
    bottom: 1vh;
  }
  .page--blog.photo-blog .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
    margin-right: 8px;
    padding: 0;
  }
  .page--blog.photo-blog .slick-dots li::before {
    width: 8px;
    height: 8px;
    transition: background 0.4s;
  }
  .page--blog.photo-blog .slick-dots li:hover::before {
    background: #f1f1f1;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner {
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #ffffff;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--main {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2em 1.2em 0.8em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .header--detail .inner .block--info--sub {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 1.2em 1.2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt {
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .block--thumb {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area {
    width: 100%;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt .txt-area > p {
    padding-bottom: 2em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt.no-image .txt-area {
    border-top: solid 1px #000000;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .txt-area {
    position: relative;
    padding: 1.5em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like {
    position: absolute;
    top: 1em;
    left: 1.5em;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like i {
    font-size: 20px;
  }
  .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .likes, .page--blog.photo-blog .section--detail .section--detail--inner .icon--like .liked {
    margin-left: 0.4em;
  }
  /*  page--bbs
  ------------------------------ */
  .page--bbs {
    /* tsuuhou */
  }
  .page--bbs .section--list .block--heading--main .section-tit {
    font-size: 30px;
  }
  .page--bbs .wrapper {
    padding-bottom: 484px;
  }
  .page--bbs .wrapper .topics-wrap {
    width: 100%;
  }
  .page--bbs .wrapper .topics-wrap .topics-title-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .page--bbs .inner .list--comment li .comment--box {
    max-width: 300px;
  }
  .page--bbs .inner .list--comment li.not-member .comment--box {
    margin-left: 70px;
  }
  .page--bbs .comment--inner {
    margin: 1em auto 5em;
  }
  .page--bbs .comment--inner textarea {
    width: 70%;
    max-height: 180px;
    line-height: 1.5;
  }
  .page--bbs .comment--inner label {
    top: 2.5em;
    left: 4%;
  }
  .page--bbs .comment--inner .btn {
    top: 2.7em;
    right: 4%;
  }
  .page--bbs .comment--inner .txt--sub {
    width: 70%;
  }
  .page--bbs .comment-page {
    width: 90%;
  }
  .page--bbs .wrap--action .icon--like--artist {
    margin-left: 0.4em;
  }
  .page--bbs .wrap--action .icon--like--artist .icon {
    width: 1.2em !important;
    height: 1.2em !important;
  }
  .page--bbs .toggle--reply {
    margin-right: 0.8em;
  }
  .page--bbs .commentconfirm, .page--bbs .commentcomplete, .page--bbs .commentdelete {
    width: 91vw;
    max-width: 950px;
    margin: 4em auto;
  }
  .page--bbs .commentconfirm .titArea, .page--bbs .commentcomplete .titArea, .page--bbs .commentdelete .titArea {
    margin-bottom: 2em;
  }
  .page--bbs .commentconfirm dl, .page--bbs .commentcomplete dl, .page--bbs .commentdelete dl {
    margin-bottom: 1.5em;
    padding: 1.5em;
    border-radius: 0.5em;
  }
  .page--bbs .commentconfirm dt, .page--bbs .commentcomplete dt, .page--bbs .commentdelete dt {
    margin-bottom: 0.6em;
    font-size: 11px;
  }
  .page--bbs .commentconfirm dd, .page--bbs .commentcomplete dd, .page--bbs .commentdelete dd {
    margin-bottom: 1.5em;
  }
  .page--bbs .list--information .comment__item .btn.btn--report {
    left: calc(100% - 6.2em);
  }
  .page--special .section--detail .list--contents li {
    width: 100%;
    margin-bottom: 4%;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--photo {
    width: 100%;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details {
    width: 100%;
    margin-top: 1.5em;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .block--txt--heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .tit {
    margin-bottom: 0.5em;
    font-size: 25px;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .txt--sub {
    font-size: 12px;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .biography--details {
    padding-top: 1.6em;
    border-top: solid 1px #000000;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns {
    margin-top: 2em;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns li {
    margin-right: 1em;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns li a {
    font-size: 20px;
  }
  .page--biography .section--detail .section--detail--inner .block--biography--details .list--nav--sns li.nav--tiktok a {
    font-size: 18px;
  }
  .page--support .section-tit {
    margin-bottom: 0.8em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--support .tit {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 1.6em;
  }
  .page--support .txt {
    margin-bottom: 1.6em;
  }
  .page--support .list--support dt {
    margin-bottom: 0.2em;
  }
  .page--support .list--support dd {
    margin-bottom: 1.6em;
  }
  .page--support.page--privacy--nav .block--privacy--nav {
    margin: 3em auto;
  }
  .page--support.page--privacy--nav .block--privacy--nav li {
    width: 100%;
  }
  .page--support.page--privacy--nav .block--privacy--nav li a {
    width: 100%;
    font-size: 20px;
  }
  .page--support.page--privacy--nav .block--privacy--nav li a span {
    display: block;
    margin-top: 0.2em;
    font-size: 12px;
  }
  .page--faq .section-tit {
    font-size: 16px;
  }
  .page--faq .section--list .tit {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 1em;
  }
  .page--faq .section--list .btn {
    margin: 2em 0;
  }
  .page--faq .section--list .txt--sub {
    font-size: 12px;
  }
  .page--faq .searchBox {
    width: 70%;
    margin: 3em auto 3em 0;
    max-width: 500px;
  }
  .page--faq .searchBox input[type=text] {
    padding: 0.5em 1em;
  }
  .page--faq .searchBox input[type=submit] {
    top: 0;
    right: 3px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .page--faq .list--tag {
    margin-bottom: 2em;
  }
  .page--faq .list--tag li {
    margin-right: 0.8em;
    margin-bottom: 1em;
  }
  .page--faq .list--tag li a {
    padding: 0.8em 1em;
    font-size: 12px;
  }
  .page--faq .tit--category {
    font-size: 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 1.2em;
    margin: 0 0 2em;
  }
  .page--faq .block--faq-detail .txt {
    margin-bottom: 0;
    padding-top: 0;
  }
  .page--faq .block--faq-detail .txt a:hover {
    text-decoration: none;
  }
  .page--faq .block--contact {
    width: 90%;
    max-width: 960px;
    margin: 4em 0 0;
  }
  /*  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 .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;
    font-size: 15px;
  }
  .page--questionnaire form .form--post dd {
    margin: 0 0 2em;
  }
  .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 .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--entry .block--heading {
    margin-bottom: 2em;
  }
  .page--entry .block--heading .block--tit {
    margin-top: 2em;
    margin-bottom: 0.3em;
    font-size: 40px;
  }
  .page--entry .block--heading .logo {
    width: 50vw;
    max-width: 300px;
    margin: 0 auto 1em;
  }
  .page--entry .block--heading .txt--sub {
    font-size: 20px;
  }
  .page--entry .txt--lead {
    margin: 0 auto 3em;
    font-size: 15px;
    line-height: 1.66;
  }
  .page--entry .block--cource {
    margin: 0 auto 6em;
  }
  .page--entry .block--cource .list--cource > li {
    width: 100%;
    margin-bottom: 1em;
    padding: 1.5em;
  }
  .page--entry .block--cource .list--cource > li .block--details dl dt {
    margin-bottom: 1em;
    font-weight: bold;
  }
  .page--entry .block--cource .list--cource > li .block--details dl dd > p {
    margin-bottom: 1em;
  }
  .page--entry .block--contents {
    margin: 0 auto 4em;
  }
  .page--entry .block--contents .block--tit {
    margin: 0 auto 1.5em;
    padding-bottom: 0.8em;
    font-size: 18px;
  }
  .page--entry .block--contents .list--contents-list > li {
    margin: 0 auto 1em;
    padding: 1.5em;
  }
  .page--entry .block--contents .list--contents-list > li .tit {
    margin-bottom: 0.6em;
    font-size: 16px;
  }
  .page--entry .block--device .list--txt:first-of-type {
    margin-bottom: 1.2em;
  }
  .page--entry .block--entry {
    flex-flow: column;
    margin-bottom: 3em;
    padding: 1.5em;
  }
  .page--entry .block--entry .block--inner .block--tit {
    margin-bottom: 3em;
    font-size: 16px;
  }
  .page--entry .block--entry .block--inner .block--details {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 1.5em;
  }
  .page--entry .block--entry .block--inner .block--details:last-of-type {
    margin-bottom: 0;
  }
  .page--entry .block--entry .block--inner .block--details .txt--sub {
    margin-top: 1.5em;
  }
  .page--entry .block--entry .block--inner .txt--basic.txt--login {
    margin-bottom: 0.2em;
    font-size: 15px;
  }
  .page--entry .block--attention .txt--lead {
    margin-bottom: 1em;
    font-size: 16px;
  }
  .page--stream .txt--lead {
    margin-bottom: 2.5em;
    font-size: 16px;
  }
  .page--stream .block--guide {
    margin-bottom: 3em;
  }
  .page--stream .block--guide .tit {
    font-size: 16px;
  }
  .page--stream .block--guide .txt--sub {
    margin-bottom: 0.8em;
  }
  .page--stream .block--download {
    margin-bottom: 4em;
    text-align: center;
  }
  .page--stream .block--download .btn--main {
    margin-top: 0;
  }
  .page--stream .block--download .dl-list {
    display: flex;
    justify-content: center;
    width: clamp(300px, 80%, 300px);
    margin: 0 auto;
  }
  .page--stream .block--download .dl-list li {
    margin: 0 auto 1.5em;
  }
  .page--stream .block--download .dl-list li a {
    display: inline-block;
  }
  .page--stream .block--download .app-link .btn--main {
    width: clamp(300px, 80%, 300px);
  }
  .page--stream .block--method .method-list {
    margin-bottom: 5em;
  }
  .page--stream .block--method .method-list .tit {
    text-align: left;
  }
  .page--stream .block--method .method-list .txt {
    margin-top: 0.4em;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
  }
  .page--stream .block--carousel {
    border-bottom: solid 1px #C0C0C0;
  }
  .page--stream .block--carousel .swiper-container {
    position: relative;
    margin-bottom: 0;
  }
  .page--stream .block--carousel .swiper-container ul li img {
    margin-bottom: 0.5em;
  }
  .page--stream .block--carousel i {
    display: none;
  }
  .page--stream .block--carousel .swiper-button-prev {
    left: 3px;
    transform: translateY(-50%);
  }
  .page--stream .block--carousel .swiper-button-prev::after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-button-next {
    right: 3px;
    transform: translateY(-52%);
  }
  .page--stream .block--carousel .swiper-button-next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
  }
  .page--stream .block--carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: -2.2em;
    z-index: 1;
    width: 100%;
  }
  .page--stream .block--carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.4em !important;
  }
  .page--stream .block--adjust {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .txt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item {
    width: 100%;
    margin-bottom: 3em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item img {
    margin-bottom: 0.4em;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item .tit {
    margin-bottom: 1em;
    font-size: 16px;
    text-align: center;
  }
  .page--stream .block--adjust .adjust-list .adjust-list__item:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .block--attention {
    margin-top: 3em;
    padding-bottom: 3em;
  }
  .page--stream .block--attention .tit {
    margin-top: 2em;
    margin-bottom: 0.4em;
    font-size: 16px;
    line-height: 1.5;
  }
  .page--stream .block--attention dt {
    margin-bottom: 0.2em;
    font-size: 13px;
    line-height: 1.5;
  }
  .page--stream .block--attention dd {
    margin-bottom: 1em;
  }
  .page--stream .block--attention dd:last-of-type {
    margin-bottom: 0;
  }
  .page--stream .detail__btn i {
    margin-right: 0.3em;
    font-size: 13px;
  }
  .page--livestreaming .section--detail .block--video {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt {
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--txt .section-tit {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-size: 16px;
  }
  .page--livestreaming .section--detail .block--txt .list--txt {
    margin-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap {
    width: 100%;
    margin: 3em auto 0;
  }
  .page--livestreaming .section--detail .block--comment--wrap .block--post .form--post textarea {
    height: 6em;
    padding: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment {
    overflow-y: scroll;
    height: 600px;
    margin-top: 3em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .name {
    margin-bottom: 0.4em;
    font-size: 12px;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .txt {
    margin-bottom: 0.5em;
  }
  .page--livestreaming .section--detail .block--comment--wrap .list--comment li .report-btn {
    font-size: 10px;
  }
  .page--livestreaming .section--detail .block--comment--wrap #comments .inner_comments .btn--delete button {
    padding: 0.3em 0.5em;
    font-size: 11px;
  }
  /* video-js
  ------------------------------ */
  .video-js .vjs-big-play-button {
    width: 2em !important;
    height: 2em !important;
  }
  .vjs-icon-play::before, .vjs-icon-placeholder::before {
    font-size: 1.2em;
  }
  /* page--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
  ------------------------------ */
}
/*  tablet
------------------------------ */
@media screen and (min-width: 756px) and (max-width: 960px) {
  .page--home .area--contents .area--contents--inner {
    width: 90%;
    max-width: 600px;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] {
    width: 50%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a {
    padding: 1.5em 0;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit {
    width: 100%;
  }
  .page--home .area--contents .area--contents--inner > [class^=section--] .section--inner li a .section-tit .tit--main {
    font-size: 30px;
    line-height: 1.1;
  }
}