* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

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

table,
td,
th {
  border: 1px solid #333;
}

html {
  font-size: 100%;
  word-break: break-word;
}

body {
  color: #333;
  overflow-x: hidden;
  font: normal normal normal 14px/1.6 sans-serif;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
progress,
video {
  display: inline-block;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

img {
  max-inline-size: 100%;
  height: auto;
}

/* --------------------------------------------------------- */
/* mixin */
html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background: #00985d;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/* 
.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/* 
.zen-maru gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

*/
/* --------------------------------------------------------- */
:root {
  --font-color: #333;
  --key-color: #fcf306;
  --bg-color: #00652b;
  --key02-color: #8fc31f;
  --inner-width: calc(710 / 750 * 100%);
  --top-show: 0px;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #00975D;
  background: url(../img/bg01.jpg) repeat center center/cover;
  top: auto !important;
}

.inner {
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
  overflow: visible;
  display: block;
}

/* ======================================================== */
/* ======================================================== */
.pc-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  z-index: 1;
}
.pc-slider .bg-bottom {
  position: absolute;
  bottom: 0;
  left: -8%;
  height: auto;
  width: 53.3333333333vw;
}
.pc-slider .bg-bottom img {
  width: 100%;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}

.pc-slider-left {
  height: 100%;
  position: relative;
  width: 62.5vw;
}
.pc-slider-left .pc-slider-left-sns {
  position: absolute;
  left: 13.333%;
  top: 4.44%;
  z-index: 3;
  max-width: 14.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1250px) {
  .pc-slider-left .pc-slider-left-sns {
    left: 5%;
    max-width: 25%;
  }
}
.pc-slider-left .pc-slider-left-sns a {
  width: 32%;
}
.pc-slider-left .pc-slider-left-sns a:nth-child(2) {
  margin: 0 15px;
}
.pc-slider-left .pc-slider-left-sns a:hover {
  text-decoration: none !important;
}
.pc-slider-left .pc-slider-left-logo {
  position: absolute;
  top: 20%;
  left: 13.333%;
  width: 33.33%;
  z-index: 3;
}
@media (max-width: 1250px) {
  .pc-slider-left .pc-slider-left-logo {
    left: 5%;
    width: 220px;
  }
}
.pc-slider-left .pc-slider-left-line {
  position: absolute;
  bottom: 2.5%;
  left: 13.333%;
  z-index: 3;
  width: 66.66%;
}
@media (max-width: 1250px) {
  .pc-slider-left .pc-slider-left-line {
    left: 5%;
    width: 90%;
  }
}
.pc-slider-left .pc-slider-left-nav {
  position: absolute;
  top: 5%;
  left: 60%;
  z-index: 3;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}
.pc-slider-left .pc-slider-left-nav ul li {
  list-style: none;
  padding-bottom: 8px;
}
.pc-slider-left .pc-slider-left-nav ul li a {
  font-size: clamp(14px, 2.5714px + 1.1161vw, 24px);
  color: #fff;
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
  display: block;
}
.pc-slider-left .pc-slider-left-nav ul li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media (max-width: 1400px) {
  .pc-slider-left .pc-slider-left-nav {
    left: 55%;
  }
}
@media (max-width: 1199px) {
  .pc-slider-left .pc-slider-left-nav {
    left: 58%;
  }
  .pc-slider-left .pc-slider-left-nav ul li a {
    font-size: 14px;
  }
}
.pc-slider-left .pc-sns {
  position: absolute;
  height: 4.8%;
  top: 4.6%;
  left: 13.2%;
  width: 15%;
  z-index: 2;
}
.pc-slider-left .pc-sns a:first-child {
  position: absolute;
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
.pc-slider-left .pc-sns a:nth-child(2) {
  position: absolute;
  width: 28%;
  height: 100%;
  left: 36%;
  top: 0;
  z-index: 4;
}
.pc-slider-left .pc-sns a:nth-child(3) {
  position: absolute;
  width: 28%;
  height: 100%;
  left: 71%;
  top: 0;
  z-index: 4;
}
.pc-slider-left .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.pc-slider-left .img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pc-slider-left .img img {
  width: 100%;
}
.pc-slider-left .img1 {
  position: absolute;
  top: 46%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
}
.pc-slider-left .img2 {
  position: absolute;
  top: 48%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.pc-slider-left .logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.pc-slider-left .leaf {
  position: absolute;
  z-index: 1;
  top: -0.5%;
  left: 6%;
  width: 25.0666%;
}
.pc-slider-left .leaf img {
  width: 100%;
}
.pc-slider-left .cloud01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
  width: 52.8%;
}
.pc-slider-left .cloud01 img {
  width: 100%;
}
.pc-slider-left .cloud02 {
  position: absolute;
  left: 0;
  bottom: 8vw;
  z-index: 4;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  width: 52.8%;
}
.pc-slider-left .cloud02 img {
  width: 100%;
}
.pc-slider-left.show .img {
  opacity: 0;
}
.pc-slider-left.show .logo {
  opacity: 1;
}
@media (min-width: 1025px) {
  .pc-slider-left .slider-left img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1540px) {
  .pc-slider-left {
    width: calc(100% - 560px);
  }
}
@media (max-width: 1024px) {
  .pc-slider-left {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .pc-slider-left {
    display: none;
  }
}

.pc-slider-right {
  height: 100%;
  position: relative;
  width: 7.5520833333vw;
}
.pc-slider-right .top {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 62.5%;
  z-index: 3;
}
.pc-slider-right .bot {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 62.5%;
  z-index: 3;
}
.pc-slider-right .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.pc-slider-right .bg-bottom {
  left: -45%;
}
.pc-slider-right .img {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1;
  max-width: 90%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-slider-right .img img {
  width: 100%;
}
.pc-slider-right .img a {
  position: absolute;
  left: 0;
  top: 76.5%;
  width: 53%;
  border-radius: 100px;
  height: 7.5%;
  opacity: 0;
  pointer-events: none;
}
.pc-slider-right .check {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  width: 91.282%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-slider-right .check img {
  width: 100%;
}
.pc-slider-right .check a {
  position: absolute;
  left: 0;
  top: 63%;
  width: 55.4%;
  height: 17.8%;
  border-radius: 100px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pc-slider-right .check a:hover {
  opacity: 0.2;
}
.pc-slider-right .img-bg {
  position: absolute;
  right: 0;
  top: 22%;
  z-index: 1;
  width: 33.162%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-slider-right .img-bg img {
  width: 100%;
}
@media (max-width: 1024px) {
  .pc-slider-right {
    display: none;
  }
}

.index-main {
  position: relative;
  z-index: 3;
  background-color: #00985d;
  width: 29.1666666667vw;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  min-width: 560px;
  margin-left: 62.5vw;
}
@media (max-width: 1540px) {
  .index-main {
    margin-left: calc(100% - 560px);
  }
}
@media (max-width: 1024px) {
  .index-main {
    width: 50%;
    margin-left: 50%;
    margin-right: 0;
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .index-main {
    width: 100%;
    margin-left: 0;
    padding-bottom: calc(65px + constant(safe-area-inset-bottom));
    padding-bottom: calc(65px + env(safe-area-inset-bottom));
  }
}

/* --------------------------------------------- */
.top img {
  display: block;
  width: 100%;
  height: 100%;
}

.summary {
  --summary-title-font-size: 3.25vw;
  --schedule-font-size: 1.55vw;
  --box-font-size: 1.36vw;
  --box-mix-font-size: 14px;
}
@media (max-width: 900px) {
  .summary {
    --summary-title-font-size: 6.667vw;
    --schedule-font-size: 3.9vw;
    --box-font-size: 3.32vw;
    --box-mix-font-size: 10px;
  }
}
.summary .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: clamp(12px, var(--summary-title-font-size), 50px);
  position: relative;
  padding-bottom: 2%;
}
.summary .title .ttl {
  width: var(--inner-width);
  margin: auto;
  color: #fff;
  border-radius: 100px;
  background-color: var(--bg-color);
}
.summary .title .icon1 {
  position: absolute;
  left: 1.25%;
  top: -44%;
  width: 17.3333333333%;
}
.summary .title .icon2 {
  position: absolute;
  right: 0;
  top: 8%;
  width: 26.9333333333%;
}
.summary .title .icon3 {
  position: absolute;
  bottom: 0;
  width: 59.8666666667%;
  left: 50%;
  -webkit-transform: translate(-50%, 40%);
      -ms-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
}
.summary .boxes {
  border: 1px solid #8d8d8d;
  background-color: #fcf7f2;
  border-radius: 20px;
  overflow: hidden;
  width: var(--inner-width);
  margin: auto;
}
.summary .schedule {
  padding: 7.2% 3%;
  text-align: center;
}
.summary dl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: clamp(10px, var(--schedule-font-size), 30px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.summary dl ~ dl {
  margin-top: 1em;
}
.summary dl dt {
  background-color: var(--schedule-dt-bg-color, var(--key-color));
  color: var(--schedule-dt-color, var(--font-color));
  text-align: center;
  width: 4.2em;
  min-width: 4.2em;
  border-radius: 6px;
  margin-right: 1em;
}
.summary dl dd {
  font-size: 1.2667em;
  font-weight: 900;
}
.summary dl dd .time {
  font-size: 1.3em;
  line-height: 1;
}
.summary dl dd .time .big {
  display: inline-block;
  font-size: 1.281em;
  line-height: 0.55;
  margin: 0 0.1em;
}
.summary dl dd .time small {
  font-size: 0.419em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.summary dl:nth-child(3) {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.summary .box {
  background-color: #ffffff;
  padding: 50px 3% 60px;
  padding: 1.923em 3% 2.307em;
  font-size: 26px;
  font-size: clamp(var(--box-mix-font-size), var(--box-font-size), 26px);
}
.summary .ttl {
  font-size: 1.1923076923em;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.8em;
}
.summary .icon {
  width: 17.6%;
  margin-top: -6%;
  overflow: hidden;
}
.summary .icon img {
  width: 100%;
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
}

.access {
  --map-bg-color: #dedede;
  --title-font-size: 3.5vw;
  --address-font-size: 2vw;
}
@media (max-width: 900px) {
  .access {
    --title-font-size: 8vw;
    --address-font-size: 5.0667vw;
  }
}
.access .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  font-size: clamp(16px, var(--title-font-size), 60px);
  font-weight: 900;
  text-align: center;
  margin: 50px auto;
  background-image: url(../img/bg-access.png);
  background-position: center center;
  background-size: 90.666%;
  background-repeat: no-repeat;
  padding-bottom: 3.754%;
}
@media (max-width: 500px) {
  .access .title {
    margin: 40px auto;
  }
}
.access .address {
  background-color: var(--map-bg-color);
  background-image: url(../img/bg-address.jpg);
  background-position: center center;
  background-size: 90.6666666667%;
  background-repeat: repeat-x;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  font-size: clamp(14px, var(--address-font-size), 38px);
  padding: 20px;
  text-align: center;
}
.access .map {
  position: relative;
  z-index: 1;
  background-color: var(--map-bg-color);
}
.access .map::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 92.9333333333%;
  position: relative;
  top: 0;
}
.access iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

section {
  display: block;
}
section img {
  width: 100%;
  display: block;
  pointer-events: none;
}

/* --------------------------------------------- */
.sns {
  text-align: center;
  font-size: 50px;
  font-size: clamp(12px, 3.25vw, 50px);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 30px;
  padding: 0 20px;
}
.sns .link {
  text-align: center;
  text-decoration: none !important;
  display: block;
  margin: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.sns .link:hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
@media (max-width: 900px) {
  .sns {
    font-size: clamp(12px, 6.667vw, 50px);
  }
}
@media (max-width: 500px) {
  .sns {
    margin: 40px auto 20px;
  }
  .sns .link {
    margin: 15px;
  }
}

.copy {
  text-align: center;
  font-size: 20px;
  background-color: var(--bg-color);
  color: #fff;
  padding: 20px;
  background: url(../img/bg03.jpg) repeat center center;
  font-size: clamp(10px, -0.9489px + 1.4599vw, 14px);
}
@media (max-width: 900px) {
  .copy {
    font-size: clamp(10px, 2.667vw, 20px);
  }
}

.sns-txt {
  width: var(--inner-width);
  margin: auto;
  margin-top: 50px;
  margin-bottom: -30px;
}
.sns-txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-txt dt {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .sns-txt {
    margin-top: 40px;
    margin-bottom: -40px;
    font-size: 12px;
  }
}

/* ================================================================================= */
.site-menu {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  display: none;
  -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;
  z-index: 1000;
}
.site-menu span {
  width: 50%;
  height: 2px;
  margin: 5px auto;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
@media (max-width: 900px) {
  .site-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-nav-wrap {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 152, 93, 0.95);
  color: #fff;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px;
}

.mobile-nav {
  height: 100%;
  padding-bottom: 5%;
  overflow-y: auto;
}
.mobile-nav .nav {
  width: 80%;
  margin: auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: 2.25vw;
}
@media (max-width: 900px) {
  .mobile-nav .nav {
    font-size: 5.5vw;
  }
}
.mobile-nav ul {
  list-style: none;
}
.mobile-nav li a {
  text-decoration: none !important;
  padding: 0.6em 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mobile-nav li a i {
  color: var(--key-color);
  margin-right: 1em;
}
.mobile-nav .sns-links {
  font-size: 1.1667em;
  line-height: 1;
  margin: 1.428em auto;
  width: 100%;
  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: 0.85em;
}
.mobile-nav .sns-links a {
  text-decoration: none !important;
}
.mobile-nav .sns-links .instagram {
  border-radius: 100%;
  width: 1em;
  min-width: 1em;
  aspect-ratio: 1;
  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;
}
.mobile-nav .sns-links .twitter {
  border-radius: 100%;
  width: 1em;
  min-width: 1em;
  aspect-ratio: 1;
  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;
}
.mobile-nav .sns-links .facebook {
  border-radius: 100%;
  width: 1em;
  min-width: 1em;
  aspect-ratio: 1;
  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;
}

.show_menu .site-menu span:nth-child(1) {
  -webkit-transform: translateY(calc(50% + 5px)) rotate(135deg);
      -ms-transform: translateY(calc(50% + 5px)) rotate(135deg);
          transform: translateY(calc(50% + 5px)) rotate(135deg);
}
.show_menu .site-menu span:nth-child(2) {
  -webkit-transform: translateY(calc(-50% - 5px)) rotate(-135deg);
      -ms-transform: translateY(calc(-50% - 5px)) rotate(-135deg);
          transform: translateY(calc(-50% - 5px)) rotate(-135deg);
}
@media (max-width: 900px) {
  .show_menu .mobile-nav-wrap {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.site-bottom {
  position: fixed;
  bottom: 20px;
  z-index: 990;
  -webkit-transform: translateY(calc(101% + 20px));
      -ms-transform: translateY(calc(101% + 20px));
          transform: translateY(calc(101% + 20px));
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  width: 29.1666666667vw;
  min-width: 560px;
}
@media (max-width: 1024px) {
  .site-bottom {
    width: 50%;
    left: 50%;
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .site-bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(101%);
        -ms-transform: translateY(101%);
            transform: translateY(101%);
  }
}
.site-bottom.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.site-bottom .boxes {
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  background-color: #404040;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .site-bottom .boxes {
    height: 65px;
    border-radius: 10px;
  }
}
.site-bottom a {
  width: 33.33%;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none !important;
  font-size: 26px;
  font-size: clamp(10px, 1.5vw, 26px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  line-height: 1.35;
  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;
}
@media (max-width: 900px) {
  .site-bottom a {
    font-size: clamp(10px, 3.4666vw, 26px);
  }
}
.site-bottom a ~ a {
  border-left: 1px solid #808080;
}
.site-bottom a:hover {
  color: #808080;
}
.site-bottom .icon {
  font-size: 1.538em;
  line-height: 1;
}
.site-bottom .txt {
  text-transform: uppercase;
}

/* ------------------ */
.section-sns {
  position: relative;
}
.section-sns a {
  position: absolute;
  top: 13.8%;
  width: 9.6%;
  aspect-ratio: 1;
  border-radius: 100%;
  overflow: hidden;
}
.section-sns .instagram {
  left: 29.1%;
}
.section-sns .twitter {
  left: 45.1%;
}
.section-sns .facebook {
  left: 61.1%;
}

.section-stage .stage {
  display: none;
  position: relative;
}
.section-stage .stage.show {
  display: block;
}
.section-stage .btn {
  position: absolute;
  width: 48.1333333333%;
  aspect-ratio: 361/88;
  cursor: pointer;
}
.section-stage .stage-15 .btn {
  top: 25.8%;
  left: 50.5%;
  width: 47.6%;
}
.section-stage .stage-15 .links a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-stage .stage-15 .links a:nth-child(1) {
  top: 34.2%;
  width: 53.2%;
  height: 5.1%;
}
.section-stage .stage-15 .links a:nth-child(2) {
  top: 41.6%;
  width: 95.2%;
  height: 7.5%;
}
.section-stage .stage-15 .links a:nth-child(3) {
  top: 49.1%;
  width: 95.2%;
  height: 7.7%;
}
.section-stage .stage-15 .links a:nth-child(4) {
  top: 56.8%;
  width: 95.2%;
  height: 7.3%;
}
.section-stage .stage-15 .links a:nth-child(5) {
  top: 64.1%;
  width: 95.2%;
  height: 7.5%;
}
.section-stage .stage-15 .links a:nth-child(6) {
  top: 71.6%;
  width: 95.2%;
  height: 7.5%;
}
.section-stage .stage-15 .links a:nth-child(7) {
  top: 80.6%;
  width: 35%;
  height: 2%;
  left: 59%;
}
.section-stage .stage-15 .links a:nth-child(8) {
  top: 83.4%;
  width: 32%;
  left: 57.6%;
  height: 2%;
}
.section-stage .stage-16 .btn {
  top: 24.1%;
  left: 2%;
  width: 47.6%;
}
.section-stage .stage-16 .links a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-stage .stage-16 .links a:nth-child(1) {
  top: 32%;
  width: 53.2%;
  height: 4.7%;
}
.section-stage .stage-16 .links a:nth-child(2) {
  top: 39%;
  width: 95.2%;
  height: 6.9%;
}
.section-stage .stage-16 .links a:nth-child(3) {
  top: 45.9%;
  width: 95.2%;
  height: 7.1%;
}
.section-stage .stage-16 .links a:nth-child(4) {
  top: 53%;
  width: 95.2%;
  height: 6.8%;
}
.section-stage .stage-16 .links a:nth-child(5) {
  top: 59.8%;
  width: 95.2%;
  height: 7.1%;
}
.section-stage .stage-16 .links a:nth-child(6) {
  top: 66.9%;
  width: 95.2%;
  height: 6.9%;
}
.section-stage .stage-16 .links a:nth-child(7) {
  top: 73.8%;
  width: 95.2%;
  height: 7%;
}
.section-stage .stage-16 .links a:nth-child(8) {
  top: 80.8%;
  width: 95.2%;
  height: 7%;
}

.section-stage2 .stage {
  display: none;
  position: relative;
}
.section-stage2 .stage.show {
  display: block;
}
.section-stage2 .btn2 {
  position: absolute;
  width: 48.1333333333%;
  aspect-ratio: 361/88;
  cursor: pointer;
}
.section-stage2 .stage-17 .btn2 {
  left: 50.5%;
  width: 47.6%;
  top: 44.6%;
}
.section-stage2 .stage-18 .btn2 {
  left: 2%;
  width: 47.6%;
  top: 45.2%;
}

.section02 {
  position: relative;
}
.section02 a {
  position: absolute;
  bottom: 9.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96%;
  height: 10.2%;
}

.section02-add10 {
  position: relative;
}
.section02-add10 a {
  position: absolute;
  bottom: 5.6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85.4%;
  height: 6.7%;
}

.pick-sns1 {
  position: relative;
}
.pick-sns1 a {
  position: absolute;
}
.pick-sns1 a:nth-child(2) {
  top: 7%;
  left: 32%;
  width: 15%;
  height: 37%;
}
.pick-sns1 a:nth-child(3) {
  top: 7%;
  left: 53%;
  width: 15%;
  height: 37%;
}

.pick-sns2 {
  position: relative;
}
.pick-sns2 a {
  position: absolute;
}
.pick-sns2 a:nth-child(2) {
  top: 10.2%;
  left: 32%;
  width: 15%;
  height: 39%;
}
.pick-sns2 a:nth-child(3) {
  top: 10.2%;
  left: 53%;
  width: 15%;
  height: 39%;
}

.pick-sns3 {
  position: relative;
}
.pick-sns3 a {
  position: absolute;
}
.pick-sns3 a:nth-child(2) {
  top: 6%;
  left: 32%;
  width: 15%;
  height: 46%;
}
.pick-sns3 a:nth-child(3) {
  top: 6%;
  left: 53%;
  width: 15%;
  height: 46%;
}

.section03 {
  position: relative;
}
.section03 a {
  position: absolute;
  top: 65%;
  left: 9%;
  width: 82%;
  height: 15%;
}

.rugby-a {
  position: relative;
}
.rugby-a a {
  position: absolute;
  top: 9%;
  left: 6.5%;
  width: 87%;
  height: 62%;
}

.section04 {
  position: relative;
}
.section04 a {
  position: absolute;
}
.section04 a:nth-child(2) {
  top: 50%;
  left: 13%;
  width: 75%;
  height: 16%;
}
.section04 a:nth-child(3) {
  top: 68.5%;
  left: 13%;
  width: 75%;
  height: 16%;
}

.section05 {
  position: relative;
}
.section05 a {
  position: absolute;
}
.section05 a:nth-child(2) {
  top: 44.5%;
  left: 9%;
  width: 82%;
  height: 24%;
}
.section05 a:nth-child(3) {
  top: 74%;
  left: 9%;
  width: 82%;
  height: 19%;
}

.section12 {
  position: relative;
}
.section12 a {
  position: absolute;
  bottom: 14%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 39%;
  height: 4%;
}

.section02-add5 {
  position: relative;
}
.section02-add5 a {
  position: absolute;
  width: 93.6%;
  left: 3.2%;
  top: 0;
  height: 10.7%;
}

.section08 {
  position: relative;
}
.section08 a {
  display: block;
  position: absolute;
  width: 47.5%;
  height: 10%;
  top: 47%;
  left: 28%;
}

footer .copy {
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  footer .copy {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  footer .copy {
    padding-bottom: 15px;
  }
}

.section-exhibitor-btn {
  position: relative;
}
.section-exhibitor-btn a {
  position: absolute;
  top: 29%;
  left: 7.1%;
  width: 85.5%;
  height: 41.2%;
  border-radius: 100px;
}

.section02-btn {
  position: relative;
}
.section02-btn a {
  position: absolute;
  top: 29%;
  left: 7.1%;
  width: 85.5%;
  height: 41.2%;
  border-radius: 100px;
}