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

.footer-faq {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 80px;
  padding: 40px 40px 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.footer-faq h3 {
  font-size: 34px;
  color: #96D75A;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.footer-faq .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-faq .pic {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 220px;
  height: 96px;
}
.footer-faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
  width: 700px;
}
.footer-faq li a {
  background: url(../images/icon_faq_q.svg) no-repeat left center;
  background-size: 24px 24px;
  border-bottom: 2px dashed #96D75A;
  display: block;
  padding: 16px 8px 16px 28px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
}
.footer-faq li:last-child a {
  border-bottom: none;
}
.footer-faq li a:hover {
  background: url(../images/icon_faq_q_green.svg) no-repeat left center;
  background-size: 24px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #96D75A;
}
.footer-faq .icon_blank {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .footer-faq {
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 28px 20px 0 20px;
  }
  .footer-faq h3 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .footer-faq .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-faq .pic {
    position: relative;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 87px;
    margin: 0 auto;
    margin-top: 8px;
  }
  .footer-faq ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    width: 100%;
  }
  .footer-faq li a {
    background-size: 24px 24px;
    border-bottom: 1px dotted #96D75A;
    padding: 12px 0 12px 32px;
    line-height: 140%;
    font-size: 14px;
  }
  .footer-faq li:last-child a {
    border-bottom: 1px dotted #96D75A;
  }
  .footer-faq .icon_blank {
    position: relative;
    margin-left: 4px;
    top: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
  }
}
.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: 900px) {
  br.spOnly {
    display: none !important;
  }
}
@media (max-width: 600px) {
  br.spOnly {
    display: block !important;
  }
}
br.tabspOnly {
  display: none !important;
}
@media (max-width: 900px) {
  br.tabspOnly {
    display: block !important;
  }
}

@media (max-width: 768px) {
  br.pcOnly {
    display: none !important;
  }
}
/**  ============== first view ==============　**/
.fv {
  height: 600px;
  background-color: #ddd;
  background: url(../images/2026update/fv_image.webp) no-repeat center/cover;
  width: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .fv {
    background: url(../images/2026update/fv_image_sp.webp) no-repeat center/cover;
    height: 550px;
  }
}
.fv h1 {
  position: absolute;
  top: calc(50% - 135px);
  left: 50%;
  -webkit-filter: drop-shadow(0px 3px 4px rgb(113, 51, 0));
  filter: drop-shadow(0px 0 2px rgb(113, 51, 0));
}
@media (max-width: 900px) {
  .fv h1 {
    top: 18%;
    left: calc(50% - 150px);
    width: 300px;
    height: 160px;
    margin: 0 auto;
  }
}

/**  ============== yodogawa ==============　**/
.yodogawa {
  background: #FFFF6A;
  border: 4px solid #333;
  border-radius: 40px;
  width: 700px;
  margin: -40px auto 40px;
  position: relative;
  z-index: 1;
  padding: 32px 40px;
  -webkit-box-shadow: 0px 4px 0 0px #333;
          box-shadow: 0px 4px 0 0px #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 200%;
}
@media (max-width: 900px) {
  .yodogawa {
    width: 100%;
    margin: -20px auto 40px;
    border-width: 2px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 32px 20px;
    font-size: 16px;
    line-height: 180%;
  }
}
.yodogawa p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.storeBadges {
  position: relative;
  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: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 60px;
}
@media (max-width: 900px) {
  .storeBadges {
    margin-bottom: 0px;
    padding: 0 16px;
  }
}
.storeBadges h4 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 900px) {
  .storeBadges h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.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;
  gap: 16px;
}
@media (max-width: 768px) {
  .storeBadges ul {
    gap: 8px;
  }
}
.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;
}
.storeBadges ul li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.storeBadges ul li img {
  height: 64px;
  width: auto;
}
/**  ============== mokuji ==============　**/
.indexList {
  width: 700px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 900px) {
  .indexList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
    margin-bottom: 60px;
    gap: 36px;
  }
}
@media (max-width: 600px) {
  .indexList {
    width: calc(100% - 32px);
  }
}
.indexList dl {
  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;
  gap: 8px;
  line-height: 100%;
}
.indexList dl a {
  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;
  gap: 8px;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.indexList dl a:hover {
  color: #7BC736;
}
.indexList dl dd {
  font-size: 24px;
  font-weight: bold;
}
.indexList dl b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF6A));
  background: linear-gradient(transparent 50%, #FFFF6A 50%);
}
@media (max-width: 900px) {
  .indexList dl {
    line-height: 180%;
  }
  .indexList dl dt {
    width: 44px;
  }
  .indexList dl dd {
    width: calc(100% - 24px);
    font-size: 20px;
    font-weight: bold;
  }
}

/**  ============== contents block common ==============　**/
.contents {
  max-width: 1024px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 900px) {
  .contents {
    width: calc(100% - 64px);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .contents {
    width: calc(100% - 24px);
  }
}

.block {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 4px solid #333;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 0 0px #333;
          box-shadow: 0px 4px 0 0px #333;
  padding: 40px 40px 60px;
  position: relative;
  top: 0;
  left: 0;
  gap: 60px;
}
@media (max-width: 900px) {
  .block {
    border-width: 2px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 0 0px #333;
            box-shadow: 0px 2px 0 0px #333;
    padding: 20px 20px 20px;
    gap: 48px;
  }
}
.block .badge {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -32px;
  left: -32px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 600px) {
  .block .badge {
    width: 54px;
    height: 54px;
    top: -12px;
    left: -12px;
  }
}
.block .badge img {
  display: block;
  width: 100%;
  height: 100%;
}
.block .releaseDate {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFF6A;
  border: 4px solid #333;
  border-top: none;
  border-right: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 0 12px 0 12px;
}
@media (max-width: 900px) {
  .block .releaseDate {
    font-size: 13px;
    border-width: 2px;
    border-radius: 0 8px 0 8px;
    padding: 2px 8px;
  }
}
.block h2 {
  font-size: 44px;
  color: #FFFF6A;
  line-height: 150%;
  -webkit-text-stroke: 6px #333;
  text-stroke: 6px #333;
  paint-order: stroke fill;
  text-shadow: 0 6px 0 #333;
  letter-spacing: 3%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-bottom: -26px;
}
@media (max-width: 900px) {
  .block h2 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .block h2 {
    font-size: 22px;
    -webkit-text-stroke: 3px #333;
    text-stroke: 2px #333;
    text-shadow: 0 1px 0 #333;
    letter-spacing: 0%;
    margin-bottom: -32px;
    padding-left: 10px;
  }
}
.block h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  width: 100%;
  background: #FFFF6A;
  border-radius: 100px;
  border: 2px solid #333;
  text-align: center;
  padding: 12px 12px;
  font-size: 32px;
  -webkit-box-shadow: 0px 4px 0 0px #333;
          box-shadow: 0px 4px 0 0px #333;
  margin-bottom: 40px;
  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;
  width: 100%;
  gap: 10px;
}
@media (max-width: 900px) {
  .block h3 {
    width: calc(100% + 28px);
    margin-left: -14px;
    padding: 8px 8px;
    font-size: 16px;
    -webkit-box-shadow: 0px 2px 0 0px #333;
            box-shadow: 0px 2px 0 0px #333;
    margin-bottom: 20px;
    gap: 6px;
  }
}
.block h3 em {
  font-style: normal;
  display: inline-block;
}
@media (max-width: 900px) {
  .block h3 em {
    width: calc(100% - 44px);
    letter-spacing: -0.05em;
    font-size: 20px;
    text-align: left;
    padding-right: 8px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .block h3 em {
    font-size: 14.6px;
  }
}
.block h3 i {
  font-style: normal;
  letter-spacing: -0.2em;
  padding: 0;
  margin: 0;
}
.block h3 span {
  background: #333;
  color: #FFFF6A;
  border-radius: 50px;
  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;
  padding: 8px 12px;
  line-height: 100%;
  font-size: 18px;
}
@media (max-width: 900px) {
  .block h3 span {
    padding: 6px 12px;
    font-size: 8px;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: 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;
    text-align: center;
    padding: 0;
  }
}
.block h3 span b {
  display: inline-block;
  padding-left: 4px;
}
@media (max-width: 900px) {
  .block h3 span b {
    font-size: 14px;
    padding-left: 0;
    padding-top: 4px;
  }
}
.block p {
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .block p {
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .block p:last-child {
    margin-bottom: 0;
  }
}
.block .red {
  color: #FF7272;
}
.block .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.block .box .text {
  width: calc(100% - 390px);
}
@media (max-width: 900px) {
  .block .box .text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.block .box .pic {
  width: 390px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .block .box .pic {
    width: 100%;
  }
}
.block .box .pic image {
  width: 100%;
}
.block .box .pic picture {
  width: 100%;
}
.block .box .pic .note {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
.block .box .Type02 {
  width: calc(100% - 500px);
}
@media (max-width: 900px) {
  .block .box .Type02 {
    width: 100%;
  }
}
.block .box .Type02 {
  width: 500px;
}
@media (max-width: 900px) {
  .block .box .Type02 {
    width: 100%;
  }
}
.block .box .Type02 image {
  width: 100%;
}
.block .radius {
  display: block;
  border-radius: 12px;
}
@media (max-width: 900px) {
  .block .radius {
    border-radius: 8px;
  }
}
.block .leftText {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 900px) {
  .block .leftText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block .leftText .text {
  padding-right: 40px;
}
@media (max-width: 900px) {
  .block .leftText .text {
    padding-right: 0;
  }
}
.block .rightText {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .block .rightText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block .rightText .text {
  padding-left: 40px;
}
@media (max-width: 900px) {
  .block .rightText .text {
    padding-left: 0;
  }
}
.block .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block .column .text, .block .column .pic {
  width: 100%;
}
.block .boxOuter {
  width: 100%;
  position: relative;
}

.note {
  font-size: 80%;
  line-height: 150%;
}
@media (max-width: 900px) {
  .note {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .block01,
  .block02 {
    padding-top: 44px;
  }
}

/**  ============== wtaht's new 01 ==============　**/
.point {
  background: #F2F2F2;
  padding: 24px 24px 16px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .point {
    padding: 20px 16px;
    border-radius: 6px;
  }
}

.point p {
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .point p {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

@media (max-width: 900px) {
  .point h4 img {
    width: 80%;
  }
}

.point .note {
  font-size: 12px;
}

.moodstamp {
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .moodstamp {
    margin-bottom: 12px;
  }
}

.exp {
  width: 100%;
  background: #F2F2F2;
  padding: 24px 24px 1px;
  border-radius: 6px;
}
@media (max-width: 900px) {
  .exp {
    margin-bottom: 8px;
    padding: 20px 16px;
  }
}
.exp h4 {
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px 8px;
  line-height: 120%;
  margin-bottom: 12px;
  width: auto;
  position: relative;
}
@media (max-width: 900px) {
  .exp h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.exp h4 span {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 100px;
  padding: 6px 12px 8px;
  line-height: 100%;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
@media (max-width: 900px) {
  .exp h4 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 70%;
    top: 0;
    padding: 5px 12px;
  }
}
.exp b {
  font-size: 140%;
}
@media (max-width: 900px) {
  .exp b {
    font-size: 120%;
  }
}
.exp span.note {
  display: block;
  margin-top: 8px;
}
@media (max-width: 900px) {
  .exp .free {
    margin-bottom: 20px;
  }
}
.exp .free h4 {
  background-color: #F98697;
}
.exp .premium h4 {
  background-color: #6985DF;
}
.exp .free h4 span,
.exp .free b {
  color: #F98697;
}
.exp .premium h4 span,
.exp .premium b {
  color: #6985DF;
}
@media (max-width: 900px) {
  .exp p {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

.block01 p:first-child b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF6A));
  background: linear-gradient(transparent 50%, #FFFF6A 50%);
}

.mood {
  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%;
  gap: 0;
  position: relative;
  left: 30px;
  margin: -32px auto -20px;
}
@media (max-width: 900px) {
  .mood {
    left: 20px;
    margin: -24px auto -16px;
  }
}
.mood li {
  padding: 0;
  margin-left: -60px;
}
@media (max-width: 900px) {
  .mood li {
    margin-left: -40px;
  }
}
.mood li .mood-lottie {
  width: 100%;
}
.mood li:hover {
  cursor: pointer;
}

.mood-lottie {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/**  ============== wtaht's new 02 ==============　**/
.block02 .imageInfo {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  margin: -32px auto;
}
@media (max-width: 900px) {
  .block02 .imageInfo {
    margin: -12px auto -32px;
  }
}

.block02 .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  color: #333;
  border-radius: 40px;
  text-align: center;
}
@media (max-width: 900px) {
  .block02 .button a {
    width: 100%;
    padding: 8px 8px;
  }
}
.block02 .button a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #FFFF6A;
}
.block02 .button span {
  padding: 4px 8px 4px 32px;
  background: url(../images/2026update/icon_hatena.svg) no-repeat 6px center;
  background-size: 24px 24px;
  margin: 0 auto;
}

.block02 .techokaigi .leftText {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .block02 .techokaigi .leftText {
    margin-bottom: 20px;
  }
}
.block02 .techokaigi .leftText .pic {
  width: 480px;
}
@media (max-width: 900px) {
  .block02 .techokaigi .leftText .pic {
    width: 100%;
  }
}
.block02 .techokaigi .leftText .text {
  width: calc(100% - 480px);
}
@media (max-width: 900px) {
  .block02 .techokaigi .leftText .text {
    width: 100%;
  }
}

.block02 .point.about h4 {
  padding: 5px 0 0 28px;
  background: url(../images/2026update/icon_hatena.svg) no-repeat left top;
  background-size: 36px 36px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 22px;
  min-height: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
@media (max-width: 900px) {
  .block02 .point.about h4 {
    margin-bottom: 8px;
    font-size: 18px;
    background-size: 28px 28px;
    min-height: 24px;
    padding: 2px 0 0 20px;
  }
}

.block02 .button02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #333;
  color: #333;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  padding: 12px 16px;
  margin: 12px auto;
}
@media (max-width: 900px) {
  .block02 .button02 a {
    width: calc(100% + 16px);
    padding: 8px 16px 8px;
    margin-left: -8px;
    margin: 8px auto 0 -8px;
    text-align: center;
  }
}
.block02 .button02 a img {
  display: block;
  width: 100%;
  height: auto;
}
.block02 .button02 a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #FFFF6A;
}
.block02 .button02 span {
  padding: 4px 8px 4px 32px;
  background: url(../images/2026update/icon_hatena.svg) no-repeat 6px center;
  background-size: 24px 24px;
  margin: 0 auto;
}

/**  ============== wtaht's new 03 ==============　**/
.block03 .intro,
.block00 .intro {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: -20px;
  padding: 0;
}
@media (max-width: 900px) {
  .block03 .intro,
  .block00 .intro {
    text-align: left;
  }
}

.block03 ul,
.block00 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}
@media (max-width: 900px) {
  .block03 ul,
  .block00 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .block03 ul,
  .block00 ul {
    grid-template-columns: 1fr;
  }
}
.block03 ul li,
.block00 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .block03 ul li,
  .block00 ul li {
    border-radius: 8px;
  }
}
.block03 ul li div,
.block00 ul li div {
  padding: 24px 16px 0;
}
@media (max-width: 900px) {
  .block03 ul li div,
  .block00 ul li div {
    padding: 20px 16px 20px;
  }
}
.block03 ul h4,
.block00 ul h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 160%;
}
@media (max-width: 600px) {
  .block03 ul h4,
  .block00 ul h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

@media (max-width: 600px) {
  .block00 ul {
    gap: 20px;
  }
}

/**  ============== schedule ==============　**/
.schedule {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .schedule {
    margin-bottom: 16px;
  }
}
.schedule h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 150%;
  -webkit-text-stroke: 6px #333;
  text-stroke: 6px #333;
  paint-order: stroke fill;
  text-shadow: 0 6px 0 #333;
  letter-spacing: 3%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .schedule h2 {
    font-size: 22px;
    -webkit-text-stroke: 3px #333;
    text-stroke: 1px #333;
    text-shadow: 0 2px 0 #333;
    letter-spacing: 0%;
    margin-bottom: 12px;
  }
}
.schedule .scheduleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .schedule .scheduleList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFF6A;
  border-radius: 8px;
  border: 3px solid #333;
  -webkit-box-shadow: 0px 4px 0 0px #333;
          box-shadow: 0px 4px 0 0px #333;
  padding: 20px 12px;
  width: 240px;
}
@media (max-width: 900px) {
  .schedule dl {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 12px;
    border-width: 1px;
    -webkit-box-shadow: 0px 2px 0 0px #333;
            box-shadow: 0px 2px 0 0px #333;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.schedule dl dt {
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 22px;
  padding: 6px 12px;
  line-height: 100%;
  margin-bottom: 4px;
  position: relative;
}
@media (max-width: 900px) {
  .schedule dl dt {
    min-width: 80px;
    text-align: center;
    top: 4px;
  }
}
.schedule dl dt b {
  font-size: 22px;
}
.schedule dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule dl dd span {
  background: url(../images/2026update/icon_list_dot.svg) no-repeat left 8px;
  background-size: 12px 12px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .schedule dl dd span {
    width: 100%;
    text-align: left;
  }
}
.schedule dl dd span em {
  display: inline-block;
  font-style: normal;
  font-size: 10px;
}

/**  ============== block00 ==============　**/
@media (max-width: 900px) {
  .block00 {
    margin-top: -20px;
  }
}
.block00 .others {
  width: 100%;
}
.block00 .others h5 {
  position: relative;
  text-align: center;
  margin: 0 auto -16px;
  width: 452px;
}
@media (max-width: 900px) {
  .block00 .others h5 {
    width: 288px;
    margin-bottom: -12px;
  }
}
@media (max-width: 600px) {
  .block00 .others h5 {
    width: 100%;
    margin-bottom: -18px;
  }
}
.block00 .others .othersInner {
  width: 100%;
  border: 2px solid #333;
  border-radius: 12px;
  background: #FFFF6A;
  padding: 32px 32px 0;
}
@media (max-width: 900px) {
  .block00 .others .othersInner {
    padding: 28px 20px 28px;
  }
}
.block00 .others dd {
  background: url(../images/2026update/icon_list_dot_02.svg) no-repeat left 8px;
  background-size: 12px 12px;
  padding-left: 18px;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .block00 .others dd {
    font-size: 16px;
  }
}
.block00 .others span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 12px;
}

/**  ============== senpai ==============　**/
.senpai {
  text-align: center;
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -80px;
}
.senpai .senpaiImage {
  width: 256px;
  position: relative;
  top: 12px;
}
.senpai .word_01 {
  display: block;
  position: absolute;
  top: 0;
  left: -28px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  -webkit-animation: word_Animation01 2s infinite;
          animation: word_Animation01 2s infinite;
}
@-webkit-keyframes word_Animation01 {
  0% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg);
  }
  23% {
    -webkit-transform: scale(1.1) rotate(-15deg);
            transform: scale(1.1) rotate(-15deg);
  }
  52% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg); /* 100%の時点で元のサイズに戻る */
  }
}
@keyframes word_Animation01 {
  0% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg);
  }
  23% {
    -webkit-transform: scale(1.1) rotate(-15deg);
            transform: scale(1.1) rotate(-15deg);
  }
  52% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-15deg);
            transform: scale(1) rotate(-15deg); /* 100%の時点で元のサイズに戻る */
  }
}
.senpai .word_02 {
  display: block;
  position: absolute;
  top: 10px;
  right: -40px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation: word_Animation02 2s infinite;
          animation: word_Animation02 2s infinite;
}
@-webkit-keyframes word_Animation02 {
  0% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg);
  }
  23% {
    -webkit-transform: scale(1.1) rotate(15deg);
            transform: scale(1.1) rotate(15deg);
  }
  52% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg); /* 100%の時点で元のサイズに戻る */
  }
}
@keyframes word_Animation02 {
  0% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg);
  }
  23% {
    -webkit-transform: scale(1.1) rotate(15deg);
            transform: scale(1.1) rotate(15deg);
  }
  52% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(15deg);
            transform: scale(1) rotate(15deg); /* 100%の時点で元のサイズに戻る */
  }
}
.senpai .senpaiMain {
  display: block;
  position: relative;
  top: 32px;
}
.senpai .oneword {
  -webkit-animation: scaleAnimation 2s infinite;
          animation: scaleAnimation 2s infinite;
}
@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%の時点で元のサイズに戻る */
  }
}

.senpai.comingsoon {
  height: calc(101vh - 160px);
  margin: 0 auto;
  padding: 80px 0;
}
.senpai.comingsoon .senpaiImage {
  top: -20px;
}