* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  touch-action: manipulation;
}
html {
  scrollbar-width: none;
  touch-action: manipulation;
  overscroll-behavior: none;
}
@media screen and (max-width: 480px) {
  html {
    overscroll-behavior: auto;
  }
}
body {
  color: #000;
  font-family: "Zen Maru Gothic", -apple-system, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 13px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  margin: 0;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  body.is-loading::before {
    display: block;
  }
  body::before {
    display: none;
  }
}
body.is-loading::before,
body.is-loading::after {
  z-index: 9999;
}
body.is-loading::after {
  content: "読み込み中…";
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: fixed;
  inset: 0;
  margin: auto;
  width: 120px;
  height: 158px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: url(../images/loading.gif) no-repeat center center;
  background-size: 100%;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
@media screen and (max-width: 480px) {
  body {
    background: #00b812;
    min-height: initial;
  }
}
body.body-scroll-lock {
  overflow: hidden;
}
a,
button {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
iframe {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}
body.is-loading .container {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  body.is-loading .container {
    transform: translateY(0);
  }
}
.container {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  transition: opacity 600ms ease, transform 600ms ease;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
    overflow: initial;
  }
}
.frame {
  margin: auto;
  width: 404px;
  height: 742px;
  position: relative;
  overflow: hidden;
}
@media (max-height: 799px) {
  .frame {
    height: 642px;
  }
}
@media screen and (max-width: 767px) {
  .frame {
    width: 100%;
    height: auto;
    max-width: 480px;
  }
}
.frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../images/sp-frame.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 1000;
}
@media (max-height: 799px) {
  .frame::after {
    background: url(../images/sp-frame-s.png) no-repeat center center;
  }
}
@media screen and (max-width: 767px) {
  .frame::after {
    display: none;
  }
}
.frame-inner {
  background: #fff;
  height: calc(100% - 16px);
  overflow: auto;
  border-radius: 40px;
  margin: 8px;
  scrollbar-width: none;
  display: flex;
  flex-flow: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .frame-inner {
    height: auto;
    border-radius: 0;
    margin: 0;
    overflow: initial;
  }
}
.frame-inner.is-modal {
  overflow: hidden;
  position: static;
}
.profile {
  padding: 32px 0 18px 20px;
  background: url(../images/bg-profile.jpg) no-repeat top center;
  background-size: cover;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profile-icon {
  width: 128px;
  height: 128px;
  border-radius: 128px;
  margin: 0 0 12px -6px;
  overflow: hidden;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.profile-icon img {
  width: 112px;
  height: 112px;
  border-radius: 112px;
}
.profile-icon.highlight {
  border: 3px solid #ff0090;
  cursor: pointer;
}
.profile-name {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 16px 0;
}
.profile-text {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 13px;
  line-height: 125%;
  padding: 0 20px 0 0;
}
.highlights {
  padding: 0 22px;
  margin: 24px 0 0 -22px;
  display: flex;
  gap: 13px;
  overflow: auto hidden;
  scrollbar-width: none;
}
.highlights li button {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  overflow: hidden;
  border: 1px solid #000;
}
.highlights li p {
  margin: 8px 0 0 0;
  font-weight: 700;
  font-size: 11px;
  line-height: 125%;
  text-align: center;
}
.highlights__title {
  text-overflow: ellipsis;
  width: 72px;
  overflow: hidden;
  white-space: nowrap;
}
.post-grid-wrapper {
  flex: 1;
}
.post-grids {
  border-bottom: 1px solid #000;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #000;
}
.post-grid > .post-grid-item:not(.post-grid-item:nth-child(3)) {
  border-right: 1px solid #000;
}
.post-grid-item {
  background: #eee;
  aspect-ratio: 4 / 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  cursor: pointer;
}
.post-grid-blank {
  cursor: default;
}
.post-grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}
.post-no-image {
  color: #ccc;
  font-size: 12px;
}
.post-grid-empty {
  text-align: center;
  color: #999;
  padding: 40px 0 200px 0;
  font-size: 14px;
  flex: 1;
}
.navigation-wrapper {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 22px;
  max-width: 480px;
  width: 100%;
  margin: -66px 0 0 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .navigation-wrapper {
    position: fixed;
    margin: auto;
  }
}
.navigation {
  background: #b1e35b;
  width: 176px;
  height: 64px;
  min-height: 64px;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 16px 0 auto;
  pointer-events: all;
  box-shadow: 0px 0px 12px 0px #00000026;
}
.navigation._disabled-map {
  width: 64px;
}
.navigation a {
  width: 48px;
  height: 48px;
}
.story-modal-overlay.is-hidden {
  display: none;
}
.story-modal-name {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #fff;
  position: absolute;
  top: 38px;
  left: 28px;
}
/* スマホフレーム風 */
.story-frame {
  max-width: 388px;
  max-height: 728px;
  height: 100%;
  margin: 0 auto;
  border-radius: 40px;
  overflow: auto;
  position: relative;
  background: #fff;
  scrollbar-width: none;
}
.story-frame::-webkit-scrollbar {
  display: none;
}
/* オーバーレイ */
.story-modal-overlay {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 40px;
  overflow: hidden;
  top: 8px;
  left: 8px;
  position: absolute;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  animation: fade-in-up 0.2s ease forwards;
}
@media screen and (max-width: 767px) {
  .story-modal-overlay {
    width: 100%;
    height: 100%;
    max-width: 480px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    position: fixed;
  }
}
/* モーダル画面 */
.story-modal {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  position: relative;
  touch-action: manipulation;
  user-select: none;
  background: linear-gradient(0deg, #ffffff1c 80%, #00000080);
}
@supports (-webkit-touch-callout: none) {
  .story-modal * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
}
.story-modal__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.story-modal__bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  transform: translateZ(0);
}
.story-modal__bg__img.is-active {
  opacity: 1;
}
/* プログレスバー */
.story-modal__progress {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  gap: 4px;
  z-index: 20;
}
.story-modal__progress-bar {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.story-modal__progress-fill {
  width: 0;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  transition: width 0.05s linear;
}
/* 閉じるボタン */
.story-modal__close-button {
  position: absolute;
  top: 36px;
  right: 20px;
  z-index: 20;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
/* 左右のタップ領域 */
.story-modal__tap-areas {
  position: absolute;
  inset: 0;
  display: flex;
  z-index: 10;
}
.story-modal__tap-area {
  flex: 1;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
/* モーダル本体 */
.story-modal__body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 84px 16px;
}
/* 画面部分 */
.story-modal__screen {
  padding: 0 0 20px 0;
  max-height: calc(100% - 84px);
  text-align: center;
}
.story-modal__screen-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 20px;
}
.story-modal__number {
  font-size: 120px;
  color: #fff;
}
/* CTAボタン */
.story-modal__cta-button {
  width: 146px;
  height: 36px;
  min-height: 36px;
  border-radius: 12px;
  background: #fff;
  color: #0fb812;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  gap: 8px;
  position: relative;
  z-index: 1000;
}
.story-modal__cta-button.is-hidden {
  display: none;
}
.story-modal__bubble {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* 小さい丸アイコン */
.story-modal__bubble-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* 吹き出し本体 */
.story-modal__bubble-text {
  width: 100%;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  position: relative;
}
.story-modal__bubble-text::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 2px;
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20width%3D%2215%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m5.68952.706773c.79886-.943411%202.25374-.943412%203.0526%200l5.21198%206.155077c1.1006%201.2997.1768%203.29245-1.5263%203.29245h-10.42398c-1.703067%200-2.62686-1.99275-1.526304-3.29244z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.story-modal__bubble.is-hidden {
  display: none;
}
.frame-inner.message {
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg-message.jpg);
}
@media screen and (max-width: 767px) {
  .frame-inner.message {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
  }
}
.frame-message {
  background-size: cover;
  background-position: center;
  background-image: url(../images/bg-message.jpg);
}
.message-page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .message-page {
    width: 100%;
  }
}
/* ヘッダー（map と統一） */
.message-header {
  height: 60px;
  min-height: 60px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.message-header__title {
  font-size: 20px;
  font-weight: 700;
}
.message-header__back-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  cursor: pointer;
  background: none;
  border: none;
}
/* メイン領域 */
.message-main {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
/* 下部のエリア（挨拶・会話・リスト・ボタン） */
.message-main__bottom {
  position: relative;
  padding: 24px 16px 32px;
  z-index: 1;
}
/* 挨拶（アイコン＋白ふきだし） */
.message-intro {
  display: none;
  opacity: 0;
  align-items: flex-end;
  gap: 8px;
  animation: fade-in 0.2s ease forwards;
}
.message-intro.is-active {
  display: flex;
}
@keyframes messageIntroFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message-intro__icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #00b44b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.message-intro__bubble {
  max-width: calc(100% - 60px);
  background: #ffffff;
  border-radius: 30px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.message-intro__bubble::before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 2px;
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20width%3D%2215%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m5.68952.706773c.79886-.943411%202.25374-.943412%203.0526%200l5.21198%206.155077c1.1006%201.2997.1768%203.29245-1.5263%203.29245h-10.42398c-1.703067%200-2.62686-1.99275-1.526304-3.29244z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
/* ▼ 会話部分（質問＋回答をここに描画） */
.message-conversation {
  margin-top: 12px;
}
.message-conversation:empty {
  margin: 0;
}
/* 黒い質問ふきだし */
.message-user-bubble-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}
.message-user-bubble {
  background: #000;
  color: #fff;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.message-user-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 2px;
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20width%3D%2215%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m5.68952.706773c.79886-.943411%202.25374-.943412%203.0526%200l5.21198%206.155077c1.1006%201.2997.1768%203.29245-1.5263%203.29245h-10.42398c-1.703067%200-2.62686-1.99275-1.526304-3.29244z%22%20fill%3D%22%23000%22/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
/* 回答ふきだし（もんモン） */
.message-reply {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: 16px;
}
.message-reply__bubble {
  max-width: calc(100% - 60px);
  background: #ffffff;
  border-radius: 24px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.message-reply__bubble::before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 2px;
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20width%3D%2215%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m5.68952.706773c.79886-.943411%202.25374-.943412%203.0526%200l5.21198%206.155077c1.1006%201.2997.1768%203.29245-1.5263%203.29245h-10.42398c-1.703067%200-2.62686-1.99275-1.526304-3.29244z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.message-reply__bubble p {
  margin: 0;
  white-space: pre-wrap;
}
.message-reply__bubble a {
  text-decoration: underline;
}
/* ▼ 質問リスト */
.message-question-list {
  flex-direction: column;
  gap: 8px;
  margin: 16px 0 0 0;
  opacity: 0;
  display: none;
}
.message-question-list.is-active {
  display: flex;
  animation: slideUpFadeIn 0.2s ease forwards;
}
@keyframes slideUpFadeIn {
  0% {
    margin: 16px 0 -60px 0;
    opacity: 0;
  }
  100% {
    margin: 16px 0 0 0;
    opacity: 1;
  }
}
.message-question {
  width: 100%;
  min-height: 36px;
  border-radius: 12px;
  border: none;
  padding: 0 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  background: #e0ffe1cc;
}
.message-question:active {
  opacity: 0.8;
}
.message-more-button {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 1px solid #0fb812;
  background: #fff;
  color: #0fb812;
  font-size: 18px;
  font-weight: 700;
  display: none;
  margin-top: 16px;
}
.message-more-button.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade-in 0.2s ease forwards;
}
.map-page {
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .map-page {
    width: 100%;
    height: 100%;
    max-width: 480px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.map-header {
  height: 60px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.map-header__back-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  cursor: pointer;
}
.map-header__title {
  font-size: 20px;
  font-weight: 700;
}
.map-canvas {
  flex: 1;
  width: 100%;
  background: #eee;
}
.post-view {
  display: flex;
  flex-direction: column;
}
.post-view .post-block {
  animation: fade-in 0.2s ease-in forwards;
}
.post-view__header {
  position: sticky;
  top: 0;
  left: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 100;
}
.post-view__header-back {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.post-view__header-title {
  font-size: 20px;
  font-weight: 700;
}
/* 本体 */
.post-view__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* 画像部分 */
.post-view__image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-view__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-view__no-image {
  font-size: 18px;
  font-weight: bold;
}
/* 下の白カード全体 */
.post-view__info {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 16px 16px 24px 16px;
}
/* カード上段 */
.post-view__info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
/* 左側：アイコン＋テキスト */
.post-view__info-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post-view__user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #0fb812;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-view__info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.post-view__date {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
}
.post-view__place {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
/* 右側：LIKEボタン */
.post-view__like-button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 本文 */
.post-view__caption {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.post-view__caption a {
  word-break: break-all;
  text-decoration: underline;
}
.iframe {
  position: sticky;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 40px;
  margin: auto;
  z-index: 10;
  animation: fade-in-up 0.2s ease;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .iframe {
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 0;
  }
}
/* フェードイン */
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.postIframe {
  position: sticky;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 40px;
  z-index: 10;
  background: #fff;
  pointer-events: all;
  overflow: auto;
  scrollbar-width: none;
  will-change: opacity, transform;
}
@media screen and (max-width: 767px) {
  .postIframe {
    position: fixed;
    max-width: 480px;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.postIframe.hide {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  display: none;
  transform: translateX(60px);
}
.postIframe.is-opening {
  display: block;
  animation: postIn 0.2s ease forwards;
}
.postIframe.is-closing {
  pointer-events: none;
  animation: postOut 0.2s ease forwards;
}
@keyframes postIn {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes postOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(60px);
  }
}
.iframe.hide {
  display: none;
}
.fade-target {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.fade-target.show {
  opacity: 1;
}
.links {
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.links li {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.8;
}
.links li a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #127b14;
}
