<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! 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 {
  background: #fcf7e8;
  color: #3c2c0d;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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;
}

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

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

::-moz-selection {
  background: #ffd836;
  color: #3c2c0d;
}

::selection {
  background: #ffd836;
  color: #3c2c0d;
}

::-moz-selection {
  background: #ffd836;
  color: #3c2c0d;
}

.btn {
  text-align: center;
}

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

.btn--main {
  background: #3c2c0d;
  color: #fcf7e8;
  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 #3c2c0d;
  background: none;
  color: #3c2c0d;
  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;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.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 {
  height: 60px;
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 13px;
  padding: 0;
  position: relative;
  top: 20px;
  margin: 50px auto 0;
}
.block--pager li {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3c2c0d;
  font-size: 18px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  position: relative;
  margin: 0 5px;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  position: absolute;
  background: repeat-x 0 url(/static/kariyushi58/fanclub/common/repeat-single-line_dark.svg);
  background-size: 24px;
  bottom: 0;
  left: -50%;
  transform: translateX(48%);
  opacity: 0;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--newer {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  top: -5px;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer span::after {
  width: 8px;
  height: 8px;
  border-top: 3px solid #3c2c0d;
  border-right: 3px solid #3c2c0d;
  transform: rotate(-135deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--older {
  width: 40px;
  height: 40px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
  top: -5px;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older span::after {
  width: 8px;
  height: 8px;
  border-top: 3px solid #3c2c0d;
  border-right: 3px solid #3c2c0d;
  transform: rotate(45deg);
  top: 16px;
  right: 16px;
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  color: #3c2c0d;
  line-height: 1;
}
.block--pager .pager__item--current::before {
  padding: 0 0.6em;
  opacity: 1;
}

.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: no-repeat center url(/static/kariyushi58/fanclub/common/Indicator-off.svg);
  background-size: contain;
  opacity: 1;
}
.slick-dots .slick-active button:before {
  background-image: url(/static/kariyushi58/fanclub/common/Indicator-current.svg);
  opacity: 1 !important;
}

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

.date {
  font-family: YakuHanJP, "Titillium Web", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.event-date .end-time {
  padding-left: 2em;
  position: relative;
}
.event-date .end-time::before {
  content: "";
  display: block;
  width: 23px;
  height: 6px;
  position: absolute;
  background: no-repeat center url(/static/kariyushi58/fanclub/common/line-single_dark.svg);
  background-size: cover;
  left: 1em;
  transform: translateX(-50%);
  top: 7px;
}

.tit {
  line-height: 1.5;
  word-break: break-all;
}

.category {
  width: 8.5em;
  background: no-repeat center url(/static/kariyushi58/fanclub/top/top-info-category-bg.svg);
  color: #fcf7e8;
  font-size: 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  background-size: 100%;
  padding: 8px 12px 8px 0;
}

.list__more {
  display: inline-block;
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #fcf7e8;
  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: no-repeat center url(/static/kariyushi58/fanclub/common/line-single.svg);
  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/kariyushi58/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, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #f74f1c;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  position: relative;
  top: 0;
  margin-left: 10px;
  transform: rotate(-8deg);
}

.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/kariyushi58/fanclub/top/cover-video.png) no-repeat center/cover;
  mask: url(/static/kariyushi58/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/kariyushi58/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: #3c2c0d;
  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: #f38200;
}

.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, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.block--category li a {
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  font-family: YakuHanJP, "Permanent Marker", "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/kariyushi58/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 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, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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 #3c2c0d;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #3c2c0d;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #3c2c0d;
}
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, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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 #3c2c0d;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
textarea:focus {
  border-color: #3c2c0d;
}
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, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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 #3c2c0d;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
.form__select select:focus {
  border-color: #3c2c0d;
}
.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 #3c2c0d;
  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, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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 #3c2c0d;
  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 #3c2c0d;
  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, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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 #3c2c0d;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #3c2c0d;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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 #3c2c0d;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #3c2c0d;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #3c2c0d;
  border-color: #3c2c0d;
}
.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;
}

.g-nav li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.g-nav li a,
.g-nav li span {
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

.nav--login {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "游ゴシック体", 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;
}

footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #ffd836;
  padding-top: 100px;
  text-align: right;
  padding: 60px 5% 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  position: absolute;
  position: absolute;
  background: no-repeat center bottom url(/static/kariyushi58/fanclub/top/bg_footer.svg);
  background-size: 100%;
  top: -8.5vw;
  left: 0;
}
footer h1 {
  display: none;
  width: 20%;
}
footer h1 a {
  display: block;
}
footer h1 svg {
  display: block;
  width: 100%;
  max-width: 500px;
  fill: #3c2c0d;
}
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 .list--bnr li:nth-child(2n) {
  margin-right: 0;
}
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 {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  bottom: 40px;
  letter-spacing: 0.05em;
}
footer .nav--contact {
  margin-bottom: 40px;
}
footer .nav--contact a {
  font-family: "Roboto", 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: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.wrap {
  background: #fefcf6;
  padding: 120px 0 150px;
  min-height: 100%;
  position: relative;
}
.wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 9vw;
  position: absolute;
  background: no-repeat center bottom url(/static/kariyushi58/fanclub/top/bg_footer.svg);
  background-size: cover;
  top: 17px;
  left: 0;
  transform: rotate(180deg);
}
.wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  background: #ffd836;
  top: 0;
  left: 0;
}

.bg {
  width: 100%;
  height: 100%;
  background: center url(/static/kariyushi58/fanclub/common/bg_wall.jpg);
  background-size: 300px;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

.section-tit {
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #fcf7e8;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
}
.section-tit::after, .section-tit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  width: 68px;
  height: 13px;
  background: repeat-x url(/static/kariyushi58/fanclub/common/repeat-single-line.svg);
  background-size: 30px;
  top: 34px;
}
.section-tit::before {
  left: -81px;
}
.section-tit::after {
  right: -81px;
}

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 .bg {
  background: none;
  mix-blend-mode: unset;
  line-height: 0;
  opacity: 1;
  position: relative;
  z-index: 1;
  margin: 0 -1%;
  width: 102%;
}
.page--home .bg.bg__footer img, .page--home .bg.bg__official img {
  display: block;
  position: relative;
  z-index: 1;
}
.page--home .bg.bg__official::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6fc6e0;
}
.page--home .bg.bg__official::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #fcf7e8;
}
.page--home .bg.bg__footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -3px;
  left: 0;
  background: #f38200;
}
.page--home .bg.bg__footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffd836;
}
.page--home .wrap {
  padding-top: 0;
  overflow: hidden;
}
.page--home .section-tit {
  margin-bottom: 3%;
}
.page--home .delighter {
  opacity: 0;
  transition: 0.3s;
  transform: translateY(60px);
}
.page--home .delighter.started {
  opacity: 1;
  transform: translateY(0);
}
.page--home .area--official,
.page--home .area--fc {
  position: relative;
}
.page--home .area--official::after,
.page--home .area--fc::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: center;
  background-size: 220px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 2;
  pointer-events: none;
}
.page--home .area--official {
  background: #6fc6e0;
  margin: 0 auto;
}
.page--home .area--official::after {
  background-image: url(/static/kariyushi58/fanclub/common/bg_wall.jpg);
}
.page--home .area--fc {
  background: #f38200;
  margin: 0 auto;
}
.page--home .area--fc::after {
  background-image: url(/static/kariyushi58/fanclub/common/bg_wall.jpg);
}
.page--home .area--fc [class^=cloud] {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center/contain;
}
.page--home .area--fc .cloud01 {
  width: 13vw;
  height: 8vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-d.svg);
  top: -9%;
  left: 6%;
  animation: fuwafuwa 3s ease-out infinite 1s;
}
.page--home .area--fc .cloud02 {
  width: 20vw;
  height: 10vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-a.svg);
  top: 0;
  left: 21%;
  animation: fuwafuwa 5s ease-out infinite;
}
.page--home .area--fc .cloud03 {
  width: 26vw;
  height: 14vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-a.svg);
  top: 58%;
  left: -5%;
  animation: fuwafuwa 3s ease-out infinite 1.5s;
}
.page--home .area--fc .cloud04 {
  width: 8vw;
  height: 4vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-c.svg);
  top: 70%;
  left: 23%;
  animation: fuwafuwa 3s ease-out infinite 0.3s;
}
.page--home .area--fc .cloud05 {
  width: 8vw;
  height: 5vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-d.svg);
  top: 110%;
  right: 22%;
  animation: fuwafuwa 4s ease-out infinite 0.5s;
}
.page--home .area--fc .cloud06 {
  width: 13vw;
  height: 6vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-b.svg);
  top: 0;
  right: 21%;
  animation: fuwafuwa 3s ease-out infinite 1.2s;
}
.page--home .area--fc .cloud07 {
  width: 28vw;
  height: 17vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-a.svg);
  top: 26%;
  right: -5%;
  animation: fuwafuwa 3s ease-out infinite 1s;
}
.page--home .area--fc .cloud08 {
  width: 13vw;
  height: 7vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-c.svg);
  top: 70%;
  right: 28%;
  animation: fuwafuwa 3s ease-out infinite 0.5s;
}
.page--home .section--keyvisual {
  position: relative;
  height: 120vh;
  min-height: 64vw;
  background: #fcf7e8;
}
.page--home .section--keyvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/static/kariyushi58/fanclub/common/bg_wall.jpg);
  background-size: 220px;
  mix-blend-mode: multiply;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.page--home .section--keyvisual .block--keyvisual {
  width: 90%;
  height: 100%;
  min-width: 130vh;
  max-width: 200vh;
  position: relative;
  left: -14%;
  top: 0;
  -webkit-mask: url(/static/kariyushi58/fanclub/top/cover-top-photo.png) no-repeat right 3vh/cover;
  mask: url(/static/kariyushi58/fanclub/top/cover-top-photo.png) no-repeat right 3vh/cover;
  z-index: 10;
}
.page--home .section--keyvisual .block--keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
.page--home .section--keyvisual h1 {
  width: 25%;
  height: auto;
  position: absolute;
  right: 3%;
  top: 80vh;
  z-index: 10;
}
.page--home .section--banner {
  padding-top: 50px;
  position: relative;
  z-index: 3;
}
.page--home .section--banner .list--bnr li {
  margin: 0 15px;
}
.page--home .section--banner .list--bnr li a {
  display: block;
  position: relative;
}
.page--home .section--banner .list--bnr li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid transparent;
  transition: 0.3s;
}
.page--home .section--banner .list--bnr li a:hover::before {
  border-color: #fcf7e8;
}
.page--home .section--banner .list--bnr li a img {
  display: block;
  transition: 0.3s;
}
.page--home .section--banner .list--bnr .slick-slide {
  transition: 0.3s;
}
.page--home .section--banner .list--bnr li.slick-current a::before {
  border-color: #fcf7e8;
}
.page--home .section--banner .list--bnr .slick-dots {
  bottom: -40px;
}
.page--home .section--banner .list--bnr .slick-dots li {
  margin: 0 8px;
}
.page--home .section--information {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 15vw;
  padding-top: 100px;
}
.page--home .section--information .section-tit {
  margin-bottom: 8%;
}
.page--home .section--information .list--information {
  background: #fffcf4;
  position: relative;
  padding: 0 10%;
}
.page--home .section--information .list--information::before, .page--home .section--information .list--information::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: no-repeat;
  background-size: 100%;
  left: 0;
}
.page--home .section--information .list--information::before {
  height: 80px;
  background-image: url(/static/kariyushi58/fanclub/top/bg_info_top.svg);
  top: -75px;
  background-position: bottom;
}
.page--home .section--information .list--information::after {
  height: 80px;
  background-image: url(/static/kariyushi58/fanclub/top/bg_info_bottom.svg);
  background-position: top;
  bottom: -75px;
}
.page--home .section--information .list--information li a {
  color: #30add2;
}
.page--home .section--movie {
  position: relative;
  z-index: 10;
}
.page--home .section--movie a {
  color: #fcf7e8;
}
.page--home .section--movie .slick-dots {
  bottom: 10px;
}
.page--home .section--movie .slick-dots li {
  margin: 0 5px;
}
.page--home .area--fc .block--login {
  position: relative;
  margin-bottom: 8vw;
  z-index: 10;
}
.page--home .area--fc .block--login .area-tit {
  width: 30%;
  max-width: 400px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}
.page--home .area--fc .block--login .nav--login {
  display: flex;
  justify-content: center;
}
.page--home .area--fc .block--login .nav--login li a {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.page--home .area--fc .section--latest-contents .list--contents {
  position: relative;
  z-index: 10;
}
.page--home .area--fc .section--latest-contents .list--contents a {
  position: relative;
}
.page--home .area--fc .section--latest-contents .list--contents li.new .tit::before {
  color: #ffd836;
}
.page--home .area--fc .section--latest-contents .list__txt {
  padding-top: 15px;
  position: relative;
}
.page--home .area--fc .section--latest-contents .category {
  width: 180px;
  height: 52px;
  background-image: url(/static/kariyushi58/fanclub/top/top-fc-category-bg.svg);
  transform-origin: left bottom;
  transform: rotate(-8deg);
  position: absolute;
  top: -35px;
  color: #3c2c0d;
  font-size: 15px;
  line-height: 2.4;
  text-indent: -1em;
  left: -10px;
}
.page--home .area--fc .section--latest-contents li a {
  color: #fcf7e8;
  font-weight: bold;
}
.page--home .area--fc .section--latest-contents li.new .tit::after {
  color: #ffd836;
}
.page--home footer h1,
.page--home footer .nav-wrap .nav--support {
  display: block;
}
.page--home footer footer::before {
  display: none;
}
.page--home footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/static/kariyushi58/fanclub/common/bg_wall.jpg);
  background-size: 220px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 2;
  pointer-events: none;
}
.page--home footer .nav-wrap {
  width: 26%;
  min-width: 500px;
  text-align: right;
  margin: 0;
}
.page--home footer .nav-wrap .copyright {
  bottom: -15px;
}

.nav--login li {
  display: inline-block;
  margin: 0 10px;
}
.nav--login li a {
  display: block;
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 16px;
  color: #fcf7e8;
  position: relative;
}
.nav--login li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeat-x left url(/static/kariyushi58/fanclub/common/repeat-single-line.svg);
  background-size: 35px;
  bottom: -25px;
  left: 0;
}

.section--list .section-tit,
.section--detail .section-tit {
  color: #3c2c0d;
  transform: none;
  left: 0;
}
.section--list .section-tit::before, .section--list .section-tit::after,
.section--detail .section-tit::before,
.section--detail .section-tit::after {
  display: none;
}
.section--list .category,
.section--detail .category {
  background-image: url(/static/kariyushi58/fanclub/common/category-bg_dark.svg);
  margin-right: 10px;
}

.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:nth-child(2n) {
  margin-right: 0;
}
.section--list .list--contents li figure {
  margin-bottom: 10px;
}

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

.detail__btn {
  display: inline-block;
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  transform: translateX(-50%);
  margin: 4em auto;
  position: relative;
  left: 50%;
}
.detail__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  position: absolute;
  background: no-repeat center url(/static/kariyushi58/fanclub/common/line-single_dark.svg);
  background-size: 32px;
  bottom: -10px;
  left: 0;
}

.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, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.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: 30px;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
  color: #f74f1c;
}
.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, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #f74f1c;
  letter-spacing: 0.08em;
  vertical-align: 1px;
  position: relative;
  top: -5px;
  margin-left: 12px;
  transform: rotate(-8deg);
}
.page--info .section--detail .block--main &gt; .block--txt,
.page--info .section--detail .block--live-date + .txt {
  padding: 40px 0;
  margin-top: 20px;
}
.page--info .section--detail .block--txt a,
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .block--txt a:hover,
.page--info .section--detail .txt a:hover {
  text-decoration: none;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 60px;
  margin: 0 0 30px;
}
.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: #3c2c0d;
}
.page--info .block--share a {
  color: #3c2c0d;
}
.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: #3c2c0d;
  margin: 0 0 0 15px;
}
.page--info .block--share .lineIco svg {
  width: 18px;
  height: 18px;
  fill: #3c2c0d;
  transition: 0.3s;
}

/*  page--bio
------------------------------ */
.section--detail.page--profile .section-tit {
  margin-bottom: 8%;
}
.section--detail.page--profile .txt--artist {
  text-align: center;
  margin: 2em auto;
}
.section--detail.page--profile .txt--artist svg {
  height: 70px;
}
.section--detail.page--profile .block--profile {
  font-size: 18px;
  margin-bottom: 3em;
}
.section--detail.page--profile .block--profile svg {
  height: 70px;
}
.section--detail.page--profile .block-tit {
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.section--detail.page--profile .block--biography {
  margin-bottom: 50px;
}
.section--detail.page--profile .block--member {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.section--detail.page--profile .block--member .block--member__item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}
.section--detail.page--profile .block--member .block--member__item .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.section--detail.page--profile .block--member .block--member__item .name span {
  font-size: 10px;
  vertical-align: 1px;
  padding-left: 5px;
}
.section--detail.page--profile .block--member .block--member__item .thumb {
  width: 60%;
}
.section--detail.page--profile .block--member .block--member__item .thumb img {
  border-radius: 6px;
}
.section--detail.page--profile .block--member .block--member__item .list__txt {
  padding-left: 15px;
}
.section--detail.page--profile .block--member .block--member__item .list__txt .part {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.section--detail.page--profile .block--member .block--member__item .list__txt dt {
  width: 4em;
  font-size: 12px;
  font-weight: bold;
}
.section--detail.page--profile .block--member .block--member__item .list__txt dd {
  width: calc(100% - 4em);
  vertical-align: 2px;
  line-height: 1;
  margin-bottom: 10px;
}
.section--detail.page--profile .block--member .block--member__item .list__txt .sns a {
  margin-right: 6px;
}
.section--detail.page--profile .block--member .profile-txt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

/*  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: #3c2c0d;
  color: #fcf7e8;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 5px;
}

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

/*  page--member
------------------------------ */
.page--member .wrap {
  background: #f38200;
}
.page--member .wrap .section-tit,
.page--member .wrap .section--list,
.page--member .wrap .section--detail {
  color: #fcf7e8;
}
.page--member .wrap .section-tit a,
.page--member .wrap .section--list a,
.page--member .wrap .section--detail a {
  color: #fcf7e8;
}
.page--member .wrap .section-tit .btn--sub,
.page--member .wrap .section--list .btn--sub,
.page--member .wrap .section--detail .btn--sub {
  color: #3c2c0d;
}
.page--member .wrap [class^=list--] li.new .tit::after {
  color: #ffd836;
}
.page--member .wrap .detail__btn::after {
  background-image: url(/static/kariyushi58/fanclub/common/repeat-single-line.svg);
}
.page--member .wrap .block--category li a::after {
  width: 100%;
  background-image: url(/static/kariyushi58/fanclub/common/repeat-double-line.svg);
  background-size: 18px;
  left: -5%;
}
.page--member .wrap .block--pager li::before {
  background-image: url(/static/kariyushi58/fanclub/common/repeat-single-line.svg);
}
.page--member .wrap .block--pager .pager__item--older a::after,
.page--member .wrap .block--pager .pager__item--older span::after,
.page--member .wrap .block--pager .pager__item--newer a::after,
.page--member .wrap .block--pager .pager__item--newer span::after {
  border-color: #fcf7e8;
}
.page--member .wrap .block--pager .pager__item--current {
  color: #fcf7e8;
}

/*  page--disco
------------------------------ */
.page--disco .list--discography {
  margin: 0 auto;
}
.page--disco .list--discography::after {
  content: "";
  display: block;
  clear: both;
}
.page--disco .list--discography a {
  position: relative;
  display: block;
}
.page--disco .list--discography .thumb {
  width: 100%;
  margin: 0 auto 1em;
  position: relative;
  z-index: 1;
}
.page--disco .list--discography .block--text {
  position: relative;
  z-index: 1;
}
.page--disco .area--disco-detail .tit {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--disco .area--disco-detail .tit span {
  display: block;
  font-size: 13px;
  opacity: 0.5;
  margin-bottom: 5px;
  line-height: 1;
}

/*  page--blog
------------------------------ */
.page--blog .section--detail .tit {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--blog .section--detail .txt {
  padding-top: 40px;
}
.page--blog .block--pager .pager__item--other.detail__btn {
  width: 7em;
  position: relative;
  left: 3.5em;
}
.page--blog .block--pager .pager__item--other.detail__btn::after {
  display: none;
}
.page--blog .section--list .block--pager .pager__item--other::before {
  width: 60%;
  left: -10%;
}
.page--blog.page--blog__archive .section--list .list--information li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.page--blog.page--blog__archive .section--list .list--information li:nth-child(3n) {
  margin-right: 0;
}
.page--blog.page--blog__archive .section--list .list--information li:nth-child(3n+1) {
  clear: left;
}
.page--blog.page--blog__archive .section--list .list--information li a {
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
}
.page--blog.page--blog__archive .section--list .list--information li a:hover {
  padding: 20px 0;
  background: #fcf7e8;
  color: #f38200;
}
.page--blog.page--blog__archive .section--list .list--information li a .tit {
  margin-bottom: 0;
  width: 100%;
  font-family: YakuHanJP, "Titillium Web", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 120%;
}
.page--blog .block--form {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
.page--blog .block--form .list--form dd textarea {
  background: #fcf7e8;
}
.page--blog .list--comment {
  padding-top: 40px;
}
.page--blog .list--comment li {
  border-bottom: 1px solid #fcf7e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.page--blog .list--comment li .date,
.page--blog .list--comment li .name {
  display: inline-block;
}
.page--blog .list--comment li .name {
  font-weight: bold;
  margin-right: 10px;
}
.page--blog .list--comment li .date {
  letter-spacing: 0.08em;
}
.page--blog .list--comment li .txt {
  padding-top: 0;
}
.page--blog .list--comment li .btn--delete {
  position: absolute;
  right: 0;
  top: 0;
}
.page--blog .list--comment li .btn--delete input {
  -webkit-appearance: none;
  background: #3c2c0d;
  color: #fcf7e8;
  border: none;
  font-size: 12px;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.page--blog .form--confirm {
  border: 1px solid #fcf7e8;
  padding: 30px 20px 0px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.page--blog .form--confirm dt {
  opacity: 1;
  font-size: 12px;
  line-height: 1;
}

/*  page--wallpaper
------------------------------ */
.page--wallpaper .list--contents {
  display: block;
}
.page--wallpaper .list--contents li {
  width: 80%;
  margin: 0 auto;
}
.page--wallpaper .list--contents li .tit {
  font-size: 22px;
  text-align: center;
  margin: 1.5em auto 1em;
}
.page--wallpaper .list--contents li .block--btn {
  text-align: center;
}
.page--wallpaper .list--contents li .block--btn .btn {
  display: inline-block;
}
.page--wallpaper .list--contents li .block--btn .btn .btn--main {
  min-width: unset;
}

/*  page--movie
------------------------------ */
.page--movie .section--detail .tit {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--movie .section--detail .date {
  margin-bottom: 40px;
}
.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--comment {
  background: #fcf7e8;
  color: #3c2c0d;
  padding: 15px;
  margin-top: 30px;
}

.page--photo .section--list:not(.section--detail) .detail__btn {
  display: none;
}
.page--photo .section--detail.section--list .section-tit {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--photo .section--detail.section--list .section-tit {
    line-height: 1.2;
    font-size: 6.5vw;
  }
}
.page--photo .section--detail.section--list .section-tit span {
  font-size: 0.5em;
}
.page--photo .list--contents .thumb {
  background-image: none;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .content-main &gt; section .section-tit {
  color: #3c2c0d;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.page--questionnaire .form--post {
  margin-bottom: 60px;
}
.page--questionnaire .form--confirm {
  border-color: #3c2c0d;
  margin-top: 40px;
}
.page--questionnaire .form--confirm dt {
  opacity: 0.7;
}
.page--questionnaire .form--confirm dd {
  border-bottom: 1px solid #e8cb93;
  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-size: 30px;
}
.page--faq .searchBox input[type=submit] {
  color: #3c2c0d;
}
.page--faq .searchBox input[type=text] {
  border-color: #dfb769;
}

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

.list--faq {
  margin: 0 0 80px;
}
.list--faq li {
  border-top: 1px solid #dfb769;
}
.list--faq li:last-child {
  border-bottom: 1px solid #dfb769;
}
.list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.list--faq a:hover {
  opacity: 0.5;
}
.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: #3c2c0d;
  margin-right: 5px;
}

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

.block--faq-detail {
  border: 1px solid #3c2c0d;
  padding: 25px;
  margin: 0 0 80px;
}
.block--faq-detail dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #3c2c0d;
  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;
  line-height: 33px;
  border-radius: 50px;
  padding-left: 2px;
}
.block--faq-detail span.icon--q {
  color: #fff;
  line-height: 30px;
  background: #3c2c0d;
}
.block--faq-detail span.icon--a {
  color: #3c2c0d;
  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: #3c2c0d;
  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 #fcf7e8;
  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;
}

/*  page--entry
------------------------------ */
.page--entry.section--detail {
  color: #fcf7e8;
}
.page--entry.section--detail .block--lead {
  margin-bottom: 50px;
}
.page--entry.section--detail .block--lead .block-tit {
  width: 50%;
  margin: -4% auto 30px;
}
.page--entry.section--detail .block--lead .txt--lead {
  font-size: 18px;
  font-weight: bold;
}
.page--entry.section--detail [class^=cloud] {
  content: "";
  display: block;
  position: absolute;
  background: no-repeat center/contain;
  z-index: -1;
}
.page--entry.section--detail .cloud01 {
  width: 13vw;
  height: 8vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-d.svg);
  top: -9%;
  left: 6%;
  animation: fuwafuwa 3s ease-out infinite 1s;
}
.page--entry.section--detail .cloud02 {
  width: 20vw;
  height: 10vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-a.svg);
  top: 0;
  left: 21%;
  animation: fuwafuwa 3s ease-out infinite;
}
.page--entry.section--detail .cloud03 {
  width: 26vw;
  height: 14vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-a.svg);
  top: 58%;
  left: -5%;
  animation: fuwafuwa 3s ease-out infinite 1.4s;
}
.page--entry.section--detail .cloud04 {
  width: 8vw;
  height: 4vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-c.svg);
  top: 70%;
  left: 23%;
  animation: fuwafuwa 3s ease-out infinite 0.5s;
}
.page--entry.section--detail .cloud05 {
  width: 8vw;
  height: 5vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-d.svg);
  top: 18%;
  right: 22%;
  animation: fuwafuwa 3s ease-out infinite 1.4s;
}
.page--entry.section--detail .cloud06 {
  width: 13vw;
  height: 6vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-b.svg);
  top: 0;
  right: 21%;
  animation: fuwafuwa 3s ease-out infinite 1s;
}
.page--entry.section--detail .cloud07 {
  width: 28vw;
  height: 17vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-a.svg);
  top: 26%;
  right: -5%;
  animation: fuwafuwa 3s ease-out infinite 1.4s;
}
.page--entry.section--detail .cloud08 {
  width: 13vw;
  height: 7vw;
  background-image: url(/static/kariyushi58/fanclub/common/kumo-c.svg);
  top: 70%;
  right: 28%;
  animation: fuwafuwa 3s ease-out infinite;
}
.page--entry.section--detail .block--contents {
  margin-bottom: 60px;
}
.page--entry.section--detail .block--contents .block-tit {
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 50px;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}
.page--entry.section--detail .block--contents .list--content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.page--entry.section--detail .block--contents .list--content li {
  width: 48%;
  background: #fcf7e8;
  color: #3c2c0d;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
  padding: 28px 20px 20px;
  margin-bottom: 50px;
}
.page--entry.section--detail .block--contents .list--content li .title {
  width: 180px;
  height: 52px;
  background: no-repeat url(/static/kariyushi58/fanclub/top/top-fc-category-bg.svg);
  transform-origin: left bottom;
  transform: rotate(-8deg);
  font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: absolute;
  top: -16px;
  color: #3c2c0d;
  font-size: 15px;
  line-height: 2.8;
  text-indent: -1em;
  left: -10px;
  padding-left: 30px;
}
.page--entry.section--detail .price {
  width: 100%;
  background: #fcf7e8;
  color: #3c2c0d;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page--entry.section--detail .price td,
.page--entry.section--detail .price th {
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #3c2c0d;
}
.page--entry.section--detail .price th {
  width: 30%;
  padding: 0;
  background: #ffd836;
}
.page--entry.section--detail .price td {
  font-size: 14px;
}
.page--entry.section--detail .price tr:last-of-type td,
.page--entry.section--detail .price tr:last-of-type th {
  border-bottom: none;
}
.page--entry.section--detail .block--attention + .btn {
  margin-top: 5em;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*  page--error
------------------------------ */
.page--blog.page--member .wrap .content-main .section--detail .block--player {
  aspect-ratio: 16/9;
}

/*  page--movie new-movie
------------------------------ */
.page--movie.new-movie .wrap {
  background: #f38200;
}
.page--movie.new-movie .wrap .content-main .section--list .section-tit {
  color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 80px;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents li a {
  color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents li a .thumb {
  margin-bottom: 10px;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents li a .list__txt .date {
  font-size: 12px;
  margin-bottom: 0;
  opacity: 1;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents li.new .tit::after {
  color: #ffd836;
}
.page--movie.new-movie .wrap .content-main .section--list .list--contents li:nth-child(2n) {
  margin-right: 0;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager li {
  color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager li a {
  color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager li::before {
  background-image: none;
  -webkit-mask-image: url("/static/kariyushi58/fanclub/common/repeat-single-line_dark.svg");
          mask-image: url("/static/kariyushi58/fanclub/common/repeat-single-line_dark.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager .pager__item--older a::after {
  border-top: 3px solid #fcf7e8;
  border-right: 3px solid #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager .pager__item--older span::after {
  border-top: 3px solid #fcf7e8;
  border-right: 3px solid #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager .pager__item--newer a::after {
  border-top: 3px solid #fcf7e8;
  border-right: 3px solid #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--list .block--pager .pager__item--newer span::after {
  border-top: 3px solid #fcf7e8;
  border-right: 3px solid #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--detail {
  color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--detail .area--movie .block--player .vjs-big-play-centered .vjs-big-play-button {
  padding: 0;
  margin: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
}
.page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--tab &gt; div.current.tab__list .item__ico img {
  background-image: none;
  -webkit-mask-image: url("/static/common/newmovie/img/ico--movie__on.svg");
          mask-image: url("/static/common/newmovie/img/ico--movie__on.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--tab #tab--movie.current::after {
  background: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--more_movies {
  background: none;
  border-top: 1px solid #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--more_movies .item--more_movie {
  color: #fcf7e8;
  border-bottom: 1px solid #fec583;
}
.page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--more_movies .item--more_movie a .list__txt {
  width: 75%;
}
.page--movie.new-movie .wrap .content-main .detail__btn {
  color: #fcf7e8;
}
.page--movie.new-movie .wrap .content-main .detail__btn::after {
  margin-bottom: 0;
  background-image: none;
  -webkit-mask-image: url("/static/kariyushi58/fanclub/common/repeat-single-line_dark.svg");
          mask-image: url("/static/kariyushi58/fanclub/common/repeat-single-line_dark.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fcf7e8;
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.3s 0s ease;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #3c2c0d;
    color: #fcf7e8;
  }
  .btn--sub {
    min-width: 300px;
  }
  .btn--sub:hover {
    background: #3c2c0d;
    color: #fcf7e8 !important;
  }
  .wrap {
    padding-top: calc(90px + 9vw);
    padding-bottom: 250px;
    position: relative;
  }
  .content-main {
    position: relative;
    z-index: 101;
  }
  header {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 200;
    transition: 0.2s;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
  }
  header h1 {
    width: 160px;
    height: 60px;
    position: relative;
    top: 30px;
  }
  header h1 a {
    display: block;
  }
  header h1 a svg {
    width: 100%;
    height: 50px;
    fill: #3c2c0d;
  }
  header .g-nav {
    min-width: 450px;
    text-align: right;
    position: absolute;
    right: 50px;
    top: 25%;
  }
  header .g-nav.visible .nav--fc {
    opacity: 1;
    pointer-events: auto;
  }
  header .g-nav .nav {
    position: relative;
  }
  header .g-nav li {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin-left: 1em;
    position: relative;
    z-index: 2;
  }
  header .g-nav li:first-child {
    margin-left: 0;
  }
  header .g-nav li a {
    display: block;
    color: #3c2c0d;
  }
  header .g-nav li a:hover {
    color: #6fc6e0;
  }
  header .g-nav .nav--login.pc {
    display: inline-block;
  }
  header .g-nav .nav--login.pc li a {
    font-size: 13px;
    font-weight: 900;
  }
  header .g-nav .nav-dropdown {
    display: inline-block;
    position: relative;
  }
  header .g-nav .nav--official {
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
  }
  header .g-nav .nav--official .nav--official--innner {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    width: 180px;
    top: 24px;
    right: 0;
    background: #f38200;
    padding: 23px 10px 14px;
    box-shadow: 2px 26px 12px -16px rgba(236, 127, 0, 0.3882352941);
    border-radius: 3px;
    z-index: 20;
  }
  header .g-nav .nav--official .nav--official--innner li {
    display: block;
    margin-bottom: 15px;
  }
  header .g-nav .nav--official .nav--official--innner li a {
    color: #fcf7e8;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  header .g-nav .nav--official .nav--official--innner li a:hover {
    color: #3c2c0d;
  }
  header .g-nav .nav--official .nav--official--innner.visible {
    opacity: 1;
    pointer-events: auto;
  }
  header .g-nav .nav--fc {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    width: 180px;
    top: 24px;
    right: 0;
    background: #f38200;
    padding: 23px 10px 14px;
    box-shadow: 2px 26px 12px -16px rgba(236, 127, 0, 0.3882352941);
    border-radius: 3px;
    z-index: 20;
  }
  header .g-nav .nav--fc li {
    display: block;
    margin-bottom: 15px;
  }
  header .g-nav .nav--fc li a {
    color: #fcf7e8;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  header .g-nav .nav--fc li a:hover {
    color: #3c2c0d;
  }
  header .g-nav .nav--tit {
    display: inline-block;
    cursor: pointer;
    font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 15px;
  }
  header .nav--sns {
    margin-top: 5px;
  }
  header .nav.nav__list--sns {
    display: none;
  }
  header .nav--login {
    padding-left: 40px;
    position: relative;
  }
  header .nav--login::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    background: no-repeat center url(/static/kariyushi58/fanclub/common/line-single_dark.svg);
    background-size: 25px;
    top: 1px;
    left: -2px;
  }
  header .nav--login li {
    margin-right: 0;
  }
  header .nav--login li a::after {
    display: none;
  }
  .drawer__btn {
    display: none;
  }
  footer .block--banner li {
    margin-bottom: 10px;
  }
  footer .block--banner li a {
    display: block;
  }
  footer .block--banner li a:hover {
    opacity: 0.5;
  }
  footer .nav--support li a:hover {
    color: #f38200;
  }
  footer .copyright {
    z-index: 1;
  }
  .list__more a {
    color: #3c2c0d;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .list__more a::after {
    width: 40px;
    color: #3c2c0d;
    font-size: 16px;
    letter-spacing: 0.1em;
    background: repeat-x 0 url(/static/kariyushi58/fanclub/common/repeat-single-line.svg);
    background-size: 32px;
    bottom: -27px;
    left: 50%;
    margin-left: -20px;
  }
  .list__more a:hover::after {
    transition: 20s linear;
    background-position: 400px;
  }
  .list--information .event-date .end-time {
    display: block;
    padding-top: 20px;
    padding-left: 0;
  }
  .list--information .event-date .end-time::before {
    width: 11px;
    height: 5px;
    top: 9px;
    left: 50%;
    transform: translateX(-50%) rotate(92deg);
  }
  .list--information .tit {
    width: calc(100% - 12.5em);
  }
  .list--information a {
    display: block;
    transition: 0.3s;
  }
  .list--information a:hover {
    padding-left: 10px;
  }
  .list--contents li a {
    display: block;
  }
  .list--contents li a .thumb {
    transition: 0.3s;
  }
  .list--contents li a:hover .thumb {
    transform: translateY(-3px);
    box-shadow: 10px 50px 40px -50px #865b4b;
  }
  .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 .pager__item--older a:hover::after,
  .block--pager .pager__item--newer a:hover::after {
    border-color: #f38200;
  }
  .block--pager a, .block--pager a::after {
    color: #3c2c0d;
  }
  .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--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--category li a:hover::after {
    opacity: 1;
  }
  .block--category li {
    position: relative;
  }
  .block--category--innner {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    width: 90px;
    top: 23px;
    left: 0;
    background: #f38200;
    padding: 15px 10px 10px;
    box-shadow: 2px 26px 12px -16px rgba(236, 127, 0, 0.3882352941);
    border-radius: 3px;
    z-index: 20;
  }
  .block--category--innner li {
    display: block;
    margin-bottom: 10px;
  }
  .block--category--innner li a {
    color: #fcf7e8;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  .block--category--innner li a:hover {
    color: #3c2c0d;
  }
  .block--category--innner.visible {
    opacity: 1;
    pointer-events: auto;
  }
  .detail__btn::after {
    width: 40px;
    font-size: 16px;
    letter-spacing: 0.1em;
    background: repeat-x 0 url(/static/kariyushi58/fanclub/common/repeat-single-line_dark.svg);
    background-size: 32px;
    left: 50%;
    margin-left: -20px;
  }
  .detail__btn:hover::after {
    transition: 16s linear;
    background-position: 400px;
  }
  .block--share a {
    transition: 0.3s;
  }
  .block--share a:hover i {
    color: #f38200;
  }
  .block--share a:hover svg {
    fill: #f38200 !important;
  }
  h1.logo {
    position: fixed;
  }
  .section--detail,
  .section--list {
    padding: 0 16% 100px;
  }
  .section--detail .section-tit,
  .section--list .section-tit {
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    color: #3c2c0d;
    margin-bottom: 6%;
  }
  .section--detail .section-tit::before, .section--detail .section-tit::after,
  .section--list .section-tit::before,
  .section--list .section-tit::after {
    display: none;
  }
  .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: 0 0 30px;
    margin: 0 auto;
  }
  .page--member .section--list .section-tit {
    font-size: 35px;
  }
  .page--home .wrap {
    padding-bottom: 280px;
  }
  .page--home .header .g-nav {
    width: 460px;
  }
  .page--home .header h1 {
    display: none;
  }
  .page--home .section--banner.no-carousel .list--bnr {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 8%;
  }
  .page--home .section--banner.no-carousel .list--bnr li {
    width: 48%;
    margin: 0 1%;
  }
  .page--home .area--fc .section--latest-contents {
    width: 70%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .page--home .area--fc .list--contents li {
    width: 43%;
    margin-bottom: 5vw;
  }
  /*  page--biography
  ------------------------------ */
  /*  page--disco
  ------------------------------ */
  .page--disco .section--list {
    position: relative;
    z-index: 10;
  }
  .page--disco .list--discography {
    position: relative;
  }
  .page--disco .list--discography li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 100px;
  }
  .page--disco .list--discography li:nth-child(3n) {
    margin-right: 0;
  }
  .page--disco .list--discography li:nth-child(3n+1) {
    clear: left;
  }
  .page--disco .list--discography li a figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s;
  }
  .page--disco .list--discography li a:hover .thumb {
    transform: translateY(-3px);
    box-shadow: 10px 50px 40px -50px #865b4b;
  }
  .page--disco .section--detail .inner {
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
  .page--disco .section--detail .list--jacket li {
    margin-bottom: 40px;
  }
  .page--disco .section--detail .list--jacket li img {
    max-width: 100%;
  }
  .page--disco .section--detail .jacket {
    width: 45%;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
  }
  .page--disco .section--detail .block--disc-detail {
    width: 50%;
  }
  .page--disco .section--detail .block--disc-detail .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .page--disco .section--detail .block--disc-detail .txt {
    padding-top: 30px;
  }
  .page--disco.loaded .jacket {
    opacity: 1;
    transform: translateY(0);
  }
  /*  page--contact
  ------------------------------ */
  .page--contact .url a:hover {
    background: #f38200;
  }
  .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--photo .section--list.section--detail {
    padding-bottom: 30px;
  }
  .page--photo .section--list.section--detail .list--contents li {
    width: 23.5%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .page--photo .section--list.section--detail .list--contents li:nth-child(4n) {
    margin-right: 0;
  }
  .page--photo .section--list .section-tit {
    font-size: 35px;
  }
  .page--photo #swipebox-bottom-bar {
    background: transparent;
    bottom: auto;
    top: 50%;
  }
  .page--photo #swipebox-bottom-bar #swipebox-arrows {
    max-width: inherit;
  }
  .page--photo #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, 0, 0);
  }
  /*  page--questionnaire
  ------------------------------ */
  .page--questionnaire .content-main &gt; section {
    width: 100%;
    max-width: 900px;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  /*  page--blog
  ------------------------------ */
  .page--blog .section--list .block--pager .pager__item--other::before {
    width: 100%;
    left: -50%;
  }
  .page--blog .block--pager.block--pager_archive li.pager__item--other {
    width: 4em;
  }
  /*  IE
  ------------------------------ */
  _:-ms-lang(x)::-ms-backdrop, .page--home footer::after {
    display: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .page--home .area--fc::after {
    display: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .page--home .area--official::after {
    display: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .wrap &gt; .bg {
    display: none;
  }
  _:-ms-lang(x)::-ms-backdrop, .section--detail.page--profile .block--member .block--member__item .list__txt {
    width: 100%;
  }
  /*  page--movie new-movie
  ------------------------------ */
  .page--movie.new-movie .wrap .section--list {
    width: 100%;
    max-width: 100%;
  }
  .page--movie.new-movie .wrap .section--list .section-tit {
    font-size: 35px;
    margin-bottom: 6%;
    line-height: 1;
    display: inline-block;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body {
    font-size: 13px;
  }
  .btn--main {
    min-width: 90%;
  }
  /*  page--movie new-movie
  ------------------------------ */
}
@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) {
  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;
  }
  .header h1 {
    width: 24%;
    top: 5vw;
    position: absolute;
    left: 5%;
  }
  .header h1 a {
    display: block;
  }
  .header h1 a svg {
    width: 100%;
    height: 11vw;
    fill: #3c2c0d;
  }
  .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: #fcf7e8;
    transition: 0.4s cubic-bezier(0.16, 0.68, 0.65, 1.03);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    padding-top: 10vw;
  }
  .header .drawer::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/kariyushi58/fanclub/common/bg_wall.jpg);
    background-size: 220px;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.5;
    z-index: 10;
    pointer-events: none;
  }
  .header .drawer .drawer__inner {
    overflow: hidden;
  }
  .header .drawer .g-nav {
    width: 86%;
    height: 100%;
    position: relative;
    top: 0;
    left: 7vw;
  }
  .header .drawer .g-nav li {
    width: 45%;
    margin-bottom: 6px;
    position: relative;
  }
  .header .drawer .g-nav .nav--official {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .header .drawer .g-nav .nav--official li {
    font-size: 18px;
  }
  .header .drawer .g-nav .nav--official .nav--official--innner {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: auto;
    background: #f38200;
    padding: 5px 15px 10px;
    box-shadow: 2px 26px 12px -16px rgba(236, 127, 0, 0.3882352941);
    border-radius: 3px;
    z-index: 20;
  }
  .header .drawer .g-nav .nav--official .nav--official--innner li {
    display: block;
    margin-bottom: 0px;
    width: 100%;
  }
  .header .drawer .g-nav .nav--official .nav--official--innner li a {
    color: #fcf7e8;
    font-size: 13px;
    letter-spacing: 0.15em;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .header .drawer .g-nav .nav--official .nav--official--innner.visible {
    opacity: 1;
    pointer-events: auto;
  }
  .header .drawer .g-nav .nav--tit {
    display: none;
  }
  .header .drawer .g-nav .nav--fc li {
    font-size: 4vw;
  }
  .header .drawer .g-nav .nav--sns {
    margin-bottom: 30px;
  }
  .header .drawer .g-nav .nav--sns li {
    display: inline-block;
    width: auto;
    margin-right: 4.5vw;
    font-size: 6vw;
  }
  .header .drawer .g-nav .nav-dropdown {
    height: 100%;
    background: #f38200;
    margin: 20vw -9% 0;
    padding: 40px 8%;
    position: relative;
  }
  .header .drawer .g-nav .nav-dropdown::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background: repeat-x bottom left url(/static/kariyushi58/fanclub/top/bg_fc_top.svg);
    background-size: auto 40px;
    top: -35px;
    left: 0;
  }
  .header .drawer .g-nav .nav-dropdown .area-tit {
    display: block;
    width: 36%;
    left: 3%;
    top: -16vw;
  }
  .header .drawer .g-nav .nav-dropdown .nav--fc {
    padding-top: 7vw;
  }
  .header .drawer .g-nav .nav-dropdown .nav--fc li {
    margin-bottom: 3vw;
  }
  .header .drawer .g-nav .nav-dropdown .nav--fc li a {
    color: #fcf7e8;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login {
    width: 60%;
    position: absolute;
    left: 43%;
    top: 1vw;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login li {
    width: 4.5em;
    margin: 0 3% 0 0;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login li a {
    font-size: 15px;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login li a::after {
    content: "";
    width: 3em;
    background-size: 7vw;
    bottom: -17px;
    left: 13%;
  }
  .header .drawer .nav.nav__list--sns {
    border-top: 1px solid #3c2c0d;
    padding-top: 30px;
  }
  .header .drawer .nav.nav__list--sns li {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
  }
  .header .drawer .nav.nav__list--sns li:last-child {
    margin-right: 0;
  }
  .drawer__btn {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 3vw;
    z-index: 999;
  }
  .drawer__btn span {
    display: block;
    width: 15px;
    height: 4px;
    background: #3c2c0d;
    position: absolute;
    left: 30%;
    transition: 0.3s;
    transform: rotate(38deg);
  }
  .drawer__btn span::before, .drawer__btn span::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3c2c0d;
  }
  .drawer__btn span::before {
    top: 0;
    transform: rotate(-87deg);
    left: -18px;
    transform-origin: right top;
  }
  .drawer__btn span::after {
    top: 2px;
    transform: rotate(96deg);
    left: 0px;
    transform-origin: right top;
  }
  .drawer__btn .drawer__btn--top {
    top: 33%;
  }
  .drawer__btn .drawer__btn--mid {
    top: 50%;
  }
  .drawer__btn .drawer__btn--btm {
    top: 67%;
  }
  .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(45deg);
  }
  .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(-45deg);
  }
  .drawer-visible .drawer {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
  }
  footer {
    width: 100%;
    text-align: left;
    padding: 5vw 5% 10px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  footer .nav-tit.sp {
    display: none;
  }
  footer .copyright {
    font-size: 10px;
    bottom: 10px;
  }
  .date {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .date.event-date .end-time::before {
    width: 13px;
  }
  .tit {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .category {
    font-size: 10px;
    padding: 5px 13px 5px 0;
    transform: scale(0.9);
  }
  .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;
  }
  .list--contents li {
    margin-bottom: 30px;
  }
  .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;
    position: relative;
  }
  .block--category--innner {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    width: 90px;
    top: 23px;
    left: 0;
    background: #f38200;
    padding: 10px 10px 7px;
    box-shadow: 2px 26px 12px -16px rgba(236, 127, 0, 0.3882352941);
    border-radius: 3px;
    z-index: 20;
  }
  .block--category--innner li {
    display: block;
    margin-bottom: 5px;
  }
  .block--category--innner li a {
    color: #fcf7e8;
    font-size: 13px;
    letter-spacing: 0.15em;
  }
  .block--category--innner li a:hover {
    color: #3c2c0d;
  }
  .block--category--innner.visible {
    opacity: 1;
    pointer-events: auto;
  }
  [class^=list--] li.new .tit::after {
    display: none;
  }
  [class^=list--] li.new .category {
    position: relative;
  }
  [class^=list--] li.new .category::after {
    font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    content: "NEW";
    font-size: 13px;
    color: #f74f1c;
    letter-spacing: 0.08em;
    vertical-align: 1px;
    position: absolute;
    top: 3px;
    margin-right: 11px;
    transform: rotate(-8deg);
    right: -47px;
  }
  .list--video li {
    margin-bottom: 2em;
  }
  .list--video li .thumb::after {
    width: 60px;
    height: 60px;
  }
  .wrap {
    padding: 32vw 0 22vw;
    position: relative;
    overflow: hidden;
  }
  .wrap::before {
    height: 10vw;
    background-size: 100%;
    top: 17vw;
  }
  .wrap::after {
    height: 18vw;
  }
  .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: 8vw;
    line-height: 1;
    margin-bottom: 10vw;
  }
  .section--list .list--contents li,
  .section--detail .list--contents li {
    margin-bottom: 6vw;
  }
  .section-tit {
    font-size: 26px;
  }
  .section-tit::before, .section-tit::after {
    width: 45px;
    height: 13px;
    background: repeat-x url(/static/kariyushi58/fanclub/common/repeat-double-line.svg);
    background-size: 21px;
    top: 22px;
  }
  .section-tit:before {
    left: -54px;
  }
  .section-tit:after {
    right: -54px;
  }
  .section--detail .detail__btn {
    margin-top: 1em;
    margin-bottom: 0;
  }
  .section--detail .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .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 .block--pager {
    margin-top: 20px;
  }
  .section--list .block--pager .pager__item--newer {
    right: 0;
  }
  .section--list .block--pager .pager__item--newer a {
    top: -5px;
  }
  .section--list .block--pager .pager__item--older {
    left: 0;
  }
  .page--home .header h1 {
    display: none;
  }
  .page--home .list__more a {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .wrap::before, .page--home .wrap::after {
    display: none;
  }
  .page--home .bg {
    width: 100%;
    margin: 0;
  }
  .page--home .section--keyvisual::before,
  .page--home .area--fc::after,
  .page--home .area--official::after {
    opacity: 0.4;
  }
  .page--home .section-tit {
    font-size: 8vw;
  }
  .page--home .section--keyvisual {
    height: 94vh;
    min-height: unset;
  }
  .page--home .section--keyvisual .block--keyvisual {
    width: 152%;
    height: 113vw;
    min-width: inherit;
    position: relative;
    left: -52%;
    top: 4%;
  }
  .page--home .section--keyvisual .block--keyvisual img {
    background-position: -89%;
  }
  .page--home .section--keyvisual h1 {
    width: 70%;
    right: 3%;
    top: unset;
    bottom: 12vh;
  }
  .page--home .section--keyvisual h1 svg {
    width: 100%;
  }
  .page--home .area--official {
    margin-top: -10vw;
  }
  .page--home .section--banner .list--bnr li {
    margin: 0 1vw;
  }
  .page--home .section--banner .ist--bnr .slick-dots li {
    width: 20px;
    height: 9px;
    margin: 0;
  }
  .page--home .section--banner .list--bnr .slick-dots {
    bottom: -20px;
  }
  .page--home .section--banner .list--bnr .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .page--home .section--information {
    width: 86%;
    padding-top: 40px;
    margin: 0 auto 22vw;
  }
  .page--home .section--information .section-tit {
    margin-bottom: calc(5% + 30px);
  }
  .page--home .section--information .list--information {
    padding: 0 6% 10px;
  }
  .page--home .section--information .list--information .tit {
    font-size: 15px;
  }
  .page--home .section--information .list--information::before {
    height: 30px;
    background-size: cover;
    top: -27px;
  }
  .page--home .section--information .list--information::after {
    height: 30px;
    background-size: cover;
    bottom: -27px;
  }
  .page--home .section--movie {
    padding-bottom: 40px;
  }
  .page--home .area--fc .bg.bg__fc {
    top: -5px;
  }
  .page--home .area--fc .block--login {
    padding-top: 9vw;
    margin-bottom: 12vw;
  }
  .page--home .area--fc .block--login .area-tit {
    width: 60%;
    max-width: unset;
    margin: 0 auto 20px;
    position: relative;
    z-index: 20;
  }
  .page--home .area--fc .block--login .nav--login li a {
    font-size: 15px;
  }
  .page--home .area--fc .block--login .btn {
    position: relative;
    z-index: 20;
  }
  .page--home .area--fc .nav--login li a::after {
    background-size: 23px;
    bottom: -17px;
  }
  .page--home .area--fc .cloud05 {
    top: 49vw;
  }
  .page--home .area--fc .section--latest-contents {
    padding: 0 8%;
  }
  .page--home .area--fc .section--latest-contents .category {
    width: 150px;
    height: 35px;
    line-height: 2.2;
    transform: rotate(-8deg);
    top: -19px;
    font-size: 12px;
    left: -6px;
  }
  .page--home footer {
    height: auto;
    flex-wrap: wrap-reverse;
    padding: 20px 8% 30px;
    position: relative;
  }
  .page--home footer::before {
    display: none;
  }
  .page--home footer .nav-tit.sp {
    display: block;
  }
  .page--home footer .nav-wrap {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%;
    min-width: unset;
  }
  .page--home footer .nav-wrap .copyright {
    width: 84%;
    text-align: center;
    position: absolute;
    bottom: 28px;
  }
  .page--home footer .nav-wrap .inner {
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
  }
  .page--home footer .nav-wrap .inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    position: absolute;
    background: repeat-x url(/static/kariyushi58/fanclub/common/repeat-double-line_dark.svg);
    background-size: 17px;
    bottom: -12px;
    left: 0;
  }
  .page--home footer .nav-wrap .nav-tit {
    width: 100%;
    font-family: YakuHanJP, "Permanent Marker", "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: relative;
  }
  .page--home footer .nav-wrap .nav-tit::before, .page--home footer .nav-wrap .nav-tit::after {
    content: "";
    display: block;
    width: 15px;
    height: 4px;
    position: absolute;
    background: #3c2c0d;
  }
  .page--home footer .nav-wrap .nav-tit::before {
    transform: rotate(90deg);
    top: 12px;
    right: 0;
  }
  .page--home footer .nav-wrap .nav-tit::after {
    top: 12px;
    right: 0;
  }
  .page--home footer .nav-wrap .nav--support {
    display: none;
    text-align: left;
  }
  .page--home footer .nav-wrap .nav--support li {
    display: block;
    margin-bottom: 3px;
    margin-left: 0;
    font-size: 14px;
  }
  .page--home footer .nav-wrap .list--bnr {
    width: 100%;
    margin-top: 40px;
  }
  .page--home footer h1 {
    width: 50%;
    margin: 20px auto 50px;
  }
  .page--home footer h1 svg {
    height: 11vw;
  }
  .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 .section-tit {
    display: none;
  }
  .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 .txt {
    padding-top: 20px;
  }
  .page--info .section--detail .date {
    font-size: 11px;
    margin-right: 0;
  }
  .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--profile.section--detail .txt--artist {
    width: 42%;
  }
  .page--profile.section--detail .txt--artist svg {
    width: 100%;
    height: 10vw;
  }
  .page--profile.section--detail .block--profile {
    font-size: 14px;
    margin-bottom: 3em;
  }
  .page--profile.section--detail .block--member {
    display: block;
  }
  .page--profile.section--detail .block--member .block--member__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page--profile.section--detail .block--member .block--member__item .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page--profile.section--detail .block--member .block--member__item .list__txt dt {
    line-height: 1;
  }
  .page--profile.section--detail .block--member .block--member__item .list__txt .sns {
    margin-top: 5px;
  }
  .page--profile.section--detail .block--member .block--member__item .list__txt .sns a {
    font-size: 16px;
    margin-right: 10px;
  }
  .page--disco .list--discography {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--disco .list--discography li {
    width: 48%;
    margin-bottom: 10vw;
  }
  .page--disco .list--discography li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .page--disco .list--discography li .thumb {
    border-radius: 6px;
    overflow: hidden;
  }
  .page--disco .list--discography li .category {
    display: inline-block;
    width: 10em;
    margin-bottom: 5px;
  }
  .page--disco .list--discography li .date {
    display: inline-block;
  }
  .page--disco .slick-slider {
    margin: 0 -6%;
  }
  .page--disco .slick-track {
    display: flex;
    align-items: stretch;
  }
  .page--disco .slick-slide {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
  }
  .page--disco .slick-slide .txt--sub {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
  }
  .page--disco.page--disco__detail h1.logo {
    display: none;
  }
  .page--disco .area--disco-detail .block--jacket {
    width: 80%;
    margin-left: 7%;
    margin-top: 6vw;
  }
  .page--disco .area--disco-detail .tit,
  .page--disco .area--disco-detail .date,
  .page--disco .area--disco-detail .category {
    width: 80%;
    text-align: center;
    margin-left: 7%;
  }
  .page--disco .area--disco-detail .tit {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 20px;
  }
  .page--disco .area--disco-detail .date {
    font-size: 11px;
  }
  .page--disco .area--disco-detail .category {
    text-align: center;
  }
  .page--disco .area--disco-detail .text,
  .page--disco .area--disco-detail .link {
    width: 100%;
  }
  .page--disco .block--disc-detail {
    padding-top: 20px;
  }
  .page--disco .block--disc-detail .category {
    margin-right: 0;
  }
  .page--disco .block--disc-detail .date {
    line-height: 1;
  }
  .page--disco .block--disc-detail .txt {
    padding-top: 20px;
  }
  .page--disco .section--detail .jacket {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
  }
  .page--disco.loaded .section--detail .jacket {
    opacity: 1;
    transform: translateY(0);
  }
  .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 .block--player {
    padding-top: 0;
  }
  .page--movie .block--player video {
    width: 100%;
    height: auto;
  }
  .page--movie .section--detail .date {
    margin-bottom: 20px;
  }
  .page--blog .section--list .section-tit {
    font-size: 6vw;
  }
  .page--blog .block--pager .pager__item--newer a,
  .page--blog .block--pager .pager__item--newer span,
  .page--blog .block--pager .pager__item--older a,
  .page--blog .block--pager .pager__item--older span {
    top: 3px;
  }
  .page--blog .block--category li.year {
    display: block;
  }
  .page--blog .block--category li {
    margin-bottom: 0.5em;
    font-size: 11px;
  }
  .page--blog .block--form {
    width: 100%;
    max-width: inherit;
    padding-top: 40px;
  }
  .page--wallpaper .list--contents li {
    width: 50%;
    margin: 0 auto;
  }
  .page--wallpaper .list--contents li .tit {
    font-size: 16px;
    margin: 1em auto;
  }
  .page--error .section--detail {
    padding: 0 7% 40px 7%;
  }
  .page--faq .section--list .section-tit {
    font-size: 18px;
  }
  .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;
  }
  .page--photo .section--list.section--detail .list--contents li {
    width: 32%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .page--photo .section--list.section--detail .list--contents li figure {
    margin-bottom: 5px;
  }
  .page--photo .section--list.section--detail .list--contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page--photo #swipebox-slider .slide {
    position: relative;
  }
  .page--photo #swipebox-slider .slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page--photo #swipebox-close {
    top: 70px;
  }
  .input--half {
    width: 100% !important;
  }
  .input--quarter.postal_code {
    width: 50% !important;
  }
  .page--questionnaire .content-main &gt; section {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 5% 40px;
  }
  .page--questionnaire .content-main &gt; section .section-tit {
    margin-bottom: 30px;
    text-align: left;
    transform: none;
    left: 0;
    font-size: 18px;
  }
  .page--questionnaire .content-main &gt; section .section-tit::before, .page--questionnaire .content-main &gt; section .section-tit::after {
    display: none;
  }
  .page--questionnaire .form--confirm {
    padding: 20px;
  }
  .page--entry.section--detail .block--lead {
    margin-bottom: 30px;
  }
  .page--entry.section--detail .block--lead .block-tit {
    width: 60%;
    margin: -24% auto 10px;
  }
  .page--entry.section--detail .block--lead .txt--lead {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
  }
  .page--entry.section--detail .block--contents .block-tit {
    line-height: 1;
    font-size: 40px;
    margin-bottom: 30px;
  }
  .page--entry.section--detail .block--contents .list--content {
    display: block;
  }
  .page--entry.section--detail .block--contents .list--content li {
    width: 100%;
    margin-bottom: 40px;
  }
  .page--entry.section--detail .block--contents .list--content li .title {
    width: 169px;
    height: 52px;
    top: -4px;
    font-size: 14px;
    left: -10px;
  }
  .page--entry.section--detail .cloud01 {
    width: 33vw;
    height: 28vw;
    top: 0;
    left: -8%;
  }
  .page--entry.section--detail .cloud02 {
    width: 30vw;
    height: 20vw;
    top: 14%;
    left: 10%;
  }
  .page--entry.section--detail .cloud03 {
    width: 56vw;
    height: 34vw;
    top: 34%;
    left: -1%;
  }
  .page--entry.section--detail .cloud04 {
    width: 38vw;
    height: 22vw;
    top: 12%;
    left: 68%;
  }
  .page--entry.section--detail .cloud05 {
    width: 28vw;
    height: 25vw;
    top: 51%;
    right: 1%;
  }
  .page--entry.section--detail .cloud06 {
    width: 23vw;
    height: 16vw;
    top: 0;
    right: 0;
  }
  .page--entry.section--detail .cloud08 {
    width: 23vw;
    height: 17vw;
    top: 70%;
    right: 20%;
  }
  .page--entry.section--detail .block--attention + .btn {
    margin-top: 2em;
  }
  .page--movie.new-movie .wrap .content-main .section--list {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 5% 40px;
  }
  .page--movie.new-movie .wrap .content-main .section--list .section-tit {
    font-size: 8vw;
    line-height: 1;
    margin-bottom: 10vw;
  }
  .page--movie.new-movie .wrap .content-main .section--list .list--contents li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .page--movie.new-movie .wrap .content-main .section--list .list--contents li .list__txt .tit {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .page--movie.new-movie .wrap .content-main .section--list .list--contents li .list__txt .date {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
  }
  .page--movie.new-movie .wrap .content-main .section--detail {
    width: 100%;
    max-width: inherit;
    position: relative;
    z-index: 1;
    padding: 0 5% 40px;
  }
  .page--movie.new-movie .wrap .content-main .section--detail .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .page--movie.new-movie .wrap .content-main .section--detail .block--player .vjs-play-control {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
    top: auto;
  }
  .page--movie.new-movie .wrap .content-main .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    padding: 5px 10px;
  }
  .page--movie.new-movie .wrap .detail__btn {
    padding-bottom: 0;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 18px;
  }
  .wrap {
    padding-top: 170px;
  }
  h1.logo {
    width: 110px;
    height: 110px;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    left: 7vw;
    top: 173px;
  }
  .wrap {
    padding-top: 12vw;
  }
  .wrap::after {
    height: 12vw;
  }
  .wrap::before {
    height: 10vw;
    top: 11vw;
  }
  .header h1 {
    width: 18%;
    top: 2vw;
    left: 5%;
  }
  .header .drawer .drawer__inner {
    width: 100%;
  }
  .header .drawer .g-nav li {
    width: 30%;
    margin-bottom: 15px;
  }
  .header .drawer .g-nav .nav--sns li {
    margin-right: 20px;
    font-size: 20px;
  }
  .header .drawer .g-nav .nav-dropdown::before {
    top: -36px;
  }
  .header .drawer .g-nav .nav-dropdown .area-tit {
    width: 26%;
    left: 3%;
    top: -11vw;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login {
    width: 60%;
    left: 34%;
    top: 1vw;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login li {
    width: 6.5em;
    margin: 0 1% 0 0;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login li a {
    letter-spacing: 0.2em;
  }
  .header .drawer .g-nav .nav-dropdown .nav--login li a::after {
    width: 3em;
    background-size: 31px;
    bottom: -22px;
    left: 13%;
  }
  .header .drawer .g-nav .nav-dropdown .nav--fc li {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .nav-wrap .list--bnr li {
    width: 23.5%;
    margin-right: 2%;
  }
  footer .nav-wrap .list--bnr li:nth-child(2n) {
    margin-right: 1%;
  }
  footer .nav-wrap .list--bnr li:nth-child(4n) {
    margin-right: 0;
  }
  .section--list .section-tit,
  .section--detail .section-tit {
    font-size: 6vw;
    left: 0;
  }
  .section--list .section-tit {
    top: 10vw;
    margin-bottom: 16vw;
  }
  .section--list .block--pager .pager__item--older,
  .section--list .block--pager .pager__item--newer {
    top: 0;
  }
  .section--detail {
    padding-top: 13vw;
  }
  .section--detail .section-tit {
    top: 0;
  }
  .section--detail .tit {
    font-size: 28px;
  }
  .section--detail .date {
    font-size: 14px;
  }
  .block--category {
    margin: -4vw 0 30px;
  }
  .block--category li a {
    font-size: 20px;
  }
  /*
  .block--pager{
  	font-size: 18px;
  	.pager__item--older a::after,
  	.pager__item--older span::after,
  	.pager__item--newer a::after,
  	.pager__item--newer span::after {
  	    width: 13px;
  	    height: 13px;
  	    border-top: 3px solid #555;
  	    border-right: 3px solid #555;
  	}
  }
  */
  .list--information li a .date {
    font-size: 14px;
  }
  .list--information li a .date .end-time {
    display: inline-block;
  }
  .list__more a {
    letter-spacing: 0.1em;
  }
  .section-tit {
    font-size: 5vw;
  }
  .section-tit::before, .section-tit::after {
    top: 0.8em;
  }
  .list--contents li {
    width: 48%;
  }
  /*
  .category { font-size: 16px; }
  .date{font-size: 2.2vw;}
  .tit{font-size: 2.5vw;}
  .block--category{
  	margin-bottom: 40px;
  	li a{ font-size: 14px; padding: 5px 12px;}
  }
  .section-tit {
     font-size: 2vw;
  }
  */
  .page--home .area--official {
    padding-bottom: 40px;
  }
  .page--home .section-tit {
    font-size: 5vw;
    margin-bottom: 6%;
  }
  .page--home .list__more a {
    font-size: 18px;
  }
  .page--home .section--keyvisual .block--keyvisual {
    width: 137%;
    height: 103vw;
    left: -50%;
    top: -8%;
    -webkit-mask-position: right 0;
  }
  .page--home .section--keyvisual h1 {
    width: 40%;
  }
  .page--home .section--banner {
    margin-bottom: 8vw;
  }
  .page--home .section--banner .list--bnr .slick-dots {
    bottom: -6vw;
  }
  .page--home .section--information .list--information::before {
    top: -29px;
  }
  .page--home .section--information .list--information::after {
    transform: scale(1.008);
    bottom: -27px;
  }
  .page--home .area--fc .block--login .area-tit {
    width: 30%;
  }
  .page--home .area--fc .list--contents {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--detail {
    padding-top: 13vw;
  }
  .page--info .section--detail .tit {
    font-size: 28px;
  }
  .page--info .section--detail .date {
    font-size: 14px;
  }
  .page--info .section--detail .date.event-date {
    font-size: 20px;
  }
  .page--info .section--detail .date.event-date .end-time {
    display: inline-block;
  }
  .page--profile.section--detail .block--member {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--profile.section--detail .block--member .block--member__item {
    width: 48%;
  }
  .page--profile.section--detail .block--member .block--member__item .list__txt dd {
    font-size: 13px;
  }
  .page--profile.section--detail .block--biography {
    padding-top: 30px;
  }
  .page--profile.section--detail .block--biography p {
    font-size: 14px;
  }
  .page--disco .list--disco .thumb {
    margin-bottom: 3em;
  }
  .page--disco .list--disco .block--text .tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page--disco .section--detail .jacket {
    margin-bottom: 50px;
  }
  .page--disco .section--detail .jacket .ph {
    width: 70%;
    margin: 0 auto;
  }
  .page--entry.section--detail .block--contents .list--content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .page--entry.section--detail .block--contents .list--content li {
    width: 48%;
  }
  .page--entry.section--detail .block--contents .list--content li .txt {
    font-size: 14px;
  }
  .page--questionnaire .content-main &gt; section {
    padding: 90px 5% 40px;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>