@charset "UTF-8";
/* reset css
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, nav, footer, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  line-height: 1;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0%;
}

/* common setting
------------------------------------------------------------------*/
.webkit body {
  font-size: 85%;
}

.opera body {
  font-size: 85%;
}

.win body {
  font-size: 85%;
}

.mac.safari body {
  font-size: 75%;
}

.gecko body {
  font-size: 85%;
}

/* margin class */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* padding class */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 10px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  color: #1e9eaf;
  cursor: pointer;
}

a.newopen[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.3em;
  vertical-align: sub;
  background: url("../images/icon_newopen.svg") no-repeat center/contain;
}

img {
  max-width: 100%;
  padding: 0px;
  margin: 0;
  border: none;
  line-height: 0%;
  vertical-align: none !important;
}

body {
  height: 100%;
  width: 100%;
  line-height: 160%;
  color: #333333;
  background: #fff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  color: #333333;
  overflow-y: scroll;
  overflow-x: hidden;
}

.pcOnly {
  display: block;
}
@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media (max-width: 768px) {
  .spOnly {
    display: block !important;
  }
}

@media (max-width: 600px) {
  br:not(.sp) {
    display: none;
  }
}

.ls {
  letter-spacing: -0.05em;
}

p.small {
  font-size: 80%;
}

a {
  cursor: pointer;
}

.smoothScroll {
  scroll-margin-top: 70px;
}

.bg-grid {
  background: url(../images/grid.png) center center/24px 24px repeat rgb(150, 215, 90);
}

.wrapper {
  position: absolute;
  width: 100%;
  height: 100svh;
  top: 0;
  left: 0;
  padding: 20px;
  background: #96D75A;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrapper {
    padding: 10px;
  }
}

.wrapperInner {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 32px;
  overflow-x: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .wrapperInner {
    border-radius: 20px;
  }
}
.wrapperInner::-webkit-scrollbar {
  display: none;
}

/*-- header ------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  header {
    height: 96px;
    padding: 0 20px;
  }
}
header h1 {
  border-radius: 13px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 768px) {
  header h1 {
    width: 52px;
    height: 52px;
  }
}
header > ul {
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0 16px;
  background: #fff;
}
@media (max-width: 768px) {
  header > ul {
    background: initial;
    border-radius: initial;
  }
}
header > ul li {
  font-weight: bold;
  font-size: 16px;
  margin: 0 8px;
  padding: 16px 8px;
}
@media (max-width: 768px) {
  header > ul li:not(.title):not(.lang):not(.banner):not(.links) {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 768px) {
  header > ul li > a {
    display: block;
  }
}
header > ul li.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
@media (max-width: 768px) {
  header > ul li.lang {
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    width: 100px;
    padding: 0;
  }
}
header > ul li.lang a {
  display: block;
  padding: 0 8px;
  color: #AFE39A;
}
@media (max-width: 768px) {
  header > ul li.lang a {
    color: #FFFFFF;
    padding: 2px 15px;
  }
}
header > ul li.lang a:first-child {
  border-right: 1px solid rgba(95, 199, 54, 0.5);
}
@media (max-width: 768px) {
  header > ul li.lang a:first-child {
    border-right: none;
  }
}
header > ul li.lang a.on {
  color: #7BC736;
  pointer-events: none;
}
@media (max-width: 768px) {
  header > ul li.lang a.on {
    background-color: #FFFFFF;
    border-radius: 30px 0 0 30px;
  }
}
header > ul li.lang a:not(.on) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  header > ul li.lang a:not(.on):hover {
    color: #7BC736;
  }
}
@media (max-width: 768px) {
  header > ul li.title {
    position: absolute;
    left: 0;
    top: 24px;
  }
}
header > ul li.links ul {
  margin: 0;
  padding: 0;
}
header > ul li.links ul li {
  border-bottom: none !important;
  font-size: 14px;
  padding: 16px 0;
  margin: 0;
}
header > ul li.links ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  padding-right: 4px;
  background: url(../images/icon_arrow_white.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  header > ul li.links ul li a {
    display: inline-block;
  }
}
header > ul li.banner {
  padding-top: 26px;
}
header a {
  color: #7BC736;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  header a {
    color: #FFFFFF;
  }
}
header li:not(.lang, .title) a:not(.current, .newopen)::after {
  content: "";
  background-color: currentColor;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  header li:not(.lang, .title) a:not(.current, .newopen):hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (max-width: 768px) {
  header li:not(.lang, .title):has(.current) {
    background-color: #7BC736;
  }
}
header li:not(.lang, .title):has(.current) a {
  pointer-events: none;
}
header li:not(.lang, .title):has(.current) a::after {
  content: "";
  background-color: currentColor;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (max-width: 768px) {
  header li:not(.lang, .title):has(.current) a::after {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked + .hamburger {
  background-color: #96D75A;
}
.nav-toggle:checked + .hamburger + .nav-list {
  opacity: 1;
  pointer-events: auto;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  padding-top: 110px;
}
.nav-toggle:checked + .hamburger span {
  height: 3px;
  background: white;
}
.nav-toggle:checked + .hamburger span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.nav-toggle:checked + .hamburger span:nth-child(2) {
  opacity: 0;
}
.nav-toggle:checked + .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
  width: 32px;
  margin-right: 0;
}

.hamburger {
  display: none;
}
@media (max-width: 768px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 52px;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
    border: 1px solid #F2F2F2;
    background-color: #FFFFFF;
    border-radius: 12px;
  }
}
.hamburger span {
  display: block;
  width: 32px;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: #96D75A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger span:nth-child(3) {
  width: 18px;
  margin-right: 12px;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .nav-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    background: #96D75A;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px 20px 20px;
    gap: 0;
    overflow-y: auto;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

/* モーダルスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/grid2.png) center center/28px 28px repeat rgba(123, 199, 54, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content {
  max-width: 600px;
  width: calc(100% - 50px);
  background-color: white;
  border-radius: 12px;
  text-align: center;
  position: relative;
  padding: 40px 0;
  -webkit-box-shadow: 0px 0px 20px 0px #7BC736;
          box-shadow: 0px 0px 20px 0px #7BC736;
}
.modal-content h2 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .modal-content h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.modal-content h2 span {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .modal-content h2 span {
    margin-bottom: 12px;
  }
}
.modal-content ul {
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .modal-content ul {
    max-width: 315px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-content ul li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.modal-content ul li:nth-of-type(n + 2) {
  margin-top: 4px;
}

.close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .close {
    width: 27px;
    height: 27px;
    right: 8px;
    top: 8px;
  }
}

@media (hover: hover) {
  .close:hover {
    opacity: 0.6;
  }
}

.download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .download-buttons {
    gap: 8px;
  }
}

.download-btn img {
  max-width: initial;
  height: 80px;
}
@media (max-width: 768px) {
  .download-btn img {
    height: 50px;
  }
}

/*-- footer ------------*/
footer {
  width: 100%;
  padding: 24px 80px 40px;
  background-color: #7BC736;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  footer {
    font-size: 10px;
    padding: 48px 2vw 20px;
  }
}
footer a {
  color: #FFFFFF;
}
footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  footer > div {
    display: block;
  }
}
footer > div p {
  margin-right: 24px;
  width: 88px;
}
@media (max-width: 768px) {
  footer > div p {
    width: 55px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
  }
}
footer > div p svg {
  aspect-ratio: 88/40;
}
footer > div p small {
  display: block;
  padding-top: 4px;
  line-height: 1;
}
@media (max-width: 768px) {
  footer > div p small {
    padding-top: 6px;
    font-size: 8px;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 24px;
}
@media (max-width: 768px) {
  footer ul {
    gap: 24px 3vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  padding-right: 4px;
  background: url(../images/icon_arrow_white.svg) no-repeat;
  background-size: contain;
}

/*-- Footer Contents Section ------------*/
.footer-contents {
  background: #96D75A;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer-contents {
    padding: 40px 0;
  }
}
.footer-contents__container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer-contents__container {
    padding: 0 15px;
  }
}

.footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer-banner {
    gap: 12px;
    margin-bottom: 34px;
  }
}
.footer-banner__item {
  width: calc((100% - 20px) / 2);
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer-banner__item {
    border-radius: 4px;
    width: calc((100% - 12px) / 2);
  }
}
.footer-banner__item a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.footer-banner__item a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.banner-placeholder {
  background: #f0f0f0;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
@media (max-width: 768px) {
  .banner-placeholder {
    height: 64px;
    font-size: 14px;
  }
}

.app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .app-download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.app-download__phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 235px;
}
@media (max-width: 768px) {
  .app-download__phone {
    display: none;
  }
}
.app-download__phone img {
  width: 100%;
  height: auto;
}
.app-download__content {
  max-width: 594px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  text-align: center;
}
.app-download__title {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .app-download__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .app-download__title h2 {
    font-size: 32px;
  }
}
.app-download__release {
  border-bottom: 2px solid;
  border-top: 2px solid;
  padding: 16px 0 12px;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .app-download__release {
    border-width: 1px;
    padding: 12px 0 4px;
    margin-bottom: 24px;
  }
}
.app-download__release h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .app-download__release h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
  }
}
.app-download__release p {
  font-size: 12px;
}
@media (max-width: 768px) {
  .app-download__release p {
    font-size: 8px;
  }
}
.app-download__reservation {
  margin-bottom: 0;
  -webkit-animation: scaleAnimation 2s infinite;
          animation: scaleAnimation 2s infinite;
}
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 100%の時点で元のサイズに戻る */
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* 100%の時点で元のサイズに戻る */
  }
}
.app-download__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.app-download__badges a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.app-download__badges a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.store-badge {
  display: block;
}
.store-badge img {
  height: 72px;
  width: auto;
}
@media (max-width: 768px) {
  .store-badge img {
    height: 50px;
  }
}

.credits-section {
  background: #7BC736;
  padding: 20px 24px 40px;
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .credits-section {
    padding: 20px 24px;
    border-radius: 8px;
  }
}
.credits-section__logo {
  margin-bottom: 8px;
}
.credits-section__logo img {
  height: 64px;
  width: auto;
}

.credits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  color: white;
}
@media (max-width: 768px) {
  .credits-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.credits-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .credits-item h4 {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.credits-item h4 span {
  background-color: #7BC736;
  padding: 0 0.5em;
  position: relative;
}
.credits-item h4::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid;
  top: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .credits-item h4::before {
    border-width: 1px;
    opacity: 0.5;
  }
}
.credits-item p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .credits-item p {
    font-size: 12px;
    line-height: 1.5;
  }
}

/*-- opening ------------*/
header {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
header.on {
  opacity: 1;
}

.opening {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  text-align: center;
  line-height: 1.2;
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
body.noScroll .wrapperInner {
  overflow: hidden;
  height: calc(100svh - 40px);
}
@media (max-width: 768px) {
  body.noScroll .wrapperInner {
    height: calc(100svh - 20px);
  }
}
body.on {
  opacity: 1;
}

.opening .videoBox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100svh;
  z-index: 2;
}
.opening #video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.opening .whiteBg {
  position: absolute;
  width: 100%;
  height: 100svh;
  background: #FFFFFF;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.fv {
  position: absolute;
  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;
}
.fv h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fv h1 img {
  display: block;
  height: 85.125vh;
}
@media (max-width: 768px) {
  .fv h1 img {
    height: 74.962svh;
  }
}
.fv .read {
  position: absolute;
  display: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .fv .read {
    top: 11svh;
  }
}
.fv .read.on h3 {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .fv .read:not(.on) h2 img {
    margin: 0 auto;
  }
}
.fv h2 {
  position: absolute;
  width: 46.875vw;
  margin: 0 auto;
  top: -19.8svh;
  left: 0;
  right: 0;
  overflow: initial !important;
}
@media (orientation: portrait) {
  .fv h2 {
    top: -2.8svh;
    width: 70vw;
  }
}
@media (max-width: 768px) {
  .fv h2 {
    top: 24.8svh;
    width: 80vw;
  }
}
.fv h2 img {
  display: block;
  width: 100%;
  height: auto;
}
.fv h3 {
  width: 40vw;
  opacity: 0;
  position: absolute;
  top: -20svh;
  left: 60px;
  line-height: 1;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .fv h3 {
    top: -24svh;
    width: 30vw;
    left: calc((100vw - 1200px) / 2 + 60px);
  }
}
@media (orientation: portrait) {
  .fv h3 {
    width: 60vw;
    margin: 0 auto 12px;
    top: -23svh;
    left: 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  .fv h3 {
    width: 75.7vw;
    margin: 0 auto 12px;
    top: 0;
    left: 0;
    position: relative;
  }
}
@media (max-width: 375px) and (max-height: 550px) {
  .fv h3 {
    top: 2svh;
  }
}
.fv h3 img {
  width: 100%;
}

.main {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.main .mainImage {
  max-width: 840px;
  width: 55%;
  min-width: 480px;
  max-height: 90svh;
  position: absolute;
  bottom: -12svh;
  right: min(-3vw, -70px);
  text-align: center;
  z-index: 0;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .main .mainImage {
    width: 42%;
    right: max(5vw, -70px);
  }
}
@media (orientation: portrait) {
  .main .mainImage {
    width: 72%;
  }
}
@media (max-width: 768px) {
  .main .mainImage {
    min-width: initial;
    width: 50svh;
    left: 50%;
    bottom: 3svh;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 375px) and (max-height: 550px) {
  .main .mainImage {
    bottom: -1svh;
  }
}
.main .mainImage img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.main .mainImage .slider {
  position: absolute;
  width: 54%;
  top: 12%;
  left: 23.2%;
  z-index: 2;
}
.main .mainImage .slider .inner {
  margin: 0 -0.05%;
}
.main .mainImage .sliderBg {
  position: absolute;
  width: 54%;
  top: 2.9%;
  left: 23.2%;
  z-index: 1;
}
.main .storeBadges {
  position: absolute;
  bottom: 24px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .main .storeBadges {
    left: calc((100vw - 1200px) / 2 + 60px);
  }
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) and (max-height: 540px) {
  .main .storeBadges {
    bottom: 0;
  }
}
@media (orientation: portrait) {
  .main .storeBadges {
    left: 4vw;
  }
}
@media (max-width: 768px) {
  .main .storeBadges {
    background-color: #96D75A;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    padding-bottom: 8px;
  }
}
.main .storeBadges.fixed {
  position: fixed;
  z-index: 3;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main .storeBadges.fixed::before {
  width: calc(100% - 20px);
}
.main .storeBadges.fadeout {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 768px) {
  .main .storeBadges::before {
    content: "";
    display: block;
    background: url(../images/bg_storeBadges.svg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 7.3vw;
    top: -7vw;
    position: absolute;
  }
}
.main .storeBadges h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .main .storeBadges h4 {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
.main .storeBadges h5 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .main .storeBadges h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.main .storeBadges h5 b {
  font-size: 24px;
}
@media (max-width: 768px) {
  .main .storeBadges h5 b {
    font-size: 18px;
  }
}
.main .storeBadges h6 {
  font-size: 11px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .main .storeBadges h6 {
    font-size: 9px;
  }
}
.main .storeBadges ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .main .storeBadges ul {
    margin-bottom: 16px;
    gap: 8px;
    line-height: 0;
  }
}
.main .storeBadges ul li {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .main .storeBadges ul li {
    margin-right: 0;
  }
}
.main .storeBadges ul li a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main .storeBadges ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.parapara {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .parapara {
    bottom: calc(147px + 2.4vw);
  }
}

.parapara img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: parapara 1s steps(1, end) infinite;
          animation: parapara 1s steps(1, end) infinite;
}

.parapara .img1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.parapara .img2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.inuneko {
  width: 80px;
  height: 118px;
  right: 624px;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .inuneko {
    right: 38vw;
  }
}
@media (max-width: 1360px) {
  .inuneko {
    right: 38vw;
  }
}
@media (max-width: 768px) {
  .inuneko {
    width: 52px;
    height: 76px;
    left: 48px;
  }
}

.eruka {
  width: 64px;
  height: 118px;
  right: 700px;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .eruka {
    right: calc(38vw + 80px);
  }
}
@media (max-width: 1360px) {
  .eruka {
    right: calc(38vw + 80px);
  }
}
@media (max-width: 768px) {
  .eruka {
    width: 41px;
    height: 76px;
    left: 10px;
  }
}

.ousama {
  width: 90px;
  height: 118px;
  right: 26px;
}
@media (min-aspect-ratio: 2/1) and (min-width: 1200px) {
  .ousama {
    right: 7vw;
  }
}
@media (max-width: 1360px) {
  .ousama {
    right: 1vw;
  }
}
@media (max-width: 768px) {
  .ousama {
    width: 58px;
    height: 76px;
    right: 0px;
  }
}

@-webkit-keyframes parapara {
  0% {
    opacity: 1;
  }
  49.999% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes parapara {
  0% {
    opacity: 1;
  }
  49.999% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* info
------------------------------------------------------------------*/
.info {
  background: #96D75A;
  padding: 20px 20px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .info {
    padding: 16px 0;
  }
}
.info div {
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info dl {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  background: url(../images/icon_info.svg) 0 center no-repeat;
  background-size: 27.21px 26px;
  padding-left: 34px;
}
@media (max-width: 768px) {
  .info dl {
    width: 90%;
    background-size: 14.65px 14px;
    padding-left: 20px;
    overflow: hidden;
  }
}
.info dt {
  font-weight: bold;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .info dt {
    font-size: 13px;
    padding-right: 8px;
  }
}
.info dd a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .info dd a {
    font-size: 13px;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 1.8em;
    display: block;
    white-space: nowrap;
  }
}
.info span {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 8px 16px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .info span {
    width: 20px;
    height: 20px;
    padding: 0;
  }
}
.info span a {
  color: #7BC736;
}
@media (max-width: 768px) {
  .info span a {
    font-size: 0;
  }
}
.info span a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon_arrow_green.svg) right center no-repeat;
  background-size: 10px 10px;
  margin-left: 6px;
}
.info__banner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 28px 0 20px;
}
@media (orientation: portrait) {
  .info__banner {
    width: 98%;
  }
}
.info__banner img {
  border-radius: 8px;
}
.info__banner img.shadow {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.contents {
  background: url(../images/grid.png) center center/28px 28px repeat #96D75A;
  padding: 80px 20px;
  display: block;
}
@media (max-width: 768px) {
  .contents {
    padding: 40px 20px 20px;
  }
}

/* Points Section
------------------------------------------------------------------*/
.app-point {
  background: #fff;
  border-radius: 16px;
  border: 4px solid #96D75A;
  width: 100%;
  max-width: 500px;
  min-width: 280px;
  min-height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 24px 24px 24px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .app-point {
    width: calc((100% - 8px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    margin: 0;
    min-height: 128px;
    min-width: initial;
    border-width: 2px;
    border-radius: 10px;
  }
}
.app-point__icon {
  position: absolute;
  left: -12px;
  top: -7px;
}
@media (max-width: 600px) {
  .app-point__icon {
    left: -4px;
    top: -4px;
  }
}
@media (max-width: 600px) {
  .app-point__icon img {
    width: 26px;
  }
}
.app-point__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .app-point__content {
    width: 100%;
    text-align: center;
    padding-top: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.app-point__text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .app-point__text {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .app-point__text .app-point__badge {
    width: 90px;
    line-height: 1;
    display: block;
  }
}
.app-point__img {
  position: absolute;
  right: 0;
  bottom: -4px;
  height: 100%;
}
@media (max-width: 600px) {
  .app-point__img {
    bottom: 0;
    height: initial;
  }
}
.app-point__img img {
  width: 100%;
  height: auto;
  max-height: 142px;
  display: block;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 600px) {
  .app-point__img img {
    max-height: initial;
    border-radius: 0 0 10px 10px;
  }
}

.app-points__yodogawa {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 60px 0 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 220%; /* 44px */
}
@media (max-width: 600px) {
  .app-points__yodogawa {
    font-size: 16px;
    line-height: 2;
    padding: 40px 26px 28px;
  }
}
.app-points__list {
  max-width: 1550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .app-points__list {
    gap: 8px;
    padding: 0 10px;
  }
}

/*-- Point Detail Section ------------*/
.point-detail {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .point-detail {
    padding: 40px 0 16px;
  }
}
.point-detail__container {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 80px;
}
@media (max-width: 1024px) {
  .point-detail__container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .point-detail__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px;
    gap: 0;
    border-radius: 8px;
    border: 3px solid;
    background-color: #F6FFED;
    position: relative;
    overflow: hidden;
  }
  .point-detail__container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
  }
}
.point-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 648px;
  border-radius: 12px;
  border: 4px solid;
  background-color: #F6FFED;
  position: relative;
  padding: 36px;
}
.point-detail__content p {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .point-detail__content {
    padding: 24px;
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .point-detail__content {
    width: initial;
    border-width: 3px;
    border: none;
  }
}
.point-detail__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  width: 24px;
  height: 32px;
  background: url(../images/bubble-arrow.svg) no-repeat;
  background-size: contain;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .point-detail__content::before {
    display: none;
  }
}
.point-detail__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .point-detail__content::after {
    display: none;
  }
}
.point-detail__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .point-detail__header {
    margin-left: -6px;
    margin-bottom: 16px;
    gap: 8px;
    white-space: normal;
  }
}
.point-detail__header .app-point__icon {
  position: relative;
  top: auto;
  left: auto;
}
.point-detail__header .app-point__icon img {
  width: 63px;
}
@media (max-width: 1024px) {
  .point-detail__header .app-point__icon img {
    min-width: 46.32px;
    width: 46.32px;
  }
}
.point-detail__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  color: #7BC736;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .point-detail__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .point-detail__title {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.point-detail__description {
  margin-bottom: 20px;
}
.point-detail__description p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 768px) {
  .point-detail__description p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .point-detail__features {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.point-detail__phone {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .point-detail__phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 10px;
  max-width: 560px;
}
@media (max-width: 768px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.feature-item {
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .feature-item__image {
    min-height: 60px;
  }
}
.feature-item__image img {
  width: 100%;
  height: auto;
}

.point-detail__phone {
  background: url(../images/frame.webp) no-repeat center center;
  background-size: contain;
  width: 312px;
  height: 644px;
}
@media (max-width: 768px) {
  .point-detail__phone {
    width: 281px;
    height: 581px;
    margin-bottom: -220px;
  }
}

.phone-mockup {
  max-width: 278px;
  max-height: 600px;
  top: 22px;
  left: 17px;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  /* 自動スクロールアニメーション */
}
@media (max-width: 768px) {
  .phone-mockup {
    max-width: 251px;
    top: 19px;
    left: 15px;
  }
}
.phone-mockup img {
  width: 100%;
  height: auto;
}
.phone-mockup .phone-frame {
  position: relative;
}
.phone-mockup .phone-screen {
  position: relative;
  width: 100%;
  height: 630px;
  overflow: auto;
  scrollbar-width: none;
}
.phone-mockup .phone-screen::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .phone-mockup .phone-screen {
    height: 400px;
  }
}
.phone-mockup .phone-content {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  -webkit-animation: autoScroll 16s ease-in-out infinite;
          animation: autoScroll 16s ease-in-out infinite;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .phone-mockup .phone-content {
    padding-top: 104px;
    padding-bottom: 50px;
  }
}
.phone-mockup .phone-content.animation-stopped {
  -webkit-animation: stopScroll 4s ease-in-out forwards;
          animation: stopScroll 4s ease-in-out forwards;
}
.phone-mockup .phone-content::-webkit-scrollbar {
  width: 4px;
}
.phone-mockup .phone-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.phone-mockup .phone-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
@media (hover: hover) {
  .phone-mockup .phone-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
.phone-mockup .phone-content img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 120%; /* 画像をスクロール可能にするため */
}
@-webkit-keyframes autoScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-67%);
            transform: translateY(-67%);
  }
  75% {
    -webkit-transform: translateY(-67%);
            transform: translateY(-67%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes autoScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-67%);
            transform: translateY(-67%);
  }
  75% {
    -webkit-transform: translateY(-67%);
            transform: translateY(-67%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes autoScroll {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    25% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-76%);
              transform: translateY(-76%);
    }
    75% {
      -webkit-transform: translateY(-76%);
              transform: translateY(-76%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes autoScroll {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    25% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-76%);
              transform: translateY(-76%);
    }
    75% {
      -webkit-transform: translateY(-76%);
              transform: translateY(-76%);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.phone-mockup::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 45.517%;
  background: url(../images/frame-header.webp) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.phone-mockup::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 107%;
  height: 0;
  padding-top: 26.785%;
  background: url(../images/ja/frame-footer.webp) no-repeat center center;
  background-size: cover;
}

/* POINT 02用のスタイル */
.point-detail--02 {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .point-detail--02 {
    padding-top: 0;
  }
}
.point-detail--02 .point-detail__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .point-detail--02 .point-detail__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .point-detail--02 .point-detail__content {
    padding-bottom: 0;
    margin-bottom: -4vw;
  }
}
.point-detail--02 .point-detail__content::before {
  left: auto;
  right: -24px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 768px) {
  .point-detail--02 .point-detail__content::before {
    display: none;
  }
}
.point-detail--02 .point-detail__title {
  color: #7BC736;
}
.point-detail--02 .point-detail__description {
  margin-bottom: 0;
}
.point-detail--02 .point-detail__phone--02 {
  max-width: 474px;
}

/* POINT 03用のスタイル */
.point-detail--03 {
  padding-top: 0;
}
.point-detail--03 .point-detail__container {
  gap: 0;
}
.point-detail--03 .point-detail__description {
  margin-bottom: 0;
}
.point-detail--03 .point-detail__phone--03 {
  max-width: 585px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -110px;
}
@media (max-width: 768px) {
  .point-detail--03 .point-detail__phone--03 {
    padding: 0 16px 24px;
    margin-right: 0;
  }
}
.point-detail--03 .point-detail__phone--03 picture {
  display: block;
  width: 100%;
  height: auto;
}
.point-detail--03 .point-detail__phone--03 img {
  width: 100%;
  height: auto;
  display: block;
}

/* POINT 04用のスタイル */
.point-detail--04 {
  max-width: 1024px;
  width: calc(100% - 20px);
  margin: 32px auto 0;
  padding: 0;
  border: 4px solid;
  border-radius: 12px;
  background-color: #F6FFED;
  position: relative;
}
@media (max-width: 768px) {
  .point-detail--04 {
    border-width: 3px;
    margin-top: 0;
  }
}
.point-detail--04::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  pointer-events: none;
}
.point-detail--04 .point-detail__premium-title {
  text-align: center;
  background-color: #7BC736;
  height: 60px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point-detail--04 .point-detail__premium-title img {
  max-width: 324px;
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__premium-title img {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__premium-title {
    padding: 8px 0;
  }
  .point-detail--04 .point-detail__premium-title::before, .point-detail--04 .point-detail__premium-title::after {
    font-size: 16px;
  }
  .point-detail--04 .point-detail__premium-title::before {
    left: 15%;
  }
  .point-detail--04 .point-detail__premium-title::after {
    right: 15%;
  }
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__header .app-point__icon {
    margin-left: 8px;
  }
}
.point-detail--04 .point-detail__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    margin: 0 auto;
  }
}
.point-detail--04 .point-detail__container::after {
  display: none;
}
.point-detail--04 .point-detail__content {
  max-width: 100%;
  border: none;
  background-color: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 14px 0;
  }
}
.point-detail--04 .point-detail__content::before, .point-detail--04 .point-detail__content::after {
  display: none;
}
.point-detail--04 .point-detail__title {
  color: #7BC736;
}
.point-detail--04 .point-detail__description p {
  margin-bottom: 4px;
}
.point-detail--04 .point-detail__description p.note {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__description p.note {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__description {
    margin-bottom: 28px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 0;
  }
}
.point-detail--04 .premium-link {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .point-detail--04 .premium-link {
    margin-bottom: 20px;
  }
}
.point-detail--04 .premium-link .link-arrow {
  color: #333333;
  text-decoration: none;
  padding-right: 20px;
  text-decoration: underline;
  font-size: 14px;
}
@media (max-width: 768px) {
  .point-detail--04 .premium-link .link-arrow {
    font-size: 12px;
    padding-right: 16px;
  }
}
.point-detail--04 .premium-link .link-arrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/link-arrow.svg) no-repeat left center;
  background-size: contain;
  padding-right: 4px;
}
@media (max-width: 768px) {
  .point-detail--04 .premium-link .link-arrow::before {
    width: 5px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .point-detail--04 .point-detail__steps {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}
.point-detail--04 .point-detail__image--04 {
  max-width: 418px;
  position: relative;
}
.point-detail--04 .point-detail__image--04 picture {
  display: block;
  width: 100%;
  height: auto;
}
.point-detail--04 .point-detail__image--04 img {
  width: 100%;
  height: auto;
  display: block;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 970px;
  margin: 0 auto 44px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 302px;
    margin-bottom: 28px;
    padding: 0;
  }
}

.step-item {
  position: relative;
}
@media (max-width: 768px) {
  .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: white;
    border-radius: 4px;
    border: 2px solid #96D75A;
  }
}
.step-item::after {
  content: "";
  background: url(../images/step-arrow.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 33%;
  right: -18px;
}
@media (max-width: 768px) {
  .step-item::after {
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    width: 12px;
    height: 16px;
    top: initial;
    bottom: -24px;
    left: 50%;
  }
}
.step-item:last-of-type::after {
  display: none;
}
.step-item .step-number {
  position: absolute;
  top: -8px;
  left: -8px;
}
@media (max-width: 1024px) {
  .step-item .step-number {
    width: 32px;
    height: 32px;
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .step-item .step-image {
    width: 45%;
    height: 80px;
  }
  .step-item .step-image img {
    height: 100%;
  }
}
.step-item .step-text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .step-item .step-text {
    text-align: left;
  }
}

.special-offer {
  background: white;
  padding: 36px 40px;
  max-width: 936px;
  width: calc(100% - 40px);
  margin: 0 auto 44px;
  border-radius: 12px;
  border: 1px solid #EFE8FF;
}
@media (max-width: 768px) {
  .special-offer {
    padding: 24px 16px 16px;
    margin-bottom: 24px;
  }
}
.special-offer__container {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .special-offer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.special-offer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.special-offer__title {
  font-size: 24px;
  font-weight: bold;
  color: #8B5CF6;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .special-offer__title {
    font-size: 18px;
  }
}
.special-offer__description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .special-offer__description {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .special-offer__description br {
    display: none;
  }
}
.special-offer__notes {
  list-style: none;
  margin-bottom: 24px;
}
.special-offer__notes li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 8px;
}
.special-offer__notes li::before {
  content: "●";
  font-size: 80%;
  position: absolute;
  top: 10%;
  left: 0;
  color: #9975E5;
}
@media (max-width: 768px) {
  .special-offer__notes li {
    font-size: 12px;
    padding-left: 16px;
    margin-bottom: 4px;
  }
}
.special-offer__button .button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9975E5;
  border: 1px solid;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}
.special-offer__button .button-link::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  background: url(../images/icon-button-link.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  margin-top: 3px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .special-offer__button .button-link::before {
    width: 7px;
    height: 9px;
    margin-right: 4px;
  }
}
@media (hover: hover) {
  .special-offer__button .button-link:hover {
    background-color: rgba(153, 117, 229, 0.1);
    -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
  }
}
@media (max-width: 768px) {
  .special-offer__button .button-link {
    width: 100%;
    padding: 10px 0;
    font-size: min(3.8vw, 14px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.special-offer__badge {
  position: absolute;
  top: -10px;
  right: 0;
}
@media (max-width: 1024px) {
  .special-offer__badge {
    top: -20px;
    right: -40px;
  }
}
@media (max-width: 768px) {
  .special-offer__badge {
    position: static;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 4px;
  }
}
.special-offer__badge .trial-badge {
  width: 278px;
}
@media (max-width: 1024px) {
  .special-offer__badge .trial-badge {
    width: 164px;
  }
}

.point-detail--05 {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .point-detail--05 {
    padding: 46px 0 36px;
  }
}
.point-detail--05 .point-detail__header {
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .point-detail--05 .point-detail__header {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-left: 12px;
    gap: 4px;
  }
}
.point-detail--05 .point-detail__title {
  font-size: 40px;
}
@media (max-width: 768px) {
  .point-detail--05 .point-detail__title {
    font-size: 22px;
  }
}
.point-detail--05 ul {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .point-detail--05 ul {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .point-detail--05 ul {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 20px;
  }
}
.point-detail--05 ul li {
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1024px) {
  .point-detail--05 ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media (max-width: 768px) {
  .point-detail--05 ul li {
    width: calc((100% - 20px) / 2);
  }
}
.point-detail--05 ul li .point-detail__image {
  line-height: 1;
}
.point-detail--05 ul li .point-detail__title {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0 8px;
}
@media (max-width: 1024px) {
  .point-detail--05 ul li .point-detail__title {
    font-size: 18px;
  }
}
.point-detail--05 ul li .point-detail__description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .point-detail--05 ul li .point-detail__description {
    font-size: 13px;
    line-height: 1.6;
  }
}

/*-- Senpai Section ------------*/
.senpai-section {
  background: #96D75A;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .senpai-section {
    padding: 30px 0 0;
  }
}
.senpai-section__container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .senpai-section__container {
    padding: 0;
  }
}
.senpai-section__header {
  display: grid;
  color: white;
  margin-bottom: 30px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  grid-template-areas: "image title" "image description";
}
@media (max-width: 600px) {
  .senpai-section__header {
    grid-template-areas: "title" "description" "image";
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 16px;
  }
}
.senpai-section__image {
  grid-area: image;
  max-width: 440px;
}
.senpai-section__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
  grid-area: title;
}
@media (max-width: 1024px) {
  .senpai-section__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .senpai-section__title {
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.senpai-section__description {
  grid-area: description;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 768px) {
  .senpai-section__description {
    margin-bottom: 4px;
    padding: 0 16px;
  }
}

.senpai-selection__title {
  color: white;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .senpai-selection__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.senpai-selection {
  background: url(../images/grid2.png) center center/28px 28px repeat #7BC736;
  border-radius: 20px;
  padding: 60px 40px 40px;
}
@media (max-width: 768px) {
  .senpai-selection {
    background: url(../images/grid3.png) center center/28px 28px repeat;
    border-radius: 20px;
    padding: 20px 0 40px;
  }
}
.senpai-selection .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px;
  color: white;
}
@media (max-width: 768px) {
  .senpai-selection .title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
.senpai-selection .title span {
  font-size: 20px;
  display: block;
  padding-top: 24px;
}
@media (max-width: 768px) {
  .senpai-selection .title span {
    font-size: 12px;
    padding-top: 4px;
  }
}

.senpai-selection__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .senpai-selection__cards {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .senpai-selection__cards {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}

.senpai-card {
  min-height: 412px;
  background: white;
  border-radius: 12px;
  border: 4px solid;
  padding: 24px;
  position: relative;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.3);
}
@media (orientation: portrait) and (max-width: 900px) {
  .senpai-card {
    min-height: 58vw;
  }
}
@media (max-width: 768px) {
  .senpai-card {
    min-height: initial;
    padding: 24px 20px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.senpai-card__image {
  max-width: 200px;
  aspect-ratio: 1/1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .senpai-card__image {
    max-width: 120px;
    bottom: 0;
  }
}
.senpai-card__name {
  position: absolute;
  top: -30px;
  left: -20px;
}
@media (max-width: 768px) {
  .senpai-card__name {
    top: -15px;
    left: -12px;
  }
}
.senpai-card__name img {
  -webkit-filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.15));
  height: 63px;
}
@media (max-width: 768px) {
  .senpai-card__name img {
    height: 46px;
  }
}
.senpai-card__character {
  position: relative;
  min-height: 200px;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .senpai-card__character {
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.senpai-card__character.animating {
  pointer-events: none;
}
.senpai-card__speech .speech-bubble {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .senpai-card__speech .speech-bubble {
    right: 0;
  }
}
.senpai-card__speech .speech-bubble img {
  max-width: 64px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .senpai-card__speech .speech-bubble img {
    max-width: 40px;
  }
}
.senpai-card__speech .speech-bubble.active {
  top: -90px;
  right: -50px;
}
@media (max-width: 768px) {
  .senpai-card__speech .speech-bubble.active {
    right: -70px;
  }
}
.senpai-card__speech .speech-bubble.active img {
  max-width: 240px;
}
@media (max-width: 768px) {
  .senpai-card__speech .speech-bubble.active img {
    max-width: 200px;
  }
}
.senpai-card__text {
  font-size: 16px;
  height: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
@media (max-width: 1024px) {
  .senpai-card__text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .senpai-card__text {
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.senpai-card__credit {
  font-size: 12px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .senpai-card__credit {
    color: #666666;
    font-size: 11px;
    margin: 20px 0 0;
    position: relative;
    text-align: left;
  }
}

/*-- Recommendation Section ------------*/
.recommendation-section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .recommendation-section {
    padding: 40px 0;
  }
}
.recommendation-section__container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .recommendation-section__container {
    padding: 0 15px;
  }
}
.recommendation-section__header {
  text-align: center;
  margin-bottom: 50px;
}
.recommendation-section__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .recommendation-section__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
.recommendation-section__title span {
  font-size: 24px;
  display: block;
}
@media (max-width: 768px) {
  .recommendation-section__title span {
    font-size: 16px;
    padding-bottom: 4px;
  }
}
.recommendation-section__title span::before, .recommendation-section__title span::after {
  content: "";
  display: inline-block;
  background: url(../images/recommendation-section__title.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 32px;
  vertical-align: middle;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .recommendation-section__title span::before, .recommendation-section__title span::after {
    background: url(../images/recommendation-section__title-sp.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 24px;
    margin: 0 4px;
  }
}
.recommendation-section__title span::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.recommendation-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .recommendation-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.recommendation-card__header {
  background: #7BC736;
  border-radius: 15px;
  border: 3px solid #7BC736;
  padding: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .recommendation-card__header {
    border-color: currentColor;
  }
}
.recommendation-card__badge {
  background: white;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  border: 4px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .recommendation-card__badge {
    font-size: 16px;
    padding: 6px 16px;
    border-width: 3px;
  }
}
.recommendation-card__title {
  color: white;
  font-size: min(2.4vw, 26px);
  font-weight: bold;
  line-height: 1.4;
  padding: 36px 0 16px;
}
@media (max-width: 768px) {
  .recommendation-card__title {
    font-size: 26px;
  }
}
.recommendation-card__image {
  line-height: 1;
}
.recommendation-card__image img {
  border-radius: 0 0 12px 12px;
}
.recommendation-card__description {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .recommendation-card__description {
    padding: 12px 18px 16px;
  }
}
@media (max-width: 768px) {
  .recommendation-card__description p {
    font-size: 16px;
    line-height: 1.7;
  }
}

/*-- banner Section ------------*/
.banner {
  max-width: 1024px;
  margin: 0 auto;
}
.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 40px 32px;
  background: #FFFD9E;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 600px) {
  .banner__container {
    padding: 32px 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.banner__container div:first-child {
  max-width: 550px;
}
.banner__title {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .banner__title {
    margin-bottom: 20px;
  }
}
.banner__description {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .banner__description {
    font-size: 16px;
  }
}
.banner__description span {
  color: #FF7272;
  font-weight: 700;
}
.banner__description a {
  color: #FF7272;
  text-decoration: underline;
}
.banner .coupon {
  margin-top: 12px;
  background-color: white;
  padding: 20px 20px 16px 20px;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .banner .coupon {
    margin-top: 8px;
  }
}
.banner .coupon h3 {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.banner .coupon ul {
  padding: 12px 0;
}
@media (max-width: 600px) {
  .banner .coupon ul {
    padding: 20px 0;
  }
}
.banner .coupon ul li {
  font-size: 12px;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
}
.banner .coupon ul li + li {
  margin-top: 8px;
}
@media (max-width: 600px) {
  .banner .coupon ul li + li {
    margin-top: 16px;
  }
}
.banner .coupon ul li::before {
  content: "●";
  font-size: 80%;
  position: absolute;
  top: 12%;
  left: 0;
  color: #F64A7A;
}
.banner .coupon ul li span {
  font-size: 10px;
  font-weight: 400;
  display: block;
  padding-top: 4px;
}
.banner .coupon p {
  font-size: 12px;
  line-height: 1.5;
}
.banner .coupon p + p {
  margin-top: 4px;
}
.recommendation-section .banner {
  margin: 48px auto 0;
  line-height: 1;
}
@media (max-width: 600px) {
  .recommendation-section .banner {
    margin: 22px auto -40px;
  }
}

/*-- Premium Plan Section ------------*/
.premium-plan-section {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .premium-plan-section {
    padding: 0;
  }
}
.premium-plan-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/premium-collage-bg.webp) center center;
  background-size: cover;
  z-index: 1;
}
.premium-plan-section__container {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .premium-plan-section__container {
    padding: 0;
  }
}
.premium-plan-section__content {
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 60px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .premium-plan-section__content {
    padding: 40px 20px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
.premium-plan-section__header {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .premium-plan-section__header {
    margin-bottom: 16px;
  }
}
.premium-plan-section .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .premium-plan-section .feature-item {
    gap: 10px;
    margin-bottom: 16px;
  }
}
.premium-plan-section .feature-item:last-child {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .premium-plan-section .feature-item:last-child {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .premium-plan-section .feature-item__icon {
    width: 24px;
    height: 24px;
  }
}
.premium-plan-section .feature-item__text {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  padding-top: 3px;
}
@media (max-width: 768px) {
  .premium-plan-section .feature-item__text {
    font-size: 18px;
  }
}
.premium-plan-section__description {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .premium-plan-section__description {
    margin-bottom: 30px;
  }
}
.premium-plan-section__description p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .premium-plan-section__description p {
    font-size: 16px;
    text-align: left;
  }
}
.premium-plan-section__button .premium-button {
  display: inline-block;
  background: #FF7272;
  color: white;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding: 28px 60px;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .premium-plan-section__button .premium-button:hover {
    background: #FF5252;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .premium-plan-section__button .premium-button {
    width: 100%;
    font-size: 14px;
    padding: 20px;
  }
}
.premium-plan-section__button .premium-button::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  padding-right: 8px;
  background: url(../images/icon_arrow_white.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .premium-plan-section__button .premium-button::before {
    width: 10px;
    height: 11px;
    padding-right: 4px;
  }
}

/* releaseDateInfo
------------------------------------------------------------------*/
.releaseDateInfo {
  background: #fff;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px double #FF7272;
  border-radius: 12px;
  color: #FF7272;
  margin: -20px auto 60px;
  padding: 20px;
  text-align: center;
}
@media (orientation: portrait) {
  .releaseDateInfo {
    width: calc(100% - 20px);
    margin: -8px auto 32px;
    text-align: left;
    border-radius: 8px;
    padding: 20px 16px;
  }
}
.releaseDateInfo dt {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}
@media (orientation: portrait) {
  .releaseDateInfo dt {
    font-size: 110%;
  }
}