@charset "UTF-8";
body {
  background-image: url("../img/content_bg.png");
  background-repeat: repeat;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

a:hover {
  opacity: 0.7;
}

.common-back-button {
  width: 86px !important;
  height: 30px !important;
  background-color: #627366 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  position: relative;
  margin-bottom: 10px !important;
  padding-left: 24px !important;
  text-align: start !important;
}
.common-back-button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-image: url("../img/icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mezamashiContent {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  min-height: 100vh;
  min-height: 100dvh;
}

.message {
  width: 92.2%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.message_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 50px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.message_bg img {
  width: 100%;
  height: auto;
}
.message_text {
  margin-right: auto;
  margin-left: auto;
}
.message_text img {
  width: 100%;
  height: auto;
}
.message_voice {
  position: absolute;
  bottom: 10%;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 48.7%;
  cursor: pointer;
}
.message_voice.index {
  bottom: 12%;
}
.message_voice.achievement {
  bottom: 14.8%;
}
.message_voice.present {
  bottom: 15%;
}
.message_voice.stamp01, .message_voice.stamp07, .message_voice.stamp09, .message_voice.stamp10 {
  bottom: 12%;
}
.message_voice.stamp02, .message_voice.stamp03, .message_voice.stamp04, .message_voice.stamp06, .message_voice.stamp08 {
  bottom: 14.8%;
}
.message_voice.stamp05 {
  bottom: 12.5%;
}
.message_voice:hover {
  opacity: 0.7;
}
.message_voice img {
  width: 100%;
  height: auto;
}
.message_voice.stamp {
  bottom: 18%;
}
.message_voice.finish {
  bottom: 14%;
}

.korasho {
  width: 41.2%;
  margin-right: auto;
  margin-left: auto;
}
.korasho.finish {
  width: 36%;
  margin-left: 27%;
}
.korasho img {
  width: 100%;
  height: auto;
}

.linkBtn {
  width: 38.4%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.linkBtn:hover {
  opacity: 0.7;
}
.linkBtn img {
  width: 100%;
  height: auto;
}
.linkBtn a {
  display: block;
}

.stamppush {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.stamppush img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-2deg) scale(5);
            transform: rotate(-2deg) scale(5);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-2deg) scale(5);
            transform: rotate(-2deg) scale(5);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
.list {
  width: 92.2%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_item figure {
  width: 100%;
  line-height: 0;
}
.list_item figure img {
  width: 100%;
  height: auto;
}
.list_item .stamp_link {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
.list_item .stamp_link img {
  width: 100%;
  height: auto;
}

.endcomment {
  width: 61.5%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.endcomment.complete {
  margin-top: 20px;
}
.endcomment img {
  width: 100%;
  height: auto;
}

.upscale {
  -webkit-animation: upscale 1.5s 0.5s forwards ease-out;
          animation: upscale 1.5s 0.5s forwards ease-out;
}

@-webkit-keyframes upscale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translateX(-100px) scale(2);
            transform: translateX(-100px) scale(2);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes upscale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translateX(-100px) scale(2);
            transform: translateX(-100px) scale(2);
  }
  100% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
.bound {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 初期状態 */
  30% {
    -webkit-transform: scale(1.5, 0.5) translate(0%, 0%);
            transform: scale(1.5, 0.5) translate(0%, 0%);
  }
  /* 地面に着地し、その変動で潰れだす */
  40% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 潰れた反動で一瞬元に戻る */
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -70%);
            transform: scale(0.8, 1.3) translate(0%, -70%);
  }
  /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60% {
    -webkit-transform: scale(1, 1) translate(0%, -120%);
            transform: scale(1, 1) translate(0%, -120%);
  }
  /* 潰れた反動が終り、空中で元に戻る */
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 初期状態に戻る */
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 初期状態 */
  30% {
    -webkit-transform: scale(1.5, 0.5) translate(0%, 0%);
            transform: scale(1.5, 0.5) translate(0%, 0%);
  }
  /* 地面に着地し、その変動で潰れだす */
  40% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 潰れた反動で一瞬元に戻る */
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -70%);
            transform: scale(0.8, 1.3) translate(0%, -70%);
  }
  /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60% {
    -webkit-transform: scale(1, 1) translate(0%, -120%);
            transform: scale(1, 1) translate(0%, -120%);
  }
  /* 潰れた反動が終り、空中で元に戻る */
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  /* 初期状態に戻る */
}