@charset "UTF-8";
/* ==============================================================
*  base test test
* ============================================================ */
@import url("https://use.typekit.net/rkz3svm.css");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

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

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

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

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

/*
body{ visibility: hidden; }
.loaded{ visibility: visible !important; }*/
body {
  background: url(/static/yoshiikazuya/fanclub/common/bg.png) center bottom no-repeat fixed;
  background-size: cover;
  color: #000;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  position: relative;
  height: auto;
}
body.page--home:after {
  content: "";
  position: fixed;
  width: 80%;
  width: clamp(950px, 90%, 1800px);
  height: 80vh;
  height: clamp(500px, 80vh, 1000px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/static/yoshiikazuya/fanclub/home/top_bg.png) center center no-repeat;
  background-size: contain;
  animation: fluffy 13s ease infinite;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.page--home:after {
    animation: none;
  } /* IE11 */
}
@keyframes fluffy {
  0% {
    transform: translate(-50%, -50%);
  }
  5% {
    transform: translate(-50%, -50%);
  }
  10% {
    transform: translate(-50%, -50%);
  }
  20% {
    transform: translate(-50%, -50.5%);
  }
  25% {
    transform: translate(-50%, -50%);
  }
  30% {
    transform: translate(-50%, -50.5%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes fluffy_sp {
  0% {
    transform: translate(-50%, 0);
  }
  5% {
    transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, -0.5%);
  }
  25% {
    transform: translate(-50%, 0);
  }
  30% {
    transform: translate(-50%, -0.5%);
  }
  50% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
}

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

::-moz-selection {
  color: #e3f33c;
  background: #000;
}

::selection {
  color: #e3f33c;
  background: #000;
}

::-moz-selection {
  color: #e3f33c;
  background: #000;
}

#containerInnr {
  padding-top: 5em;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

.btn {
  text-align: center;
}

.btn_redirect {
  border: 1px solid #000;
  background: none;
  color: #000;
  margin: 1em 0;
  padding: 1em 2em;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background: #000;
  color: #e3f33c;
  margin: 1em 0;
  padding: 1.4em 2em;
  font-style: normal;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  border: 1px solid #000;
  background: none;
  color: #000;
  margin: 1em 0;
  padding: 1em 2em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

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

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

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.svg-parts {
  display: none;
}

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

.block--pager {
  display: flex;
  align-items: center;
}
.block--pager li {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 0 0.5em;
  font-size: 15px;
  font-weight: bold;
  /*width:18px;*/
}
.block--pager li.pager__item--newer {
  position: relative;
}
.block--pager li.pager__item--newer a {
  width: 20px;
  height: 20px;
  display: block;
}
.block--pager li.pager__item--newer a:after {
  content: "«";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #777;
}
.block--pager li.pager__item--older {
  position: relative;
}
.block--pager li.pager__item--older a {
  width: 20px;
  height: 20px;
  display: block;
}
.block--pager li.pager__item--older a:after {
  content: "»";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #777;
}
.block--pager li.pager__item--other a {
  transition: 0.3s;
  color: #777;
  font-size: 90%;
}
.block--pager li.pager__item--current {
  color: #000;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  padding: 0;
  transition: 0.3s;
}
.slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 5px;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  opacity: 1;
}
.slick-dots .slick-active button:before {
  opacity: 1 !important;
}

.date,
.category {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-right: 10px;
}

.date {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.5em;
}

.event-date .end-time {
  padding-left: 2em;
  position: relative;
}
.event-date .end-time::before {
  content: "";
  display: block;
  width: 23px;
  height: 6px;
  position: absolute;
  background-size: cover;
  left: 1em;
  transform: translateX(-50%);
  top: 7px;
}

.tit {
  line-height: 1.5;
  word-break: break-all;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category {
  background-size: 100%;
}

.list__more {
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #e3f33c;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.list__more a {
  display: block;
  position: relative;
}
.list__more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-size: 40px;
  bottom: -27px;
  left: 0;
}

.list--information li .date, .list--information li .category {
  display: inline-block;
}
.list--information li .date {
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 8px 0;
  margin-right: 20px;
}
.list--information li .tit {
  left: 15em;
  top: 0;
}
.list--information li a {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

.list--contents {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}
.list--contents .thumb {
  background: no-repeat center/cover;
  /*background-image: url(/static/yoshiikazuya/fanclub/common/thumb_none.png);*/
  border-radius: 15px;
  overflow: hidden;
}
.list--contents .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.list--contents li.new .category::after {
  display: none !important;
}
.list--contents .date span {
  display: inline-block;
  padding-left: 10px;
}

[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #c00;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  position: relative;
  top: 0;
  margin-left: 10px;
  transform: rotate(0);
  color: #ff15b2;
}

.list--video .thumb {
  width: 100%;
  line-height: 0;
  margin-bottom: 0.5em;
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  border-radius: 0;
  background: none;
  cursor: pointer;
}
.list--video .thumb img {
  background: no-repeat center;
  background-size: cover;
  -webkit-mask: url(/static/yoshiikazuya/fanclub/top/cover-video.png) no-repeat center/cover;
  mask: url(/static/yoshiikazuya/fanclub/top/cover-video.png) no-repeat center/cover;
}
.list--video .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 80px;
  height: 80px;
  background: no-repeat center url(/static/yoshiikazuya/fanclub/common/ico--play.svg);
  background-size: contain;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  filter: drop-shadow(11px 4px 6px rgba(0, 0, 0, 0.1254901961));
}
.list--video .video {
  margin-bottom: 10px;
}
.list--video li {
  margin: 0 0 4em;
}
.list--video li a {
  display: block;
}
.list--video li a .tit {
  width: 80%;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
}

.slick-prev,
.slick-next {
  display: block;
  width: 80px;
  height: 80px;
  background: none;
  color: #000;
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  top: 5vw;
  z-index: 99;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: -40px;
  transition: 0.4s;
  transform-origin: center;
}

.slick-prev {
  left: inherit;
  top: 50%;
  left: -80px;
}

.slick-next {
  left: inherit;
  top: 50%;
  right: -80px;
}

.list--bnr:hover .slick-next,
.list--video:hover .slick-next {
  right: 5%;
}
.list--bnr:hover .slick-prev,
.list--video:hover .slick-prev {
  left: 5%;
}

.list--bnr .slick-prev,
.list--bnr .slick-next {
  margin-top: 0;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-right: 8px solid #fff;
  border-top: 8px solid #fff;
  position: absolute;
  top: 16px;
  left: 17px;
  transition: 0.3s;
}

.slick-prev::after {
  transform: rotate(-135deg);
}

.slick-next::after {
  left: 15px;
  transform: rotate(45deg);
}

.slick-slider .slick-prev:hover::after,
.slick-slider .slick-next:hover::after {
  border-color: #000;
}

.block--category li {
  display: inline-block;
  margin: 0 0.8em 0.5em 0;
}
.block--category li.year {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.block--category li a {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
}
.block--category li a::after {
  content: "";
  display: block;
  width: 70%;
  height: 20px;
  position: absolute;
  background: no-repeat center url(/static/yoshiikazuya/fanclub/common/line-double_dark.svg);
  background-size: 35px;
  bottom: -14px;
  left: 15%;
  opacity: 0;
  transition: 0.3s;
}
.block--category .current a::after {
  opacity: 1;
}

.list--sns li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.list--sns li i {
  font-size: 20px;
}
.list--sns li a:hover {
  color: #777;
}

.form--post {
  text-align: left;
}
.form--post dt {
  margin: 3em 0 1em;
}
.form--post dd {
  margin: 0 0 1em;
}

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

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

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

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

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

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

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

/* textarea */
textarea {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
}
textarea:focus {
  border-color: #000;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  right: 0.75em;
  top: 50%;
  margin: -0.25em 0 0;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  /*	background: var.$primary-color;
  	border-color: var.$primary-color;*/
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding-left: 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #000;
  border-color: #000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

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

.form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  padding: 40px 30px 10px;
  margin-bottom: 40px;
}
.form--confirm dt {
  margin: 0 0 10px;
  opacity: 0.4;
}
.form--confirm dd {
  margin: 0 0 30px;
}

form .icon--required {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 5px;
  margin-left: 0.8em;
  background-color: #c00;
  color: #fff;
  font-size: 11px;
  vertical-align: 1px;
}
form .icon--required::before {
  display: block;
  position: static;
  content: "必須";
}

.g-nav li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.08em;
  position: relative;
}
.g-nav li a, .g-nav li span {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.g-nav li a {
  position: static;
  transition: 0.5s;
  overflow: initial !important;
}
.g-nav li a:hover {
  opacity: 0.9;
}
.g-nav li a span.new {
  text-transform: uppercase;
  color: #ff15b2;
  font-size: 11px;
  position: absolute;
  top: -0.8em;
  right: -0.7em;
  display: inline-block;
  letter-spacing: 0.03em;
  transform: scale(0.75);
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  /*&:after{
  	content:'NEW';
  }*/
}

.nav__list--sns i {
  display: none;
}

.block--login {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 5;
}
.block--login img {
  max-width: 200px;
}

.nav--login {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.header .icnarea ul {
  display: flex;
}
.header .icnarea ul li {
  margin: 0 0.5em;
}
.header .icnarea ul li a {
  border-bottom: none;
  text-decoration: none;
}
.header .icnarea ul li a span {
  display: block;
  font-size: 10px;
  transform: scale(0.9);
}

.welcome {
  font-family: din-condensed, sans-serif;
  width: 22%;
  max-width: 300px;
  position: fixed;
  bottom: 50px;
  left: 2%;
  line-height: 1.2em;
  z-index: 10;
  font-weight: bold;
}
.welcome .flx {
  display: flex;
  align-items: center;
}
.welcome .flx p {
  margin: 0 1%;
}
.welcome .flx p:nth-child(1) {
  width: 25%;
  position: relative;
}
.welcome .flx p:nth-child(2) {
  width: 70%;
  font-size: 11px;
}
.welcome .flx p img {
  display: block;
  margin-top: 3%;
  max-width: 95%;
}
.welcome .flx p span {
  font-weight: bold;
  font-size: 10px;
  display: block;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.2em;
  transform: scale(0.75);
  width: 140%;
  margin-left: -20%;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
}
.welcome .flx p .double-member-about {
  display: none;
}

.stitarea {
  position: relative;
  margin-top: 2em;
}
.stitarea .pagerarea {
  position: absolute;
  margin: 0;
  transform: translate(0, -50%);
  top: 45%;
  right: 0;
  height: auto;
}
.bottompager .pagerarea {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  right: auto;
}

.singlepager {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.stit {
  padding: 0.2em 0em 0.5em 1.7em;
  margin: 1em 0;
  border-bottom: solid 3px;
  position: relative;
  text-align: left;
  font-size: 130%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.2em;
}
.stit:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/static/yoshiikazuya/fanclub/common/stit_fr.png) no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
}

#fcnews_area .date {
  color: #444;
}
#fcnews_area dl {
  position: relative;
  margin: 0.5em 0;
}
#fcnews_area dl dd:after {
  position: absolute;
  top: 0;
  right: 0;
  /*background:#c22;
  color:#fff;*/
  font-size: 11px;
  padding: 0.2em 0.5em;
}

footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 100px;
  text-align: right;
  padding: 60px 5% 50px;
}
footer .inner {
  position: relative;
}
footer h1 {
  display: none;
  width: 20%;
}
footer h1 a {
  display: block;
}
footer h1 svg {
  display: block;
  width: 100%;
  max-width: 500px;
  fill: #000;
}
footer .nav-wrap {
  text-align: center;
  margin: 0 auto;
}
footer .nav-wrap .list--bnr {
  width: 60%;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
footer .nav-wrap .list--bnr li {
  width: 48%;
  margin-right: 4%;
}
footer .nav-wrap .nav--support {
  display: none;
  text-align: right;
}
footer .nav-wrap .nav--support li {
  display: inline-block;
  margin-left: 10px;
}
footer .nav-wrap .nav--support li a {
  font-size: 12px;
  font-weight: bold;
}
footer .copyright {
  position: relative;
  bottom: 40px;
  letter-spacing: 0.05em;
}
footer .nav--contact {
  margin-bottom: 40px;
}
footer .nav--contact a {
  font-family: din-condensed, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
footer .nav__list--sns {
  margin-bottom: 30px;
}
footer .nav__list--sns li {
  display: inline-block;
  margin-left: 20px;
}
footer .nav__list--sns li a {
  font-family: din-condensed, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.wrap {
  /*background: lighten( var.$base-color, 3% );*/
  padding: 120px 0 0;
  min-height: 100%;
  position: static;
}

h1.logo {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
}
h1.logo a {
  display: block;
  height: 100%;
  text-align: center;
}
h1.logo a img {
  width: 50%;
  height: auto;
  padding-top: 21px;
}

.page--home .sign img {
  filter: drop-shadow(0px 5px 5px #ecfa53);
}
.page--home .category {
  font-family: din-condensed, sans-serif;
  font-size: 200%;
  text-align: center;
  /*font-weight:bold;*/
  line-height: 1;
  letter-spacing: -0.03em;
}
.page--home .date {
  color: #ff15b2;
}
.page--home .block-banner {
  margin-top: 2em;
}
.page--home .block-banner li {
  margin: 1em 0;
}
.page--home .block-banner li a {
  display: block;
  line-height: 0;
}
.page--home .list--contents li {
  transition: 0.3s;
}
.page--home .list--contents li.new dl dt time {
  position: relative;
}
.page--home .list--contents li.new dl dt time:after {
  content: "NEW";
  display: inline-block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  /* vertical-align: 1px; */
  margin-left: 0.5em;
  transform: rotate(0);
  color: #ff15b2;
}
.page--home .list--contents li.new .txttit time::after {
  content: "NEW";
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-weight: bold;
  color: #c00;
  letter-spacing: 0.08em;
  /* vertical-align: 1px; */
  position: relative;
  top: 0;
  margin-left: 0.5em;
  transform: rotate(0);
  color: #ff15b2;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.page--home .list--contents li.new .txttit .tit::after {
  content: "";
}
.page--home .list--contents li a {
  transition: 0.3s;
}
.page--home .list--contents li a .tit {
  font-size: 13px;
}
.page--home .list--contents li.con_sche {
  text-align: center;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-top: 2em;
}
.page--home .list--contents li.con_sche a .txttit {
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
  position: relative;
  color: #fff;
  background: #000;
  border: solid #000;
}

.section--list,
.section--detail {
  text-align: center;
}
.section--list .section-tit,
.section--detail .section-tit {
  color: #000;
  transform: none;
  padding: 2% 110px;
  /*font-weight:bold;*/
  left: 0;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
}
.section--list .section-tit:before,
.section--detail .section-tit:before {
  content: "";
  width: 100px;
  height: 70px;
  background: url(/static/yoshiikazuya/fanclub/common/tit_fr.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.section--list .section-tit:after,
.section--detail .section-tit:after {
  content: "";
  width: 100px;
  height: 70px;
  background: url(/static/yoshiikazuya/fanclub/common/tit_af.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
}

.section--list .list--contents {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.section--list .list--contents li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 80px;
}
.section--list .list--contents li a {
  display: block;
  height: 100%;
  position: relative;
}
.section--list .list--contents li figure {
  margin-bottom: 10px;
}
.section--list .list--contents li .tit {
  margin-bottom: 0.2em;
}

.section--detail {
  padding-bottom: 40px;
}

.detail__btn {
  display: inline-block;
  font-family: din-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin: 4em auto;
  position: relative;
}
.detail__btn a:before {
  content: "Back";
}
.detail__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.3s;
  transform: scaleX(1);
  transform-origin: left;
}

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

.section--list {
  position: relative;
  z-index: 1;
}
.section--list .list--information .no-data,
.section--list .list--contents .no-data {
  width: 100%;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
  background: none;
  margin: 0 auto;
}

.page--info .section--list .date {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.page--info .section--list .stit {
  margin: 1em 0 0;
}
.page--info .section--list .tit {
  margin-bottom: 1.5em;
}
.page--info .section--detail .date {
  font-size: 13px;
}
.page--info .section--detail .event-date {
  font-size: 22px;
}
.page--info .section--detail .event-date .end-time::before {
  top: 15px;
}
.page--info .section--detail .tit {
  font-size: 30px;
  line-height: 1.5;
}
.page--info .section--detail .txt {
  padding-top: 1em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
  color: #c00;
}
.page--info .section--detail .txt .ph {
  margin: 1.5em 0;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #c00;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  position: relative;
  top: -5px;
  margin-left: 12px;
  transform: rotate(0);
}
.page--info .section--detail .block--main > .block--txt,
.page--info .section--detail .block--live-date + .txt {
  padding: 40px 0;
  margin-top: 20px;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 30px;
  display: none;
}
.page--info .block--share .share {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
  color: #000;
}
.page--info .block--share a {
  color: #000;
}
.page--info .block--share a:hover {
  color: #777;
}
.page--info .block--share a:hover svg {
  fill: #777;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #000;
  margin: 0 0 0 15px;
}
.page--info .block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #000;
  transition: 0.3s;
}
.page--info ul.list--info .thumb {
  display: none;
}
.page--info ul.list--info li {
  padding: 3em 1em;
  text-align: left;
  border-bottom: solid 3px #000000;
}
.page--info ul.list--info li .txt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0;
  line-height: 1.8em;
}
.page--info ul.list--info li .txt a {
  transition: 0.3s;
  position: relative;
  display: inline-block;
  /*overflow:hidden;*/
}
.page--info ul.list--info li .txt a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
}
.page--info ul.list--info li img {
  margin: 1em 0;
  max-width: 400px;
}
.page--info .tit {
  margin-bottom: 2em;
  font-size: 120%;
}
.page--info .tit:after {
  transform: rotate(0);
}
.page--info .info-txtarea {
  background: #fff;
  padding: 2em;
  text-align: left;
}

/*  page--contact
------------------------------ */
.page--contact .list--attention {
  margin-bottom: 30px;
}
.page--contact .list--attention li {
  font-size: 13px;
}
.page--contact .list--attention li a {
  text-decoration: underline;
}
.page--contact .url {
  display: inline-block;
}
.page--contact .url a {
  display: block;
  background: #000;
  color: #e3f33c;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 5px;
}

.red,
.red a {
  color: #c00;
}

/* page--movie
------------------------------ */
.page--movie .dsc .dsc--backnumarea p:after {
  content: "»";
  margin-left: 0.3em;
}
.page--movie .otayori a {
  line-height: 1.3em;
}

.category-406 .dsc .ph {
  display: none;
}
.category-406 .dsc .dsc--backnumarea {
  display: none;
}
.category-406 .dsc .dsc--titlearea {
  margin-bottom: 0.5em;
}
.category-406 .dsc .dsc--dtlarea .dsc--dtlarea__jktimg {
  float: left;
  margin-right: 1em;
  max-width: 140px;
}
.category-406 .dsc .dsc--dtlarea .dsc--dtlarea__jktimg img {
  margin-top: 1em;
}

.page--movie .section--detail .tit {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--movie .section--detail .date {
  color: #555;
}
.page--movie .toacv .detail__btn a {
  font-family: din-condensed, fot-tsukuardgothic-std, sans-serif;
  background: none;
  padding: 0;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.1em;
}
.page--movie .toacv .detail__btn a::before {
  display: none;
}
.page--movie .plyr {
  margin-bottom: 1em;
}
.page--movie .block--player {
  position: relative;
  padding-top: 56.25%;
}
.page--movie .block--player .ulizahtml5 {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.page--movie .block--player img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--movie .block--comment {
  background: #e3f33c;
  color: #000;
  padding: 15px;
  margin-top: 30px;
}
.page--movie .list--contents li {
  padding: 1em;
  width: 32%;
  margin: 0.5%;
  background: #fff;
}
.page--movie .list--contents li .list__txt {
  text-align: left;
}
.page--movie .list--contents li a .thumb {
  border-radius: 0;
  overflow: hidden;
  transition: 0.3s;
}
.page--movie .list--contents li a .thumb img {
  transition: 0.3s;
}
.page--movie .movdetail {
  padding: 2em;
  background: #fff;
  /*margin-bottom:10%;*/
}
.page--movie .toacv {
  margin: 5em 0;
}
.page--movie .toacv a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 18px;
  transition: 0.3s;
}
.page--movie .toacv a:hover {
  /*background:#fff;
  color:#000;*/
  transition: 0.3s;
}

.caption {
  margin-bottom: 2em;
}
.caption h3 {
  margin-bottom: 0.5em;
}
.caption .txt {
  line-height: 1.5em;
  letter-spacing: -0.05em;
  font-weight: bold;
}

.caption div {
  display: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.ct404,
.ct405,
.ct406,
.ct407 {
  display: none;
}

.category-404 .ct404 {
  display: block;
}
.category-404 .caption div.ct404 {
  display: block;
}
.category-404 .movdetail .ct404 {
  display: block;
  text-align: left;
  margin-top: 1em;
}
.category-404 .commentxt .date,
.category-404 .commentxt .tit {
  display: none;
}
.category-404 .commentxt h3 {
  margin-bottom: 1em;
}
.category-404 .commentxt .otayori {
  border-bottom: solid 2px;
  padding: 1em 0;
  margin-bottom: 2em;
}
.category-404 .commentxt .otayori a {
  border: solid 2px;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  font-size: 110%;
  line-height: 1.3em;
}
.category-404 .commentxt .otayori a:after {
  content: "▶";
  position: absolute;
  transform: translate(0, -50%);
  top: 45%;
  right: 3%;
}

.category-405 .ct405 {
  display: block;
}
.category-405 .caption div.ct405 {
  display: block;
}
.category-405 .block-tracklist__list {
  font-size: 12px;
}
.category-405 .block-tracklist__list .block-tracklist__list__num {
  margin-right: 0.5em;
}
.category-405 .movdetail .ct404 {
  display: block;
  text-align: left;
  margin-top: 1em;
}
.category-405 .commentxt .date,
.category-405 .commentxt .tit {
  display: none;
}
.category-405 .dsc .dsc--dtlarea .dsc--dtlarea__jktimg a {
  display: none;
}
.category-405 .dsc .dsc--dtlarea .dsc--dtlarea__jktimg .snsarea a {
  display: block;
}
.category-405 .dsc .dsc--dtlarea .dsc--dtlarea__jktimg .snsarea .ph {
  padding: 0.2em 0 0;
}
.category-405 dl#program dt {
  display: inline-block;
  margin-right: 0.5em;
}
.category-405 dl#program dd {
  display: inline;
}
.category-405 dl#program dd:after {
  content: "";
  display: block;
}

.category-406 .ct406 {
  display: block;
}
.category-406 .caption div.ct406 {
  display: block;
}

.category-407 .ct407 {
  display: block;
}
.category-407 .caption div.ct407 {
  display: block;
}
.category-407 .tweetbtn {
  display: none;
}
.category-407 .otayori {
  border-bottom: solid 2px;
  padding: 1em 0;
  margin-bottom: 2em;
}
.category-407 .otayori a {
  border: solid 2px;
  padding: 0.5em 2em 0.5em 1em;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  font-size: 110%;
  line-height: 1.3em;
}
.category-407 .otayori a:after {
  content: "▶";
  position: absolute;
  transform: translate(0, -50%);
  top: 45%;
  right: 3%;
}

.category-408 .caption div.ct408 {
  display: block;
}
.category-408 .otayori,
.category-408 .presentxt {
  display: none;
}

.archive {
  border-top: solid 2px;
  margin-top: 1em;
  padding: 1em 0;
}
.archive .archive__btn a {
  display: block;
  position: relative;
  line-height: 1;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0.05em;
  transform: 0.2s;
}
.archive .archive__btn a:after {
  content: "▶";
  position: absolute;
  margin-left: 0.3em;
  transition: 0.2s;
}
.archive .archive__btn a:hover::after {
  margin-left: 1em;
  transition: 0.2s;
}

/* new-movie
------------------------------ */
.page--movie.new-movie .wrap .section--list .section-tit {
  margin: 0 auto;
  font-weight: 500;
}
.page--movie.new-movie .wrap .section--list {
  width: 100%;
  max-width: none;
}
.page--movie.new-movie .wrap .caption div {
  display: block;
}
.page--movie.new-movie .wrap .list--contents {
  align-items: stretch;
  justify-content: start;
  gap: 0;
}
.page--movie.new-movie .wrap .list--contents li {
  width: 32%;
  margin-bottom: 20px;
}
.page--movie.new-movie .wrap .list--contents li .thumb {
  margin-bottom: 10px;
}
.page--movie.new-movie .wrap .list--contents li .list__txt .date {
  margin-bottom: 0;
}
.page--movie.new-movie .wrap .detail__btn {
  margin: 4em auto;
}
.page--movie.new-movie .wrap .section--detail .section-tit {
  display: inline-block;
}
.page--movie.new-movie .wrap .section--detail .vjs-audio.vjs-has-started .vjs-poster {
  background-size: cover !important;
  background-position: center !important;
}
.page--movie.new-movie .wrap .section--detail .movdetail {
  margin-bottom: 30px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab {
  margin-bottom: 30px;
}
.page--movie.new-movie .wrap .section--detail .area--more-info .block--tab .tit {
  margin-bottom: 0;
  font-size: 20px;
}
.page--movie.new-movie .wrap .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button {
  display: none;
}
.page--movie.new-movie .wrap .section--detail .movdetail .block--player div {
  margin: 0;
}
.page--movie.new-movie .wrap .section--detail .movdetail .block--player div.vjs-poster {
  background: no-repeat center;
  background-size: cover;
}

/*  page--archive
------------------------------ */
.page--archive .section--list .list--contents li a .thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page--archive .section--list .list--contents li a .thumb img {
  height: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.page--archive .section--detail .stit {
  padding-bottom: 0.5em;
  line-height: 1.3em;
}
.page--archive .section--detail .stit .date {
  color: #555;
}
.page--archive .archivearea strong {
  display: block;
  margin-top: 1em;
}
.page--archive #next {
  text-align: center;
  padding-bottom: 200px;
}
.page--archive #next a:before {
  content: "NEXT";
  font-size: 18px;
}
.page--archive .block--pager {
  justify-content: center;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main > section {
  text-align: center;
}
.page--questionnaire .content-main > section .section-tit {
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.page--questionnaire .section-tit {
  color: #000;
  transform: none;
  padding: 2% 110px;
  /*font-weight:bold;*/
  display: inline-block;
  left: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: bold;
}
.page--questionnaire .section-tit:before {
  content: "";
  width: 100px;
  height: 70px;
  background: url(/static/yoshiikazuya/fanclub/common/tit_fr.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.page--questionnaire .section-tit:after {
  content: "";
  width: 100px;
  height: 70px;
  background: url(/static/yoshiikazuya/fanclub/common/tit_af.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
}
.page--questionnaire .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .form--confirm {
  border-color: #000;
  margin-top: 40px;
  text-align: left;
}
.page--questionnaire .form--confirm dt {
  opacity: 0.7;
}
.page--questionnaire .form--confirm dd {
  border-bottom: 1px solid #999999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.page--questionnaire .form--confirm dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/*  page--support
------------------------------ */
.page--support.section--detail .section-tit {
  font-size: 30px;
}
.page--support.section--detail .list--support {
  padding-top: 2em;
}
.page--support.section--detail .list--support dt {
  font-weight: bold;
}
.page--support.section--detail .list--support dd {
  margin-bottom: 2em;
}
.page--support.section--detail .list--support ol ol, .page--support.section--detail .list--support ul ol {
  padding-left: 1em;
}
.page--support.section--detail .list--support ol ol li, .page--support.section--detail .list--support ul ol li {
  margin-bottom: 0.5em;
}

/*  page--faq
------------------------------ */
.page--faq .section--list .section-tit {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
.page--faq .section--list .list--tag {
  white-space: normal;
  text-align: left;
}
.page--faq .section--list .list--tag li {
  margin-bottom: 10px;
  display: inline-block;
}
.page--faq .section--list .list--tag li a {
  display: block;
  border: 1px solid #000;
  border-radius: 2em;
  line-height: 1;
  text-align: center;
  padding: 0.8em 1em 0.8em;
  font-size: 13px;
}
.page--faq .section--list .tit--category {
  font-size: 120%;
  margin-bottom: 2em;
}
.page--faq .section--detail .section-tit {
  margin-bottom: 80px;
}
.page--faq .section--detail .tit--category {
  font-size: 120%;
  margin-bottom: 2em;
}
.page--faq .searchBox input[type=submit] {
  color: #000;
}
.page--faq .searchBox input[type=text] {
  border-color: #000;
}
.page--faq .list--faq {
  text-align: left;
}
.page--faq .list--faq li {
  border-top: 1px solid #000;
  padding-left: 1em;
}
.page--faq .list--faq li .tit {
  padding-left: 0;
}
.page--faq .list--faq li .icon--q {
  font-family: din-condensed, sans-serif;
}
.page--faq .block--faq-detail {
  text-align: left;
}
.page--faq .block--faq-detail a {
  text-decoration: underline;
}
.page--faq .block--faq-detail span.icon--q,
.page--faq .block--faq-detail span.icon--a {
  margin-right: 0.5em;
  display: none;
}
.page--faq .tit--category {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.tit--category {
  font-weight: 600;
  margin-bottom: 10px;
}

.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  border-top: 1px solid gray;
}
.list--faq li:last-child {
  border-bottom: 1px solid #000;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.list--faq .tit {
  padding-left: 20px;
}
.list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.4;
}
.list--faq .icon--q {
  float: left;
  line-height: 1.7;
  color: #000;
  margin-right: 5px;
}

.section--detail .list--faq .icon--q {
  line-height: 1.6;
}

.block--faq-detail {
  border: 1px solid #000;
  padding: 25px;
  margin: 0 0 80px;
}
.block--faq-detail dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding: 0;
  margin: 0 0 20px;
}
.block--faq-detail dt .txt {
  padding-left: 0;
  padding-bottom: 20px;
  margin: 0;
}
.block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: #eee;
  color: #9fa3a7;
  border-radius: 20px;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.block--faq-detail dd .txt {
  font-size: 16px;
  margin: 0;
}
.block--faq-detail span[class^=icon--] {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  padding-left: 2px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #000;
}
.block--faq-detail span.icon--a {
  color: #000;
  background: rgba(111, 138, 166, 0.2);
}

.page--faq .section--detail .block--contact {
  text-align: center;
  margin: 40px 0 0;
}
.page--faq .section--detail .block--contact a {
  color: #000;
  position: relative;
  border-width: 1px;
  margin-top: -0.2em;
}
.page--faq .section--detail .block--contact a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #e3f33c;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
}
.page--faq .section--detail .block--contact a:hover {
  color: #000;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

.searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
}
.searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  color: #9fa3a7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}

.section--detail {
  padding: 5% 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
}
.section--detail .stitjp {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.section--detail .section-detail__inner {
  margin: 4em 0 7em;
}
.section--detail .section-detail__inner .block-article {
  text-align: left;
}
.section--detail .section-detail__inner .block-article p {
  margin-bottom: 1em;
}
.section--detail .section-detail__inner .block-article ul {
  padding: 1.5em 5%;
  margin-top: 1em;
  background: rgba(255, 255, 255, 0.5019607843);
}
.section--detail .section-detail__inner .block-article ul li {
  margin-bottom: 1em;
  /*padding-left:1.5em;*/
  position: relative;
  /*&:before{
  	content:'\025cf';
  	position:absolute;
  	top:0;
  	left:0;
  }*/
}
.section--detail .section-detail__inner .block-article ul li:last-child {
  margin-bottom: 0;
}
.section--detail .section-detail__inner .block-article ul li ul {
  margin: 1em 0;
}
.section--detail .section-detail__inner .block-article ul li ul li {
  padding-left: 0;
}
.section--detail .section-detail__inner .block-article ul li ul li:before {
  content: "";
  position: static;
}
.section--detail .section-detail__inner .block-article .termsign {
  text-align: right;
  margin: 1em 0 2em;
}
.section--detail .section-detail__inner .block-article .termsign p {
  margin-bottom: 0;
}
.section--detail .section-detail__inner .block-article dl dt {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1882352941);
  padding: 0 0.5em;
}
.section--detail .section-detail__inner .block-article dl dd {
  margin-bottom: 2em;
  padding: 0 0.5em;
}
.section--detail .btn-primary {
  padding: 0.5em 1em;
  border: solid 1px #444;
  transition: 0.3s;
}
.section--detail .btn-primary:hover {
  background: #000;
  color: #fff;
}

/* page--parts
---------------------------------*/
.page--parts .section--detail .section-tit {
  font-weight: normal;
}
.page--parts .section--detail .txt--sub {
  font-size: 0.8em;
}
.page--parts .section--detail .tit {
  -webkit-line-clamp: unset;
  margin: 3em 0 1em;
  font-size: 20px;
  overflow: visible;
}
.page--parts .section--detail .tit .subTxt {
  font-size: 14px;
  margin-top: 1em;
}
.page--parts .section--detail .links {
  margin: 1em 0;
}
.page--parts .section--detail .links a {
  display: inline-block;
  font-size: 17px;
}
.page--parts .section--detail .links a img {
  vertical-align: -8px;
  display: inline-block;
  margin-right: 0.2em;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  body {
    font-family: din-condensed, sans-serif;
  }
  body:before {
    content: "";
    height: 2em;
    width: 100%;
    position: fixed;
    background: #000;
    z-index: 3;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #000;
    color: #e3f33c;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #000;
    color: #e3f33c !important;
  }
  .txt--link a {
    transition: 0.3s;
  }
  .txt--link a:hover {
    text-decoration: none;
  }
  /* horizontal */
  form .icon--required {
    padding: 4px 7px 3px;
  }
  .wrap {
    /*padding-top: calc(90px + 9vw);
    padding-bottom: 250px;
    position: relative;
    min-height:88vh;*/
    min-height: 0;
    padding: 0;
  }
  .content-main {
    min-height: 94vh;
  }
  .welcome {
    text-align: left;
  }
  .detail__btn a:hover::after {
    transform-origin: right;
    transform: scaleX(0);
  }
  header {
    width: 100%;
    position: fixed;
    background: rgba(224, 255, 51, 0.9);
    background: rgba(224, 246, 51, 0.8666666667);
    bottom: 28px;
    left: 0;
    z-index: 2;
    transition: 0.2s;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
    display: block;
  }
  header .inner {
    position: relative;
    padding: 1em 2%;
  }
  header .inner .icnarea {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 3%;
  }
  header .inner .icnarea .double-member-about {
    width: 160px;
    height: 23px;
    margin-right: 5px;
  }
  header .inner .icnarea .double-member-about:hover {
    opacity: 0.5;
  }
  header .inner .icnarea ul li {
    margin: 0 0.2em;
  }
  header .inner .icnarea ul li a {
    transition: 0.3s;
  }
  header .inner .icnarea ul li a:after {
    content: none;
  }
  header .inner .icnarea ul li a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  header .inner .icnarea ul li a img {
    transition: 0.3s;
  }
  header .inner .icnarea ul li a:hover img {
    transition: 0.3s;
    opacity: 0.5;
  }
  header h1 {
    width: 160px;
    height: 60px;
    position: relative;
    top: 30px;
  }
  header h1 a {
    display: block;
  }
  header h1 a svg {
    width: 100%;
    height: 50px;
    fill: #000;
  }
  header .g-nav {
    width: 100%;
    text-align: center;
  }
  header .g-nav.visible .nav--fc {
    opacity: 1;
    pointer-events: auto;
  }
  header .g-nav ul.g-menu {
    max-width: 55%;
    margin: 0 auto;
  }
  header .g-nav .nav {
    position: relative;
  }
  header .g-nav li {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-left: 0.5em;
    margin-left: clamp(5px, 0.6vw, 15px);
    position: relative;
    z-index: 2;
    letter-spacing: -0.05em;
  }
  header .g-nav li:first-child {
    margin-left: 0;
  }
  header .g-nav li a {
    font-family: din-condensed, sans-serif;
    display: block;
    color: #000;
    font-size: 200%;
    font-size: clamp(12px, 2vw, 26px);
    position: relative;
    transition: 0.3s;
    padding-bottom: 1.5px;
    overflow: hidden;
  }
  header .g-nav li a:after {
    content: "";
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s;
  }
  header .g-nav li a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }
  .drawer__btn {
    display: none;
  }
  footer {
    display: block;
    padding: 0.5em;
    color: #fff;
    background: #000;
    margin-top: 3em;
    font-size: 80%;
    letter-spacing: 0.1em;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    z-index: 3;
    font-size: 10px;
  }
  footer .copyright {
    letter-spacing: 0;
    font-size: 10px;
    z-index: 1;
    position: absolute;
    transform: translate(0, -50%) scale(0.9);
    right: 1em;
    top: 50%;
    bottom: auto;
  }
  footer .block--left {
    display: flex;
    max-width: calc(100% - 190px);
    flex-wrap: wrap;
  }
  footer .block--left .nav--support {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0.5em;
  }
  footer .block--left .official-site {
    border-right: solid 1px rgba(255, 255, 255, 0.5019607843);
    padding-right: 0.5em;
    margin-right: 0.5em;
  }
  footer .block--left ul li {
    padding: 0 0.5em;
    border-right: solid 1px rgba(255, 255, 255, 0.5019607843);
  }
  footer a {
    letter-spacing: 0;
    transition: 0.3s;
  }
  footer a:hover {
    opacity: 0.5;
  }
  .list__more a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .list--information .tit {
    width: calc(100% - 12.5em);
  }
  .list--information a {
    display: block;
    transition: 0.3s;
  }
  .list--information a:hover {
    padding-left: 10px;
  }
  .list--video a {
    transition: 0.3s;
  }
  .list--video a:hover .thumb {
    box-shadow: none !important;
    filter: drop-shadow(10px 10px 10px #2d859a);
  }
  .block--pager {
    text-align: center;
  }
  .block--pager .pager__item--older,
  .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a::after,
  .block--pager .pager__item--newer a::after {
    transition: 0.3s;
  }
  .block--pager a, .block--pager a::after {
    color: #000;
  }
  .block--pager .pager__item--other a {
    padding-bottom: 10px;
  }
  .block--pager .pager__item--other::before {
    transition: background 30s linear, opacity 0.3s;
  }
  .block--pager .pager__item--other:hover::before {
    opacity: 1;
    transition: background 30s linear, opacity 0.3s;
    background-position: 400px;
  }
  .block--pager li.pager__item--newer a:hover:after {
    transform: translate(-60%, -50%);
    color: #000;
  }
  .block--pager li.pager__item--older a:hover:after {
    transform: translate(-40%, -50%);
    color: #000;
  }
  .block--pager li.pager__item--other a:hover {
    color: #000;
  }
  .block--category {
    position: relative;
    display: inline-block;
    margin-left: 39px;
    margin-top: -21px;
    top: -7px;
  }
  .block--category li a {
    transition: 0.3s;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 18px;
    position: relative;
  }
  .block--share a {
    transition: 0.3s;
  }
  h1.logo {
    position: fixed;
  }
  .section--latest-contents {
    position: relative;
    min-height: 100vh;
  }
  .section--detail,
  .section--list {
    padding: 90px 16% 200px;
  }
  .section--detail .section-tit,
  .section--list .section-tit {
    display: inline-block;
    font-size: 60px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.03em;
  }
  .section--detail .stitjp,
  .section--list .stitjp {
    font-size: 35px;
  }
  .section--detail .block--category,
  .section--list .block--category {
    margin-bottom: 3%;
  }
  .section--detail .block--category li a,
  .section--list .block--category li a {
    font-size: 14px;
  }
  .section--detail {
    width: 100%;
    max-width: 900px;
    padding: 120px 0;
    margin: 0 auto;
  }
  .page--home {
    position: relative;
  }
  .page--home .tplogo {
    position: fixed;
    width: 20%;
    max-width: 200px;
    top: 80px;
    left: 5%;
  }
  .page--home .checkin {
    position: fixed;
    width: 20%;
    max-width: 200px;
    left: 5%;
    top: 290px;
    background: rgba(227, 243, 60, 0.6);
    padding: 0.2em 0;
    z-index: 3;
  }
  .page--home .checkin a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: 0.3s;
  }
  .page--home .checkin a:hover {
    transition: 0.3s;
    opacity: 0.5;
  }
  .page--home .checkin img {
    width: 20px;
    margin-right: 0.3em;
  }
  .page--home .sign {
    position: fixed;
    bottom: 100px;
    right: 27%;
  }
  .page--home .content-main {
    position: relative;
    z-index: 1;
  }
  .page--home .block--right {
    width: 20%;
    margin: 0 3.5% 30px auto;
    padding: 80px 0 15vh 0;
  }
  .page--home .block--right::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .page--home .block--right::-webkit-scrollbar-track {
    border-radius: 2px;
    box-shadow: 0 0 4px #e3f33c inset;
  }
  .page--home .block--right::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(238, 249, 84, 0.062745098);
  }
  .page--home .list--contents {
    display: block;
  }
  .page--home .list--contents #fcnews_area a .tit {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 1%;
    transition: 0.3s;
  }
  .page--home .list--contents #fcnews_area a .tit:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--home .list--contents #fcnews_area a:hover .tit {
    color: #fff;
    transition: 0.3s;
  }
  .page--home .list--contents #fcnews_area a:hover .tit:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .page--home .list--contents .txttit {
    margin: 0 0 0.5em;
    padding: 1em 1em 0.1em;
    border: solid;
    background: rgba(245, 255, 100, 0.9);
    background: rgba(245, 255, 100, 0.9333333333);
  }
  .page--home .list--contents .newarchive a .txttit {
    padding-bottom: 1em;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-color: #000;
  }
  .page--home .list--contents .newarchive a .txttit:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .page--home .list--contents .newarchive a:hover .txttit {
    color: #fff;
    border: solid #000;
  }
  .page--home .list--contents .newarchive a:hover .txttit:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .page--home .list--contents li a {
    display: block;
  }
  .page--home .list--contents li a .thumb {
    transition: 0.3s;
  }
  .page--home .list--contents li a:hover .thumb {
    transform: translateY(-3px);
    box-shadow: 10px 50px 40px -50px #865b4b;
  }
  .page--home .list--contents li.con_sche {
    margin-top: 1.5em;
  }
  .page--home .list--contents li.con_sche a .txttit {
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
    position: relative;
    color: #fff;
    background: #000;
    border: none;
    padding: 20px 0;
  }
  .page--home .list--contents li.con_sche a .txttit:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .page--home .list--contents li.con_sche a:hover .txttit {
    color: #000;
    border: none;
  }
  .page--home .list--contents li.con_sche a:hover .txttit:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .page--home .block--about-yfl {
    padding: 15px 0 0;
  }
  .page--home .block--about-yfl a {
    display: block;
    text-align: center;
    border: 3px solid;
    padding: 15px 5px 10px;
  }
  .page--home .block--about-yfl a:hover {
    opacity: 0.5;
  }
  .page--home .block--about-yfl a img {
    width: 80%;
  }
  .page--home .block--about-yfl a.double-member:hover {
    opacity: 0.5;
  }
  .page--home .block-banner ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page--home .block-banner ul li {
    width: 49%;
    margin: 0.5%;
    padding: 0 !important;
    border: none;
  }
  .page--home .block-banner ul li img {
    width: 100%;
    -webkit-backface-visibility: hidden;
  }
  .page--home footer {
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .page--info ul.list--info li .txt a {
    /*overflow:hidden;*/
  }
  .page--info ul.list--info li .txt a:hover:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  /*  page--contact
  ------------------------------ */
  .page--contact .list--information a {
    justify-content: flex-start;
  }
  .page--contact .url a i,
  .page--contact .block--nav li a i {
    display: inline-block;
    margin-right: 5px;
  }
  /*  page--movie
  ------------------------------ */
  .page--movie .block--comment {
    text-align: center;
    padding: 40px;
    margin-top: 80px;
  }
  .page--movie .block--comment .btn {
    margin-bottom: 0;
  }
  .page--movie .commentxt {
    text-align: left;
    min-height: 5em;
  }
  .page--movie .list--contents li {
    padding: 1em;
    width: 32%;
    margin: 0 2% 20px 0;
    background: #fff;
  }
  .page--movie .list--contents li a:hover .thumb img {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .page--movie .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--movie .toacv .detail__btn a:hover {
    background: none;
  }
  .category-405 .movdetail {
    display: flex;
    position: relative;
    padding-bottom: 3em;
  }
  .category-405 .movdetail div {
    margin: 1%;
  }
  .category-405 .movdetail div.plyr {
    width: 55%;
  }
  .category-405 .movdetail div.commentxt {
    width: 45%;
    text-align: left;
    /*.tit,.date{
    	display:none;
    }*/
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--titlearea {
    margin: 0.5em 0;
    padding: 0.5em 0.2em;
    border-top: solid 2px;
    border-bottom: solid 2px;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--kindarea {
    font-family: din-condensed, sans-serif;
    font-size: 18px;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea {
    display: flex;
    margin: 1.5em 0;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .dsc--dtlarea__jktimg {
    max-width: 32%;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .dsc--dtlarea__dtltxt {
    width: 68%;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .block-tracklist__title {
    font-size: 14px;
    font-weight: normal;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .snsarea {
    display: block;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .snsarea img {
    width: 100%;
    -webkit-backface-visibility: hidden;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea h4 {
    font-size: 14px;
    font-weight: normal;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea h4 span {
    font-size: 90%;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .block-tracklist__list {
    font-size: 12px;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--dtlarea .block-tracklist__list .block-tracklist__list__num {
    margin-right: 0.5em;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--backnumarea {
    margin: 0.5em 0;
    padding: 1.5em 0.2em;
    border-top: solid 2px;
    border-bottom: solid 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--backnumarea a {
    max-width: 65%;
    margin-left: 1em;
  }
  .category-405 .movdetail div.commentxt .dsc .dsc--backnumarea a img {
    width: 100%;
  }
  .category-405 .movdetail .dsc--rvwarea {
    margin-top: 1em;
    text-align: left;
  }
  .category-405 .movdetail .otayori {
    padding: 1em 0;
  }
  .category-405 .movdetail .otayori a {
    border: solid 2px;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 1;
  }
  .category-405 .movdetail .otayori a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 3%;
  }
  .category-405 .movdetail .otayori a:hover {
    color: #fff;
    border: solid 2px #fff;
    z-index: 1;
  }
  .category-405 .movdetail .otayori a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 105%;
    z-index: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
  }
  .category-405 .movdetail .otayori a:hover:before {
    transition: 0.3s;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s;
    z-index: -1;
  }
  .category-405 .movdetail .presentxt {
    padding: 1em 0;
    border-top: solid 2px;
  }
  .category-405 .archive {
    padding: 1em 0 1em 1%;
  }
  .category-404 .movdetail {
    display: flex;
    position: relative;
    padding-bottom: 3em;
  }
  .category-404 .movdetail div.plyr {
    width: 55%;
    margin: 1%;
  }
  .category-404 .movdetail div.commentxt {
    width: 45%;
    margin: 1%;
    text-align: left;
  }
  .category-404 .commentxt .otayori {
    padding: 1em 0 0;
  }
  .category-404 .otayori {
    padding: 1em 0;
  }
  .category-404 .otayori a {
    border: solid 2px;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
  }
  .category-404 .otayori a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 45%;
    right: 3%;
  }
  .category-404 .otayori a:hover {
    color: #fff;
    transition: 0.3s;
    z-index: 1;
  }
  .category-404 .otayori a:before {
    content: "";
    display: inline-block;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .category-404 .otayori a:hover:before {
    transition: 0.3s;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s;
    z-index: -1;
  }
  .category-404 .archive {
    margin-top: 1em !important;
    padding: 1em 0 1em 1%;
  }
  .category-406 .flx {
    display: flex;
  }
  .category-406 .flx .archivearea {
    margin: 0.5em;
    width: 40%;
  }
  .category-406 .flx .editorsnote {
    margin: 0 0.5em;
    width: 60%;
    border-bottom: solid 2px;
  }
  .category-406 .flx .editorsnote .dsc .dsc--kindarea {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .category-406 .flx .editorsnote .editortxt {
    margin: 0 0 1em;
    padding: 1em 0;
    border-top: solid 2px;
  }
  .category-406 .flx .editorsnote .otayori {
    border-top: solid 2px;
    padding: 1em 0;
    margin-top: 2em;
  }
  .category-406 .flx .editorsnote .otayori a {
    border: solid 2px;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
    transition: 0.3s;
    overflow: hidden;
    z-index: 1;
  }
  .category-406 .flx .editorsnote .otayori a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 45%;
    right: 3%;
  }
  .category-406 .flx .editorsnote .otayori a:hover {
    color: #fff;
    transition: 0.3s;
    z-index: 1;
  }
  .category-406 .flx .editorsnote .otayori a:before {
    content: "";
    display: inline-block;
    transform: scaleX(0);
    transition: transform 0.3s;
    transform-origin: right;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .category-406 .flx .editorsnote .otayori a:hover:before {
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s;
    z-index: -1;
  }
  .category-406 .flx .editorsnote .presentxt {
    padding: 1em 0;
    border-top: solid 2px;
  }
  .category-406 .archive {
    width: 60%;
    margin: 0 0 0 auto;
    padding-top: 20px;
    padding-left: 12px;
    border: none;
  }
  .category-407 {
    /*
    	.commentxt {
    		position:relative;

    		.tweetbtn {
    			position:absolute;
    			top:0;
    			right:0;
    		}
    	}
    */
  }
  .category-407 .tweetbtn {
    padding: 0.5em 0;
    margin-top: 1em;
  }
  .category-407 .tweetbtn a {
    border: solid 2px;
    padding: 0.5em 2em 0.5em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
    overflow: hidden;
    transition: 0.3s;
  }
  .category-407 .tweetbtn a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 45%;
    right: 3%;
  }
  .category-407 .tweetbtn a:hover {
    color: #fff;
    transition: 0.3s;
    z-index: 1;
  }
  .category-407 .tweetbtn a:before {
    content: "";
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    background: #000;
    transition: transform 0.3s;
    z-index: 0;
  }
  .category-407 .tweetbtn a:hover:before {
    transition: transform 0.3s;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    z-index: -1;
  }
  .category-407 .movdetail {
    display: flex;
    position: relative;
    padding-bottom: 3em;
  }
  .category-407 .movdetail div {
    margin: 1%;
  }
  .category-407 .movdetail div.plyr {
    width: 55%;
  }
  .category-407 .movdetail div.commentxt {
    width: 45%;
    text-align: left;
  }
  .category-414 .plyr {
    width: 80%;
    margin: 0 auto 1em;
  }
  .category-414 .commentxt {
    width: 80%;
    margin: 0 auto;
  }
  .category-414 .archive {
    padding: 0;
  }
  /* page--archive
  ------------------------------ */
  .page--archive .section--list .list--contents li a:hover .thumb img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.3s;
  }
  .page--archive #next {
    margin-top: -150px;
    position: relative;
    z-index: 1;
  }
  /*  page--faq
  ------------------------------ */
  .page--faq .section--list .list--tag {
    margin-bottom: 80px;
  }
  .page--faq .section--list .list--tag li a:hover {
    opacity: 0.5;
  }
  .page--faq .section--detail .block--contact {
    margin: 0 0 100px;
  }
  .page--faq .section--detail .list--faq {
    margin-bottom: 0;
  }
  .page--faq .list--faq a:hover {
    opacity: 0.5;
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .content-main > section {
    width: 100%;
    padding: 120px 16%;
    margin: 0 auto;
  }
  /* page--parts
  ---------------------------------*/
  .page--parts h2 {
    padding-top: 120px;
  }
  .page--parts .links a:hover {
    color: #a8b14e;
  }
  /* archive
  ---------------------------------*/
  #book .list--contents {
    justify-content: start;
  }
  #book .list--contents li .thumb {
    border-radius: 0;
    width: 100%;
    padding-top: 56.24%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
  }
  #book .list--contents li .thumb img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body {
    font-size: 15px;
    background: url(/static/yoshiikazuya/fanclub/common/bg.png) center center no-repeat fixed #e3f33c;
  }
  body.page--home:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 375px;
    left: 50%;
    background: url(/static/yoshiikazuya/fansite/home/top_bg.png) top center no-repeat;
    background-size: 135%;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .btn--main {
    min-width: 90%;
  }
  /* new-movie
  ------------------------------ */
  /* page--parts
  ---------------------------------*/
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content-main {
    min-height: 80vh;
  }
  h1.logo {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1000;
  }
  h1.logo a img {
    padding-top: 8px;
  }
  .header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
  }
  .header h1 {
    width: 100px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 5%;
    max-width: 120px;
    margin-top: 0.15em;
  }
  .header h1 img {
    width: 80%;
  }
  .header h1 a {
    display: block;
  }
  .header h1 a span {
    color: #e0f600;
    font-size: 10px;
    letter-spacing: -0.05em;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 0.5em;
    transform: scale(0.9);
    transform-origin: left;
    margin-left: -0.5em;
  }
  .header h1 a svg {
    width: 100%;
    height: 11vw;
    fill: #000;
  }
  .header .drawer {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(227, 243, 60, 0.5);
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
  }
  .header .drawer .drawer__inner {
    overflow: hidden;
    width: 100%;
  }
  .header .drawer .g-nav {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
  }
  .header .drawer .g-nav ul {
    background: #000;
    color: #fff;
    width: 100%;
    display: block;
    padding: 3vh 0;
  }
  .header .drawer .g-nav li {
    margin: 2em 0;
    display: block;
    text-align: center;
  }
  .header .drawer .g-nav li a {
    font-family: din-condensed, sans-serif;
    font-size: 150%;
    color: #e3f33c;
    border-bottom: solid;
    letter-spacing: 0.01em;
    position: relative;
  }
  .header .drawer .g-nav li a span.new {
    right: -1.4em;
  }
  .header .drawer .g-nav .icnarea {
    background: #000;
  }
  .header .drawer .g-nav .icnarea .double-member-about {
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto 30px;
  }
  .header .drawer .g-nav .icnarea ul {
    display: flex;
    justify-content: center;
    padding: 0 0 3em;
  }
  .header .drawer .g-nav .icnarea ul li {
    margin: 0 0.5em;
  }
  .header .drawer .g-nav .icnarea ul li a {
    border-bottom: none;
  }
  .drawer__btn {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 5%;
    top: 15px;
    z-index: 999;
  }
  .drawer__btn span {
    display: block;
    height: 2px;
    border-radius: 1px;
    background: #000;
    position: absolute;
    width: 100%;
    transition: 0.3s;
    background: #e3f33c;
  }
  .drawer__btn .drawer__btn--top {
    top: 35%;
  }
  .drawer__btn .drawer__btn--mid {
    top: 50%;
    display: none;
  }
  .drawer__btn .drawer__btn--btm {
    top: 65%;
  }
  .drawer-visible {
    overflow: hidden;
  }
  .drawer-visible .drawer__btn span {
    transform: rotate(0);
  }
  .drawer-visible .drawer__btn span::before {
    top: 0;
    transform: rotate(0deg);
    left: -18px;
    transform-origin: right top;
  }
  .drawer-visible .drawer__btn span::after {
    top: 0px;
    transform: rotate(0deg);
    left: 18px;
    transform-origin: right top;
  }
  .drawer-visible .drawer__btn .drawer__btn--top {
    top: 50%;
    transform: rotate(30deg);
  }
  .drawer-visible .drawer__btn .drawer__btn--mid {
    top: 50%;
    transform: rotate(0) scaleX(0);
  }
  .drawer-visible .drawer__btn .drawer__btn--btm {
    top: 50%;
    transform: rotate(-30deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    padding-top: 0;
  }
  .nav--login {
    margin-bottom: 2.5em;
  }
  footer {
    background: #000;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 10vw 10% 10px;
    position: static;
    left: 0;
    bottom: 0;
    font-size: 12px;
  }
  footer .inner {
    margin: 0 auto;
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
    justify-content: center;
  }
  footer ul li {
    margin: 0 0.8em 0.5em;
    text-align: center;
  }
  footer .official-site {
    margin-bottom: 30px;
  }
  footer .official-site a {
    display: block;
    line-height: 1;
    padding: 1.5em 0 1.5em;
    border: 1px solid #fff;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.05em;
  }
  footer .jasrac {
    text-align: center;
    font-size: 0.8em;
  }
  footer .copyright {
    font-size: 10px;
    bottom: 10px;
    text-align: center;
    margin-top: 2.5em;
  }
  .page--home {
    position: static;
  }
  .welcome {
    position: static;
    width: 80%;
    margin: 1em auto 4em;
  }
  .welcome .flx {
    display: block;
  }
  .welcome .flx p {
    text-align: center;
  }
  .welcome .flx p:nth-child(1) {
    margin: 0 auto 2em;
  }
  .welcome .flx p:nth-child(2) {
    line-height: 1.5em;
    width: 100%;
  }
  .welcome .flx p:nth-child(2) img {
    width: 55%;
    margin: 0.5em auto 0;
  }
  .welcome .flx p span {
    width: 170%;
    margin-left: -35%;
  }
  .date {
    font-size: 12px;
    letter-spacing: -0.03em;
    margin-bottom: 2px;
    margin-right: 0;
  }
  .date.event-date .end-time::before {
    width: 13px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .category {
    font-size: 10px;
    padding: 0;
    transform: scale(0.9);
    font-size: 12px;
    margin-right: 0;
  }
  .list--information {
    padding: 0;
  }
  .list--information li a {
    display: block;
    padding: 14px 0;
  }
  .list--information li a .tit {
    font-size: 15px;
    line-height: 1.4;
  }
  .list--information li a .date {
    font-size: 12px;
    padding: 0;
    margin-right: 0px;
  }
  .list--contents {
    display: block;
    padding: 2em 0;
  }
  .list--contents .list__txt {
    text-align: center;
  }
  .list--contents .txttit {
    margin-bottom: 12px;
    border: solid;
    padding: 1em;
    border: solid 3px;
  }
  .block--category {
    position: relative;
    margin: -6vw 0 30px;
  }
  .block--category li a {
    letter-spacing: 0.05em;
    font-size: 4vw;
  }
  .block--category li a::after {
    left: 12%;
  }
  .block--category li {
    margin: 0 1.2em 1.2em 0;
  }
  [class^=list--] li.new .tit::after {
    display: none;
  }
  [class^=list--] li.new .category {
    position: relative;
  }
  [class^=list--] li.new .category::after {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 400;
    content: "NEW";
    font-size: 13px;
    color: #c00;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    position: absolute;
    top: 3px;
    margin-right: 11px;
    transform: rotate(-8deg);
    right: -47px;
  }
  .wrap {
    position: relative;
    overflow: hidden;
  }
  .page--home .wrap {
    padding: 50vh 0 0 0;
  }
  .section--list,
  .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 5% 40px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 0.15em;
    padding: 2% 60px;
    letter-spacing: -0.03em;
    display: inline-block;
  }
  .section--list .section-tit:before,
  .section--detail .section-tit:before {
    width: 50px;
    height: 35px;
  }
  .section--list .section-tit:after,
  .section--detail .section-tit:after {
    width: 50px;
    height: 35px;
  }
  .section--list .stitjp,
  .section--detail .stitjp {
    font-size: 22px;
  }
  .section--list .list--contents li,
  .section--detail .list--contents li {
    margin-bottom: 6vw;
  }
  .bottompager {
    margin-bottom: 60px;
  }
  section.section--latest-contents {
    background: #e6f621;
    box-shadow: 0 -10px 15px #e6f621, 0 10px 15px #e6f621;
    padding-top: 1em;
    margin-bottom: 30px;
  }
  .section--detail .detail__btn {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .section--list .list--info {
    margin-bottom: 1em;
  }
  .section--list .list--info li .date {
    font-size: 11px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
  }
  .section--list .list--info li .date::before {
    display: none;
  }
  .section--list .list--contents li {
    width: 100%;
    margin-right: 0;
  }
  .section--list .detail__btn {
    margin: 0;
  }
  .section--list .block--pager {
    justify-content: center;
    margin-bottom: 10px;
  }
  .section--list .block--pager .pager__item--older a:after,
  .section--list .block--pager .pager__item--newer a:after {
    top: 50%;
  }
  .section--list .block--pager .pager__item--newer {
    right: 0;
  }
  .section--list .block--pager .pager__item--older {
    left: 0;
    margin-right: 0;
  }
  .section--list .block--pager .pager__item--older:after {
    top: 50%;
  }
  .tplogo {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 15vh;
    width: 200px;
  }
  .tplogo img {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #e3f33c;
    border-radius: 50%;
    max-width: 250px;
  }
  .checkin {
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 15%;
    z-index: 2;
  }
  .checkin a {
    margin-right: 0.3em;
    background: black;
    border-radius: 50rem;
    padding: 20%;
    display: block;
  }
  .checkin img {
    max-width: 90%;
  }
  .sign {
    position: absolute;
    right: 2%;
    top: 60px;
  }
  .block--login {
    width: 100%;
    position: static;
  }
  .block--login ul li {
    text-align: center;
    width: 90%;
    display: block;
    margin: 0 auto 0.5em;
  }
  .block--login ul li a {
    background: #000;
    color: #fff;
    padding: 1em 2em;
    display: block;
    width: 100%;
    font-size: 150%;
    font-weight: normal;
    font-family: fot-tsukuardgothic-std, sans-serif;
  }
  .page--home .bdymenu {
    margin-bottom: 1em;
    font-family: din-condensed, sans-serif;
    font-size: 200%;
    text-align: center;
  }
  .page--home .bdymenu li {
    margin: 0.5em 0;
  }
  .page--home .bdymenu li a {
    letter-spacing: -0.03em;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
  }
  .page--home .bdymenu li a:after {
    content: "";
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
  }
  .page--home .bdymenu li a:hover:after {
    left: -100%;
    transition: 0.3s;
  }
  .page--home .block--right {
    width: 100%;
    padding: 0 8%;
  }
  .page--home .block--about-yfl a {
    display: block;
    text-align: center;
    border: 3px solid;
    padding: 15px 5px 10px;
  }
  .page--home .block-banner ul li {
    border: none;
    margin: 0 0 12px;
  }
  .page--home .block-banner img {
    width: 100%;
  }
  .page--home .list--contents {
    padding: 2em 0 0;
  }
  .page--home .list--contents li.con_sche a {
    font-size: 18px;
  }
  .page--home .block--about-yfl img {
    width: 80%;
  }
  .page--home .category {
    font-size: 220%;
  }
  .page--info .block--share {
    padding-top: 40px;
    margin: 0 0 30px;
  }
  .page--info .no-data {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 14px;
    top: -2px;
    margin-left: 7px;
  }
  .page--info .section--detail {
    padding: 0 7% 40px;
  }
  .page--info .section--detail .tit {
    font-size: 18px;
    line-height: 1.3;
  }
  .page--info .section--detail .stit {
    padding: 0.2em 1.5em 0.5em 2em;
    font-size: 110%;
    line-height: 1.2em;
  }
  .page--info .section--detail .info-txtarea {
    padding: 1em;
  }
  .page--info .section--detail .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .date {
    font-size: 11px;
    margin-right: 0;
    tex-align: left;
  }
  .page--info .section--detail .event-date {
    font-size: 13px;
  }
  .page--info .section--detail .event-date .end-time::before {
    top: 7px;
  }
  .page--info .block--share .share {
    font-size: 10px;
  }
  .page--info ul.list--info li {
    padding: 2em 0;
  }
  .page--info ul.list--info li .tit {
    margin-bottom: 1.3em;
  }
  .page--info ul.list--info li img {
    max-width: 100%;
  }
  .page--contact.section--list .list--information li {
    margin-bottom: 10px;
  }
  .page--contact.section--list .list--information li a {
    border: 1px solid;
    border-radius: 5px;
    padding: 14px 5% 14px calc(5% + 24px);
    position: relative;
    line-height: 1.4;
  }
  .page--contact.section--list .list--information li a i {
    display: block;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -7px;
    font-size: 16px;
  }
  .page--contact .url {
    display: block;
    margin-bottom: 40px;
  }
  .page--contact .url a {
    text-align: center;
  }
  .page--contact .url a i {
    display: inline-block;
    margin-right: 5px;
  }
  .page--movie .wrap {
    padding: 25vw 0 0;
  }
  .page--movie .movdetail {
    padding: 1.5em;
  }
  .page--movie .plyr .titarea {
    margin: 1em 0 0;
  }
  .page--movie .block--player {
    padding-top: 56.25%;
  }
  .page--movie .block--player video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page--movie .section--detail .date {
    margin-bottom: 0px;
  }
  .page--movie .section--detail .tit {
    margin-bottom: 10px;
  }
  .page--movie .list--contents {
    width: 100%;
    padding: 0;
  }
  .page--movie .caption .txt {
    font-size: 12px;
  }
  .page--movie .movdetail {
    text-align: left;
  }
  .page--movie .commentxt {
    margin-top: 1.5em;
  }
  .page--movie .toacv {
    margin: 2em auto 3em;
  }
  .page--movie .toacv .detail__btn a {
    font-size: 0.85em;
  }
  .category-407 .tweetbtn a {
    display: block;
    width: 100%;
  }
  .category-404 .movdetail .plyr .date, .category-404 .movdetail .plyr .tit {
    display: block;
  }
  .category-404 .movdetail .plyr .tit {
    margin-bottom: 15px;
  }
  .category-405 .movdetail {
    text-align: left;
  }
  .category-405 .movdetail .plyr .titarea {
    margin: 1em 0 0;
  }
  .category-405 .movdetail .dsc .dsc--titlearea {
    margin: 0.5em 0;
    padding: 0.5em 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
    font-size: 15px;
  }
  .category-405 .movdetail .dsc .dsc--kindarea {
    font-family: din-condensed, sans-serif;
    font-size: 20px;
    line-height: 0.9em;
  }
  .category-405 .movdetail .dsc .dsc--rvwarea {
    margin-bottom: 3em;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea {
    display: flex;
    margin-top: 1em;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__jktimg {
    width: 30%;
    margin-right: 1em;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__jktimg img {
    width: 100%;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__jktimg .snsarea {
    display: block;
    justify-content: center;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__jktimg .snsarea div {
    margin: 0.5%;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__jktimg .snsarea img {
    width: 100%;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__dtltxt {
    width: 70%;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__dtltxt h4 {
    margin-bottom: 0.5em;
    font-size: 14px;
    font-weight: normal;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__dtltxt h4 span {
    font-size: 90%;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__dtltxt .block-tracklist {
    font-size: 12px;
  }
  .category-405 .movdetail .dsc .dsc--dtlarea .dsc--dtlarea__dtltxt .block-tracklist__title {
    font-size: 14px;
    font-weight: normal;
  }
  .category-405 .movdetail .dsc .dsc--backnumarea {
    margin: 0.5em 0;
    padding: 1.5em 0.2em;
    border-top: solid 2px;
    border-bottom: solid 2px;
  }
  .category-405 .movdetail .dsc .dsc--backnumarea img {
    width: 100%;
    display: block;
    margin: 0.2em 0 0.5em;
  }
  .category-405 .movdetail .dsc .dsc--detftxt {
    margin: 0 0 2em;
  }
  .category-405 .otayori {
    border-bottom: solid 2px;
    padding: 1em 0;
    margin-bottom: 1em;
  }
  .category-405 .otayori a {
    border: solid 2px;
    padding: 0.5em 2em 0.7em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
  }
  .category-405 .otayori a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 45%;
    right: 2%;
  }
  .category-405 .dsc--rvwarea {
    margin-top: 0.5em;
  }
  .category-406 .archivearea {
    margin-bottom: 2em;
  }
  .category-406 .editorsnote {
    margin: 0 0.5em 2em;
    border-bottom: solid 2px;
  }
  .category-406 .editorsnote .editortxt {
    margin: 0 0 1em;
    padding: 1em 0;
    border-top: solid 2px;
  }
  .category-406 .editorsnote .otayori {
    border-top: solid 2px;
    padding: 1em 0;
    margin-top: 2em;
  }
  .category-406 .editorsnote .otayori a {
    border: solid 2px;
    padding: 0.5em 2em 0.7em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
  }
  .category-406 .editorsnote .otayori a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 45%;
    right: 2%;
  }
  .category-406 .editorsnote .presentxt {
    padding: 1em 0;
    border-top: solid 2px;
  }
  .category-407 .tweetbtn {
    padding: 0.5em 0;
    margin-top: 1em;
  }
  .category-407 .tweetbtn a {
    border: solid 2px;
    padding: 0.5em 2em 0.7em 1em;
    position: relative;
    display: inline-block;
    margin: 1em 0;
    font-size: 110%;
  }
  .category-407 .tweetbtn a:after {
    content: "▶";
    position: absolute;
    transform: translate(0, -50%);
    top: 45%;
    right: 3%;
  }
  .category-414 .sub-txt-list {
    margin-top: 1.5em;
  }
  .page--movie.new-movie .wrap .section--list {
    padding: 0 5% 40px;
  }
  .page--movie.new-movie .wrap .section--list .section-tit {
    margin-bottom: 0.15em;
  }
  .page--movie.new-movie .wrap .section--list .list--contents {
    gap: 0;
  }
  .page--movie.new-movie .wrap .section--list .list--contents li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .page--movie.new-movie .wrap .detail__btn {
    margin: 0;
    padding: 0;
  }
  .page--movie.new-movie .wrap .section--detail {
    padding: 0 5% 40px;
  }
  .page--movie.new-movie .wrap .section--detail .block--player {
    position: relative;
    top: 0;
  }
  .page--movie.new-movie .wrap .section--detail .area--movie .video-js .vjs-play-control {
    left: 50%;
    transform: translateX(-50%);
    top: -15vw;
  }
  .page--movie.new-movie .wrap .section--detail .commentxt {
    margin-top: 0;
    font-size: 14px;
  }
  .page--movie.new-movie .wrap .section--detail .commentxt .otayori a {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0.75em 2em 0.75em 1em;
    box-sizing: border-box;
  }
  .page--movie.new-movie .wrap .section--detail .movdetail {
    margin-bottom: 20px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info {
    margin-bottom: 20px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab {
    margin-bottom: 20px;
  }
  .page--movie.new-movie .wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding: 0;
  }
  .page--error .section--detail {
    padding: 0 7% 40px 7%;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
    margin-bottom: 3em;
  }
  .page--faq .section--list .list--tag {
    margin-bottom: 30px;
  }
  .page--faq .section--detail .tit--category {
    margin-bottom: 1em;
  }
  .page--faq .section--detail .section-tit {
    margin-bottom: 30px;
  }
  .page--faq .searchBox {
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq a {
    padding: 12px 0;
  }
  .page--faq .list--faq a .tit {
    font-size: 14px;
  }
  .page--faq .block--faq-detail {
    padding: 13px 5%;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 13px;
  }
  .page--support.section--detail .section-tit {
    font-size: 18px;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter.postal_code {
    width: 50% !important;
  }
  .page--questionnaire .content-main > section {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 5% 40px;
  }
  .page--questionnaire .content-main > section .section-tit {
    margin-bottom: 30px;
    text-align: left;
    transform: none;
    left: 0;
    font-size: 18px;
    padding: 0;
    letter-spacing: -0.03em;
    display: inline-block;
    /*&::before,&::after{display: none;}*/
  }
  .page--questionnaire .content-main > section .section-tit:before {
    content: none;
    width: 50px;
    height: 35px;
  }
  .page--questionnaire .content-main > section .section-tit:after {
    content: none;
    width: 50px;
    height: 35px;
  }
  .page--questionnaire .form--confirm {
    padding: 20px;
  }
  #fcnews_area dl {
    text-align: left;
    margin: 1em 0;
  }
  .page--parts .section--detail .inner {
    margin-bottom: 10em;
  }
  .page--parts .tit {
    margin: 1em 0;
    font-size: 15px;
  }
  .page--parts .tit .subTxt {
    font-size: 12px;
  }
}