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

a.link-pink {
  text-decoration: underline;
  color: #FF7272;
}

.premium-hero {
  padding: 90px 0 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .premium-hero {
    padding-bottom: 40px;
  }
}
.premium-hero__container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.premium-hero__header {
  max-width: 800px;
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  .premium-hero__header {
    margin-bottom: 20px;
  }
}
.premium-hero__header img {
  width: 100%;
}
.premium-hero .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-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .premium-hero .feature-item {
    gap: 4px;
  }
}
.premium-hero .feature-item:nth-of-type(n + 2) {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .premium-hero .feature-item:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}
.premium-hero .feature-item__icon {
  line-height: 1;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .premium-hero .feature-item__icon {
    width: 20px;
    height: 20px;
    padding-top: 3px;
  }
}
.premium-hero .feature-item__text {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-top: 3px;
}
@media (max-width: 768px) {
  .premium-hero .feature-item__text {
    font-size: 18px;
    padding-top: 0;
  }
}

.premium-feature {
  padding: 0 10px 60px;
}
@media (max-width: 768px) {
  .premium-feature {
    padding-bottom: 28px;
  }
}
.premium-feature__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 32px;
  border: 4px solid #7BC736;
  background-color: white;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .premium-feature__container {
    border-width: 2px;
    padding: 30px 16px 16px;
  }
}
.premium-feature__header {
  text-align: center;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  border-bottom: 4px dashed #7BC736;
  position: relative;
}
@media (max-width: 768px) {
  .premium-feature__header {
    border-width: 2px;
    margin-bottom: 16px;
  }
}
.premium-feature__header .feature-badge {
  background: #7BC736;
  color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 40px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  position: relative;
}
.premium-feature__header .feature-badge::before {
  content: "";
  display: inline-block;
  background: url("../images/premium-badge-icon.svg") no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 30px;
}
@media (max-width: 768px) {
  .premium-feature__header .feature-badge {
    font-size: 25px;
    padding: 5px 7px;
    gap: 6px;
    position: absolute;
    top: -40px;
    left: -18px;
  }
  .premium-feature__header .feature-badge::before {
    width: 38px;
    height: 20px;
  }
}
.premium-feature__header .feature-title {
  font-size: min(3.7vw, 32px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .premium-feature__header .feature-title {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 6px;
  }
}
.premium-feature__content {
  display: grid;
  gap: 16px 60px;
  grid-template-columns: auto 300px;
  grid-template-areas: "description image" "note image" "picture picture";
}
@media (max-width: 768px) {
  .premium-feature__content {
    grid-template-columns: 1fr;
    gap: 0 7px;
    grid-template-areas: "description image" "picture picture" "note note";
  }
}
.premium-feature__content .feature-description {
  grid-area: description;
}
.premium-feature__content .feature-description p {
  font-size: 16px;
  line-height: 1.7;
}
.premium-feature__content .feature-note {
  display: grid;
  grid-area: note;
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}
@media (max-width: 768px) {
  .premium-feature__content .feature-note {
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
  }
}
.premium-feature__content .feature-note li:nth-of-type(n + 2) {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .premium-feature__content .feature-note li:nth-of-type(n + 2) {
    margin-top: 2px;
  }
}
.premium-feature__content .feature-image {
  grid-area: image;
  max-width: 300px;
  justify-self: end;
}
@media (max-width: 768px) {
  .premium-feature__content .feature-image {
    max-width: 64px;
  }
}
.premium-feature__content .feature-picture {
  grid-area: picture;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .premium-feature__content .feature-picture {
    gap: 12px;
    margin-top: 8px;
  }
}

.premium-feature--02 .premium-feature__content {
  grid-template-columns: auto 180px;
  gap: 24px 40px;
}
@media (max-width: 768px) {
  .premium-feature--02 .premium-feature__content {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }
}
.premium-feature--02 .premium-feature__content .feature-image {
  max-width: 172px;
}
@media (max-width: 768px) {
  .premium-feature--02 .premium-feature__content .feature-description p {
    font-size: 14px;
    line-height: 1.7;
  }
  .premium-feature--02 .premium-feature__content .feature-description .spOnly {
    float: right;
    height: 100%;
    margin-left: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    shape-outside: inset(calc(100% - 150px) 0 0);
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .premium-feature--02 .premium-feature__content .feature-description .spOnly img {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .premium-feature--02 .premium-feature__content .feature-picture {
    margin-top: 28px;
    gap: 2px;
  }
}
@media (max-width: 768px) {
  .premium-feature--02 .premium-feature__content .feature-note {
    margin-top: 0;
  }
}

.print-examples {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .print-examples {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .point-detail__steps {
    margin-bottom: 4px;
  }
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.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: 1.5px 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;
  background: #7BC736;
  font-family: "A1 Gothic M", "Noto Sans JP", sans-serif;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.step-item .step-number strong {
  font-size: 21px;
}
@media (max-width: 768px) {
  .step-item .step-number {
    width: 32px;
    height: 32px;
    font-size: 8px;
  }
  .step-item .step-number strong {
    font-size: 14px;
  }
}
@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;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .step-item .step-text {
    text-align: left;
    font-weight: normal;
  }
}

.additional-features {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .additional-features {
    padding-bottom: 20px;
  }
}
.additional-features__container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .additional-features__container {
    grid-template-columns: 1fr;
  }
}
.additional-features .additional-feature {
  background: white;
  border-radius: 12px;
  padding: 32px 16px 4px;
  text-align: center;
  border: 4px solid #7BC736;
}
@media (max-width: 768px) {
  .additional-features .additional-feature {
    padding: 30px 10px 20px 20px;
    border-width: 2px;
    position: relative;
  }
}
.additional-features .additional-feature .feature-badge {
  background: #7BC736;
  color: white;
  padding: 9px 12px;
  border-radius: 3px;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .additional-features .additional-feature .feature-badge {
    font-size: 25px;
    padding: 5px 7px;
    position: absolute;
    top: -10px;
    left: -2px;
  }
}
.additional-features .additional-feature .feature-badge::before {
  content: "";
  display: inline-block;
  background: url("../images/premium-badge-icon.svg") no-repeat center center;
  background-size: contain;
  width: 45px;
  height: 22px;
  margin-right: 7px;
}
@media (max-width: 768px) {
  .additional-features .additional-feature .feature-badge::before {
    width: 38px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .additional-features .additional-feature .feature-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.additional-features .additional-feature .feature-description:has(.note) {
  margin-bottom: 1em;
}
.additional-features .additional-feature h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  border-bottom: 4px dashed #7BC736;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .additional-features .additional-feature h3 {
    font-size: 22px;
    border-width: 2px;
    margin-bottom: 10px;
    padding-bottom: 4px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.additional-features .additional-feature p {
  text-align: left;
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .additional-features .additional-feature p {
    font-size: 14px;
    margin: 0;
  }
}
.additional-features .additional-feature .note {
  display: block;
  font-size: 12px;
}
@media (max-width: 768px) {
  .additional-features .additional-feature .note {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .additional-features .additional-feature .feature-image {
    width: 100%;
  }
}
.additional-features__note {
  font-size: 20px;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .additional-features__note {
    font-size: 16px;
    line-height: 1.7;
    padding-top: 12px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: left;
  }
}

.pricing-section {
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .pricing-section {
    padding: 0 0 40px;
  }
}
.pricing-section__container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .pricing-section__container {
    padding: 0 4px;
  }
}
.pricing-section .pricing-intro {
  margin-bottom: 40px;
}
.pricing-section .pricing-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.pricing-section .pricing-intro p:last-child {
  margin-bottom: 0;
}
.pricing-section .pricing-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .pricing-section .pricing-title {
    gap: 8px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-title .check-icon {
    width: 24px;
    margin-top: 12px;
    line-height: 1;
  }
}
.pricing-section .pricing-title h2 {
  font-size: 36px;
  font-weight: 700;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .pricing-section .pricing-title h2 {
    font-size: 24px;
  }
}
.pricing-section .pricing-plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pricing-section .pricing-plans {
    gap: 6px;
  }
}
.pricing-section .pricing-plan {
  width: calc((100% - 20px) / 2);
  background: white;
  border: 2px solid #FF7272;
  border-radius: 12px;
  padding: 32px;
  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;
}
@media (max-width: 1024px) {
  .pricing-section .pricing-plan {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .pricing-section .pricing-plan {
    max-width: 172px;
    width: calc((100% - 6px) / 2);
    padding: 8px;
    border-width: 1px;
  }
}
.pricing-section .pricing-plan .plan-header {
  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;
  gap: 16px;
  height: 50px;
}
@media (max-width: 768px) {
  .pricing-section .pricing-plan .plan-header {
    gap: 4px;
    height: initial;
  }
}
.pricing-section .pricing-plan > div {
  position: relative;
}
.pricing-section .pricing-plan .hamburger-badge {
  position: absolute;
  width: 94px;
  top: -25px;
  right: -90px;
}
@media (max-width: 600px) {
  .pricing-section .pricing-plan .hamburger-badge {
    width: 10vw;
    top: 5px;
    right: -10vw;
  }
}
.pricing-section .pricing-plan--yearly .recommended-badge {
  background: #FF7272;
  color: white;
  padding: 16px;
  border-radius: 12px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .pricing-section .pricing-plan--yearly .recommended-badge {
    font-size: 24px;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-plan--yearly .recommended-badge {
    font-size: 12px;
    padding: 6px;
    border-radius: 4px;
  }
}
.pricing-section .pricing-plan h3 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pricing-section .pricing-plan h3 {
    font-size: 12px;
  }
}
.pricing-section .pricing-plan .price {
  font-size: 50px;
  font-weight: 700;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .pricing-section .pricing-plan .price {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-plan .price {
    font-size: 20px;
    margin-top: 0;
  }
}
.pricing-section .pricing-plan .price .period {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .pricing-section .pricing-plan .price .period {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .pricing-section .pricing-plan .price .period {
    font-size: 16px;
  }
}
.pricing-section .pricing-plan .price .monthly {
  display: inline-block;
  font-size: 28px;
  color: #666666;
  font-weight: 400;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .pricing-section .pricing-plan .price .monthly {
    font-size: 12px;
  }
}

.credits-section {
  display: none;
}