@font-face {
  font-family: "Nova Slim";
  font-weight: 400;
  src: local("NovaSlim-Regular"), url("/static/garnidelia/fonts/NovaSlim-Regular.ttf") format("truetype");
}
body {
  background-color: #f5f5f5;
}

a {
  color: #000000;
}
a:hover {
  color: #514c89;
}

.btn--main {
  background: #7E77D2;
  color: #ffffff;
}
.btn--main:hover {
  background: #514c89;
}

.btn--sub {
  background: transparent;
  color: #7E77D2;
}
.btn--sub:hover {
  background: #514c89;
  color: #ffffff;
}

.detail__btn a::before {
  border-color: #000000;
}

.btn--chevron {
  color: #7E77D2;
}
.btn--chevron::after {
  border-color: #7E77D2;
}
.btn--chevron:hover {
  color: #514c89;
}
.btn--chevron:hover::after {
  border-color: #514c89;
}

.btn--chevron-left {
  color: #7E77D2;
}
.btn--chevron-left::after {
  border-color: #7E77D2;
}
.btn--chevron-left:hover {
  color: #514c89;
}
.btn--chevron-left:hover::after {
  border-color: #514c89;
}

.page--mypage .wrap > section {
  overflow: hidden;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  position: relative;
  width: 20vw;
  max-width: 280px;
  margin: 20px auto;
}
header h1 svg {
  fill: #000000;
}

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

.wrap {
  padding: 0 0 150px;
}

.block--attention {
  padding: 20px;
  border: solid 1px;
  border-radius: 6px;
  font-size: 14px;
}

/* footer */
footer .copyright {
  margin-bottom: 20px;
}
footer .txt span {
  display: inline-block;
  padding: 0 5px;
}
footer .txt span.icon {
  width: 60px;
  position: relative;
  top: 2px;
}
footer .txt a {
  font-size: 10px;
  color: #000;
}
footer .txt a::after {
  content: none !important;
}

@media screen and (min-width: 961px) {
  footer .txt span {
    border-right: 1px solid #000;
  }
  footer .txt span:last-child {
    border-right: 0;
  }
  footer .txt a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  footer .txt a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 0 240px;
  }
  footer .txt span {
    line-height: 1.8;
    display: block;
  }
  footer .txt span.icon {
    display: block;
    width: 16vw;
    margin: 0 auto;
    top: 0;
  }
}
.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph::after, .thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/common/global-image/dummy.gif);
  background-size: cover;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--card {
  background: #4F4789;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 71, 137, 0.9)), to(rgba(1, 0, 2, 0.9)));
  background: linear-gradient(180deg, rgba(79, 71, 137, 0.9) 0%, rgba(1, 0, 2, 0.9) 100%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.block--card::before {
  content: "";
  display: block;
  background-image: url(/static/garnidelia/common/bg_twinkle.png);
  background-size: 390px auto;
  z-index: -2;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: Twinkle 1s infinite alternate;
          animation: Twinkle 1s infinite alternate;
}
.block--card .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.block--card .card {
  width: 400px;
  height: 251px;
  background: #9671DD;
  background: linear-gradient(135deg, #C46BD9 0%, #7E77D2 50%, #9671DD 100%);
  padding: 36px 40px;
  border: 1px solid #f9f0ff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.block--card .card::before {
  content: "";
  display: block;
  background-image: url(/static/garnidelia/common/parts_decoration.png);
  background-size: cover;
  width: 700px;
  height: 716px;
  position: absolute;
  top: 50px;
  left: 260px;
  z-index: 2;
  opacity: 0.3;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotateBg 100s linear infinite;
          animation: rotateBg 100s linear infinite;
}
.block--card .card::after {
  content: "";
  display: block;
  background-image: url(/static/garnidelia/common/bg_twinkle.png);
  background-size: 80%;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
}
.block--card .block--logo {
  width: 72%;
  margin: 0 auto;
}
.block--card .block--logo .logo {
  -webkit-filter: drop-shadow(2px 2px 4px rgba(45, 24, 124, 0.6));
          filter: drop-shadow(2px 2px 4px rgba(45, 24, 124, 0.6));
}
.block--card .list--data {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 24px;
  width: 80%;
}
.block--card .list--data__nickname {
  margin-bottom: 10px;
}
.block--card .list--data__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Nova Slim";
  font-weight: 400;
  letter-spacing: normal;
}
.block--card .list--data .data {
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(45, 24, 124, 0.6);
  position: relative;
}
.block--card .list--data .data::before {
  content: "";
  position: relative;
  background-image: url(/static/garnidelia/common/parts_twinkle.png);
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  vertical-align: -4px;
}
.block--card .close {
  display: block;
  position: absolute;
  top: 33%;
  right: calc(50% - 240px);
  z-index: 100;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.block--card .close::before, .block--card .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block--card .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 961px) {
  .block--card .block--logo {
    width: 75%;
  }
  .block--card .list--data {
    bottom: 26px;
  }
}
#solar-system {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#solar-system #orbit.orbit {
  width: 756px;
  height: 756px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation-name: orbit;
          animation-name: orbit;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  top: 14%;
  left: -3%;
  right: 0;
  opacity: 0;
}
#solar-system .pos {
  position: absolute;
  top: 50%;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  margin-left: -1em;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation-name: invert;
          animation-name: invert;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#solar-system .planet {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  font-size: 34px;
  margin-top: -0.5em;
  margin-left: -0.5em;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
#solar-system #orbit {
  z-index: 2;
}
#solar-system #card {
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*  3D view */
.view-3D #solar-system {
  -webkit-transform: rotateX(63deg) rotateY(19deg);
          transform: rotateX(63deg) rotateY(19deg);
}
.view-3D #card {
  -webkit-transform: rotateX(-63deg) rotate(-16.9deg);
          transform: rotateX(-63deg) rotate(-16.9deg);
}

#orbit.orbit,
#orbit .pos,
#orbit .planet {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

/* animations */
@-webkit-keyframes Twinkle {
  0% {
    opacity: 15%;
  }
  100% {
    opacity: 40%;
  }
}
@keyframes Twinkle {
  0% {
    opacity: 15%;
  }
  100% {
    opacity: 40%;
  }
}
@-webkit-keyframes rotateBg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateBg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}
@keyframes orbit {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes invert {
  0% {
    -webkit-transform: rotateX(-90deg) rotateY(360deg) rotateZ(0deg);
            transform: rotateX(-90deg) rotateY(360deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  }
}
@keyframes invert {
  0% {
    -webkit-transform: rotateX(-90deg) rotateY(360deg) rotateZ(0deg);
            transform: rotateX(-90deg) rotateY(360deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  }
}
.card-show .block--card {
  opacity: 1;
  pointer-events: auto;
}
.card-show .block--card #solar-system #card,
.card-show .block--card #solar-system #orbit.orbit {
  opacity: 1;
}

@media screen and (min-width: 1px) and (max-width: 540px) {
  .block--card .card {
    width: 91.56vw;
    height: 32.3vh;
    max-width: 340px;
    max-height: 215px;
    padding: 30px;
  }
  .block--card .close {
    top: calc(50% - 170px);
    right: calc(50% - 172px);
  }
  #solar-system #orbit.orbit {
    width: 623px;
    height: 623px;
    top: 16%;
    left: -44%;
  }
  #solar-system #orbit .planet {
    font-size: 34px;
  }
}
.list--menu .list--notes {
  margin-bottom: 0;
  padding-top: 0.5em;
}
.list--menu .list--notes li {
  margin-bottom: 0.5em;
  border: none;
}
.list--menu .list--notes li a {
  display: inline-block;
  padding: 0;
  font-size: 11px;
  text-indent: 0;
  text-decoration: underline;
}
.list--menu .list--notes li a::after {
  display: none;
}

.mypage .detail__btn.app a::after {
  content: "BACK";
}

#mypage--app section .area--user-status.status--free {
  background: #999999;
}

#mypage--app section .area--user-status.status--member {
  background: #000000;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  header h1 {
    width: 50vw;
    margin: 8px auto 32px;
  }
}/*# sourceMappingURL=mypage-service.css.map */