@charset "UTF-8";
a {
  color: #b20000;
}

a:hover {
  color: #FF0000;
}

.btn--main {
  background: #000;
  color: #fff;
}

.btn--main:hover {
  background: #000;
}

.btn--sub {
  background: transparent;
  color: #000;
}

.btn--sub:hover {
  color: #fff;
  background: #000;
}

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

.btn--chevron {
  color: #000;
}

.btn--chevron::after {
  border-color: #000;
}

.btn--chevron:hover {
  color: #000;
}

.btn--chevron:hover::after {
  border-color: #000;
}

.btn--chevron-left {
  color: #000;
}

.btn--chevron-left::after {
  border-color: #000;
}

.btn--chevron-left:hover {
  color: #000;
}

.btn--chevron-left:hover::after {
  border-color: #000;
}

header {
  padding: 2em 5% 0;
}

header h1 {
  width: 260px;
  margin: 20px auto;
}

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

.btn--card {
  text-align: center;
}

.btn--card .btn--main.pop-up {
  color: #fff;
  background: #8cbeb4;
  font-weight: 700;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 70%;
  margin: 0 auto 2em;
}

.block--card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.block--card::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block--card .card {
  background: #F6F6F6;
  width: 350px;
  height: auto;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition: z-index 0 .6s;
  transition: z-index 0 .6s;
  -webkit-box-shadow: -3px 7px 15px rgba(0, 0, 0, 0.52);
          box-shadow: -3px 7px 15px rgba(0, 0, 0, 0.52);
  border-radius: 20px;
  position: relative;
}

.block--card .card .erea--character {
  position: relative;
  height: 275px;
  border-radius: 20px 20px 0 0;
}

.block--card .card .erea--character.morning.first {
  background: url(/static/saucydog/fanclub/mypage/morning_inukun.png) center bottom no-repeat #FAF1BD;
  background-size: 60%;
  background-position: 53% bottom;
}

.block--card .card .erea--character.morning.second {
  background: url(/static/saucydog/fanclub/mypage/morning_inukun_2nd.png) center bottom no-repeat #FAF1BD;
  background-size: 68%;
  background-position: 45% bottom;
}

.block--card .card .erea--character.morning .scene--text {
  background: url(/static/saucydog/fanclub/mypage/morning_text.png) no-repeat;
  background-size: contain;
  width: 174px;
  height: 64px;
  position: absolute;
  top: 10%;
  left: 4%;
}

.block--card .card .erea--character.day.first {
  background: url(/static/saucydog/fanclub/mypage/day_inukun.png) center bottom no-repeat #C0ECED;
  background-size: 55%;
}

.block--card .card .erea--character.day.second {
  background: url(/static/saucydog/fanclub/mypage/day_inukun_2nd.png) center bottom no-repeat #C0ECED;
  background-size: 75%;
  background-position: 48% bottom;
}

.block--card .card .erea--character.day .scene--text {
  background: url(/static/saucydog/fanclub/mypage/day_text.png) no-repeat;
  background-size: contain;
  width: 224px;
  height: 97px;
  position: absolute;
  top: 6%;
  left: 2%;
}

.block--card .card .erea--character.sunset.first {
  background: url(/static/saucydog/fanclub/mypage/sunset_inukun.png) center bottom no-repeat #FFCBAA;
  background-size: 82%;
  background-position: 59% 102%;
}

.block--card .card .erea--character.sunset.second {
  background: url(/static/saucydog/fanclub/mypage/sunset_inukun_2nd.png) center bottom no-repeat #FFCBAA;
  background-size: 74%;
  background-position: 52% 150%;
}

.block--card .card .erea--character.sunset .scene--text {
  background: url(/static/saucydog/fanclub/mypage/sunset_text.png) no-repeat;
  background-size: contain;
  width: 168px;
  height: 80px;
  position: absolute;
  top: 7%;
  left: 3%;
}

.block--card .card .erea--character.midnight.first {
  background: url(/static/saucydog/fanclub/mypage/midnight_inukun.png) center bottom no-repeat #A5BBDB;
  background-size: 48%;
  background-position: 46% 66%;
}

.block--card .card .erea--character.midnight.second {
  background: url(/static/saucydog/fanclub/mypage/midnight_inukun_2nd.png) center bottom no-repeat #A5BBDB;
  background-size: 54%;
  background-position: 48% 62%;
}

.block--card .card .erea--character.midnight .scene--text {
  background: url(/static/saucydog/fanclub/mypage/midnight_text.png) no-repeat;
  background-size: contain;
  width: 46px;
  height: 174px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 6%;
}

.block--card .card .erea--character.midnight .scene--icon {
  background: url(/static/saucydog/fanclub/mypage/moon.png) no-repeat;
  background-size: contain;
  width: 73px;
  height: 68px;
  position: absolute;
  right: 7%;
  top: 8%;
}

.block--card .card .erea--character.morning .scene--icon,
.block--card .card .erea--character.day .scene--icon {
  background: url(/static/saucydog/fanclub/mypage/sun.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 4%;
  top: 7%;
}

.block--card .card .list--status {
  position: absolute;
  bottom: -9%;
  right: 3%;
}

.block--card .card .list--status li {
  width: 30px;
  display: inline-block;
  margin-left: -8px;
}

.block--card .card .list--deco li {
  position: absolute;
}

.block--card .card .list--deco.onpu li:first-child {
  width: 24px;
  bottom: 12%;
  right: 12%;
}

.block--card .card .list--deco.onpu li:nth-child(2) {
  width: 26px;
  top: 38%;
  left: 12%;
}

.block--card .card .list--deco.onpu li:nth-child(3) {
  width: 18px;
  bottom: 13%;
  left: 12%;
}

.block--card .card .list--deco.onpu li:nth-child(4) {
  width: 20px;
  top: 54%;
  right: 6%;
}

.block--card .card .list--deco.onpu li:nth-child(5) {
  top: 55%;
  left: 4%;
}

.block--card .card .list--deco.hana li:first-child {
  width: 43px;
  top: 45%;
  left: 6%;
}

.block--card .card .list--deco.hana li:nth-child(2) {
  width: 35px;
  top: 75%;
  left: 6%;
}

.block--card .card .list--deco.hana li:nth-child(3) {
  width: 24px;
  top: 86%;
  left: 16%;
}

.block--card .card .list--deco.hana li:nth-child(4) {
  width: 24px;
  right: 8%;
  top: 72%;
}

.block--card .card .list--deco.hana li:last-child {
  width: 32px;
  top: 64%;
  right: 13%;
}

.block--card .card .list--deco.heart li:first-child {
  width: 20px;
  top: 40%;
  left: 12%;
}

.block--card .card .list--deco.heart li:first-child img {
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.block--card .card .list--deco.heart li:nth-child(2) {
  width: 34px;
  top: 68%;
  left: 6%;
}

.block--card .card .list--deco.heart li:nth-child(2) img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.block--card .card .list--deco.heart li:nth-child(3) {
  width: 26px;
  bottom: 6%;
  left: 16%;
}

.block--card .card .list--deco.heart li:nth-child(3) img {
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}

.block--card .card .list--deco.heart li:nth-child(4) {
  width: 22px;
  bottom: 18%;
  right: 11%;
}

.block--card .card .list--deco.heart li:nth-child(4) img {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.block--card .card .list--deco.heart li:last-child {
  width: 26px;
  top: 58%;
  right: 12%;
}

.block--card .card .list--deco.heart li:last-child img {
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}

.block--card .card .second.sunset .list--deco.onpu li:first-child {
  bottom: 49%;
  right: 18%;
}

.block--card .card .second.sunset .list--deco.onpu li:nth-child(2) {
  top: 45%;
  left: 16%;
}

.block--card .card .second.sunset .list--deco.onpu li:nth-child(3) {
  width: 16px;
  bottom: 8%;
  left: 10%;
}

.block--card .card .second.sunset .list--deco.onpu li:nth-child(4) {
  top: 51%;
  right: 6%;
}

.block--card .card .second.sunset .list--deco.onpu li:nth-child(4) img {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.block--card .card .second.sunset .list--deco.onpu li:nth-child(5) {
  top: 62%;
  left: 19%;
}

.block--card .card .second.sunset .list--deco.onpu li:nth-child(5) img {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.block--card .card .second.sunset .list--deco.hana li:first-child {
  width: 38px;
  top: 48%;
  left: 9%;
}

.block--card .card .second.sunset .list--deco.hana li:nth-child(2) {
  width: 30px;
  top: 64%;
  left: 22%;
}

.block--card .card .second.sunset .list--deco.hana li:nth-child(3) {
  width: 25px;
  top: 76%;
  left: 9%;
}

.block--card .card .second.sunset .list--deco.hana li:nth-child(4) {
  width: 26px;
  bottom: 40%;
  right: 6%;
}

.block--card .card .second.sunset .list--deco.hana li:last-child {
  width: 26px;
  top: 40%;
  right: 18%;
}

.block--card .card .second.sunset .list--deco.heart li:first-child {
  width: 26px;
  top: 42%;
  left: 12%;
}

.block--card .card .second.sunset .list--deco.heart li:first-child img {
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
}

.block--card .card .second.sunset .list--deco.heart li:nth-child(2) {
  width: 20px;
  top: 59%;
  left: 20%;
}

.block--card .card .second.sunset .list--deco.heart li:nth-child(2) img {
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
}

.block--card .card .second.sunset .list--deco.heart li:nth-child(3) {
  width: 31px;
  bottom: 13%;
  left: 9%;
}

.block--card .card .second.sunset .list--deco.heart li:nth-child(3) img {
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

.block--card .card .second.sunset .list--deco.heart li:nth-child(4) {
  width: 22px;
  bottom: 44%;
  right: 8%;
}

.block--card .card .second.sunset .list--deco.heart li:nth-child(4) img {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.block--card .card .second.sunset .list--deco.heart li:last-child {
  width: 26px;
  top: 40%;
  right: 17%;
}

.block--card .card .second.sunset .list--deco.heart li:last-child img {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.block--card .card .midnight .list--deco.onpu li:first-child {
  width: 24px;
  top: 70%;
  right: 14%;
}

.block--card .card .midnight .list--deco.onpu li:nth-child(2) {
  width: 28px;
  top: 9%;
  left: 26%;
}

.block--card .card .midnight .list--deco.onpu li:nth-child(3) {
  width: 18px;
  top: 79%;
  left: 25%;
}

.block--card .card .midnight .list--deco.onpu li:nth-child(4) {
  top: 54%;
  right: 10%;
}

.block--card .card .midnight .list--deco.onpu li:nth-child(5) {
  top: 32%;
  left: 19%;
}

.block--card .card .midnight .list--deco.hana li:first-child {
  width: 34px;
  top: 11%;
  left: 23%;
  right: inherit;
  bottom: inherit;
}

.block--card .card .midnight .list--deco.hana li:nth-child(2) {
  width: 28px;
  top: 66%;
  left: 20%;
}

.block--card .card .midnight .list--deco.hana li:nth-child(3) {
  width: 25px;
  top: 81%;
  left: 26%;
}

.block--card .card .midnight .list--deco.hana li:nth-child(4) {
  width: 26px;
  top: 54%;
  right: 10%;
}

.block--card .card .midnight .list--deco.hana li:last-child {
  width: 26px;
  top: 72%;
  right: 18%;
  left: inherit;
}

.block--card .card .midnight .list--deco.heart li:first-child {
  width: 26px;
  top: 10%;
  left: 30%;
}

.block--card .card .midnight .list--deco.heart li:first-child img {
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

.block--card .card .midnight .list--deco.heart li:nth-child(2) {
  width: 20px;
  top: 19%;
  left: 24%;
}

.block--card .card .midnight .list--deco.heart li:nth-child(2) img {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}

.block--card .card .midnight .list--deco.heart li:nth-child(3) {
  width: 31px;
  bottom: 9%;
  left: 23%;
}

.block--card .card .midnight .list--deco.heart li:nth-child(3) img {
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}

.block--card .card .midnight .list--deco.heart li:nth-child(4) {
  width: 22px;
  bottom: 21%;
  right: 10%;
}

.block--card .card .midnight .list--deco.heart li:nth-child(4) img {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.block--card .card .midnight .list--deco.heart li:last-child {
  width: 26px;
  top: 58%;
  right: 14%;
}

.block--card .card .midnight .list--deco.heart li:last-child img {
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}

.block--card .card .erea--text {
  padding: 20px 20px 14px;
}

.block--card .card .erea--text .list--data {
  margin-bottom: 18px;
}

.block--card .card .erea--text .list--data li .tit {
  width: 40%;
  font-size: 13px;
  color: #888888;
  text-align: left;
  letter-spacing: 0.01em;
}

.block--card .card .erea--text .list--data li .age {
  font-family: 'Kiwi Maru', serif;
  color: #7383A0;
  font-size: 30px;
  text-align: center;
}

.block--card .card .erea--text .list--data li .age span {
  font-size: 24px;
  margin: 0 2% 0 1%;
}

.block--card .card .erea--text .list--data li .age span.month {
  letter-spacing: -0.1em;
}

.block--card .card .erea--text .list--data li .term,
.block--card .card .erea--text .list--data li .nickname {
  font-size: 13px;
  color: #474747;
  word-break: break-all;
}

.block--card .card .erea--text .list--data li .nickname {
  width: 60%;
  font-size: 16px;
}

.block--card .card .erea--text .list--data li.age {
  line-height: 0;
  margin: 7px 0 12px;
}

.block--card .card .erea--text .list--data li:not(.age) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.6em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  padding: 6px;
  border-bottom: 1px dashed #7383A0;
}

.block--card .card .erea--text .list--data li:not(.age) img {
  vertical-align: text-bottom;
  padding-right: 6px;
}

.block--card .card .logo {
  width: 150px;
  margin: 0 auto;
}

.block--card .card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -60px;
  right: 0;
}

.block--card .card .close::after, .block--card .card .close::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.card-show .block--card .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.card-show .block--card .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pop-up {
  margin-bottom: 40px;
}

.card-show .block--card {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

.card-show .list--menu, .card-show .tit--menu, .card-show .footer, .card-show header, .card-show .detail__btn, .card-show .pop-up, .card-show .area--user-status {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.card-show .scene--text {
  -webkit-animation: center-top 0.4s ease-in;
          animation: center-top 0.4s ease-in;
}

.card-show .midnight .scene--text {
  -webkit-animation: center-slide 0.4s ease-in;
          animation: center-slide 0.4s ease-in;
}

.card-show .scene--icon {
  -webkit-animation: bottom-up 0.8s both;
          animation: bottom-up 0.8s both;
}

.card-show .list--deco li {
  -webkit-animation: scale 0.6s infinite;
          animation: scale 0.6s infinite;
}

.card-show .list--status li:first-child {
  -webkit-animation: bounce-top 1s 0.0s infinite;
          animation: bounce-top 1s 0.0s infinite;
}

.card-show .list--status li:nth-child(2) {
  -webkit-animation: bounce-top 1s 0.2s infinite;
          animation: bounce-top 1s 0.2s infinite;
}

.card-show .list--status li:nth-child(3) {
  -webkit-animation: bounce-top 1s 0.4s infinite;
          animation: bounce-top 1s 0.4s infinite;
}

.card-show .list--status li:nth-child(4) {
  -webkit-animation: bounce-top 1s 0.6s infinite;
          animation: bounce-top 1s 0.6s infinite;
}

.card-show .list--status li:nth-child(5) {
  -webkit-animation: bounce-top 1s 0.8s infinite;
          animation: bounce-top 1s 0.8s infinite;
}

.list--deco.down li {
  -webkit-animation: hana linear 3.8s infinite;
          animation: hana linear 3.8s infinite;
  opacity: 0;
}

.list--deco.down li:first-child {
  width: 36px;
  top: 0;
  right: 22%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.list--deco.down li:nth-child(2) {
  width: 32px;
  top: 0;
  left: 30%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.list--deco.down li:nth-child(3) {
  width: 32px;
  top: 0;
  right: 0;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.list--deco.down li:nth-child(4) {
  width: 26px;
  top: 0;
  left: 38%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.list--deco.down li:nth-child(5) {
  width: 22px;
  top: 0;
  left: 60%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.list--deco.down li:nth-child(6) {
  width: 40px;
  top: 0;
  right: 0;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.list--deco.down li:nth-child(7) {
  width: 26px;
  top: 0;
  left: 8%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.list--deco.down li:nth-child(8) {
  width: 37px;
  top: 0;
  left: 24%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.list--deco.down.up li {
  -webkit-animation: heart linear 3.4s infinite;
          animation: heart linear 3.4s infinite;
}

.list--deco.down.up li:first-child {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.list--deco.down.up li:nth-child(2) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.list--deco.down.up li:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.list--deco.down.up li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.list--deco.down.up li:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.list--deco.down.up li:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.list--deco.down.up li:nth-child(7) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.list--deco.down.up li:nth-child(8) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

@-webkit-keyframes center-top {
  0% {
    -webkit-transform: translateX(60px) translateY(110px);
            transform: translateX(60px) translateY(110px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes center-top {
  0% {
    -webkit-transform: translateX(60px) translateY(110px);
            transform: translateX(60px) translateY(110px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes center-slide {
  0% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes center-slide {
  0% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bottom-up {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bottom-up {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@-webkit-keyframes hana {
  0% {
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(3px, 30px) rotate(20deg);
            transform: translate(3px, 30px) rotate(20deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0, 50px) rotate(50deg);
            transform: translate(0, 50px) rotate(50deg);
  }
  50% {
    -webkit-transform: translate(-20px, 100px) rotate(150deg);
            transform: translate(-20px, 100px) rotate(150deg);
  }
  70% {
    -webkit-transform: translate(-30px, 150px) rotate(-50deg);
            transform: translate(-30px, 150px) rotate(-50deg);
    opacity: .8;
  }
  90% {
    -webkit-transform: translate(-40px, 200px) rotate(-180deg);
            transform: translate(-40px, 200px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50px, 240px);
            transform: translate(-50px, 240px);
    opacity: 0;
  }
}

@keyframes hana {
  0% {
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(3px, 30px) rotate(20deg);
            transform: translate(3px, 30px) rotate(20deg);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0, 50px) rotate(50deg);
            transform: translate(0, 50px) rotate(50deg);
  }
  50% {
    -webkit-transform: translate(-20px, 100px) rotate(150deg);
            transform: translate(-20px, 100px) rotate(150deg);
  }
  70% {
    -webkit-transform: translate(-30px, 150px) rotate(-50deg);
            transform: translate(-30px, 150px) rotate(-50deg);
    opacity: .8;
  }
  90% {
    -webkit-transform: translate(-40px, 200px) rotate(-180deg);
            transform: translate(-40px, 200px) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50px, 240px);
            transform: translate(-50px, 240px);
    opacity: 0;
  }
}

@-webkit-keyframes heart {
  0% {
    -webkit-transform: translate(-20px, 220px);
            transform: translate(-20px, 220px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(-10px, 200px) scale(0.6);
            transform: translate(-10px, 200px) scale(0.6);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0px, 180px) scale(1);
            transform: translate(0px, 180px) scale(1);
  }
  50% {
    -webkit-transform: translate(0px, 120px) scale(0.8);
            transform: translate(0px, 120px) scale(0.8);
  }
  70% {
    -webkit-transform: translate(0, 70px) scale(1.2);
            transform: translate(0, 70px) scale(1.2);
    opacity: .8;
  }
  90% {
    -webkit-transform: translate(3px, 30px) scale(0.6);
            transform: translate(3px, 30px) scale(0.6);
  }
  100% {
    opacity: 0;
  }
}

@keyframes heart {
  0% {
    -webkit-transform: translate(-20px, 220px);
            transform: translate(-20px, 220px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(-10px, 200px) scale(0.6);
            transform: translate(-10px, 200px) scale(0.6);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0px, 180px) scale(1);
            transform: translate(0px, 180px) scale(1);
  }
  50% {
    -webkit-transform: translate(0px, 120px) scale(0.8);
            transform: translate(0px, 120px) scale(0.8);
  }
  70% {
    -webkit-transform: translate(0, 70px) scale(1.2);
            transform: translate(0, 70px) scale(1.2);
    opacity: .8;
  }
  90% {
    -webkit-transform: translate(3px, 30px) scale(0.6);
            transform: translate(3px, 30px) scale(0.6);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 1;
  }
}

.list--menu .list--notes {
  padding-top: .5em;
  margin-bottom: 0;
}

.list--menu .list--notes li {
  border: none;
  margin-bottom: .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;
}

/* SP VIEW */
@media screen and (min-width: 1px) and (max-width: 768px) {
  header {
    padding: 2.8em 5% 0;
  }
  header h1 {
    width: 55vw;
    margin: 0 auto 3vw;
  }
  header h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  header h1 a img {
    width: 100%;
    height: auto;
  }
  .btn--card .btn--main.pop-up {
    width: 60%;
  }
  .block--card {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .block--card::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .block--card .card {
    width: 82%;
    height: auto;
    top: 0;
  }
  .block--card .card .erea--character {
    height: 63vw;
  }
  .block--card .card .erea--character.day .scene--text {
    width: 190px;
  }
  .block--card .card .erea--character.day.second {
    background-size: 72%;
  }
  .block--card .card .erea--character.sunset .scene--text {
    width: 140px;
    height: 70px;
  }
  .block--card .card .erea--character.midnight .scene--text {
    width: 40px;
    height: 147px;
  }
  .block--card .card .erea--text {
    padding: 6% 6% 5%;
  }
  .block--card .card .erea--text .list--data li .tit {
    width: 41%;
    font-size: 12px;
  }
  .block--card .card .erea--text .list--data li .age {
    font-size: 28px;
  }
  .block--card .card .erea--text .list--data li .age span {
    font-size: 22px;
  }
  .block--card .card .erea--text .list--data li .term {
    font-size: 12px;
  }
  .block--card .card .erea--text .list--data li .nickname {
    width: 59%;
    font-size: 14px;
  }
  .block--card .card .logo {
    width: 126px;
    margin: 0 auto;
  }
}

/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .block--card .card {
    width: 350px;
  }
  .block--card .card .erea--character {
    height: 275px;
  }
}
/*# sourceMappingURL=mypage-service.css.map */