@charset "UTF-8";
body {
  background-color: #f1f1f1;
  color: #2f2121;
}

a {
  color: #1A1719;
}
a:hover {
  color: #2b2b2b;
}

.btn--main {
  background: #121212;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
.btn--main:hover {
  background: #111;
}

.btn--birthday i::before {
  transition: none;
}

.btn--sub {
  background: transparent;
  color: #121212;
  border-radius: 20em;
}
.btn--sub:hover {
  color: #fff;
  background: #121212;
  transition: all 0.2s ease;
}

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

.btn--chevron {
  color: #121212;
}
.btn--chevron::after {
  border-color: #121212;
}
.btn--chevron:hover {
  color: rgba(18, 18, 18, 0.6509803922);
}
.btn--chevron:hover::after {
  border-color: rgba(18, 18, 18, 0.6509803922);
}

.btn--chevron-left {
  color: #121212;
}
.btn--chevron-left::after {
  border-color: #121212;
}
.btn--chevron-left:hover {
  color: rgba(18, 18, 18, 0.6509803922);
}
.btn--chevron-left:hover::after {
  border-color: rgba(18, 18, 18, 0.6509803922);
}

.btn--birthday i {
  transition: none;
}

.tit--menu {
  opacity: 0.7;
}

header {
  padding: 2em 5% 0;
}
header h1 {
  width: 16vw;
  min-width: 130px;
  max-width: 180px;
  margin: 3vw auto 10px;
  position: relative;
}

.wrap {
  background: #f1f1f1;
}

.block--attention {
  position: relative;
  overflow: hidden;
  margin: 0 auto 40px;
  padding: 1.2em;
  border: solid 1px #121212;
  border-radius: 0.3em;
  background-color: #e9e9e9;
  color: #121212;
}
.block--attention a:not(.btn--chevron) {
  display: inline-block;
  margin: 0 0.15em;
  border-bottom: solid 2px #555555;
  color: #000000;
  transition: border 0.3s;
}
.block--attention a:not(.btn--chevron):hover {
  border: none;
}
.block--attention .txt--basic {
  color: #121212;
  line-height: 1.5;
}
.block--attention .txt--sub {
  margin-bottom: 0.6em;
  line-height: 1.5;
}
.block--attention .block--attention--inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5em;
}
.block--attention .block--attention--inner .block--photo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.2em;
  max-width: 150px;
  margin-bottom: -3.2em;
  margin-left: -2.2em;
  pointer-events: none;
}
.block--attention .block--attention--inner .block--photo img {
  vertical-align: bottom;
  transform-origin: left bottom;
  transform: rotate(-32deg);
  transition: transform 0.25s 0.6s;
}
.block--attention .block--attention--inner .block--txt {
  opacity: 0;
  width: 82%;
  transform-origin: left bottom;
  transform: translateX(-2em);
  transition: transform 0.4s 1.2s, opacity 0.4s 1.2s;
}
.block--attention .block--attention--inner .block--txt .block--balloon {
  position: relative;
  margin-bottom: 0.8em;
  padding: 1em 1em 0.8em;
  border: solid 2px transparent;
  border-radius: 1em;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 2.2em;
  border-top-left-radius: 1.5em;
  background: transparent;
  color: #121212;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  /*
  &::before {
  	content: '';
  	display: inline-block;
  	position: absolute;
  	top: 3.2em;
  	left: -1.2em;
  	z-index: 1;
  	width: 2em;
  	height: 2px;
  	border-radius: 1em;
  	background-color: #555555;
  	transform: rotate(-40deg);
  }
  */
}
.block--attention .block--attention--inner .block--txt .block--balloon::after {
  content: "";
  display: none;
  position: absolute;
  top: -0.4em;
  left: 0.4em;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0.7em;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 2.2em;
  border-top-left-radius: 1.5em;
  background-color: #ffffff;
}
.block--attention .block--attention--inner .block--txt a {
  padding-left: 1.2em;
  color: #000000;
  font-size: 15px;
  font-feature-settings: "halt";
}
.block--attention .block--attention--inner .block--txt a.btn--chevron::before {
  content: "▶";
  display: inline-block;
  position: inherit;
  top: 0;
  width: auto;
  height: auto;
  margin-right: 0.1em;
  margin-left: -1.4em;
  border-color: #ffffff;
  animation: tsuntsun 1s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.block--attention .block--attention--inner .block--txt a.btn--chevron::after {
  display: none;
}
.block--attention.delighter .block--attention--inner .block--photo img {
  transform: rotate(0deg);
}
.block--attention.delighter .block--attention--inner .block--txt {
  opacity: 1;
  transform: translateX(0);
}
@keyframes tsuntsun {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}

.section--mypage--top {
  overflow: hidden;
}

#pola {
  width: 80%;
  margin: 40px auto 80px;
  position: relative;
}
#pola img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
#pola .title {
  width: 100%;
  font-family: "termina", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
#pola .regist-date {
  color: #463b4b;
  position: absolute;
  right: 6%;
  bottom: 37px;
  transform: rotate(-2deg) skewY(-7deg);
  filter: blur(30px);
  opacity: 0;
  transition: 1s ease-out;
}
#pola .regist-date .label {
  position: relative;
  top: -18px;
  font-size: 10px;
  font-weight: bold;
  transform-origin: left;
  letter-spacing: 0.02em;
  transform: scale(0.9);
}
#pola .regist-date .date {
  font-family: longhand-lp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}
#pola #card__body {
  position: relative;
}
#pola #card__front.inner {
  line-height: 0;
  position: relative;
  transition: 0.4s 0.4s;
}
#pola #card__front.inner .pola-card {
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: 1.2s cubic-bezier(0.5, 0.23, 0.29, 1.03);
  position: absolute;
  left: 0;
  top: 0;
}
#pola #card__front.inner .base-card {
  opacity: 0;
  pointer-events: none;
}
#pola #card__front.inner .base-frame {
  opacity: 1;
  width: 100%;
  height: 100%;
}
#pola #card__front.inner .slide {
  margin-top: 44px;
  transform: translateY(-100%);
  transition: 1.2s cubic-bezier(0.5, 0.23, 0.29, 1.03);
  position: absolute;
  text-align: center;
}
#pola #card__front.inner .slide::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -40px;
  background-image: url(/static/fumakikuchi/fanclub/mypage/loveyoumore.png);
  width: 343.95px;
  height: 48.88px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotate(-8deg) skewY(-7deg);
  filter: blur(30px);
  opacity: 0;
  transition: 1s ease-out;
}
#pola #card__front.inner .card-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  /* ベース画像の横幅 */
}
#pola #card__front.inner .card-frame {
  width: 100%;
  height: auto;
  display: block;
}
#pola #card__front.inner .photo-box {
  position: absolute;
  top: 3.5%;
  left: 5.2%;
  width: 89.6%;
  height: 76.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #ECEBE4;
}
#pola #card__front.inner .card-photo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* トリミングせずに縮小表示 */
}
#pola.started #card__front.inner .pola-card {
  transition-delay: 0.1s;
  transform: translateY(0);
}
#pola.started .slide {
  transition-delay: 0.1s !important;
  transform: translateY(0) !important;
  position: relative !important;
}
#pola.started .slide::before {
  transform: rotate(-8deg) !important;
  opacity: 1 !important;
  filter: blur(0) !important;
  transition-delay: 1s !important;
}
#pola.started .regist-date {
  opacity: 1;
  filter: blur(0);
  transition-delay: 1s;
}
#pola.started #btn__switch {
  opacity: 1;
  transition: 0.8s opacity 1s;
}
#pola #card__back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-90deg);
  transition: 0.4s;
}
#pola #card__back .card__back__detail {
  width: 76%;
  height: auto;
  color: #fff;
  position: absolute;
  top: 9%;
  left: 14%;
  filter: blur(20px);
  transition: 0.8s ease-out;
}
#pola #card__back .list--profile__item {
  margin-bottom: 1.8em;
}
#pola #card__back .list--profile dt {
  font-family: longhand-lp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  opacity: 0.6;
}
#pola #card__back .list--profile dd {
  font-family: kinuta-shin-enpitsu-it-stdn, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
#pola #heart {
  width: 90%;
  height: 48%;
  position: absolute;
  right: -27%;
  bottom: 2%;
}
#pola #heart .heart__body {
  width: 100%;
  height: 100%;
}
#pola #heart #heartMask .svgpass {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
#pola #heart #heartMask .svgpass.cls-1 {
  stroke-width: 5;
}
#pola #heart #heartMask .svgpass.cls-2 {
  stroke-width: 5.3;
}
#pola #heart #heartMask .svgpass.cls-3 {
  stroke-width: 5.6;
}
#pola #btn__switch {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -10px;
  left: -20px;
  opacity: 0;
  transition: 0.8s;
}
#pola #btn__switch--body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #323034;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.8s;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
}
#pola #btn__switch--body img {
  width: 70%;
}

#pola.backside-visible #card__front {
  transform: rotateY(90deg);
  transition-delay: 0s;
}
#pola.backside-visible #card__back {
  transform: rotateY(0deg);
  transition-delay: 0.4s;
}
#pola.backside-visible #card__back .card__back__detail {
  filter: blur(0);
  transition-delay: 0.9s;
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  #pola #card__front.inner .slide::before {
    width: 333.95px;
    height: 38.88px;
    left: -10px;
  }
}
.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;
}

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

/* 有料会員 */
#mypage--app section .area--user-status.status--member {
  background: #121212;
}

/* pc */
@media screen and (min-width: 961px) {
  #pola #btn__switch:hover #btn__switch--body {
    transform: rotateY(360deg);
  }
}
/* sp */
@media screen and (max-width: 961px) {
  header h1 {
    min-width: 120px;
  }
  #pola {
    width: 100%;
    margin-top: 20px;
  }
  #pola #btn__switch {
    left: -5px;
  }
  #pola.backside-visible #btn__switch #btn__switch--body {
    transform: rotateY(360deg);
  }
  #pola .gif-pola-card .spesial-pola-card {
    height: 39.5vh;
  }
}
/* tablet */
@media screen and (min-width: 570px) and (max-width: 960px) {
  .page--mypage h1.logo {
    width: 110px;
    margin-bottom: 5px;
  }
}