@font-face {
  font-family: "Reggae One";
  src: url("../fonts/ReggaeOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RocknRoll";
  src: url("../fonts/RocknRollOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaru";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
img,
header,
footer,
section,
article,
nav,
dl,
dt,
dd,
form,
input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: bottom;
  border: none;
}
input,
textarea,
select {
  font: inherit;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.btn {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #E53935;
  color: #fff;
  border: none;
  cursor: pointer;
}
.btn-gray {
  background: #9e9e9e;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app-header {
  flex-shrink: 0;
}
section.opening_anime {
  position: fixed;
  top: 0;
  left: 0;
  inset: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  pointer-events: none;
  z-index: 100;
  opacity: 1;
  animation: endless_wrapper_finish 1s 0.5s forwards;
}
section.opening_anime .anime_logo {
  position: relative;
  width: clamp(150px, 46vw, 180px);
  aspect-ratio: 1 / 1;
  transform-origin: center center;
  animation: jellyPop 2s forwards, eazy_splash_finish 1s 0.5s forwards;
}
section.opening_anime .anime_logo img.sp_test {
  width: 100%;
}
section.opening_anime .anime_logo .chara_wrapper {
  position: absolute;
  top: 6%;
  left: 19%;
  width: 62%;
  height: auto;
  z-index: 10;
}
section.opening_anime .anime_logo .chara_wrapper img.head {
  width: 100%;
}
section.opening_anime .anime_logo .chara_wrapper img.hand {
  position: absolute;
  top: 43%;
  left: 0%;
  width: 37%;
}
section.opening_anime .anime_logo .chara_wrapper img.kirakira {
  position: absolute;
  top: 46%;
  left: 67%;
  width: 24%;
  animation: end_4_sc 1s ease-in-out infinite;
}
section.opening_anime .anime_logo .chara_wrapper img.bar {
  position: absolute;
  top: -18%;
  left: 64%;
  width: 24%;
}
section.opening_anime .anime_logo img.font_5 {
  position: absolute;
  top: 64.5%;
  left: 31.5%;
  width: 35.5%;
  height: auto;
  z-index: 10;
}
/* PCレイアウト */
.main-wrapper {
  display: flex;
  height: 100vh;
  overflow: hidden;
  max-height: 1040px;
  margin: 0 auto;
}
.main_contents {
  height: 100vh;
  max-height: 850px;
  min-height: 650px;
  width: 500px;
  flex-shrink: 0;
  padding: 0 40px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_contents h1.top_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 10px 0 5px;
}
.main_contents h1.top_title img {
  height: 40px;
}
.main_contents .terms.is-dragging {
  cursor: grabbing;
}
.main_contents .support-section {
  flex: 1;
  /* ← 残り全部の高さを使う */
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.main_contents .help-section {
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 16px;
  margin: 0 0 12px;
  /* 各項目 */
  /* 項目タイトル */
  /* 項目本文 */
  /* 最後の項目の余白調整 */
}
.main_contents .help-section .help_caption {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.205);
  margin-bottom: 20px;
}
.main_contents .help-section .help_caption .setting-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  opacity: 0.9;
  position: relative;
}
.main_contents .help-section .help_caption .setting-texts {
  flex: 1;
  margin-left: 12px;
}
.main_contents .help-section .help_caption .setting-texts .setting-title {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  margin: 0;
}
.main_contents .help-section .help_caption .setting-texts .setting-title span.time {
  float: right;
  font-weight: normal;
  font-size: 13px;
  color: #777;
}
.main_contents .help-section .help_caption .setting-texts .setting-title span.now {
  font-size: 1.2em;
  padding-right: 2px;
}
.main_contents .help-section .help-item {
  margin-bottom: 20px;
}
.main_contents .help-section .help-item-title {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}
.main_contents .help-section .help-item-text {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
}
.main_contents .help-section .help-item:last-child {
  margin-bottom: 0;
}
.main_contents .terms {
  flex: 1;
  /* ← 残り全部の高さを使う */
  background: #f3f3f3;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  width: 100% ;
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
}
.main_contents .terms p {
  padding: 0 15px;
}
.main_contents .terms p span {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  padding: 20px 0 5px;
  border-bottom: 1px solid #0000001c;
  margin-bottom: 10px;
}
.main_contents .terms p a {
  color: #379cfa;
}
.main_contents .terms h2.submenu {
  padding: 30px 0 5px;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #0000001c;
  margin-bottom: 10px;
}
.main_contents .terms table {
  margin: 15px 5%;
  width: 90%;
  border-collapse: collapse;
  font-size: 12px;
}
.main_contents .terms thead tr {
  background: #eef2ff;
}
.main_contents .terms th,
.main_contents .terms td {
  padding: 10px 12px;
  vertical-align: top;
}
.main_contents .terms th {
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #d5ddf5;
}
.main_contents .terms td {
  color: #444;
  border-top: 1px solid #edf0f7;
}
.main_contents .terms tbody tr:nth-child(even) {
  background: #fafbff;
}
.main_contents .terms .col-dest {
  width: 22%;
}
.main_contents .terms .col-info {
  width: 40%;
}
.main_contents .terms .col-purpose {
  width: 38%;
}
.main_contents .terms.spport {
  padding: 0;
  background: transparent;
  border: none;
}
.main_contents div.character {
  flex: 1;
  /* ← 残り全部の高さを使う */
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: jellyPop2 2.5s infinite;
}
.main_contents div.character img {
  padding-top: 100px;
}
.main_contents .footer {
  text-align: center;
  height: auto;
  width: 100%;
}
.main_contents .series {
  width: 84%;
  margin: 15px 8% 5px;
}
.main_contents .series li {
  background-color: #f4f3eb;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.main_contents .series li img {
  height: 40px;
}
.main_contents .top_caption {
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 5%;
}
.main_contents .top_caption img.bg {
  width: 100%;
}
.main_contents .top_caption img.anime_font {
  width: 19%;
  position: absolute;
  top: 5%;
  left: 57%;
  animation: purun-stretch 2.4s ease-in-out infinite;
}
.main_contents .store_link {
  width: 90%;
  padding: 5px 5% 20px;
}
.main_contents .store_link p {
  display: inline-block;
  height: 47px;
  margin: 0 5px;
}
.main_contents .store_link p img {
  height: 100%;
}
.main_contents .footer_menu {
  width: 100%;
}
.main_contents .footer_menu p {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 13px;
}
.main_contents p.copyright {
  padding: 20px;
  font-size: 12px;
}
/* TOPページは説明文の量に合わせて縦に伸ばし、ページ全体をスクロールさせる */
.main-wrapper.top-page {
  height: auto;
  min-height: 100vh;
  max-height: none;
  overflow: visible;
}
.top-page .main_contents {
  height: auto;
  min-height: 100vh;
  max-height: none;
  justify-content: flex-start;
}
.top-page .main_contents div.character {
  flex: none;
  min-height: 280px;
}
.top-page .main_contents div.character img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
}
.top-page .main_contents .footer {
  flex: none;
}
.top-page .main_contents .series > li {
  padding: 16px;
}
.top-page .license-app-description {
  --description-accent: #e95f67;
  --description-accent-light: #fff0f1;
  --description-ink: #34323a;
  margin-top: 18px;
  text-align: left;
  color: var(--description-ink);
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.top-page .license-app-description .description-eyebrow,
.top-page .license-app-description .section-label {
  margin-bottom: 6px;
  color: var(--description-accent);
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.top-page .license-app-description h1 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.top-page .license-app-description h1 span {
  display: block;
  margin-top: 5px;
  color: #716e78;
  font-size: 13px;
  font-weight: 600;
}
.top-page .license-app-description .description-lead {
  color: #66636c;
  font-size: 14px;
}
.top-page .license-app-description .description-lead strong {
  color: var(--description-ink);
  background: linear-gradient(transparent 68%, #ffe3a8 68%);
}
.top-page .license-app-description .description-visual {
  position: relative;
  display: grid;
  place-items: center;
  margin: 24px 0 30px;
  overflow: hidden;
  border-radius: 16px;
}
.top-page .license-app-description .description-visual img.bg {
  width: 100%;
  height: auto;
}
.top-page .license-app-description .description-visual img.img_2 {
  position: absolute;
  width: 30%;
  height: auto;
  top: 41%;
  left: 2%;
}
.top-page .license-app-description .description-visual img.img_3 {
  position: absolute;
  width: 28%;
  height: auto;
  top: 12%;
  left: 68%;
}
.top-page .license-app-description .description-visual img.img_4 {
  position: absolute;
  width: 36%;
  height: auto;
  top: 13%;
  left: 32%;
  transform-origin: 50% 90%;
  animation: cheer 0.7s infinite ease-in-out;
  z-index: 3;
}
.top-page .license-app-description .description-visual img.img_5 {
  position: absolute;
  width: 36%;
  height: auto;
  top: 13%;
  left: 32%;
  animation: heartbeat 1.5s ease-in-out infinite;
  z-index: 3;
}
.top-page .license-app-description .description-visual img.img_6 {
  position: absolute;
  width: 39%;
  height: auto;
  top: 12%;
  left: 2%;
  animation: balloon-pop 4.5s ease-in-out infinite;
}
.top-page .license-app-description .description-visual img.img_7 {
  position: absolute;
  width: 32%;
  height: auto;
  top: 74%;
  left: 65%;
  animation: balloon-pop 4.65s ease-in-out 0.5s infinite;
}
.top-page .license-app-description .description-section {
  margin-top: 26px;
}
.top-page .license-app-description h2 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.top-page .license-app-description ul {
  padding: 0;
  list-style: none;
}
.top-page .license-app-description li {
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  border-radius: 0;
}
.top-page .license-app-description .feature-list {
  display: grid;
  gap: 9px;
  counter-reset: feature;
}
.top-page .license-app-description .feature-list li {
  position: relative;
  padding: 13px 13px 13px 48px;
  border: 1px solid rgba(52, 50, 58, 0.07);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(62, 45, 52, 0.055);
  counter-increment: feature;
}
.top-page .license-app-description .feature-list li::before {
  position: absolute;
  top: 14px;
  left: 13px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  background: var(--description-accent-light);
  color: var(--description-accent);
  content: counter(feature, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
}
.top-page .license-app-description .feature-list strong,
.top-page .license-app-description .feature-list span {
  display: block;
}
.top-page .license-app-description .feature-list strong {
  margin-bottom: 2px;
  font-size: 14px;
}
.top-page .license-app-description .feature-list span {
  color: #77737c;
  font-size: 12px;
  line-height: 1.65;
}
.top-page .license-app-description .recommendation-section {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff4f1, #fff8fa);
}
.top-page .license-app-description .recommendation-section > p:last-child {
  color: #6e6870;
  font-size: 12px;
}
.top-page .license-app-description .recommendation-list {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}
.top-page .license-app-description .recommendation-list li {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-weight: 600;
}
.top-page .license-app-description .recommendation-list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--description-accent);
  color: #fff;
  content: "✓";
  font-size: 10px;
  line-height: 1;
}
.top-page .license-app-description .developer-information {
  position: relative;
  margin-top: 22px;
  padding: 16px 17px;
  overflow: hidden;
  border-radius: 18px;
  background-color: #ffffff;
}
.top-page .license-app-description .developer-information-label {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  color: var(--description-accent);
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.top-page .license-app-description .developer-information-description {
  margin-bottom: 11px;
  color: #6e6870;
  font-size: 10px;
  line-height: 1.7;
}
.top-page .license-app-description .developer-information dl {
  display: grid;
  gap: 5px;
}
.top-page .license-app-description .developer-information dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 8px;
  font-size: 10px;
  line-height: 1.6;
}
.top-page .license-app-description .developer-information dt {
  color: #918b93;
}
.top-page .license-app-description .developer-information dd {
  min-width: 0;
  color: #514d54;
  font-weight: 600;
}
.top-page .license-app-description .developer-information a {
  color: #b84e58;
  text-decoration: underline;
  text-decoration-color: rgba(184, 78, 88, 0.3);
  text-underline-offset: 2px;
  overflow-wrap: anywhere;
}
.top-page .license-app-description .developer-information a:hover {
  text-decoration-color: currentColor;
}
.top-page .license-app-description .description-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
.top-page .license-app-description .description-keywords span {
  padding: 4px 9px;
  border: 1px solid #e9e5e7;
  border-radius: 999px;
  color: #858087;
  background: #fff;
  font-size: 10px;
}
/* セクション見出し */
.help-heading2 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
/* セクション見出し */
.help-heading3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .main-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .top-page .main_contents div.character {
    min-height: 220px;
  }
  .top-page .main_contents div.character img {
    padding-top: 40px;
    max-height: 280px;
  }
  .top-page .main_contents .series {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .main_contents {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    max-height: 100%;
    min-height: auto;
  }
  .main_contents h1.top_title,
  .main_contents .support-section,
  .main_contents .help-section,
  .main_contents div.terms {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .main_contents h1.top_title img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
  }
  .main_contents div.terms .col-dest {
    width: 90%;
    border-top: none;
  }
  .main_contents div.terms .col-info {
    width: 90%;
  }
  .main_contents div.terms .col-purpose {
    width: 90%;
  }
  .main_contents .store_link {
    width: 100%;
    padding: 5px 0 20px;
  }
  .main_contents .store_link p {
    display: inline-block;
    height: 47px;
    margin: 0 5px;
  }
  .main_contents .store_link p img {
    height: 100%;
  }
  .main_contents table,
  .main_contents thead,
  .main_contents tbody,
  .main_contents th,
  .main_contents td,
  .main_contents tr {
    display: block;
  }
  .main_contents thead {
    display: none;
  }
  .main_contents tbody tr {
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e3e7f5;
    background: #fff;
    padding: 8px 10px;
  }
  .main_contents td {
    border: none;
    padding: 4px 0;
  }
  .main_contents td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    margin-bottom: 2px;
  }
}
