@charset "UTF-8";
@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");
}
a[target=_blank]:not([class])::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.svg-symbol {
  display: none;
}

@keyframes fly_high {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2700px);
  }
}
.butterfly_up {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -150px;
  height: auto;
  animation: fly_high 6s ease-in-out infinite;
}
.butterfly_up svg {
  fill: #5F1010;
  width: 100%;
}
.butterfly_up.black svg {
  fill: #484848;
}
.butterfly_up.medium {
  width: 10%;
}
.butterfly_up.small {
  width: 8%;
}

/*30の蝶々*/
.butterfly_up:nth-of-type(1) {
  left: 3vw;
  animation-delay: 4s;
}

.butterfly_up:nth-of-type(2) {
  left: 8vw;
  animation-delay: 0.5s;
}

.butterfly_up:nth-of-type(3) {
  left: 20vw;
  animation-delay: 5s;
}

.butterfly_up:nth-of-type(4) {
  left: 30vw;
  animation-delay: 1.5s;
}

.butterfly_up:nth-of-type(5) {
  left: 35vw;
  animation-delay: 2s;
}

.butterfly_up:nth-of-type(6) {
  left: 35vw;
  animation-delay: 4.5s;
}

.butterfly_up:nth-of-type(7) {
  left: 62vw;
  animation-delay: 4.1s;
}

.butterfly_up:nth-of-type(8) {
  left: 78vw;
  animation-delay: 3.5s;
}

.butterfly_up:nth-of-type(9) {
  left: 88vw;
  animation-delay: 4s;
}

.butterfly_up:nth-of-type(10) {
  left: 95vw;
  animation-delay: 4.5s;
}

.butterfly_up:nth-of-type(11) {
  left: 2vw;
  animation-delay: 3.3s;
}

.butterfly_up:nth-of-type(12) {
  left: 15vw;
  animation-delay: 2.5s;
}

.butterfly_up:nth-of-type(13) {
  left: 26vw;
  animation-delay: 2.7s;
}

.butterfly_up:nth-of-type(14) {
  left: 38vw;
  animation-delay: 0.9s;
}

.butterfly_up:nth-of-type(15) {
  left: 39vw;
  animation-delay: 2.6s;
}

.butterfly_up:nth-of-type(16) {
  left: 60vw;
  animation-delay: 0.3s;
}

.butterfly_up:nth-of-type(17) {
  left: 72vw;
  animation-delay: 1.5s;
}

.butterfly_up:nth-of-type(18) {
  left: 80vw;
  animation-delay: 2.1s;
}

.butterfly_up:nth-of-type(19) {
  left: 85vw;
  animation-delay: 1.9s;
}

.butterfly_up:nth-of-type(20) {
  left: 95vw;
  animation-delay: 2.1s;
}

.butterfly_up:nth-of-type(21) {
  left: 4vw;
  animation-delay: 0.1s;
}

.butterfly_up:nth-of-type(22) {
  left: 13vw;
  animation-delay: 3.9s;
}

.butterfly_up:nth-of-type(23) {
  left: 23vw;
  animation-delay: 1.9s;
}

.butterfly_up:nth-of-type(24) {
  left: 11vw;
  animation-delay: 2.2s;
}

.butterfly_up:nth-of-type(25) {
  left: 44vw;
  animation-delay: 3s;
}

.butterfly_up:nth-of-type(26) {
  left: 64vw;
  animation-delay: 1s;
}

.butterfly_up:nth-of-type(27) {
  left: 66vw;
  animation-delay: 2.9s;
}

.butterfly_up:nth-of-type(28) {
  left: 74vw;
  animation-delay: 3.8s;
}

.butterfly_up:nth-of-type(29) {
  left: 84vw;
  animation-delay: 4.6s;
}

.butterfly_up:nth-of-type(30) {
  left: 90vw;
  animation-delay: 0.4s;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 42vw;
  max-width: 260px;
  margin: 3vw auto 30px;
  position: relative;
  z-index: 4;
}
header h1 .logo_white {
  display: none;
}
header h1 .logo_black {
  display: block;
}

.page--maypagehome .logo_black {
  display: none;
}
.page--maypagehome .logo_white {
  display: block;
}

footer {
  position: relative;
  z-index: 2;
}

.section--login {
  padding-top: 0;
}

.wrap {
  overflow: hidden;
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}
.list--menu .list--notes {
  padding-top: 0.5em;
  margin-bottom: 0;
}
.list--menu .list--notes li {
  border: none;
  margin-bottom: 0.5em;
}
.list--menu .list--notes li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 11px;
  padding: 0;
  text-indent: 0;
}
.list--menu .list--notes li a::after {
  display: none;
}

.bg--color {
  width: 100%;
  height: 100%;
  background: #020101;
  position: absolute;
  top: 0;
  z-index: 0;
}

.bgfooter--color {
  background-color: #d8d7d7;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 15%;
}

section.top {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  padding: 20px 0 3em;
  color: #606060;
  position: relative;
  z-index: 3;
  padding: 0 7%;
}
section.top.top {
  padding: 0;
}
section.top .oshimen--box {
  text-align: center;
  overflow: hidden;
  margin: 10% auto 8%;
}
section.top .oshimen--box .ph {
  margin-bottom: 10px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: url("/static/phantomsiita/fanclub/mypage/bg_frame.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2%;
  animation: bgfadeIn 2s forwards;
}
section.top .oshimen--box .ph::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #0f0000;
  transform: rotate(10deg);
  -ms-filter: blur(60px);
  filter: blur(30px) blur(30px) blur(30px) blur(10px);
  width: 90%;
  height: 38%;
  z-index: -1;
  left: 5%;
  top: 0;
  opacity: 0;
  animation: bgfadeIn 2s forwards;
}
section.top .oshimen--box .ph span {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
section.top .oshimen--box .ph span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 1px 1px 30px #050406;
}
@keyframes bgfadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.top .oshimen--box .ph img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: none;
  aspect-ratio: 9/11;
}
section.top .oshimen--box .ph .butterfly_left {
  position: absolute;
  top: 30%;
  left: -22%;
}
section.top .oshimen--box .ph .butterfly_left svg {
  fill: #A5A5A5;
  width: 45%;
  animation: glitch03 5s infinite alternate;
  position: relative;
}
@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 rotation1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes butterfly01 {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
section.top .oshimen--box .name--black {
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  position: relative;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 70%;
  line-height: 1.2;
}
section.top .oshimen--box .name--black span {
  font-size: 14px;
  margin-left: 10px;
  letter-spacing: 0.3em;
  animation: glitch04 1s infinite alternate;
}
section.top .oshimen--box .name--black::before {
  background-image: url(/static/phantomsiita/common/line_fc.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 15px;
}
section.top .oshimen--box .name--black::after {
  background-image: url(/static/phantomsiita/common/line_fc.png);
  background-repeat: space;
  background-size: contain;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 15px;
}
section.top .oshimen--box .duration--area {
  width: calc(100% - 50px);
  margin: 0 auto 25px;
  padding: 6px;
  border-radius: 20px;
  color: #fff;
  background: #ffb031;
  font-size: 16px;
}
section.top .oshimen--box .duration--area .duration {
  font-size: 14px;
  font-weight: bold;
}
section.top .oshimen--box + a {
  display: block;
  width: 86%;
  margin: 0 auto 1.5em;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1em;
  border: 1px solid;
  border-radius: 0.3em;
  text-align: center;
  text-decoration: none;
}
section.top .btn {
  width: 86%;
  margin: 0 auto;
}
section.top .btn.digitalstickersBtn {
  margin-bottom: 30px;
}
section.top .btn.digitalstickersBtn .btn--main {
  background-color: #830b08;
  border: 1px solid #595959;
}
section.top .btn.digitalstickersBtn .btn--main:hover {
  background-color: #4c0000;
}
section.top .btn .btn--birthday {
  background-color: #FFE8E8;
  border: 1px solid #595959;
  color: #050406;
  position: relative;
  margin-bottom: 30px;
  min-height: auto;
  padding: 15px;
}
section.top .btn .btn--birthday:hover {
  background-color: #fff;
}
section.top .btn .btn--birthday svg {
  position: absolute;
  display: block;
  fill: #D95151;
  width: 2em;
  height: 2em;
  top: -60%;
  right: -5%;
  transform: rotate(10deg);
}
section.top .tit--menu {
  padding: 0 7%;
  margin-bottom: 10px;
}
section.top .list--menu {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 5%;
}
section.top .list--menu li {
  width: 100%;
}
section.top .list--menu li:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
}
section.top .list--menu.member--data {
  width: 90%;
  background: #C3C3C3;
  margin: 0 auto 30px auto;
  border: 1px solid #707070;
  color: #050406;
  padding: 0;
}
section.top .list--menu.member--data li {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: auto;
}
section.top .list--menu.member--data li .menu__tit {
  font-size: 13px;
  letter-spacing: 0.2em;
  font-family: "PixelMplus12 Bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
section.top .list--menu.member--data li:first-child {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #3C3C3C;
  color: #fff;
  padding: 1em 5%;
}
section.top .list--menu.member--data li:first-child span {
  font-size: 16px;
  width: 100%;
  padding: 0;
  font-family: "PixelMplus12 Regular", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
section.top .list--menu.member--data li:first-child span.tit {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.15em;
}
section.top .list--menu.member--data li:first-child span.duration {
  font-size: 18px;
}
section.top .list--menu.member--data li:first-child span.duration::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: #fff;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-right: 5px;
}
section.top .list--menu.member--data li:first-child span.duration::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: #fff;
  width: 3em;
  height: 0.8em;
  vertical-align: middle;
  margin-left: 5px;
}
section.top .list--menu.member--data li:not(:last-child) {
  border-bottom: 1px solid #595959;
}
section.top .list--menu.member--data li span {
  width: 55%;
  display: inline-block;
  font-size: 16px;
}
section.top .list--menu.member--data li span.menu__tit {
  width: 45%;
  font-weight: bold;
}

.sns--attention dt {
  margin-bottom: 8px;
  font-weight: bold;
}
.sns--attention dd.first-txtsns {
  margin-bottom: 24px;
}
.sns--attention dd.first-txtsns a[target=_blank]:not([class])::after {
  display: none;
}
.sns--attention ul {
  margin-top: 8px;
}
.sns--attention a {
  color: #f33;
  text-decoration: underline;
}

/* 非会員 */
#mypage--app section .area--user-status.status--free {
  background: #999;
}

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: linear-gradient(#FCB4DB 5%, #FF77BC);
}

.list--menu .menu__status {
  right: -68%;
}

.page--card-info .list--menu li {
  padding: 0.5em 5% 0.5em 0;
}
.page--card-info .list--menu li .menu__status {
  width: 100%;
}

.list--menu span,
.list--payment span {
  width: 60%;
}

/*　自動継続停止ページ調整 */
.section.regist {
  max-width: 600px;
  padding: 2em 5% 3em 5%;
  margin: 0 auto;
}
.section.regist .sectionTit {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}
.section.regist .blockTit {
  color: inherit;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  margin: 0 0 1em;
  text-align: center;
}
.section.regist .txtArea .txt + .txt {
  margin-top: 1em;
}
.section.regist .btn .sub {
  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;
  border-radius: 40px;
  padding: 20px 1.5em;
  cursor: pointer;
  background: #333;
  color: #fff;
  border: 1px solid #333;
}
.section.regist form .btn {
  margin-top: 2em;
}
.section.regist .btn + .btn,
.section.regist form + .btn {
  margin-top: 1em;
}
.section.regist .btn + .btn .sub,
.section.regist form + .btn .sub {
  background: transparent;
  color: #333;
}

dd.statusConfirm {
  position: relative;
}
dd.statusConfirm a::after {
  margin-left: 10px;
}

a[target=_blank]:not([class])::after {
  position: static;
  transform: translateY(0%);
  margin-left: 10px;
}

@media screen and (min-width: 1px) and (max-width: 755px) {
  .page--card-info .list--menu span {
    width: 40%;
  }
  .page--card-info .list--menu span .menu__status {
    width: 150%;
    right: -155%;
  }
  .list--menu span {
    width: 65%;
  }
  .list--menu .menu__status {
    right: -55%;
  }
  section.top .oshimen--box .ph::after {
    filter: blur(70px);
    width: 73%;
    height: 28%;
    left: 10%;
  }
  section.top .oshimen--box .ph .butterfly_left {
    position: absolute;
    width: 50%;
    top: 18%;
    left: -10%;
  }
  @keyframes fly_high {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-2000px);
    }
  }
  .butterfly_up {
    bottom: 350px;
  }
  .butterfly_up.medium {
    width: 16%;
  }
  .butterfly_up.small {
    width: 12%;
  }
}
.btn--main {
  word-break: break-all;
  padding: 5%;
  min-height: 60px;
  line-height: 1.5;
}

.btn--sub {
  word-break: break-all;
  padding: 5%;
  min-height: 60px;
  line-height: 1.5;
}/*# sourceMappingURL=mypage-service.css.map */