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

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

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

body {
  background: #fff;
  color: #000;
  word-wrap: break-word;
  overscroll-behavior: none;
}
@media screen and (min-width: 961px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  body {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  a {
    transition: all 0.3s 0s ease;
  }
}

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

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

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

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

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

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
.btn {
  text-align: center;
}

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

.btn--main {
  background: #000;
  margin: 1em 0;
  padding: 1.2em 2em;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .btn--main {
    min-width: 300px;
  }
  .btn--main:hover {
    background: #a47e2d;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--main {
    min-width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  background: #fff;
  margin: 1em 0;
  padding: 0.5em 1em;
  background-size: 200% 100%;
  border: 1px solid;
}
@media screen and (min-width: 961px) {
  .btn--sub {
    min-width: 300px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.txt {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.8em;
  line-height: 1.4em;
}

.ph,
.thumb {
  position: relative;
  line-height: 0;
}
.ph img,
.thumb img {
  width: 100%;
}
.ph .dummy,
.thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap {
  position: relative;
}

.wrap .content--main {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}

.page--home .wrap {
  height: calc(100vh - 310px);
}

.dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.txt .line {
  text-decoration: underline;
}

.txt .block--link {
  margin-bottom: 2em;
}
.txt .block--link:last-of-type {
  margin-bottom: 0;
}
.txt .block--link > a {
  display: inline-block;
  font-weight: 600;
  min-height: unset;
  margin-right: 20px;
  padding: 0 20px 0 0;
  position: relative;
}
.txt .block--link > a:last-of-type {
  margin-right: 0;
  padding: 0;
}
.txt .block--link > a:last-of-type::after {
  display: none;
}
.txt .block--link > a::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: #000;
  position: absolute;
  top: 0.45em;
  right: 0;
}

.youtube {
  position: relative;
  padding-top: 56.25%;
  margin: 20px auto;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.txt p {
  margin-bottom: 0.5em;
}

.detail__btn {
  width: 17px;
  height: 40px;
  position: relative;
  z-index: 2;
  top: -45px;
}
.detail__btn a {
  display: block;
  height: 100%;
}
.detail__btn::before, .detail__btn::after {
  pointer-events: none;
}
.detail__btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(-50deg);
}
.detail__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
  transform: rotate(55deg);
}

/* placeholder */
::-webkit-input-placeholder {
  color: #999;
  line-height: 1.8em;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
  line-height: 1.8em;
}

:-ms-input-placeholder {
  color: #999;
  line-height: 1.8em;
}

:-moz-placeholder {
  color: #999;
  line-height: 1.8em;
}

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

/* input
/* ----------------------------- */
/* input */
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #000;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus {
  background-color: #fff;
  border-color: #000;
}
input[type=text][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=email][disabled],
input[type=password][disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
input[type=text].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
input[type=email].error,
input[type=password].error {
  background-color: #fff;
  border-color: #c00;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 0 0.5em;
  }
  input[type=text]:hover:not([disabled]),
  input[type=search]:hover:not([disabled]),
  input[type=tel]:hover:not([disabled]),
  input[type=url]:hover:not([disabled]),
  input[type=email]:hover:not([disabled]),
  input[type=password]:hover:not([disabled]) {
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 1em 0.5em;
  }
}
input[type=text].input--half,
input[type=search].input--half,
input[type=tel].input--half,
input[type=url].input--half,
input[type=email].input--half,
input[type=password].input--half {
  display: inline-block;
  width: 49%;
}
input[type=text].input--third,
input[type=search].input--third,
input[type=tel].input--third,
input[type=url].input--third,
input[type=email].input--third,
input[type=password].input--third {
  display: inline-block;
  width: 32%;
}
input[type=text].input--quarter,
input[type=search].input--quarter,
input[type=tel].input--quarter,
input[type=url].input--quarter,
input[type=email].input--quarter,
input[type=password].input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 1em 0.7em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password] {
    padding: 0.7em;
    font-size: 16px;
  }
}

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #000;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
}
select:focus {
  background-color: #fff;
  border-color: #000;
}
select[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
select.error {
  background-color: #fff;
  border-color: #c00;
}
@media screen and (min-width: 961px) {
  select {
    padding: 0 0.5em;
  }
  select:hover:not([disabled]) {
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  select {
    padding: 1em 0.5em;
  }
}
select.input--half {
  display: inline-block;
  width: 49%;
}
select.input--third {
  display: inline-block;
  width: 32%;
}
select.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 961px) {
  select {
    height: 47px;
    line-height: 45px;
    padding: 0 30px 0 0.5em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  select {
    height: 52px;
    padding: 1em 30px 1em 0.5em;
  }
}

/*　IE11,IE10　*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select:not(:target) {
    padding-right: 0;
    background-image: none;
  }
}
/* textarea */
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  color: #000;
  border-radius: 10px;
  border: none;
  margin: 10px 0;
  transition: all 0.3s 0s ease;
}
textarea:focus {
  background-color: #fff;
  border-color: #000;
}
textarea[disabled] {
  background-color: #eee;
  color: #999;
  border-color: #999;
}
textarea.error {
  background-color: #fff;
  border-color: #c00;
}
@media screen and (min-width: 961px) {
  textarea {
    padding: 0 0.5em;
  }
  textarea:hover:not([disabled]) {
    background-color: #fff;
    cursor: pointer;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 1em 0.5em;
  }
}
textarea.input--half {
  display: inline-block;
  width: 49%;
}
textarea.input--third {
  display: inline-block;
  width: 32%;
}
textarea.input--quarter {
  display: inline-block;
  width: 24%;
}
@media screen and (min-width: 961px) {
  textarea {
    padding: 1em 0.7em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    padding: 1em 0.7em;
    font-size: 16px;
  }
}

/* parts */
[class^=page--] .section-tit {
  text-indent: -9999em;
  background: no-repeat center #fff;
  background-size: 92% 92%;
}

.page--home .section-tit {
  text-indent: 0;
  background: none;
}

.page--info.category-1 .section-tit,
.page--info.category-9 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--news.svg);
}

.page--info.category-2 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--ticket.svg);
}

.page--info.category-3 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--staff_report.svg);
}

.page--schedule .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--schedule.svg);
}

.page--hpnm .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--hpnm.svg);
}

.page--movie.category-1 .section-tit,
.page--movie.MOVIE .section-tit,
.page--movie.category-9 .section-tit,
.page--movie_rnd .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--movie.svg);
}

.page--qa_rnd .section-tit {
  font-size: 7vh;
  text-indent: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--qa_rnd .section-tit {
    font-size: 10vw;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Archivo Black", sans-serif;
    text-align: center;
    line-height: 0.8;
  }
}

.page--movie.category-4 .section-tit,
.page--movie.SPECIAL .section-tit,
.page--movie.category-10 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--special.svg);
}

.page--movie.category-5 .section-tit,
.page--movie.ARCHIVE .section-tit,
.page--movie.category-11 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--archive.svg);
}

.page--movie.category-12 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--bdayrap.svg);
}

.page--movie.category-13 .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--bdayrap.svg);
}

.page--wallpaper .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--downloads.svg);
}

.page--photo .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--gallery.svg);
}

.page--faq .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--support.svg);
}

.page--birthday .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--message.svg);
}

.page--mypage .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--mypage.svg);
}

.page--login .section-tit {
  background-image: url(/static/hypnosismic/fanclub/assets/cmn/title/title--login.svg);
}

/* pager */
.block--pager {
  width: 100%;
  height: 60px;
  position: relative;
  border-top: 1px solid;
}
.block--pager > li {
  width: 80px;
  height: 60px;
  position: absolute;
}
.block--pager > li.pager__item--older {
  right: 25%;
}
.block--pager > li.pager__item--older a, .block--pager > li.pager__item--older span {
  padding-right: 20px;
}
.block--pager > li.pager__item--older a::before, .block--pager > li.pager__item--older a::after, .block--pager > li.pager__item--older span::before, .block--pager > li.pager__item--older span::after {
  right: 30px;
}
.block--pager > li.pager__item--older a::before, .block--pager > li.pager__item--older span::before {
  top: 25px;
}
.block--pager > li.pager__item--older a::after, .block--pager > li.pager__item--older span::after {
  top: 34px;
}
.block--pager > li.pager__item--newer {
  left: 25%;
}
.block--pager > li.pager__item--newer a::before, .block--pager > li.pager__item--newer a::after, .block--pager > li.pager__item--newer span::before, .block--pager > li.pager__item--newer span::after {
  left: 30px;
}
.block--pager > li.pager__item--newer a::before, .block--pager > li.pager__item--newer span::before {
  top: 25px;
  transform: rotate(-50deg);
}
.block--pager > li.pager__item--newer a::after, .block--pager > li.pager__item--newer span::after {
  top: 34px;
  transform: rotate(55deg);
}
.block--pager > li span {
  opacity: 0.5;
}
.block--pager > li a, .block--pager > li span {
  display: block;
  height: 100%;
  position: relative;
}
.block--pager > li a::before, .block--pager > li span::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 0;
  transform: rotate(50deg);
}
.block--pager > li a::after, .block--pager > li span::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 22px;
  right: 0;
  transform: rotate(-55deg);
}

/* list */
.list--information li {
  border-bottom: 1px solid;
}
.list--information li:last-of-type {
  border-bottom: none;
}
.list--information li.item-topics {
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
}
.list--information li.item-topics:before {
  content: "TOPICS";
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 100px;
  color: #d0d0d0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.03em;
}
.list--information li.item-topics .category {
  color: #ffffff;
  background: #000;
  font-size: 0.5em;
  margin-left: 0.5em;
  display: inline-block;
  padding: 2px 5px 2px;
  transform: translateY(-4px);
  line-height: 1;
}
.list--information li a {
  display: flex;
  justify-content: space-between;
  min-height: calc((100vh - 246px) / 7);
  padding: 8px;
  position: relative;
}
.list--information li a .date {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid;
  padding: 5px 0;
  margin-bottom: 5px;
  margin-right: 10px;
  position: relative;
}
.list--information li a .tit {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
  transform: scaleY(0.98);
}
.list--information li a figure.thumb {
  width: 24%;
  height: calc(100% - 16px);
  background: no-repeat center url(/static/hypnosismic/fanclub/assets/cmn/no-image.png);
  background-size: cover;
  background-position: left 57%;
  position: absolute;
  overflow: hidden;
}
.list--information li a figure.thumb::before {
  content: "VIEW MORE";
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #fff;
  font-size: 23px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.list--information li a figure.thumb img {
  height: 100%;
}
.list--information li a:hover figure.thumb::before {
  transform: scaleX(1);
  transform-origin: left;
}
.list--information li a .block--txt {
  width: 100%;
  padding-left: calc(24% + 20px);
}
.list--information li.blank {
  height: calc((100vh - 246px) / 7);
  position: relative;
  overflow: hidden;
  background: #c6c6c6;
}
.list--information li.blank::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc((100vh - 246px) / 7) calc(100vw - 270px) 0 0;
  border-color: #c6c6c6 transparent transparent transparent;
  position: absolute;
  z-index: 6;
  top: -1px;
  left: -1px;
}
.list--information li.blank::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc((100vh - 246px) / 7) calc(100vw - 270px) 0 0;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.list--contents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #000;
}
.list--contents li {
  width: 33.3333333333%;
  height: calc((100vh - 240px) / 3);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.list--contents li:nth-child(3n) {
  border-right: none;
}
.list--contents li:nth-last-child(-n+3) {
  border-bottom: none;
}
.list--contents li.blank {
  position: relative;
  overflow: hidden;
  background: #c6c6c6;
}
.list--contents li.blank::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc((100vh - 237px) / 3) calc((100vw - 273px) / 3) 0 0;
  border-color: #c6c6c6 transparent transparent transparent;
  position: absolute;
  z-index: 6;
  top: -1px;
  left: -1px;
}
.list--contents li.blank::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc((100vh - 237px) / 3) calc((100vw - 273px) / 3) 0 0;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
}
.list--contents li a,
.list--contents li .contents--inner {
  display: block;
  height: 100%;
  position: relative;
}
.list--contents li a .thumb,
.list--contents li .contents--inner .thumb {
  height: 100%;
}
.list--contents li a .thumb img,
.list--contents li .contents--inner .thumb img {
  height: 100%;
}
.list--contents li a:hover .list__txt,
.list--contents li .contents--inner:hover .list__txt {
  opacity: 1;
}
.list--contents li a .list__txt,
.list--contents li .contents--inner .list__txt {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.list--contents li a .list__txt::before,
.list--contents li .contents--inner .list__txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: right;
  transform: scaleX(0);
  z-index: 1;
}
.list--contents li a .list__txt:hover .tit,
.list--contents li .contents--inner .list__txt:hover .tit {
  opacity: 1;
}
.list--contents li a .list__txt:hover::before,
.list--contents li .contents--inner .list__txt:hover::before {
  transform: scale(1);
  transform-origin: left;
}
.list--contents li a .list__txt .tit,
.list--contents li .contents--inner .list__txt .tit {
  width: 80%;
  font-size: 11px;
  font-weight: 600;
  transform: translate(-50%, -50%) scaleY(0.98);
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
}
.list--contents li a .list__txt .date,
.list--contents li .contents--inner .list__txt .date {
  display: none;
}

.section--detail .date {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 30px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.section--detail .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section--detail .category {
  color: #fff;
  font-size: 0.5em;
  display: inline-block;
  padding: 3px 6px 2px;
  transform: translateY(-5px);
  line-height: 1;
  background: #000;
}
.section--detail .block--share {
  text-align: right;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  border-top: 1px solid;
  margin-top: 20px;
  padding-top: 20px;
}
.section--detail .block--share li {
  display: inline-block;
  font-size: 22px;
  margin-left: 13px;
}
.section--detail .block--share li.lineIco {
  vertical-align: -1px;
}
.section--detail .block--share .share {
  font-size: 14px;
  line-height: 1;
  vertical-align: 3px;
}
.section--detail .list--support dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.section--detail .list--support li:not(:last-of-type) {
  margin-bottom: 1em;
}
.section--detail .list--support li:not(:last-of-type) li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.section--detail .list--support dd:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.section--detail .list--support li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail .list--support li li {
  margin-bottom: 0.5em;
}
.section--detail .list--support li li::before {
  display: none;
}
.section--detail.support .block--terms {
  margin-bottom: 4em;
}
.section--detail.support .block--terms .block-tit {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.page--home .section--main {
  height: 100%;
  background: #000;
}
.page--home .section--main .block {
  width: 100%;
  height: 100%;
  background: url(/static/hypnosismic/fanclub/assets/top/logo--defalut11.png) no-repeat center;
  background-size: contain;
  position: relative;
}
.page--home.character-1 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--01.png);
}
.page--home.character-2 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--02.png);
}
.page--home.character-3 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--03.png);
}
.page--home.character-4 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--04.png);
}
.page--home.character-5 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--05.png);
}
.page--home.character-6 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--06.png);
}
.page--home.character-7 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--07.png?v2);
}
.page--home.character-8 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--08.png?v2);
}
.page--home.character-9 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--09.png?v2);
}
.page--home.character-10 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--10.png);
}
.page--home.character-11 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--11.png);
}
.page--home.character-12 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--12.png);
}
.page--home.character-13 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--13.png);
}
.page--home.character-14 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--14.png);
}
.page--home.character-15 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--15.png);
}
.page--home.character-16 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--16.png);
}
.page--home.character-17 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--17.png);
}
.page--home.character-18 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--18.png);
}
.page--home.character-20 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--20_Ksa41f5Fsd.png);
}
.page--home.character-21 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--21_rQHl4qJaqI.png);
}
.page--home.character-22 .block--favorite .tag {
  background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/tag--22_IpL2XPlaqw.png);
}

/*  top-modal
------------------------------ */
.page--home .top-modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: 0.3s;
  opacity: 0;
}
.page--home .top-modal .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.page--home .top-modal .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}
.page--home .top-modal .inner .block--main {
  height: 90vh;
  position: relative;
  z-index: 2;
}
.page--home .top-modal .inner .close {
  width: 81px;
  height: 90px;
  background: no-repeat url(/static/hypnosismic/fanclub/assets/top/ico--close.png);
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 9px;
  z-index: 1;
  cursor: pointer;
}
.page--home .top-modal .inner .block--cover {
  width: 100%;
  max-width: unset;
  max-height: unset;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page--home .top-modal .inner img {
  width: auto;
  height: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

.page--home {
  position: relative;
}
.page--home .wrap {
  opacity: 0;
  pointer-events: none;
}
.page--home::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transform: scaleX(0);
  transform-origin: right;
  pointer-events: none;
}
.page--home.no-action::before {
  display: none;
}
.page--home.no-action .wrap {
  opacity: 1;
  pointer-events: auto;
  transition: none;
}
.page--home.loaded::before {
  animation: cover 1.2s ease 0.5s 1;
  -webkit-animation: cover 1.2s ease 0.5s 1;
}
.page--home.loaded .wrap {
  opacity: 1;
  transition: opacity 0.3s 1.1s;
  pointer-events: auto;
  display: flex;
  align-items: center;
  height: 100vh;
}
.page--home.loaded .loading {
  opacity: 0;
  transition: opacity 0.3s 1.1s;
  pointer-events: none;
}
.page--home.loaded .top-modal {
  transition: 0.3s 1.2s;
  opacity: 1;
}
.page--home.loaded .top-modal .block--cover {
  cursor: pointer;
}
.page--home.loaded .top-modal.fadeout {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.page--home .loading {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background: #000;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1000;
}
.page--home .loading::before {
  content: "";
  display: block;
  width: 25vw;
  height: 25vw;
  background: no-repeat center url(/static/hypnosismic/fanclub/assets/top/logo--loading.png);
  background-size: contain;
}
@keyframes cover {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49.9999% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.page--schedule header {
  background: #fff;
}
.page--schedule a:visited, .page--schedule a:link {
  color: #000;
}
.page--schedule header .block--header--bottom .nav .g-nav li a,
.page--schedule footer .block--sns-support .nav--support li a {
  text-decoration: none;
  color: #000;
}
.page--schedule header .block--header--bottom .nav .g-nav li a:hover {
  color: #fff;
}
.page--schedule header .block--header--bottom .nav .g-nav li.soon a {
  color: #eaeaea;
}
.page--schedule #modal a:visited, .page--schedule a:link {
  color: #fff;
}

.page--info .section--detail .txt a {
  text-decoration: underline;
}

.page--info.category-2 .block--pager {
  display: none;
}
.page--info.category-2 .list--information li {
  padding: 80px 30px 80px 0;
  position: relative;
}
.page--info.category-2 .list--information li .tit {
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.page--info.category-2 .list--information li .txt {
  font-weight: 600;
  font-size: 16px;
}
.page--info.category-2 .list--information li.no-data {
  font-weight: bold;
  font-size: 18px;
  padding: 150px 30px 150px 0;
}
.page--info.category-2 .uncurrent .block--category {
  min-height: calc((100vh - 240px) / 3);
}
.page--info.category-2 .block--category {
  min-height: 8vw;
  border-bottom: 1px solid;
  position: relative;
  transition: height 0.3s;
}
.page--info.category-2 .block--category:last-of-type {
  border-bottom: none;
}
.page--info.category-2 .block--category.block--nodata .block--inner--tit span {
  top: 50%;
  transform: rotate(-90deg) translateX(-50%);
}
.page--info.category-2 .block--category .block-tit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 4.7vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: color 0.3s;
}
.page--info.category-2 .block--category .block-tit::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  z-index: -1;
}
.page--info.category-2 .block--category .inner {
  display: none;
  overflow: hidden;
  padding-left: 230px;
}
.page--info.category-2 .block--category .block--inner--tit {
  width: 200px;
  height: calc(100% + 20px);
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.page--info.category-2 .block--category .block--inner--tit span {
  display: block;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 60px;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-50%);
  position: absolute;
  top: 50%;
  left: calc(50% - 10px);
  opacity: 0;
  transition: opacity 0.3;
}
.page--info.category-2 .block--category.current .block-tit {
  display: none;
}
.page--info.category-2 .block--category.current .inner {
  position: relative;
}
.page--info.category-2 .block--category.current .block--inner--tit span {
  opacity: 1;
}

.page--movie .section--detail {
  height: 100%;
  background: #000;
  position: relative;
}
.page--movie .section--detail .block--title {
  position: relative;
}
.page--movie .section--detail .block--title .tit {
  padding-left: 17px;
}
.page--movie .section--detail .block--title .detail__btn {
  width: 17px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.page--movie .section--detail .block--title .detail__btn a {
  display: block;
  height: 100%;
}
.page--movie .section--detail .block--title .detail__btn::before, .page--movie .section--detail .block--title .detail__btn::after {
  pointer-events: none;
}
.page--movie .section--detail .block--title .detail__btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(-50deg);
}
.page--movie .section--detail .block--title .detail__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 18px;
  left: 0;
  transform: rotate(55deg);
}
.page--movie .section--detail .contents--inner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--movie .section--detail .contents--inner .tit {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  transform: scaleY(0.98);
}
.page--movie .block--player {
  outline: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.page--movie .block--player > img, .page--movie .block--player iframe, .page--movie .block--player video, .page--movie .block--player .jstream-eqPlayer, .page--movie .block--player .ulizahtml5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.page--movie .block--player .ulizahtml5 .ulizahtml5-controller-area {
  height: 100%;
}

.page--movie.new-movie.page-movie-detail .section-tit {
  display: block !important;
}
.page--movie.new-movie.page-movie-detail .detail__btn {
  margin-top: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .contents--inner {
  width: 100%;
}
.page--movie.new-movie.page-movie-detail .section--detail .block--title {
  margin: 0 auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .more_movies_title {
  background: #fff;
  color: #000;
  font-family: "Archivo Black", sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  padding: 0.5em;
}
.page--movie.new-movie.page-movie-detail .section--detail .list--contents {
  gap: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .list--contents li {
  margin-bottom: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.page--movie.new-movie.page-movie-detail .section--detail .list--contents li .tit {
  border-bottom: none;
}

.page--hpnm .block--category,
.page--movie_rnd .block--category, .page--qa_rnd .block--category {
  height: calc((100vh - 240px) / 2);
  border-bottom: 1px solid;
}
.page--hpnm .block--category a,
.page--movie_rnd .block--category a, .page--qa_rnd .block--category a {
  display: block;
  height: 100%;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: calc((100vh - 240px) / 2);
  text-align: center;
  font-size: 5vw;
  transition: color 0.3s;
  position: relative;
}
.page--hpnm .block--category a::before,
.page--movie_rnd .block--category a::before, .page--qa_rnd .block--category a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: right;
  transform: scaleX(0);
  z-index: -1;
}
.page--hpnm .block--category a:hover,
.page--movie_rnd .block--category a:hover, .page--qa_rnd .block--category a:hover {
  color: #fff;
}
.page--hpnm .block--category a:hover::before,
.page--movie_rnd .block--category a:hover::before, .page--qa_rnd .block--category a:hover::before {
  transform: scale(1);
  transform-origin: left;
}

.page--gallery .block--category {
  height: calc((100vh - 240px) / 3);
}
.page--gallery .block--category a {
  line-height: calc((100vh - 240px) / 3);
}z

.page--photo .block--pager .pager__item--newer a::after,
.page--photo .block--pager .pager__item--newer span::after {
  transform: rotate(-135deg);
}
.page--photo .detail__btn a::after {
  content: "";
}
.page--photo .modal-open .drawer__btn {
  pointer-events: none;
}
.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
.page--photo #swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}
.page--photo #swipebox-prev.disabled,
.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
.page--photo #swipebox-action #swipebox-close {
  top: 60px;
  right: 70px;
  background: none;
}
.page--photo #swipebox-action #swipebox-close::before, .page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
.page--photo #swipebox-action #swipebox-prev,
.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
.page--photo #swipebox-action #swipebox-prev::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-left: 1em;
  margin-top: 1em;
}
.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
.page--photo #swipebox-action #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  border: 1px solid;
  border-top: none;
  border-right: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.page--photo #swipebox-caption {
  width: 100%;
  max-width: 800px;
  padding: 0 8%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}

.section--detail.support {
  margin-top: 0;
  padding-top: 0;
}
.section--detail.support .section-tit {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  background: #fff;
  border-bottom: 1px solid;
  position: static;
  left: 0;
  top: 0;
  transform-origin: top left;
  transform: none;
  padding-bottom: 6px;
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .section--detail.support .section-tit {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--detail.support .section-tit {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .section--detail.support .section-tit {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}

.page--faq .searchBox {
  background: #fff;
}
.page--faq input[type=text] {
  border: none;
}
.page--faq .list--faq li {
  border-bottom: 1px solid;
}
.page--mypage .block--mypage {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
}
.page--mypage .block--mypage .block--card {
  width: 45%;
}
.page--mypage .block--mypage .block--card .card {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: calc(100vh - 322px);
  min-height: 500px;
}
.page--mypage .block--mypage .block--card .card img {
  width: 100%;
  height: 100%;
}
.page--mypage .block--mypage .block--menu {
  width: 53%;
}
.page--mypage .block--mypage .block--menu .list--status {
  font-weight: 600;
  font-size: 13px;
  border: 1px solid;
  padding: 20px 15px;
}
.page--mypage .block--mypage .block--menu .list--status dt {
  float: left;
  clear: left;
  line-height: 1;
  transform: scaleY(0.98);
}
.page--mypage .block--mypage .block--menu .list--status dd {
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  padding-left: 14em;
  margin-bottom: 20px;
  line-height: 1.2;
  transform: scaleY(0.98);
}
.page--mypage .block--mypage .block--menu .list--status dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page--mypage .block--mypage .block--menu .mypage--menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 15px;
}
.page--mypage .block--mypage .block--menu .mypage--menu .btn {
  width: 49%;
  margin-bottom: 8px;
}
.page--mypage .block--mypage .block--menu .mypage--menu .btn--sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
  min-width: 0;
  padding: 15px 5px;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.2;
  font-size: 13px;
}
.page--mypage .character-1 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-1.png);
}
.page--mypage .character-2 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-2.png);
}
.page--mypage .character-3 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-3.png);
}
.page--mypage .character-4 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-4.png);
}
.page--mypage .character-5 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-5.png);
}
.page--mypage .character-6 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-6.png);
}
.page--mypage .character-7 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-7.png?v2);
}
.page--mypage .character-8 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-8.png?v2);
}
.page--mypage .character-9 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-9.png?v2);
}
.page--mypage .character-10 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-10.png);
}
.page--mypage .character-11 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-11.png);
}
.page--mypage .character-12 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-12.png);
}
.page--mypage .character-13 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-13.png);
}
.page--mypage .character-14 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-14.png);
}
.page--mypage .character-15 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-15.png);
}
.page--mypage .character-16 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-16.png);
}
.page--mypage .character-17 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-17.png);
}
.page--mypage .character-18 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-18.png);
}
.page--mypage .character-20 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-20_ACM2Rths1F.png);
}
.page--mypage .character-21 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-21_VC1E5YnYP1.png);
}
.page--mypage .character-22 .card {
  background-image: url(/static/hypnosismic/fanclub/assets/mypage/card/character-22_aKD8meYMo2.png);
}

.page--login .block--error-entry,
.page--login .block--entry-check {
  display: none;
}
.page--login .section--detail {
  height: 100%;
  background: #000;
  color: #fff;
}
.page--login .section--detail .section-tit {
  background-color: #fff;
}
.page--login .section--detail > form {
  width: 450px;
  margin: 0 auto;
}
.page--login .form--post dt {
  margin: 2em 0 0.5em;
  font-size: 0.8em;
  font-weight: bold;
}
.page--login .form--post dd {
  margin: 0 0 1em;
  position: relative;
}
.page--login .form--post dd input[type=text], .page--login .form--post dd input[type=password] {
  margin: 0 !important;
  padding: 15px;
  border-radius: 0;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}
.page--login .form--post dd .show-pw {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page--login .form--post .show-pw {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page--login .txt--separator {
  display: flex;
  align-items: center;
  margin: 4em 0 2.5em;
  color: #fff;
}
.page--login .txt--separator::before, .page--login .txt--separator::after {
  border-top: 1px solid #b5b5b5;
  content: "";
  flex-grow: 1;
}
.page--login .btn .btn--main {
  background: #fff;
  color: #000;
}
.page--login .btn .btn--sub {
  background: none;
  border: 1px solid #fff;
}
.page--login .popup-inner .btn--main {
  background: #ddd;
  color: #fff;
}
.page--login .block--error {
  margin: 0 -26%;
}

.page--birthday .wrap > .content--main {
  height: calc(100vh - 240px);
}
.page--birthday .section--detail {
  height: calc(100vh - 240px);
  padding: 0 0 0 170px;
}
.page--birthday .block--main__movie {
  position: relative;
  padding-top: 56.25%;
}
.page--birthday .block--main__movie iframe {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 240px);
  position: absolute;
  left: 0;
  top: 0;
}

.page--error .section--detail {
  background: #000;
  padding: 30px 5%;
  color: #fff;
}
.page--error .section--detail .tit.center {
  font-size: 3vw;
  padding: 0;
}
.page--error .section--detail .txt {
  padding: 0;
}
.page--error .section--detail .btn--sub {
  background: none;
}

.page--entry .line {
  text-decoration: underline;
}
.page--entry a {
  text-decoration: underline;
}
.page--entry .block--title {
  height: calc(100vh - 240px);
  min-height: 500px;
  width: 40vw;
  border-right: 1px solid;
  position: fixed;
  top: 137px;
  left: 53px;
  background: #fff;
}
.page--entry .block--title .block--title__item {
  height: calc((100vh - 240px) / 2);
  min-height: 250px;
  padding: 30px;
}
.page--entry .block--title .block--title__item:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
}
.page--entry .block--title .block--title__item:first-child img {
  width: auto;
  height: 100%;
}
.page--entry .block--title .block--title__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page--entry .block--title .block--title__item:last-child img {
  width: auto;
  height: 80%;
}
.page--entry .block--join {
  padding-left: 40vw;
}
.page--entry .block--join .block-tit {
  background: #000;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 3.55vw;
  color: #fff;
  line-height: 1;
  padding: 10px 20px 9px;
}
.page--entry .block--join .block-tit span {
  display: inline-block;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.2vw;
  position: relative;
  line-height: 1;
  top: -0.7em;
  padding-left: 2.5vw;
}
.page--entry .block--join .block-tit span::before {
  content: "";
  display: block;
  width: 2px;
  height: 130%;
  background: #fff;
  position: absolute;
  left: 1.3vw;
  top: -0.1vw;
}
.page--entry .block--join .inner {
  padding: 30px;
}
.page--entry .block--join .list--flow {
  display: flex;
  justify-content: flex-start;
}
.page--entry .block--join .list--flow:last-child li {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page--entry .block--join .list--flow li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  font-size: 13px;
}
.page--entry .block--join .list--flow li:nth-child(1) {
  width: 30%;
}
.page--entry .block--join .list--flow li:nth-child(2) {
  width: 45%;
}
.page--entry .block--join .list--flow li:nth-child(3) {
  width: 30%;
}
.page--entry .block--join .list--flow li:nth-child(3)::before, .page--entry .block--join .list--flow li:nth-child(3)::after {
  display: none;
}
.page--entry .block--join .list--flow li i {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  display: inline-block;
  font-size: 47px;
  vertical-align: -13px;
  margin-right: 15px;
}
.page--entry .block--join .list--flow li::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 8px;
  right: 1vw;
  transform: rotate(50deg);
}
.page--entry .block--join .list--flow li::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 22px;
  right: 1vw;
  transform: rotate(-55deg);
}
.page--entry .block--join .block--fee .block--fee__item {
  font-size: 1.4vw;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page--entry .block--join .block--fee .block--fee__item .sub {
  display: inline-block;
  font-weight: normal;
  font-size: 1vw;
  position: relative;
  padding-left: 1.5vw;
  margin-left: 1vw;
  vertical-align: 4px;
}
.page--entry .block--join .block--fee .block--fee__item .sub::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 0;
}
.page--entry .block--join .list--attention li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 5px;
}
.page--entry .block--join .list--attention li:last-child {
  margin-bottom: 0;
}
.page--entry .block--join .list--benefit {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page--entry .block--join .area--benefit .list--attention + .txt--sub {
  padding-top: 20px;
}
.page--entry .block--join .area--attention {
  background: #000;
  color: #fff;
  line-height: 1.4;
  padding: 30px;
}
.page--entry .block--join .area--attention .block--tit {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page--entry .block--join .area--attention .block {
  font-size: 12px;
}
.page--entry .block--join .area--attention .block .txt--basic {
  margin-bottom: 0.5em;
}
.page--entry .block--join .area--attention .block:first-child {
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page--entry .block--entry {
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
.page--entry .block--entry .block {
  width: 100%;
}
.page--entry .block--entry .block .btn .btn--main {
  width: 50%;
  min-width: 300px;
  line-height: 1;
  font-size: 1.6vw;
  padding: 1em;
  text-decoration: none;
}

.block--entry-check {
  display: none;
}

.modaal-overlay {
  background: #000 !important;
  opacity: 0.7 !important;
}

.modaal-content-container .box {
  background: #fff;
  color: #000;
  padding: 40px;
  position: relative;
}
.modaal-content-container .box .txt--basic a {
  text-decoration: underline;
}
.modaal-content-container .box .txt--basic a:hover {
  text-decoration: none;
}
.modaal-content-container .box .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -60px;
  right: -60px;
  cursor: pointer;
  transform-origin: center;
  transition: 0.3s;
}
.modaal-content-container .box .close::after, .modaal-content-container .box .close::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.modaal-content-container .box .close::after {
  width: 100%;
  height: 5px;
  top: 20px;
  left: 0;
}
.modaal-content-container .box .close::before {
  width: 5px;
  height: 100%;
  top: 2px;
  left: 18px;
}

#modaal-close {
  display: none !important;
}

.popup-inner .btn--main {
  background: #ddd;
  color: #fff;
  pointer-events: none;
  transition: 0.3s ease;
}

.popup-inner .btn.checked .btn--main {
  pointer-events: auto;
  background: #000;
  color: #ffffff;
}
.popup-inner .btn.checked .btn--main:hover {
  background: #a47e2d;
}

/* checkbox */
.form__checkbox {
  width: 15em;
  position: relative;
  margin: 0 auto 10px;
  font-weight: bold;
}
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.form__checkbox input[type=checkbox] {
  -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.5em;
  height: 1.5em;
  border-radius: 0.3em;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: calc(50% - 0.22em);
  left: -0.5em;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.6em;
  border: 2px solid #fff;
  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: #000;
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: calc(50% - 0.22em);
  opacity: 1;
}

/*  page--questionnaire
------------------------------ */
.page--questionnaire .section-tit {
  line-height: 1.4;
}
.page--questionnaire .ph {
  margin-bottom: 50px;
}
.page--questionnaire main > section {
  background: #fff;
  width: 80%;
  max-width: 850px;
  margin: 140px auto 50px;
  padding: 70px 5%;
  border-radius: 8px;
}
.page--questionnaire .form__checkbox {
  width: auto;
}
.page--questionnaire .form__select::after {
  top: 28px;
}
.page--questionnaire .form--post dt {
  margin: 3em 0 0;
  font-size: 13px;
  font-weight: bold;
}
.page--questionnaire .form--confirm {
  border: 0.5px solid #d9dde0;
  border-radius: 6px;
  margin: 20px auto 40px;
  background: #fff;
}
.page--questionnaire .form--confirm dt {
  margin: 0;
  opacity: 0.6;
  font-size: 0.8em;
}

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

.block--error {
  color: #fff;
  background: #ff7474;
  padding: 10px;
  border-radius: 0;
}
.block--error a {
  text-decoration: underline;
}

/* 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 {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  color: #000;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #000;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  textarea {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
textarea:focus {
  border-color: #000;
}
textarea.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 0.3em;
  padding: 0.5em;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__select select {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.form__select select:focus {
  border-color: #000;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #f33;
  border-color: #f33;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #000;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__checkbox label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #000;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  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: #000;
  border-color: #000;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__radio label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.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: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #000;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .form__toggle label p {
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #000;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #000;
  border-color: #000;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

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

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

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

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

@media screen and (min-width: 961px) {
  .pc {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .mCSB_scrollTools {
    width: 10px;
    opacity: 1;
    border-left: 1px solid #000;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 10px;
  }
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    height: 100%;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background: #c5c5c5;
    width: 10px;
    border-radius: 0;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    line-height: 30px;
    border-radius: 0;
    background: #000;
  }
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000 !important;
  }
  .input--half {
    width: 50% !important;
  }
  .input--quarter {
    width: 25% !important;
  }
  .block--header--bottom .nav .g-nav li a {
    transition: 0.15s;
  }
  .block--header--bottom .nav .g-nav li a:hover {
    color: #fff;
    background: #000;
  }
  .wrap .content--main {
    height: calc(100vh - 240px);
  }
  .page--home .wrap .content--main {
    height: calc(100vh - 316px);
  }
  .page--home .wrap--inner {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .section-tit {
    transform: rotate(-90deg);
    width: calc(100vh - 240px);
    height: 170px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 186px;
    line-height: 170px;
    text-align: center;
    letter-spacing: -0.05em;
    text-indent: -0.05em;
    background: #fff;
    border-bottom: 1px solid;
    position: fixed;
    left: 53px;
    top: calc(100vh - 103px);
    transform-origin: top left;
    transform: rotate(-90deg);
  }
  .page--info.category-2 .section-tit {
    font-size: 150px;
  }
  .page--info.category-3 .section-tit {
    font-size: 74px;
  }
  .page--info.category-11 .section-tit {
    font-size: 74px;
    text-indent: 0;
  }
  .page--movie .section-tit {
    font-size: 170px;
  }
  .page--wallpaper .section-tit {
    font-size: 95px;
  }
  .page--photo .section-tit {
    font-size: 118px;
  }
  .page--support .section-tit {
    font-size: 114px;
  }
  .section--list {
    padding-left: 170px;
  }
  .section--detail {
    padding: 30px 30px 30px 200px;
  }
  .youtube {
    width: 640px;
    padding-top: 360px;
    margin: 20px 0;
  }
  .page--home.favorite .content--main {
    position: relative;
  }
  .page--home.favorite .section--main {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center 130px;
    background-size: 94%;
    position: relative;
    background-attachment: fixed;
  }
  .page--home.favorite .block--favorite {
    height: 100%;
    position: relative;
    top: 0;
  }
  .page--home.favorite .block--favorite .character {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin: 0 auto;
    position: relative;
  }
  .page--home.favorite .block--favorite .character .character--img {
    display: block;
  }
  .page--home.favorite .block--favorite .tag {
    display: none;
  }
  .page--home.favorite.character-1 .section--main, .page--home.favorite.character-2 .section--main, .page--home.favorite.character-3 .section--main {
    background-color: #f00;
  }
  .page--home.favorite.character-4 .section--main, .page--home.favorite.character-5 .section--main, .page--home.favorite.character-6 .section--main {
    background-color: #3057f9;
  }
  .page--home.favorite.character-7 .section--main, .page--home.favorite.character-8 .section--main, .page--home.favorite.character-9 .section--main {
    background-color: #ffdd12;
  }
  .page--home.favorite.character-10 .section--main, .page--home.favorite.character-11 .section--main, .page--home.favorite.character-12 .section--main {
    background-color: #adadad;
  }
  .page--home.favorite.character-13 .section--main, .page--home.favorite.character-14 .section--main, .page--home.favorite.character-15 .section--main {
    background-color: #ff5f27;
  }
  .page--home.favorite.character-16 .section--main, .page--home.favorite.character-17 .section--main, .page--home.favorite.character-18 .section--main {
    background-color: #9603ff;
  }
  .page--home.favorite.character-19 .section--main {
    background-color: #ff0000;
  }
  .page--home.favorite.character-20 .section--main, .page--home.favorite.character-21 .section--main, .page--home.favorite.character-22 .section--main {
    background-color: #f24090;
  }
  .page--home.favorite.character-23 .section--main {
    background-color: #f20000;
  }
  .page--home.favorite.character-24 .section--main {
    background-color: #1a25ab;
  }
  .page--home.favorite.character-25 .section--main {
    background-color: #ffff16;
  }
  .page--home.favorite.character-26 .section--main {
    background-color: #b3b4b5;
  }
  .page--home.favorite.character-27 .section--main {
    background-color: #ff812c;
  }
  .page--home.favorite.character-28 .section--main {
    background-color: #4c078c;
  }
  .page--home.favorite.character-1 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character01_pc.jpg);
  }
  .page--home.favorite.character-2 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character02_pc.jpg);
  }
  .page--home.favorite.character-3 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character03_pc.jpg);
  }
  .page--home.favorite.character-4 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character04_pc.jpg);
  }
  .page--home.favorite.character-5 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character05_pc.jpg);
  }
  .page--home.favorite.character-6 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character06_pc.jpg);
  }
  .page--home.favorite.character-7 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character07_pc.jpg);
  }
  .page--home.favorite.character-8 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character08_pc.jpg);
  }
  .page--home.favorite.character-9 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character09_pc.jpg);
  }
  .page--home.favorite.character-10 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character10_pc.jpg);
  }
  .page--home.favorite.character-11 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character11_pc.jpg);
  }
  .page--home.favorite.character-12 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character12_pc.jpg);
  }
  .page--home.favorite.character-13 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character13_pc.jpg);
  }
  .page--home.favorite.character-14 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character14_pc.jpg);
  }
  .page--home.favorite.character-15 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character15_pc.jpg);
  }
  .page--home.favorite.character-16 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character16_pc.jpg);
  }
  .page--home.favorite.character-17 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character17_pc.jpg);
  }
  .page--home.favorite.character-18 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character18_pc.jpg);
  }
  .page--home.favorite.character-19 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character19_pc.jpg);
  }
  .page--home.favorite.character-20 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character20_pc_WSU1Bujorh.jpg);
  }
  .page--home.favorite.character-21 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character21_pc_x3lNVEhbey.jpg);
  }
  .page--home.favorite.character-22 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character22_pc_qs4VCcEYtP.jpg);
  }
  .page--home.favorite.character-23 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character23_pc_vzoFMN05d8.jpg);
  }
  .page--home.favorite.character-24 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character24_pc_hcl0LAb8gk.jpg);
  }
  .page--home.favorite.character-25 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character25_pc_zt71MCR4rh.jpg);
  }
  .page--home.favorite.character-26 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character26_pc_mIkkpR5mqH.jpg);
  }
  .page--home.favorite.character-27 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character27_pc_eXGwuJM4s5.jpg);
  }
  .page--home.favorite.character-28 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character28_pc_9M3fPsVx1g.jpg);
  }
  .page--home.w-image .block--favorite .w-space {
    display: block;
  }
  .page--home.w-image .block--favorite .s-space {
    display: none;
  }
  .page--home.s-image .block--favorite .s-space {
    display: block;
  }
  .page--home.s-image .block--favorite .w-space {
    display: none;
  }
  .page--home.backcolorWW .content--main {
    max-height: calc(100vh - 316px);
    height: 100vh;
  }
  .page--home.spaceWW .content--main {
    height: auto;
  }
  .page--home.backcolorNW .content--main {
    max-height: calc(100vh - 316px);
    height: 100vh;
  }
  .page--home.spaceNW .content--main {
    height: auto;
  }
  .page--login .btn .btn--main {
    width: 100%;
  }
  .page--login .btn .btn--sub {
    padding: 1em;
  }
  .page--login .section--detail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--login .txt--separator {
    margin: 2em 0 1.5em;
  }
  .page--info.category-2 .block--category.category--stage .inner {
    min-height: 380px;
  }
  .page--info.category-2 .block--category .block-tit::before {
    transition: transform 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page--info.category-2 .block--category .block-tit:hover {
    color: #fff;
  }
  .page--info.category-2 .block--category .block-tit:hover::before {
    transform: scale(1);
    transform-origin: left;
  }
  .page--movie .section--detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .page--movie .section--detail .contents--inner {
    transform: none;
    position: static;
    width: 70%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding: 30px 0 0 170px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .contents--inner {
    padding: 20px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--title {
    width: 70%;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    width: 70%;
    margin: 0 auto 80px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li {
    width: 33.3333333333%;
    height: calc((100vh - 240px) / 3);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li:nth-child(3n) {
    border-right: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li .tit {
    transform: translate(-50%, -50%) scaleY(0.98);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .more_movies_title {
    font-size: 30px;
  }
  .page--wallpaper .contents--inner {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
  }
  .page--wallpaper .list--contents li .list__txt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .page--wallpaper .list--contents li .list__txt .tit {
    position: relative;
    transform: translate(-50%, -50%) scaleY(0.98);
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .page--wallpaper .list--contents li:hover .list--size {
    opacity: 1;
  }
  .page--wallpaper .list--contents li .list--size {
    line-height: 1.5;
    opacity: 0;
  }
  .page--wallpaper .list--contents li .list--size li {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 11px;
    letter-spacing: 0.05em;
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    z-index: 3;
  }
  .page--wallpaper .list--contents li .list--size li:last-child::after {
    display: none;
  }
  .page--wallpaper .list--contents li .list--size li::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .page--wallpaper .list--contents li .list--size li a {
    line-height: 1.2;
    height: auto;
  }
  .page--wallpaper .list--contents li .list--size li a:hover {
    opacity: 0.5;
  }
  .page--birthday .section-tit {
    background-color: #fff;
  }
  .page--birthday .block--main {
    display: grid;
    height: 100%;
    overflow: hidden;
  }
  .page--birthday .section--detail {
    background: #000;
  }
  .page--birthday .section--detail .block {
    color: #fff;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page--birthday .section--detail .block a {
    text-decoration: underline;
  }
  .page--faq .section--list {
    display: block;
  }
  .page--faq .tit--category {
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
  }
  .page--faq .seciton-tit-sub {
    font-size: 32px;
    font-weight: 600;
    padding: 70px 20px 0;
    margin-bottom: 30px;
  }
  .page--faq .user-guider {
    padding: 0 20px;
    margin-bottom: -30px;
    color: #ff0707;
    font-size: 13px;
  }
  .page--faq .user-guider p a {
    text-decoration: underline;
  }
  .page--faq .user-guider p a:hover {
    text-decoration: none;
  }
  .page--faq .searchBox {
    position: relative;
    width: calc(100% - 40px);
    border: 3px solid;
    margin: 50px auto;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #9fa3a7;
    background: transparent;
    border: none;
    border-radius: 30px;
    position: absolute;
    top: 0.6em;
    right: 3px;
    z-index: 2;
    cursor: pointer;
  }
  .page--faq .list--faq {
    border-top: 1px solid;
    margin: 0 0 80px;
  }
  .page--faq .list--faq a {
    position: relative;
    display: block;
    color: #000;
    padding: 25px 20px 27px;
    transition: 0.3s;
  }
  .page--faq .list--faq a:hover {
    background: #000;
    color: #fff;
  }
  .page--faq .list--faq a:hover .icon--q {
    color: #fff;
  }
  .page--faq .list--faq .tit {
    padding-left: 20px;
  }
  .page--faq .list--faq .txt {
    margin: 0;
    padding-left: 20px;
    line-height: 1.4;
  }
  .page--faq .list--faq .icon--q {
    float: left;
    font-weight: 800;
    line-height: 1.7;
    color: #000;
    margin-right: 5px;
  }
  .page--faq .section--detail .txt {
    padding-top: 0;
  }
  .page--faq .section--detail .txt a {
    text-decoration: underline;
  }
  .page--faq .section--detail .tit--category {
    padding-left: 0;
  }
  .page--faq .section--detail .detail__btn {
    height: auto;
    padding-left: 0;
    margin-top: 0;
  }
  .page--faq .section--detail .detail__btn::before {
    height: 3px;
    width: 9px;
    top: 4px;
  }
  .page--faq .section--detail .detail__btn::after {
    width: 8px;
    height: 3px;
    top: 9px;
  }
  .page--faq .section--detail .detail__btn a {
    width: 7em;
    padding-left: 18px;
    position: relative;
    left: 0;
    line-height: 1;
  }
  .page--faq .section--detail .detail__btn a::before {
    content: "BACK";
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 14px;
  }
  .page--faq .section--detail .list--faq .icon--q {
    line-height: 1.4;
  }
  .page--faq .block--faq-detail {
    border: 4px solid #000;
    padding: 25px;
    margin: 0 0 80px;
    background: #fff;
  }
  .page--faq .block--faq-detail dt {
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding: 0 0 15px;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dt .txt {
    padding-left: 40px;
    margin: 0;
  }
  .page--faq .block--faq-detail dt .category {
    display: inline-block;
    font-size: 12px;
    background: #eee;
    color: #000;
    border-radius: 20px;
    padding: 1px 8px 0;
    margin: 0 0 20px;
  }
  .page--faq .block--faq-detail dd .txt {
    font-size: 16px;
    color: #000;
    padding-left: 40px;
    margin: 0;
  }
  .page--faq .block--faq-detail span[class^=icon--] {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    border-radius: 50px;
    padding-left: 2px;
  }
  .page--faq .block--faq-detail span.icon--q {
    color: #fff;
    line-height: 28px;
    background: #000;
  }
  .page--faq .block--faq-detail span.icon--a {
    color: #000;
    background: none;
    line-height: 26px;
    border: 1px solid;
  }
  .page--faq .section--detail .block--contact {
    text-align: center;
    margin: 0 0 40px;
  }
  .page--faq .section--detail .block--contact a {
    position: relative;
  }
  .page--faq .section--detail .block--contact a:hover {
    color: #d0121b;
  }
  .page--faq .section--detail .block--contact .fa {
    display: none;
  }
  .page--faq .list--contact {
    border-bottom: 1px solid #fff;
  }
  .page--faq .list--contact li {
    border-top: 1px solid #fff;
  }
  .page--faq .list--contact li a {
    display: block;
    color: #fff;
    padding: 15px 0;
    position: relative;
    transition: transform 0.3s;
  }
  .page--faq .list--contact li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 3%;
    top: 26px;
    z-index: 1;
  }
  .page--faq .list--contact li a:hover {
    transform: translateX(10px);
  }
  .section--detail.support {
    margin-top: 0 !important;
  }
  .section--detail.support .section-tit {
    width: 100%;
    height: auto;
    font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, noto-sans-cjk-jp, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS P Gothic", sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0;
    text-indent: 0;
    background: #fff;
    border-bottom: 1px solid;
    position: static;
    left: 0;
    top: 0;
    transform-origin: top left;
    transform: none;
    padding-bottom: 6px;
    margin-bottom: 30px;
  }
  .modaal-content-container .box .txt--basic {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .page--error .wrap .content--main {
    background: #000;
    padding-top: 50px;
  }
  .page--error .tit.center {
    margin-bottom: 50px;
  }
  .section--detail.support {
    background: #fff;
    margin-top: 100px;
    padding: 50px;
    border-radius: 9px;
  }
  .page--schedule .mCSB_inside > .mCSB_container {
    z-index: 2;
  }
  .page--schedule .wrap .content--main {
    position: relative;
    z-index: 1000;
  }
  .page--schedule .section--detail {
    padding: 30px 0px 30px 170px;
  }
  footer {
    position: relative;
    background: #fff;
  }
  _:-ms-lang(x)::-ms-backdrop, header .block--header--bottom .nav .g-nav li {
    width: 9.6153846154%;
  }
}
@media screen and (min-width: 1800px) {
  .list--information li a .tit {
    font-size: 18px;
  }
  footer .block--news--bnr {
    height: 95px;
  }
  footer .block--news--bnr .block--news {
    width: calc(100% - 678px);
  }
  footer .block--news--bnr .block--news .block-tit {
    width: 340px;
    font-size: 30px;
    line-height: 91px;
    padding-right: 0;
  }
  footer .block--news--bnr .block--news .list--news {
    width: calc(100% - 360px);
    padding-top: 27px;
  }
  footer .block--news--bnr .block--news .list--news::before {
    height: 68px;
    top: 12px;
  }
  footer .block--news--bnr .block--news .list--news li {
    margin-bottom: 10px;
  }
  footer .block--news--bnr .block--news .list--news .date {
    font-size: 20px;
    top: -3px;
    left: 0;
  }
  footer .block--news--bnr .block--news .list--news .tit {
    width: 100%;
    padding-left: 170px;
    font-size: 12px;
    top: -2px;
  }
  footer .block--news--bnr .block--news .list--news .tit::before {
    width: 38px;
    left: 126px;
    top: 7px;
  }
  footer .block--news--bnr .block--bnr {
    width: 678px;
  }
  footer .block--news--bnr .block--bnr li {
    width: 226px;
  }
  footer .block--news--bnr .block--bnr li a {
    height: 91px;
  }
  footer .block--news--bnr .block--bnr li a img {
    height: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn--main, .btn--sub {
    min-width: 100%;
  }
  .btn--sub {
    padding: 1em;
  }
  .detail__btn {
    left: 5%;
    top: -2px;
    margin-top: -10vw;
  }
  .detail__btn::before {
    height: 3px;
  }
  .detail__btn::after {
    height: 3px;
    top: 17px;
  }
  .list--information li a, .list--information li.item-topics {
    min-height: auto;
  }
  .list--information li a .block--txt, .list--information li.item-topics .block--txt {
    padding-left: calc(24% + 15px);
  }
  .list--information li a .date, .list--information li.item-topics .date {
    font-size: 14px;
    padding: 3px 0;
    margin-right: 0;
    margin-bottom: 3px;
  }
  .list--information li a .tit, .list--information li.item-topics .tit {
    font-size: 10px;
    line-height: 1.3;
  }
  .list--information li a figure.thumb::before, .list--information li.item-topics figure.thumb::before {
    font-size: 2vw;
  }
  .list--information li.item-topics:before {
    content: none;
  }
  .list--information li.item-topics .category {
    transform: translateY(-2px);
  }
  .list--information li.blank {
    height: calc((100vh - 66vw) / 7);
  }
  .list--information li.blank::before {
    border-width: calc((100vh - 66vw) / 7) 89vw 0 0;
  }
  .list--information li.blank::after {
    border-width: calc((100vh - 66vw) / 7) 89vw 0 0;
  }
  .list--contents li {
    width: 50%;
    height: auto;
  }
  .list--contents li:nth-child(3n) {
    border-right: 1px solid;
  }
  .list--contents li:nth-child(2n) {
    border-right: none;
  }
  .list--contents li:nth-child(2n) a .list__txt .tit {
    position: relative;
    left: 0;
    top: 0;
  }
  .list--contents li:nth-child(2n) a .list__txt .tit::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 0;
  }
  .list--contents li:nth-child(2n+1) a .list__txt .tit {
    position: relative;
    left: 0;
    top: 0;
  }
  .list--contents li:nth-child(2n+1) a .list__txt .tit::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 0;
  }
  .list--contents li:nth-last-child(3) {
    border-bottom: 1px solid;
  }
  .list--contents li.blank {
    min-height: 27vw;
  }
  .list--contents li.blank.blank {
    position: relative;
    overflow: hidden;
    background: #c6c6c6;
  }
  .list--contents li.blank.blank::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27vw 45vw 0 0;
    border-color: #c6c6c6 transparent transparent transparent;
    position: absolute;
    z-index: 6;
    top: -1px;
    left: -1px;
  }
  .list--contents li.blank.blank::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27vw 45vw 0 0;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
  }
  .list--contents li a .thumb,
  .list--contents li .contents--inner .thumb {
    height: 25vw;
  }
  .list--contents li a .list__txt {
    height: auto;
    background: #000;
    color: #fff;
    text-align: center;
    position: static;
    opacity: 1;
    transition: none;
  }
  .list--contents li a .list__txt .tit {
    width: 100%;
    font-size: 10px;
    transform: none;
    position: unset;
    line-height: 1.2;
    opacity: 1;
    word-break: break-all;
    padding: 4px 5px;
  }
  .list--faq li {
    margin-bottom: 5px;
  }
  .list--faq li a {
    display: block;
    position: relative;
    padding: 1.2em 20px;
    background: #fff;
    border-radius: 6px;
  }
  .list--faq li .block--date {
    line-height: 1;
    margin-bottom: 5px;
  }
  .list--faq li .category {
    display: inline-block;
    font-size: 12px;
  }
  .list--faq li .date {
    display: inline-block;
    opacity: 1;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-left: 8px;
  }
  .list--faq li:last-child a {
    border: none;
  }
  .block--pager {
    height: 30px;
    position: relative;
    border-top: 1px solid;
  }
  .block--pager > li {
    width: 50%;
    height: 30px;
    position: absolute;
  }
  .block--pager > li.pager__item--older {
    right: 0;
  }
  .block--pager > li.pager__item--older a, .block--pager > li.pager__item--older span {
    padding-right: 20px;
  }
  .block--pager > li.pager__item--older a::before, .block--pager > li.pager__item--older a::after, .block--pager > li.pager__item--older span::before, .block--pager > li.pager__item--older span::after {
    right: 40%;
  }
  .block--pager > li.pager__item--older a::before, .block--pager > li.pager__item--older span::before {
    top: 12px;
  }
  .block--pager > li.pager__item--older a::after, .block--pager > li.pager__item--older span::after {
    top: 16px;
  }
  .block--pager > li.pager__item--newer {
    left: 0;
  }
  .block--pager > li.pager__item--newer a::before, .block--pager > li.pager__item--newer a::after, .block--pager > li.pager__item--newer span::before, .block--pager > li.pager__item--newer span::after {
    left: 40%;
  }
  .block--pager > li.pager__item--newer a::before, .block--pager > li.pager__item--newer span::before {
    top: 12px;
    transform: rotate(-50deg);
  }
  .block--pager > li.pager__item--newer a::after, .block--pager > li.pager__item--newer span::after {
    top: 16px;
    transform: rotate(55deg);
  }
  .block--pager > li a::before, .block--pager > li span::before {
    width: 5px;
    top: 10px;
    right: 0;
    transform: rotate(50deg);
  }
  .block--pager > li a::after, .block--pager > li span::after {
    width: 5px;
    top: 22px;
    right: 0;
    transform: rotate(-55deg);
  }
  header .block--header--bottom .nav {
    height: 100%;
    overflow-y: scroll;
  }
  .wrap {
    padding: 50px 0 0;
    min-height: 100%;
  }
  .wrap .content--main {
    width: 90%;
    margin: 0 auto 10px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }
  #mCSB_1_scrollbar_vertical {
    display: none !important;
  }
  .mCustomScrollBox {
    overflow: auto;
  }
  .mCSB_container {
    overflow: auto;
    width: 100%;
    height: auto;
  }
  [class^=page--] .section-tit {
    height: 23vw;
    border-bottom: 1px solid;
  }
  .section--detail {
    border-bottom: 2px solid;
  }
  .section--detail .date {
    width: 90%;
    font-size: 15px;
    border-bottom: 1px solid;
    padding-top: 5vw;
    padding-bottom: 5px;
    margin: 0 auto 6px;
  }
  .section--detail .tit {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 5%;
  }
  .section--detail .txt {
    padding: 0 5%;
  }
  .section--detail .category {
    padding: 3px 5px 2px;
    transform: translateY(-2px);
  }
  .section--detail .block--share {
    padding: 5vw 5vw 3vw 0;
    margin-top: 5vw;
  }
  .section--detail .block--share .share {
    font-size: 10px;
  }
  .section--detail .block--share li {
    font-size: 14px;
    margin-left: 15px;
  }
  .section--detail .block--share li svg {
    width: 15px;
    height: 14px;
  }
  .wrap:not(.loggedin) .content--main {
    border-top: 2px solid;
    margin-top: 2px;
  }
  .section--list {
    border-bottom: 2px solid;
  }
  .page--home .wrap {
    height: 100%;
  }
  .page--home.loaded .wrap {
    overflow-x: hidden;
    display: block;
  }
  .page--home .section--main {
    height: 70vh;
    padding: 0 10%;
  }
  .page--home .top-modal .inner .block--main,
  .page--home .top-modal .inner img {
    height: auto;
  }
  .page--home .top-modal .inner .close {
    width: 50px;
    height: 55px;
    top: 18px;
  }
  .page--home.favorite .section--main {
    height: 119vw;
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-bottom: 2px solid;
  }
  .page--home.favorite .block--favorite {
    height: 100%;
    margin: 0 -6.2%;
    position: relative;
  }
  .page--home.favorite .block--favorite .character {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .page--home.favorite .block--favorite .tag {
    width: 28vw;
    height: 66vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 7vw;
  }
  .page--home.favorite.character-1 .section--main, .page--home.favorite.character-2 .section--main, .page--home.favorite.character-3 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--ikebukuro_sp.png);
  }
  .page--home.favorite.character-4 .section--main, .page--home.favorite.character-5 .section--main, .page--home.favorite.character-6 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--yokohama_sp.png);
  }
  .page--home.favorite.character-7 .section--main, .page--home.favorite.character-8 .section--main, .page--home.favorite.character-9 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--shibuya_sp.png);
  }
  .page--home.favorite.character-10 .section--main, .page--home.favorite.character-11 .section--main, .page--home.favorite.character-12 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--shinjuku_sp.png);
  }
  .page--home.favorite.character-13 .section--main, .page--home.favorite.character-14 .section--main, .page--home.favorite.character-15 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--osaka_sp.png);
  }
  .page--home.favorite.character-16 .section--main, .page--home.favorite.character-17 .section--main, .page--home.favorite.character-18 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--nagoya_sp.png);
  }
  .page--home.favorite.character-20 .section--main, .page--home.favorite.character-21 .section--main, .page--home.favorite.character-22 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/bg--chuohku_sp_S2SpeEAVTw.png);
  }
  .page--home.favorite.character-23 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--23_sp_tUTPmsYHRj.png);
  }
  .page--home.favorite.character-24 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--24_sp_FJ4fB7vVyj.png);
  }
  .page--home.favorite.character-25 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--25_sp_RLUoGgKncS.png);
  }
  .page--home.favorite.character-26 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--26_sp_edrQPniU9t.png);
  }
  .page--home.favorite.character-27 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--27_sp_klHFLqaih9.png);
  }
  .page--home.favorite.character-28 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--28_sp_xjJXppNNDW.png);
  }
  .page--home.favorite.character-1 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--01_sp.png);
  }
  .page--home.favorite.character-2 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--02_sp.png);
  }
  .page--home.favorite.character-3 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--03_sp.png);
  }
  .page--home.favorite.character-4 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--04_sp.png);
  }
  .page--home.favorite.character-5 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--05_sp.png);
  }
  .page--home.favorite.character-6 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--06_sp.png);
  }
  .page--home.favorite.character-7 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--07_sp.png);
  }
  .page--home.favorite.character-8 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--08_sp.png);
  }
  .page--home.favorite.character-9 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--09_sp.png);
  }
  .page--home.favorite.character-10 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--10_sp.png);
  }
  .page--home.favorite.character-11 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--11_sp.png);
  }
  .page--home.favorite.character-12 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--12_sp.png);
  }
  .page--home.favorite.character-13 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--13_sp.png);
  }
  .page--home.favorite.character-14 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--14_sp.png);
  }
  .page--home.favorite.character-15 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/11character15_sp.png);
  }
  .page--home.favorite.character-16 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--16_sp.png);
  }
  .page--home.favorite.character-17 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--17_sp.png);
  }
  .page--home.favorite.character-18 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--18_sp.png);
  }
  .page--home.favorite.character-19 .section--main {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--19_sp.jpg);
  }
  .page--home.favorite.character-19 .block--favorite {
    display: none;
  }
  .page--home.favorite.character-20 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--20_sp_VsLN2OS0IP.png);
  }
  .page--home.favorite.character-21 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--21_sp_V2gPG2TS1h.png);
  }
  .page--home.favorite.character-22 .block--favorite .character {
    background-image: url(/static/hypnosismic/fanclub/assets/top/favorite/character--22_sp_Lnj5d7SUNR.png);
  }
  .page--home.favorite.character-10 .block--favorite .tag, .page--home.favorite.character-12 .block--favorite .tag, .page--home.favorite.character-13 .block--favorite .tag, .page--home.favorite.character-14 .block--favorite .tag, .page--home.favorite.character-15 .block--favorite .tag, .page--home.favorite.character-17 .block--favorite .tag {
    right: unset;
    left: 7vw;
  }
  .page--home.favorite.character-20 .block--favorite .tag, .page--home.favorite.character-21 .block--favorite .tag, .page--home.favorite.character-22 .block--favorite .tag {
    background-position: bottom;
  }
  .page--home .loading {
    width: 90%;
    height: calc(90vh - 10vw);
    left: 5%;
    top: 5vw;
  }
  .page--schedule .block--status {
    display: none !important;
  }
  .page--schedule .wrap .content--main {
    border-top: 2px solid #000;
    margin-bottom: 0;
  }
  .page--schedule header .drawer__btn::before {
    display: none;
  }
  .page--schedule footer {
    margin: 0 auto;
  }
  .page--info.category-2 .block--category {
    min-height: 18vw !important;
  }
  .page--info.category-2 .block--category .block-tit {
    height: 18vw !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    line-height: 19vw;
  }
  .page--info.category-2 .block--category .block-tit.tit-uncurrent {
    color: #000;
  }
  .page--info.category-2 .block--category .block-tit.tit-uncurrent::before {
    transform: scaleX(0);
    transform-origin: right;
  }
  .page--info.category-2 .block--category.current .block-tit {
    display: block;
    background: #000;
    color: #000;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  }
  .page--info.category-2 .block--category.current .block-tit::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  .page--info.category-2 .block--category .block--inner--tit {
    display: none !important;
  }
  .page--info.category-2 .block--category .inner {
    padding: 6vw 0;
  }
  .page--info.category-2 .block--category .list--information li {
    padding: 0 5vw 5vw;
    margin-bottom: 5vw;
  }
  .page--info.category-2 .block--category .list--information li:last-of-type {
    padding: 0 5vw;
    margin: 0;
  }
  .page--info.category-2 .block--category .list--information li .tit {
    font-size: 14px;
  }
  .page--info.category-2 .block--category .list--information li .txt {
    font-size: 12px;
    margin-bottom: 0;
  }
  .page--info.category-2 .block--category .list--information li.no-data {
    font-size: 12px;
  }
  .page--info.category-2 .section--list {
    border-bottom: 2px solid;
  }
  .page--info.category-11 .section-tit {
    font-size: 10vw;
    text-indent: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Archivo Black", sans-serif;
  }
  .page--hpnm .block--category,
  .page--movie_rnd .block--category,
  .page--qa_rnd .block--category {
    min-height: unset;
    height: 18vw;
  }
  .page--hpnm .block--category a,
  .page--movie_rnd .block--category a,
  .page--qa_rnd .block--category a {
    min-height: unset;
    height: 18vw;
    line-height: 19vw;
  }
  .page--movie .section-tit {
    background-color: #fff;
  }
  .page--movie .section--detail .contents--inner {
    padding: 20px 7vw;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .page--movie .section--detail .contents--inner .tit {
    font-size: 14px;
    padding-right: 0;
  }
  .page--movie .section--detail .contents--inner .sub-txt-list {
    padding-top: 10px;
    font-size: 10px;
  }
  .page--movie .section--detail .contents--inner .btn {
    margin-top: 1em;
  }
  .page--movie .section--detail .contents--inner .btn--sub {
    width: 100%;
    font-size: 12px;
    border: 1px solid #fff;
    background: none;
  }
  .page--movie .section--detail .block--title .detail__btn {
    top: -6px;
    margin-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .detail__btn {
    padding: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail {
    padding-top: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .contents--inner {
    padding: 20px 0 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .block--title {
    width: calc(100% - 40px);
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
    outline: none;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    top: 0;
    margin-bottom: 20px;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .area--movie .txt-sub {
    margin-top: 1em;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li {
    width: 50%;
    height: auto;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li:nth-child(2n), .page--movie.new-movie.page-movie-detail .section--detail .list--contents li:nth-child(2n) .tit {
    border-right: none;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li .thumb {
    margin: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .list--contents li .tit {
    font-size: 10px;
    padding: 4px 5px;
    margin-bottom: 0;
  }
  .page--movie.new-movie.page-movie-detail .section--detail .more_movies_title {
    font-size: 15px;
  }
  .page--wallpaper .section--detail .block--txt {
    padding: 15px 5vw;
  }
  .page--wallpaper .txt--basic {
    margin-bottom: 0.5em;
  }
  .page--photo #swipebox-action #swipebox-close {
    top: 20px;
    right: 4vw;
  }
  .page--faq .section-tit {
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page--faq .seciton-tit-sub {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page--faq .user-guider {
    padding: 0 5vw;
    margin-bottom: 20px;
    font-size: 12px;
    color: #ff0707;
  }
  .page--faq .user-guider p a {
    text-decoration: underline;
  }
  .page--faq .tit--category {
    padding: 0 5vw;
  }
  .page--faq .list--faq {
    border-top: 1px solid;
  }
  .page--faq .searchBox {
    position: relative;
    width: 90%;
    margin: 0 auto 40px;
  }
  .page--faq .searchBox input[type=text] {
    border: 3px solid;
    border-radius: 0;
    margin: 0;
    line-height: 1.9;
    font-size: 15px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 40px;
    border: none;
    border-radius: 30px;
    background: transparent;
    font-size: 18px;
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 3px;
    top: 4px;
    z-index: 2;
    cursor: pointer;
  }
  .page--faq .txt--no-data {
    margin: 2em 0;
  }
  .page--faq .tit--category {
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: bold;
  }
  .page--faq [class^=icon--] {
    font-size: 1.2em;
    line-height: 1.2;
    position: absolute;
    left: 18px;
    top: 0;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq .tit, .page--faq .list--faq .txt {
    padding: 0 0 0 1.75em;
    margin: 0;
    font-weight: normal;
  }
  .page--faq .list--faq .icon--q {
    color: #000;
    top: 15px;
  }
  .page--faq .section--detail .section-tit {
    margin-bottom: 0;
  }
  .page--faq .section--detail .tit--category {
    font-size: 11px;
    margin: 0;
    font-weight: bold;
    padding: 5px 3vw;
    background: #000;
    color: #fff;
  }
  .page--faq .section--detail .list--faq {
    margin-bottom: 20px;
  }
  .page--faq .section--detail .detail__btn {
    height: auto;
    padding-left: 5vw;
    margin-top: 0;
  }
  .page--faq .section--detail .detail__btn::before {
    height: 3px;
    width: 9px;
    top: 5px;
  }
  .page--faq .section--detail .detail__btn::after {
    width: 8px;
    height: 3px;
    top: 10px;
  }
  .page--faq .section--detail .detail__btn a {
    width: 7em;
    padding-left: 18px;
    position: relative;
    left: -19px;
  }
  .page--faq .section--detail .detail__btn a::before {
    content: "BACK";
    font-family: "Archivo Black", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.01em;
    font-size: 14px;
  }
  .page--faq .block--faq-detail {
    padding: 20px 4%;
    margin-bottom: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .page--faq .block--faq-detail dt, .page--faq .block--faq-detail dd {
    position: relative;
  }
  .page--faq .block--faq-detail dt .txt, .page--faq .block--faq-detail dd .txt {
    margin: 0;
  }
  .page--faq .block--faq-detail dt {
    margin: 0 0 2em;
    font-weight: bold;
  }
  .page--faq .block--faq-detail a {
    color: #000;
    text-decoration: underline;
  }
  .page--faq .block--faq-detail [class^=icon--] {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    margin-right: 0.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: static;
    float: left;
  }
  .page--faq .block--faq-detail .icon--q {
    border: 1px solid;
    color: #000;
  }
  .page--faq .block--faq-detail .icon--a {
    background: #000;
  }
  .page--faq .block--contact {
    padding: 10px 5% 20px;
  }
  .page--faq .block--contact .txt {
    margin-bottom: 0.5em;
  }
  .page--faq .block--contact .fa {
    display: none;
  }
  .page--faq .popup-inner .list--contact {
    margin-bottom: 30px;
  }
  .page--faq .popup-inner .tit {
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page--faq .popup-inner .tit,
  .page--faq .popup-inner .txt--basic {
    color: #fff;
    line-height: 1.7;
  }
  .page--faq .list--contact {
    border-top: 1px solid #fff;
  }
  .page--faq .list--contact li {
    border-bottom: 1px solid #fff;
  }
  .page--faq .list--contact li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    position: relative;
  }
  .page--faq .list--contact li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 3%;
    top: 20px;
    z-index: 1;
  }
  .section--detail.support {
    padding: 20px 5%;
  }
  .section--detail.support .section-tit {
    font-weight: 600;
    font-size: 16px;
  }
  .section--detail.support .seciton-tit-sub {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .section--detail.support .txt {
    padding: 0;
  }
  .page--birthday .wrap > .content--main {
    height: auto;
  }
  .page--birthday .section--detail {
    height: auto;
    padding: 0;
    background: #000;
    color: #fff;
    border-bottom: 2px solid #000;
  }
  .page--birthday .section--detail .block {
    padding: 30px 5%;
  }
  .page--birthday .section--detail .block a {
    text-decoration: underline;
  }
  .page--birthday .section-tit {
    background-color: #fff;
  }
  .page--birthday .block--main__movie {
    position: relative;
    padding-top: 56.25%;
  }
  .page--birthday .block--main__movie iframe {
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 240px);
    position: absolute;
    left: 0;
    top: 0;
  }
  .page--entry {
    border-bottom: 2px solid;
  }
  .page--entry .block--title {
    height: auto;
    min-height: unset;
    width: 100%;
    border-right: none;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
  }
  .page--entry .block--title .block--title__item:last-child {
    display: none;
  }
  .page--entry .block--join {
    padding-left: 0;
  }
  .page--entry .block--join .inner {
    padding: 10px;
  }
  .page--entry .block--join .block-tit {
    font-size: calc(7.5vw - 11px);
    padding: 20px 20px 19px;
  }
  .page--entry .block--join .block-tit span {
    font-size: 11px;
    top: -0.2em;
  }
  .page--entry .block--join .list--flow li {
    font-size: 10px;
    letter-spacing: 0;
    margin-bottom: 7px;
    padding-bottom: 14px;
  }
  .page--entry .block--join .list--flow li i {
    font-size: 16px;
    vertical-align: -2px;
    margin-right: 3px;
  }
  .page--entry .block--join .list--flow li::before {
    width: 10px;
    top: 4px;
  }
  .page--entry .block--join .list--flow li::after {
    width: 10px;
    top: 12px;
  }
  .page--entry .block--join .block--fee .block--fee__item {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 7px;
    letter-spacing: 0;
  }
  .page--entry .block--join .block--fee .block--fee__item .sub {
    display: block;
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    padding-top: 4px;
  }
  .page--entry .block--join .block--fee .block--fee__item .sub::before {
    display: none;
  }
  .page--entry .block--join .area--attention {
    padding: 15px;
  }
  .page--entry .block--join .area--attention .block--tit {
    font-size: 18px;
  }
  .page--entry .block--entry {
    padding: 15px 3%;
  }
  .page--entry .block--entry .block .btn .btn--main {
    width: 80%;
    font-size: 4.5vw;
    padding: 1em;
  }
  .page--login .section--detail > form {
    width: 100%;
    padding: 0 5% 10px;
  }
  .page--login .txt--separator {
    margin: 3.5em 0 0.5em;
  }
  .page--login .block--error {
    margin: 0 calc(-6% + 2px) 0;
  }
  .page--mypage .section-tit {
    background-size: 95%;
    height: 17vw;
  }
  .page--mypage .block--mypage {
    width: 100%;
    display: block;
    padding: 0 10vw;
  }
  .page--mypage .block--mypage .block--card, .page--mypage .block--mypage .block--menu {
    width: 100%;
  }
  .page--mypage .block--mypage .block--card {
    text-align: center;
    height: 108vw;
    min-height: unset;
    background-position: center;
    margin: 30px auto;
  }
  .page--mypage .block--mypage .block--menu {
    padding-bottom: 30px;
  }
  .page--mypage .block--mypage .block--menu .list--status {
    font-size: 12px;
    padding: 20px 15px;
  }
  .page--mypage .block--mypage .block--menu .list--status dd {
    padding-bottom: 18px;
    padding-left: 10em;
    margin-bottom: 18px;
  }
  .page--mypage .block--mypage .block--menu .mypage--menu {
    display: block;
  }
  .page--mypage .block--mypage .block--menu .mypage--menu .btn {
    width: 100%;
  }
  .modaal-content-container .box {
    padding: 30px 5%;
  }
  .modaal-content-container .box .txt--basic {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .modaal-content-container .box .form__checkbox {
    width: 16em;
  }
  .modaal-content-container .box .form__checkbox label p {
    padding: 0.3em 0 0.5em 1.5em;
    font-size: 14px;
  }
  .modaal-content-container .box .close {
    right: -2px;
  }
  .modaal-inner-wrapper {
    padding-top: 0 !important;
    padding: 20px 3%;
  }
  /*  .page--questionnaire
  ------------------------------ */
  .page--questionnaire main > section {
    width: 90%;
    max-width: 850px;
    margin: 0 auto 50px;
    padding: 20px 5%;
    border-radius: 8px;
  }
  .page--questionnaire .section-tit {
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page--questionnaire .ph {
    margin-bottom: 20px;
  }
  .page--questionnaire .form--post dt {
    margin: 1em 0 0;
  }
  .page--questionnaire .form--confirm {
    padding: 20px 10px 10px;
    margin: 20px auto;
  }
  .form__radio label p {
    padding-left: 0.5em 0.5em 0.5em 1.6em;
  }
  .input--half {
    width: 75% !important;
  }
  .input--quarter {
    width: 50% !important;
  }
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .wrap {
    padding: 70px 0 0;
  }
  body {
    font-size: 14px;
  }
  .page--home .section--main {
    height: 80vh;
  }
  .page--home.favorite .block--favorite {
    margin: 0px -5.7%;
  }
  .section--detail.support {
    padding: 40px 5%;
  }
  .section--detail.support .section-tit {
    margin-bottom: 40px;
  }
  .list--information li a .date,
  .list--information li.item-topics a .date {
    font-size: 30px;
    padding: 3px 0;
    margin-bottom: 3px;
  }
  .list--information li a .tit,
  .list--information li.item-topics a .tit {
    font-size: 13px;
  }
  .list--information li.item-topics .category {
    transform: translateY(-6px);
  }
  .section--detail .date {
    font-size: 25px;
    padding-bottom: 10px;
    margin: 0 auto 7px;
  }
  .section--detail .tit {
    font-size: 15px;
  }
  .section--detail .detail__btn {
    top: -1vw;
    margin-top: -7vw;
  }
  .section--detail .block--share {
    padding: 3vw 5vw 4vw 0;
    margin-top: 5vw;
  }
  .section--detail .category {
    transform: translateY(-4px);
  }
  .page--info.category-2 .block--category .list--information li .tit {
    font-size: 18px;
  }
  .page--entry .block--join .block-tit span {
    font-size: 2vw;
  }
  .page--entry .block--join .list--flow li {
    font-size: 13px;
  }
  .page--entry .block--join .list--flow li i {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 5px;
  }
  .page--mypage .block--mypage .block--card {
    height: auto;
  }
  .page--mypage .block--mypage .block--card .card {
    background-position: center;
    height: 60vh;
    min-height: unset;
  }
  .modaal-content-container .box .txt--basic {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  .modaal-content-container .box .form__checkbox {
    width: 12em;
  }
  footer .nav--footer .list--footer--nav {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=service.css.map */