@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swa");
/*! 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;
}


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 {
  display: block;
}

body {
  background: #000000;
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
  /*line-break: anywhere;*/
  hanging-punctuation: force-end;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
@media screen and (min-width: 900px) {
  body {
    font-family: "游ゴシック", "YuGothic", sans-serif;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-family: -apple-system, "BlinkMacSystemFont", sans-serif;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  main {
    min-height: calc(100vh - 534px);
    padding-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
  main {
    min-height: calc(100vh - 310px);
    padding-top: 50px;
    transition: opacity 0.3s ease 0s;
  }
}
.list-comments__delete, .btn-secondary, .btn-primary, .btn-pagetop, .btn-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-weight: inherit;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  padding: 1.25em 0.3em;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  transition-property: color, background, border-color;
}
@media screen and (min-width: 900px) {
  .list-comments__delete, .btn-secondary, .btn-primary, .btn-pagetop, .btn-more {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .list-comments__delete, .btn-secondary, .btn-primary, .btn-pagetop, .btn-more {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  .list-comments__delete, .btn-secondary, .btn-primary, .btn-pagetop, .btn-more {
    width: 300px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 900px) {
  .list-comments__delete, .btn-secondary, .btn-primary, .btn-pagetop, .btn-more {
    width: 100%;
  }
}

.btn-medium {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0;
}
.btn-primary, .btn-pagetop, .btn-more {
  background: transparent;
  color: #fff;
  letter-spacing: 0.15em;
  border: 1px solid;
}
@media screen and (min-width: 900px) {
  .btn-primary, .btn-pagetop, .btn-more {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary, .btn-pagetop, .btn-more {
    font-size: 16px;
  }
}
.btn-primary svg, .btn-pagetop svg, .btn-more svg {
  fill: #fff;
  transition: fill 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .btn-primary:hover, .btn-pagetop:hover, .btn-more:hover {
    color: #A13CFB;
  }
  .btn-primary:hover svg, .btn-pagetop:hover svg, .btn-more:hover svg {
    fill: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary + .btn-primary, .btn-pagetop + .btn-primary, .btn-primary + .btn-pagetop, .btn-pagetop + .btn-pagetop, .btn-more + .btn-primary, .btn-more + .btn-pagetop, .btn-primary + .btn-more, .btn-pagetop + .btn-more, .btn-more + .btn-more {
    margin-top: 0.5em;
  }
}

.btn-secondary {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
}
@media screen and (min-width: 900px) {
  .btn-secondary:hover {
    background: #555555;
    border-color: #555555;
    color: #fff;
  }
}

@media screen and (min-width: 900px) {
  .btn-more {
    width: 100%;
    font-size: 13px;
    text-align: right;
    border: none;
  }
  .btn-more:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .btn-more {
    margin: 20px 0;
  }
}

@media screen and (min-width: 900px) {
  .btn-pagetop {
    width: 100%;
    font-size: 13px;
    text-align: right;
    border: none;
    border-bottom: 1px solid #555555;
    padding: 0 0 50px;
    margin: 0 0 50px;
  }
  .btn-pagetop:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .btn-pagetop {
    margin: 20px 0;
  }
}

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

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

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

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

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

/* form base */
/* selector base */
/* form size */
/* input */
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 1em 0.5em;
  caret-color: #292929;
}
@media screen and (min-width: 900px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    font-family: "游ゴシック", "YuGothic", sans-serif;
  }
}
@media screen and (max-width: 900px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    font-family: -apple-system, "BlinkMacSystemFont", sans-serif;
  }
}
@media screen and (min-width: 900px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    font-size: 16px;
  }
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus {
  background-color: #fff;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=date][disabled] {
  background-color: #555555;
  color: #fff;
}
input[type=text][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=url][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=number][readonly],
input[type=date][readonly] {
  background-color: #292929;
  color: #fff;
}
@media screen and (min-width: 900px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 900px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=date] {
    padding: 1em 0.5em;
  }
}
input[type=text].input-full,
input[type=search].input-full,
input[type=tel].input-full,
input[type=url].input-full,
input[type=email].input-full,
input[type=password].input-full,
input[type=number].input-full,
input[type=date].input-full {
  width: 100%;
}
input[type=text].input-half,
input[type=search].input-half,
input[type=tel].input-half,
input[type=url].input-half,
input[type=email].input-half,
input[type=password].input-half,
input[type=number].input-half,
input[type=date].input-half {
  display: inline-block;
  width: 49%;
}
input[type=text].input-third,
input[type=search].input-third,
input[type=tel].input-third,
input[type=url].input-third,
input[type=email].input-third,
input[type=password].input-third,
input[type=number].input-third,
input[type=date].input-third {
  display: inline-block;
  width: 32%;
}
input[type=text].input-quarter,
input[type=search].input-quarter,
input[type=tel].input-quarter,
input[type=url].input-quarter,
input[type=email].input-quarter,
input[type=password].input-quarter,
input[type=number].input-quarter,
input[type=date].input-quarter {
  display: inline-block;
  width: 24%;
}
input[type=number],
input[type=date] {
  display: inline-block;
  width: auto;
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  width: auto;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/cmn/icon-chevron.svg);
  background-size: 30px;
  border-radius: 0;
}
@media screen and (min-width: 900px) {
  select {
    font-family: "游ゴシック", "YuGothic", sans-serif;
  }
}
@media screen and (max-width: 900px) {
  select {
    font-family: -apple-system, "BlinkMacSystemFont", sans-serif;
  }
}
@media screen and (min-width: 900px) {
  select {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  background-color: #fff;
}
select[disabled] {
  background-color: #555555;
  color: #fff;
}
select[readonly] {
  background-color: #292929;
  color: #fff;
}
@media screen and (min-width: 900px) {
  select {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 900px) {
  select {
    padding: 1em 0.5em;
  }
}
select.input-full {
  width: 100%;
}
select.input-half {
  display: inline-block;
  width: 49%;
}
select.input-third {
  display: inline-block;
  width: 32%;
}
select.input-quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 900px) {
  select {
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 0.5em;
  }
}
@media screen and (max-width: 900px) {
  select {
    height: 50px;
    padding: 1em 30px 1em 0.5em;
  }
}

/*　IE11,IE10　*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
/* textarea */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  width: 100%;
  min-height: 10em;
  caret-color: #292929;
}
@media screen and (min-width: 900px) {
  textarea {
    font-family: "游ゴシック", "YuGothic", sans-serif;
  }
}
@media screen and (max-width: 900px) {
  textarea {
    font-family: -apple-system, "BlinkMacSystemFont", sans-serif;
  }
}
@media screen and (min-width: 900px) {
  textarea {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  textarea {
    font-size: 16px;
  }
}
textarea:focus {
  background-color: #fff;
}
textarea[disabled] {
  background-color: #555555;
  color: #fff;
}
textarea[readonly] {
  background-color: #292929;
  color: #fff;
}
@media screen and (min-width: 900px) {
  textarea {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 900px) {
  textarea {
    padding: 1em 0.5em;
  }
}
textarea.input-full {
  width: 100%;
}
textarea.input-half {
  display: inline-block;
  width: 49%;
}
textarea.input-third {
  display: inline-block;
  width: 32%;
}
textarea.input-quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 900px) {
  textarea {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 900px) {
  textarea {
    padding: 1em 0.5em;
  }
}

/* selector */
form label {
  display: inline-block;
  position: relative;
  margin: 7px 5px 7px 0;
  cursor: pointer;
  /* checkbox */
  /* radio */
}
form label input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
form label.input-full {
  width: 100%;
}
form label.input-half {
  display: inline-block;
  width: 49%;
}
form label.input-third {
  display: inline-block;
  width: 32%;
}
form label.input-quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 900px) {
  form label {
    display: block;
    padding: 5px 0;
  }
}
form label input[type=checkbox] + span {
  display: block;
  padding: 0.5em 1em 0.5em 25px;
}
form label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #888888;
  margin: -10px 0 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.3s ease 0s;
}
form label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  margin: 0;
  left: 8px;
  top: 50%;
  transform: rotate(45deg);
}
form label input[type=checkbox]:checked + span::before {
  background: #A13CFB;
  border-color: #A13CFB;
}
form label input[type=checkbox]:checked + span::after {
  width: 5px;
  height: 10px;
  margin-top: -6px;
}
form label input[type=radio] + span {
  padding: 0 1em 0 25px;
}
form label input[type=radio] + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #888888;
  border-radius: 50%;
  margin: -10px 0 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 0.3s ease 0s;
}
form label input[type=radio]:checked + span::before {
  background: #fff;
  border: 5px solid #A13CFB;
}

.alert, .alert--info, .alert--success, .alert--danger, .alert--warning {
  border: 1px solid;
}
.alert ul, .alert--info ul, .alert--success ul, .alert--danger ul, .alert--warning ul {
  padding-left: 1em;
}
.alert li, .alert--info li, .alert--success li, .alert--danger li, .alert--warning li {
  display: list-item;
  list-style-type: disc;
}
@media screen and (min-width: 900px) {
  .alert, .alert--info, .alert--success, .alert--danger, .alert--warning {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .alert, .alert--info, .alert--success, .alert--danger, .alert--warning {
    padding: 1rem;
  }
}
.alert--warning {
  color: #ffe400;
  background-color: #332e00;
}
.alert--danger {
  color: #dc3545;
  background-color: #3b0a0f;
}
.alert--success {
  color: #407f91;
  background-color: #020303;
}
.alert--info {
  color: #5dc2d0;
  background-color: #16454b;
}

.table {
  width: 100%;
  background: #292929;
  color: #fff;
}
.table th:not(:last-child), .table td:not(:last-child) {
  border-right: 1px solid #555555;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 900px) {
  .table th, .table td {
    padding: 30px;
  }
}
@media screen and (max-width: 900px) {
  .table th, .table td {
    padding: 10px;
  }
}

.title-page {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 900px) {
  .title-page {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .title-page {
    font-size: 25px;
  }
}
.title-page__bg {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /*opacity: 0.5;*/
  background-image: url(/static/yoshiikazuya/fansite/common/tit_bg.jpg) !important;
}
.title-page__text {
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .title-page__text {
    padding: 120px 0 0;
  }
  .title-page .title-page__bg + .title-page__text {
    padding: 120px 0;
  }
}
@media screen and (max-width: 900px) {
  .title-page__text {
    padding: 65px 0 0;
  }
  .title-page .title-page__bg + .title-page__text {
    padding: 65px 0;
  }
}

.title-section {
  font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  padding: 1em 0 0;
  margin: 0 0 1em;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
}
@media screen and (min-width: 900px) {
  .title-section {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .title-section {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  .title-section:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .title-section:not(:first-child) {
    margin-top: 30px;
  }
}
.title-section__serif {
  font-family: "Noto Serif JP", serif;
}

.lead {
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 25px;
  }
}

@media screen and (min-width: 900px) {
  .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .text {
    font-size: 14px;
  }
}
.text:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 900px) {
  .notes {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .notes {
    font-size: 10px;
  }
}
.notes li {
  text-indent: -1.5em;
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
}

.sub-text {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .center-pc {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .center-sp {
    text-align: center;
  }
}

.blue {
  color: #0387b3;
}

.indigo {
  color: #003aaf;
}

.purple {
  color: #A13CFB;
}

.pink {
  color: #ff32b4;
}

.red {
  color: #dc3545;
}

.orange {
  color: #ff6600;
}

.yellow {
  color: #ffe400;
}

.green {
  color: #407f91;
}

.teal {
  color: #407f91;
}

.cyan {
  color: #5dc2d0;
}

.white {
  color: #fff;
}

.gray {
  color: #888888;
}

.dark {
  color: #292929;
}

.pagenation {
  display: flex;
  justify-content: center;
  text-align: center;
}
.pagenation a, .pagenation span {
  display: block;
  letter-spacing: 0.15em;
}
.pagenation a.next, .pagenation span.next {
  margin-left: 0.5em;
}
.pagenation a.pagenation__other, .pagenation a.pagenation__current, .pagenation span.pagenation__other, .pagenation span.pagenation__current {
  padding: 0 0.8em;
}
.pagenation a.pagenation__current, .pagenation span.pagenation__current {
  color: #A13CFB;
}
.pagenation__prev::before, .pagenation__next::after {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 0.5em;
  border-bottom: 1px solid;
  position: relative;
  top: -0.3em;
  transition: width 0.3s ease 0s;
}
.pagenation__prev::before {
  margin-right: 0.5em;
  border-right: 1px solid transparent;
  border-left: 2px solid;
  transform: skew(-60deg, 0deg);
}
.pagenation__next::after {
  margin-left: 0.5em;
  border-left: 1px solid transparent;
  border-right: 2px solid;
  transform: skew(60deg, 0deg);
}
@media screen and (min-width: 900px) {
  .pagenation {
    font-size: 13px;
    padding: 100px 10% 0;
  }
  .pagenation a, .pagenation span {
    padding: 0 2em;
  }
  .pagenation a:hover {
    color: #A13CFB;
  }
  .pagenation a:hover::before, .pagenation a:hover::after {
    width: 4em;
  }
}
@media screen and (max-width: 900px) {
  .pagenation {
    padding: 30px 6% 0;
  }
  .pagenation a, .pagenation span {
    width: 100%;
  }
  .pagenation a.pagenation__other, .pagenation a.pagenation__current, .pagenation span.pagenation__other, .pagenation span.pagenation__current {
    width: 4em;
    padding: 0 0.4em;
    font-size: 12px;
  }
}

.nav-tab + .pagenation, .nav-tab--information + .pagenation {
  padding-top: 0;
}

.block-article__body a:not([class]) {
  color: #A13CFB;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .block-article__body a:not([class]) {
    color: #d1a0fd;
    text-decoration: none;
  }
}
.block-article__body img {
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .block-article__body img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 50vh;
    -o-object-position: center;
       object-position: center;
  }
}
.block-article__body .ulizahtml5,
.block-article__body iframe,
.block-article__body video {
  width: 100% !important;
  margin: 2rem auto;
}
@media screen and (min-width: 900px) {
  .block-article__body .ulizahtml5,
  .block-article__body iframe,
  .block-article__body video {
    height: 400px !important;
  }
}
@media screen and (max-width: 900px) {
  .block-article__body .ulizahtml5,
  .block-article__body iframe,
  .block-article__body video {
    height: 48vw !important;
  }
}
.block-article__body .block--player video {
  height: auto !important;
  margin: 0;
  max-height: 100%;
}
.block-article__body .block--player .vjs-big-play-centered .vjs-big-play-button {
  margin: 0 !important;
  transform: translate(-50%, -50%) !important;
}
.block-article__body ol {
  margin: 0 0 1.5em;
}
.block-article__body ol li {
  display: list-item;
  list-style: decimal;
  line-height: 1.4;
}
.block-article__body ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 900px) {
  .block-article__body ol {
    font-size: 0.9em;
  }
}
.block-article__body ul {
  padding-left: 1.5em;
}
.block-article__body ul li {
  display: list-item;
  list-style: disc;
}
.block-article__body ul li:not(:last-child) {
  margin-bottom: 1em;
}
.block-article__body ul li li {
  list-style: circle;
}
.block-article__body ul li li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .block-article__body ul {
    margin: 60px 0;
  }
  .block-article__body ul ul {
    margin: 1em 0;
  }
}
@media screen and (max-width: 900px) {
  .block-article__body ul {
    margin: 30px 0;
  }
  .block-article__body ul ul {
    margin: 1em 0;
  }
}
.block-article__body dl dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.block-article__body dl dd {
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .block-article__body dl {
    margin: 0 0 60px;
  }
  .block-article__body dl:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .block-article__body dl {
    margin: 0 0 30px;
  }
  .block-article__body dl:not(:first-child) {
    margin-top: 30px;
  }
}
.block-article__body blockquote {
  background: #f4f4f4;
  line-height: 1.8;
  padding: 1em;
  margin: 1.5em 0;
  position: relative;
}
.block-article__body blockquote p {
  margin: 0;
}
.block-article__body blockquote::after {
  display: table;
  content: "";
  clear: both;
}
.block-article__body blockquote::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f10d";
  color: #555555;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: -0.25em;
  top: -0.25em;
}

.nav-fc li, .global-header__nav__fc li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-fc a, .global-header__nav__fc a {
  display: block;
  padding: 20px 5% 20px 0;
  position: relative;
}
.nav-fc a::after, .global-header__nav__fc a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: -10px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: rotate(45deg) skew(20deg, 20deg);
}
.nav-fc__label, .nav-fc__label--new {
  font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .nav-fc__label, .nav-fc__label--new {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .nav-fc__label, .nav-fc__label--new {
    font-size: 25px;
  }
}
.nav-fc__label--new::after {
  display: inline-block;
  content: "NEW";
  color: #ff32b4;
  padding-left: 0.4em;
}
@media screen and (min-width: 900px) {
  .nav-fc__label--new::after {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .nav-fc__label--new::after {
    font-size: 12px;
  }
}
.nav-fc__date {
  display: block;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 900px) {
  .nav-fc__date {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .nav-fc__date {
    font-size: 10px;
  }
}
.nav-fc__title, .nav-fc__title--new {
  display: block;
}
@media screen and (min-width: 900px) {
  .nav-fc__title, .nav-fc__title--new {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .nav-fc__title, .nav-fc__title--new {
    font-size: 12px;
  }
}
.nav-fc__title--new::after {
  display: inline-block;
  content: "NEW";
  font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #ff32b4;
  padding-left: 0.4em;
}
@media screen and (min-width: 900px) {
  .nav-fc__title--new::after {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .nav-fc__title--new::after {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .nav-fc a, .global-header__nav__fc a {
    transition-property: color, padding-left;
  }
  .nav-fc a:hover, .global-header__nav__fc a:hover {
    color: #ff32b4;
    padding-left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .nav-fc, .global-header__nav__fc {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.nav-tab, .nav-tab--information {
  text-align: center;
}
.nav-tab li, .nav-tab--information li {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .nav-tab li, .nav-tab--information li {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .nav-tab li, .nav-tab--information li {
    font-size: 12px;
  }
}
.nav-tab a, .nav-tab--information a, .nav-tab span, .nav-tab--information span {
  display: block;
  line-height: 30px;
  white-space: nowrap;
}
.nav-tab .current, .nav-tab--information .current {
  color: #A13CFB;
}
@media screen and (min-width: 900px) {
  .nav-tab, .nav-tab--information {
    margin: 0 0 60px;
  }
  .nav-tab li, .nav-tab--information li {
    margin: 0 1em;
  }
  .nav-tab a:hover, .nav-tab--information a:hover, .nav-tab span:hover, .nav-tab--information span:hover {
    color: #A13CFB;
    opacity: 1;
    cursor: pointer;
  }
}
@media screen and (max-width: 900px) {
  .nav-tab, .nav-tab--information {
    margin: 0 0 40px;
  }
  .nav-tab a, .nav-tab--information a, .nav-tab span, .nav-tab--information span {
    padding: 0 1em;
  }
}
.nav-tab--information li.new-line {
  display: block;
}

.block-banner__list a, .list-question a, .list-comments a, .list-store a, .list-discography a, .list-contents a, .list-contents--movie a, .list-contents--fromky a {
  display: block;
  line-height: 1.5;
  position: relative;
}
.list-discography__thumbnail, .list-contents__thumbnail {
  line-height: 0;
  overflow: hidden;
}
.list-discography__thumbnail img, .list-contents__thumbnail img {
  width: 100%;
  background: url(../images/cmn/thumb-noimage.png) no-repeat center center;
  background-size: cover;
  transition: transform 0.3s ease 0s;
}

.list-question__a, .list-question__q, .list-comments__text, .list-comments__title, .list-discography__title, .list-discography__title--new, .list-contents__title, .list-contents__title--new {
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .list-question__a, .list-question__q, .list-comments__text, .list-comments__title, .list-discography__title, .list-discography__title--new, .list-contents__title, .list-contents__title--new {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .list-question__a, .list-question__q, .list-comments__text, .list-comments__title, .list-discography__title, .list-discography__title--new, .list-contents__title, .list-contents__title--new {
    font-size: 14px;
  }
}

.block-article__date, .list-question__date, .list-comments__date, .list-discography__date, .list-contents__date {
  display: inline-block;
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin-right: 1.5em;
}
@media screen and (min-width: 900px) {
  .block-article__date, .list-question__date, .list-comments__date, .list-discography__date, .list-contents__date {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .block-article__date, .list-question__date, .list-comments__date, .list-discography__date, .list-contents__date {
    font-size: 10px;
  }
}
.block-article__date::before, .list-question__date::before, .list-comments__date::before, .list-discography__date::before, .list-contents__date::before {
  content: "DATE:";
  display: inline;
  margin-right: 0.5em;
  opacity: 0.5;
}

.block-article__category, .list-comments__name, .list-discography__category, .list-contents__comment, .list-contents__category {
  display: inline-block;
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin-right: 1.5em;
}
@media screen and (min-width: 900px) {
  .block-article__category, .list-comments__name, .list-discography__category, .list-contents__comment, .list-contents__category {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .block-article__category, .list-comments__name, .list-discography__category, .list-contents__comment, .list-contents__category {
    font-size: 10px;
  }
}
.block-article__category::before, .list-comments__name::before, .list-discography__category::before, .list-contents__comment::before, .list-contents__category::before {
  content: "CATEGORY:";
  display: inline;
  margin-right: 0.5em;
  opacity: 0.5;
}

@media screen and (min-width: 900px) {
  .list-question__blank, .list-comments__blank, .list-store__blank, .list-discography__blank, .list-contents__blank {
    text-align: center;
    padding: 40px 5vw;
  }
}
@media screen and (max-width: 900px) {
  .list-question__blank, .list-comments__blank, .list-store__blank, .list-discography__blank, .list-contents__blank {
    padding: 20px 0;
  }
}

.list-form {
  margin: 3rem 0;
  -webkit-touch-callout: default;
  -webkit-user-select: default;
}
.list-form ::-moz-selection {
  background: #000000;
  color: #fff;
}
.list-form ::selection {
  background: #000000;
  color: #fff;
}
.list-form ::-moz-selection {
  background: #000000;
  color: #fff;
}
.list-form dt {
  margin: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .list-form dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .list-form dt {
    font-size: 14px;
  }
}
.list-form dd {
  margin: 0 0 2rem;
  position: relative;
}
.list-form dd .length-counter {
  background: #fff;
  color: #222;
  line-height: 1;
  padding: 5px 15px 4px;
  border-radius: 35px;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: -40px;
}
.list-form dd .length-counter .text-count {
  font-weight: bold;
  font-size: 15px;
  vertical-align: -1px;
}
.list-contents li, .list-contents--movie li, .list-contents--fromky li {
  border-bottom: 1px solid #555555;
}
.list-contents li:first-child, .list-contents--movie li:first-child, .list-contents--fromky li:first-child {
  border-top: 1px solid #555555;
}
.list-contents a, .list-contents--movie a, .list-contents--fromky a {
  display: flex;
  align-items: center;
}
.list-contents__body {
  width: 100%;
}
.list-contents__title--new::after {
  display: inline-block;
  content: "NEW";
  color: #A13CFB;
  padding-left: 0.4em;
}
.list-contents__comment::before {
  content: "COMMENT:";
}
@media screen and (min-width: 900px) {
  .list-contents a, .list-contents--movie a, .list-contents--fromky a {
    padding: 40px 5vw;
  }
  .list-contents a:hover .list-contents__title, .list-contents--movie a:hover .list-contents__title, .list-contents--fromky a:hover .list-contents__title, .list-contents a:hover .list-contents__title--new, .list-contents--movie a:hover .list-contents__title--new, .list-contents--fromky a:hover .list-contents__title--new {
    color: #A13CFB;
  }
  .list-contents a:hover .list-contents__thumbnail img, .list-contents--movie a:hover .list-contents__thumbnail img, .list-contents--fromky a:hover .list-contents__thumbnail img {
    transform: scale(1.1);
  }
  .list-contents__title, .list-contents__title--new {
    transition: color 0.3s ease 0s;
    margin: 1em 0;
  }
  .list-contents__thumbnail {
    width: 325px;
    margin: 0 20px 0 -5vw;
  }
}
@media screen and (max-width: 900px) {
  .list-contents a, .list-contents--movie a, .list-contents--fromky a {
    padding: 12px 0;
  }
  .list-contents__title, .list-contents__title--new {
    margin: 0.5em 0;
  }
  .list-contents__thumbnail {
    min-width: 45%;
    margin: 0 10px 0 0;
  }
}
.list-contents--fromky .list-contents__title, .list-contents--fromky .list-contents__title--new {
  color: #ff32b4;
}
.list-contents--movie .list-contents__thumbnail {
  position: relative;
}
.list-contents--movie .list-contents__thumbnail::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(/static/yoshiikazuya/fansite/movie/ico-play.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 10;
}

.list-discography {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-discography::after {
  content: "";
  display: block;
}
.list-discography__title--new::after {
  content: "NEW";
  color: #A13CFB;
}
.list-discography__thumbnail {
  overflow: hidden;
  position: relative;
}
.list-discography__thumbnail img {
  background-size: contain;
  position: relative;
}
.list-discography__thumbnail .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(15px);
  background: no-repeat center/cover;
  transform: scale(1.2);
  z-index: -1;
}
.list-discography__date {
  display: block;
}
.list-discography__date::before {
  content: "RELEASE:";
}
.list-discography__category {
  display: block;
}
@media screen and (min-width: 900px) {
  .list-discography::after {
    width: 26%;
  }
  .list-discography li {
    width: 26%;
    margin: 0 0 80px;
  }
  .list-discography a:hover .list-discography__title, .list-discography a:hover .list-discography__title--new {
    color: #A13CFB;
  }
  .list-discography a:hover .list-discography__thumbnail img:not(.blur) {
    transform: scale(1.2);
  }
  .list-discography__thumbnail {
    margin-bottom: 10px;
  }
  .list-discography__title, .list-discography__title--new {
    transition: color 0.3s ease 0s;
    margin-top: 1em;
  }
  .list-discography__blank {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .list-discography::after {
    width: 47%;
  }
  .list-discography li {
    width: 47%;
    margin: 0 0 50px;
  }
  .list-discography__thumbnail {
    margin-bottom: 10px;
  }
  .list-discography__title, .list-discography__title--new {
    margin-top: 0.5em;
  }
  .list-discography__blank {
    width: 100%;
  }
}

.list-store li {
  border-bottom: 1px solid #555555;
}
.list-store li:first-child {
  border-top: 1px solid #555555;
}
.list-store a {
  text-align: center;
}
.list-store__logo {
  line-height: 0;
  margin: 1rem auto 2rem;
}
@media screen and (min-width: 900px) {
  .list-store img {
    max-width: 340px;
    max-height: 140px;
  }
  .list-store a {
    padding: 40px 5%;
  }
  .list-store a:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .list-store img {
    max-width: 80%;
    max-height: 30vw;
  }
  .list-store a {
    padding: 20px 0;
  }
  .list-store__title {
    margin-top: 0.5em;
  }
}

.list-comments li {
  border-bottom: 1px solid #555555;
  position: relative;
}
.list-comments li:first-child {
  border-top: 1px solid #555555;
}
.list-comments__name::before {
  content: "NAME:";
}
.list-comments__title {
  font-weight: bold;
}
.list-comments__delete {
  width: auto;
  background: transparent;
  color: #fff;
  line-height: 2em;
  padding: 0;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 900px) {
  .list-comments__delete {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .list-comments__delete {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .list-comments {
    margin: 0 0 50px;
  }
  .list-comments li {
    padding: 40px 5vw;
  }
  .list-comments__title {
    margin: 1rem 0;
  }
  .list-comments__delete {
    margin: -1em 0 0;
    top: 50%;
  }
  .list-comments__delete:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .list-comments {
    margin: 0 0 30px;
  }
  .list-comments li {
    padding: 20px 0;
  }
  .list-comments__title {
    margin: 1rem 0;
  }
  .list-comments__delete {
    top: 24px;
  }
}

.list-question li {
  border-bottom: 1px solid #555555;
}
.list-question li:first-child {
  border-top: 1px solid #555555;
}
.list-question__q {
  color: #5dc2d0;
}
@media screen and (min-width: 900px) {
  .list-question {
    margin: 0 0 50px;
  }
  .list-question li {
    padding: 40px 5vw;
  }
  .list-question__date, .list-question__q {
    margin-bottom: 2rem;
  }
  .list-question__name {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .list-question {
    margin: 0 0 30px;
  }
  .list-question li {
    padding: 20px 0;
  }
  .list-question__date, .list-question__q, .list-question__name {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .block-btn {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
  }
  .block-btn a[class^=btn] {
    width: 100%;
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 900px) {
  .block-btn {
    margin: 20px 0;
  }
  .block-btn a[class^=btn] {
    margin: 15px auto;
  }
}

.block-banner img {
  width: 100%;
}
.block-banner__list a {
  line-height: 0;
}
@media screen and (min-width: 900px) {
  .block-banner__list {
    display: flex;
    justify-content: center;
  }
  .block-banner__list li {
    width: 200px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 900px) {
  .block-banner {
    margin: 50px -7vw 0;
    overflow: hidden;
  }
  .block-banner__list {
    padding: 0 10%;
  }
  .block-banner__list li {
    margin: 0 3px;
  }
  .block-banner .slick-slider,
  .block-banner .slick-list {
    overflow: visible;
  }
  .block-banner .slick-slide:not(.slick-center):not(:hover) a {
    background: #000000;
  }
  .block-banner .slick-slide:not(.slick-center):not(:hover) a img {
    opacity: 0.4;
  }
}

.block-two-columns__image {
  line-height: 0;
  position: relative;
}
.block-two-columns__image img {
  width: 100%;
  background: no-repeat center top;
  background-size: contain;
}
.block-two-columns__image figcaption {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .block-two-columns__image figcaption {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .block-two-columns__image figcaption {
    font-size: 10px;
  }
}
.block-two-columns__image .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.block-two-columns__body {
  letter-spacing: 0.1em;
}
.block-two-columns__title {
  font-weight: inherit;
  letter-spacing: 0.15em;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 900px) {
  .block-two-columns__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-two-columns__title {
    font-size: 25px;
  }
}
.block-two-columns__title__sub {
  display: inline-block;
  color: #888888;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .block-two-columns__title__sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .block-two-columns__title__sub {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .block-two-columns__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .block-two-columns__lead {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .block-two-columns__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .block-two-columns__text {
    font-size: 12px;
  }
}
.block-two-columns dl {
  line-height: 2em;
}
.block-two-columns dl dt {
  clear: both;
  float: left;
  width: 5em;
}
.block-two-columns dl dd {
  padding-left: 5em;
}
@media screen and (min-width: 900px) {
  .block-two-columns {
    display: flex;
    margin: 60px 0;
  }
  .block-two-columns__image {
    width: 50%;
  }
  .block-two-columns__body {
    width: 50%;
    padding: 0 0 0 3%;
  }
  .block-two-columns__title {
    border-bottom: 1px solid #555555;
    margin-bottom: 1.5rem;
  }
  .block-two-columns__lead {
    border-bottom: 1px solid #555555;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .block-two-columns__more {
    border-top: 1px solid #555555;
    padding: 1rem 0;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 900px) {
  .block-two-columns {
    margin: 30px 0;
  }
  .block-two-columns__image {
    margin-bottom: 1rem;
  }
  .block-two-columns__image img {
    background-position: center center;
  }
  .block-two-columns__title {
    border-bottom: 1px solid #555555;
    margin-bottom: 1rem;
  }
  .block-two-columns__lead {
    margin-bottom: 1rem;
  }
}

.block-tracklist__title {
  font-weight: inherit;
  border-bottom: 1px solid #555555;
  padding-bottom: 0.25em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 900px) {
  .block-tracklist__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .block-tracklist__title {
    font-size: 14px;
  }
}
.block-tracklist__list {
  line-height: 2em;
}
.block-tracklist__list a {
  display: inline-block;
  padding: 0 0.25em;
}
@media screen and (min-width: 900px) {
  .block-tracklist {
    margin: 60px 0;
  }
  .block-tracklist__list {
    -moz-column-count: 2;
         column-count: 2;
    margin: 0 0 60px;
  }
  .block-tracklist__list a:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .block-tracklist {
    margin: 30px 0;
  }
  .block-tracklist__list {
    margin: 0 0 30px;
  }
  .block-tracklist a {
    font-size: 1.25em;
  }
}

.block-article__title {
  font-weight: normal;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .block-article__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-article__title {
    font-size: 20px;
  }
}
.block-article__body {
  border-top: 1px solid #555555;
}
.block-article__body p {
  margin-bottom: 1.5rem;
}
.block-article__img {
  line-height: 0;
  margin: 2rem 0;
  position: relative;
}
.block-article__share {
  display: flex;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.block-article__share::before {
  content: "SHARE:";
  display: inline;
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin-right: 0.5em;
  opacity: 0.5;
}
@media screen and (min-width: 900px) {
  .block-article__share::before {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .block-article__share::before {
    font-size: 10px;
  }
}
.block-article__share a:not([class]) {
  display: block;
  padding: 0 0.4em;
}
.block-article__share svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  transform: translate(0, 3px);
  transition: fill 0.3s ease 0s;
}
.block-article .dummy, .block-article--qa .dummy, .block-article--blog .dummy, .block-article--fromky .dummy, .block-article--lyrics .dummy, .block-article--faq .dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .block-article, .block-article--qa, .block-article--blog, .block-article--fromky, .block-article--lyrics, .block-article--faq {
    max-width: 700px;
    margin: 0 auto;
  }
  .block-article__header {
    margin: 0 0 60px;
  }
  .block-article__body {
    margin: 40px 0 60px;
    padding-top: 40px;
  }
  .block-article__share a:hover {
    color: #A13CFB;
  }
  .block-article__share a:hover svg {
    fill: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .block-article__header {
    margin: 0 0 30px;
  }
  .block-article__body {
    font-size: 15px;
    margin: 25px 0 30px;
    padding-top: 25px;
  }
  .block-article + .pagenation, .block-article--qa + .pagenation, .block-article--blog + .pagenation, .block-article--fromky + .pagenation, .block-article--lyrics + .pagenation, .block-article--faq + .pagenation {
    padding-left: 5px;
    text-align: left;
  }
}
.block-article--faq .block-article__title {
  font-weight: bold;
  position: relative;
  margin-top: 0.5rem;
}
@media screen and (min-width: 900px) {
  .block-article--faq .block-article__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .block-article--faq .block-article__title {
    font-size: 14px;
  }
}
.block-article--faq .block-article__body {
  position: relative;
}
.block-article--faq .block-article__body p {
  margin-bottom: 0;
}
.block-article--lyrics .block-article__body {
  white-space: pre;
  position: relative;
}
.block-article--lyrics .block-article__body span font {
  display: none;
}
.block-article--lyrics .block-article__body > p {
  line-height: 1;
}
@media screen and (min-width: 900px) {
  .block-article--lyrics .block-article__body > p {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .block-article--lyrics .block-article__body > p {
    font-size: 10px;
  }
}
.block-article--fromky .block-article__body,
.block-article--fromky .block-article__title {
  color: #ff32b4;
}
.block-article--qa .block-article__body, .block-article--blog .block-article__body {
  border-top: none;
}
@media screen and (min-width: 900px) {
  .block-article--qa .block-article__body, .block-article--blog .block-article__body {
    text-align: center;
  }
}
.block-article .area--more-info .block--tab > div.current.tab__list .item__ico img, .block-article--faq .area--more-info .block--tab > div.current.tab__list .item__ico img, .block-article--lyrics .area--more-info .block--tab > div.current.tab__list .item__ico img, .block-article--fromky .area--more-info .block--tab > div.current.tab__list .item__ico img, .block-article--qa .area--more-info .block--tab > div.current.tab__list .item__ico img, .block-article--blog .area--more-info .block--tab > div.current.tab__list .item__ico img {
  background-color: #fff !important;
  -webkit-mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
  mask-image: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask: url(/static/common/newmovie/img/ico--movie__on.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none !important;
}
.block-article .area--more-info .block--tab__main .block--more_movies, .block-article--faq .area--more-info .block--tab__main .block--more_movies, .block-article--lyrics .area--more-info .block--tab__main .block--more_movies, .block-article--fromky .area--more-info .block--tab__main .block--more_movies, .block-article--qa .area--more-info .block--tab__main .block--more_movies, .block-article--blog .area--more-info .block--tab__main .block--more_movies {
  border: none !important;
  background: #1e1e1e !important;
  padding: 0 !important;
}
.block-article .area--more-info .block--tab__main .block--more_movies .list--contents li, .block-article--faq .area--more-info .block--tab__main .block--more_movies .list--contents li, .block-article--lyrics .area--more-info .block--tab__main .block--more_movies .list--contents li, .block-article--fromky .area--more-info .block--tab__main .block--more_movies .list--contents li, .block-article--qa .area--more-info .block--tab__main .block--more_movies .list--contents li, .block-article--blog .area--more-info .block--tab__main .block--more_movies .list--contents li {
  border-bottom: #000000 2px solid !important;
}
.block-article .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child, .block-article--faq .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child, .block-article--lyrics .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child, .block-article--fromky .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child, .block-article--qa .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child, .block-article--blog .area--more-info .block--tab__main .block--more_movies .list--contents li:last-child {
  border: none !important;
}
.block-article .area--more-info .block--tab #tab--movie.current::after, .block-article--faq .area--more-info .block--tab #tab--movie.current::after, .block-article--lyrics .area--more-info .block--tab #tab--movie.current::after, .block-article--fromky .area--more-info .block--tab #tab--movie.current::after, .block-article--qa .area--more-info .block--tab #tab--movie.current::after, .block-article--blog .area--more-info .block--tab #tab--movie.current::after {
  display: none !important;
}

.page-aopblog-detail .block-article__body .block--player {
  height: 0;
  padding-bottom: 56.25%;
}
.page-aopblog-detail .block-article__body .block--player video {
  height: 100% !important;
}

@media screen and (max-width: 900px) {
  .page--movie.new-movie .section--detail {
    padding: 0 !important;
  }
  .page--movie.new-movie .section--detail .block--player {
    position: relative !important;
    top: 0 !important;
  }
  .page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -17vw !important;
  }
}
@media screen and (min-width: 900px) {
  .block-form-group {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
  }
  .block-form-group input,
  .block-form-group select {
    margin: 0 5px;
  }
  .block-form-group .btn-primary, .block-form-group .btn-more, .block-form-group .btn-pagetop {
    padding: 0 1em;
    line-height: 48px;
  }
}
@media screen and (max-width: 900px) {
  .block-form-group {
    margin: 0 0 30px;
  }
  .block-form-group input,
  .block-form-group select {
    width: 100%;
    margin: 5px 0;
  }
}

.block-note {
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
@media screen and (min-width: 900px) {
  .block-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .block-note {
    font-size: 12px;
  }
}
.block-note h3 {
  font-size: inherit;
  font-weight: inherit;
  text-align: center;
  margin: 2rem 0 1rem;
}
.block-note ul {
  margin: 1rem 0;
}
.block-note p {
  margin: 1rem 0;
}
@media screen and (min-width: 900px) {
  .block-note {
    padding: 50px 0;
  }
  .block-note:not(:first-child) {
    margin-top: 50px;
  }
  .block-note:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  .block-note {
    padding: 30px 0;
  }
  .block-note:not(:first-child) {
    margin-top: 30px;
  }
  .block-note:not(:last-child) {
    margin-bottom: 60px;
  }
}

.block-discography-category__title {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 900px) {
  .block-discography-category__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .block-discography-category__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .block-discography-category__title {
    margin-bottom: 1.5rem;
  }
}
.block-discography-category--single, .block-discography-category--alubum, .block-discography-category--dvd-blu-ray, .block-discography-category--book, .block-discography-category--other {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .block-discography-category--single, .block-discography-category--alubum, .block-discography-category--dvd-blu-ray, .block-discography-category--book, .block-discography-category--other {
    margin-bottom: 30px;
  }
}

.section-point__inner, .section-detail__inner, .section-list__inner, .section-home-fc__inner, .section-home-release__inner, .section-home-pickup__inner {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}
@media screen and (min-width: 900px) {
  .section-point__inner, .section-detail__inner, .section-list__inner, .section-home-fc__inner, .section-home-release__inner, .section-home-pickup__inner {
    padding: 100px 8% 0;
  }
}
@media screen and (max-width: 900px) {
  .section-point__inner, .section-detail__inner, .section-list__inner, .section-home-fc__inner, .section-home-release__inner, .section-home-pickup__inner {
    padding: 50px 7% 20px;
  }
}

.section-home-kv {
  position: relative;
  height: 100dvh;
}
.section-home-kv__logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.section-home-kv__logo__inner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-home-kv__logo__inner {
    position: absolute;
    top: 15%;
  }
}
.section-home-kv__logo a {
  display: block;
}
.section-home-kv__logo svg {
  fill: #fff;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 900px) {
  .section-home-kv__logo__inner {
    width: 40%;
    max-width: 450px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__logo {
    height: -webkit-fill-available;
    padding: 0 0 80px;
  }
  .section-home-kv__logo__inner {
    width: 65%;
  }
}
@keyframes logo_line {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 50%;
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 50%;
  }
}
@keyframes logo_letter {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    filter: blur(100px);
    opacity: 0;
    scale: 1.3;
  }
  60% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    scale: 1;
  }
}
@keyframes tosmall {
  0% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
.section-home-kv__logo .logo__line {
  background: #fff;
  display: block;
  width: 12%;
  height: 10%;
  position: absolute;
  transform: scale(0, 1) translate(0, 0);
  /*animation: logo_line .6s forwards;*/
}
.section-home-kv__logo .logo__line_1 {
  left: 2%;
  top: 10%;
}
.section-home-kv__logo .logo__line_2 {
  left: 4%;
  top: 30%;
  height: 20%;
}
.section-home-kv__logo .logo__line_3 {
  left: 2%;
  top: 55%;
  height: 3%;
}
.section-home-kv__logo .logo__line_4 {
  left: 15%;
  top: 40%;
  height: 15%;
}
.section-home-kv__logo .logo__line_5 {
  left: 14%;
  top: 60%;
  height: 5%;
}
.section-home-kv__logo .logo__line_6 {
  left: 25%;
  top: 35%;
  height: 5%;
}
.section-home-kv__logo .logo__line_7 {
  left: 25%;
  top: 45%;
  height: 18%;
}
.section-home-kv__logo .logo__line_8 {
  left: 40%;
  top: 35%;
  height: 20%;
}
.section-home-kv__logo .logo__line_9 {
  left: 42%;
  top: 58%;
  height: 5%;
}
.section-home-kv__logo .logo__line_10 {
  left: 36%;
  top: 70%;
}
.section-home-kv__logo .logo__line_11 {
  left: 57%;
  top: 30%;
}
.section-home-kv__logo .logo__line_12 {
  left: 58%;
  top: 50%;
  height: 15%;
}
.section-home-kv__logo .logo__line_13 {
  left: 54%;
  top: 72%;
  height: 3%;
}
.section-home-kv__logo .logo__line_14 {
  left: 66%;
  top: 44%;
  height: 15%;
}
.section-home-kv__logo .logo__line_15 {
  left: 75%;
  top: 14%;
  height: 5%;
}
.section-home-kv__logo .logo__line_16 {
  left: 77%;
  top: 34%;
  height: 15%;
}
.section-home-kv__logo .logo__line_17 {
  left: 86%;
  top: 22%;
  height: 3%;
}
.section-home-kv__logo .logo__line_18 {
  left: 87%;
  top: 62%;
}
.section-home-kv__logo .logo__line_19 {
  left: 88%;
  top: 64%;
  height: 2%;
}
.section-home-kv__logo .logo__line_1 {
  animation-delay: 0.05s;
}
.section-home-kv__logo .logo__line_2 {
  animation-delay: 0.1s;
}
.section-home-kv__logo .logo__line_3 {
  animation-delay: 0.15s;
}
.section-home-kv__logo .logo__line_4 {
  animation-delay: 0.2s;
}
.section-home-kv__logo .logo__line_5 {
  animation-delay: 0.25s;
}
.section-home-kv__logo .logo__line_6 {
  animation-delay: 0.3s;
}
.section-home-kv__logo .logo__line_7 {
  animation-delay: 0.35s;
}
.section-home-kv__logo .logo__line_8 {
  animation-delay: 0.4s;
}
.section-home-kv__logo .logo__line_9 {
  animation-delay: 0.45s;
}
.section-home-kv__logo .logo__line_10 {
  animation-delay: 0.5s;
}
.section-home-kv__logo .logo__line_11 {
  animation-delay: 0.55s;
}
.section-home-kv__logo .logo__line_12 {
  animation-delay: 0.6s;
}
.section-home-kv__logo .logo__line_13 {
  animation-delay: 0.65s;
}
.section-home-kv__logo .logo__line_14 {
  animation-delay: 0.7s;
}
.section-home-kv__logo .logo__line_15 {
  animation-delay: 0.75s;
}
.section-home-kv__logo .logo__line_16 {
  animation-delay: 0.8s;
}
.section-home-kv__logo .logo__line_17 {
  animation-delay: 0.85s;
}
.section-home-kv__logo .logo__line_18 {
  animation-delay: 0.9s;
}
.section-home-kv__logo .logo__line_19 {
  animation-delay: 0.95s;
}
.section-home-kv__logo .logo__line_20 {
  animation-delay: 1s;
}
.section-home-kv__logo .logo__line_21 {
  animation-delay: 1.05s;
}
.section-home-kv__logo .logo__line_22 {
  animation-delay: 1.1s;
}
.section-home-kv__logo .logo__letter {
  opacity: 0;
  animation: logo_letter 0.8s forwards;
}
.section-home-kv__logo .logo__letter_1 {
  animation-delay: 0.08s;
}
.section-home-kv__logo .logo__letter_2 {
  animation-delay: 0.16s;
}
.section-home-kv__logo .logo__letter_3 {
  animation-delay: 0.24s;
}
.section-home-kv__logo .logo__letter_4 {
  animation-delay: 0.32s;
}
.section-home-kv__logo .logo__letter_5 {
  animation-delay: 0.4s;
}
.section-home-kv__logo .logo__letter_6 {
  animation-delay: 0.48s;
}
.section-home-kv__logo .logo__letter_7 {
  animation-delay: 0.56s;
}
.section-home-kv__logo .logo__letter_8 {
  animation-delay: 0.64s;
}
.section-home-kv__logo .logo__letter_9 {
  animation-delay: 0.72s;
}
.section-home-kv__logo .logo__letter_10 {
  animation-delay: 0.8s;
}
.section-home-kv__logo .logo__letter_11 {
  animation-delay: 0.88s;
}
.section-home-kv__logo .logo__letter_12 {
  animation-delay: 0.96s;
}
.section-home-kv__logo__inner a svg g {
  color: transparent;
  transform-origin: center;
  filter: blur(100px);
  text-shadow: 0 0 100px #fff;
  opacity: 0;
  animation: blur 1s forwards;
}
.section-home-kv__logo__inner a svg g:nth-child(1) {
  animation-delay: 0.07s;
}
.section-home-kv__logo__inner a svg g:nth-child(2) {
  animation-delay: 0.14s;
}
.section-home-kv__logo__inner a svg g:nth-child(3) {
  animation-delay: 0.21s;
}
.section-home-kv__logo__inner a svg g:nth-child(4) {
  animation-delay: 0.28s;
}
.section-home-kv__logo__inner a svg g:nth-child(5) {
  animation-delay: 0.35s;
}
.section-home-kv__logo__inner a svg g:nth-child(6) {
  animation-delay: 0.42s;
}
.section-home-kv__logo__inner a svg g:nth-child(7) {
  animation-delay: 0.49s;
}
.section-home-kv__logo__inner a svg g:nth-child(8) {
  animation-delay: 0.56s;
}
.section-home-kv__logo__inner a svg g:nth-child(9) {
  animation-delay: 0.63s;
}
.section-home-kv__logo__inner a svg g:nth-child(10) {
  animation-delay: 0.7s;
}
.section-home-kv__logo__inner a svg g:nth-child(11) {
  animation-delay: 0.77s;
}
.section-home-kv__logo__inner a svg g:nth-child(12) {
  animation-delay: 0.84s;
}
.section-home-kv__sns {
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: -3vw;
  z-index: 3;
  opacity: 0;
  background: #000;
  transition: all 1s ease 1s;
  transition-property: bottom, opacity;
}
.section-home-kv__sns li {
  display: inline-block;
}
.section-home-kv__sns a {
  display: block;
  padding: 0 0.4em;
}
@media screen and (min-width: 900px) {
  .section-home-kv__sns a:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__sns {
    padding: 20px 0 10px;
  }
}
.section-home-kv__bg {
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 0;
  opacity: 0;
  position: fixed;
  z-index: -1;
  transition: opacity 1s ease 1s;
}
@media screen and (min-width: 900px) {
  .section-home-kv__bg {
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__bg {
    width: 100%;
    height: calc(100% - 80px);
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  .section-home-kv__bg {
    background-image: url(/static/yoshiikazuya/fansite/home/main_visual2023-min.jpg);
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__bg {
    background-image: url(/static/yoshiikazuya/fansite/home/main_visual2023-min_sp.jpg);
  }
}
.section-home-kv__clock {
  background: #000000;
  letter-spacing: 0.15em;
  padding: 0 1em;
  transform: rotate(90deg);
  transform-origin: top left;
  position: absolute;
  left: -1.5em;
  z-index: 3;
  transition: left 1s ease 1s;
}
@media screen and (min-width: 900px) {
  .section-home-kv__clock {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__clock {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .section-home-kv__clock {
    top: 100px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__clock {
    top: 30px;
  }
}
.section-home-kv.inview .section-home-kv__sns {
  bottom: 0;
  opacity: 1;
}
.section-home-kv.inview .section-home-kv__bg {
  opacity: 0.9;
}
.section-home-kv.inview .section-home-kv__clock {
  left: 1.5em;
}

_:-ms-lang(x)::-ms-backdrop, .section-home-kv__logo {
  height: 100vh;
}

.section-home-pickup {
  background: #000;
}
@media screen and (min-width: 900px) {
  .section-home-pickup__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 900px) {
  .section-home-pickup__list {
    display: flex;
    margin: 0 -5px;
  }
  .section-home-pickup__list li:nth-child(n) {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 25%;
    border: none;
    padding: 0 5px;
    -ms-flex: 0 0 auto;
  }
  .section-home-pickup__list a {
    align-items: flex-start;
    min-height: 250px;
    border: 1px solid #fff;
    padding: 15px;
  }
  .section-home-pickup__list a:hover {
    background: #101010;
  }
}
.section-home-release {
  padding: 5em 0;
  background: #101010;
}
.section-home-release ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-home-release ul li {
  width: 48%;
}
.section-home-release ul li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.section-home-release ul li:nth-child(2) div {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.section-home-release ul li:nth-child(2) div.release__tit {
  font-size: 1.2em;
}
.section-home-release ul li:nth-child(2) div.release__detail time {
  display: block;
}
.section-home-release ul li:nth-child(2) div.release__txt {
  font-size: 0.65em;
  margin-bottom: 0.5em;
}
.section-home-release ul li:nth-child(2) .btn-more {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .section-home-release__inner {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 900px) {
  .section-home-release {
    padding: 5em 0 0;
  }
  .section-home-release__inner {
    padding-top: 10px;
  }
  .section-home-release ul li {
    width: 100%;
    margin-bottom: 3em;
  }
  .section-home-release ul li img {
    width: 100%;
    height: auto;
  }
  .section-home-release ul li div.release__detail {
    border-bottom: none;
    margin-bottom: 0;
  }
  .section-home-release ul li div.release__txt {
    border-bottom: none;
    line-height: 2.5;
  }
}

.section-home-fc, .section-home-fc--yfl, .section-home-fc--kzch, .section-home-fc--com {
  position: relative;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  font-family: "游ゴシック", "YuGothic", sans-serif;
  /*&::before {
  	content: '';
  	display: block;
  //	height: 100%;
  	height: 0;
  	background: $white;
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 3;
  	@include transition($property:height,$duration:1s);
  }*/
}
.section-home-fc__inner {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translate(0, 3vw);
  transition: all 1s ease 0.3s;
  transition-property: transform, opacity;
  -ms-flex: 0 0 auto;
}
@media screen and (min-width: 900px) {
  .section-home-fc__inner {
    padding-bottom: 70px;
  }
}
.section-home-fc__bg {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  transition: opacity 1s ease 0s;
}
.section-home-fc__logo {
  line-height: 0;
  margin: 0 auto 1rem;
}
.section-home-fc__logo svg {
  fill: #fff;
}
.section-home-fc__text {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .section-home-fc__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-fc__text {
    font-size: 12px;
  }
}
.section-home-fc__nav {
  position: relative;
  z-index: 2;
  border-top: none;
  opacity: 0;
  transform: translate(0, 3vw);
  transition: all 1s ease 0.3s;
  transition-property: transform, opacity;
  -ms-flex: 0 0 auto;
}
.section-home-fc__btnarea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.section-home-fc__btnarea .btn-primary, .section-home-fc__btnarea .btn-more, .section-home-fc__btnarea .btn-pagetop {
  width: auto;
  margin: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
.section-home-fc__btnarea .btn-primary.btn-uranai, .section-home-fc__btnarea .btn-uranai.btn-more, .section-home-fc__btnarea .btn-uranai.btn-pagetop {
  font-family: serif;
}
.section-home-fc__btnarea .btn-primary:nth-child(2), .section-home-fc__btnarea .btn-more:nth-child(2), .section-home-fc__btnarea .btn-pagetop:nth-child(2), .section-home-fc__btnarea .btn-primary:nth-child(3), .section-home-fc__btnarea .btn-more:nth-child(3), .section-home-fc__btnarea .btn-pagetop:nth-child(3) {
  position: relative;
}
@media screen and (min-width: 900px) {
  .section-home-fc__btnarea .btn-primary:nth-child(2), .section-home-fc__btnarea .btn-more:nth-child(2), .section-home-fc__btnarea .btn-pagetop:nth-child(2), .section-home-fc__btnarea .btn-primary:nth-child(3), .section-home-fc__btnarea .btn-more:nth-child(3), .section-home-fc__btnarea .btn-pagetop:nth-child(3) {
    padding-left: 2em;
  }
  .section-home-fc__btnarea .btn-primary:nth-child(2):before, .section-home-fc__btnarea .btn-more:nth-child(2):before, .section-home-fc__btnarea .btn-pagetop:nth-child(2):before, .section-home-fc__btnarea .btn-primary:nth-child(3):before, .section-home-fc__btnarea .btn-more:nth-child(3):before, .section-home-fc__btnarea .btn-pagetop:nth-child(3):before {
    content: "/";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0.5em;
  }
}
.section-home-fc__btnarea .btn-primary:nth-child(2):hover:before, .section-home-fc__btnarea .btn-more:nth-child(2):hover:before, .section-home-fc__btnarea .btn-pagetop:nth-child(2):hover:before, .section-home-fc__btnarea .btn-primary:nth-child(3):hover:before, .section-home-fc__btnarea .btn-more:nth-child(3):hover:before, .section-home-fc__btnarea .btn-pagetop:nth-child(3):hover:before {
  color: #fff;
}
@media screen and (min-width: 900px) {
  .section-home-fc__btnarea .btn-primary.wmemberimg, .section-home-fc__btnarea .wmemberimg.btn-more, .section-home-fc__btnarea .wmemberimg.btn-pagetop {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .section-home-fc__btnarea .btn-primary:hover, .section-home-fc__btnarea .btn-more:hover, .section-home-fc__btnarea .btn-pagetop:hover {
    color: inherit !important;
  }
}
@media screen and (min-width: 900px) {
  .section-home-fc, .section-home-fc--yfl, .section-home-fc--kzch, .section-home-fc--com {
    display: flex;
  }
  .section-home-fc::before, .section-home-fc--yfl::before, .section-home-fc--kzch::before, .section-home-fc--com::before {
    width: 16px;
  }
  .section-home-fc__logo {
    max-width: 80%;
    width: 230px;
    margin-bottom: 2rem;
  }
  .section-home-fc__text {
    text-align: center;
    margin: 1rem 0 0;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .section-home-fc__nav ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .section-home-fc__nav ul li {
    width: 32%;
    border-bottom: none;
  }
  .section-home-fc__nav ul li a {
    border: solid 1px #fff;
    padding: 1.4em 1.2em;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .section-home-fc__nav ul li a:after {
    content: none;
  }
  .section-home-fc__nav ul li a .nav-fc__label, .section-home-fc__nav ul li a .nav-fc__label--new {
    font-size: 17px;
    display: block;
    margin-bottom: 1.5em;
    line-height: 1.2;
  }
  .section-home-fc__nav ul li a .nav-fc__date {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 0.18em;
  }
  .section-home-fc__nav ul li a .nav-fc__title, .section-home-fc__nav ul li a .nav-fc__title--new {
    letter-spacing: 0.18em;
  }
  .section-home-fc__nav ul li a:hover {
    padding-left: 1.5em;
    border-color: rgba(255, 50, 180, 0.5019607843);
  }
  .section-home-fc__nav ul li:nth-child(2) a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-home-fc__nav ul li:nth-child(2) a .nav-fc__label, .section-home-fc__nav ul li:nth-child(2) a .nav-fc__label--new {
    margin-bottom: 0;
  }
  .section-home-fc__nav ul.sub__link {
    justify-content: flex-start;
  }
  .section-home-fc__nav ul.sub__link li {
    margin-right: 1em;
    width: auto;
  }
  .section-home-fc__nav ul.sub__link li:nth-child(1) {
    margin-right: 3em;
  }
  .section-home-fc__nav ul.sub__link li a {
    border: none;
    border-bottom: solid 1px #fff;
    padding: 0.5em 0;
  }
  .section-home-fc__nav ul.sub__link li a .nav-fc__label, .section-home-fc__nav ul.sub__link li a .nav-fc__label--new {
    margin-bottom: 0;
  }
  .section-home-fc__nav ul.sub__link li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .section-home-fc::before, .section-home-fc--yfl::before, .section-home-fc--kzch::before, .section-home-fc--com::before {
    width: 10px;
  }
  .section-home-fc__inner {
    padding: 50px 5% 20px;
  }
  .section-home-fc__logo {
    max-width: 130px;
    width: 60%;
    margin-bottom: 1em;
  }
  .section-home-fc__text {
    margin: 1rem 0 2rem;
    text-align: center;
  }
  .section-home-fc__nav {
    /*margin-bottom: 2rem; */
  }
  .section-home-fc__nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .section-home-fc__nav ul li {
    border-bottom: none;
    margin-bottom: 1em;
    width: 100%;
    /*&:nth-child(1){order:1;}
    &:nth-child(2){order:3;}
    &:nth-child(3){order:2;}*/
  }
  .section-home-fc__nav ul li a {
    border: solid 1px #fff;
    padding: 1.5em;
  }
  .section-home-fc__nav ul li a:after {
    content: none;
  }
  .section-home-fc__nav ul li a .nav-fc__label, .section-home-fc__nav ul li a .nav-fc__label--new {
    font-size: 5.4vw;
    text-align: center;
    display: block;
  }
  .section-home-fc__nav ul li a .nav-fc__title, .section-home-fc__nav ul li a .nav-fc__title--new {
    letter-spacing: 0.1em;
  }
  .section-home-fc__nav ul li a .nav-fc__date {
    margin-top: 0.5em;
  }
  .section-home-fc__nav ul li:last-child a .nav-fc__label, .section-home-fc__nav ul li:last-child a .nav-fc__label--new {
    margin-bottom: 0;
  }
  .section-home-fc__nav ul.sub__link {
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
  }
  .section-home-fc__nav ul.sub__link li {
    width: 48%;
    margin-bottom: 0;
  }
  .section-home-fc__nav ul.sub__link li span {
    font-size: 18px;
  }
  .section-home-fc__btnarea {
    justify-content: space-between;
  }
  .section-home-fc__btnarea .btn-primary, .section-home-fc__btnarea .btn-more, .section-home-fc__btnarea .btn-pagetop {
    margin: 1rem 0;
    width: 48%;
    height: 48%;
    border-radius: 50rem;
    border: solid 1px #fff;
    font-size: 16px;
    aspect-ratio: 1/1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-home-fc__btnarea .btn-primary svg, .section-home-fc__btnarea .btn-more svg, .section-home-fc__btnarea .btn-pagetop svg {
    margin: 0 !important;
  }
  .section-home-fc__btnarea .btn-primary:nth-child(1), .section-home-fc__btnarea .btn-more:nth-child(1), .section-home-fc__btnarea .btn-pagetop:nth-child(1) {
    padding-right: 0;
  }
  .section-home-fc__btnarea .btn-primary:nth-child(1):after, .section-home-fc__btnarea .btn-more:nth-child(1):after, .section-home-fc__btnarea .btn-pagetop:nth-child(1):after {
    content: none;
  }
}
.section-home-fc.inview::before, .inview.section-home-fc--yfl::before, .inview.section-home-fc--kzch::before, .inview.section-home-fc--com::before {
  height: 100%;
}
.section-home-fc.inview .section-home-fc__inner, .inview.section-home-fc--yfl .section-home-fc__inner, .inview.section-home-fc--kzch .section-home-fc__inner, .inview.section-home-fc--com .section-home-fc__inner,
.section-home-fc.inview .section-home-fc__nav,
.inview.section-home-fc--yfl .section-home-fc__nav,
.inview.section-home-fc--kzch .section-home-fc__nav,
.inview.section-home-fc--com .section-home-fc__nav {
  opacity: 1;
  transform: translate(0);
}
.section-home-fc.inview .section-home-fc__bg, .inview.section-home-fc--yfl .section-home-fc__bg, .inview.section-home-fc--kzch .section-home-fc__bg, .inview.section-home-fc--com .section-home-fc__bg {
  opacity: 0.5;
}
.section-home-fc--com::before {
  background: #ff32b4;
}
.section-home-fc--com .section-home-fc__nav a:hover svg,
.section-home-fc--com .btn-primary svg,
.section-home-fc--com .btn-more svg,
.section-home-fc--com .btn-pagetop svg {
  height: 4rem;
  margin: -0.5rem 0 -1rem;
}
@media screen and (min-width: 900px) {
  .section-home-fc--com .btn-primary:hover, .section-home-fc--com .btn-more:hover, .section-home-fc--com .btn-pagetop:hover {
    color: #ff32b4;
  }
  .section-home-fc--com .btn-primary:hover svg, .section-home-fc--com .btn-more:hover svg, .section-home-fc--com .btn-pagetop:hover svg {
    fill: #ff32b4;
  }
}
.section-home-fc--com .section-home-fc__bg {
  background-position: 40%;
}
.section-home-fc--kzch::before {
  background: #ffe400;
}
.section-home-fc--kzch .section-home-fc__nav a:hover,
.section-home-fc--kzch .btn-primary:hover,
.section-home-fc--kzch .btn-more:hover,
.section-home-fc--kzch .btn-pagetop:hover {
  color: #ffe400;
}
.section-home-fc--kzch .section-home-fc__bg {
  background-position: left top;
}
.section-home-fc--yfl {
  background: #000;
}
.section-home-fc--yfl::before {
  background: #0387b3;
}
.section-home-fc--yfl .section-home-fc__nav a:hover,
.section-home-fc--yfl .btn-primary:hover,
.section-home-fc--yfl .btn-more:hover,
.section-home-fc--yfl .btn-pagetop:hover {
  color: #0387b3;
}
.section-home-fc--yfl .section-home-fc__bg {
  background-position: right top;
  background-size: cover;
}
.section-home-fc--yfl .section-home-fc__fcarchive ul {
  justify-content: space-around;
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li a {
  border: solid 1px;
  display: block;
  padding: 1.8em 2.2em;
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.3s all;
  justify-content: space-between;
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li a .archive_tittxt {
  width: 52%;
  letter-spacing: 0.2em;
  padding-left: 20px;
  box-sizing: content-box;
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li a .archive_tittxt .date {
  font-size: 0.75em;
  margin-bottom: 5px;
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(1) a {
  color: #fff;
  border-color: #ffe400;
}
@media screen and (min-width: 900px) {
  .section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(1) a:hover {
    border-color: #fff;
  }
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(1) a .section-home-fc__logo {
  margin: 0;
  max-width: 130px;
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(2) a {
  color: #fff;
  border-color: #0387b3;
}
@media screen and (min-width: 900px) {
  .section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(2) a:hover {
    border-color: #fff;
  }
}
.section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(2) a .section-home-fc__logo {
  margin: 0;
  max-width: 140px;
}
@media screen and (min-width: 900px) {
  .section-home-fc--yfl .section-home-fc__fcarchive ul {
    display: flex;
  }
  .section-home-fc--yfl .section-home-fc__fcarchive ul li {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .section-home-fc--yfl .section-home-fc__fcarchive ul li {
    margin-bottom: 1em;
  }
  .section-home-fc--yfl .section-home-fc__fcarchive ul li a {
    min-height: 150px;
    padding: 1.6em;
  }
  .section-home-fc--yfl .section-home-fc__fcarchive ul li a .section-home-fc__logo {
    max-width: 100px;
    margin-right: auto;
  }
  .section-home-fc--yfl .section-home-fc__fcarchive ul li a .archive_tittxt {
    width: 65%;
    max-width: none;
    padding-left: 1.2em;
  }
  .section-home-fc--yfl .section-home-fc__fcarchive ul li:first-child a .section-home-fc__logo {
    max-width: 100px;
  }
  .section-home-fc--yfl .section-home-fc__fcarchive ul li:nth-child(2) a .section-home-fc__logo {
    max-width: 100px;
  }
}

.section-list__inner {
  transition: all 1s ease 0s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 3vw);
}
.section-list .title-page {
  transition: opacity 1s ease 0s;
  opacity: 0;
}
.section-list.inview .title-page {
  opacity: 1;
}
.section-list.inview .section-list__inner {
  opacity: 1;
  transform: translate(0);
}
.section-detail__inner {
  transition: all 1s ease 0s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 3vw);
}
.section-detail .title-page {
  transition: opacity 1s ease 0s;
  opacity: 0;
}
.section-detail.inview .title-page {
  opacity: 1;
}
.section-detail.inview .section-detail__inner {
  opacity: 1;
  transform: translate(0);
}
.section-point__inner {
  transition: all 1s ease 0s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 3vw);
}
.section-point .title-page {
  transition: opacity 1s ease 0s;
  opacity: 0;
}
.section-point.inview .title-page {
  opacity: 1;
}
.section-point.inview .section-point__inner {
  opacity: 1;
  transform: translate(0);
}
@media screen and (min-width: 900px) {
  .section-point .title-section {
    margin: 0 0 64px;
  }
}
.section-point .sub-title {
  font-weight: bold;
  margin: 0 0 1rem;
}
@media screen and (min-width: 900px) {
  .section-point .sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .section-point .sub-title {
    font-size: 16px;
  }
}
.section-point .sub-title span {
  display: block;
  color: #fff;
  font-weight: normal;
  margin: 0.5rem 0 0;
}
@media screen and (min-width: 900px) {
  .section-point .sub-title span {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .section-point .sub-title span {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .section-point .sub-title {
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 900px) {
  .section-point__text {
    text-align: center;
    margin: 60px 0 130px 0;
  }
}
.section-point .btn-primary svg, .section-point .btn-more svg, .section-point .btn-pagetop svg {
  transition: all 0.3s ease 0s;
  fill: #fff;
  vertical-align: middle;
}
.section-point .btn-primary:hover svg, .section-point .btn-more:hover svg, .section-point .btn-pagetop:hover svg {
  fill: #A13CFB;
}
@media screen and (min-width: 900px) {
  .section-point .btn-primary, .section-point .btn-more, .section-point .btn-pagetop {
    min-width: 360px;
  }
  .section-point .btn-primary svg, .section-point .btn-more svg, .section-point .btn-pagetop svg {
    width: 120px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .section-point .btn-primary, .section-point .btn-more, .section-point .btn-pagetop {
    margin: 1rem 0;
  }
  .section-point .btn-primary svg, .section-point .btn-more svg, .section-point .btn-pagetop svg {
    width: 70px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .section-point .block-btn {
    margin: 100px 0 0 0;
  }
}
@media screen and (max-width: 900px) {
  .section-point .nav-tab, .section-point .nav-tab--information {
    border-bottom: 1px solid #555555;
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .section-point .nav-tab li, .section-point .nav-tab--information li {
    min-width: 34%;
  }
}
.section-point__table .title {
  color: #ffe400;
}
.section-point__table th {
  font-weight: normal;
}
.section-point__table th.colm_tit {
  font-weight: bold;
}
.section-point__table th:not(:first-child) {
  text-align: center;
}
.section-point__table td:not(:first-child) {
  text-align: center;
}
.section-point__table td .entry_btn {
  margin: 10px auto 0;
}
.section-point__table td .entry_btn a {
  display: inline-block;
  font-size: 13px;
  border: solid 1px #fff;
  padding: 5px 10px;
}
.section-point__table td .entry_btn a:hover {
  border: solid 1px #A13CFB;
  color: #A13CFB;
}
@media screen and (min-width: 900px) {
  .section-point__table {
    margin: 48px 0 0;
  }
  .section-point__table td {
    width: 20%;
  }
  .section-point__table td:first-child {
    width: 60%;
  }
  .section-point__table td:not(:first-child) {
    text-align: center;
    white-space: nowrap;
  }
  .section-point__table .colm-2 {
    display: flex;
    align-items: center;
  }
  .section-point__table .icon {
    width: 100px;
    text-align: center;
  }
  .section-point__table .desc {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 900px) {
  .section-point__table {
    font-size: 12px;
    margin: 30px 0 60px;
  }
  .section-point__table .icon {
    display: none;
  }
  .section-point__table td {
    width: 25%;
  }
  .section-point__table td:first-child {
    width: 50%;
  }
  .section-point__table td:not(:first-child) {
    text-align: center;
  }
  .section-point__table td .entry_btn a {
    padding: 5px 5px;
    font-size: 11px;
  }
  .section-point__table .text {
    font-size: 12px;
  }
  .section-point__table .sub-text {
    display: block;
    font-size: 10px;
  }
  .section-point__table .notes {
    font-size: 10px;
  }
}
.section-point__about svg {
  fill: #fff;
}
.section-point__about__lead {
  text-align: center;
}
.section-point__about__site {
  background: #202020;
  text-align: center;
}
.section-point__about__site ul {
  position: relative;
}
.section-point__about__site ul + p {
  color: #A13CFB;
}
.section-point__about__site ul li:not([class]) {
  background: #3d3d3d;
}
.section-point__about__title {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .section-point__about__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__about__title {
    font-size: 20px;
  }
}
.section-point__about__title span {
  display: block;
}
@media screen and (min-width: 900px) {
  .section-point__about__title span {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__about__title span {
    font-size: 10px;
  }
}
.section-point__about__circle {
  background: #A13CFB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .section-point__about__circle {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__about__circle {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .section-point__about__lead {
    margin: 0 0 1.5em;
  }
  .section-point__about__site {
    border-radius: 30px;
    padding: 37px;
    margin-bottom: 65px;
  }
  .section-point__about__site ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 34px 0;
  }
  .section-point__about__site ul li:not([class]) {
    width: 50%;
    font-size: 12px;
    border-radius: 30px;
    padding: 32px;
  }
  .section-point__about__site ul li:not([class]):first-child {
    margin-right: 47px;
  }
  .section-point__about__site ul li:not([class]) .logo-kzch {
    width: 188px;
    margin-bottom: 30px;
  }
  .section-point__about__site ul li:not([class]) .logo-441com {
    width: 162px;
    margin-bottom: 30px;
  }
  .section-point__about + .notes {
    border-bottom: 1px solid #555555;
    padding: 0 37px 100px 37px;
  }
  .section-point__about__title {
    font-weight: bold;
  }
  .section-point__about__circle {
    line-height: 30px;
    width: 144px;
    height: 144px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 900px) {
  .section-point__about {
    margin: 3rem 0 1.5rem;
  }
  .section-point__about__lead {
    font-weight: normal;
    margin: 0 0 1.5em;
  }
  .section-point__about__site {
    border-radius: 20px;
    padding: 15px;
  }
  .section-point__about__site ul li:not([class]) {
    border-radius: 10px;
    padding: 15px;
  }
  .section-point__about__site ul li:not([class]) .logo-kzch,
  .section-point__about__site ul li:not([class]) .logo-441com {
    height: 75px;
    margin: 0.5rem 0;
  }
  .section-point__about__site p:not([class]) {
    font-size: 10px;
    font-weight: normal;
  }
  .section-point__about__site > p {
    text-align: left;
    margin-top: 1rem;
  }
  .section-point__about__circle {
    line-height: 1.3;
    width: 60px;
    height: 60px;
    margin: -10px auto -10px;
    position: relative;
  }
}
.section-point__case dt {
  position: relative;
  color: #ffe400;
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (min-width: 900px) {
  .section-point__case dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__case dt {
    font-size: 16px;
  }
}
.section-point__case dt span {
  display: block;
  width: 5em;
  background: #ffe400;
  color: #000000;
  padding: 0 1px;
  margin: 0 auto 16px;
}
.section-point__case dd li {
  background: #3d3d3d;
}
.section-point__case .title {
  border-bottom: 1px solid;
  text-align: center;
  padding: 0 0 0.5rem;
  margin: 0 0 2rem;
}
@media screen and (min-width: 900px) {
  .section-point__case .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__case .title {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .section-point__case .sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__case .sub-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .section-point__case .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__case .text {
    font-size: 12px;
  }
}
.section-point__case .text span {
  display: block;
  color: #888888;
  margin: 1em 0 0;
}
@media screen and (min-width: 900px) {
  .section-point__case .text span {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__case .text span {
    font-size: 10px;
  }
}
.section-point__case .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3d3d3d transparent transparent transparent;
}
@media screen and (min-width: 900px) {
  .section-point__case dl {
    margin: 0 0 120px;
  }
  .section-point__case dl ul li {
    border-radius: 20px;
    padding: 1.5rem 1rem;
  }
  .section-point__case .colum-2 {
    display: flex;
    margin: 0 0 40px;
  }
  .section-point__case .colum-2 li {
    width: 50%;
  }
  .section-point__case .colum-2 li:first-child {
    margin-right: 40px;
  }
  .section-point__case .text + .sub-title {
    margin-top: 3rem;
  }
  .section-point__case .arrow {
    border-width: 66px 86.5px 0 86.5px;
    margin: 0 auto 28px;
  }
}
@media screen and (max-width: 900px) {
  .section-point__case {
    margin: 3rem 0 1.5rem;
  }
  .section-point__case dl {
    margin: 0 0 80px;
  }
  .section-point__case dd {
    font-size: 12px;
  }
  .section-point__case dd ul li {
    border-radius: 10px;
    padding: 1.5rem 1rem;
    margin: 0 0 20px;
  }
  .section-point__case .arrow {
    border-width: 33px 43px 0 43px;
    margin: 0 auto 20px;
  }
  .section-point__case .text + .sub-title {
    margin-top: 2em;
  }
}

.global-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 900px) {
  .global-header {
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: #000000;
    padding: 0 3%;
  }
}
@media screen and (max-width: 900px) {
  .global-header {
    height: 50px;
  }
}
.global-header__logo {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
.global-header__logo svg {
  width: auto;
  height: 100%;
  fill: #fff;
  transition: fill 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .global-header__logo {
    padding: 6px 0;
  }
  .global-header__logo:hover svg {
    fill: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .global-header__logo {
    background: #000000;
    padding: 13px 7% 10px;
  }
}
@media screen and (min-width: 900px) {
  .global-header__nav {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav {
    width: 100%;
    background: #000000;
    padding: 60px 0 0;
    position: fixed;
    left: 0;
    top: -200vh;
    z-index: 1;
    transition: top 0.3s ease 0s;
  }
}
.global-header__nav__global a {
  font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 900px) {
  .global-header__nav__global a {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav__global a {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .global-header__nav__global {
    display: flex;
    line-height: 40px;
  }
  .global-header__nav__global a {
    white-space: nowrap;
    padding: 8px 12px 2px;
  }
  .global-header__nav__global a:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav__global {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7% 20px;
  }
  .global-header__nav__global li {
    width: 50%;
  }
  .global-header__nav__global a {
    padding: 8px 0;
  }
}
.global-header__nav__fc svg {
  fill: #fff;
}
@media screen and (min-width: 900px) {
  .global-header__nav__fc {
    display: flex;
  }
  .global-header__nav__fc li {
    border: none;
  }
  .global-header__nav__fc li a {
    padding: 10px 10px 0px;
  }
  .global-header__nav__fc li a::after {
    content: none;
  }
  .global-header__nav__fc li a:hover {
    padding-left: 10px;
  }
  .global-header__nav__fc li.com a:hover svg {
    fill: #ff32b4;
  }
  .global-header__nav__fc li.kzch a:hover svg {
    fill: #ffe400;
  }
  .global-header__nav__fc li.yfl a:hover svg {
    fill: #0387b3;
  }
  .global-header__nav__fc svg {
    transition: fill 0.3s ease 0s;
    height: 30px;
  }
}
@media screen and (max-width: 1160px) and (min-width: 900px) {
  .global-header__nav__fc {
    display: block;
    max-height: 50px;
    overflow: hidden;
    position: relative;
  }
  .global-header__nav__fc::before {
    content: "FANCLUB";
    display: block;
    font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    white-space: nowrap;
    padding: 8px 12px 2px;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .global-header__nav__fc::after {
    content: "";
    width: 100%;
    height: 0;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: height 0.3s ease 0s;
  }
  .global-header__nav__fc li {
    text-align: center;
    transform: scale(1, 0.5);
    transform-origin: left top;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease 0s;
    transition-property: transform, opacity;
  }
  .global-header__nav__fc:hover {
    overflow: visible;
  }
  .global-header__nav__fc:hover::after {
    height: 194px;
  }
  .global-header__nav__fc:hover li {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav__fc li {
    border-left: 10px solid;
  }
  .global-header__nav__fc li.com {
    border-left-color: #ff32b4;
  }
  .global-header__nav__fc li.kzch {
    border-left-color: #ffe400;
  }
  .global-header__nav__fc li.yfl {
    border-left-color: #0387b3;
  }
  .global-header__nav__fc a {
    height: 60px;
    padding: 10px 5% 10px 4%;
  }
  .global-header__nav__fc a::after {
    right: 7%;
  }
  .global-header__nav__fc svg {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 900px) {
  .global-header__nav__sns {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav__sns {
    padding: 10px 7%;
  }
  .global-header__nav__sns li {
    display: inline-block;
  }
  .global-header__nav__sns a {
    display: block;
    font-size: 20px;
    line-height: 40px;
    margin-right: 0.75em;
  }
}
@media screen and (min-width: 900px) {
  .global-header__humberger {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .global-header__humberger {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 3;
  }
  .global-header__humberger span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.3s ease 0s;
    transition-property: margin, transform;
  }
  .global-header__humberger span:nth-of-type(1) {
    margin-top: 0px;
  }
  .global-header__humberger span:nth-of-type(2) {
    margin-top: 12px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .global-header__nav__fc li {
  width: 70px;
}

_:-ms-lang(x)::-ms-backdrop, .global-header__logo {
  width: 120px;
}

@media screen and (max-width: 900px) {
  .drawer-open main {
    opacity: 0.5;
  }
  .drawer-open .global-header__humberger span:nth-of-type(1) {
    margin-top: 4px;
    transform: rotate(20deg);
  }
  .drawer-open .global-header__humberger span:nth-of-type(2) {
    margin-top: 4px;
    transform: rotate(-20deg);
  }
  .drawer-open .global-header__nav {
    top: 0;
  }
}

.global-footer {
  width: 100%;
  text-align: center;
  background: #000;
  position: relative;
}
@media screen and (min-width: 900px) {
  .global-footer__inner {
    padding: 130px 10%;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__inner {
    padding: 60px 7%;
  }
}
.global-footer__nav {
  margin: 0 0 1em;
}
@media screen and (min-width: 900px) {
  .global-footer__nav {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__nav {
    font-size: 10px;
  }
}
.global-footer__nav li {
  display: inline-block;
}
.global-footer__nav a {
  display: block;
}
@media screen and (min-width: 900px) {
  .global-footer__nav a {
    padding: 0 1em;
  }
  .global-footer__nav a:hover {
    color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__nav a {
    padding: 0.5em;
  }
}
.global-footer__copyright {
  font-family: "Libre Baskerville", "游ゴシック", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .global-footer__copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__copyright {
    font-size: 10px;
  }
}
.global-footer__copyright small {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 900px) {
  .global-footer__copyright span {
    display: inline-block;
  }
  .global-footer__copyright span:not(:first-of-type)::before {
    content: " / ";
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__copyright {
    margin-bottom: 50px;
  }
  .global-footer__copyright span {
    display: block;
  }
}
.global-footer__bg {
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .global-footer__bg {
    height: 180px;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__bg {
    height: 100px;
  }
}
.global-footer:after {
  content: "";
  background: url(/static/yoshiikazuya/fansite/common/footer_btm.jpg) repeat center top;
  background-size: auto 100%;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home main {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .home .global-header {
    transition: top 1s ease 0s;
    top: -50px;
  }
}
@media screen and (max-width: 900px) {
  .home .global-header__logo {
    transition: top 0.3s ease 0s;
    top: -50px;
  }
  .home.scrolled .global-header__logo, .home.drawer-open .global-header__logo {
    top: 0px;
  }
}
@media screen and (min-width: 900px) {
  .home.loaded .global-header {
    top: 0;
  }
}

@media screen and (min-width: 900px) {
  .page-information-index .nav-tab--information:nth-child(2),
  .page-information-list .nav-tab--information:nth-child(2) {
    width: 48em;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 900px) {
  .page-discography-detail .block-two-columns__image {
    width: 38%;
  }
  .page-discography-detail .block-two-columns__body {
    width: 62%;
  }
}
.page-discography-detail .slick-dots {
  position: static;
  bottom: auto;
  margin-top: 20px;
}

.page--questionnaire .pagenation {
  display: none;
}
.page--questionnaire .section--detail {
  transition: all 1s ease 0s;
  transition-property: opacity, transform;
  opacity: 0;
  transform: translate(0, 0);
}
.page--questionnaire .errorBox {
  margin-bottom: 100px;
}
.page--questionnaire .errorBox .errorTxt {
  margin-bottom: 1rem;
  text-align: center;
  color: #fb5b5b;
}
.page--questionnaire .errorBox .errorList {
  color: #ffffff;
  background-color: #fb5b5b;
  padding: 2rem;
}
@media screen and (max-width: 900px) {
  .page--questionnaire .errorBox {
    margin: 10px 0 60px;
  }
  .page--questionnaire .errorBox .errorTxt {
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
  .page--questionnaire .errorBox .errorList {
    margin-bottom: 50px;
    padding: 1rem;
  }
}
.page--questionnaire .title-page__text {
  max-width: 80%;
  padding: 120px 8% 0;
  width: 1300px;
}
.page--questionnaire .title-page__text p {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .page--questionnaire .title-page__text {
    max-width: 95%;
    padding: 65px 7% 0;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .page--questionnaire select {
    max-width: 100%;
  }
}
.page--questionnaire .section-tit {
  font-size: 2em;
}
.page--questionnaire .inview {
  opacity: 1;
  transform: translate(0, 0);
}
.page--questionnaire #questionnaire_form {
  margin: 0 0 3em;
}
.page--questionnaire #questionnaire_form .titArea {
  margin: -20px 0 60px;
}
@media screen and (max-width: 900px) {
  .page--questionnaire #questionnaire_form .titArea {
    margin: 0 0 20px 0;
  }
}
.page--questionnaire #questionnaire_form .ph {
  text-align: center;
}
.page--questionnaire .comp .txt {
  margin-bottom: 3em;
}
.page--questionnaire .comp .detail__btn {
  margin: 5em 0 0;
}
.page--questionnaire .form--post,
.page--questionnaire .form--confirm {
  margin: 0 0 3em;
}
.page--questionnaire .form--post dt,
.page--questionnaire .form--confirm dt {
  margin: 0 0 1rem;
  font-weight: bold;
}
.page--questionnaire .form--post dd,
.page--questionnaire .form--confirm dd {
  margin: 0 0 2rem;
}
.page--questionnaire .form--post dd.post__sex label,
.page--questionnaire .form--confirm dd.post__sex label {
  display: inline-block;
  margin: 7px 5px;
}
.page--questionnaire .form--post dd.post__age input,
.page--questionnaire .form--confirm dd.post__age input {
  width: 3em;
  padding: 0 0 0 0.5em;
}
.page--questionnaire .form--post .form__checkbox label,
.page--questionnaire .form--post .form__radio label,
.page--questionnaire .form--confirm .form__checkbox label,
.page--questionnaire .form--confirm .form__radio label {
  padding: 0 0 0 1.5em;
  /*input{
  	width:auto;
  	height:auto;
  	opacity:1;
  	transform:translate(0, -50%);
  	top:50%;
  	left:0.3em;
  }*/
}
.page--questionnaire .form--post .form__checkbox :checked ~ p::after,
.page--questionnaire .form--confirm .form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}
.page--questionnaire .form--post .form__checkbox label,
.page--questionnaire .form--confirm .form__checkbox label {
  display: block;
}
.page--questionnaire .form--post .form__checkbox label p::before,
.page--questionnaire .form--confirm .form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #fff;
  background: #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--questionnaire .form--post .form__checkbox label p::after,
.page--questionnaire .form--confirm .form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #A13CFB;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.page--questionnaire .form--post .form__radio :checked ~ p::before,
.page--questionnaire .form--confirm .form__radio :checked ~ p::before {
  /*border-color: #81C4F8;
  border-width: 0.3em;*/
  background: #A13CFB;
}
.page--questionnaire .form--post .form__radio input,
.page--questionnaire .form--confirm .form__radio input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--questionnaire .form--post .form__radio label,
.page--questionnaire .form--confirm .form__radio label {
  display: block;
}
.page--questionnaire .form--post .form__radio label p:before,
.page--questionnaire .form--confirm .form__radio label p:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.page--questionnaire .form--post .select,
.page--questionnaire .form--confirm .select {
  display: flex;
  align-items: center;
}
.page--questionnaire .form--post .select .form__select,
.page--questionnaire .form--confirm .select .form__select {
  margin: 0 0.3em;
}
.page--questionnaire .form--confirm {
  margin-top: 2rem;
}
.page--questionnaire .form--confirm dd {
  background: #292929;
  padding: 0.5em;
  font-size: 20px;
}
.page--questionnaire .btn {
  text-align: center;
}
.page--questionnaire .btn .btn--main,
.page--questionnaire .btn .btn--sub {
  color: #fff;
  background: none;
  border: solid 1px;
  padding: 1.25em 0.3em;
  border-radius: 0;
  margin: 0.5em auto;
  transition: 0.3s;
  letter-spacing: 0.15em;
  display: block;
  width: 300px;
}
.page--questionnaire .detail__btn {
  text-align: center;
}
.page--questionnaire .detail__btn a {
  transition: 0.3s;
}
@media screen and (min-width: 900px) {
  .page--questionnaire .btn .btn--main:hover,
  .page--questionnaire .btn .btn--sub:hover {
    color: #A13CFB;
  }
  .page--questionnaire input, .page--questionnaire select {
    cursor: pointer;
  }
  .page--questionnaire .pagenation__prev::before {
    border-right: none;
  }
  .page--questionnaire .txt--complete {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .page--questionnaire .title-page__text p {
    font-size: 14px;
  }
  .page--questionnaire .form--post .post__sex label {
    display: inline-block;
    margin: 7px 5px;
  }
  .page--questionnaire .btn .btn--main,
  .page--questionnaire .btn .btn--sub {
    width: 100%;
  }
  .page--questionnaire .form--confirm dd {
    font-size: 16px;
  }
}
.page--questionnaire .ico--must {
  display: inline-block;
  position: relative;
}
.page--questionnaire .ico--must::before {
  content: "必須";
  display: block;
  background: #ef2323;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 3px 2px 3px 6px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.page--questionnaire textarea {
  min-height: auto;
}

.page-faq-index .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page-faq-index .list--tag li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
}
@media screen and (min-width: 900px) {
  .page-faq-index .list--tag {
    margin-bottom: 60px;
  }
  .page-faq-index .list--tag li a {
    font-size: 15px;
  }
  .page-faq-index .list--tag li a:hover {
    color: #A13CFB;
    border-color: #A13CFB;
  }
}
@media screen and (max-width: 900px) {
  .page-faq-index .list--tag {
    margin-bottom: 30px;
  }
  .page-faq-index .list--tag li a {
    font-size: 13px;
  }
}/*# sourceMappingURL=fansite-service.css.map */