@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;
  }
}

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

main a.newopen[target=_blank]::after {
  background: url(../images/icon_newopen-pink.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-left: 0.1em;
  margin-left: 0.1em;
  margin-right: 0.2em;
}

main a.arrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  padding-right: 4px;
  background: url(../images/icon_arrow_black.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  header li:has(.current) {
    background-color: initial;
  }
}
header li:has(.current) a {
  pointer-events: initial;
}
header li:has(.current) a::after {
  bottom: initial;
  left: initial;
}
@media (max-width: 768px) {
  header li:has(.current) a::after {
    display: none;
  }
}

.page-title {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .page-title {
    margin-top: 100px;
    margin-bottom: 28px;
  }
}
.page-title span {
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 6px solid #7BC736;
}
@media (max-width: 900px) {
  .page-title span {
    font-size: 24px;
    line-height: 1.5;
    border-width: 4px;
    padding-bottom: 4px;
  }
}

.terms-content {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .terms-content {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 40px;
  }
}
.terms-content a {
  text-decoration: underline;
  color: #FF7272;
}
.terms-content h2 {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .terms-content h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}
.terms-content h3 {
  font-weight: 700;
  padding-bottom: 4px;
}
.terms-content h4 {
  color: #666666;
  font-weight: 700;
  padding-bottom: 4px;
}
.terms-content p {
  line-height: 1.7;
  color: #666666;
  font-weight: 400;
  padding-bottom: 50px;
}
.terms-content p + h3, .terms-content p + h4, .terms-content p + ul, .terms-content p + ol {
  margin-top: -30px;
}
.privacy .terms-content p + h3, .privacy .terms-content p + h4 {
  margin-top: -10px;
}
@media (max-width: 768px) {
  .terms-content p {
    padding-bottom: 40px;
  }
  .terms-content p + h3, .terms-content p + h4 {
    margin-top: -10px;
  }
  .terms-content p + ul, .terms-content p + ol {
    margin-top: -25px;
  }
}
.terms-content ul {
  color: #666666;
  list-style: disc;
  padding-left: 1.5em;
  padding-bottom: 32px;
}
.terms-content ul + h2, .terms-content ul + h3 {
  margin-top: 20px;
}
.privacy .terms-content ul + h3 {
  margin-top: -10px;
}
@media (max-width: 768px) {
  .terms-content ul + h2, .terms-content ul + h3 {
    margin-top: 16px;
  }
}
.terms-content ul li + li {
  margin-top: 10px;
}
.terms-content ul li ul {
  list-style: circle;
  padding-bottom: 0;
}
.terms-content ol {
  color: #666666;
  list-style: decimal;
  padding-left: 1.5em;
  padding-bottom: 24px;
}
.terms-content ol + h2 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .terms-content ol + h2 {
    margin-top: 16px;
  }
}
.terms-content ol li {
  padding-left: 0.5em;
}
.terms-content ol li + li {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .terms-content ol li + li {
    margin-top: 10px;
  }
}
.terms-content .help-list {
  background-color: #FFFEF4;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  margin-bottom: 60px;
}
.terms-content .help-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .terms-content .help-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.terms-content .help-list dl + dl {
  border-top: 1px solid #E6E6E6;
}
.terms-content .help-list dl dt {
  font-weight: 700;
  width: 50%;
}
@media (max-width: 768px) {
  .terms-content .help-list dl dt {
    width: 100%;
  }
}
.terms-content .update {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .terms-content .update {
    margin-bottom: 60px;
  }
}
.terms-content .update dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #666666;
}
.terms-content .update dl dt {
  margin-right: 0.5em;
}