@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;800&display=swap");
.hamburger-button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.hamburger-button span,
.hamburger-button span:before,
.hamburger-button span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 6px;
  background-color: #4e4e4e;
  position: absolute;
  transition: all 0.3s;
}
.hamburger-button span:before {
  bottom: 10px;
}
.hamburger-button span:after {
  top: 10px;
}
#hamburger-button-check {
  display: none;
}
#hamburger-button-check:checked ~ .hamburger-content {
  left: 0;
}
#hamburger-button-check:checked ~ .hamburger-button span {
  background-color: rgba(242,242,242,0);
  transition: all 0.3s;
}
#hamburger-button-check:checked ~ .hamburger-button span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
}
#hamburger-button-check:checked ~ .hamburger-button span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.hamburger-content {
  width: 100%;
  position: fixed;
  top: 70px;
  height: 100%;
  left: 100%;
  z-index: 3;
  background-color: #fff;
  transition: all 0.3s;
}
.hamburger-content ul {
  padding: 0 0 0 30px;
}
.hamburger-content ul li {
  border-bottom: solid 1px #f2f2f2;
  list-style: none;
  line-height: 60px;
  text-align: center;
}
.hamburger-content ul li a {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.2em !important;
  line-height: 40px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  pojjsition: relative;
}
.hamburger-content ul li a ::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.hamburger-content .sns-button * {
  margin: auto;
}
.hamburger-content .sns-button img {
  width: 200px;
}
.all-buttons .pc,
.all-buttons .sp {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
.all-buttons .pc {
  gap: 30px 30px;
}
.all-buttons .sp {
  gap: 5vw 3vw;
  padding: 0 10vw;
  margin-left: auto;
  margin-right: auto;
}
.all-buttons .sp a {
  flex: 1;
}
.all-buttons .sp img {
  height: 40px;
}
.sns-button img {
  width: 150px;
}
.sns-button a {
  display: inline-block;
}
.sns-button a img {
  transition-duration: 0.3s;
}
.sns-button a img:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.sns-button .open-hours span {
  line-height: 1.9em;
  font-weight: normal;
  font-size: 14px;
}
.large-button .sns-button {
  margin: initial auto;
}
.large-button .sns-button img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen {
  .fadeUpTrigger,
  .fadeDownTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger {
    opacity: 0;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  font-weight: normal;
  font-size: 14px;
  line-height: initial;
  overflow-x: hidden;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul,
li {
  padding: 0;
}
ul {
  list-style-position: inside;
}
main {
  width: 100%;
}
main > div {
  width: 100%;
}
img {
  display: block;
  height: auto;
  width: auto;
}
a {
  text-decoration: none;
  color: #000;
}
a:not(:has(img)) {
  border-bottom: 3px solid rgba(255,255,255,0);
  transition-duration: 0.3s;
}
a:not(:has(img)):hover {
  transition-duration: 0.3s;
  border-bottom: 3px solid #73bca2;
}
span {
  display: inline-block;
  text-wrap: nowrap;
}
.title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .title {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
}
.line {
  width: 80px;
  border-bottom: 3px solid;
  border-bottom-color: #73bca2;
  margin: 15px auto 30px auto;
}
.sub-title {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.side-image {
  display: grid;
}
.side-image .left,
.side-image .right {
  background-size: contain;
  background-repeat: no-repeat;
}
.article-with-eye-catch {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 50px;
  margin-top: 100px;
}
div:has(> .wrapper) {
  padding: 55px 0;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1350px) {
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1349px) {
  .wrapper {
    width: 100%;
  }
}
.guide-button .button {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.guide-button .button .arrow {
  color: #e6dc63;
  margin-left: 0.5em;
}
.anker {
  padding-top: 70px;
  margin-top: -70px;
}
@media (min-width: 1350px) {
  #hamburger {
    display: none;
  }
}
#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: grid;
  height: 50px;
  column-gap: 20px;
  padding: 10px 20px;
}
@media (min-width: 1350px) {
  #menu {
    grid-template-columns: auto 1fr auto auto auto;
  }
}
@media screen and (max-width: 1349px) {
  #menu {
    grid-template-columns: auto 1fr;
  }
}
#menu img#top-logo {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1349px) {
  #menu ul {
    display: none;
  }
}
#menu ul li {
  list-style: none;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-left: 20px;
}
#menu ul a {
  display: grid;
  align-items: center;
  justify-content: c enter;
  height: 100%;
}
#menu .sns-button {
  margin: auto;
}
@media screen and (max-width: 1349px) {
  #menu .sns-button {
    display: none;
  }
}
#initiator {
  height: 70px;
}
#visual {
  background-image: url("../images/top.jpg?20251213-1");
  position: relative;
}
@media screen and (min-width: 768px) {
  #visual {
    background-size: contain;
    aspect-ratio: 2500/1374;
  }
}
@media screen and (max-width: 767px) {
  #visual {
    height: 400px;
    background-size: cover;
    background-position: 22% center;
  }
}
#title-logo {
  margin: auto auto;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #title-logo {
    width: 32%;
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  #title-logo {
    width: max(50%, 250px);
    top: 50%;
    left: 50%;
  }
}
#badge {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #badge {
    width: 18%;
    top: 7%;
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #badge {
    width: 30%;
    top: 1%;
    right: 2%;
  }
}
#date {
  position: absolute;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  #date {
    width: 60%;
    bottom: 5%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  #date {
    width: 90%;
    bottom: 4%;
    left: 50%;
  }
}
#free-trial {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #free-trial {
    transform: rotate(350deg);
    top: 78px;
    left: 64px;
  }
  #free-trial img {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  #free-trial {
    top: 40px;
    left: 40px;
  }
  #free-trial img {
    width: 200px;
  }
}
#twitter {
  background-color: #f2f2f2;
}
#twitter .button {
  text-align: center;
  padding: 20px 0 30px 0;
  margin-top: 10px;
}
#twitter .side-image {
  margin: auto;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #twitter .side-image {
    grid-template-columns: 15% 5% 600px 20%;
  }
}
@media screen and (max-width: 767px) {
  #twitter .side-image {
    grid-template-columns: 0 0 100% 0;
  }
}
#twitter .side-image .left {
  background-image: url("../images/character6.svg?20251213-1");
  background-position: bottom;
}
#twitter .side-image .content {
  margin: 0 auto;
}
#twitter .notice {
  text-align: center;
  margin: 50px 0;
}
#twitter .large-button {
  text-align: center;
  margin: 0;
}
#scale .side-image {
  margin: 0 auto;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
#scale .side-image .left {
  background-image: url("../images/character1.svg?20251213-1");
  background-position: right;
}
#scale .side-image .right {
  background-image: url("../images/character2.svg?20251213-1");
  background-position: left;
}
#scale .side-image .content {
  font-weight: 800;
  text-align: center;
}
#scale .side-image .content .largest {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #scale .side-image .content .largest {
    font-weight: 800;
    line-height: initial;
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  #scale .side-image .content .largest {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #scale .side-image .content .golf {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #scale .side-image .content .golf {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
#scale .points {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 60px auto 20px auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  #scale .points {
    background-image: url("../images/3topi.svg?20251213-1");
    width: 680px;
    aspect-ratio: 839/236;
  }
}
@media screen and (max-width: 767px) {
  #scale .points {
    background-image: url("../images/3topi-mo.svg?20251213-1");
    aspect-ratio: 336/106;
    width: 90%;
  }
}
#scale .article-with-eye-catch {
  margin: 60px 0;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #scale .article-with-eye-catch .article {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #scale .article-with-eye-catch .article {
    width: 90%;
  }
}
#scale .article-with-eye-catch .article .sub-title {
  padding-bottom: 0.7em;
  border-bottom: 3px solid #73bca2;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #scale .article-with-eye-catch .article .body {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  #scale .article-with-eye-catch .article .body {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  #scale .article-with-eye-catch .eye-catch img {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #scale .article-with-eye-catch .eye-catch img {
    width: 100%;
  }
}
.seasonal-campaign {
  background-color: #99d4e3;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 80px 0 100px !important;
}
@media screen and (min-width: 768px) {
  .seasonal-campaign {
    background-size: 100%;
    background-image: url("../images/sakurabk_pc.svg?20251213-1");
  }
}
@media screen and (max-width: 767px) {
  .seasonal-campaign {
    background-size: 150%;
    background-image: url("../images/sakurabk_mo.svg?20251213-1");
    background-position-y: -50px;
  }
}
.seasonal-campaign .detail {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px auto 0 auto;
  height: auto;
  width: min(1200px, 90%);
}
@media screen and (min-width: 768px) {
  .seasonal-campaign .detail {
    background-image: url("../images/campaignsp_pc.svg?20251213-1");
    aspect-ratio: 1101/555;
  }
}
@media screen and (max-width: 767px) {
  .seasonal-campaign .detail {
    background-image: url("../images/campaignsp_mo.svg?20251213-1");
    aspect-ratio: 335/576;
  }
}
#corporate {
  background-color: #73bba1;
  text-align: center;
  padding-bottom: 80px;
}
#corporate .detail {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px auto 0 auto;
  height: auto;
  width: min(1200px, 90%);
}
@media screen and (min-width: 768px) {
  #corporate .detail {
    background-image: url("../images/houjin_pc.svg?20251213-1");
    aspect-ratio: 726/273;
  }
}
@media screen and (max-width: 767px) {
  #corporate .detail {
    background-image: url("../images/houjin_mo.svg?20251213-1");
    aspect-ratio: 309/149;
  }
}
#corporate .topic {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #corporate .topic {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #corporate .topic {
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
#corporate .option {
  margin: 4em auto 1em auto;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  width: fit-content;
}
#corporate .for-organizations {
  color: #fff;
  background-color: #4e4e4e;
  border-radius: 5px;
  font-weight: 800;
  width: fit-content;
  padding: 10px 20px;
  margin: 5em auto 0em auto;
}
#corporate .inquery {
  color: #fff;
  margin-top: 20px;
}
#corporate .inquery span:not(:first-child) {
  margin-left: 1em;
}
#corporate .inquery a {
  color: #fff;
}
#flag {
  width: 15%;
  display: inline-block;
}
#needs {
  background-color: #73bca2;
  color: #fff;
}
#needs .title span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #needs .title span {
    letter-spacing: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  #needs .title span {
    letter-spacing: initial;
  }
}
#needs .challenge {
  margin: 60px 0 30px 0;
}
@media screen and (min-width: 768px) {
  #needs .challenge .article {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #needs .challenge .article {
    width: 90%;
  }
}
#needs .challenge .article ul {
  margin: 0;
}
#needs .challenge .article ul li {
  list-style: none;
  background-image: url("../images/check.svg?20251213-1");
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 15px 0 15px 60px;
  background-position-y: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #needs .challenge .eye-catch img {
    width: 370px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #needs .challenge .eye-catch img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #needs .solution {
    margin: 100px auto 50px auto;
    width: 600px;
    grid-template-columns: auto 200px;
  }
}
@media screen and (max-width: 767px) {
  #needs .solution {
    margin: 50px auto 20px auto;
    width: 100%;
    grid-template-columns: auto 100px;
  }
}
#needs .solution .content {
  text-align: center;
  line-height: 2.5em;
}
@media screen and (min-width: 768px) {
  #needs .solution .content {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.2em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #needs .solution .content {
    font-weight: 800;
    font-size: 20px;
  }
}
#needs .solution .content .content-line {
  white-space: nowrap;
}
#needs .solution .highlight {
  background-color: #df6a62;
  display: inline-block;
  padding: 0 5px 5px 10px;
}
@media screen and (min-width: 768px) {
  #needs .solution .highlight {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0.1em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #needs .solution .highlight {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
}
#needs .solution .right {
  background-image: url("../images/character3.svg?20251213-1");
  background-position-y: center;
}
#feature_ {
  margin: 0 auto;
}
#feature_ .title {
  color: #df6a62;
}
@media screen and (max-width: 767px) {
  #feature_ .title {
    letter-spacing: initial;
  }
}
#feature_ ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
  list-style-position: inside;
  list-style-type: none;
  counter-reset: item;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #feature_ ol {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #feature_ ol {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #feature_ ol {
    padding-left: 0;
  }
}
#feature_ ol li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #feature_ ol li {
    width: 280px;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #feature_ ol li {
    width: 90%;
    margin-top: 40px;
  }
}
#feature_ ol li img {
  width: 100%;
  margin-top: 1.5em;
}
#feature_ ol li .sub-title {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 1em 0;
}
#feature_ ol li .narrow {
  letter-spacing: 0;
}
#feature_ ol li .description {
  text-align: initial;
}
#feature_ ol li::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  border-bottom: 3px solid #73bca2;
  font-weight: 800;
  line-height: initial;
  font-size: 48px;
}
#booth {
  background-image: url("../images/img03.jpg?20251213-1");
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  #booth {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  #booth {
    height: 250px;
  }
}
#machine_ {
  color: #fff;
  background-color: #4e4e4e;
}
#machine_ .title span {
  background-color: #000;
  display: inline-block;
  padding: 0 0.5em;
}
#machine_ .name {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.2em;
}
#machine_ .topic {
  margin-top: 30px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#machine_ .description {
  margin-top: 30px;
}
#machine_ .recommend {
  margin-top: 30px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#machine_ .recommend-to {
  margin-top: 0.5em;
  margin-left: 1em;
}
#machine_ > div:nth-child(n+2) {
  margin-top: 3em;
}
#golfzon img {
  width: 250px;
}
@media screen and (min-width: 768px) {
  #golfzon img {
    margin: 100px auto 150px auto;
  }
}
@media screen and (max-width: 767px) {
  #golfzon img {
    margin: 60px auto 80px auto;
  }
}
@media screen and (min-width: 768px) {
  #twovision .eye-catch,
  #gdr-plus .eye-catch {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #twovision .eye-catch,
  #gdr-plus .eye-catch {
    width: 90%;
  }
}
#twovision .eye-catch img,
#gdr-plus .eye-catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #twovision .article,
  #gdr-plus .article {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #twovision .article,
  #gdr-plus .article {
    width: 90%;
  }
}
#twovision {
  flex-direction: row-reverse;
}
#practice {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px) {
  #practice .line {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #practice .line {
    margin-top: 50px;
  }
}
#practice .side-image {
  margin: 0 auto;
  width: fit-content;
  height: 110px;
}
#practice .side-image .left {
  background-image: url("../images/character4.svg?20251213-1");
  background-position: center;
}
#practice .side-image .right {
  background-image: url("../images/character5.svg?20251213-1");
  background-position: center;
}
#practice .side-image .content {
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #practice .side-image {
    grid-template-columns: 150px 1fr 150px;
  }
  #practice .side-image .content {
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #practice .side-image {
    grid-template-columns: 40px 1fr 40px;
  }
  #practice .side-image .left {
    background-size: 80%;
  }
  #practice .side-image .right {
    background-size: 90%;
  }
  #practice .side-image .content {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.2em;
    letter-spacing: initial;
    white-space: nowrap;
  }
}
#practice ul {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 50px;
  list-style-type: none;
}
#practice ul li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #practice ul li {
    width: 450px;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  #practice ul li {
    width: 90%;
    margin-top: 30px;
  }
}
#practice ul li img {
  width: 100%;
}
#practice ul li .sub-wrapper {
  padding: 30px 35px;
}
#practice ul li .function {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#practice ul li .description {
  margin-top: 1.5em;
}
#equipment .icons {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 80px auto 30px auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  #equipment .icons {
    background-image: url("../images/shisetsu.svg?20251213-1");
    width: min(1000px, 90%);
    aspect-ratio: 1102/215;
  }
}
@media screen and (max-width: 767px) {
  #equipment .icons {
    background-image: url("../images/shisetsu-mo.svg?20251213-1");
    aspect-ratio: 533/451;
    width: 90%;
  }
}
#fee_ {
  background-color: #f2f2f2;
}
#fee_ ul.member {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 40px;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  #fee_ ul.member li {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #fee_ ul.member li {
    width: 90%;
    margin-top: 70px;
  }
}
#fee_ ul.member li .member-type {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
}
#fee_ ul.member li .member-type::after {
  content: '▼';
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
#fee_ ul.member li .description {
  margin-top: 30px;
  min-height: 120px;
  line-height: 2em;
}
#fee_ ul.member li .fee {
  text-align: center;
}
#fee_ ul.member li .fee .digits {
  font-weight: 800;
  line-height: initial;
  font-size: 48px;
}
#fee_ ul.member li .fee .unit {
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.2em;
  margin-left: 0.3em;
}
#fee_ ul.member li .fee-with-tax {
  line-height: 1.9em;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #000;
}
#fee_ ul.member li .spec {
  margin-top: 30px;
  padding: 0.7vw 0;
  text-align: center;
}
#fee_ ul.member li .spec strong {
  color: #e60012;
}
#fee_ ul.member li .option {
  margin-top: 1em;
  background-color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #fee_ ul.member li.weekday {
    margin-top: 20px;
  }
}
#fee_ ul.member li.weekday .member-type {
  background-color: #4c9dce;
}
#fee_ ul.member li.weekday .member-type::after {
  color: #4c9dce;
}
#fee_ ul.member li.allday .member-type {
  background-color: #73bca2;
}
#fee_ ul.member li.allday .member-type::after {
  color: #73bca2;
}
#fee_ ul.member li.vip .member-type {
  background-color: #e6893a;
}
#fee_ ul.member li.vip .member-type::after {
  color: #e6893a;
}
#fee_ ul.entry {
  margin: 80px 0 50px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw 15vw;
  list-style-type: none;
}
#fee_ ul.entry li {
  width: 100%;
}
#fee_ ul.entry li.common .sub-title {
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 5px;
  width: 300px;
  margin: auto;
}
#fee_ ul.entry li.common .admission {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
#fee_ ul.entry li.common .admission .block .regular-fee .digits {
  font-weight: 800;
  line-height: initial;
  font-size: 48px;
}
#fee_ ul.entry li.common .admission .block .regular-fee .strike {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: #b22024;
}
#fee_ ul.entry li.common .admission .block .regular-fee .note,
#fee_ ul.entry li.common .admission .block .regular-fee .unit {
  margin-left: 0.3em;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#fee_ ul.entry li.common .admission .block .regular-fee .note {
  margin-right: 0.5em;
}
#fee_ ul.entry li.common .admission .block .campaign-fee {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fee_ ul.entry li.common .admission .block .campaign-fee .arrow {
  color: #f8b62d;
  font-weight: 800;
  font-size: 20px;
  margin-right: 5px;
}
#fee_ ul.entry li.common .admission .block .campaign-fee .free {
  color: #e60012;
  font-weight: 800;
  line-height: initial;
  font-size: 48px;
}
#fee_ .campaign {
  background-color: #b22024;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 9px 23px;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.2em;
}
#fee_ .campaign span {
  display: inline-block;
}
#fee_ .campaign span.free {
  font-weight: 800;
  line-height: initial;
  font-size: 48px;
}
#fee_ .signup-guide {
  margin-top: 50px;
}
#fee_ .locker {
  margin-top: 30px;
  text-align: center;
}
#fee_ .locker .fee .digits {
  font-weight: 800;
  line-height: initial;
  font-size: 48px;
}
#fee_ .locker .fee .note,
#fee_ .locker .fee .unit {
  margin-left: 0.3em;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#fee_ .locker .fee .note {
  margin-right: 0.5em;
}
#fee_ .fee-with-tax {
  line-height: 1.9em;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
#faq_ {
  background-color: #73bca2;
  color: #fff;
}
#faq_ * {
  overflow: hidden;
}
#faq_ .line {
  border-bottom-color: #ff0;
  margin-bottom: 50px;
}
#faq_ .qa {
  color: #000;
  position: relative;
  line-height: 1.9em;
  font-weight: normal;
  font-size: 14px;
}
#faq_ a {
  color: #1476b5;
}
#faq_ .toggle {
  display: none;
}
#faq_ .toggle:checked + .question + .answer {
  height: auto;
  padding: 20px 45px 24px 64px;
  transition: all 0.5s;
  position: relative;
}
#faq_ .toggle:checked + .question + .answer::after {
  content: 'A';
  position: absolute;
  color: #f00;
  font-size: 35px;
  left: 20px;
  top: 23px;
  font-weight: 800;
}
#faq_ .toggle:checked + .question::before {
  transform: rotate(-45deg) !important;
  transition: all 0.5s;
}
#faq_ .question {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 16px 16px 0 16px;
}
#faq_ .question::before {
  content: '+';
  transition: all 0.5s;
  color: #bbbaba;
  font-size: 50px;
  top: 35px;
  position: absolute;
  right: 15px;
  transform: rotate(0);
  margin: 0;
  line-height: 0;
}
#faq_ .question::after {
  content: 'Q';
  position: absolute;
  color: #1476b5;
  font-size: 35px;
  left: 20px;
  top: 20px;
  font-weight: 800;
}
#faq_ .question,
#faq_ .answer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotate(45);
  transition: all 0.5s;
  border-radius: 5px;
  background: #fff;
  max-width: 1200px;
  padding: 20px 45px 24px 64px;
}
#faq_ .answer {
  height: 0;
  padding: 0 45px 0 64px;
  overflow: hidden;
  position: relative;
  margin: 8px 16px 0 16px;
}
#faq_ .guide-button * {
  overflow: initial;
}
#faq_ .reservation-guide {
  margin-top: 50px;
}
#faq_ .entrance-guide {
  margin-top: 25px;
}
#guide-movies_ {
  background-color: #f2f2f2;
}
#guide-movies_ .movies {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#guide-movies_ .movies .movie {
  text-align: center;
}
#guide-movies_ .movies .movie .sub-title {
  font-weight: 800;
  font-size: 20px;
}
#guide-movies_ .movies .movie video {
  margin-top: 20px;
  height: auto;
  width: 300px;
}
#access_ {
  text-align: center;
}
#access_ .address {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
}
#access_ .large-button {
  margin: 28px 0;
}
#access_ .pc,
#access_ .sp {
  margin-top: 30px;
}
#contact {
  padding-top: 60px;
  text-align: center;
}
#contact .large-button {
  margin: 70px 0 0;
}
#about {
  background-color: #f2f2f2;
  text-align: center;
  letter-spacing: 0.2em;
}
#about .logo {
  margin: 0 auto;
}
#about .logo img {
  display: inline-block;
  width: 200px;
}
#about .links {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #about .links a {
    display: block;
  }
  #about .links span {
    display: none;
  }
}
#about .for-organizations {
  color: #fff;
  background-color: #4e4e4e;
  border-radius: 5px;
  font-weight: 800;
  width: fit-content;
  padding: 10px 20px;
  margin: 5em auto 0em auto;
}
#about .inquery {
  margin-top: 20px;
}
#about .inquery span:not(:first-child) {
  margin-left: 1em;
}
#about .copyright {
  margin-top: 50px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 12px;
}
#terminator {
  background-color: #f2f2f2;
  height: 40px;
}
footer {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2px 0 5px 0;
  height: 50px;
}
#privacy h1,
#terms h1,
#tokushoho h1 {
  margin-left: 10px;
  font-size: 20px;
}
#privacy p,
#terms p,
#tokushoho p {
  margin-left: 20px;
}
#privacy h2,
#terms h2,
#tokushoho h2 {
  margin-left: 20px;
  font-size: 14px;
}
#privacy ul,
#terms ul,
#tokushoho ul,
#privacy .content,
#terms .content,
#tokushoho .content {
  margin-left: 40px;
}
@-moz-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
