@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: 90%;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1 {
  line-height: 0;
}

h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
@font-face {
  font-family: PixelMplus12 Regular;
  src: url("/static/phantomsiita/common/font/PixelMplus12-Regular_web.woff2") format("woff2");
}
@font-face {
  font-family: PixelMplus12 Bold;
  src: url("/static/phantomsiita/common/font/PixelMplus12-Bold_web.woff2") format("woff2");
}
.black-mode-only {
  display: none;
}

body:not(.black-mode) .drop.black-mode-only {
  visibility: hidden;
  opacity: 0;
}

/*----------------
ホラー演出
----------------*/
.horror_message {
  background-color: #050406;
  color: #fff;
  text-align: center;
  margin-top: 5vw;
  margin-bottom: 6vw;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 2%;
}
.horror_message::before {
  background-image: url(/static/phantomsiita/common/bug_top.png);
  background-size: contain;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: top right;
  height: 6vw;
  width: 100%;
  position: absolute;
  top: -25px;
  right: -15px;
}
.horror_message::after {
  background-image: url(/static/phantomsiita/common/bug_bottom.png);
  background-size: contain;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 10vw;
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: -75px;
}
.horror_message .text-centered {
  animation: glitch04 2s linear infinite;
  position: relative;
  z-index: 2;
}
.horror_message .text-centered span.emoji svg {
  fill: #A5A5A5;
}
.horror_message button {
  display: block;
  background-color: initial;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .horror_message button {
    line-height: 2;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .horror_message button {
    line-height: 0;
  }
}
.horror_message button:hover {
  color: #729be3;
}
.horror_message button:hover svg {
  fill: #729be3;
}
.horror_message button svg {
  width: 0.5em;
  height: 0.8em;
  margin-left: 10px;
}

.horror_comment {
  position: absolute;
  top: 0;
  transform: translateX(50vw);
}
.horror_comment svg {
  width: 50px;
  height: 50px;
  fill: #767676;
}
.horror_comment .text-container {
  margin-top: 10px;
  background-color: #050406;
  color: #A5A5A5;
  border: 1px solid #A5A5A5;
  padding: 12px 20px;
  font-size: 14px;
  box-shadow: 2px 2px #595959;
}

.horror_comment2 .text-container {
  background-color: #050406;
  color: #A5A5A5;
  border: 1px solid #A5A5A5;
  padding: 12px 30px 12px 20px;
  font-size: 14px;
  box-shadow: 2px 2px #595959;
}
.horror_comment2 svg {
  width: 50px;
  height: 50px;
  fill: #767676;
}

.txt-slidein {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: block;
  animation: textanimation 4s 1s forwards infinite;
}

@keyframes textanimation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  25% {
    opacity: 0.7;
    transform: scaleX(1.3);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.1);
  }
  75% {
    opacity: 0.5;
    transform: scaleX(1.4);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes glitch01 {
  0% {
    opacity: 0;
    transform: skew(0);
    filter: blur(0);
  }
  20% {
    opacity: 0.9;
    transform: skew(10deg);
    filter: blur(3px);
  }
  50% {
    opacity: 0.8;
    transform: skew(20deg);
    filter: blur(50px);
  }
  80% {
    opacity: 1;
    transform: skew(-10deg);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform: skew(0);
    filter: blur(0);
  }
}
@keyframes glitch02 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  49% {
    opacity: 1;
    transform: skew(0) rotate(0);
  }
  50% {
    transform: skew(15deg) rotate(-10deg);
  }
  51% {
    transform: skew(0) rotate(0);
  }
  70% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glitch03 {
  0% {
    opacity: 0;
    transform: rotate(0);
  }
  25% {
    opacity: 1;
    transform: rotate(5deg);
  }
  50% {
    opacity: 0.7;
    transform: rotate(-10deg);
  }
  75% {
    opacity: 0.9;
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes glitch04 {
  0% {
    opacity: 1;
    transform: translate(0, 2rem);
  }
  1% {
    opacity: 1;
    transform: translate(0, 0);
  }
  48% {
    transform: translate(0, 0);
  }
  49% {
    transform: skew(0) rotate(0) translate(-0.2rem, -0.1rem);
  }
  50% {
    transform: skew(25deg) translate(0.3rem, 0rem);
  }
  51% {
    transform: skew(0) rotate(0) translate(0, 0);
  }
  93% {
    opacity: 1;
    transform: translate(0, 0);
  }
  94% {
    opacity: 1;
    transform: translate(1rem, -0.15rem);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes glitch04-2 {
  0% {
    opacity: 1;
    transform: translate(0, 2rem);
  }
  1% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.horror_look {
  /* 非表示にするセクション */
  /* アニメーションのキーフレーム */
}
.horror_look #hiddenSection {
  display: none;
  overflow: hidden;
  position: relative;
  height: 3000px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .horror_look #hiddenSection {
    height: 1500px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .horror_look #hiddenSection {
    height: 2000px;
  }
}
.horror_look #videoContainer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #050406;
}
.horror_look #horrorVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .horror_look #horrorVideo {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.horror_look #videocloseButton {
  position: absolute;
  top: 90px;
  left: 35px;
  z-index: 1;
  background-color: #fff;
  color: #050406;
  font-size: 30px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #A5A5A5;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.3s;
  padding: 10px;
  letter-spacing: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .horror_look #videocloseButton {
    top: 80px;
    left: 88%;
    font-size: 26px;
    width: 28px;
    height: 28px;
    padding: 8px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .horror_look #videocloseButton {
    top: 84px;
  }
}
.horror_look #videocloseButton:hover {
  opacity: 1;
}
.horror_look .floating-image {
  width: 30vw;
  height: auto;
  position: absolute;
  animation: float 3s ease-in-out infinite;
}
.horror_look svg.floating-image {
  fill: #050406;
  width: 30vw;
  height: 30vw;
}
.horror_look .horror_comment2 {
  position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .horror_look .horror_comment2 .text-container {
    width: 100% !important;
    max-width: 500px;
  }
}
.horror_look .horror_comment2.delighter {
  transition: all 2s;
  opacity: 0;
}
.horror_look .horror_comment2.delighter.started {
  opacity: 1;
}
.horror_look .txt-slidein {
  animation: textanimation 2s 1s forwards infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/*----------------
ベース
----------------*/
html,
body {
  height: 100%;
  line-height: 1.8;
  letter-spacing: 1em;
}

body {
  background-color: #600E0E;
  word-wrap: break-word;
  color: #050406;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

a {
  color: #CFDFE6;
  text-decoration: underline;
  text-underline-offset: 3px;
  z-index: 3;
}

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

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

::selection {
  background-color: #050406;
  color: #fff;
}

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

.svg-symbol,
.svg-emoji {
  display: none !important;
}

svg {
  width: 100%;
  height: 100%;
}

.emoji svg {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  vertical-align: middle;
}

.sabtxt::before {
  content: "└";
  margin-right: 7px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-main {
  background-color: #600E0E;
}

.body--app a {
  -webkit-touch-callout: none !important;
}

.font-base {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

/* 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: #CFDFE6;
  box-shadow: none;
  border: 1px solid #050406;
  padding: 0.5em 0.8em;
  color: #050406;
  color: #050406;
}
@media screen and (min-width: 961px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  button {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@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: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: inherit;
}
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: #CC1515;
  border-color: #CC1515;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

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

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

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

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

.btn--main {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  padding: 20px 1.5em;
  cursor: pointer;
  background-color: #CFDFE6;
  color: #050406;
  border: 1px solid #595959;
}
.btn--main:hover {
  background-color: #2f63c3;
  color: #fff !important;
  opacity: 1;
}

.btn--sub {
  max-width: 500px;
  min-width: 300px;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block !important;
  text-align: center;
  text-decoration: none;
  padding: 20px 1.5em;
  cursor: pointer;
  border: #595959 solid 1px;
  background-color: #CFDFE6;
  color: #CFDFE6;
  color: #050406;
  margin-top: 20px;
}
.btn--sub:hover {
  background-color: #2f63c3;
  color: #fff !important;
}

.block--submit {
  text-align: center;
}

.form--post dd {
  margin-bottom: 20px;
}

/* textarea */
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #CFDFE6;
  box-shadow: none;
  border: 1px solid #050406;
  padding: 0.5em 0.8em;
  color: #050406;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  height: 10em;
}
@media screen and (min-width: 961px) {
  textarea {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  textarea {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
textarea:focus {
  border-color: inherit;
}
textarea.form__error {
  background: #fff0ea;
  color: #CC1515;
  border-color: #CC1515;
}
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: #CFDFE6;
  box-shadow: none;
  border: 1px solid #050406;
  padding: 0.5em 0.8em;
  color: #050406;
  padding-right: 1.5em;
}
@media screen and (min-width: 961px) {
  .form__select select {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__select select {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.form__select select:focus {
  border-color: inherit;
}
.form__select select.form__error {
  background: #fff0ea;
  color: #CC1515;
  border-color: #CC1515;
}
.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 #600E0E;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
  right: 0;
}
.form__select::after {
  position: absolute;
  border-color: #050406;
  top: 15px;
  right: 9px;
  z-index: -1;
}

/* 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: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__checkbox label p {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       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 #050406;
  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: #050406;
  border-color: #050406;
}
.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: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .form__radio label p {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       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: #050406;
  border-width: 0.3em;
}

.block--complete > p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.block--complete > p.text-sub {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.link_btn {
  margin-top: 20px;
}
.link_btn a {
  display: block;
  background-color: #CFDFE6;
  color: #050406;
  border: 1px solid #595959;
  padding: 5px;
  text-decoration: none;
  width: 15vw;
  margin-left: auto;
  margin-left: auto;
  max-width: 150px;
  text-align: center;
  font-size: 14px;
}
.link_btn a:hover {
  background-color: #050406;
  color: #fff;
}

a:focus,
button:focus,
label:focus,
input:focus,
iframe:focus {
  outline: none;
  /* デフォルトのアウトラインを無効化 */
}

a:focus:focus-visible,
button:focus:focus-visible,
label:focus:focus-visible,
input:focus:focus-visible,
iframe:focus:focus-visible {
  outline: 2px solid blue;
  /* タブキーでフォーカスされた場合のみアウトラインを表示 */
}

.none {
  opacity: 0.3;
}

.wrap {
  min-height: 100%;
  position: relative;
}

/* sns */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-twitter:before {
  content: " \e61b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-tiktok:before {
  content: "\e07b";
}

/*----------------
ヘッダー
----------------*/
.header {
  position: fixed;
  left: 2%;
  top: 2%;
  width: 96%;
  z-index: 21;
  background: #050406;
}
.header .header--inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
}
.loaded .header .header--inner {
  top: 0;
}
.header .header--inner .logo a {
  display: block;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .header--inner .logo a {
    padding-left: 3px;
  }
}
.header .header--inner .logo img {
  max-width: 140px;
  width: 30vw;
  aspect-ratio: 3/0.6;
}
.header .header--inner .header-menu {
  display: flex;
  justify-content: right;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
.header .header--inner .header-menu .header-mode {
  align-items: center;
}
.header .header--inner .header-menu .header-mode p {
  color: #A5A5A5;
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .header--inner .header-menu .header-mode p {
    margin-right: 5px;
  }
}
.header .header--inner .header-menu .header-mode button {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #595959;
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .header .header--inner .header-menu .header-mode button {
    margin-right: 14px;
  }
}
.header .header--inner .header-menu .header-mode button.red-mode {
  background-color: #600E0E;
}
.header .header--inner .header-menu .header-mode button.black-mode {
  background-color: #050406;
}
.header .header--inner .header-menu .header-mode button:hover {
  border: 2px solid #CFDFE6;
}
.header .header--inner .header-menu .drawer__btn {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #A5A5A5;
  border-style: outset;
  border-width: 4px;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  position: relative;
  transition: all 0.1s;
  padding: 0;
  margin-left: 5px;
}
.header .header--inner .header-menu .drawer__btn span {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  position: absolute;
  top: 4px;
  left: 3px;
  background: #050406;
  transition: transform 0.3s, background 0.3s;
}
.header .header--inner .header-menu .drawer__btn span:nth-child(2) {
  top: 9.5px;
}
.header .header--inner .header-menu .drawer__btn span:nth-child(3) {
  top: 15px;
}
.drawer-visible .header .header--inner .header-menu .drawer__btn span {
  width: 100%;
  transform-origin: center;
  margin: 0;
  transition: all 0.3s;
  top: 10px;
  left: 0px;
}
.drawer-visible .header .header--inner .header-menu .drawer__btn span:first-child {
  margin-top: 0;
  transform: rotate(45deg);
}
.drawer-visible .header .header--inner .header-menu .drawer__btn span:nth-child(2) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.drawer-visible .header .header--inner .header-menu .drawer__btn span:last-child {
  display: none;
}
.drawer-visible .header .header--inner .header-menu .drawer__btn:hover span {
  animation: none;
}

.form__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.form__select select {
  padding: 4px 40px 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: #050406 solid 1px;
  border-left: #050406 solid 1px;
  z-index: 2;
}

.thumb {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.thumb img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.thumb img.blur {
  background-size: cover;
  filter: blur(30px);
  transform: scale(1.5);
  position: absolute;
  z-index: 0;
}

/*----------------
メイン
----------------*/
.main-img span.kv {
  position: relative;
  padding: 3%;
  display: block;
  aspect-ratio: 16/9;
}
.main-img span.kv::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask-image: url(/static/phantomsiita/official/home/frame.svg);
  mask-image: url(/static/phantomsiita/official/home/frame.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  content: "";
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #050406;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 27vw;
  vertical-align: middle;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .main-img span.kv::after {
    min-height: 51vw;
  }
}

#wovn-translate-widget {
  display: none !important;
}

.wovn-languages {
  position: relative;
  color: #A5A5A5;
  font-size: 13px;
  z-index: 5;
  width: 140px;
  height: 30px;
  cursor: pointer;
  border: #595959 solid 1px;
  border-radius: 40px;
  transition: all 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
  margin-right: 20px;
}
.wovn-languages .icon {
  width: 12px;
  height: 12px;
}
.wovn-languages .icon::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 40%;
  right: 10px;
  border: 0px;
  border-bottom: solid 1px #A5A5A5;
  border-right: solid 1px #A5A5A5;
  transform: rotate(45deg);
  z-index: 10;
  transform-origin: right;
}
.wovn-languages .langIcon {
  position: absolute;
  top: 50%;
  left: -80px;
  display: block;
  width: 6em;
  height: 1em;
  font-size: 13px;
  line-height: 1;
  color: #A5A5A5;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1.4;
  text-align: left;
  z-index: 2;
  transform: translateY(-50%);
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-left: 15px;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: left;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  color: #050406;
  transform: translateY(15px);
  background: #A5A5A5;
  padding: 10px 10px 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .wovn-languages.visible .nav-dropdown {
    transform: translateY(0);
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown {
    left: 21px;
  }
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 10px;
}
.wovn-languages.visible .nav-dropdown .list--language li:hover {
  color: #2f63c3;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  background: transparent;
  padding: 0;
  opacity: 0.5;
  transition: none;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages.visible .nav-dropdown .list--language li.selected {
    margin-bottom: 14px;
  }
}

/*----------------
ナビゲーション
----------------*/
.drawer {
  justify-content: left;
  width: 100%;
  height: 100%;
  padding: 0 0 0 15vw;
  opacity: 0;
  background-color: #050406;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
}
@keyframes drawerMove {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
}
.drawer .drawer--inner {
  display: flex;
}
.drawer::-webkit-scrollbar {
  display: none;
}
.drawer .nav--sns {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: left;
}
.drawer .nav--sns li {
  color: #A5A5A5;
  margin-right: 30px;
  font-size: 25px;
}
.drawer::after {
  background-color: #050406;
  position: fixed;
  top: 0;
  left: 0;
}
.drawer li a {
  text-underline-offset: 6px;
}
.drawer li svg {
  fill: #CFDFE6;
  height: 1em;
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.drawer .g-nav,
.drawer .g-nav__fc {
  padding-top: 12vw;
  color: #fff;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.drawer .g-nav li.tit,
.drawer .g-nav__fc li.tit {
  margin-bottom: 20px;
  font-size: 30px;
}
.drawer .g-nav li.tit svg,
.drawer .g-nav__fc li.tit svg {
  height: 90px;
  width: 180px;
  fill: #fff;
}
.drawer .g-nav li:not(.tit),
.drawer .g-nav__fc li:not(.tit) {
  font-size: 17px;
  line-height: 3;
}
.drawer .g-nav li.nav__login,
.drawer .g-nav__fc li.nav__login {
  margin-bottom: 20px;
  color: #CFDFE6;
}
.drawer .g-nav li.nav__login a:first-child,
.drawer .g-nav__fc li.nav__login a:first-child {
  margin-right: 15px;
}
.drawer-visible .drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow-y: scroll;
}
.drawer-visible .drawer::after {
  height: 100vh;
  visibility: visible;
}

/*----------------
フッター
----------------*/
.footer {
  width: 100%;
  color: #A5A5A5;
  padding: 0 8vw;
  position: relative;
  bottom: 0;
  z-index: 2;
}
.footer .footer-butterfly {
  margin: -10px 0 0;
  text-align: center;
  width: 30%;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .footer .footer-butterfly {
    width: 22%;
  }
}
.footer .footer-butterfly svg {
  fill: #A5A5A5;
  height: 10vw;
}
.footer .inner {
  margin-top: -100px;
}
.footer .inner .contents--inner {
  text-align: end;
  padding-top: 2%;
  padding-bottom: 30px;
  z-index: 2;
}
.footer .inner .contents--inner a {
  color: #A5A5A5;
}
.footer .inner .logo--footer {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  margin-left: auto;
  margin-top: 6%;
  margin-bottom: 10px;
}
.footer .inner .logo--footer svg {
  height: auto;
  aspect-ratio: 2/0.7;
  fill: #A5A5A5;
}
.footer .inner .block-nav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .inner .block-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 10px;
  justify-content: right;
  margin-left: auto;
}
.footer .inner .block-nav ul li {
  font-size: 11px;
  line-height: 1;
  margin-left: 18px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .footer .inner .block-nav ul li {
    margin-bottom: 6px;
  }
}
.footer .inner .block-nav ul.nav--sns {
  margin-bottom: 13px;
}
.footer .inner .block-nav ul.nav--sns li {
  font-size: 20px;
  color: #fff;
}
.footer .inner .block-nav ul.nav--support li {
  line-height: 2;
  text-align: right;
}
.footer .inner .block-nav ul.nav--support li a {
  display: inline-block;
}
.footer .inner .copyright {
  font-size: 12px;
  text-align: right;
  margin-left: auto;
}

.list--info,
.list--information {
  /*スケジュール*/
}
.list--info li,
.list--information li {
  position: relative;
}
.list--info li::before,
.list--information li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: 1px solid #595959;
  left: 0;
  bottom: 0;
}
.list--info li:last-child,
.list--information li:last-child {
  border: none;
}
.list--info li a,
.list--information li a {
  display: block;
  padding: 18px 10px;
  color: #050406;
  text-decoration: none;
}
.list--info li a .list-date,
.list--information li a .list-date {
  display: flex;
  align-items: center;
}
.list--info li a .list-date::before,
.list--information li a .list-date::before {
  background-image: url(/static/phantomsiita/common/emoji_mail.svg);
  content: "";
  background-color: #fff;
  display: inline-block;
  border: #595959 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.list--info li a:hover,
.list--information li a:hover {
  background-color: #fff;
}
.list--info li a .date span svg,
.list--information li a .date span svg {
  width: 32px;
  height: 22px;
  vertical-align: sub;
  margin-left: 10px;
}
.list--info li a .tit,
.list--information li a .tit {
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.list--info li a .sabtxt,
.list--information li a .sabtxt {
  font-size: 14px;
  margin-top: 5px;
  color: #595959;
}
.list--info li.no-data,
.list--information li.no-data {
  padding: 30px;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .list--info li.no-data,
  .list--information li.no-data {
    min-height: 15vh;
  }
}
.list--info.list--schedule li a .block-left,
.list--information.list--schedule li a .block-left {
  min-width: 100px;
}
.list--info.list--schedule li a .block-left .category,
.list--information.list--schedule li a .block-left .category {
  margin-bottom: 5px;
}
.list--info.list--schedule li a .block-left .category span,
.list--information.list--schedule li a .block-left .category span {
  display: inline-block;
  background-color: #f0f0f0;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 20px;
  line-height: 1;
}
.list--info.list--schedule li a .block-left .date,
.list--information.list--schedule li a .block-left .date {
  font-size: clamp(10px, 2.6vw, 46px);
  margin-bottom: 0;
}
.list--info.list--schedule li a .block-left .date .youbi,
.list--information.list--schedule li a .block-left .date .youbi {
  display: block;
  font-size: 14px;
}
.list--info.list--schedule li a .tit,
.list--information.list--schedule li a .tit {
  width: 100%;
}

/*----------------
トップページ以外
----------------*/
body:not(.page--home) .wrap {
  padding: 13vw 0 0 0;
  overflow: hidden;
  color: #fff;
}
body:not(.page--home) .content--main {
  padding: 0 8vw;
}
body:not(.page--home) .content--main .section--list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list {
    margin-bottom: 160px;
  }
}
body:not(.page--home) .content--main .section--list a {
  color: #050406;
}
body:not(.page--home) .content--main .section--list .block--title {
  width: 40%;
  padding-right: 40px;
}
body:not(.page--home) .content--main .section--list .block--title .section-tit {
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: min(5vw, 30px);
  animation: glitch02 3s linear infinite 0.5s;
}
body:not(.page--home) .content--main .section--list .block--title .month-pager {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  font-size: 14px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--title .month-pager {
    max-width: 100%;
  }
}
body:not(.page--home) .content--main .section--list .block--title .month-pager a {
  color: #CFDFE6;
}
body:not(.page--home) .content--main .section--list .block--title .month-pager a:hover {
  color: #729be3;
}
body:not(.page--home) .content--main .section--list .block--title .month-pager .month-pager--prev::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
  transform: rotate(-180deg);
}
body:not(.page--home) .content--main .section--list .block--title .month-pager .month-pager--prev:hover::before {
  background-color: #729be3;
}
body:not(.page--home) .content--main .section--list .block--title .month-pager .month-pager--next::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
body:not(.page--home) .content--main .section--list .block--title .month-pager .month-pager--next:hover::before {
  background-color: #729be3;
}
body:not(.page--home) .content--main .section--list .block--title .block--category {
  max-width: 200px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--title .block--category {
    max-width: 100%;
  }
}
body:not(.page--home) .content--main .section--list .block--title .block--category li.tit {
  width: 100%;
  font-size: 15px;
  background-color: #050406;
  padding-left: 5px;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li a {
  padding: 5px;
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  color: #CFDFE6;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li a:hover {
  color: #fff;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li a:hover::before {
  background-color: #fff;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li a::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_file.svg);
  mask-image: url(/static/phantomsiita/common/emoji_file.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--title .block--category li a::before {
    margin-right: 4px;
  }
}
body:not(.page--home) .content--main .section--list .block--title .block--category li.current a {
  background: #CFDFE6;
  color: #050406;
}
body:not(.page--home) .content--main .section--list .block--title .block--category li.current a::before {
  background-color: #050406;
}
body:not(.page--home) .content--main .section--list .block--list {
  width: 90%;
  padding: 4%;
  background-color: #edcfcf;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat;
  background-size: 100px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  color: #050406;
}
body:not(.page--home) .content--main .section--list .block--list .detail__btn {
  margin-top: 50px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
body:not(.page--home) .content--main .section--list .block--list .detail__btn a::before {
  background: #2f63c3;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information {
  margin-bottom: 20px;
  overflow: hidden;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li {
  position: relative;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #A5A5A5;
  left: 0;
  bottom: 0;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li:last-child {
  border: none;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .list-date {
  display: flex;
  font-size: 15px;
  margin-bottom: 5px;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .list-date .date {
  margin-right: 20px;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .list-date span svg {
  margin-left: 3px;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .list-date .category {
  margin-right: 20px;
  color: #595959;
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .tit {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 17px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .tit {
    font-size: 16px;
  }
}
body:not(.page--home) .content--main .section--list .block--list ul.list--information li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
body:not(.page--home) .content--main .section--list .block--list ul .no-data {
  padding: 20vh 25px;
  text-align: center;
  width: 100% !important;
}
body:not(.page--home) .content--main .section--detail {
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .section--detail {
    margin-bottom: 160px;
  }
}
body:not(.page--home) .content--main .section--detail .section--inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title {
  width: 30%;
  padding-right: 40px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .tit {
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 20px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time {
  display: flex;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time .date {
  margin-right: 10px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time .category {
  display: flex;
  align-items: center;
  margin: 0;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--title .block--time .category::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 5px;
  height: 1px;
  margin-right: 10px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt {
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4%;
  overflow: hidden;
  background-color: #edcfcf;
  color: #050406;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat;
  background-size: 100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .date {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt {
  margin-bottom: 40px;
  line-height: 1.5;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt p {
  margin-bottom: 10px;
  line-height: 1.7;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt .video {
  margin: -30px -25px 0;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share {
  display: flex;
  justify-content: right;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li {
  margin-left: 13px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt .block--share li a {
  display: block;
  position: relative;
  color: #050406;
  font-size: 20px;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt a {
  color: #2f63c3;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt a:hover {
  color: #050406;
}
body:not(.page--home) .content--main .section--detail .section--inner .block--txt a font {
  text-decoration: underline;
}
body:not(.page--home) .footer .footer-butterfly {
  display: none;
}
body:not(.page--home) .footer .inner {
  margin-top: 20px;
}
body:not(.page--home) .detail__btn.support_back {
  margin-bottom: 120px;
}
body:not(.page--home) .content--main .page--support {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
body:not(.page--home) .content--main .page--support .block--title {
  width: 40%;
}
body:not(.page--home) .content--main .page--support .section-tit {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .content--main .page--support .section-tit {
    font-size: 28px !important;
  }
}
body:not(.page--home) .content--main .page--support .list--support dt {
  font-weight: bold;
  border-bottom: #A5A5A5 1px solid;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body:not(.page--home) .content--main .page--support .list--support dd {
  margin-bottom: 3em;
}
body:not(.page--home) .page--support .support {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body:not(.page--home) .page--support .support h3.support-tit_sub {
  background-color: transparent !important;
}
body:not(.page--home) .list__more a::before,
body:not(.page--home) .detail__btn a::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
  transform: rotate(-180deg);
}
body:not(.page--home) .list__more a:hover,
body:not(.page--home) .detail__btn a:hover {
  color: #729be3;
}
body:not(.page--home) .list__more a:hover::before,
body:not(.page--home) .detail__btn a:hover::before {
  background-color: #729be3;
}

/*----------------
インフォページ
----------------*/
body.page--info .block--list .list--information li .category {
  color: #595959;
  font-size: 13px;
  margin-top: 10px;
}
body.page--info.category-1 .content--main .section--list .block--title {
  width: 30%;
}
body.page--info.category-13 .content--main .section--list .block--title {
  width: 30%;
}
body.page--info.category-13 .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--info.category-13 .list--contents li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  overflow: hidden;
}
body.page--info.category-13 .list--contents li a {
  text-decoration: none;
}
body.page--info.category-13 .list--contents li a figure {
  background-size: cover;
  aspect-ratio: 16/9;
}
body.page--info.category-13 .list--contents li a .list__txt {
  padding: 5px 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body.page--info.category-13 .list--contents li a .list__txt .tit {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
body.page--info.category-13 .list--contents li a .list__txt time {
  text-decoration: none;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 14px;
}
body.page--info.category-13 .list--contents li a .list__txt time::before {
  content: "└";
  margin-right: 7px;
}
body.page--info.category-13 .list--contents li a:hover {
  color: #2f63c3;
}
body.page--info.category-13 .list--contents li.no-data {
  padding: 20vh 25px;
  text-align: center;
  width: 100%;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt .video {
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt a.btn--sub, body.page--info .content--main .section--detail .section--inner .block--txt .txt a.btn--main {
  background: #2f63c3;
  color: #fff;
}
body.page--info .content--main .section--detail .section--inner .block--txt .txt a:hover.btn--sub, body.page--info .content--main .section--detail .section--inner .block--txt .txt a:hover.btn--main {
  background: #729be3;
  color: #050406;
}

/*----------------
スケジュールページ
----------------*/
body.page--schedule .content--main .section--list .block--title .block--month {
  margin-bottom: 40px;
  border: 1px solid #A5A5A5;
  padding: 5%;
  max-width: 350px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--schedule .content--main .section--list .block--title .block--month {
    max-width: 100%;
  }
}
body.page--schedule .content--main .section--list .block--title .block--month .tit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
body.page--schedule .content--main .section--list .block--title .block--month .tit span {
  font-size: 12px;
  margin-left: 10px;
}
body.page--schedule .content--main .section--list .block--title .list--sort {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  padding-right: 2em;
}
body.page--schedule .content--main .section--list .block--title .list--sort li input[type=checkbox] {
  display: none;
}
body.page--schedule .content--main .section--list .block--title .list--sort li .category {
  font-size: 14px;
  padding: 5px 14px 6px;
  border: 1px solid;
  background: #050406;
  color: #fff;
  border-radius: 30px;
  display: block;
  transition: 0.3s;
  margin-left: 0;
  margin-right: 0.25em;
}
body.page--schedule .content--main .section--list .block--title .list--sort li input[type=checkbox]:not(:checked) + .category {
  background: #595959;
  color: #050406;
}
@media screen and (min-width: 961px) {
  body.page--schedule .content--main .section--list .block--title .list--sort li:hover input[type=checkbox]:checked + .category {
    cursor: pointer;
    background: #CFDFE6;
    color: #050406;
  }
  body.page--schedule .content--main .section--list .block--title .list--sort li:hover input[type=checkbox]:not(:checked) + .category {
    cursor: pointer;
    background: #CFDFE6;
    color: #050406;
  }
}
body.page--schedule .content--main .section--list .block--list {
  padding: 2%;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule {
  margin-bottom: 20px;
  overflow: hidden;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #A5A5A5;
  left: 0;
  bottom: 0;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li.no-data::before {
  background: none;
  height: 0;
  border-bottom: 0;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li:last-child {
  border: none;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event {
  line-height: 1;
  padding: 10px 0 10px 20px;
  background: #595959;
  color: #fff;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event strong {
  font-size: 30px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event .week {
  font-size: 18px;
  margin-left: 10px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt {
  width: 100%;
  border-bottom: #A5A5A5 solid 1px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li .list__txt:last-child {
  border: none;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a {
  display: block;
  padding: 20px 25px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--schedule .content--main .section--list .block--list ul.list--schedule li a {
    padding: 15px 10px;
  }
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a .category {
  margin-bottom: 5px;
  font-size: 13px;
  color: #595959;
  display: flex;
  align-items: center;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a .category::before {
  background-image: url(/static/phantomsiita/common/emoji_clock.svg);
  content: "";
  background-color: #fff;
  display: inline-block;
  border: #595959 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
body.page--schedule .content--main .section--list .block--list ul.list--schedule li a .tit {
  line-height: 1.5;
  font-size: 18px;
}

/*----------------
プロフィールページ
----------------*/
.page--profile {
  flex-wrap: wrap;
}
.page--profile .section--inner {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .section--inner {
    display: block;
  }
}
.page--profile .block--title {
  width: 30%;
  padding: 0;
}
.page--profile .block--detail {
  width: 100%;
  background: #EBCDCD url(/static/phantomsiita/common/pattern01.png) repeat left top/100px;
  padding: 4%;
  position: relative;
}
.page--profile .block--detail .butterfly-pro01 {
  position: absolute;
  top: 0;
  left: -11vw;
  transform: rotate(20deg);
  animation: bgfadeIn 2s forwards;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .butterfly-pro01 {
    top: 0;
    left: -20%;
  }
}
.page--profile .block--detail .butterfly-pro01 svg {
  fill: #595959;
  width: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .butterfly-pro01 svg {
    width: min(13%, 40px);
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--profile .block--detail .butterfly-pro01 svg {
    width: 8vw;
  }
}
.page--profile .block--detail .butterfly-pro02 {
  position: absolute;
  top: 20%;
  right: -11.5vw;
  transform: rotate(-10deg);
  animation: bgfadeIn 2s forwards;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .butterfly-pro02 {
    top: 0;
    right: -14vw;
  }
}
.page--profile .block--detail .butterfly-pro02 svg {
  fill: #595959;
  width: 13vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .butterfly-pro02 svg {
    width: min(18vw, 70px);
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--profile .block--detail .butterfly-pro02 svg {
    width: 15vw;
  }
}
.page--profile .block--detail .butterfly-pro03 {
  position: absolute;
  top: 75%;
  left: -10vw;
  transform: rotate(-30deg);
  animation: bgfadeIn 2s forwards;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .butterfly-pro03 {
    left: -4vw;
    bottom: -53%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--profile .block--detail .butterfly-pro03 {
    bottom: -40%;
  }
}
.page--profile .block--detail .butterfly-pro03 svg {
  fill: #595959;
  width: 5vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .butterfly-pro03 svg {
    width: 8vw;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .page--profile .block--detail .butterfly-pro03 svg {
    width: 6vw;
  }
}
@keyframes bgfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page--profile .block--detail .kv {
  height: auto;
  margin-bottom: 40px;
  aspect-ratio: 16/9;
  margin-top: 20px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #4c0000;
  background-size: cover;
  line-height: 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .kv {
    margin-bottom: 20px;
    width: 75%;
  }
}
.page--profile .block--detail .kv img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.page--profile .block--detail .logo {
  display: block;
  max-width: 300px;
  width: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 139/25;
}
.page--profile .block--detail .txt-lead {
  color: #050406;
  margin-bottom: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail .txt-lead {
    margin-bottom: 40px;
  }
}
.page--profile .block--detail .member--list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.page--profile .block--detail .member--list li {
  width: 32%;
  margin-bottom: 20px;
}
.page--profile .block--detail .member--list li a {
  display: block;
  position: relative;
}
.page--profile .block--detail .member--list li a:hover {
  color: #2f63c3;
}
.page--profile .block--detail.solo .detail--inner {
  display: flex;
  margin: 20px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail.solo .detail--inner {
    display: block;
  }
}
.page--profile .block--detail.solo .kv {
  width: calc(50% - 10px);
  margin-bottom: 0;
  aspect-ratio: 1/1;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail.solo .kv {
    margin-left: auto;
    width: 100%;
  }
}
.page--profile .block--detail.solo .kv .horror-photo {
  filter: brightness(50%) contrast(100%) hue-rotate(180deg);
  animation: glitch01 0.1s linear;
}
.page--profile .block--detail.solo .kv .horror-photo + .kv::after {
  opacity: 1;
}
.page--profile .block--detail.solo .txt {
  vertical-align: middle;
  width: calc(50% - 10px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail.solo .txt {
    width: 100%;
    margin: 5% 0;
  }
}
.page--profile .block--detail.solo .name {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #050406;
}
.page--profile .block--detail.solo .list__more {
  text-align: center;
  background-color: #050406;
  color: #fff;
  padding: 15px;
  border: 4px solid #A5A5A5;
  width: 100%;
  max-width: 280px;
  margin: auto;
  box-shadow: 2px 2px #595959;
}
.page--profile .block--detail.solo .list__more .emoji svg {
  fill: #fff;
}
.page--profile .block--detail.solo .list__more p {
  padding-bottom: 5px;
  border-bottom: 1px solid #A5A5A5;
}
.page--profile .block--detail.solo .list__more ul {
  display: flex;
  justify-self: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.page--profile .block--detail.solo .list__more ul li {
  width: calc(50% - 5px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail.solo .list__more ul li {
    text-align: center;
  }
}
.page--profile .block--detail.solo .list__more ul li a {
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--profile .block--detail.solo .list__more ul li a {
    padding: 5px 0;
  }
}
.page--profile .block--detail.solo .list__more ul li a::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow02.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  vertical-align: middle;
  margin-right: 10px;
  background: #fff;
  transform: rotate(0deg);
  width: 0.8em;
  height: 0.6em;
}
.page--profile .block--detail.solo .list__more ul li a:hover {
  color: #729be3;
}
.page--profile .block--detail.solo .list__more ul li a:hover::before {
  background: #729be3;
}
.page--profile .detail__btn a {
  color: #CFDFE6 !important;
}
.page--profile .detail__btn a:hover {
  color: #729be3 !important;
}

/*----------------
TOPページ
----------------*/
body.page--home {
  /* --- メイン --- */
  /* --- バナー --- */
  /* --- オフィシャルエリア --- */
  /* --- FCエリア --- */
}
body.page--home .content--main {
  min-height: auto;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .content--main {
    border-radius: 40px 40px 0 0;
  }
}
body.page--home #area--main .main {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12vw;
  position: relative;
  width: 60vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #area--main .main {
    width: 85vw;
  }
}
body.page--home #area--main .main .main-img {
  position: relative;
}
body.page--home #area--main .main .main-img .main_tit {
  position: absolute;
  font-size: min(3vw, 50px);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  color: #fff;
  z-index: 2;
}
body.page--home #area--main .main .main-img .main_tit span {
  display: block;
  font-size: min(1.2vw, 20px);
  letter-spacing: 10px;
  margin-bottom: 10px;
}
body.page--home #area--main .main .main-butterfly svg {
  fill: #A5A5A5;
}
body.page--home #area--main .main .main-butterfly .butterfly01 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 60%;
  right: -6%;
  transform: rotate(13deg);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #area--main .main .main-butterfly .butterfly01 {
    width: 60px;
    height: 50px;
    top: 57%;
    right: -5%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home #area--main .main .main-butterfly .butterfly01 {
    width: 80px;
    height: 80px;
  }
}
@keyframes butterfly01 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
body.page--home #area--main .main .main-butterfly .butterfly02 {
  width: min(15vw, 200px);
  height: min(15vw, 200px);
  position: absolute;
  top: 68%;
  right: -4%;
  transform: rotate(-15deg);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #area--main .main .main-butterfly .butterfly02 {
    width: 92px;
    height: 92px;
    top: 62%;
    right: 3%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home #area--main .main .main-butterfly .butterfly02 {
    width: 160px;
    height: 160px;
  }
}
@keyframes butterfly02 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
body.page--home #area--main .counter {
  text-align: center;
  color: #fff;
  margin-top: 4vw;
  margin-bottom: 2vw;
  font-size: 18px;
}
body.page--home #area--main .counter #randomNumber {
  font-size: 22px;
  margin: 0 5px;
}
body.page--home #area--main .counter img {
  max-width: 80px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: sub;
}
body.page--home .birthday-message {
  position: absolute;
}
@media screen and (min-width: 961px) {
  body.page--home .birthday-message {
    width: 8%;
    bottom: -5%;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .birthday-message {
    width: 25%;
    bottom: -15%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .birthday-message {
    width: 16%;
    bottom: -10%;
  }
}
body.page--home .birthday-message a {
  display: block;
}
@media screen and (min-width: 961px) {
  body.page--home .birthday-message a:hover img {
    filter: hue-rotate(180deg);
    transition: 0.3s;
  }
}
body.page--home .menu__list {
  max-width: 1220px;
  width: 80%;
  margin-top: 6vw;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
}
body.page--home .menu__list::before {
  background-image: url(/static/phantomsiita/common/line_dot.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}
body.page--home .menu__list::after {
  background-image: url(/static/phantomsiita/common/line_dot.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}
body.page--home .menu__list ul {
  color: #CFDFE6;
  padding: 2vw 2%;
  max-width: 835px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
body.page--home .menu__list ul li svg {
  fill: #CFDFE6;
  height: 15px;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
body.page--home .menu__list ul li::after {
  content: "/";
  margin-left: 7px;
}
body.page--home .menu__list ul li:last-child::after {
  content: none;
  margin-right: 0;
}
body.page--home .section--banner {
  margin-bottom: 30px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
body.page--home .section--banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .section--banner ul {
    display: block;
  }
}
body.page--home .section--banner li {
  width: calc(50% - 20px);
  border: 1px solid #595959;
  background-color: #A5A5A5;
  padding: 5px 5px 5px 5px;
  margin-bottom: 30px;
}
body.page--home .section--banner li a {
  display: block;
  line-height: 0;
}
body.page--home .section--banner li a.horror_bnr {
  color: #CC1515;
  background-color: #050406;
  text-align: center;
  aspect-ratio: 16/4;
  width: 100%;
  height: calc(100% - 27px);
  text-decoration: none;
  font-size: 20px;
  padding: 15% 0;
  letter-spacing: 0.2em;
}
body.page--home .section--banner li a.horror_bnr:hover {
  background-color: #CC1515;
  background-image: url(/static/phantomsiita/common/box_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
body.page--home .section--banner li a img {
  max-width: none;
  width: 100%;
}
body.page--home .section--banner li::before {
  background-image: url(/static/phantomsiita/common/btn_heart.png);
  content: "";
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  padding-left: 100%;
}
body.page--home .area--official {
  justify-content: space-between;
  padding: 0 12vw;
  z-index: 2;
  /*お知らせ*/
  /*スケジュール*/
  /* --- オフィシャルエリア プロフィール --- */
}
body.page--home .area--official .info--wrap {
  position: relative;
  margin-bottom: 300px;
}
body.page--home .area--official .inner {
  padding: 0 20px 20px 20px;
}
body.page--home .area--official .horror_comment2 {
  align-items: center;
}
body.page--home .area--official .block--contents {
  background-color: #edcfcf;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat;
  background-size: 100px;
  width: calc(50% - 30px);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
}
body.page--home .area--official .block--contents.section--schedule {
  transform: translateY(200px);
}
body.page--home .area--official .block--contents .tit-wrap p {
  margin: 20px 20px 0 20px;
  padding-bottom: 10px;
  border-bottom: #595959 solid 1px;
  font-size: 14px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .block--contents .tit-wrap p {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
  }
}
body.page--home .area--official .block--contents .list--info .date {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  font-size: 14px;
}
body.page--home .area--official .block--contents .list--info .date::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  border: #595959 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
body.page--home .area--official .block--contents .section-tit {
  background: #050406;
  color: #FC8E8E;
  font-size: max(1.2vw, 20px);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2vw;
  margin-bottom: 10px;
  padding: 10px;
}
body.page--home .area--official .section--info h2::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_clover.svg);
  mask-image: url(/static/phantomsiita/common/emoji_clover.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #FC8E8E;
  width: 2.8em;
  height: 0.8em;
  vertical-align: baseline;
  margin-right: 8px;
}
body.page--home .area--official .section--info h2::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_clover.svg);
  mask-image: url(/static/phantomsiita/common/emoji_clover.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #FC8E8E;
  width: 2.8em;
  height: 0.8em;
  vertical-align: baseline;
  margin-left: 5px;
}
body.page--home .area--official .section--info .list--info .date::before {
  background-image: url(/static/phantomsiita/common/emoji_mail.svg);
}
body.page--home .area--official .section--schedule h2::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_diamond.svg);
  mask-image: url(/static/phantomsiita/common/emoji_diamond.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #FC8E8E;
  width: 2.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
body.page--home .area--official .section--schedule h2::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_diamond.svg);
  mask-image: url(/static/phantomsiita/common/emoji_diamond.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #FC8E8E;
  width: 2.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 5px;
}
body.page--home .area--official .section--schedule .list--info .date::before {
  background-image: url(/static/phantomsiita/common/emoji_clock.svg);
}
body.page--home .area--official .horror_error {
  position: absolute;
  bottom: -220px;
  z-index: 1;
  width: 300px;
}
body.page--home .area--official .section--profile {
  width: 100% !important;
  margin-top: 5vw;
  position: relative;
  z-index: 2;
  background-image: url(/static/phantomsiita/common/lace_top.png), url(/static/phantomsiita/common/lace_bottom.png), url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: contain, contain, 100px;
  background-position: top, bottom, top;
}
body.page--home .area--official .section--profile .inner {
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
}
body.page--home .area--official .section--profile h2::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #FC8E8E;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
body.page--home .area--official .section--profile h2::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #FC8E8E;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 5px;
}
body.page--home .area--official .section--profile h3 {
  color: #AE007F;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}
body.page--home .area--official .section--profile h3::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #AE007F;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
body.page--home .area--official .section--profile h3::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #AE007F;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 5px;
}
body.page--home .area--official .section--profile h4 {
  font-size: 16px;
  color: #AE007F;
}
body.page--home .area--official .section--profile h4 svg {
  fill: #AE007F;
  width: 21px;
  height: 17px;
  vertical-align: sub;
}
body.page--home .area--official .section--profile dt svg {
  fill: #AE007F;
}
body.page--home .area--official .section--profile a {
  color: #050406;
  justify-content: flex-end;
}
body.page--home .area--official .section--profile a:hover {
  color: #2f63c3;
}
body.page--home .area--official .section--profile a svg {
  fill: #2f63c3;
  margin-right: 5px;
}
body.page--home .area--official .section--profile .list__more {
  margin-top: 25px;
  margin-left: auto;
  width: 130px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .list__more {
    margin-top: 20px;
  }
}
body.page--home .area--official .section--profile .list__more a {
  text-decoration: underline;
}
body.page--home .area--official .section--profile .butterfly-mini {
  position: absolute;
  top: 2vw;
}
body.page--home .area--official .section--profile .butterfly-mini svg {
  fill: #D9A6A6;
  width: auto;
  height: 50px;
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini01 {
  right: -10vw;
  animation: butterfly01 0.5s infinite alternate;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini01 {
    right: -30vw;
    top: 5vw;
  }
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini01 svg {
    height: 30px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini01 {
    right: -10vw;
  }
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini02 {
  left: 5vw;
  top: 5vw;
  animation: butterfly02 0.5s infinite alternate;
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini02 svg {
  height: 35px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini02 {
    left: -30vw;
    top: 10vw;
  }
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini02 svg {
    height: 20px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini02 {
    left: -10vw;
    top: 7vw;
  }
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini03 {
  right: -3vw;
  top: 5vw;
  animation: butterfly01 0.5s infinite alternate;
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini03 svg {
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini03 {
    right: -30vw;
    top: 10vw;
  }
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini03 svg {
    height: 25px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini03 {
    right: -10vw;
  }
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini04 {
  left: -5vw;
  top: 5vw;
  animation: butterfly02 0.5s infinite alternate;
}
body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini04 svg {
  height: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini04 {
    left: -30vw;
    top: 10vw;
  }
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini04 svg {
    height: 20px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .butterfly-mini.butterfly-mini04 {
    left: -12vw;
    top: 9vw;
  }
}
body.page--home .area--official .section--profile .block--profile {
  margin-top: 20px;
  position: relative;
}
body.page--home .area--official .section--profile .block--profile .contents--inner {
  padding: 0 2%;
  align-items: center;
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .block--profile .contents--inner {
    max-width: 650px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page--home .area--official .section--profile .block--profile::before {
  background-image: url(/static/phantomsiita/common/line_jewelry.png);
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  background-repeat: space;
  width: 100%;
  height: 1em;
  margin: 2.2vw 0;
}
body.page--home .area--official .section--profile .block--profile:first-child::before {
  display: none;
}
body.page--home .area--official .section--profile .detail-profile {
  padding-top: 3px;
}
body.page--home .area--official .section--profile .detail-profile .section-tit {
  line-height: 1;
}
body.page--home .area--official .section--profile .detail-profile .photo {
  width: 40%;
  background-image: url(/static/phantomsiita/common/profile_black.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 40%;
  background-position: top;
  content: "";
  display: block;
  padding: 4%;
}
body.page--home .area--official .section--profile .detail-profile .photo .thumb img {
  display: block;
  pointer-events: none;
}
body.page--home .area--official .section--profile .detail-profile .profile_txt {
  width: calc(58% - 40px);
  line-height: 2.5;
  position: relative;
}
body.page--home .area--official .section--profile .detail-profile .profile_txt .marker {
  background-color: #fff;
  padding: 5px 10px;
  min-width: 30px;
  border-radius: 5px;
  margin: 3px;
  display: inline-block;
  line-height: 1.1;
}
body.page--home .area--official .section--profile .detail-profile .profile_txt .name {
  margin-bottom: 10px;
  line-height: 1.5;
}
body.page--home .area--official .section--profile .detail-profile .profile_txt .txt {
  margin-top: 30px;
}
body.page--home .area--official .section--profile .detail-profile .profile_txt .txt .emoji svg {
  fill: #050406;
}
body.page--home .area--official .section--profile .profile_music a {
  text-decoration: none;
}
body.page--home .area--official .section--profile .profile_music a:hover figure {
  filter: hue-rotate(90deg);
  animation: glitch04-2 3s linear forwards;
}
body.page--home .area--official .section--profile .profile_music a figcaption span {
  text-decoration: underline;
}
body.page--home .area--official .section--profile .profile_music .list__more {
  width: 110px;
}
body.page--home .area--official .section--profile .profile_music .list__more a {
  text-decoration: underline;
}
body.page--home .area--official .section--profile .profile_music .discography {
  width: calc(36% - 20px);
}
body.page--home .area--official .section--profile .profile_music .discography figure::before {
  display: none;
}
body.page--home .area--official .section--profile .profile_music .discography figure p {
  line-height: 0;
}
body.page--home .area--official .section--profile .profile_music .video {
  width: calc(62% - 20px);
}
body.page--home .area--official .section--profile .profile_music .video figure::before {
  display: none;
}
body.page--home .area--official .section--profile .profile_music .video figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 5px;
  position: relative;
  line-height: 0;
}
body.page--home .area--official .section--profile .profile_music .tit {
  margin-bottom: 10px;
}
body.page--home .area--official .section--profile .profile_qa .contents--inner {
  max-width: 980px;
  margin: 0 auto;
}
body.page--home .area--official .section--profile .profile_qa dt {
  width: 28%;
  line-height: 1.7;
}
body.page--home .area--official .section--profile .profile_qa dt span {
  margin-right: 8px;
}
body.page--home .area--official .section--profile .profile_qa dd {
  width: 70%;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
body.page--home .area--official .section--profile .profile_qa dd .emoji svg {
  fill: #050406;
}
body.page--home .area--official .section--profile .profile_qa ul {
  justify-content: center;
  margin: 20px auto 0;
}
body.page--home .area--official .section--profile .profile_qa ul li:first-child::after {
  content: "/";
  margin-left: 7px;
}
body.page--home .area--official .section--profile .profile_freespace .txt {
  background-color: #fff;
  padding: 4%;
  border-radius: 5px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.page--home .area--official .section--profile .profile_freespace .txt .emoji svg {
  fill: #050406;
}
body.page--home .area--official .section--profile .profile_freespace .sns {
  text-align: center;
  color: #CC1515;
  margin-top: 30px;
}
body.page--home .area--official .section--profile .profile_freespace .sns ul {
  width: 300px;
  margin: 10px auto 0;
}
body.page--home .area--official .section--profile .profile_freespace .sns ul a {
  display: block;
  padding: 10px;
}
body.page--home .area--official .section--profile .profile_freespace .sns ul .fab::before {
  font-size: 28px;
}
body.page--home .area--fc {
  position: relative;
  overflow: hidden;
  background-color: #19171b;
  margin-top: 5%;
}
body.page--home .area--fc .contents--inner {
  padding: 0 8vw 0;
}
body.page--home .area--fc a {
  text-decoration: none;
}
body.page--home .area--fc a:hover {
  color: #729be3;
}
body.page--home .area--fc a:hover figcaption::before {
  background-color: #729be3;
}
body.page--home .area--fc a:hover .sabtxt {
  color: #729be3;
}
body.page--home .area--fc .emoji svg {
  margin-right: 8px;
}
body.page--home .area--fc .fc-top {
  position: relative;
  padding-bottom: 30px;
}
body.page--home .area--fc .fc-top .butterfly04 {
  position: absolute;
  top: 10%;
  right: 0;
  height: 13vw;
  max-height: 200px;
  animation: 3s linear infinite rotation1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .fc-top .butterfly04 {
    top: -2%;
    height: 12%;
    width: 12%;
    right: 3%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .fc-top .butterfly04 {
    width: 17%;
    height: auto;
  }
}
body.page--home .area--fc .fc-top .butterfly04 svg {
  fill: #595959;
  transform: scale(-1, 1);
}
body.page--home .area--fc .fc-top .butterfly05 {
  position: absolute;
  top: 30%;
  left: 0;
  height: 17vw;
  animation: 3s linear infinite rotation2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .fc-top .butterfly05 {
    top: 0;
    height: 20%;
    width: 16%;
    left: 2%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .fc-top .butterfly05 {
    width: 28%;
    height: 28%;
  }
}
body.page--home .area--fc .fc-top .butterfly05 svg {
  fill: #595959;
}
@keyframes rotation1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes rotation2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
body.page--home .area--fc .logo--fc {
  display: block;
  width: 28vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .logo--fc svg {
  fill: #fff;
}
body.page--home .area--fc .section-tit {
  font-size: 24px;
  color: #D95151;
  text-align: center;
  margin-top: 40px;
}
body.page--home .area--fc .section-tit span {
  font-size: 18px;
  display: block;
}
body.page--home .area--fc .section-tit span::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_spade.svg);
  mask-image: url(/static/phantomsiita/common/emoji_spade.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #D95151;
  width: 2.6em;
  height: 0.8em;
  vertical-align: baseline;
  margin-right: 8px;
}
body.page--home .area--fc .section-tit span::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_spade.svg);
  mask-image: url(/static/phantomsiita/common/emoji_spade.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #D95151;
  width: 2.6em;
  height: 0.8em;
  vertical-align: baseline;
  margin-left: 5px;
}
body.page--home .area--fc .login--inner {
  border: #A5A5A5 5px solid;
  padding: 30px;
  max-width: 500px;
  width: 28vw;
  min-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
  background-color: #050406;
}
body.page--home .area--fc .login--inner p {
  color: #fff;
  padding-bottom: 15px;
  border-bottom: #A5A5A5 1px solid;
  font-size: 18px;
}
body.page--home .area--fc .login--inner .block--login {
  justify-content: center;
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .login--inner .block--login li {
  margin-top: 20px;
}
body.page--home .area--fc .login--inner .block--login li a {
  text-decoration: none;
  color: #fff;
}
body.page--home .area--fc .login--inner .block--login li a .icon_command {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow02.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #050406;
  vertical-align: middle;
  width: 0.8em;
  height: 0.6em;
  margin-right: 10px;
}
body.page--home .area--fc .login--inner .block--login li a:hover {
  color: #729be3;
}
body.page--home .area--fc .login--inner .block--login li a:hover .icon_command {
  background-color: #729be3;
}
body.page--home .area--fc .login--inner .block--login li a:hover .login-answer {
  border-color: #729be3;
}
body.page--home .area--fc .login--inner .block--login li:first-child a .icon_command {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow02.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #fff;
  vertical-align: middle;
  width: 0.8em;
  height: 0.6em;
  margin-right: 10px;
}
body.page--home .area--fc .login--inner .block--login li:first-child a:hover .icon_command {
  background-color: #729be3;
}
body.page--home .area--fc .login--inner .block--login li:first-child a:hover .login-answer {
  border-color: #729be3;
}
body.page--home .area--fc .login--inner .block--login li .login-txt {
  margin-right: 10px;
  display: inline-block;
}
body.page--home .area--fc .login--inner .block--login li .login-answer {
  padding: 5px;
  border: #A5A5A5 2px solid;
  margin-left: 10px;
  font-size: 18px;
}
body.page--home .area--fc .block--contents {
  z-index: 3;
  overflow: hidden;
}
body.page--home .area--fc .block--contents::before {
  background-image: url(/static/phantomsiita/common/line_fc.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}
body.page--home .area--fc .block--contents figcaption {
  border: 2px #595959 solid;
  background-color: #050406;
  border-radius: 2px;
  padding: 10px 40px 10px 20px;
  margin: 5px;
  position: relative;
  text-decoration: none;
}
body.page--home .area--fc .block--contents figcaption::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow01.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow01.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
body.page--home .area--fc .block--contents figcaption::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_key02.svg);
  mask-image: url(/static/phantomsiita/common/emoji_key02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #595959;
  width: 1em;
  height: 1.6em;
  vertical-align: bottom;
  margin-right: 8px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body.page--home .area--fc .block--contents .contents--inner {
  padding: 40px 30px 30px 30px;
}
body.page--home .area--fc .block--contents .contents--inner .thumb {
  background-color: #050406;
  position: relative;
  margin-bottom: 20px;
  aspect-ratio: 16/9;
  overflow: hidden;
  filter: sepia(100%) brightness(0.6) saturate(20%) contrast(100%);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents .contents--inner .thumb {
    margin-bottom: 15px;
  }
}
body.page--home .area--fc .block--contents .contents--inner .thumb:hover {
  filter: none;
}
body.page--home .area--fc .block--contents .contents--inner .thumb .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
body.page--home .area--fc .block--contents .contents--inner .thumb .blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(40px);
  transform: scale(1.5);
}
body.page--home .area--fc .block--contents .contents--inner .thumb figure {
  height: 100%;
}
body.page--home .area--fc .block--contents .contents--inner .list__txt .date {
  margin-right: 10px;
  /*margin-bottom: 10px;*/
}
body.page--home .area--fc .block--contents .list__more {
  margin-bottom: 4%;
  margin-left: auto;
  width: 160px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents .list__more {
    margin-bottom: 40px;
    width: 130px;
  }
}
body.page--home .area--fc .block--contents .list__more a {
  text-decoration: underline;
}
body.page--home .area--fc .block--contents .list__more a svg {
  fill: #CFDFE6;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents .contents--list .fc-photo-col {
    width: 100%;
  }
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a:hover .date {
  color: #ff9053;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure {
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 5px solid #fff;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure::before {
  background-color: #A5A5A5;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure img {
  width: 100%;
  display: block;
  background-position: top;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure img.photo_nofilter {
  filter: none;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure img.photo_filter {
  filter: contrast(120%) blur(10px) brightness(100%);
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure:hover img.photo_nofilter {
  filter: none;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a figure:hover img.photo_filter {
  filter: grayscale(100%) contrast(120%) blur(20px) brightness(100%);
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a .thumbphoto {
  position: relative;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a .thumbphoto .sabtxt {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #ff9053;
  z-index: 4;
  margin-right: 0;
  text-shadow: 0 0 3px #050406;
}
body.page--home .area--fc .block--contents .contents--list .fc-photo-col a .thumbphoto .sabtxt::before {
  content: none;
}
body.page--home .area--fc .block--contents .contents--list li {
  width: calc(50% - 20px);
}
body.page--home .area--fc .block--contents .contents--list li .no-data {
  min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents .contents--list li .no-data {
    min-height: 15vh;
  }
}
body.page--home .area--fc .block--contents .contents--list li.single-item {
  margin: auto;
}
body.page--home .area--fc .scroll-text {
  box-sizing: border-box;
  width: 100%;
}
body.page--home .area--fc .scroll-text p {
  color: #D95151;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  animation: scrolltxt 15s linear infinite;
}
body.page--home .area--fc .scroll-text p svg {
  fill: #D95151;
}
body.page--home .area--fc .fc-line {
  margin-top: 2%;
  margin-bottom: 2%;
}
body.page--home .area--fc .fc-line::before, body.page--home .area--fc .fc-line::after {
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
}
body.page--home .area--fc .fc-line .horror_comment2 {
  display: flex;
  justify-content: flex-end;
}
body.page--home .area--fc .fc-line .horror_comment2 p {
  margin-left: auto;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 90%;
}
body.page--home .area--fc .fc-line.fc-line01.fc-line-top::before {
  background-image: url(/static/phantomsiita/common/line_sealed.png);
}
body.page--home .area--fc .fc-line.fc-line01.fc-line-top::after {
  display: none;
}
body.page--home .area--fc .fc-line.fc-line01.fc-line-bottom::after {
  background-image: url(/static/phantomsiita/common/line_sealed.png);
}
body.page--home .area--fc .fc-line.fc-line01.fc-line-bottom::before {
  display: none;
}
body.page--home .area--fc .fc-line.fc-line02.fc-line-top::before {
  background-image: url(/static/phantomsiita/common/line_heart.png);
}
body.page--home .area--fc .fc-line.fc-line02.fc-line-top::after {
  display: none;
}
body.page--home .area--fc .fc-line.fc-line02.fc-line-bottom::after {
  background-image: url(/static/phantomsiita/common/line_heart.png);
}
body.page--home .area--fc .fc-line.fc-line02.fc-line-bottom::before {
  display: none;
}
body.page--home .area--fc .tit-main::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #A5A5A5;
  width: 1em;
  height: 0.8em;
  vertical-align: baseline;
  margin-right: 8px;
}
body.page--home .area--fc .tit-main::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #A5A5A5;
  width: 1em;
  height: 0.8em;
  vertical-align: baseline;
  margin-left: 5px;
}
body.page--home .area--fc .section--blog {
  position: relative;
  z-index: 3;
}
body.page--home .area--fc .section--blog .tit-main::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
}
body.page--home .area--fc .section--blog .tit-main::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
}
body.page--home .area--fc .section--blog .block--blog__list {
  justify-content: left;
  margin-top: 30px;
  gap: 45px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .block--blog__list {
    gap: 30px;
  }
}
body.page--home .area--fc .section--blog .block--blog__list li {
  width: calc(33.3% - 30px);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .block--blog__list li {
    width: calc(33.3% - 30px);
  }
}
body.page--home .area--fc .section--blog .block--blog__list li:nth-child(n+5) {
  display: none;
}
body.page--home .area--fc .section--blog .block--blog__list li.single-item {
  width: 100%;
}
body.page--home .area--fc .section--blog .block--blog__list li .no-data {
  min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
body.page--home .area--fc .section--blog .block--blog__list li a {
  display: block;
}
body.page--home .area--fc .section--blog .block--blog__list li a .name {
  font-size: 14px;
}
body.page--home .area--fc .section--blog .block--blog__list li a .name svg {
  fill: #4e9882;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure {
  background-image: url(/static/phantomsiita/common/cover.png);
  background-size: cover;
  position: relative;
  margin: -20px 0 20px;
  z-index: 1;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure.thumb {
  height: 100%;
  aspect-ratio: 9/10;
}
body.page--home .area--fc .section--blog .block--blog__list li a figure.thumb img {
  width: 100%;
  height: 100%;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt {
  font-size: 13px;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .date {
  margin-bottom: 6px;
}
body.page--home .area--fc .section--blog .block--blog__list li a .list__txt .tit {
  font-weight: bold;
}
body.page--home .area--fc .section--movie .tit-main::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_tv.svg);
  mask-image: url(/static/phantomsiita/common/emoji_tv.svg);
}
body.page--home .area--fc .section--movie .tit-main::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_tv.svg);
  mask-image: url(/static/phantomsiita/common/emoji_tv.svg);
}
body.page--home .area--fc .section--radio .tit-main::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_radio.svg);
  mask-image: url(/static/phantomsiita/common/emoji_radio.svg);
}
body.page--home .area--fc .section--radio .tit-main::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_radio.svg);
  mask-image: url(/static/phantomsiita/common/emoji_radio.svg);
}
body.page--home .area--fc .section--photo .tit-main::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_camera.svg);
  mask-image: url(/static/phantomsiita/common/emoji_camera.svg);
}
body.page--home .area--fc .section--photo .tit-main::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_camera.svg);
  mask-image: url(/static/phantomsiita/common/emoji_camera.svg);
}
body.page--home .area--fc .section--qa {
  margin-bottom: 30px;
}
body.page--home .area--fc .section--qa .tit-main::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_chatting.svg);
  mask-image: url(/static/phantomsiita/common/emoji_chatting.svg);
}
body.page--home .area--fc .section--qa .tit-main::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_chatting.svg);
  mask-image: url(/static/phantomsiita/common/emoji_chatting.svg);
}
body.page--home .area--fc .section--qa::after {
  background-image: url(/static/phantomsiita/common/line_fc.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}
body.page--home .area--fc .section--qa .contents--inner {
  overflow: hidden;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li {
  width: calc(50% - 20px);
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--qa .contents--inner .list__qa li {
    padding-bottom: 25px;
  }
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a {
  display: block;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a:hover .question .tit::before {
  background-color: #729be3;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question {
  border: 2px #595959 solid;
  background-color: #050406;
  border-radius: 2px;
  padding: 15px 40px 15px 20px;
  margin: 5px;
  position: relative;
  text-decoration: none;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question .tit {
  margin-left: 45px;
  margin-top: -35px;
  word-break: break-all;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question .tit::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow01.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow01.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question .tit::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_key02.svg);
  mask-image: url(/static/phantomsiita/common/emoji_key02.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #595959;
  width: 1em;
  height: 1.6em;
  vertical-align: bottom;
  margin-right: 8px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .list__txt {
  align-items: center;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-q {
  margin-right: 20px;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-q::before {
  content: "Q";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #A5A5A5;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li:last-child {
  border: none;
  padding-bottom: 0;
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li.no-data {
  padding: 0 30px 30px;
  min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--qa .contents--inner .list__qa li.no-data {
    min-height: 15vh;
  }
}
body.page--home .area--fc .section--qa .contents--inner .list__qa li.list__qa-item + .no-data {
  display: none;
}

/*----------------
ディスコグラフィページ
----------------*/
body.page--disco .content--main .section--list .list--discography {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--disco .content--main .section--list .list--discography li {
  width: calc(50% - 10px);
  margin-bottom: 30px;
  overflow: hidden;
}
body.page--disco .content--main .section--list .list--discography li a {
  text-decoration: none;
}
body.page--disco .content--main .section--list .list--discography li a:hover .category {
  background-color: #2f63c3 !important;
}
body.page--disco .content--main .section--list .list--discography li a:hover .tit,
body.page--disco .content--main .section--list .list--discography li a:hover .date {
  color: #2f63c3;
}
body.page--disco .content--main .section--list .list--discography li.no-data {
  padding: 20vh 25px;
  text-align: center;
  width: 100%;
}
body.page--disco .content--main .section--list .list--discography li .thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0;
  overflow: hidden;
}
body.page--disco .content--main .section--list .list--discography li .thumb img {
  width: 100%;
  height: 100%;
}
body.page--disco .content--main .section--list .list--discography li .block--text {
  padding: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--list .list--discography li .block--text {
    padding: 5px;
  }
}
body.page--disco .content--main .section--list .list--discography li .block--text p.category {
  display: inline-block;
  background-color: #050406;
  color: #fff;
  padding: 2px 8px;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--list .list--discography li .block--text p.category {
    margin-bottom: 3px;
  }
}
body.page--disco .content--main .section--list .list--discography li .block--text p.tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 5px;
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--list .list--discography li .block--text p.tit {
    font-size: 15px;
  }
}
body.page--disco .content--main .section--list .list--discography li .block--text p.date {
  font-size: 14px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--list .list--discography li .block--text p.date {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
body.page--disco .content--main .section--list .list--discography li .block--text p.date::before {
  content: "└";
  margin-right: 7px;
}
body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket {
  width: 70%;
}
body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket .list--jacket li {
  margin-bottom: 30px;
}
body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket .list--jacket li img {
  display: block;
}
body.page--disco .content--main .section--detail .section--inner .date {
  margin-bottom: 20px;
}
body.page--disco .content--main .section--detail .section--inner .section-tit {
  background-color: #595959;
  padding: 5px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 5px;
}
body.page--disco .content--main .section--detail .section--inner .block--comment {
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body.page--disco .content--main .section--detail .section--inner .block--comment p {
  margin-bottom: 10px;
}
body.page--disco .content--main .section--detail .section--inner .block--comment a {
  color: #050406;
}
body.page--disco .content--main .section--detail .section--inner .block--comment a:hover {
  color: #2f63c3;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .title-shoplist {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 10px 0;
  border-bottom: solid 1px;
  font-size: 1rem;
  font-weight: bold;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 5px 5%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist {
    padding: 20px;
    gap: 5px 15%;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist {
    padding: 30px;
    gap: 5px 5%;
  }
}
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a,
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span {
  display: inline-block;
  width: 26%;
  min-width: 83px;
  overflow: hidden;
}
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a img,
body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a,
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span {
    width: 42%;
    min-width: 100px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist a,
  body.page--disco .content--main .section--detail .section--inner .block--comment .shoplist span {
    width: 30%;
  }
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track {
  margin-top: 20px;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li {
  border-bottom: #A5A5A5 solid 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li .title {
  font-weight: bold;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li .title svg {
  fill: #4e9882;
  height: 0.8em;
  width: 0.8em;
  margin-right: 5px;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li .list--track .num {
  margin-right: 10px;
  opacity: 0.4;
}
body.page--disco .content--main .section--detail .section--inner .block--detail .block--track > li .list--track li a {
  color: #050406;
  text-decoration: none;
}

/*----------------
ブログページ
----------------*/
body.page--blog .content--main a {
  text-decoration: none;
}
body.page--blog .content--main a .tit {
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog .content--main a .tit {
    font-size: 16px;
  }
}
body.page--blog .content--main a:hover {
  color: #2f63c3;
}
body.page--blog .content--main .time {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog .content--main .time {
    font-size: 14px;
  }
}
body.page--blog .content--main .time .date::before {
  content: "└";
  margin-right: 7px;
}
body.page--blog .content--main .time .user::before {
  content: "└";
  margin-right: 7px;
}
body.page--blog .content--main .time .user span::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #4e9882;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  margin-right: 8px;
}
body.page--blog .content--main .section--list .block--title {
  width: 30%;
}
body.page--blog .content--main .section--list .block--list {
  width: 80%;
}
body.page--blog .content--main .section--list .block--list .list--blog {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body.page--blog .content--main .section--list .block--list .list--blog li {
  width: calc(50% - 15px);
  overflow: hidden;
}
body.page--blog .content--main .section--list .block--list .list--blog li:nth-child(3n) {
  margin-right: 0;
}
body.page--blog .content--main .section--list .block--list .list--blog li .thumb {
  background-image: url(/static/phantomsiita/common/cover.png);
  background-size: cover;
  position: relative;
  aspect-ratio: 9/10;
  filter: sepia(50%) brightness(0.6) saturate(50%) contrast(100%);
}
body.page--blog .content--main .section--list .block--list .list--blog li .thumb:hover {
  filter: none;
}
body.page--blog .content--main .section--list .block--list .list--blog li .list__txt {
  padding: 5px 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog .content--main .section--list .block--list .list--blog li .list__txt {
    padding: 2%;
  }
}
body.page--blog .content--main .section--list .block--list .list--blog li .list__txt .tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
body.page--blog .content--main .section--list .block--pager a {
  text-decoration: underline;
}
body.page--blog .content--main .section--detail .section--inner .txt {
  width: 60%;
}
body.page--blog .content--main .section--detail .section--inner .block--player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

/*----------------
ブログ詳細
----------------*/
body.page--blog__detail .content--main .section--detail .section--inner .block--title .tit {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 30px;
}
body.page--blog__detail .content--main .section--detail .section--inner .block--title .time {
  display: flex;
}
body.page--blog__detail .content--main .section--detail .section--inner .block--title .time .date::before {
  content: "";
  margin-right: 0;
}
body.page--blog__detail .content--main .section--detail .section--inner .block--title .time .user {
  margin-left: 5px;
}
body.page--blog__detail .content--main .section--detail .section--inner .block--title .time .user::before {
  content: "-";
}
body.page--blog__detail .content--main .block--txt {
  padding: 4%;
}
body.page--blog__detail .content--main .block--txt .date {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
body.page--blog__detail .content--main .block--txt .date::before {
  background-image: url(/static/phantomsiita/common/emoji_clock.svg);
  content: "";
  background-color: #fff;
  display: inline-block;
  border: #595959 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  width: 40px;
  height: 22px;
  margin-right: 10px;
}
body.page--blog__detail .content--main .block--txt .user {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
body.page--blog__detail .content--main .block--txt .user span {
  display: block;
  background-color: #fff;
  border: #595959 1px solid;
  color: #595959;
  width: 40px;
  height: 22px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
body.page--blog__detail .content--main .block--txt .tit {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #595959;
  align-items: baseline;
  flex: 1;
}
body.page--blog__detail .content--main .block--txt .tit span.icon_mail {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  display: block;
  background-color: #fff;
  border: #595959 1px solid;
  color: #595959;
  width: 40px;
  height: 22px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
body.page--blog__detail .content--main .block--txt .tit span.blog_title {
  flex: 1;
}
body.page--blog__detail .content--main .block--txt .txt-end {
  text-align: center;
  margin-top: 20px;
}
body.page--blog__detail .content--main .block--comment {
  background: #EBCDCD url(/static/phantomsiita/common/pattern01.png) repeat left top/100px;
  padding: 4%;
  color: #050406;
  width: 70%;
  margin-left: auto;
  margin-bottom: 20px;
  /* チェックボックスがチェックされたら表示 */
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog__detail .content--main .block--comment {
    width: 100%;
  }
}
body.page--blog__detail .content--main .block--comment .comment_btn {
  width: 22%;
  margin: 0 0 0 auto;
  padding: 2%;
  border: 1px solid #595959;
  display: block;
  background-color: #CFDFE6;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--blog__detail .content--main .block--comment .comment_btn {
    width: 50%;
  }
}
body.page--blog__detail .content--main .block--comment .comment_btn:hover {
  color: #fff;
  background-color: #050406;
}
body.page--blog__detail .content--main .block--comment .block--form {
  display: none;
}
body.page--blog__detail .content--main .block--comment .block--form .user {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
body.page--blog__detail .content--main .block--comment .block--form .user span {
  display: block;
  background-color: #fff;
  border: #595959 1px solid;
  color: #595959;
  width: 40px;
  height: 22px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
body.page--blog__detail .content--main .block--comment .block--form .tit {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}
body.page--blog__detail .content--main .block--comment .block--form .tit span.icon_mail {
  display: block;
  background-color: #fff;
  border: #595959 1px solid;
  color: #595959;
  width: 40px;
  height: 22px;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
}
body.page--blog__detail .content--main .block--comment .block--form .tit span.blog_title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  flex: 1;
}
body.page--blog__detail .content--main .block--comment #toggleCheckbox:checked + .block--form {
  display: block;
  margin: 0 auto 30px;
}
body.page--blog__detail .content--main .block--comment #toggleCheckbox:checked ~ .comment_btn {
  background-color: #595959;
}
body.page--blog__detail .content--main .block--comment textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-color: #fff;
}
body.page--blog__detail .content--main .block--comment .block--comment--list {
  border-top: 1px solid #050406;
  padding-top: 10px;
}
body.page--blog__detail .content--main .block--comment .block--comment--list .no-data {
  text-align: center;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li {
  border-bottom: 1px solid #595959;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .time {
  display: flex;
  margin-top: 20px;
  margin-right: 80px;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .time .date {
  color: #595959;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .time .date::before {
  content: "-";
  margin-left: 7px;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .btn--delete {
  position: absolute;
  bottom: 7px;
  right: 0;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .btn--delete input {
  border: 1px solid #595959;
  padding: 5px 10px;
  background-color: #595959;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 13px;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .name,
body.page--blog__detail .content--main .block--comment .block--comment--list li .date {
  font-size: 13px;
}
body.page--blog__detail .content--main .block--comment .block--comment--list li .txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body.page--blog__detail .content--main .block--comment .btn--main {
  width: 50%;
  margin: 10px auto 0;
  display: block;
}
body.page--blog__detail .content--main .block--comment .btn--main:hover {
  opacity: 1;
}
body.page--blog__detail .content--main .block--comment .block--pager li {
  border-bottom: none;
}
body.page--blog__detail .content--main .block--comment .block--pager li a {
  color: #050406;
  text-decoration: underline;
}

.content--main .page.commentconfirm .section {
  margin: 20px 0;
}
@media screen and (min-width: 961px) {
  .content--main .page.commentconfirm .section {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .content--main .page.commentconfirm .section {
    font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.content--main .page.commentconfirm .section .titArea {
  margin-bottom: 10px;
}
.content--main .page.commentconfirm .section .commentPost dl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-color: #edcfcf;
  color: #050406;
  padding: 4%;
  margin-bottom: 20px;
}
.content--main .page.commentconfirm .section .commentPost dl dt {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}
.content--main .page.commentconfirm .section .commentPost dl dd {
  margin-bottom: 20px;
}
.content--main .page.commentconfirm .btn input {
  padding: 5px 10px;
  background-color: #CFDFE6;
  border: 1px #595959 solid;
  width: 100px;
  margin: 0 auto;
  display: block;
  width: 70%;
  max-width: 500px;
  padding: 20px;
  color: #050406;
}
.content--main .page.commentconfirm .btn input:hover {
  background-color: #050406;
  color: #fff;
}
.content--main .page.commentcomplete .btn {
  margin-top: 30px;
}
.content--main .page.commentcomplete .btn::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  mask-image: url(/static/phantomsiita/common/emoji_arrow04.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #CFDFE6;
  width: 0.8em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
  transform: rotate(-180deg);
}
.content--main .page.commentcomplete .btn:hover {
  color: #729be3;
}
.content--main .page.commentcomplete .btn:hover::before {
  background-color: #729be3;
}
.content--main .page.commentcomplete .btn a:hover {
  color: #729be3;
}

/*----------------
movieページ
----------------*/
body.page--movie.vjs-full-window .content--main {
  position: relative;
  z-index: 1000;
}
body.page--movie.vjs-full-window .section--detail .section--inner .block--txt .block--more_movies {
  position: relative;
  z-index: -1;
}
body.page--movie .content--main .section--detail .area--movie .vjs-control-bar {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5)) !important;
}
body.page--movie .content--main .area--movie .video-js.vjs-fullscreen .vjs-poster {
  background-size: contain !important;
}
body.page--movie .content--main .video-js.vjs-fullscreen.vjs-user-inactive {
  z-index: 1000;
}
body.page--movie .content--main .section--list .block--title {
  width: 25%;
}
body.page--movie .content--main .section--list .block--list {
  width: 80%;
}
body.page--movie .content--main .section--list .block--list .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--movie .content--main .section--list .block--list .list--contents li {
  width: calc(50% - 10px);
  margin: 0 0 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--list .block--list .list--contents li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
body.page--movie .content--main .section--list .block--list .list--contents li a {
  text-decoration: none;
}
body.page--movie .content--main .section--list .block--list .list--contents li a:hover {
  color: #2f63c3;
}
body.page--movie .content--main .section--list .block--list .list--contents li a .tit {
  text-decoration: underline;
}
body.page--movie .content--main .section--list .block--list .list--contents li .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
body.page--movie .content--main .section--list .block--list .list--contents li .blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(40px);
  transform: scale(1.5);
}
body.page--movie .content--main .section--list .block--list .list--contents li .thumb {
  position: relative;
  aspect-ratio: 16/9;
  filter: sepia(50%) brightness(0.6) saturate(50%) contrast(100%);
}
body.page--movie .content--main .section--list .block--list .list--contents li .thumb:hover {
  filter: none;
}
body.page--movie .content--main .section--list .block--list .list--contents li .thumb img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  background-size: cover;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt {
  padding: 5px 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--list .block--list .list--contents li .list__txt {
    padding: 2%;
  }
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .tit {
    font-size: 16px;
  }
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .date {
  margin-bottom: 10px;
  font-size: 14px;
}
body.page--movie .content--main .section--list .block--list .list--contents li .list__txt .date::before {
  content: "└";
  margin-right: 7px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail {
    padding-top: 0;
  }
}
body.page--movie .content--main .section--detail .detail__btn {
  font-weight: normal;
  margin-top: 0;
  text-align: start;
}
body.page--movie .content--main .section--detail .section--inner .block--title {
  width: 30%;
}
body.page--movie .content--main .section--detail .section--inner .block--title .time {
  display: flex;
}
body.page--movie .content--main .section--detail .section--inner .block--title .time .date {
  margin-right: 20px;
}
body.page--movie .content--main .section--detail .section--inner .block--title .time .user::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  mask-image: url(/static/phantomsiita/common/emoji_pencil.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #4e9882;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
  margin-right: 8px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt {
  width: 70%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt {
    padding: 0% !important;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--player {
  width: 100%;
  z-index: 1;
  margin: auto;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--player {
    position: relative;
    margin-bottom: 0;
    top: 0;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--player .vjs-big-play-button {
  margin: 0;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies {
  margin-top: 6%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies {
    padding: 4%;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .more_movies_title {
  margin-bottom: 10px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents {
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents {
    justify-content: space-between;
    gap: 0;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie a {
  color: #050406;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie {
    width: calc(50% - 10px);
    margin-right: 0;
  }
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie:last-child {
  margin-right: 0;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .thumb {
  background-color: #050406;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 5px;
  filter: sepia(50%) brightness(0.6) saturate(50%) contrast(100%);
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .thumb:hover {
  filter: none;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .thumb img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .list__txt .tit {
  text-decoration: underline;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .list__txt .date {
  font-size: 12px;
}
body.page--movie .content--main .section--detail .section--inner .block--txt .block--more_movies .list--contents .item--more_movie .list__txt .date::before {
  content: "└";
  margin-right: 7px;
}

/*----------------
PHOTOページ
----------------*/
body.page--photo .content--main .section--list .block--title {
  width: 30%;
}
body.page--photo .content--main .section--list .block--list {
  width: 70%;
}
body.page--photo .content--main .section--list .block--list .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page--photo .content--main .section--list .block--list .list--contents li {
  width: calc(50% - 10px);
  margin: 0 0 30px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--list .block--list .list--contents li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  body.page--photo .content--main .section--list .block--list .list--contents li:last-child {
    margin: 0;
  }
}
body.page--photo .content--main .section--list .block--list .list--contents li a {
  text-decoration: none;
}
body.page--photo .content--main .section--list .block--list .list--contents li a:hover {
  color: #2f63c3;
}
body.page--photo .content--main .section--list .block--list .list--contents li a:hover img.photo_nofilter {
  filter: grayscale(50%) brightness(70%);
}
body.page--photo .content--main .section--list .block--list .list--contents li a:hover img.photo_filter {
  filter: grayscale(100%) brightness(100%) contrast(130%) blur(20px) sepia(30%);
}
body.page--photo .content--main .section--list .block--list .list--contents li a .tit {
  text-decoration: underline;
}
body.page--photo .content--main .section--list .block--list .list--contents li .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
body.page--photo .content--main .section--list .block--list .list--contents li .blur img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(40px);
  transform: scale(1.5);
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumb {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 5px solid #050406;
  box-shadow: 0 0 5px #595959;
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumb img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  background-size: cover;
  background-position: top;
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumb img.photo_nofilter {
  filter: grayscale(50%) brightness(70%);
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumb img.photo_filter {
  filter: grayscale(100%) brightness(100%) contrast(130%) blur(10px) sepia(30%);
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumbphoto {
  position: relative;
}
body.page--photo .content--main .section--list .block--list .list--contents li .thumbphoto .date {
  font-size: 14px;
  position: absolute;
  bottom: 5%;
  z-index: 4;
  right: 5%;
  color: #ff9053;
  text-shadow: 0 0 3px #050406;
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt {
  padding: 5px 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--list .block--list .list--contents li .list__txt {
    padding: 2%;
  }
}
body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .tit {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 18px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--list .block--list .list--contents li .list__txt .tit {
    font-size: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--detail {
    padding-top: 0;
  }
}
body.page--photo .content--main .section--detail .detail__btn {
  font-weight: normal;
  margin-top: 0;
  text-align: start;
}
body.page--photo .content--main .section--detail .section--inner .block--title {
  width: 30%;
}
body.page--photo .content--main .section--detail .section--inner .block--title .time {
  display: flex;
}
body.page--photo .content--main .section--detail .section--inner .block--title .time .date {
  margin-right: 20px;
}
body.page--photo .content--main .section--detail .section--inner .block--txt {
  width: 70%;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li {
  width: calc(50% - 10px);
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li a {
  position: relative;
  display: block;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li a::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 3;
  filter: drop-shadow(0 0 1px #555);
  font-size: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li a::after {
    font-size: 14px;
  }
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li a .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
body.page--photo .content--main .section--detail .section--inner .block--txt .list--contents li a .thumb img {
  background-position: top;
}
body.page--photo #swipebox-slider .slide-loading {
  background-image: none !important;
}
body.page--photo #swipebox-slider .slide img {
  max-height: 80%;
}
body.page--photo #swipebox-overlay {
  background: rgba(25, 25, 25, 0.95);
}
body.page--photo #swipebox-prev.disabled,
body.page--photo #swipebox-next.disabled {
  opacity: 0.2;
}
body.page--photo #swipebox-action #swipebox-close {
  top: 50px;
  right: 10px;
  background: none;
  filter: drop-shadow(0 0 2px #333);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-action #swipebox-close {
    top: 40px;
    right: 0;
  }
}
body.page--photo #swipebox-action #swipebox-close::before, body.page--photo #swipebox-action #swipebox-close::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 20px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-action #swipebox-close::before, body.page--photo #swipebox-action #swipebox-close::after {
    width: 30px;
  }
}
body.page--photo #swipebox-action #swipebox-close::before {
  transform: rotate(45deg);
}
body.page--photo #swipebox-action #swipebox-close::after {
  transform: rotate(-45deg);
}
body.page--photo #swipebox-action #swipebox-prev,
body.page--photo #swipebox-action #swipebox-next {
  background: none;
  color: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 2px #333);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-action #swipebox-prev,
  body.page--photo #swipebox-action #swipebox-next {
    top: 85%;
    width: 40px;
    transform: translateY(0);
  }
}
body.page--photo #swipebox-action #swipebox-prev {
  left: 3%;
}
body.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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-action #swipebox-prev {
    left: 2%;
  }
  body.page--photo #swipebox-action #swipebox-prev::after {
    width: 1.5em;
    height: 1.5em;
  }
}
body.page--photo #swipebox-action #swipebox-next {
  right: 3%;
}
body.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;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--photo #swipebox-action #swipebox-next {
    right: 2%;
  }
  body.page--photo #swipebox-action #swipebox-next::after {
    width: 1.5em;
    height: 1.5em;
  }
}

body.page--info.category-13 .content--main .section--list .block--list {
  padding: 4%;
}
body.page--info .content--main .section--list .block--list {
  padding: 2%;
}
body.page--info .content--main .section--list .block--list .tit_mail {
  font-size: 14px;
  border-bottom: 1px solid #050406;
  padding-bottom: 5px;
}
body.page--info .list--call.list--contents li {
  margin-bottom: 20px;
  overflow: hidden;
}
body.page--info .list--call.list--contents li figure {
  background-size: cover;
  aspect-ratio: 1/1;
}
body.page--info .list--call.list--contents li .list__txt {
  padding: 15px 20px;
}
body.page--info .list--call.list--contents li .list__txt .tit {
  font-weight: 500;
}
body.page--info .list--call.list--contents li.no-data {
  padding: 20vh 25px;
  text-align: center;
  width: 100%;
}
body.page--info.category--15 .block--time .date {
  display: none;
}
body.page--info.category--15 .block--time .category::before {
  display: none !important;
}

/*----------------
Q&Aページ
----------------*/
body.page--qa .content--main .section--list .block--title .block--area .txt {
  margin-bottom: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body.page--qa .content--main .section--list .block--list {
  padding: 2% 2% 4% 2%;
}
body.page--qa .content--main .section--list .block--list .list--information li a {
  flex-wrap: wrap;
}
body.page--qa .content--main .section--list .block--list .list--information li a .time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
  color: #595959;
}
body.page--qa .content--main .section--list .block--list .list--information li a .time::before {
  background-image: url(/static/phantomsiita/common/emoji_mail.svg);
  content: "";
  background-color: #fff;
  display: inline-block;
  border: #595959 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--list .block--list .list--information li a .time::before {
    background-size: 15px;
    width: 26px;
    height: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--list .block--list .list--information li a .time {
    margin-bottom: 10px;
  }
}
body.page--qa .content--main .section--list .block--list .list--information li a .time .date {
  margin-right: 20px;
  font-size: 13px;
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--list .block--list .list--information li a .time .date {
    margin-bottom: 5px;
    font-size: 13px;
    margin-right: 0;
    width: calc(100% - 50px);
  }
}
body.page--qa .content--main .section--list .block--list .list--information li a .time .name {
  font-size: 13px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--list .block--list .list--information li a .time .name {
    font-size: 13px;
    width: calc(100% - 50px);
  }
  body.page--qa .content--main .section--list .block--list .list--information li a .time .name span {
    background-color: #fff;
    border: #595959 1px solid;
    padding: 3px 2px;
    letter-spacing: 0.01em;
    color: #595959;
    font-size: 10px;
  }
}
body.page--qa .content--main .section--list .block--list .list--information li a .tit {
  font-size: 16px;
  padding: 5px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--list .block--list .list--information li a .tit {
    font-size: 15px;
  }
}
body.page--qa .content--main .section--list .block--list .list--information li a .tit::before {
  content: "Q";
  margin-right: 10px;
  color: #595959;
  font-weight: bold;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 22px;
}
body.page--qa .content--main .form .rule {
  color: #CC1515;
}
body.page--qa .content--main .section--detail .section--inner .block--title .section-tit {
  font-size: min(5vw, 30px);
  animation: glitch02 3s linear infinite 0.5s;
  margin-bottom: 30px;
}
body.page--qa .content--main .section--detail .section--inner .block--title .user {
  margin-top: 20px;
}
body.page--qa .content--main .section--detail .section--inner .block--title .user .tit {
  margin-bottom: 0;
  padding: 1%;
  background-color: #fff;
  color: #050406;
  border: 1px solid #595959;
  margin-right: 10px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
body.page--qa .content--main .section--detail .section--inner .block--title .block__question .tit {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px;
  background-color: #fff;
  color: #050406;
  border: 1px solid #595959;
  margin-right: 10px;
  display: inline;
}
body.page--qa .content--main .section--detail .section--inner .block--title .block__question .txt {
  font-size: 20px;
  margin-top: 5px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt {
  overflow: inherit;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--detail .section--inner .block--txt:has(.solo) {
    margin-top: 50px;
  }
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer {
  border-bottom: #A5A5A5 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .tit {
  font-weight: bold;
  margin-bottom: 10px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt {
  margin-bottom: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #A5A5A5 solid 1px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div .ico {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-color: #4c0000;
  border: 1px solid #595959;
  border-radius: 50%;
  margin-right: 20px;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div .answer__item {
  width: calc(100% - 100px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div .answer__item {
    width: calc(100% - 80px);
  }
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.mona .ico {
  background-image: url(/image/profile/mona_square.jpg);
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.miu .ico {
  background-image: url(/image/profile/miu_square.jpg);
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.rinka .ico {
  background-image: url(/image/profile/rinka_square.jpg);
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.hisui .ico {
  background-image: url(/image/profile/hisui_square.jpg);
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer .txt > div.moka .ico {
  background-image: url(/image/profile/moka_square.jpg);
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt {
  margin-bottom: 0;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div {
  flex-direction: column;
  text-align: center;
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div .ico {
  width: 280px;
  height: 280px;
  margin: -60px 0 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div .ico {
    width: 200px;
    height: 200px;
  }
}
body.page--qa .content--main .section--detail .section--inner .block--txt .block__answer.solo .txt > div .answer__item {
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: #A5A5A5 solid 1px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .txt {
  margin-bottom: 20px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form {
  margin-bottom: 30px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 20vh;
  border: #595959 solid 1px;
  padding: 15px;
  background-color: #fff;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form input {
  border: #595959 solid 1px;
  padding: 15px;
  background-color: transparent;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .form dd {
  margin-bottom: 20px;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .submit {
  text-align: center;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .submit .btn--main {
  max-width: 500px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background: #2f63c3;
  color: #fff;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .submit .btn--main:hover {
  background-color: #050406;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .submit a {
  color: #050406;
}
body.page--qa .content--main .section--detail.form .section--inner .block--txt .submit a:hover {
  background-color: #595959;
  color: #fff;
}
body.page--qa .content--main .section--detail.complete {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding: 10vh 0;
  margin: 0 auto;
}
body.page--qa .content--main .section--detail.complete .txt {
  text-align: center;
  margin-bottom: 20px;
}
body.page--qa .content--main .section--detail.complete .detail__btn {
  margin-left: 0;
}
body.page--qa .content--main .section--detail.complete .detail__btn a::before {
  display: none;
}
body.page--qa .content--main .section--detail.complete .detail__btn:hover {
  color: #fff;
}

/*----------------
特集ページ
----------------*/
.special--bannerlist {
  margin-bottom: 120px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .special--bannerlist {
    margin-bottom: 160px;
  }
}
.special--bannerlist .section-tit {
  font-size: min(5vw, 30px);
  animation: glitch02 3s linear infinite 0.5s;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .special--bannerlist .section-tit {
    font-size: 30px;
  }
}
.special--bannerlist .special--banner {
  margin-top: 30px;
}
.special--bannerlist .special--banner p.txt {
  margin-bottom: 20px;
}
.special--bannerlist .special--banner ul {
  display: flex;
  justify-content: flex-start;
}
.special--bannerlist .special--banner ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .special--bannerlist .special--banner ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
.special--bannerlist .special--banner ul li .thumb {
  background-image: url(/static/phantomsiita/fanclub/special/common/bg_gamecassette.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  text-align: center;
  display: grid;
  align-items: center;
  color: #050406;
  font-size: 16px;
  padding: 10% 4% 8%;
  margin-bottom: 10px;
  height: 24vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .special--bannerlist .special--banner ul li .thumb {
    height: 82%;
  }
}
.special--bannerlist .special--banner ul li .thumb img {
  border: #595959 1px solid;
  border-radius: 2px;
}
@media screen and (min-width: 961px) {
  .special--bannerlist .special--banner ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .special--bannerlist .special--banner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.special--bannerlist .special--banner ul li a {
  display: block;
}
.special--bannerlist .special--banner ul li a::before {
  display: none;
}
.special--bannerlist .special--banner ul li a:hover figure::before {
  display: none;
}
.special--bannerlist .special--banner ul li a:hover {
  filter: hue-rotate(90deg);
  animation: glitch04-2 3s linear forwards;
}

/*----------------
メッセージ
----------------*/
body.page--birthday-message .tit {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--birthday-message .tit {
    font-size: 20px;
  }
}
body.page--birthday-message .txt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
body.page--birthday-message .txt iframe {
  position: static !important;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 961px) {
  body.page--birthday-message .txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page--birthday-message .txt img {
    width: 100%;
    display: block;
  }
}
body.page--birthday-message .detail__btn {
  margin-top: 30px;
  margin-left: 0;
}

/*----------------
よくある質問
----------------*/
body.page--faq .content--main .section--list .block--title .section-tit {
  margin-bottom: 20px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
body.page--faq .content--main .section--list .list--faq {
  background-color: #edcfcf;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat;
  background-size: 100px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  padding: 2%;
}
body.page--faq .content--main .section--list .block--list .list--tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
body.page--faq .content--main .section--list .block--list .list--tag li a {
  display: block;
  background: #CFDFE6;
  border: 1px solid #595959;
  line-height: 1;
  font-size: 12px;
  border-radius: 2em;
  padding: 0.5em 0.7em;
  text-decoration: none;
}
body.page--faq .content--main .section--list .block--list .list--tag li a:hover {
  background-color: #050406;
  color: #fff;
}
body.page--faq .content--main .section--list .block--list .tit--category {
  font-weight: bold;
}
body.page--faq .content--main .section--list .block--list .tit--category a {
  padding-top: 40px;
}
body.page--faq .content--main .section--list .block--list ul.list--information {
  margin-bottom: 60px;
}
body.page--faq .content--main .section--list .block--list ul.list--information li a {
  display: flex;
}
body.page--faq .content--main .section--list .block--list ul.list--information li a::before {
  display: none;
}
body.page--faq .content--main .section--list .block--list ul.list--information li a .icon--q {
  margin-right: 10px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 18px;
}
body.page--faq .content--main .section--list .block--list ul.list--information li a .tit {
  width: calc(100% - 32px) !important;
}
body.page--faq .content--main .section--detail .txt--basic {
  margin-bottom: 40px;
}
body.page--faq .content--main .section--detail .txt--basic a {
  color: #050406;
  text-decoration: none;
}
body.page--faq .content--main .section--detail .section--inner .block--title .category {
  margin-bottom: 10px;
}
body.page--faq .content--main .section--detail .section--inner .block--txt {
  padding: 4%;
}
body.page--faq .content--main .section--detail .section--inner .block--txt .txt {
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--faq .content--main .section--detail .section--inner .block--txt {
    padding: 30px 25px !important;
  }
}
body.page--faq .content--main .section--detail .block--more-faq {
  margin-bottom: 30px;
  margin-top: 90px;
  border: 1px solid #595959;
  border-bottom: none;
}
body.page--faq .content--main .section--detail .block--more-faq .tit--category {
  font-weight: bold;
  padding: 10px 25px 5px;
  background-color: #595959;
  color: #fff;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li {
  position: relative;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #dedede;
  left: 0;
  bottom: 0;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li:last-child {
  border: none;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a {
  display: flex;
  padding: 20px 25px;
  line-height: 1.5;
  color: #050406;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .date {
  margin-right: 20px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .date .youbi {
  display: block;
  font-size: 14px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .category {
  width: 20%;
  margin-right: 20px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .tit {
  width: 100%;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li a .icon--q {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
}
body.page--faq .content--main .section--detail .block--more-faq .list--faq li.no-data {
  padding: 20vh 25px;
  text-align: center;
  justify-content: center;
}
body.page--faq .content--main .section--detail .block--contact a {
  color: #050406;
  text-decoration: underline;
}
body.page--faq .searchBox {
  display: flex;
  align-items: center;
  width: 70%;
  position: relative;
  border: #595959 solid 1px;
  border-radius: 30px;
  overflow: hidden;
}
body.page--faq .searchBox form {
  width: 100%;
  background-color: #CFDFE6;
}
body.page--faq .searchBox input[type=text] {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 15px;
}
body.page--faq .searchBox input[type=submit] {
  width: 40px;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 40px;
  color: #050406;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 8px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}

body .content--main .one-column {
  margin-bottom: 120px;
}
body .content--main .one-column section {
  margin-bottom: 20px !important;
}
body .content--main .one-column .detail__btn {
  margin-left: 0;
}
body .content--main .section--detail.page--support .block--title .section-tit,
body .content--main .section--list.page--support .block--title .section-tit {
  font-size: 30px;
}
body .content--main .section--detail.page--support .block--txt .list--support dt,
body .content--main .section--list.page--support .block--txt .list--support dt {
  font-weight: bold;
  border-bottom: #A5A5A5 1px solid;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--support .block--txt .list--support dd,
body .content--main .section--list.page--support .block--txt .list--support dd {
  margin-bottom: 3em;
}
body .content--main .section--detail.page--support .block--txt .list--support .supportTable,
body .content--main .section--list.page--support .block--txt .list--support .supportTable {
  display: block;
  text-align: left;
}
body .content--main .section--detail.page--support .block--txt .list--support .supportTable *,
body .content--main .section--list.page--support .block--txt .list--support .supportTable * {
  display: block;
}
body .content--main .section--detail.page--support .block--txt .list--support .supportTable tr,
body .content--main .section--list.page--support .block--txt .list--support .supportTable tr {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--support .block--list,
  body .content--main .section--list.page--support .block--list {
    padding: 30px 25px !important;
  }
}
body .content--main .section--detail.page--support .course_box,
body .content--main .section--list.page--support .course_box {
  margin-bottom: 40px;
}
body .content--main .section--detail.page--support .course_box .support-tit_sub,
body .content--main .section--list.page--support .course_box .support-tit_sub {
  background-color: #050406;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--support .course_box .support-list dt,
body .content--main .section--list.page--support .course_box .support-list dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--support .detail_table,
body .content--main .section--list.page--support .detail_table {
  margin: 0 0 30px;
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
body .content--main .section--detail.page--support .detail_table tr:first-child th,
body .content--main .section--detail.page--support .detail_table tr:first-child td,
body .content--main .section--list.page--support .detail_table tr:first-child th,
body .content--main .section--list.page--support .detail_table tr:first-child td {
  border-top: 1px solid #050406;
}
body .content--main .section--detail.page--support .support-list:last-child .detail_table,
body .content--main .section--list.page--support .support-list:last-child .detail_table {
  margin-bottom: 0;
}
body .content--main .section--detail.page--support .detail_table th,
body .content--main .section--list.page--support .detail_table th {
  width: 150px;
  background: #A5A5A5;
  font-size: 13px;
  font-weight: bold;
  border-right: 1px solid #050406;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #050406;
  border-left: 1px solid #050406;
}
body .content--main .section--detail.page--support .detail_table td,
body .content--main .section--list.page--support .detail_table td {
  border-right: 1px solid #050406;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #050406;
  font-size: 13px;
}
body .content--main .section--detail.page--support .detail_sub,
body .content--main .section--list.page--support .detail_sub {
  background-color: #A5A5A5;
  padding: 20px;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--support .detail_sub .tit,
body .content--main .section--list.page--support .detail_sub .tit {
  margin-bottom: 5px;
  font-weight: bold;
}
body .content--main .section--detail.page--support .rule,
body .content--main .section--list.page--support .rule {
  color: #CC1515;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--support .detail_table th,
  body .content--main .section--list.page--support .detail_table th {
    width: 100px;
    font-size: 12px;
    padding: 10px;
    text-align: center;
  }
  body .content--main .section--detail.page--support .detail_table td,
  body .content--main .section--list.page--support .detail_table td {
    font-size: 12px;
    padding: 10px;
  }
}
body .content--main .section--detail.page--entry,
body .content--main .section--list.page--entry {
  background-color: #edcfcf;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat;
  background-size: 100px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #050406;
  padding: 5%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry,
  body .content--main .section--list.page--entry {
    padding: 30px 5% 5%;
  }
}
body .content--main .section--detail.page--entry a,
body .content--main .section--list.page--entry a {
  color: #729be3;
}
body .content--main .section--detail.page--entry .title .section-tit,
body .content--main .section--list.page--entry .title .section-tit {
  margin-bottom: 30px;
}
body .content--main .section--detail.page--entry .title .section-tit svg,
body .content--main .section--list.page--entry .title .section-tit svg {
  width: 100%;
  height: 15vw;
  fill: #050406;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .title .section-tit svg,
  body .content--main .section--list.page--entry .title .section-tit svg {
    height: min(28vw, 150px);
  }
}
body .content--main .section--detail.page--entry .title .section-tit + p,
body .content--main .section--list.page--entry .title .section-tit + p {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1rem;
  text-align: center;
  line-height: 1;
  background-color: #595959;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
body .content--main .section--detail.page--entry .block--spec,
body .content--main .section--list.page--entry .block--spec {
  margin-bottom: 30px;
}
body .content--main .section--detail.page--entry .block--spec .btn_mini,
body .content--main .section--list.page--entry .block--spec .btn_mini {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--spec .btn_mini,
  body .content--main .section--list.page--entry .block--spec .btn_mini {
    width: 100%;
  }
}
body .content--main .section--detail.page--entry .block--spec .btn_mini a,
body .content--main .section--list.page--entry .block--spec .btn_mini a {
  display: block;
  text-align: center;
  background-color: #2f63c3;
  color: #fff;
  border: #595959 1px solid;
  text-decoration: none;
  padding: 10px;
}
body .content--main .section--detail.page--entry .block--spec .btn_mini a:hover,
body .content--main .section--list.page--entry .block--spec .btn_mini a:hover {
  background-color: #050406;
}
body .content--main .section--detail.page--entry .block--spec .cource-tit,
body .content--main .section--list.page--entry .block--spec .cource-tit {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .block--spec .cource-tit span,
body .content--main .section--list.page--entry .block--spec .cource-tit span {
  font-size: 30px;
  margin-right: 10px;
}
body .content--main .section--detail.page--entry .block--spec .cource-tit p,
body .content--main .section--list.page--entry .block--spec .cource-tit p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--spec .cource-tit p,
  body .content--main .section--list.page--entry .block--spec .cource-tit p {
    font-size: 18px;
  }
}
body .content--main .section--detail.page--entry .block--spec .list--accordion,
body .content--main .section--list.page--entry .block--spec .list--accordion {
  flex-wrap: wrap;
  background-color: #efefef;
  padding: 20px;
}
body .content--main .section--detail.page--entry .block--spec .list--accordion .tit,
body .content--main .section--detail.page--entry .block--spec .list--accordion .body,
body .content--main .section--list.page--entry .block--spec .list--accordion .tit,
body .content--main .section--list.page--entry .block--spec .list--accordion .body {
  width: 100%;
}
body .content--main .section--detail.page--entry .block--spec .list--accordion .tit,
body .content--main .section--list.page--entry .block--spec .list--accordion .tit {
  display: flex;
  justify-content: space-between;
  font-family: "Font Awesome 5 Free";
}
body .content--main .section--detail.page--entry .block--spec .list--accordion .tit::after,
body .content--main .section--list.page--entry .block--spec .list--accordion .tit::after {
  content: "+";
}
body .content--main .section--detail.page--entry .block--spec .list--accordion .tit.open::after,
body .content--main .section--list.page--entry .block--spec .list--accordion .tit.open::after {
  content: "\f068";
}
body .content--main .section--detail.page--entry .block--spec .list--accordion .body,
body .content--main .section--list.page--entry .block--spec .list--accordion .body {
  display: none;
  margin-top: 20px;
}
body .content--main .section--detail.page--entry .block--spec .list--accordion .body p,
body .content--main .section--detail.page--entry .block--spec .list--accordion .body .notice,
body .content--main .section--list.page--entry .block--spec .list--accordion .body p,
body .content--main .section--list.page--entry .block--spec .list--accordion .body .notice {
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .block--spec dl,
body .content--main .section--list.page--entry .block--spec dl {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}
body .content--main .section--detail.page--entry .block--spec dl div,
body .content--main .section--list.page--entry .block--spec dl div {
  display: flex;
  flex-wrap: wrap;
}
body .content--main .section--detail.page--entry .block--spec dl div:not(:last-child),
body .content--main .section--list.page--entry .block--spec dl div:not(:last-child) {
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
body .content--main .section--detail.page--entry .block--spec dl .notice,
body .content--main .section--list.page--entry .block--spec dl .notice {
  font-size: 10px;
}
body .content--main .section--detail.page--entry .block--spec dl dt,
body .content--main .section--list.page--entry .block--spec dl dt {
  width: 25%;
  font-weight: bold;
  padding-right: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--spec dl dt,
  body .content--main .section--list.page--entry .block--spec dl dt {
    padding-right: 10px;
  }
}
body .content--main .section--detail.page--entry .block--spec dl dd,
body .content--main .section--list.page--entry .block--spec dl dd {
  width: 75%;
}
body .content--main .section--detail.page--entry .block-subtit,
body .content--main .section--list.page--entry .block-subtit {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #AE007F;
  padding: 5px;
  width: 100%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content--main .section--detail.page--entry .block-subtit::before,
body .content--main .section--list.page--entry .block-subtit::before {
  border-top: 1.5px solid;
  content: "";
  width: 1em;
  margin-right: 0.5em;
}
body .content--main .section--detail.page--entry .block-subtit::after,
body .content--main .section--list.page--entry .block-subtit::after {
  border-top: 1.5px solid;
  content: "";
  width: 1em;
  margin-left: 0.5em;
}
body .content--main .section--detail.page--entry .block-note,
body .content--main .section--list.page--entry .block-note {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
body .content--main .section--detail.page--entry .block-note .tit-mini,
body .content--main .section--list.page--entry .block-note .tit-mini {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--entry .block-note ul li,
body .content--main .section--list.page--entry .block-note ul li {
  margin-bottom: 5px;
}
body .content--main .section--detail.page--entry .block--contents,
body .content--main .section--list.page--entry .block--contents {
  padding-bottom: 30px;
}
body .content--main .section--detail.page--entry .block--contents .txtmini,
body .content--main .section--list.page--entry .block--contents .txtmini {
  font-size: 13px;
  display: block;
  line-height: 1.7;
  margin-top: 10px;
  font-weight: normal;
  color: #595959;
}
body .content--main .section--detail.page--entry .block--contents::before,
body .content--main .section--list.page--entry .block--contents::before {
  background-image: url(/static/phantomsiita/common/line_fc.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 40px;
}
body .content--main .section--detail.page--entry .block--contents.block-campaign,
body .content--main .section--list.page--entry .block--contents.block-campaign {
  background-color: #991676;
  padding: 20px 40px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 60px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign,
  body .content--main .section--list.page--entry .block--contents.block-campaign {
    padding: 22px;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign::before,
body .content--main .section--list.page--entry .block--contents.block-campaign::before {
  background-image: url(/static/phantomsiita/common/line_jewelry.png);
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  background-repeat: space;
  width: 100%;
  height: 1em;
  margin: 0 0 2.2vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign::before,
  body .content--main .section--list.page--entry .block--contents.block-campaign::before {
    margin-bottom: 20px;
    height: 0.8em;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign::after,
body .content--main .section--list.page--entry .block--contents.block-campaign::after {
  background-image: url(/static/phantomsiita/common/line_jewelry.png);
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  background-repeat: space;
  width: 100%;
  height: 1em;
  margin: 2.2vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign::after,
  body .content--main .section--list.page--entry .block--contents.block-campaign::after {
    margin-top: 20px;
    height: 0.8em;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign .block-tit,
body .content--main .section--list.page--entry .block--contents.block-campaign .block-tit {
  color: #fff;
  letter-spacing: 0.2rem;
}
body .content--main .section--detail.page--entry .block--contents.block-campaign .block-tit::after, body .content--main .section--detail.page--entry .block--contents.block-campaign .block-tit::before,
body .content--main .section--list.page--entry .block--contents.block-campaign .block-tit::after,
body .content--main .section--list.page--entry .block--contents.block-campaign .block-tit::before {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign .block-tit,
  body .content--main .section--list.page--entry .block--contents.block-campaign .block-tit {
    margin-bottom: 35px;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign ul li,
body .content--main .section--list.page--entry .block--contents.block-campaign ul li {
  width: calc(50% - 10px);
}
body .content--main .section--detail.page--entry .block--contents.block-campaign ul li .special_img,
body .content--main .section--list.page--entry .block--contents.block-campaign ul li .special_img {
  height: 100px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
body .content--main .section--detail.page--entry .block--contents.block-campaign ul li img,
body .content--main .section--list.page--entry .block--contents.block-campaign ul li img {
  height: 100%;
  filter: drop-shadow(3px 3px 5px #333);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign ul li,
  body .content--main .section--list.page--entry .block--contents.block-campaign ul li {
    width: 100%;
  }
  body .content--main .section--detail.page--entry .block--contents.block-campaign ul li:last-child,
  body .content--main .section--list.page--entry .block--contents.block-campaign ul li:last-child {
    margin-top: 50px;
  }
  body .content--main .section--detail.page--entry .block--contents.block-campaign ul li .special_img,
  body .content--main .section--list.page--entry .block--contents.block-campaign ul li .special_img {
    margin-bottom: 5px;
  }
  body .content--main .section--detail.page--entry .block--contents.block-campaign ul li img,
  body .content--main .section--list.page--entry .block--contents.block-campaign ul li img {
    height: auto;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign dl,
body .content--main .section--list.page--entry .block--contents.block-campaign dl {
  margin: 10px 0 10px;
}
@media screen and (min-width: 961px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign dl,
  body .content--main .section--list.page--entry .block--contents.block-campaign dl {
    padding: 0 30px;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign dl dt,
body .content--main .section--list.page--entry .block--contents.block-campaign dl dt {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--entry .block--contents.block-campaign dl dt svg,
body .content--main .section--list.page--entry .block--contents.block-campaign dl dt svg {
  fill: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-campaign dl dt,
  body .content--main .section--list.page--entry .block--contents.block-campaign dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-campaign dl dd span,
body .content--main .section--list.page--entry .block--contents.block-campaign dl dd span {
  font-weight: bold;
  color: #F4E492;
}
body .content--main .section--detail.page--entry .block--contents.block-campaign dl dd .txtmini,
body .content--main .section--list.page--entry .block--contents.block-campaign dl dd .txtmini {
  color: #fff;
  font-weight: normal;
}
body .content--main .section--detail.page--entry .block--contents.block-campaign dl dd:not(:last-child),
body .content--main .section--list.page--entry .block--contents.block-campaign dl dd:not(:last-child) {
  margin-bottom: 30px;
}
body .content--main .section--detail.page--entry .block--contents.block-special .flex,
body .content--main .section--list.page--entry .block--contents.block-special .flex {
  align-items: center;
}
body .content--main .section--detail.page--entry .block--contents.block-special .flex dt,
body .content--main .section--list.page--entry .block--contents.block-special .flex dt {
  font-size: 18px;
  margin-bottom: 5px;
}
body .content--main .section--detail.page--entry .block--contents.block-special .flex .special_img,
body .content--main .section--list.page--entry .block--contents.block-special .flex .special_img {
  width: 15%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-special .flex .special_img,
  body .content--main .section--list.page--entry .block--contents.block-special .flex .special_img {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
body .content--main .section--detail.page--entry .block--contents.block-special .flex .special_img img,
body .content--main .section--list.page--entry .block--contents.block-special .flex .special_img img {
  filter: drop-shadow(3px 3px 5px #333);
}
body .content--main .section--detail.page--entry .block--contents.block-special .flex dl,
body .content--main .section--list.page--entry .block--contents.block-special .flex dl {
  width: 80%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents.block-special .flex dl,
  body .content--main .section--list.page--entry .block--contents.block-special .flex dl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
body .content--main .section--detail.page--entry .block--contents .block-plus,
body .content--main .section--list.page--entry .block--contents .block-plus {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
body .content--main .section--detail.page--entry .block--contents .block-plus .tit-mini,
body .content--main .section--list.page--entry .block--contents .block-plus .tit-mini {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--entry .block--contents .block-plus ul,
body .content--main .section--list.page--entry .block--contents .block-plus ul {
  margin-top: 20px;
}
body .content--main .section--detail.page--entry .block--contents .block-plus ul li,
body .content--main .section--list.page--entry .block--contents .block-plus ul li {
  margin-bottom: 5px;
}
body .content--main .section--detail.page--entry .block--contents .block-plus a,
body .content--main .section--list.page--entry .block--contents .block-plus a {
  color: #050406;
}
body .content--main .section--detail.page--entry .block--contents .block-plus a:hover,
body .content--main .section--list.page--entry .block--contents .block-plus a:hover {
  color: #2f63c3;
}
body .content--main .section--detail.page--entry .block--contents svg,
body .content--main .section--list.page--entry .block--contents svg {
  fill: #4e9882;
  height: 0.8em;
  width: 1em;
  vertical-align: baseline;
  margin-right: 10px;
}
body .content--main .section--detail.page--entry .block--contents > p, body .content--main .section--detail.page--entry .block--contents > ul, body .content--main .section--detail.page--entry .block--contents > div,
body .content--main .section--list.page--entry .block--contents > p,
body .content--main .section--list.page--entry .block--contents > ul,
body .content--main .section--list.page--entry .block--contents > div {
  position: relative;
  z-index: 1;
}
body .content--main .section--detail.page--entry .block--contents .block-tit,
body .content--main .section--list.page--entry .block--contents .block-tit {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #AE007F;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents .block-tit,
  body .content--main .section--list.page--entry .block--contents .block-tit {
    font-size: 20px;
  }
}
body .content--main .section--detail.page--entry .block--contents .block-tit::before,
body .content--main .section--list.page--entry .block--contents .block-tit::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #AE007F;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents .block-tit::before,
  body .content--main .section--list.page--entry .block--contents .block-tit::before {
    width: 2em;
  }
}
body .content--main .section--detail.page--entry .block--contents .block-tit::after,
body .content--main .section--list.page--entry .block--contents .block-tit::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #AE007F;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents .block-tit::after,
  body .content--main .section--list.page--entry .block--contents .block-tit::after {
    width: 2em;
  }
}
body .content--main .section--detail.page--entry .block--contents dl dt,
body .content--main .section--list.page--entry .block--contents dl dt {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
body .content--main .section--detail.page--entry .block--contents dl dd:not(:last-child),
body .content--main .section--list.page--entry .block--contents dl dd:not(:last-child) {
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .block--contents .list--contents-list.flex li,
body .content--main .section--list.page--entry .block--contents .list--contents-list.flex li {
  width: calc(50% - 10px);
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents .list--contents-list.flex li,
  body .content--main .section--list.page--entry .block--contents .list--contents-list.flex li {
    width: 100%;
  }
}
body .content--main .section--detail.page--entry .block--contents .list--contents-list.flex li .tit + p,
body .content--main .section--list.page--entry .block--contents .list--contents-list.flex li .tit + p {
  width: 100%;
}
body .content--main .section--detail.page--entry .block--contents .list--contents-list li,
body .content--main .section--list.page--entry .block--contents .list--contents-list li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
body .content--main .section--detail.page--entry .block--contents .list--contents-list li .tit,
body .content--main .section--list.page--entry .block--contents .list--contents-list li .tit {
  width: 100%;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 18px;
  color: #050406;
  line-height: 1.5;
  margin-bottom: 10px;
}
body .content--main .section--detail.page--entry .block--contents .list--contents-list li .tit + p,
body .content--main .section--list.page--entry .block--contents .list--contents-list li .tit + p {
  width: 75%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--contents .list--contents-list li .tit,
  body .content--main .section--detail.page--entry .block--contents .list--contents-list li .tit + p,
  body .content--main .section--list.page--entry .block--contents .list--contents-list li .tit,
  body .content--main .section--list.page--entry .block--contents .list--contents-list li .tit + p {
    width: 100%;
  }
}
body .content--main .section--detail.page--entry .area--detail .block--entry,
body .content--main .section--list.page--entry .area--detail .block--entry {
  margin: 0;
}
body .content--main .section--detail.page--entry .block--entry,
body .content--main .section--list.page--entry .block--entry {
  margin: 30px auto;
}
body .content--main .section--detail.page--entry .block--entry:last-child::before,
body .content--main .section--list.page--entry .block--entry:last-child::before {
  background-image: url(/static/phantomsiita/common/line_fc.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 40px;
}
body .content--main .section--detail.page--entry .block--entry li,
body .content--main .section--list.page--entry .block--entry li {
  padding: 20px 30px 30px;
  border-radius: 5px;
  background-color: #FFE8E8;
  border: 1px solid #595959;
}
body .content--main .section--detail.page--entry .block--entry li .title,
body .content--main .section--list.page--entry .block--entry li .title {
  line-height: 1.5;
}
body .content--main .section--detail.page--entry .block--entry li:last-child,
body .content--main .section--list.page--entry .block--entry li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry li,
  body .content--main .section--list.page--entry .block--entry li {
    width: 100%;
  }
}
body .content--main .section--detail.page--entry .block--entry a.btn--main,
body .content--main .section--list.page--entry .block--entry a.btn--main {
  background-color: #2f63c3;
  color: #fff;
}
body .content--main .section--detail.page--entry .block--entry a.btn--main:hover,
body .content--main .section--list.page--entry .block--entry a.btn--main:hover {
  background-color: #050406;
}
body .content--main .section--detail.page--entry .block--entry .text-link a,
body .content--main .section--list.page--entry .block--entry .text-link a {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}
body .content--main .section--detail.page--entry .block--entry .text-link a::before,
body .content--main .section--list.page--entry .block--entry .text-link a::before {
  content: ">";
  margin-left: 3px;
}
body .content--main .section--detail.page--entry .block--entry .text-link a:hover,
body .content--main .section--list.page--entry .block--entry .text-link a:hover {
  color: #2f63c3;
}
body .content--main .section--detail.page--entry .block--entry .joinMembership--ttl,
body .content--main .section--list.page--entry .block--entry .joinMembership--ttl {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 40px;
  color: #AE007F;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .joinMembership--ttl,
  body .content--main .section--list.page--entry .block--entry .joinMembership--ttl {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
body .content--main .section--detail.page--entry .block--entry .joinMembership--ttl::before,
body .content--main .section--list.page--entry .block--entry .joinMembership--ttl::before {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #AE007F;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .joinMembership--ttl::before,
  body .content--main .section--list.page--entry .block--entry .joinMembership--ttl::before {
    width: 1em;
  }
}
body .content--main .section--detail.page--entry .block--entry .joinMembership--ttl::after,
body .content--main .section--list.page--entry .block--entry .joinMembership--ttl::after {
  -webkit-mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  mask-image: url(/static/phantomsiita/common/emoji_heart.svg);
  content: "";
  display: inline-block;
  -webkit-mask-repeat: space;
  mask-repeat: space;
  background-color: #AE007F;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .joinMembership--ttl::after,
  body .content--main .section--list.page--entry .block--entry .joinMembership--ttl::after {
    width: 1em;
  }
}
body .content--main .section--detail.page--entry .block--entry a,
body .content--main .section--list.page--entry .block--entry a {
  color: #050406;
  display: block;
  margin-top: 15px;
}
body .content--main .section--detail.page--entry .block--entry a:hover,
body .content--main .section--list.page--entry .block--entry a:hover {
  opacity: 1;
}
body .content--main .section--detail.page--entry .block--entry .joinMembership--list-mini,
body .content--main .section--detail.page--entry .block--entry .joinMembership--list,
body .content--main .section--list.page--entry .block--entry .joinMembership--list-mini,
body .content--main .section--list.page--entry .block--entry .joinMembership--list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .joinMembership--list-mini,
  body .content--main .section--detail.page--entry .block--entry .joinMembership--list,
  body .content--main .section--list.page--entry .block--entry .joinMembership--list-mini,
  body .content--main .section--list.page--entry .block--entry .joinMembership--list {
    display: block;
    padding: 0;
  }
}
body .content--main .section--detail.page--entry .block--entry .joinMembership--list-mini li,
body .content--main .section--detail.page--entry .block--entry .joinMembership--list li,
body .content--main .section--list.page--entry .block--entry .joinMembership--list-mini li,
body .content--main .section--list.page--entry .block--entry .joinMembership--list li {
  width: calc(50% - 20px);
  margin: 0;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .joinMembership--list-mini li,
  body .content--main .section--detail.page--entry .block--entry .joinMembership--list li,
  body .content--main .section--list.page--entry .block--entry .joinMembership--list-mini li,
  body .content--main .section--list.page--entry .block--entry .joinMembership--list li {
    width: 100%;
  }
  body .content--main .section--detail.page--entry .block--entry .joinMembership--list-mini li:first-child,
  body .content--main .section--detail.page--entry .block--entry .joinMembership--list li:first-child,
  body .content--main .section--list.page--entry .block--entry .joinMembership--list-mini li:first-child,
  body .content--main .section--list.page--entry .block--entry .joinMembership--list li:first-child {
    margin-bottom: 30px;
  }
}
body .content--main .section--detail.page--entry .block--entry .joinMembership--list-mini li a,
body .content--main .section--detail.page--entry .block--entry .joinMembership--list li a,
body .content--main .section--list.page--entry .block--entry .joinMembership--list-mini li a,
body .content--main .section--list.page--entry .block--entry .joinMembership--list li a {
  margin-bottom: 0;
}
body .content--main .section--detail.page--entry .block--entry > p, body .content--main .section--detail.page--entry .block--entry > ul, body .content--main .section--detail.page--entry .block--entry > div,
body .content--main .section--list.page--entry .block--entry > p,
body .content--main .section--list.page--entry .block--entry > ul,
body .content--main .section--list.page--entry .block--entry > div {
  position: relative;
  z-index: 1;
}
body .content--main .section--detail.page--entry .block--entry .tit,
body .content--main .section--list.page--entry .block--entry .tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .tit,
  body .content--main .section--list.page--entry .block--entry .tit {
    font-size: 20px;
  }
}
body .content--main .section--detail.page--entry .block--entry > p,
body .content--main .section--list.page--entry .block--entry > p {
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap {
  margin-bottom: 40px;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block-tit__sub,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
  background-color: #050406;
  color: #600E0E;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border-radius: 30px;
  padding: 12px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block-tit__sub,
  body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block-tit__sub {
    font-size: 20px;
  }
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block {
  display: flex;
  margin-bottom: 20px;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block:last-child,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block:last-child {
  margin-bottom: 0;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block .num,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block .num {
  font-size: 20px;
  font-weight: bold;
  margin-right: 15px;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block .txt,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block .txt {
  margin-bottom: 5px;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block .txt a:not(.btn__qa),
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block .txt a:not(.btn__qa) {
  display: inline-block;
  background: #CC1515;
  color: #600E0E;
  margin: 10px 0;
  padding: 10px 20px;
  border-radius: 30px;
  word-break: break-all;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__fanyid .block-wrap .block .txt a.btn__qa,
body .content--main .section--list.page--entry .block--entry .block--entry__fanyid .block-wrap .block .txt a.btn__qa {
  border-bottom: #050406 solid 1px;
  line-height: 2;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__pid,
body .content--main .section--list.page--entry .block--entry .block--entry__pid {
  background-color: #A5A5A5;
  padding: 20px;
}
body .content--main .section--detail.page--entry .block--entry .block--entry__pid .title,
body .content--main .section--list.page--entry .block--entry .block--entry__pid .title {
  font-weight: bold;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap,
body .content--main .section--list.page--privacy .privacy__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn {
  width: 48%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn {
    width: 100%;
    margin-bottom: 20px;
  }
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn:last-child,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn:last-child {
    margin-bottom: 0;
  }
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #edcfcf;
  padding: 90px 3vw;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 961px) {
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a:hover,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a:hover {
    background-color: #CC1515;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a,
  body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a {
    padding: 60px 10vw;
  }
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a::after,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a::after {
  display: block;
  content: "\f2d2";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 30px;
  right: 30px;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a p,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a p {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.5;
}
body .content--main .section--detail.page--privacy .privacy__btn-wrap .privacy__btn a span,
body .content--main .section--list.page--privacy .privacy__btn-wrap .privacy__btn a span {
  font-size: 12px;
}

.page--error .tit-sub {
  font-size: 35px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .tit-sub {
    font-size: 30px;
  }
}
.page--error .text-centered {
  font-size: 120px;
  fill: #ffffff;
  dominant-baseline: middle;
  text-anchor: middle;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--error .text-centered {
    font-size: 80px;
  }
}
.page--error .btn--sub {
  width: 50%;
  margin-top: 40px;
  max-width: 300px;
  min-width: 220px;
}

.page--questionnaire .content--main section {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.page--questionnaire .btn {
  margin: 1.5em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--questionnaire .btn .btn--main {
  min-width: 250px;
}
.page--questionnaire .section-tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
.page--questionnaire .ph {
  position: relative;
  line-height: 0;
  font-size: 0;
  margin-bottom: 3vw;
  text-align: center;
}
.page--questionnaire .ph::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page--questionnaire .txt--basic {
  padding: 30px 25px;
  overflow: hidden;
  margin-bottom: 3em;
}
.page--questionnaire .form--post {
  margin-bottom: 5em;
  background-color: #edcfcf;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-color: #edcfcf;
  background-image: url(/static/phantomsiita/common/pattern01.png);
  background-repeat: repeat;
  background-size: 100px;
  color: #050406;
  padding: 4%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .form--post {
    padding: 8%;
  }
}
.page--questionnaire .form--post dt {
  margin: 0 0 0.2em;
  font-weight: bold;
}
.page--questionnaire .form--post dd {
  margin-bottom: 2.5em;
}
.page--questionnaire .form--post dd input[type=text],
.page--questionnaire .form--post dd input[type=tel],
.page--questionnaire .form--post dd input[type=email],
.page--questionnaire .form--post dd input[type=password],
.page--questionnaire .form--post dd input[type=number],
.page--questionnaire .form--post dd input,
.page--questionnaire .form--post dd button,
.page--questionnaire .form--post dd textarea,
.page--questionnaire .form--post dd select {
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.page--questionnaire .form--post dd label p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.page--questionnaire .form--post dd::after {
  background-image: url(/static/phantomsiita/common/line_dot.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 2em;
  opacity: 0.5;
}
.page--questionnaire .form--post .icon--required::before {
  content: "必須";
  font-size: 11px;
  color: #fff;
  background: #e7153c;
  padding: 4px 8px;
  margin-left: 1em;
  border-radius: 5px;
}
.page--questionnaire .form--post .form__select::after {
  z-index: 10;
}
.page--questionnaire .form--post .form__select select {
  padding: 4px 40px 3px 10px;
}
.page--questionnaire .form--post .form__radio label p {
  padding: 0.5em 0.5em 0.5em 1.6em;
}
.page--questionnaire .form--post input[type=text], .page--questionnaire .form--post input[type=tel], .page--questionnaire .form--post input[type=email], .page--questionnaire .form--post input[type=password], .page--questionnaire .form--post input[type=number] {
  border-radius: 5px;
}
.page--questionnaire .form--post textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  border-radius: 5px;
}
.page--questionnaire .form--post ul.form--horizontal {
  display: flex;
}
.page--questionnaire .form--post ul.form--horizontal li {
  margin-right: 0.3em;
}
.page--questionnaire .block--error {
  background: #fdfbfd;
  color: #ef1717;
  font-weight: 500;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 3em;
}
.page--questionnaire .block--error li + li {
  margin-top: 0.3em;
}
.page--questionnaire.confirm .wrap .content--main > section form {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .btn .btn--main,
  .btn .btn--sub {
    transition: 0.2s;
  }
  .btn .btn--main:hover,
  .btn .btn--sub:hover {
    background-color: #2f63c3;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--questionnaire .wrap .content--main > section {
    padding: 0 0 150px;
  }
  .page--questionnaire .wrap .content--main > section .input--half {
    width: 75% !important;
  }
  .page--questionnaire .wrap .content--main > section .input--quarter {
    width: 30% !important;
  }
  .page--questionnaire .wrap .content--main > section .input--quarter.postal_code {
    width: 75% !important;
  }
}
.block--pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  max-width: 300px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager {
    margin-left: auto;
    margin-right: auto;
  }
}
.block--pager li a {
  font-weight: bold;
}
.block--pager li a:hover {
  color: #729be3;
}
.block--pager li a:hover .arrow {
  background: #729be3;
}
.block--pager li.pager__item--newer, .block--pager li.pager__item--older {
  transform: scale(0.8);
}
.block--pager li.pager__item--newer .arrow, .block--pager li.pager__item--older .arrow {
  position: relative;
  width: 50px;
  height: 50px;
  background: #CFDFE6;
  border: 1px solid #595959;
  display: block;
}
.block--pager li.pager__item--newer .arrow::before, .block--pager li.pager__item--older .arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background-color: #050406;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block--pager li.pager__item--newer .arrow::after, .block--pager li.pager__item--older .arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  font-size: 0;
  border-top: #050406 solid 1px;
  border-left: #050406 solid 1px;
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transform-origin: left top;
}
.block--pager li.pager__item--newer svg, .block--pager li.pager__item--older svg {
  display: none;
}
.block--pager li.pager__item--newer span.noarrow .arrow, .block--pager li.pager__item--older span.noarrow .arrow {
  opacity: 0.5;
}
.block--pager li.pager__item--older .arrow::after {
  transform: rotate(135deg) translate(-50%, -50%);
}
.block--pager li.pager__item--other span, .block--pager li.pager__item--current span {
  color: #595959;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--pager li.block--pager--number {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  .block--title .block--pager {
    margin-bottom: 10px;
  }
}
.block--title .block--pager .pager__item--other a:hover {
  color: #729be3;
}

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

.txt--sub {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.page--notice .section--list .list--info {
  width: 100%;
  border-top: 1px solid rgba(36, 9, 104, 0.1450980392);
}
.page--notice .section--list .list--info li {
  border-bottom: 1px solid rgba(36, 9, 104, 0.1450980392);
}
.page--notice .section--list .list--info li a {
  display: block;
  padding: 15px 0 20px;
}
.page--notice .section--list .list--info li a .txt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.5;
}
.page--notice .section--list .list--info li a .date {
  font-size: 12px;
}

/*body.body--app,
body.body--app:not(.page--home) {
	.wrap {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.wovn-languages {
		position: absolute;
		top: 35px;
		right: 8vw;
		left: auto;
	}
}

body.body--app:not(.page--home) .content--main .section--list,
body.body--app:not(.page--home) .content--main .section--detail,
body.body--app:not(.page--home) .content--main .mainWrap {
	margin-bottom: 0;
}

body.body--app:not(.page--home) .content--main .section--detail .section--inner .block--txt .txt {
	margin-bottom: 0;
}*/
/*body.page--appfcmenu {
	overflow-x: hidden;
	color: var.$white;

	&::after {
		display: none;
	}

	header,
	footer,
	.drawer__btn,
	.block--page-top {
		display: none;
	}

	&:not(.page--home) .wrap,
	.wrap {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.content--main {
		margin: 0 !important;
		padding: 0;
		opacity: 1;
		background: transparent;
	}

	&:not(.page--home) .content--main .section--detail,
	.section--detail {
		width: 88%;
		max-width: 900px;
		margin: 0 auto;
		padding-top: 0;
	}

	.wovn-languages {
		display: none;
	}

	.fclogo {
		width: 40%;
		max-width: 300px;
		line-height: 1;
		margin-left: 2.5%;

		svg {
			fill: var.$white;
		}
	}

	.list-appmenu {
		display: flex;
		flex-wrap: wrap;
		margin-top: 5vw;

		li {
			width: 50%;
			margin-bottom: 3%;

			a {
				display: block;
				width: 90%;
				margin: 0 auto;
				-webkit-touch-callout: none;

				.item-detail {
					position: relative;
					width: 100%;
					height: 100%;
				}

				.thumb {
					position: relative;
					border-radius: 0;

					&::before {
						content: "";
						position: absolute;
						width: 100%;
						height: 100%;
						background: #FED3EA;
						opacity: 0.85;
						z-index: 10;
						transform: scale(1);
					}

					img {
						background-image: url(/static/phantomsiita/common/no_images_app_fcmenu.png);
						background-size: cover;
						vertical-align: bottom;
					}
				}

				.tit--box {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					line-height: 1.2;
					padding: 1em;
					color: #240968;
					font-family: futura, sans-serif;
					font-size: 3.8vw;
					font-weight: normal;
					letter-spacing: .05em;
					z-index: 20;
				}
			}

			&.new a .item-detail::before {
				content: "";
				position: absolute;
				right: 3px;
				top: 3px;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 22px 22px 0;
				z-index: 30;
			}
		}
	}

	.banner--app {
		margin-top: 5vw;
	}
}

body:not(.page--home).page--appfcmenu .content--body {
	padding: 90px 0;
}*/
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  a {
    transition: all 0.2s 0s ease;
  }
  a,
  .drawer__btn,
  button,
  label,
  input,
  iframe {
    cursor: pointer;
  }
  @keyframes scroll_menu {
    0% {
      transform: translate(-50%, -50%) scale(1, 1);
      transform-origin: center right;
    }
    50% {
      transform: translate(-50%, -50%) scale(0, 1);
      transform-origin: center right;
    }
    50.1% {
      transform: translate(-50%, -50%) scale(0, 1);
      transform-origin: center left;
    }
    100% {
      transform: translate(-50%, -50%) scale(1, 1);
      transform-origin: center left;
    }
  }
  @keyframes scroll_btn {
    0% {
      transform: scale(1, 1);
      transform-origin: center right;
    }
    50% {
      transform: scale(0, 1);
      transform-origin: center right;
    }
    50.1% {
      transform: scale(0, 1);
      transform-origin: center left;
    }
    100% {
      transform: scale(1, 1);
      transform-origin: center left;
    }
  }
  a figure {
    position: relative;
    line-height: 0;
  }
  a figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #729be3;
    mix-blend-mode: screen;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
    opacity: 0.3;
    z-index: 3;
  }
  a:hover figure::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .section--banner li a:hover img {
    filter: hue-rotate(180deg);
  }
  .area--official .section--info a:hover,
  .area--official .section--schedule a:hover,
  .area--official .section--profile .list__more a:hover,
  .drawer a:hover,
  .menu__list a:hover,
  .area--fc .list__more a:hover {
    animation: hover 0.1s ease forwards;
  }
  .area--official .section--banner li:hover {
    animation: hover 0.1s ease forwards;
  }
  .birthday-message a:hover {
    animation: hover 0.1s ease forwards;
  }
  .drawer a:hover,
  .menu__list a:hover,
  .area--fc .list__more a:hover {
    color: #729be3;
  }
  .drawer a:hover svg,
  .menu__list a:hover svg,
  .area--fc .list__more a:hover svg {
    fill: #729be3 !important;
  }
  .area--fc a:hover figcaption,
  .area--fc a:hover .question {
    color: #729be3;
  }
  .list__more a:hover::after,
  .detail__btn a:hover::after {
    animation: scroll_btn 0.5s;
  }
  .detail__btn {
    margin-left: 30%;
  }
  body.page--disco .detail__btn {
    margin-left: 0;
  }
  .page--profile .detail__btn {
    margin-left: 29%;
  }
  .header .top-menu {
    display: flex;
    justify-content: right;
  }
  .header .top-menu li {
    margin-right: 20px;
  }
  .header .top-menu li a {
    color: #fff;
  }
  .header .header-menu .drawer__btn:hover {
    border-top-color: rgba(0, 0, 0, 0.3);
    border-left-color: rgba(0, 0, 0, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
  .header .header-menu .header-menu__list li {
    margin-right: 15px;
  }
  .header .header-menu .header-menu__list li a {
    position: relative;
    /*&:hover::before{
      transform: scale(1, 1);
      transform-origin: left top;
    }*/
  }
  .header .header-menu .header-menu__list li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #600E0E;
    bottom: -5px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .header .header-menu .header-menu__list li a li:last-child a::after {
    display: none;
  }
  .header .header-menu .header-menu__list li a.store::before {
    display: none;
  }
  .header .header-menu .header-menu__list li .sub {
    position: fixed;
    z-index: 9999;
    top: 70px;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
  }
  .header .header-menu .header-menu__list li .sub li {
    line-height: 1.6;
  }
  .header .header-menu .header-menu__list li .sub li a {
    font-size: 0.85em;
    padding-left: 1.5em;
  }
  .header .header-menu .header-menu__list li .sub li a::before {
    width: 1em;
    top: 50%;
    transform: scale(1);
  }
  .header .header-menu .header-menu__list li .sub li a:hover::before {
    animation: scroll_btn 0.5s;
  }
  .header .header-menu .header-menu__list li:hover .sub {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .drawer .g-nav li:not(.tit) a,
  .drawer .g-nav__fc li:not(.tit) a {
    position: relative;
  }
  .drawer .g-nav li:not(.tit) a::before,
  .drawer .g-nav__fc li:not(.tit) a::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .drawer .g-nav li:not(.tit) a:hover::before,
  .drawer .g-nav__fc li:not(.tit) a:hover::before {
    transform-origin: right top;
    width: 110%;
  }
  .footer .contents--inner a:hover {
    color: #729be3;
  }
  .block--indicator .swiper-button-prev:hover::before,
  .block--indicator .swiper-button-next:hover::before {
    animation: scroll_menu 0.5s;
  }
  body:not(.page--home) .content--main .section--list .block--title .block--category li a:hover {
    background-color: #729be3;
    color: #fff;
  }
  body:not(.page--home) .content--main .section--list .block--title .block--category li.current a:hover::before {
    background-color: #fff;
  }
  body .content--main .section--detail.page--entry .block--payment,
  body .content--main .section--list.page--entry .block--payment {
    display: flex;
    justify-content: space-between;
  }
  body .content--main .section--detail.page--entry .block--payment .block--spec,
  body .content--main .section--list.page--entry .block--payment .block--spec {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
  }
  body .content--main .section--detail.page--entry .block--payment .block--spec .cource-tit,
  body .content--main .section--list.page--entry .block--payment .block--spec .cource-tit {
    justify-content: center;
  }
  body .content--main .section--detail.page--entry .block--payment .block--spec dl,
  body .content--main .section--list.page--entry .block--payment .block--spec dl {
    height: 100%;
  }
  body .content--main .section--detail.page--entry .block--payment .block--spec dl dt,
  body .content--main .section--list.page--entry .block--payment .block--spec dl dt {
    width: 20%;
    padding-right: 10px;
  }
  body .content--main .section--detail.page--entry .block--payment .block--spec dl dd,
  body .content--main .section--list.page--entry .block--payment .block--spec dl dd {
    width: 80%;
  }
  body .content--main .section--detail.page--entry .block--payment .block--spec dl .btn_mini,
  body .content--main .section--list.page--entry .block--payment .block--spec dl .btn_mini {
    width: 100%;
  }
  body .content--main .section--detail.page--entry .block--payment:not(:last-child),
  body .content--main .section--list.page--entry .block--payment:not(:last-child) {
    margin-bottom: 30px;
  }
  .block--pager li.pager__item--newer a:hover .arrow::before, .block--pager li.pager__item--older a:hover .arrow::before {
    animation: scroll_menu 0.5s;
  }
  .block--pager li.pager__item--other {
    position: relative;
  }
  .block--pager li.pager__item--other:hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .block--pager li.pager__item--other a:hover {
    color: #2f63c3;
  }
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--player .vjs-big-play-button {
    width: 90px;
  }
  body.page--info .list--call.list--contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.page--info .list--call.list--contents li {
    width: calc(33.3333333333% - 10px);
  }
  body.page--info .list--call.list--contents li .list__txt .tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@keyframes scrolltxt {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  .flex {
    display: block;
  }
  .header svg {
    width: 90px;
  }
  .header .header-menu .header-mode {
    display: flex;
  }
  .header .header-menu .header-menu__list {
    display: none;
  }
  .header h1 {
    display: flex;
  }
  .drawer {
    overflow-y: scroll;
    padding: 0 0 10vw 10vw;
  }
  .drawer .drawer--inner {
    display: block;
  }
  .drawer .g-nav {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .drawer .g-nav__fc {
    margin-bottom: 60px;
  }
  .drawer .g-nav,
  .drawer .g-nav__fc {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .drawer .g-nav li.tit,
  .drawer .g-nav__fc li.tit {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .drawer .g-nav li:not(.tit),
  .drawer .g-nav__fc li:not(.tit) {
    font-size: 15px;
  }
  .drawer .g-nav li.nav__login,
  .drawer .g-nav__fc li.nav__login {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .drawer .g-nav li.nav__login a:first-child::after,
  .drawer .g-nav__fc li.nav__login a:first-child::after {
    height: 14px;
  }
  .drawer-visible .drawer::after {
    height: 100%;
  }
  .link_btn a {
    width: 100%;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  body.page--info.category-13 .list--contents li {
    width: 100%;
  }
  .footer {
    margin-top: -1px;
  }
  .footer .footer-butterfly {
    margin: 0;
  }
  .footer .footer-butterfly svg {
    height: 30vw;
  }
  .footer .inner {
    flex-wrap: wrap;
    margin-top: -28%;
  }
  .footer .inner .logo--footer {
    width: 160px;
    margin-bottom: 10px;
    margin-top: 12%;
  }
  .footer .inner .block-nav {
    width: 100%;
  }
  .footer .inner .block-nav ul {
    width: 90%;
  }
  .btn--main,
  .btn--sub {
    width: 100%;
    padding: 0.9em 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  .btn--main,
  .btn--sub {
    min-width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body:not(.page--home) .wrap {
    padding-top: 140px;
  }
  body:not(.page--home) .content--main {
    min-height: calc(100vh - 420px);
    padding: 0 4vw;
  }
  body:not(.page--home) .content--main .section--list {
    flex-wrap: wrap;
    display: block;
  }
  body:not(.page--home) .content--main .section--list .section-tit {
    font-size: 30px;
  }
  body:not(.page--home) .content--main .section--list .list--info {
    width: 100%;
  }
  body:not(.page--home) .content--main .section--list .block--title {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  body:not(.page--home) .content--main .section--list .block--title .section-tit {
    font-size: 30px;
  }
  body:not(.page--home) .content--main .section--list .block--list {
    width: 100%;
  }
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a {
    flex-wrap: wrap;
  }
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .tit {
    width: 100%;
  }
  body:not(.page--home) .content--main .section--list .block--list ul.list--information li a .list-date {
    font-size: 13px;
  }
  body:not(.page--home) .content--main .section--detail .section--inner {
    flex-wrap: wrap;
  }
  body:not(.page--home) .content--main .section--detail .section--inner .block--title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  body:not(.page--home) .content--main .section--detail .section--inner .block--txt {
    width: 100%;
    padding: 25px;
  }
  body:not(.page--home) .block--category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 0;
  }
  body.page--home #area--main .main {
    margin: 22vh auto 10vh;
    text-align: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home #area--main .main {
    margin: 15vh auto 5vh;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #area--main .main .counter {
    margin-top: 20%;
    line-height: 2;
    font-size: 16px;
  }
  body.page--home #area--main .main .counter #randomNumber {
    font-size: 18px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home #area--main .main .counter {
    margin-top: 10%;
    margin-bottom: 12%;
    font-size: 18px;
  }
  body.page--home #area--main .main .counter #randomNumber {
    font-size: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #area--main .main .main-img .main_tit {
    position: static;
    transform: none;
    font-size: 30px;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home #area--main .main .main-img .main_tit {
    font-size: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #area--main .main .main-img .main_tit span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home #area--main .main .main-img .main_tit span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .horror_message {
    width: 90%;
    max-width: 660px;
    padding: 10px 5px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
  body.page--home .horror_message::before {
    background-image: url(/static/phantomsiita/common/bug_top_sp.png);
    top: -10%;
    right: -10%;
    height: 66%;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .horror_message::before {
    top: -27px;
    right: -10%;
    height: 82%;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .horror_message::after {
    background-image: url(/static/phantomsiita/common/bug_bottom_sp.png);
    height: 72%;
    width: 120%;
    bottom: -20%;
    left: -16%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .horror_message::after {
    height: 82%;
    width: 120%;
    left: -8%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .horror_message .text-centered {
    padding: 5vh 3vh;
  }
  body.page--home .horror_comment .text-container,
  body.page--home .horror_comment2 .text-container {
    width: 70%;
    font-size: 13px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .horror_comment .text-container,
  body.page--home .horror_comment2 .text-container {
    width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .horror_comment2.flex .text-container {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .horror_comment2.flex .text-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .menu__list {
    font-size: 14px;
    line-height: 3;
    width: 90%;
  }
  body.page--home .menu__list::before {
    height: 10px;
  }
  body.page--home .menu__list::after {
    height: 10px;
  }
  body.page--home .menu__list ul {
    display: flex;
    justify-content: center;
    padding: 4% 2%;
  }
  body.page--home .area--official {
    flex-wrap: wrap;
    padding: 0 4vw;
  }
  body.page--home .area--official .inner,
  body.page--home .area--official .section--profile .inner {
    padding: 0 10px 20px 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .inner,
  body.page--home .area--official .section--profile .inner {
    padding: 2% 3% 6%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .info--wrap {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .info--wrap .horror_comment {
    display: flex;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .horror_comment2.flex {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .horror_comment2.flex {
    display: flex;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--banner {
    width: 90%;
    margin: 0 auto 10%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--banner {
    width: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .block--contents {
    width: 100%;
  }
  body.page--home .area--official .block--contents .section-tit {
    font-size: 17px;
  }
  body.page--home .area--official .block--contents.section--schedule {
    transform: none;
  }
  body.page--home .area--official .section--info .link_btn ul li a,
  body.page--home .area--official .section--schedule .link_btn ul li a {
    width: 100%;
    max-width: 150px;
    padding: 10px;
  }
  body.page--home .area--official .section--banner li {
    width: 100%;
  }
  body.page--home .area--official .section--profile {
    margin-top: 30px;
    background-size: 740px, 740px, 100px;
  }
  body.page--home .area--official .section--profile .block--profile::before {
    margin: 2.5vw 0 7vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .block--profile::before {
    margin: 3% 0 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  body.page--home .area--official .section--profile h4 {
    font-size: 16px;
  }
  body.page--home .area--official .section--profile .detail-profile .photo {
    width: 90%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 8%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .detail-profile .photo {
    width: 80%;
    height: 80%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .detail-profile .profile_txt {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .section--profile .detail-profile .profile_txt {
    margin-top: 5%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .section--profile .profile_music .discography {
    width: 100%;
    margin-bottom: 30px;
  }
  body.page--home .area--official .section--profile .profile_music .video {
    width: 100%;
  }
  body.page--home .area--official .section--profile .profile_qa dt {
    width: 100%;
    margin-bottom: 10px;
  }
  body.page--home .area--official .section--profile .profile_qa dd {
    width: 100%;
  }
  body.page--home .area--official .section--profile .profile_qa ul {
    width: 100%;
    line-height: 3;
    margin-top: 0;
  }
  body.page--home .area--official .section--profile .profile_qa ul li:first-child::after {
    content: "";
  }
  body.page--home .area--official .section--profile .profile_freespace .txt {
    padding: 20px 20px;
    line-height: 1.8;
  }
  body.page--home .area--official .section--profile .profile_freespace .sns ul {
    display: flex;
    max-width: 200px;
  }
  body.page--home .area--official .horror_error {
    position: static;
    display: flex;
    transform: none;
    margin: 5% auto;
    justify-content: space-between;
    width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--official .horror_error {
    width: 40%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--official .horror_comment {
    position: static;
    transform: none;
    margin-bottom: 12%;
    margin-left: auto;
  }
  body.page--home .area--fc {
    padding: 0;
  }
  body.page--home .area--fc .horror_comment2 .text-container {
    width: auto;
  }
  body.page--home .area--fc .logo--fc {
    width: 230px;
    height: 120px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .logo--fc {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .fc-line {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  body.page--home .area--fc .fc-line::after, body.page--home .area--fc .fc-line::before {
    height: 35px;
  }
  body.page--home .area--fc .login--inner {
    max-width: 310px;
    width: 90%;
    min-width: auto;
    padding: 25px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .login--inner {
    width: 70%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .login--inner p {
    font-size: 16px;
  }
  body.page--home .area--fc .login--inner .block--login li .login-answer {
    font-size: 16px;
  }
  body.page--home .area--fc .contents--inner {
    padding: 0 2vw 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .contents--inner {
    padding: 0 4vw 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents::before {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page--home .area--fc .block--contents .contents--inner {
    padding: 20px 20px 30px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .block--contents .contents--inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .block--contents .contents--list li {
    width: 100%;
  }
  body.page--home .area--fc .block--contents .contents--list li:not(:last-child) {
    margin-bottom: 35px;
  }
  body.page--home .area--fc .section-tit {
    font-size: 20px;
  }
  body.page--home .area--fc .section-tit span {
    font-size: 14px;
  }
  body.page--home .area--fc .section--blog .contents--inner {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 8vw;
    width: calc(100% + 8vw);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 458px) and (max-width: 961px) {
  body.page--home .area--fc .section--blog .contents--inner {
    max-width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home .area--fc .section--blog .contents--inner::-webkit-scrollbar {
    display: none;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list {
    display: flex;
    justify-content: left;
    width: 300%;
    flex-wrap: nowrap;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list:has(.single-item) {
    width: 100%;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list li {
    width: 70vw;
    margin-right: 6vw;
  }
  body.page--home .area--fc .section--blog .contents--inner .block--blog__list li.single-item {
    width: 100%;
  }
  body.page--home .area--fc .section--qa::after {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page--home .area--fc .section--qa .contents--inner .list__qa li {
    width: 100%;
  }
  body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question {
    padding: 20px 30px 20px 20px;
  }
  body.page--home .area--fc .section--qa .contents--inner .list__qa li a .question .tit {
    margin-left: 35px;
    margin-top: -30px;
  }
  body.page--home .area--fc .section--qa .contents--inner .list__qa li a .list__txt {
    align-items: flex-start;
  }
  body.page--home .area--fc .section--qa .contents--inner .list__qa li a .icon-q::before {
    font-size: 30px;
  }
  @keyframes scrolltxt {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  body.page--disco .content--main .section--detail .section--inner .block--title.block--jacket {
    width: 100%;
  }
  body.page--profile .content--main .section--detail.member .section--inner .block--title {
    width: 100%;
  }
  body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event strong {
    font-size: 30px;
  }
  body.page--schedule .content--main .section--list .block--list ul.list--schedule li .date--event .week {
    font-size: 14px;
  }
  body.page--blog .content--main .section--list .block--list .list--blog {
    justify-content: space-between;
    gap: 20px;
  }
  body.page--blog .content--main .section--list .block--list .list--blog li {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  body.page--movie.new-movie .section--detail .area--movie .video-js .vjs-play-control {
    opacity: 0;
  }
  body.page--movie .content--main .section--detail .section--inner .block--txt .block--player .vjs-big-play-button {
    width: 60px;
  }
  body.page--photo .content--main .section--detail .section--inner .block--txt {
    padding: 4%;
  }
  body.page--info .list--call.list--contents li .list__txt .tit {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body.page--info.category-1 .content--main .section--list .block--title {
    width: 100%;
  }
  body.page--qa .content--main .section--list .line__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.page--qa .content--main .section--detail .section--inner .block--title .section-tit {
    font-size: 30px;
  }
  .wovn-languages {
    position: absolute;
    font-size: 12px;
    top: 76px;
    left: 10px;
    z-index: 6;
    width: 130px;
    height: 26px;
    background-color: #600E0E;
  }
  .wovn-languages .nav-dropdown .list--language {
    padding-left: 12px;
  }
  .wovn-languages .langIcon {
    left: 0;
    top: -18px;
    transform: none;
  }
  .wovn-languages.visible .nav-dropdown {
    top: 2.1rem;
    left: 0;
  }
  .drawer-visible .wovn-languages {
    display: none !important;
  }
}
/* common.scss
============================== */
body.black-mode {
  background-color: #050406;
  cursor: url("/static/phantomsiita/common/cursor_hand01.png"), auto;
}
body.black-mode .red-mode-only {
  display: none;
}
body.black-mode a,
body.black-mode .drawer__btn,
body.black-mode button,
body.black-mode label,
body.black-mode input,
body.black-mode iframe,
body.black-mode .unstarted-mode:not(.playing-mode) .ytp-cued-thumbnail-overlay:not([aria-hidden=true]),
body.black-mode .ended-mode .ytp-cued-thumbnail-overlay:not([aria-hidden=true]) {
  cursor: url("/static/phantomsiita/common/cursor_hand02.png"), auto !important;
}
body.black-mode .header {
  background: #600E0E;
}
body.black-mode .black-mode-only {
  display: block;
}
body.black-mode .black-mode-only#speedcapture {
  opacity: 0.25;
}

body.page--home.black-mode .main-img span.kv::after {
  background-color: #600E0E;
}
body.page--home.black-mode .area--official .block--contents .section-tit {
  background-color: #600E0E;
  color: #FFE8E8;
}
body.page--home.black-mode .area--official .block--contents .section-tit::after {
  background-color: #FFE8E8;
}
body.page--home.black-mode .area--official .block--contents .section-tit::before {
  background-color: #FFE8E8;
}
body.page--home.black-mode .area--official .block--contents.section--profile .detail-profile .photo {
  background-image: url(/static/phantomsiita/common/profile_red.png);
}
body.page--home.black-mode .horror_look svg.floating-image {
  fill: #600E0E;
}
body.page--home.black-mode .horror_look .horror_comment2:nth-child(3) {
  animation: glitch04 2s linear infinite;
}
body.page--home.black-mode .horror_look .horror_comment2:nth-child(3) .text-container {
  font-size: 30px;
  color: #CC1515;
  max-width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.black-mode .horror_look .horror_comment2:nth-child(3) .text-container {
    font-size: 20px;
  }
}
body.page--home.black-mode .area--fc {
  background-color: #4c0000;
}
body.page--home.black-mode .area--fc .section-tit {
  color: #FB7474;
}
body.page--home.black-mode .area--fc .section-tit span::before {
  background-color: #FB7474;
}
body.page--home.black-mode .area--fc .section-tit span::after {
  background-color: #FB7474;
}
body.page--home.black-mode .area--fc .scroll-text {
  color: #FB7474;
}
body.page--home.black-mode .horror-hand {
  display: flex;
  position: fixed;
  bottom: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 10;
  width: 100%;
}
body.page--home.black-mode .horror-hand .hand-left svg {
  width: 200px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.black-mode .horror-hand .hand-left svg {
    width: 100px;
  }
}
body.page--home.black-mode .horror-hand .hand-right svg {
  width: 150px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.black-mode .horror-hand .hand-right svg {
    width: 92px;
  }
}
body.page--home.black-mode .horror-hand svg {
  fill: #595959;
  vertical-align: bottom;
  height: 110px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.black-mode .horror-hand svg {
    height: 70px;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  body.page--home.black-mode .horror-hand svg {
    height: 70px;
  }
}
body.page--home.black-mode .footer {
  padding-bottom: 10vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home.black-mode .footer {
    padding-bottom: 100px;
  }
}

body:not(.page--home).black-mode .content--main .section--list .block--title .block--category li.tit {
  background-color: #600E0E;
}

body.black-mode .drop.black-mode-only {
  will-change: transform, opacity;
  position: absolute;
  right: 0;
  width: 90px;
  pointer-events: none;
}
body.page--home.loading-active {
  overflow: hidden;
}

body.page--home.animation-skip #loading {
  display: none;
  opacity: 0;
}
body.page--home.animation-skip #contents {
  display: block;
  opacity: 1;
}

body.page--home #contents {
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease;
}
body.page--home #contents.contents-in {
  opacity: 1;
  display: block;
}
body.page--home #loading {
  background-color: #050406;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
}
body.page--home #loading.fade-out {
  opacity: 0;
  display: none;
}
body.page--home #loading .logo {
  width: 20%;
  max-width: 500px;
  min-width: 200px;
  display: block;
  margin: 40vh auto;
  transition: all 0.5s ease;
}
body.page--home #loading .logo svg {
  fill: #fff;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #loading .logo {
    margin: 35vh auto 45vh;
  }
}
body.page--home #loading .logo.red svg {
  fill: #CC1515;
}
body.page--home #loading .glitch {
  animation: glitch04 1.5s infinite;
}
body.page--home #loading .box {
  width: 700px;
  border: 1px solid #595959;
  background-color: #A5A5A5;
  padding: 5px 5px 5px 5px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #loading .box {
    top: 40%;
    width: 90%;
    font-size: 18px;
  }
}
body.page--home #loading .box::before {
  background-image: url(/static/phantomsiita/common/btn_cross_off.png);
  content: "";
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  padding-left: 100%;
}
body.page--home #loading .box.box-animation::before {
  animation: btn 1.8s forwards;
}
body.page--home #loading .box p {
  color: #fff;
  background-color: #CC1515;
  background-image: url(/static/phantomsiita/common/box_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 5%;
}
@keyframes btn {
  99% {
    background-image: url(/static/phantomsiita/common/btn_cross_off.png);
  }
  100% {
    background-image: url(/static/phantomsiita/common/btn_cross_on.png);
  }
}
body.page--home #loading .hidden {
  opacity: 0;
  visibility: hidden;
}
body.page--home #loading .glitch-text {
  animation: glitchText 3s steps(30) forwards;
  color: #050406;
}
body.page--home #loading .butterfly {
  position: absolute;
  width: 50px;
  top: -50px;
  right: -100px;
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #loading .butterfly {
    top: -50px;
    right: 5%;
  }
}
body.page--home #loading .butterfly svg {
  fill: #fff;
  transform: scale(-1, 1);
}
body.page--home #loading .fly-animation {
  animation: fly 1.7s cubic-bezier(0.42, 0, 0.58, 1) forwards;
}
@keyframes fly {
  0% {
    opacity: 0;
    top: 20%;
    transform: translateY(0);
  }
  9% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
    right: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    right: calc(50% - 350px);
    top: calc(50% - 152px);
    transform: translateY(0);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  @keyframes fly {
    0% {
      opacity: 0;
      right: 0;
      top: -5%;
      transform: translateY(0);
    }
    9% {
      opacity: 0;
      right: 0;
      top: -5%;
      transform: translateY(0);
    }
    10% {
      opacity: 1;
      right: 0;
      top: -5%;
      transform: translateY(0);
    }
    80% {
      right: 8%;
    }
    100% {
      right: 5%;
      top: calc(50% - 265px);
    }
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  @keyframes fly {
    0% {
      opacity: 0;
      right: 0;
      top: 0;
      transform: translateY(0);
    }
    9% {
      opacity: 0;
      right: 0;
      top: 0;
      transform: translateY(0);
    }
    10% {
      opacity: 1;
      right: 0;
      top: 0;
      transform: translateY(0);
    }
    80% {
      right: 8%;
    }
    100% {
      right: 5%;
      top: calc(50% - 277px);
    }
  }
}
body.page--home #loading .buttons {
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  bottom: 30%;
  width: 90%;
  max-width: 500px;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body.page--home #loading .buttons {
    bottom: 40%;
  }
}
body.page--home #loading .btn {
  font-size: 18px;
  padding: 20px 30px;
  background-color: #600E0E;
  color: #fff;
  border: 1px #A5A5A5 solid;
  cursor: pointer;
  margin: 0 20px;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
body.page--home #loading .btn:hover {
  background-color: #CC1515;
}
@keyframes flyUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-200%);
  }
}
body.page--home #loading #skip-btn {
  width: 100px;
  background: #fff;
  color: #050406;
  height: 50px;
  position: absolute;
  bottom: 0;
}
body.page--home .butterfly_up div {
  position: absolute;
  left: 0;
  bottom: -150px;
  height: auto;
}
body.page--home .butterfly_up div svg {
  fill: #fff;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(1) {
  width: 30%;
  left: -5%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 1.1s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(2) {
  width: 10%;
  left: 12%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 2s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(3) {
  width: 30%;
  left: 18%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 1.3s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(4) {
  width: 20%;
  left: 25%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 1.7s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(5) {
  width: 20%;
  left: 36%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 2.2s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(6) {
  width: 10%;
  left: 50%;
  animation: wobbling_x 0.3s ease-in-out alternate, wobbling_y 1.2s ease-in-out alternate, fly_high 1.6s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(7) {
  width: 30%;
  left: 62%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 1s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(8) {
  width: 20%;
  left: 68%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 2s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(9) {
  width: 30%;
  left: 78%;
  animation: wobbling_x 0.3s ease-in-out alternate, wobbling_y 1.2s ease-in-out alternate, fly_high 1.2s ease-in-out forwards;
}
body.page--home .butterfly_up.fly-up div:nth-of-type(10) {
  width: 10%;
  left: 90%;
  animation: wobbling_x 0.1s ease-in-out alternate, wobbling_y 1.1s ease-in-out alternate, fly_high 2.2s ease-in-out forwards;
}
@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 8px;
  }
}
@keyframes fly_high {
  100% {
    transform: translateY(-2000px);
  }
}

body:not(.page--home) #contents {
  opacity: 1;
  display: block;
}
body:not(.page--home) #loading {
  display: none;
  opacity: 0;
}/*# sourceMappingURL=service.css.map */