@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  font-weight: normal;
  font: inherit;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, YuGothicM, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.5px;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.75;
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #505050;
}

button:hover {
  opacity: 0.75;
}

button:disabled:hover {
  opacity: 1;
}

.common-button {
  max-width: 200px;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .common-button {
    font-size: 1.6rem;
  }
}
.common-button.blue {
  border: 2px solid #6083BF;
  color: #6083BF;
}
.common-button.pink {
  border: 2px solid #EA98A9;
  color: #EA98A9;
}
.common-button.black {
  border: 2px solid #333;
  color: #333;
}
.common-button.beige {
  border: 2px solid #BE904A;
  color: #BE904A;
}
.common-button.green {
  border: 2px solid #419248;
  color: #419248;
}
.common-button.wine-red {
  border: 2px solid #89293A;
  color: #89293A;
}
.common-button img {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.clearbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .clearbr {
    display: block;
  }
}

.brclear {
  display: block;
}
@media screen and (max-width: 768px) {
  .brclear {
    display: none;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .jk-top_introduction-text.fadein {
    -webkit-transform: translate(-50%, 30px);
            transform: translate(-50%, 30px);
  }
}

@media screen and (max-width: 768px) {
  .jk-top_introduction-text.fadein.active {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.jk-area_kirishima-box.fadein {
  opacity: 0;
  -webkit-transform: translateY(13%);
          transform: translateY(13%);
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box.fadein {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.jk-area_kirishima-box.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box.fadein.active {
    -webkit-transform: translateY(-1.8%);
            transform: translateY(-1.8%);
  }
}

.jk-area_ibusuki-cat.fadein {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-cat.fadein {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
}

.jk-area_ibusuki-cat.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(-16%);
          transform: translateY(-16%);
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-cat.fadein.active {
    -webkit-transform: translateY(-18%);
            transform: translateY(-18%);
  }
}

@-webkit-keyframes mvTitle {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  60% {
    opacity: 1;
    left: 44.7%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  65%, 85% {
    left: 44.7%;
    -webkit-transform: translate(-50%, -60%) scale(1);
            transform: translate(-50%, -60%) scale(1);
  }
  75%, 95% {
    left: 44.7%;
    -webkit-transform: translate(-50%, -40%) scale(1);
            transform: translate(-50%, -40%) scale(1);
  }
  100% {
    opacity: 1;
    left: 44.7%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes mvTitle {
  0% {
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  60% {
    opacity: 1;
    left: 44.7%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  65%, 85% {
    left: 44.7%;
    -webkit-transform: translate(-50%, -60%) scale(1);
            transform: translate(-50%, -60%) scale(1);
  }
  75%, 95% {
    left: 44.7%;
    -webkit-transform: translate(-50%, -40%) scale(1);
            transform: translate(-50%, -40%) scale(1);
  }
  100% {
    opacity: 1;
    left: 44.7%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes dog {
  0% {
    opacity: 0;
    left: 60%;
  }
  100% {
    opacity: 1;
    left: 56.2%;
  }
}
@keyframes dog {
  0% {
    opacity: 0;
    left: 60%;
  }
  100% {
    opacity: 1;
    left: 56.2%;
  }
}
@-webkit-keyframes sandBath {
  0% {
    opacity: 0;
    top: 10%;
  }
  100% {
    opacity: 1;
    top: 14.6%;
  }
}
@keyframes sandBath {
  0% {
    opacity: 0;
    top: 10%;
  }
  100% {
    opacity: 1;
    top: 14.6%;
  }
}
@-webkit-keyframes sake {
  0% {
    opacity: 0;
    right: -10%;
  }
  100% {
    opacity: 1;
    right: -1%;
  }
}
@keyframes sake {
  0% {
    opacity: 0;
    right: -10%;
  }
  100% {
    opacity: 1;
    right: -1%;
  }
}
@-webkit-keyframes bird {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes bird {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes castle {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: -7.5%;
  }
}
@keyframes castle {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: -7.5%;
  }
}
@-webkit-keyframes train {
  0% {
    opacity: 0;
    left: 10.6%;
  }
  100% {
    opacity: 1;
    left: 21.6%;
  }
}
@keyframes train {
  0% {
    opacity: 0;
    left: 10.6%;
  }
  100% {
    opacity: 1;
    left: 21.6%;
  }
}
@-webkit-keyframes shirokuma {
  0% {
    opacity: 0;
    left: 15%;
  }
  100% {
    opacity: 1;
    left: 7%;
  }
}
@keyframes shirokuma {
  0% {
    opacity: 0;
    left: 15%;
  }
  100% {
    opacity: 1;
    left: 7%;
  }
}
@-webkit-keyframes mountain {
  0% {
    opacity: 0;
    top: -3%;
  }
  100% {
    opacity: 1;
    top: -14.4;
  }
}
@keyframes mountain {
  0% {
    opacity: 0;
    top: -3%;
  }
  100% {
    opacity: 1;
    top: -14.4;
  }
}
@-webkit-keyframes link {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 0.7%;
  }
}
@keyframes link {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 0.7%;
  }
}
@-webkit-keyframes bear {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  5.5%, 27.5%, 49.5%, 71.5%, 93.5% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
            transform: translate(-50%, -50%) rotate(10deg);
  }
  11%, 22%, 33%, 44%, 55%, 66%, 77%, 88%, 99% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  16.5%, 38.5%, 60.5%, 82.5% {
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
            transform: translate(-50%, -50%) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes bear {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  5.5%, 27.5%, 49.5%, 71.5%, 93.5% {
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
            transform: translate(-50%, -50%) rotate(10deg);
  }
  11%, 22%, 33%, 44%, 55%, 66%, 77%, 88%, 99% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  16.5%, 38.5%, 60.5%, 82.5% {
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
            transform: translate(-50%, -50%) rotate(-10deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 1.5%;
  }
}
@keyframes logo {
  0% {
    opacity: 0;
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes mvTitle {
    0% {
      opacity: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
    }
    60% {
      opacity: 1;
      left: 49.5%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
    }
    65%, 85% {
      left: 49.5%;
      -webkit-transform: translate(-50%, -60%) scale(1);
              transform: translate(-50%, -60%) scale(1);
    }
    75%, 95% {
      left: 49.5%;
      -webkit-transform: translate(-50%, -40%) scale(1);
              transform: translate(-50%, -40%) scale(1);
    }
    100% {
      opacity: 1;
      left: 49.5%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
    }
  }
  @keyframes mvTitle {
    0% {
      opacity: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
    }
    60% {
      opacity: 1;
      left: 49.5%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
    }
    65%, 85% {
      left: 49.5%;
      -webkit-transform: translate(-50%, -60%) scale(1);
              transform: translate(-50%, -60%) scale(1);
    }
    75%, 95% {
      left: 49.5%;
      -webkit-transform: translate(-50%, -40%) scale(1);
              transform: translate(-50%, -40%) scale(1);
    }
    100% {
      opacity: 1;
      left: 49.5%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
    }
  }
  @-webkit-keyframes dog {
    0% {
      opacity: 0;
      left: 70%;
    }
    100% {
      opacity: 1;
      left: 60.6%;
    }
  }
  @keyframes dog {
    0% {
      opacity: 0;
      left: 70%;
    }
    100% {
      opacity: 1;
      left: 60.6%;
    }
  }
  @-webkit-keyframes sandBath {
    0% {
      opacity: 0;
      bottom: 5%;
    }
    100% {
      opacity: 1;
      bottom: 16%;
    }
  }
  @keyframes sandBath {
    0% {
      opacity: 0;
      bottom: 5%;
    }
    100% {
      opacity: 1;
      bottom: 16%;
    }
  }
  @-webkit-keyframes sake {
    0% {
      opacity: 0;
      top: 5%;
    }
    100% {
      opacity: 1;
      top: 13.5%;
    }
  }
  @keyframes sake {
    0% {
      opacity: 0;
      top: 5%;
    }
    100% {
      opacity: 1;
      top: 13.5%;
    }
  }
  @-webkit-keyframes bird {
    0% {
      opacity: 0;
      bottom: 40%;
    }
    100% {
      opacity: 1;
      bottom: 24%;
    }
  }
  @keyframes bird {
    0% {
      opacity: 0;
      bottom: 40%;
    }
    100% {
      opacity: 1;
      bottom: 24%;
    }
  }
  @-webkit-keyframes castle {
    0% {
      opacity: 0;
      right: -40%;
    }
    100% {
      opacity: 1;
      right: -25%;
    }
  }
  @keyframes castle {
    0% {
      opacity: 0;
      right: -40%;
    }
    100% {
      opacity: 1;
      right: -25%;
    }
  }
  @-webkit-keyframes train {
    0% {
      opacity: 0;
      left: 35%;
    }
    100% {
      opacity: 1;
      left: 48.5%;
    }
  }
  @keyframes train {
    0% {
      opacity: 0;
      left: 35%;
    }
    100% {
      opacity: 1;
      left: 48.5%;
    }
  }
  @-webkit-keyframes shirokuma {
    0% {
      opacity: 0;
      left: 0%;
    }
    100% {
      opacity: 1;
      left: 14.5%;
    }
  }
  @keyframes shirokuma {
    0% {
      opacity: 0;
      left: 0%;
    }
    100% {
      opacity: 1;
      left: 14.5%;
    }
  }
  @-webkit-keyframes mountain {
    0% {
      opacity: 0;
      top: 10%;
    }
    100% {
      opacity: 1;
      top: -6%;
    }
  }
  @keyframes mountain {
    0% {
      opacity: 0;
      top: 10%;
    }
    100% {
      opacity: 1;
      top: -6%;
    }
  }
  @-webkit-keyframes link {
    0% {
      opacity: 0;
      top: 65%;
    }
    100% {
      opacity: 1;
      top: 50%;
    }
  }
  @keyframes link {
    0% {
      opacity: 0;
      top: 65%;
    }
    100% {
      opacity: 1;
      top: 50%;
    }
  }
  @-webkit-keyframes spText {
    0% {
      opacity: 0;
      -webkit-transform: translateY(16%);
              transform: translateY(16%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @keyframes spText {
    0% {
      opacity: 0;
      -webkit-transform: translateY(16%);
              transform: translateY(16%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
    }
  }
  @-webkit-keyframes bear {
    0% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    5.5%, 27.5%, 49.5%, 71.5%, 93.5% {
      -webkit-transform: translate(-50%, -50%) rotate(10deg);
              transform: translate(-50%, -50%) rotate(10deg);
    }
    11%, 22%, 33%, 44%, 55%, 66%, 77%, 88%, 99% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    16.5%, 38.5%, 60.5%, 82.5% {
      -webkit-transform: translate(-50%, -50%) rotate(-10deg);
              transform: translate(-50%, -50%) rotate(-10deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
  }
  @keyframes bear {
    0% {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    5.5%, 27.5%, 49.5%, 71.5%, 93.5% {
      -webkit-transform: translate(-50%, -50%) rotate(10deg);
              transform: translate(-50%, -50%) rotate(10deg);
    }
    11%, 22%, 33%, 44%, 55%, 66%, 77%, 88%, 99% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
    16.5%, 38.5%, 60.5%, 82.5% {
      -webkit-transform: translate(-50%, -50%) rotate(-10deg);
              transform: translate(-50%, -50%) rotate(-10deg);
    }
    100% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
    }
  }
  @-webkit-keyframes logo {
    0% {
      opacity: 0;
      left: -10%;
    }
    100% {
      opacity: 1;
      left: 2%;
    }
  }
  @keyframes logo {
    0% {
      opacity: 0;
      left: -10%;
    }
    100% {
      opacity: 1;
      left: 2%;
    }
  }
}
@media screen and (width: 390px) and (max-height: 770px) {
  @-webkit-keyframes mountain {
    0% {
      opacity: 0;
      top: 17%;
    }
    100% {
      opacity: 1;
      top: 2%;
    }
  }
  @keyframes mountain {
    0% {
      opacity: 0;
      top: 17%;
    }
    100% {
      opacity: 1;
      top: 2%;
    }
  }
}
@media screen and (width: 375px) and (max-height: 740px) {
  @-webkit-keyframes mountain {
    0% {
      opacity: 0;
      top: 17%;
    }
    100% {
      opacity: 1;
      top: 2%;
    }
  }
  @keyframes mountain {
    0% {
      opacity: 0;
      top: 17%;
    }
    100% {
      opacity: 1;
      top: 2%;
    }
  }
}
.footer {
  width: 100%;
  padding: 3.9% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3rem 0;
  }
}
.footer.pink {
  background: #EA98A9;
}
.footer.beige {
  background: #BE904A;
}
.footer-copy {
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    text-align: center;
    font-size: 1.2rem;
  }
}

.totop {
  display: none;
  width: 50px;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border: 2px solid #EA98A9;
  background: #ffffff;
  border-radius: 200px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .totop {
    right: 30px;
  }
}
.totop img {
  width: 49%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

html {
  overflow: auto;
}
html.no-scroll {
  overflow: hidden;
}

body {
  overflow: auto;
}
body.no-scroll {
  overflow: hidden;
}

.jk-header {
  width: 100%;
  height: 7vw;
  max-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-header {
    height: 7rem;
  }
}
.jk-header.hidden-header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.jk-header_logo {
  width: 27.8%;
  max-width: 435px;
  margin-left: 2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-header_logo {
    width: 70%;
    max-width: 273px;
    margin-left: 2rem;
  }
}
.jk-header_box {
  height: 100%;
  padding-right: 2.3%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-header_box {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jk-header_nav {
    display: none;
  }
}
.jk-header_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jk-header_item {
  position: relative;
}
.jk-header_item:hover .jk-header_sub {
  display: block;
}
.jk-header_item:hover .jk-header_link {
  background: #f9e0e5;
}
.jk-header_link {
  width: 12.4vw;
  max-width: 166px;
  padding: min(1.25vw, 16px) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border-radius: 100px;
}
.jk-header_link.active {
  background: #EA98A9;
}
.jk-header_link:hover {
  background: #f9e0e5;
}
.jk-header_link img.top {
  width: 18.9%;
}
.jk-header_link img.area {
  width: 62.5%;
}
.jk-header_link img.project {
  width: 46.9%;
}
.jk-header_link img.info {
  width: 42.9%;
}
.jk-header_link img.train {
  width: 42.6%;
}
.jk-header_sub {
  width: 130%;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #89293A;
  z-index: 1;
}
.jk-header_sub-item {
  border-bottom: 1px solid #ffffff;
}
.jk-header_sub-item:last-child {
  border-bottom: none;
}
.jk-header_sub-item a {
  width: 100%;
  padding: 6% 0;
  text-align: center;
  position: relative;
  display: block;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.jk-header_sub-item a img {
  width: 7.4%;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jk-header_hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .jk-header_hamburger {
    height: 100%;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #333;
  }
}
.jk-header_hamburger.active .line.top {
  width: 115%;
  top: 48%;
  -webkit-transform: translate(-50%, 0) rotate(32deg);
          transform: translate(-50%, 0) rotate(32deg);
}
.jk-header_hamburger.active .line.center {
  display: none;
}
.jk-header_hamburger.active .line.bottom {
  width: 115%;
  bottom: 41%;
  -webkit-transform: translate(-50%, 0) rotate(-32deg);
          transform: translate(-50%, 0) rotate(-32deg);
}
.jk-header_hamburger-box {
  width: 55.6%;
  aspect-ratio: 5/3;
  position: relative;
}
.jk-header_hamburger-box .line {
  width: 100%;
  aspect-ratio: 50/3;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -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;
}
.jk-header_hamburger-box .line.top {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.jk-header_hamburger-box .line.center {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jk-header_hamburger-box .line.bottom {
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.jk-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .jk-menu {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -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;
  }
}
.jk-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .jk-menu_inner {
    width: 100%;
    padding: 9rem 3rem 10rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .jk-menu_box {
    width: 100%;
    max-width: 500px;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .jk-menu_title {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    border-top: 1px solid #000000;
    background: #ffffff;
  }
}
.jk-menu_title.info {
  margin-top: 0;
}
.jk-menu_lists {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jk-menu_lists.area .jk-menu_link {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .jk-menu_link {
    width: 100%;
    padding: 1.6rem 0 1.7rem;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    background: #F9E0E5;
    border-top: 1px solid #000000;
  }
}
@media screen and (max-width: 768px) {
  .jk-menu_link.top {
    border-top: none;
    font-size: 1.8rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .jk-menu_link img {
    width: 4.6%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .jk-menu_logo {
    width: 41.7%;
    margin-top: 5rem;
    margin-bottom: 4%;
  }
}

.jk-top_mv {
  width: 100%;
  height: calc(55.46875vw + min(7vw, 90px));
  max-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E5A7A8;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jk-top_mv {
    height: calc(166.6666666667vw + 70px);
    max-height: calc(100vh - 21.0256410256vw);
  }
}
.jk-top_mv.active {
  padding-top: min(7vw, 90px);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .jk-top_mv.active {
    padding-top: 7rem;
  }
}
.jk-top_mv.active .jk-top_mv-inner {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .jk-top_mv.active .jk-top_mv-inner {
    height: 100%;
    width: auto;
  }
}
.jk-top_mv > .logo {
  width: 15%;
  max-width: 215px;
  position: absolute;
  top: 2%;
  left: 1.5%;
  opacity: 0;
}
@media screen and (min-aspect-ratio: 1010/600) and (max-aspect-ratio: 1200/600) and (min-width: 769px) {
  .jk-top_mv > .logo {
    width: 13%;
  }
}
@media screen and (max-width: 768px) {
  .jk-top_mv > .logo {
    width: 30%;
    max-width: 150px;
    top: 2%;
    left: 2%;
  }
}
.jk-top_mv > .logo.active {
  -webkit-animation: logo 0.3s ease-in forwards;
          animation: logo 0.3s ease-in forwards;
}
.jk-top_mv-inner {
  width: 100%;
  aspect-ratio: 1280/710;
  position: relative;
}
@media screen and (min-aspect-ratio: 1280/710) and (min-width: 769px) {
  .jk-top_mv-inner {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner {
    aspect-ratio: 390/650;
  }
}
@media screen and (min-aspect-ratio: 390/650) and (max-width: 768px) {
  .jk-top_mv-inner {
    height: 100%;
    width: auto;
  }
}
.jk-top_mv-inner img {
  position: absolute;
}
.jk-top_mv-inner img.dog {
  width: 17.7%;
  top: 15.5%;
  left: 56.2%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.dog {
    width: 59.2%;
    top: 32.3%;
    left: 60.6%;
  }
}
.jk-top_mv-inner img.dog.active {
  -webkit-animation: dog 0.3s ease-in forwards;
          animation: dog 0.3s ease-in forwards;
}
.jk-top_mv-inner img.sand-bath {
  width: 19.8%;
  top: 14.6%;
  right: -4.8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.sand-bath {
    width: 34%;
    top: unset;
    bottom: 16%;
    right: 18.2%;
  }
}
.jk-top_mv-inner img.sand-bath.active {
  -webkit-animation: sandBath 0.3s ease-in forwards;
          animation: sandBath 0.3s ease-in forwards;
}
.jk-top_mv-inner img.sake {
  width: 17.5%;
  top: 45.8%;
  right: -1%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.sake {
    width: 34%;
    right: 9%;
    top: 13.5%;
  }
}
.jk-top_mv-inner img.sake.active {
  -webkit-animation: sake 0.3s ease-in forwards;
          animation: sake 0.3s ease-in forwards;
}
.jk-top_mv-inner img.bird {
  width: 7.8%;
  right: 16.4%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.bird {
    width: 14.6%;
    right: -0.8%;
    bottom: 24%;
  }
}
.jk-top_mv-inner img.bird.active {
  -webkit-animation: bird 0.3s ease-in forwards;
          animation: bird 0.3s ease-in forwards;
}
.jk-top_mv-inner img.castle {
  width: 16.2%;
  bottom: -7.5%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.castle {
    width: 36.5%;
    bottom: unset;
    top: 19.5%;
    right: -25%;
    left: unset;
  }
}
.jk-top_mv-inner img.castle.active {
  -webkit-animation: castle 0.3s ease-in forwards;
          animation: castle 0.3s ease-in forwards;
}
.jk-top_mv-inner img.train {
  width: 39.1%;
  bottom: -8.2%;
  left: 21.6%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.train {
    width: 86.3%;
    bottom: -0.7%;
    left: 48.5%;
  }
}
.jk-top_mv-inner img.train.active {
  -webkit-animation: train 0.3s ease-in forwards;
          animation: train 0.3s ease-in forwards;
}
.jk-top_mv-inner img.shirokuma {
  width: 9%;
  bottom: 6.3%;
  left: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.shirokuma {
    width: 22.2%;
    left: 14.5%;
    bottom: 10.8%;
  }
}
.jk-top_mv-inner img.shirokuma.active {
  -webkit-animation: shirokuma 0.3s ease-in forwards;
          animation: shirokuma 0.3s ease-in forwards;
}
.jk-top_mv-inner img.mountain {
  width: 36%;
  top: -14.4%;
  left: 22%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-inner img.mountain {
    width: 86%;
    top: -6%;
    left: 29%;
  }
}
@media screen and (width: 390px) and (max-height: 770px) {
  .jk-top_mv-inner img.mountain {
    width: 66%;
    top: 2%;
    left: 33%;
  }
}
@media screen and (width: 375px) and (max-height: 740px) {
  .jk-top_mv-inner img.mountain {
    width: 66%;
    top: 2%;
    left: 32%;
  }
}
.jk-top_mv-inner img.mountain.active {
  -webkit-animation: mountain 0.3s ease-in forwards;
          animation: mountain 0.3s ease-in forwards;
}
.jk-top_mv-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-bottom {
    width: 100%;
    aspect-ratio: 390/82;
    max-height: 110px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000000;
  }
}
.jk-top_mv-bottom-inner {
  width: 87.7%;
  max-width: 500px;
  height: 100%;
  padding-left: 1%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jk-top_mv-bottom-inner > img.sp-text {
  width: 64.7%;
  opacity: 0;
}
.jk-top_mv-bottom-inner > img.sp-text.active {
  -webkit-animation: spText 0.3s ease-in forwards;
          animation: spText 0.3s ease-in forwards;
}
.jk-top_mv-bottom-inner > a {
  width: 31%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  opacity: 0;
}
.jk-top_mv-bottom-inner > a.active {
  -webkit-animation: link 0.3s ease-in forwards;
          animation: link 0.3s ease-in forwards;
}
.jk-top_mv-bottom-inner > a .bear {
  width: 86%;
  position: absolute;
  top: 24%;
  right: -29%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.jk-top_mv-bottom-inner > a .bear.active {
  -webkit-animation: bear 1.5s 0.8s ease-in forwards;
          animation: bear 1.5s 0.8s ease-in forwards;
}
.jk-top_mv-title {
  width: 66%;
  aspect-ratio: 845/334;
  position: absolute;
  top: 50.8%;
  left: 44.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
.jk-top_mv-title.active {
  -webkit-animation: mvTitle 1.2s cubic-bezier(0.42, 0.7, 0.79, 0.28) forwards;
          animation: mvTitle 1.2s cubic-bezier(0.42, 0.7, 0.79, 0.28) forwards;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-title {
    width: 96%;
    top: 47.3%;
    left: 49.5%;
  }
}
.jk-top_mv-link {
  width: 15.6%;
  aspect-ratio: 218/239;
  position: absolute;
  right: 2.5%;
  bottom: 0.7%;
  -webkit-filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.3));
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_mv-link {
    display: none;
  }
}
.jk-top_mv-link.active {
  -webkit-animation: link 0.3s ease-in forwards;
          animation: link 0.3s ease-in forwards;
}
.jk-top_mv-link img.bear {
  width: 80%;
  position: absolute;
  left: 46%;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.jk-top_mv-link img.bear.active {
  -webkit-animation: bear 1.5s 0.5s ease-in forwards;
          animation: bear 1.5s 0.5s ease-in forwards;
}

.jk-top_introduction {
  width: 100%;
  aspect-ratio: 1280/610;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jk-top_introduction {
    aspect-ratio: 390/484;
    max-height: 600px;
  }
}
.jk-top_introduction-text {
  text-align: right;
  position: absolute;
  top: 4vw;
  right: 14.8%;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-top_introduction-text {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
    top: 8rem;
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.jk-top_introduction img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.jk-top_tsubame {
  width: 100%;
  margin: 0 auto;
  padding: 4.7% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: -webkit-gradient(linear, left top, right top, from(#2FBDF0), to(#173E97));
  background: -webkit-linear-gradient(left, #2FBDF0, #173E97);
  background: linear-gradient(to right, #2FBDF0, #173E97);
}
@media screen and (max-width: 768px) {
  .jk-top_tsubame {
    padding: 9rem 0 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-top_tsubame-box {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .jk-top_tsubame-box {
    width: 84.6%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.jk-top_tsubame-box-title {
  width: 38.9%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-top_tsubame-box-title {
    width: 100%;
  }
}
.jk-top_tsubame-box-text {
  width: 100%;
  margin-top: 4.4%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .jk-top_tsubame-box-text {
    width: 100%;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.jk-top_tsubame-box .common-button {
  width: 22.2%;
  margin: 5.6% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-top_tsubame-box .common-button {
    width: 60.6%;
    margin: 5rem auto 0;
  }
}

.jk-top_news {
  width: 100%;
  padding-top: 9%;
}
@media screen and (max-width: 768px) {
  .jk-top_news {
    padding-top: 6rem;
  }
}
.jk-top_news-inner {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6.7%;
     -moz-column-gap: 6.7%;
          column-gap: 6.7%;
}
@media screen and (max-width: 768px) {
  .jk-top_news-inner {
    width: 84.6%;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jk-top_news-heading {
  width: 21.8%;
}
@media screen and (max-width: 768px) {
  .jk-top_news-heading {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jk-top_news-heading h2 {
    width: 60%;
    margin: 0 auto;
  }
}
.jk-top_news-text {
  margin-top: 15.3%;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_news-text {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
  }
}
.jk-top_news-box {
  width: 71.5%;
  max-height: 240px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .jk-top_news-box {
    width: 100%;
    max-height: 350px;
    margin-top: 4rem;
  }
}
.jk-top_news-box .simplebar-vertical {
  background: #DCDCDC;
  width: 10px !important;
}
.jk-top_news-box .simplebar-vertical .simplebar-scrollbar.simplebar-visible::before {
  margin: 0 !important;
  opacity: 1 !important;
  top: 0 !important;
  background: #89293A !important;
}
.jk-top_news-box .simplebar-vertical .simplebar-scrollbar::before {
  width: 10px !important;
  background: #ffffff;
  border-radius: 100px;
  margin-left: 2px;
  margin-top: 3px;
  right: 0 !important;
  left: 0 !important;
}
.jk-top_news-item {
  width: 100%;
  padding: 3.1% 5% 3.1% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8.9%;
     -moz-column-gap: 8.9%;
          column-gap: 8.9%;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .jk-top_news-item {
    padding: 1.5rem 1.5rem 1.5rem 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}
.jk-top_news-item:last-child {
  border-bottom: none;
}
.jk-top_news-date {
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-top_news-date {
    font-size: 1.6rem;
  }
}
.jk-top_news-link {
  white-space: normal;
  word-break: break-all;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .jk-top_news-link {
    font-size: 1.6rem;
  }
}

.jk-top_contents {
  width: 100%;
  margin-top: 9%;
  padding: 7.7% 0 8.6%;
  background: rgba(234, 152, 169, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .jk-top_contents {
    margin-top: 6rem;
    padding: 10rem 0 0;
  }
}

.jk-top_map {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-top_map {
    width: 100%;
  }
}
.jk-top_map-title {
  width: 67.2%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-top_map-title {
    width: 84.6%;
    max-width: 500px;
  }
}
.jk-top_map-text {
  width: 100%;
  margin-top: 4.4%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .jk-top_map-text {
    width: 84.6%;
    max-width: 500px;
    margin: 5rem auto 0;
    font-size: 1.6rem;
  }
}
.jk-top_map-area {
  width: 100%;
  margin: 5.6% 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area {
    margin-top: 5rem;
  }
}
.jk-top_map-area-box {
  width: 27.1%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jk-top_map-area-box .name {
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box .name {
    display: none;
  }
}
.jk-top_map-area-box .name .word {
  position: relative;
  display: inline-block;
}
.jk-top_map-area-box .name .word .yomi {
  width: 100%;
  text-align: center;
  position: absolute;
  top: max(-1.2rem, -0.9vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: min(1.2rem, 0.94vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.jk-top_map-area-box.izumi {
  top: 5%;
  left: 2.6%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box.izumi {
    width: 28.3%;
    top: 1.7%;
    left: 4.6%;
  }
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box.izumi picture {
    width: 100%;
  }
}
.jk-top_map-area-box.izumi .name {
  margin-top: 6%;
  color: #6083BF;
}
.jk-top_map-area-box.kirishima {
  top: 14.2%;
  right: 2.1%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box.kirishima picture {
    width: 83%;
  }
}
.jk-top_map-area-box.kirishima .name {
  color: #419248;
}
.jk-top_map-area-box.kagoshima {
  top: 47.6%;
  left: 4.4%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box.kagoshima picture {
    width: 91%;
  }
}
.jk-top_map-area-box.kagoshima .name {
  color: #89293A;
}
.jk-top_map-area-box.ibusuki {
  width: 28%;
  bottom: 7.6%;
  left: 40%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box.ibusuki {
    width: 30%;
    bottom: 3.6%;
    left: 24%;
  }
}
@media screen and (max-width: 768px) {
  .jk-top_map-area-box.ibusuki picture {
    width: 96%;
  }
}
.jk-top_map-area-box.ibusuki .name {
  margin-top: 6%;
  color: #BE904A;
}
.jk-top_map-area .kirishima-image {
  width: 32.3%;
  position: absolute;
  top: -1.8%;
  right: 13.1%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .kirishima-image {
    display: none;
  }
}
.jk-top_map-area .izumi-image {
  width: 29.2%;
  position: absolute;
  top: 26.5%;
  left: -3%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .izumi-image {
    display: none;
  }
}
.jk-top_map-area .kagoshima-image {
  width: 26.7%;
  position: absolute;
  bottom: 18.3%;
  left: 4.7%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .kagoshima-image {
    display: none;
  }
}
.jk-top_map-area .ibusuki-image {
  width: 33.4%;
  position: absolute;
  bottom: 11.2%;
  right: -2.3%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .ibusuki-image {
    display: none;
  }
}
.jk-top_map-area .kirishima-line {
  width: 8.7%;
  position: absolute;
  top: 21.5%;
  right: 25.3%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .kirishima-line {
    display: none;
  }
}
.jk-top_map-area .izumi-line {
  width: 11%;
  position: absolute;
  top: 13%;
  left: 25.4%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .izumi-line {
    display: none;
  }
}
.jk-top_map-area .kagoshima-line {
  width: 11%;
  position: absolute;
  top: 44%;
  left: 27.5%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .kagoshima-line {
    display: none;
  }
}
.jk-top_map-area .ibusuki-line {
  width: 4.4%;
  position: absolute;
  left: 40.4%;
  bottom: 23%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .ibusuki-line {
    display: none;
  }
}
.jk-top_map-area .common-button {
  width: 82%;
  margin-top: 6.2%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-area .common-button {
    display: none;
  }
}
.jk-top_map-slide {
  display: none;
}
@media screen and (max-width: 768px) {
  .jk-top_map-slide {
    width: 100%;
    margin-top: 3rem;
    display: block;
  }
}
.jk-top_map-slide-item {
  width: 304px;
  height: 416px !important;
  padding: 0 0 0 2rem;
}
.jk-top_map-slide-item.kagoshima .title {
  color: #9A0028;
}
.jk-top_map-slide-item.kagoshima .link {
  border: 2px solid #9A0028;
  color: #9A0028;
}
.jk-top_map-slide-item.ibusuki .title {
  color: #BE904A;
}
.jk-top_map-slide-item.ibusuki .image {
  width: 79.8%;
}
.jk-top_map-slide-item.ibusuki .link {
  border: 2px solid #BE904A;
  color: #BE904A;
}
.jk-top_map-slide-item.kirishima .title {
  color: #419248;
}
.jk-top_map-slide-item.kirishima .image {
  width: 77.3%;
}
.jk-top_map-slide-item.kirishima .link {
  border: 2px solid #419248;
  color: #419248;
}
.jk-top_map-slide-item.izumi .title {
  color: #6083BF;
}
.jk-top_map-slide-item.izumi .image {
  width: 77%;
}
.jk-top_map-slide-item.izumi .link {
  border: 2px solid #6083BF;
  color: #6083BF;
}
.jk-top_map-slide-item .title {
  margin-top: 1.4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
.jk-top_map-slide-item .title span.word {
  display: inline-block;
  position: relative;
}
.jk-top_map-slide-item .title span.yomi {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
.jk-top_map-slide-item .image {
  width: 73.8%;
  margin: 2rem auto 0;
  display: block;
}
.jk-top_map-slide-item .link {
  width: 82%;
  margin: 2.8rem auto 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.jk-top_map-slide-item .link img {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.jk-top_map-slide-inner {
  height: 100%;
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 20px;
}
.jk-top_map-time {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-time {
    width: 84.6%;
    max-width: 500px;
    margin: 4rem auto 0;
    padding: 0 0 9rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.jk-top_map-time-note {
  width: 100%;
  margin-top: 4.3%;
}
@media screen and (max-width: 768px) {
  .jk-top_map-time-note {
    margin-top: 0;
  }
}
.jk-top_map-time-note p {
  font-size: min(1.4rem, 1.1vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-top_map-time-note p {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
    font-size: 1.2rem;
  }
}

.jk-top_bottom {
  width: 100%;
  padding: 8.6% 0 10.9%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-top_bottom {
    padding: 10rem 0;
  }
}

.jk-top_event {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-top_event {
    width: 84.6%;
    max-width: 500px;
  }
}
.jk-top_event-title {
  width: 100%;
  aspect-ratio: 900/90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-top_event-title {
    aspect-ratio: 330/100;
  }
}
.jk-top_event-title picture {
  width: 61%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-title picture {
    width: 64.5%;
  }
}
.jk-top_event-title .image {
  width: 8.9%;
  position: absolute;
  right: 2.7%;
  top: 24%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-top_event-title .image {
    width: 18.9%;
    right: -13.3%;
    top: -16%;
  }
}
.jk-top_event-lists {
  width: 100%;
  margin-top: 5.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-top_event-lists {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-top_event-item {
  width: 22.8%;
  padding-bottom: 2.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item {
    width: 100%;
    margin-top: 12%;
    padding-bottom: 2rem;
  }
}
.jk-top_event-item > img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jk-top_event-item > img.stamp-rally {
  width: 25.9%;
  top: 0;
  left: 12%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item > img.stamp-rally {
    width: 18.5%;
    top: 4%;
  }
}
.jk-top_event-item > img.marche {
  width: 39.5%;
  top: 0;
  left: 12%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item > img.marche {
    width: 28.5%;
  }
}
.jk-top_event-item > img.walking {
  width: 24.4%;
  top: 0;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item > img.walking {
    width: 16.3%;
    top: 4%;
  }
}
.jk-top_event-item > img.gourmet {
  width: 22.7%;
  top: 0;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item > img.gourmet {
    width: 17.3%;
    top: 4%;
  }
}
.jk-top_event-item-title {
  width: 100%;
  aspect-ratio: 205/90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 5px solid #ffffff;
  background: #F2C1CB;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item-title {
    aspect-ratio: 330/90;
  }
}
.jk-top_event-item-title img.stamp-rally {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item-title img.stamp-rally {
    width: 65.5%;
  }
}
.jk-top_event-item-title img.marche {
  width: 72.4%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item-title img.marche {
    width: 58.5%;
  }
}
.jk-top_event-item-title img.walking {
  width: 81%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item-title img.walking {
    width: 65.3%;
  }
}
.jk-top_event-item-title picture.gourmet {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item-title picture.gourmet {
    width: 75%;
  }
}
.jk-top_event-item-text {
  width: 83.5%;
  margin: 7.3% auto 0;
  text-align: center;
  font-size: min(1.4rem, 1.1vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .jk-top_event-item-text {
    width: 87.9%;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.jk-top_event-link {
  width: 80.5%;
  max-width: 200px;
  margin: 9.4% auto 0;
  padding: 4.8% 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  border: 2px solid #9A0028;
  color: #9A0028;
}
@media screen and (max-width: 768px) {
  .jk-top_event-link {
    margin-top: 2rem;
    padding: 1.1rem 0 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
}
.jk-top_event-link img {
  width: 11%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-top_event-link img {
    width: 11%;
    right: 8px;
  }
}

.jk-top_info {
  width: 70.3%;
  max-width: 1100px;
  margin: 9.4% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-top_info {
    width: 84.6%;
    max-width: 500px;
    margin-top: 12rem;
  }
}
.jk-top_info-title {
  width: 100%;
  aspect-ratio: 900/90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-top_info-title {
    aspect-ratio: 330/98;
  }
}
.jk-top_info-title picture {
  width: 58.8%;
}
@media screen and (max-width: 768px) {
  .jk-top_info-title picture {
    width: 65%;
  }
}
.jk-top_info-title .image {
  width: 12.2%;
  position: absolute;
  top: 50%;
  left: 8.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-top_info-title .image {
    width: 25.2%;
    left: 6.7%;
  }
}
.jk-top_info-banner {
  width: 100%;
  margin-top: 4.4%;
  display: block;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .jk-top_info-banner {
    margin-top: 4rem;
  }
}
.jk-top_info-lists {
  width: 100%;
  margin-top: 5.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .jk-top_info-lists {
    margin-top: 0;
    row-gap: 0;
  }
}
.jk-top_info-item {
  width: 48.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .jk-top_info-item {
    width: 100%;
    margin-top: 4rem;
  }
}
.jk-top_info-link {
  width: 100%;
  padding: 4.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #89293A;
  border-radius: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .jk-top_info-link {
    padding: 2rem;
  }
}
.jk-top_info-link > img {
  width: 6%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .jk-top_info-link > img {
    width: 25px;
  }
}
.jk-top_info-box {
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .jk-top_info-box {
    width: 86.2%;
  }
}
.jk-top_info-box-title {
  padding-bottom: 3.9%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-top_info-box-title {
    padding-bottom: 1.3rem;
    font-size: 1.6rem;
  }
}
.jk-top_info-box-text {
  padding-top: 4.8%;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-top_info-box-text {
    padding-top: 1.5rem;
    font-size: 2rem;
  }
}
.jk-top_info-box-text.ticket {
  min-height: min(5.6rem, 4.48vw);
}

.jk-top_campaign {
  width: 70.3%;
  max-width: 1100px;
  margin: 9.4% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-top_campaign {
    width: 84.6%;
    max-width: 500px;
    margin-top: 12rem;
  }
}
.jk-top_campaign-title {
  width: 100%;
  aspect-ratio: 900/148;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-top_campaign-title {
    aspect-ratio: 330/132;
  }
}
.jk-top_campaign-title picture {
  width: 74.8%;
}
@media screen and (max-width: 768px) {
  .jk-top_campaign-title picture {
    width: 84%;
  }
}

.jk-top_ds {
  width: 70.3%;
  max-width: 1100px;
  margin: 8.7% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-top_ds {
    width: 84.6%;
    max-width: 500px;
    margin-top: 12rem;
  }
}
.jk-top_ds-title {
  width: 100%;
  aspect-ratio: 900/90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #BE904A;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-title {
    aspect-ratio: 330/69;
  }
}
.jk-top_ds-title img {
  width: 18.8%;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-title img {
    width: 38%;
  }
}
.jk-top_ds-lists {
  width: 100%;
  margin: 5.4% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-lists {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.5rem;
  }
}
.jk-top_ds-item {
  width: 47.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #dec7a4;
  border: 4px solid #BE904A;
  border-radius: 10px;
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .jk-top_ds-item {
    width: 100%;
  }
}
.jk-top_ds-item > img {
  width: 37.2%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-item > img {
    width: 36.4%;
  }
}
.jk-top_ds-box {
  width: 62.8%;
  padding: 4% 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-box {
    width: 63.6%;
    padding: 1.4rem 1.6rem;
  }
}
.jk-top_ds-box .common-button {
  width: 74%;
  margin: 7.8% auto 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-box .common-button {
    width: 100%;
    padding-right: 1.5rem;
    margin-top: 1rem;
  }
}
.jk-top_ds-box .common-button img {
  right: 7px;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-box .common-button img {
    width: 20px;
    right: 8px;
  }
}
.jk-top_ds-text {
  width: 85.2%;
  margin: 0 auto;
  font-size: min(1.6rem, 1.25vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-text {
    width: 100%;
    font-size: 1.4rem;
  }
}
.jk-top_ds-name {
  width: 85.2%;
  margin: 3.3% auto 0;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-top_ds-name {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 2.8rem;
  }
}

.jk-top_related {
  width: 70.3%;
  max-width: 1100px;
  margin: 10.5% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-top_related {
    width: 84.6%;
    max-width: 500px;
    margin-top: 12rem;
  }
}
.jk-top_related-title {
  width: 100%;
  aspect-ratio: 900/90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333;
}
@media screen and (max-width: 768px) {
  .jk-top_related-title {
    aspect-ratio: 330/69;
  }
}
.jk-top_related-title img {
  width: 25.1%;
}
@media screen and (max-width: 768px) {
  .jk-top_related-title img {
    width: 39.8%;
  }
}
.jk-top_related-lists {
  width: 100%;
  margin: 5.4% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2.94%;
     -moz-column-gap: 2.94%;
          column-gap: 2.94%;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .jk-top_related-lists {
    margin-top: 4rem;
    -webkit-column-gap: 9%;
       -moz-column-gap: 9%;
            column-gap: 9%;
    row-gap: 3rem;
  }
}
.jk-top_related-item {
  width: 22.78%;
}
@media screen and (max-width: 768px) {
  .jk-top_related-item {
    width: 45.5%;
  }
}

.jk-area_mv {
  width: 100%;
  aspect-ratio: 1280/710;
  margin-top: min(7vw, 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .jk-area_mv {
    margin-top: 7rem;
    aspect-ratio: 390/772;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-area_mv-link {
  width: 25%;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link {
    width: 100%;
    aspect-ratio: 390/193;
  }
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.kagoshima {
    border-bottom: 1px solid #ffffff;
  }
}
.jk-area_mv-link.kagoshima .title {
  width: 68.6%;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.kagoshima .title {
    width: 34%;
    top: 14%;
    left: 28%;
  }
}
.jk-area_mv-link.kagoshima .image {
  width: 25%;
  position: absolute;
  top: 34%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.kagoshima .image {
    width: 12%;
    top: unset;
    bottom: 7%;
    left: 3.4%;
  }
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.ibusuki {
    border-bottom: 1px solid #ffffff;
  }
}
.jk-area_mv-link.ibusuki .title {
  width: 93.8%;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.ibusuki .title {
    width: 46.9%;
    top: 13%;
    left: 28%;
  }
}
.jk-area_mv-link.ibusuki .image {
  width: 26%;
  position: absolute;
  top: 34%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.ibusuki .image {
    width: 12.3%;
    top: unset;
    bottom: 6.5%;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.kirishima {
    border-bottom: 1px solid #ffffff;
  }
}
.jk-area_mv-link.kirishima .title {
  width: 62.8%;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.kirishima .title {
    width: 31.4%;
    top: 13%;
    left: 28%;
  }
}
.jk-area_mv-link.kirishima .image {
  width: 30.6%;
  position: absolute;
  top: 34%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.kirishima .image {
    width: 12%;
    top: unset;
    bottom: 7%;
    left: 2%;
  }
}
.jk-area_mv-link.izumi .title {
  width: 92.8%;
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.izumi .title {
    width: 46.3%;
    top: 13%;
    left: 28%;
  }
}
.jk-area_mv-link.izumi .image {
  width: 26.6%;
  position: absolute;
  top: 32%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link.izumi .image {
    width: 10%;
    top: unset;
    bottom: 4%;
    left: 3%;
  }
}
.jk-area_mv-link .map {
  width: 43.8%;
  position: absolute;
  top: 29.6%;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link .map {
    width: 16.8%;
    top: unset;
    bottom: 3%;
    right: 44%;
  }
}
.jk-area_mv-link .triangle {
  width: 10.6%;
  position: absolute;
  bottom: 2.6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .jk-area_mv-link .triangle {
    width: 5.3%;
    left: 28%;
    bottom: 8.6%;
  }
}

.jk-area_text {
  width: 70.3%;
  max-width: 1100px;
  margin: 1.7% auto 0;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-area_text {
    width: 84.6%;
    max-width: 500px;
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
}
.jk-area_lists {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 4.1%;
     -moz-column-gap: 4.1%;
          column-gap: 4.1%;
  row-gap: 50px;
}
@media screen and (max-width: 768px) {
  .jk-area_lists {
    width: 84.6%;
    max-width: 500px;
    row-gap: 3rem;
  }
}
.jk-area_item {
  width: 30.6%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .jk-area_item {
    width: 100%;
    aspect-ratio: 330/280;
  }
}
.jk-area_link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}
.jk-area_link.obanma-village picture, .jk-area_link.denbe picture {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jk-area_link.obanma-village picture, .jk-area_link.denbe picture {
    aspect-ratio: 330/191;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .jk-area_link.obanma-village picture img, .jk-area_link.denbe picture img {
    width: 100%;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 768px) {
  .jk-area_link > img {
    aspect-ratio: 330/191;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.jk-area_category {
  width: 100%;
  padding: 3.6% 3.6% 0 3.6%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .jk-area_category {
    padding: 1rem 1rem 0 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0.8rem;
  }
}
.jk-area_category .two-characters {
  width: 26.7%;
}
@media screen and (max-width: 768px) {
  .jk-area_category .two-characters {
    width: 21.7%;
  }
}
.jk-area_category .three-characters {
  width: 37.8%;
}
@media screen and (max-width: 768px) {
  .jk-area_category .three-characters {
    width: 31%;
  }
}
.jk-area_category-iwashibill {
  -webkit-column-gap: 3.3%;
     -moz-column-gap: 3.3%;
          column-gap: 3.3%;
}
@media screen and (max-width: 768px) {
  .jk-area_category-iwashibill {
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .jk-area_category-iwashibill.jk-area_category .three-characters {
    width: 100%;
    grid-area: 1;
  }
  .jk-area_category-iwashibill.jk-area_category .two-characters {
    width: 72%;
  }
}
.jk-area_recommend {
  width: 20%;
  position: absolute;
  right: 4%;
  top: 16%;
}
@media screen and (max-width: 768px) {
  .jk-area_recommend {
    width: 16.7%;
    right: 3%;
  }
}
.jk-area_bottom {
  width: 100%;
  height: 100%;
  padding: 0 7.3%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-area_bottom {
    padding: 0 2rem;
  }
}
.jk-area_stamp {
  width: 24.8%;
  position: absolute;
  right: 2%;
  top: -37%;
}
@media screen and (max-width: 768px) {
  .jk-area_stamp {
    width: 22%;
    right: 2.6%;
    top: -41%;
  }
}
.jk-area_house {
  width: 25%;
  position: absolute;
  left: 4%;
  top: -58%;
}
@media screen and (max-width: 768px) {
  .jk-area_house {
    width: 24.2%;
  }
}
.jk-area_collaboration {
  width: 25.1%;
  position: absolute;
  left: 16%;
  top: -17%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.jk-area_name {
  width: 82%;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-area_name {
    font-size: 2rem;
  }
}
.jk-area_name span.small {
  font-size: min(1.6rem, 1.25vw);
}
@media screen and (max-width: 768px) {
  .jk-area_name span.small {
    font-size: 1.6rem;
  }
}
.jk-area_arrow {
  width: 12.8%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .jk-area_arrow {
    width: 10.4%;
  }
}
.jk-area_box-lists {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .jk-area_box-lists {
    width: 87.9%;
    margin: 0 auto;
    row-gap: 3rem;
  }
}
.jk-area_box-item {
  width: 31%;
  aspect-ratio: 253/275;
}
@media screen and (max-width: 768px) {
  .jk-area_box-item {
    width: 100%;
    aspect-ratio: 290/240;
  }
}
.jk-area_box-item.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-area_box-item.pc-only {
    display: none;
  }
}
.jk-area_box-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .jk-area_box-link > img {
    width: 100%;
    aspect-ratio: 290/151;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.jk-area_box-category {
  width: 100%;
  padding: 4% 4% 0 4%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .jk-area_box-category {
    padding: 1rem 1rem 0 1rem;
  }
}
.jk-area_box-category .two-characters {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .jk-area_box-category .two-characters {
    width: 25.2%;
  }
}
.jk-area_box-bottom {
  width: 100%;
  height: 100%;
  padding: 0 7.9%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-area_box-bottom {
    width: 100%;
    padding: 0 2rem;
  }
}
.jk-area_box-stamp {
  width: 27%;
  position: absolute;
  right: -11%;
  top: -7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_box-stamp {
    width: 21.7%;
    top: -8%;
    right: -8%;
  }
}
.jk-area_box-name {
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-area_box-name {
    font-size: 2rem;
  }
}
.jk-area_box-name span.small {
  font-size: min(1.6rem, 1.25vw);
}
@media screen and (max-width: 768px) {
  .jk-area_box-name span.small {
    font-size: 1.6rem;
  }
}
.jk-area_box-arrow {
  width: 12.8%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .jk-area_box-arrow {
    width: 12%;
  }
}

.jk-area_item.tamatebako .jk-area_name {
  width: 85%;
  font-size: min(1.9rem, 1.5vw);
}
@media screen and (max-width: 768px) {
  .jk-area_item.tamatebako .jk-area_name {
    width: 82%;
    font-size: 2rem;
  }
}

.jk-area_kagoshima {
  width: 100%;
  padding: 6.25% 0 15.6%;
  background: #EEC1AA;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima {
    padding: min(24.4%, 144px) 0 15rem;
  }
}
.jk-area_kagoshima-title {
  width: 100%;
  aspect-ratio: 1280/166;
  background: #540000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-title {
    aspect-ratio: 390/240;
    max-height: 364px;
    min-height: 240px;
  }
}
.jk-area_kagoshima-title h1 {
  width: 20.5%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-title h1 {
    width: 67.6%;
    max-width: 400px;
  }
}
.jk-area_kagoshima-title .deco {
  width: 17.4%;
  position: absolute;
  left: 15.5%;
  top: -34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-title .deco {
    width: 34%;
    max-width: 201px;
    left: 52.5%;
    top: -31%;
  }
}
.jk-area_kagoshima .jk-area_lists {
  margin-top: 6.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima .jk-area_lists {
    margin-top: 4rem;
  }
}
.jk-area_kagoshima .jk-area_name, .jk-area_kagoshima .jk-area_box-name {
  color: #4A0000;
}
.jk-area_kagoshima-deco {
  width: 23.5%;
  position: absolute;
  bottom: -7.5%;
  right: 9%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-deco {
    width: 30.3%;
    bottom: -13%;
    right: unset;
    left: 50%;
  }
}
.jk-area_kagoshima-box {
  width: 70.3%;
  max-width: 1100px;
  padding: 2.3% 3.1% 4% 3.1%;
  margin: 7.8% auto 0;
  background: #faece5;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box {
    width: 84.6%;
    max-width: 500px;
    padding: 3rem 0 min(48.7%, 288px);
    margin-top: min(37.2%, 220px);
  }
}
.jk-area_kagoshima-box-title {
  width: 93%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-title {
    width: 87.9%;
  }
}
.jk-area_kagoshima-box-miyama {
  width: 100%;
  margin-top: 3.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-miyama {
    width: 87.9%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-area_kagoshima-box-miyama picture {
  width: 32%;
  display: block;
  margin: 0 2.4% 0 1.2%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-miyama picture {
    width: 90%;
    margin: 0 2.7% 0 auto;
  }
}
.jk-area_kagoshima-box-miyama p {
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-miyama p {
    width: 100%;
    margin-top: 1.5rem;
    text-align: justify;
    font-size: 1.6rem;
  }
}
.jk-area_kagoshima-box-heading.yunomoto {
  width: 43.4%;
  margin-top: 8.5%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-heading.yunomoto {
    width: 72.2%;
    margin: 6rem auto 0;
    display: block;
  }
}
.jk-area_kagoshima-box-map {
  width: 100%;
  margin-top: 1.2%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-map {
    width: 100%;
    height: 340px;
    margin-top: 2rem;
    overflow-x: scroll;
  }
}
.jk-area_kagoshima-box-map::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box-map img {
    width: auto;
    max-width: unset;
    aspect-ratio: 751/340;
    height: 340px;
    padding: 0 2rem;
  }
}
.jk-area_kagoshima-box .jk-area_box-lists.miyama {
  margin-top: 6.2%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box .jk-area_box-lists.miyama {
    margin-top: 6rem;
  }
}
.jk-area_kagoshima-box .jk-area_box-lists.yunomoto {
  margin-top: 2.4%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-box .jk-area_box-lists.yunomoto {
    margin-top: 2rem;
  }
}
.jk-area_kagoshima-box .jk-area_box-item {
  position: relative;
}
.jk-area_kagoshima-box .jk-area_box-item .map-image {
  width: 92%;
  position: absolute;
  top: 19%;
  right: 0;
}
.jk-area_kagoshima-yunomoto-image {
  width: 42.7%;
  position: absolute;
  bottom: 15%;
  right: 11%;
}
@media screen and (max-width: 768px) {
  .jk-area_kagoshima-yunomoto-image {
    width: 68%;
    bottom: -59%;
    right: 16%;
  }
}

.simplebar-horizontal {
  background: #DCDCDC;
  height: 10px !important;
}
.simplebar-horizontal .simplebar-scrollbar.simplebar-visible::before {
  margin: 0 !important;
  opacity: 1 !important;
  top: 0 !important;
  background: #540000 !important;
}
.simplebar-horizontal .simplebar-scrollbar::before {
  background: #ffffff;
  border-radius: 100px;
  height: 10px !important;
  margin-left: 2px;
  margin-top: 3px;
}

.jk-area_ibusuki {
  width: 100%;
  padding: 6.25% 0 5.8%;
  background: #F9DE8A;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki {
    padding: min(24.4%, 144px) 0 8rem;
  }
}
.jk-area_ibusuki-title {
  width: 100%;
  aspect-ratio: 1280/195;
  background: #A06F00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-title {
    aspect-ratio: 390/260;
    max-height: 364px;
    min-height: 260px;
  }
}
.jk-area_ibusuki-title h1 {
  width: 24.6%;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-title h1 {
    width: 80.9%;
    max-width: 479px;
  }
}
.jk-area_ibusuki-title .deco {
  width: 14.5%;
  position: absolute;
  right: -2.4%;
  top: 5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-title .deco {
    width: 25.5%;
    max-width: 151px;
    top: -12%;
    right: unset;
    left: 50%;
  }
}
.jk-area_ibusuki .jk-area_lists {
  margin-top: 6.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki .jk-area_lists {
    margin-top: 4rem;
  }
}
.jk-area_ibusuki .jk-area_name {
  color: #634000;
}
.jk-area_ibusuki-deco {
  width: 8.2%;
  position: absolute;
  bottom: -6%;
  right: 7%;
  -webkit-transform: translate(-50%, -50%) rotate(21deg);
          transform: translate(-50%, -50%) rotate(21deg);
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-deco {
    width: 12.5%;
    bottom: -5%;
    right: 44%;
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}
.jk-area_ibusuki-box {
  width: 70.3%;
  max-width: 1100px;
  padding: 3.1% 3.1% 4%;
  margin: 7.8% auto 0;
  background: #faf1d3;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box {
    width: 84.6%;
    max-width: 500px;
    padding: 3rem 0 5rem;
    margin-top: min(40%, 236px);
  }
}
.jk-area_ibusuki-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3E2200;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-title {
    width: 87.9%;
    margin: 0 auto;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3rem;
    row-gap: 1rem;
  }
}
.jk-area_ibusuki-box-title img {
  width: 13.4%;
  margin-right: 2.4%;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-title img {
    width: 37.9%;
    margin: 0 auto;
  }
}
.jk-area_ibusuki-box-lists {
  width: 100%;
  margin-top: 2.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-lists {
    width: 87.9%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jk-area_ibusuki-box-details {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-details {
    width: 100%;
  }
}
.jk-area_ibusuki-box-details dl {
  margin-top: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-details dl {
    margin-top: 1.3rem;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.jk-area_ibusuki-box-details dl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-details dl:first-child {
    margin-top: 0.8rem;
  }
}
.jk-area_ibusuki-box-details dt {
  padding: 0.5% 2.3% 0.47%;
  margin-right: 4.7%;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  background: #3E2200;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-details dt {
    padding: 0.1rem 1rem 0.2rem;
    font-size: 1.8rem;
  }
}
.jk-area_ibusuki-box-details dd {
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3E2200;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-details dd {
    font-size: 2rem;
  }
}
.jk-area_ibusuki-box-details dd span {
  font-size: min(1.6rem, 1.25vw);
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-details dd span {
    font-size: 1.6rem;
  }
}
.jk-area_ibusuki-box-text {
  margin-top: 3.7%;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.jk-area_ibusuki-box-note {
  padding-left: min(1.6rem, 1.25vw);
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  text-indent: max(-1.6rem, -1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-note {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
    font-size: 1.6rem;
  }
}
.jk-area_ibusuki-box-image {
  width: 44%;
  aspect-ratio: 72/55;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-image {
    width: 100%;
    margin-top: 3rem;
  }
}
.jk-area_ibusuki-box-time {
  width: 100%;
  margin-top: 4.9%;
  text-align: center;
  padding: 0.85% 0 0.97%;
  background: #3E2200;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-time {
    width: 100%;
    width: 87.9%;
    padding: 0.7rem 0 0.8rem;
    margin: 5rem auto 0;
    font-size: 2rem;
  }
}
.jk-area_ibusuki-box-tables {
  width: 100%;
  margin-top: 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-tables {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-area_ibusuki-box-tables-inner {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-tables-inner {
    width: 100%;
    padding: 0 5% 1rem 5%;
    overflow: scroll;
  }
}
.jk-area_ibusuki-box-tables .simplebar-scrollbar.simplebar-visible::before {
  background: #A06F00 !important;
}
.jk-area_ibusuki-box-table {
  width: 100%;
  background: #ffffff;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-table {
    width: auto;
    min-width: 100%;
    margin-top: 2rem;
    white-space: nowrap;
  }
}
.jk-area_ibusuki-box-table tr {
  border-top: 1px solid #CBB073;
}
.jk-area_ibusuki-box-table tr:first-child {
  border-top: none;
}
.jk-area_ibusuki-box-table tr > * {
  border-right: 1px solid #CBB073;
}
.jk-area_ibusuki-box-table tr > *:last-child {
  border-right: none;
}
.jk-area_ibusuki-box-table th, .jk-area_ibusuki-box-table td {
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-table th, .jk-area_ibusuki-box-table td {
    padding: 1rem 1.4rem;
  }
}
.jk-area_ibusuki-box-table .title {
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #3E2200;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-table .title {
    font-size: 1.8rem;
  }
}
.jk-area_ibusuki-box-table .theme {
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #3E2200;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-table .theme {
    font-size: 1.8rem;
  }
}
.jk-area_ibusuki-box-table .station {
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-table .station {
    font-size: 1.8rem;
  }
}
.jk-area_ibusuki-box-table .time {
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-table .time {
    font-size: 1.6rem;
  }
}
.jk-area_ibusuki-box-words {
  width: 100%;
  margin-top: 1%;
  text-align: right;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-words {
    width: 87.9%;
    margin: 1rem auto 0;
    text-align: left;
    font-size: 1.6rem;
  }
}
.jk-area_ibusuki-box-link {
  width: 48.8%;
  margin: 6.4% auto 0;
  padding: 1.6% 0 1.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border: 2px solid #BE904A;
  color: #BE904A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-link {
    width: 88%;
    max-width: 290px;
    margin-top: 4rem;
    padding: 1rem 0 1rem;
    font-size: 1.6rem;
  }
}
.jk-area_ibusuki-box-link img {
  width: 6%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-box-link img {
    width: 8%;
    right: 11px;
  }
}
.jk-area_ibusuki-cat {
  width: 27.3%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-area_ibusuki-cat {
    width: 51.2%;
    max-width: 303px;
  }
}

.jk-area_kirishima {
  width: 100%;
  padding: 5.25% 0 13.2%;
  position: relative;
  background: #CEE5B5;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima {
    padding: min(24.4%, 144px) 0 10.7rem;
  }
}
.jk-area_kirishima-title {
  width: 100%;
  aspect-ratio: 1280/195;
  background: #419248;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-title {
    aspect-ratio: 390/240;
    max-height: 364px;
    min-height: 240px;
  }
}
.jk-area_kirishima-title h1 {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-title h1 {
    width: 56.4%;
    max-width: 334px;
  }
}
.jk-area_kirishima-title .deco {
  width: 14.5%;
  position: absolute;
  left: 13.8%;
  top: 13%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-title .deco {
    width: 30.8%;
    max-width: 182px;
    left: 50%;
    top: -10%;
  }
}
.jk-area_kirishima-heading {
  width: 70.3%;
  max-width: 1100px;
  margin: 7.7% auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-heading {
    width: 84.6%;
    margin-top: min(48.7%, 288px);
  }
}
.jk-area_kirishima-heading picture {
  width: 38%;
  display: block;
  margin-left: 4.4%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-heading picture {
    width: 72.2%;
    max-width: 361px;
    margin: 0 auto;
  }
}
.jk-area_kirishima-box {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 3.9%;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f7e9;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box {
    width: 84.6%;
    max-width: 500px;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-image {
    aspect-ratio: 330/160;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.jk-area_kirishima-box-text {
  width: 91.1%;
  margin: 3.3% auto 0;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-text {
    width: 84.6%;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.jk-area_kirishima-box-lists {
  width: 91.1%;
  margin: 5.5% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2.9%;
     -moz-column-gap: 2.9%;
          column-gap: 2.9%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-lists {
    width: 87.9%;
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.jk-area_kirishima-box-item {
  width: 22.8%;
  aspect-ratio: 187/240;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-item {
    width: 100%;
    aspect-ratio: 290/240;
  }
}
.jk-area_kirishima-box-item .three-characters {
  width: 51.6%;
  position: absolute;
  top: 0;
  left: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-item .three-characters {
    width: 33.2%;
    top: 1rem;
    left: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.jk-area_kirishima-box-item .two-characters {
  width: 36.4%;
  position: absolute;
  top: 0;
  left: 6%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-item .two-characters {
    width: 23.5%;
    top: 1rem;
    left: 1rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-item > img:last-child {
    aspect-ratio: 290/151;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.jk-area_kirishima-box-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 3px solid #058593;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-thumbnail {
    aspect-ratio: 290/151;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.jk-area_kirishima-box-bottom {
  width: 100%;
  height: 100%;
  padding: 0 8% 0 10.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-bottom {
    padding: 0 2rem;
  }
}
.jk-area_kirishima-box-bottom p {
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #004E18;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-bottom p {
    font-size: 2rem;
  }
}
.jk-area_kirishima-box-bottom img {
  width: 19%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-bottom img {
    width: 12%;
  }
}
.jk-area_kirishima-box-bottom img.jk-area_stamp {
  width: 37.7%;
  top: 44%;
  right: 3%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-bottom img.jk-area_stamp {
    width: 22.1%;
    top: 50%;
    right: 3%;
  }
}
.jk-area_kirishima-box-heading {
  width: 31.6%;
  margin: 6.7% auto 0 4.4%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-heading {
    width: 86.1%;
    margin: 6rem auto 0;
    display: block;
  }
}
.jk-area_kirishima-box .jk-area_box-lists {
  width: 91.1%;
  margin: 3.3% auto 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3.8%;
     -moz-column-gap: 3.8%;
          column-gap: 3.8%;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box .jk-area_box-lists {
    width: 87.9%;
    margin-top: 2rem;
  }
}
.jk-area_kirishima-box .jk-area_box-name {
  color: #004E18;
}
.jk-area_kirishima-box-deco {
  width: 21.5%;
  position: absolute;
  bottom: -10.8%;
  right: 21.1%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-deco {
    width: 41.4%;
    bottom: -18%;
    right: 30%;
  }
}
.jk-area_kirishima-box-deco2 {
  width: 17.2%;
  position: absolute;
  bottom: 6.6%;
  right: 0.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-box-deco2 {
    width: 41.4%;
    bottom: -18%;
    right: -20%;
  }
}
.jk-area_kirishima .jk-area_lists {
  margin-top: 6.2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima .jk-area_lists {
    margin-top: 4rem;
  }
}
.jk-area_kirishima .jk-area_name {
  color: #004E18;
}
.jk-area_kirishima-saigo {
  width: 23%;
  position: absolute;
  bottom: -0.3%;
  right: 8%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jk-area_kirishima-saigo {
    width: 35.9%;
    bottom: -0.1%;
    right: 5%;
  }
}

.jk-area_izumi {
  width: 100%;
  padding: 6.25% 0 21.9%;
  position: relative;
  background: #C9D4E5;
}
@media screen and (max-width: 768px) {
  .jk-area_izumi {
    padding: min(24.4%, 144px) 0 min(51.3%, 303px);
  }
}
.jk-area_izumi-title {
  width: 100%;
  aspect-ratio: 1280/195;
  background: #6083BF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-area_izumi-title {
    aspect-ratio: 390/260;
    max-height: 364px;
    min-height: 260px;
  }
}
.jk-area_izumi-title h1 {
  width: 24.4%;
}
@media screen and (max-width: 768px) {
  .jk-area_izumi-title h1 {
    width: 80.2%;
    max-width: 475px;
  }
}
.jk-area_izumi-title .deco {
  width: 19.4%;
  position: absolute;
  left: 18.5%;
  top: 7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-area_izumi-title .deco {
    width: 34.6%;
    max-width: 205px;
    left: 50%;
    top: -8%;
  }
}
.jk-area_izumi .jk-area_lists {
  margin-top: 6.2%;
}
@media screen and (max-width: 768px) {
  .jk-area_izumi .jk-area_lists {
    margin-top: 7rem;
  }
}
.jk-area_izumi .jk-area_link > img {
  aspect-ratio: 275/188;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .jk-area_izumi .jk-area_link > img {
    aspect-ratio: 330/190;
  }
}
.jk-area_izumi .jk-area_name {
  color: #414976;
}
.jk-area_izumi-dog {
  width: 21.2%;
  position: absolute;
  bottom: 1%;
  right: 7.8%;
}
@media screen and (max-width: 768px) {
  .jk-area_izumi-dog {
    width: 48.7%;
    max-width: 288px;
    bottom: 0.5%;
  }
}

.izimodal {
  width: 70.3%;
  max-height: 90vh !important;
  border-radius: 10px !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .izimodal {
    width: 100%;
    max-height: unset !important;
    min-height: 100dvh !important;
    border-radius: 0 !important;
  }
}
.izimodal-close {
  width: 2.8%;
  position: fixed;
  top: 2.8%;
  right: 1.5%;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .izimodal-close {
    width: 6.4%;
    max-width: 38px;
    right: 2rem;
  }
}
.izimodal-inner {
  width: 100%;
  height: 100%;
  padding: 5.6%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .izimodal-inner {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 6.5rem 2.8rem 5rem 3.5rem;
  }
}
.izimodal-box {
  width: 100%;
  display: grid;
  grid-template-columns: 44.2% 50%;
  -webkit-column-gap: 5.8%;
     -moz-column-gap: 5.8%;
          column-gap: 5.8%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .izimodal-box {
    grid-template-columns: 100%;
  }
}
.izimodal-gallery {
  width: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .izimodal-gallery {
    grid-row: 1/1;
    grid-column: 1/1;
  }
}
.izimodal-gallery_thumbnail {
  display: none;
}
.izimodal-gallery_thumbnail.active {
  display: block;
}
.izimodal-gallery_text {
  margin-top: 2%;
  font-size: min(1.4rem, 1.1vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-gallery_text {
    margin-top: 0.7rem;
    font-size: 1.4rem;
  }
}
.izimodal-gallery_lists {
  width: 100%;
  margin-top: 4.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .izimodal-gallery_lists {
    margin-top: 1.5rem;
  }
}
.izimodal-gallery_item {
  width: 30%;
  cursor: pointer;
}
.izimodal-gallery_item.active {
  outline: 2px solid #333;
}
.izimodal-info {
  width: 100%;
  grid-row: 1/3;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .izimodal-info {
    grid-row: 2/3;
    grid-column: 1/1;
  }
}
.izimodal-info_intro {
  width: 100%;
  padding: 3.3% 0;
  margin-bottom: 3.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(1.4rem, 1.1vw);
  line-height: 1;
  letter-spacing: 0;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .izimodal-info_intro {
    margin-top: 4rem;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.izimodal-info_intro.kagoshima {
  background: #EDC0AB;
}
.izimodal-info_intro.ibusuki {
  background: #F9DE8A;
}
.izimodal-info_intro.kirishima {
  background: #CEE5B5;
}
.izimodal-info_intro.izumi {
  background: #C9D4E5;
}
.izimodal-info_intro.two-line {
  line-height: 1.5;
  text-align: center;
}
.izimodal-info_ruby {
  position: relative;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-info_ruby {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.izimodal-info_ruby.chinjukangama {
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .izimodal-info_ruby.chinjukangama {
    margin-top: 2rem;
  }
}
.izimodal-info_ruby img.yamagataya {
  width: 16.3%;
  position: absolute;
  right: 0;
  top: -28%;
}
@media screen and (max-width: 768px) {
  .izimodal-info_ruby img.yamagataya {
    width: 66px;
  }
}
.izimodal-info_name {
  width: 100%;
  padding-top: 0.9%;
  padding-bottom: 3.7%;
  position: relative;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-info_name {
    padding-top: 1.2%;
    padding-bottom: 1.3rem;
    font-size: 3rem;
  }
}
.izimodal-info_name.kagoshima {
  border-bottom: 2px solid #540000;
}
.izimodal-info_name.ibusuki {
  border-bottom: 2px solid #A06F00;
}
.izimodal-info_name.kirishima {
  border-bottom: 2px solid #419248;
}
.izimodal-info_name.izumi {
  border-bottom: 2px solid #6083BF;
}
.izimodal-info_name span {
  font-size: min(2rem, 1.6vw);
}
@media screen and (max-width: 768px) {
  .izimodal-info_name span {
    font-size: 2rem;
  }
}
.izimodal-info_name img.recommend {
  width: 13.5%;
  max-width: 58px;
  position: absolute;
  right: 0;
  top: -18%;
}
@media screen and (max-width: 768px) {
  .izimodal-info_name img.recommend {
    width: 46px;
    top: -8%;
  }
}
.izimodal-info_name img.meizigura {
  width: 13.5%;
  max-width: 58px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
@media screen and (max-width: 768px) {
  .izimodal-info_name img.meizigura {
    width: 54px;
    top: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.izimodal-info_name img.kirishimaonsen {
  width: 13.5%;
  max-width: 58px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
@media screen and (max-width: 768px) {
  .izimodal-info_name img.kirishimaonsen {
    width: 54px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.izimodal-info_name img.kurosetouji {
  width: 13.5%;
  max-width: 58px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .izimodal-info_name img.kurosetouji {
    width: 54px;
  }
}
.izimodal-info_name img.collaboration {
  width: 17.3%;
  max-width: 70px;
  position: absolute;
  right: 16%;
  top: -17%;
}
@media screen and (max-width: 768px) {
  .izimodal-info_name img.collaboration {
    width: 59px;
    right: 54px;
    top: -8%;
  }
}
.izimodal-info_text {
  margin-top: 3.8%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .izimodal-info_text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.izimodal-links {
  width: 100%;
  grid-row: 2/3;
  grid-column: 1/2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .izimodal-links {
    width: 90.6%;
    margin: 7rem auto 0;
    grid-row: 3/4;
    grid-column: 1/1;
  }
}
.izimodal-links_deco {
  width: 76.3%;
  margin-top: 4%;
}
@media screen and (max-width: 768px) {
  .izimodal-links_deco {
    width: 92%;
    display: block;
    margin: 0 auto;
  }
}
.izimodal-links_text {
  width: 82.9%;
  margin: 5.7% auto 0;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .izimodal-links_text {
    width: 100%;
    max-width: 290px;
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.izimodal-links_rally {
  width: 83.7%;
  padding: 3.1% 0;
  margin: 4.3% auto 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 100px;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-links_rally {
    width: 100%;
    max-width: 290px;
    font-size: 1.6rem;
  }
}
.izimodal-links_rally.kagoshima {
  border: 2px solid #540000;
  color: #540000;
}
.izimodal-links_rally.ibusuki {
  border: 2px solid #A06F00;
  color: #A06F00;
}
.izimodal-links_rally.kirishima {
  border: 2px solid #419248;
  color: #419248;
}
.izimodal-links_rally.izumi {
  border: 2px solid #6083BF;
  color: #6083BF;
}
.izimodal-links_rally img {
  width: 6.9%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.izimodal-links_ticket {
  width: 83.7%;
  padding: 3.1% 0;
  margin: 10% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  border: 2px solid #540000;
  border-radius: 200px;
}
@media screen and (max-width: 768px) {
  .izimodal-links_ticket {
    width: 100%;
  }
}
.izimodal-links_ticket > img {
  width: 22.4%;
}
.izimodal-links_ticket-box {
  width: 61.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.izimodal-links_ticket-text {
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #540000;
}
@media screen and (max-width: 768px) {
  .izimodal-links_ticket-text {
    font-size: 1.6rem;
  }
}
.izimodal-links_ticket-button {
  width: 85.7%;
  margin: 3.6% 0 0;
  padding: 3.4% 0 4%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #540000;
  border-radius: 100px;
  font-size: min(1.2rem, 0.94vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .izimodal-links_ticket-button {
    font-size: 1.2rem;
  }
}
.izimodal-links_ticket-button img {
  width: 10%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.izimodal-details {
  width: 100%;
  margin-top: 7.5%;
}
@media screen and (max-width: 768px) {
  .izimodal-details {
    margin-top: 3rem;
  }
}
.izimodal-details dl {
  margin-top: 2.5%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 2.5%;
     -moz-column-gap: 2.5%;
          column-gap: 2.5%;
}
@media screen and (max-width: 768px) {
  .izimodal-details dl {
    margin-top: 1rem;
  }
}
.izimodal-details dl:first-child {
  margin-top: 0;
}
.izimodal-details dt {
  width: 10.8%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  background: #333;
}
@media screen and (max-width: 768px) {
  .izimodal-details dt {
    width: 13.4%;
    font-size: 1.6rem;
  }
}
.izimodal-details dd {
  width: 86.7%;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-details dd {
    width: 83.4%;
    font-size: 1.6rem;
  }
}
.izimodal-details dd.two-way {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .izimodal-details dd.two-way {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .izimodal-details dd.two-way span {
    width: 100%;
  }
}
.izimodal-details dd p.note {
  padding-left: min(1.6rem, 1.25vw);
  font-size: min(1.6rem, 1.25vw);
  text-indent: max(-1.6rem, -1.25vw);
}
@media screen and (max-width: 768px) {
  .izimodal-details dd p.note {
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.izimodal-details dd span.catch {
  padding: 3px 10px;
  margin-left: 10px;
  display: inline-block;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #F9E9E1;
}
@media screen and (max-width: 768px) {
  .izimodal-details dd span.catch {
    padding: 2px 10px 3px;
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.izimodal-details_text {
  width: 100%;
  aspect-ratio: 400/66;
  margin-top: 7.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0;
  background-image: url(../img/modal_bg_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .izimodal-details_text {
    aspect-ratio: 318/73;
    max-height: 80px;
    margin-top: 4rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    background-image: url(../img/modal_bg_deco_SP.svg);
  }
}
.izimodal-details_link {
  width: 72.5%;
  padding: 3% 0;
  margin: 12.5% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #ffffff;
  border-radius: 100px;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .izimodal-details_link {
    width: 90.6%;
    max-width: 290px;
    margin: 4rem auto 0;
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
}
.izimodal-details_link.kagoshima {
  background: #540000;
}
.izimodal-details_link.ibusuki {
  background: #A06F00;
}
.izimodal-details_link.kirishima {
  background: #419248;
}
.izimodal-details_link.izumi {
  background: #6083BF;
}
.izimodal-details_link img {
  width: 6.9%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.izimodal-bus {
  width: 100%;
  margin-top: 8.8%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus {
    margin-top: 7rem;
  }
}
.izimodal-bus_title {
  padding: 1.1% 0;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000000;
  background: #E28400;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_title {
    padding: 1rem 0 1.1rem;
    font-size: 2rem;
  }
}
.izimodal-bus_box {
  margin-top: 2.5%;
  border: 2px solid #A06F00;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_box {
    width: 100%;
    padding-bottom: 1rem;
    margin-top: 2rem;
  }
}
.izimodal-bus_box.first {
  margin-top: 3.75%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_box.first {
    margin-top: 3rem;
  }
}
.izimodal-bus_box .simplebar-scrollbar.simplebar-visible::before {
  background: #A06F00 !important;
}
.izimodal-bus .simplebar-content {
  width: 100%;
}
.izimodal-bus_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table {
    width: 100%;
    white-space: nowrap;
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table > tbody {
    width: 100%;
    overflow: scroll;
  }
}
.izimodal-bus_table .header {
  background: #A06F00;
}
.izimodal-bus_table .header th {
  text-align: left;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table .header th {
    font-size: 1.8rem;
  }
}
.izimodal-bus_table .header .destination {
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table .header .destination {
    width: auto;
  }
}
.izimodal-bus_table .header .station {
  width: 31.25%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table .header .station {
    width: auto;
    padding: unset;
  }
}
.izimodal-bus_table .header .model-first {
  width: 18.75%;
  padding: 0.8% 0 0.7% 3%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table .header .model-first {
    width: auto;
    padding: 0.7rem 2.5rem 0.6rem;
  }
}
.izimodal-bus_table .header .model-second {
  width: 17.5%;
  padding: 0.8% 0 0.7% 3%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table .header .model-second {
    width: auto;
    padding: 0.7rem 4rem 0.6rem 2.5rem;
  }
}
.izimodal-bus_table tr td {
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table tr td {
    padding: 0 2.5rem;
  }
}
.izimodal-bus_table tr td:nth-of-type(1) {
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table tr td:nth-of-type(1) {
    padding: 0 2.5rem 0 4rem;
  }
}
.izimodal-bus_table .row {
  border-bottom: 1px dotted #A06F00;
}
.izimodal-bus_table td {
  font-size: min(1.8rem, 1.4vw);
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table td {
    font-size: 1.8rem;
  }
}
.izimodal-bus_table td.bg {
  background-color: #ebe2cc;
}
.izimodal-bus_table td span.type {
  width: 20%;
  text-align: center;
  padding: 4px 0;
  display: inline-block;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #A06F00;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_table td span.type {
    width: 50px;
    padding: 7px 0;
    font-size: 1.8rem;
  }
}
.izimodal-bus_text {
  margin-top: 2.5%;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_text {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.izimodal-bus_text span.ibusuki {
  color: #A06F00;
}
.izimodal-bus_text span.kirishima {
  color: #419248;
}
.izimodal-bus_note {
  margin-top: 1.3%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_note {
    margin-top: 1rem;
  }
}
.izimodal-bus_note p {
  padding-left: min(1.6rem, 1.25vw);
  font-size: min(1.6rem, 1.25vw);
  text-indent: max(-1.6rem, -1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_note p {
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.izimodal-bus_detail {
  width: 100%;
  margin-top: 3.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_detail {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.izimodal-bus_detail.kirishima .izimodal-bus_detail-heading {
  width: 53%;
  letter-spacing: 0.02em;
  background: #419248;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_detail.kirishima .izimodal-bus_detail-heading {
    width: 100%;
  }
}
.izimodal-bus_detail.kirishima .izimodal-bus_detail-text {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_detail.kirishima .izimodal-bus_detail-text {
    width: 100%;
  }
}
.izimodal-bus_detail.kirishima .color {
  color: #419248;
}
.izimodal-bus_detail-heading {
  width: 41%;
  padding: 2.5%;
  margin-right: 2.8%;
  position: relative;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #A06F00;
  -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 768px) {
  .izimodal-bus_detail-heading {
    width: 100%;
    margin-right: 0;
    padding: 1rem 0 0.9rem;
    text-align: center;
    font-size: 1.8rem;
    -webkit-clip-path: polygon(100% 0, 100% 82%, 50% 100%, 0 82%, 0 0);
            clip-path: polygon(100% 0, 100% 82%, 50% 100%, 0 82%, 0 0);
  }
}
.izimodal-bus_detail-text {
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_detail-text {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
.izimodal-bus_detail-text span.color {
  color: #A06F00;
}
.izimodal-bus_detail-text span.note {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_detail-text span.note {
    font-size: 1.5rem;
  }
}
.izimodal-bus_link {
  width: 31.3%;
  margin: 3.8% auto 0;
  padding: 1.5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #A06F00;
  border: 2px solid #A06F00;
}
@media screen and (max-width: 768px) {
  .izimodal-bus_link {
    width: 78.1%;
    margin: 5rem auto 0;
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
}
.izimodal-bus_link.kirishima {
  color: #419248;
  border: 2px solid #419248;
}
.izimodal-bus_link img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.izimodal-access {
  margin-top: 8.8%;
}
@media screen and (max-width: 768px) {
  .izimodal-access {
    margin-top: 7rem;
  }
}
.izimodal-access.first {
  margin-top: 3.75%;
}
.izimodal-access_box {
  margin-top: 2.5%;
  border: 2px solid #419248;
}
@media screen and (max-width: 768px) {
  .izimodal-access_box {
    width: 100%;
    padding-bottom: 1rem;
    margin-top: 2rem;
    overflow: auto;
  }
}
.izimodal-access_box.first {
  margin-top: 3.75%;
}
@media screen and (max-width: 768px) {
  .izimodal-access_box.first {
    margin-top: 3rem;
  }
}
.izimodal-access_box .simplebar-scrollbar.simplebar-visible::before {
  background: #419248 !important;
}
.izimodal-access_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .izimodal-access_table {
    width: auto;
    white-space: nowrap;
  }
}
.izimodal-access_table tr.row {
  border-bottom: 1px dotted #419248;
}
.izimodal-access_table tr th {
  padding: 1% 0;
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #419248;
  border-left: 1px dotted #ffffff;
}
@media screen and (max-width: 768px) {
  .izimodal-access_table tr th {
    padding: 0.2rem 2.5rem;
    font-size: 1.8rem;
  }
}
.izimodal-access_table tr th:first-child {
  border-left: none;
}
.izimodal-access_table tr th.stop {
  width: 31%;
}
.izimodal-access_table tr th.destination01 {
  width: 24.5%;
}
.izimodal-access_table tr th.destination02 {
  width: 24.5%;
}
.izimodal-access_table tr th.destination03 {
  width: 20%;
}
.izimodal-access_table tr th.destination04 {
  width: 14.5%;
}
.izimodal-access_table tr th.destination05 {
  width: 20%;
}
.izimodal-access_table tr th.destination06 {
  width: 14.5%;
}
.izimodal-access_table tr th.destination07 {
  width: 20%;
}
.izimodal-access_table tr td {
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  line-height: 2.4;
  letter-spacing: 0.05em;
  border-left: 1px dotted #419248;
}
@media screen and (max-width: 768px) {
  .izimodal-access_table tr td {
    padding: 0 2.5rem;
    font-size: 1.8rem;
  }
}
.izimodal-access_table tr td:first-child {
  padding-left: 3.7%;
  text-align: left;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .izimodal-access_table tr td:first-child {
    padding: 0 2.5rem 0 4rem;
  }
}
.izimodal-access_table tr td.bg {
  background-color: #d9e9da;
}
.izimodal-access_table tr td.bold {
  font-weight: bold;
}
.izimodal-access_table tr td span.note {
  font-size: min(1.6rem, 1.25vw);
}
@media screen and (max-width: 768px) {
  .izimodal-access_table tr td span.note {
    font-size: 1.5rem;
  }
}

#chinjukangama .izimodal-details_link {
  line-height: 1.4;
}

.iziModal-wrap {
  height: 100% !important;
  overflow-y: auto !important;
}

.iziModal-navigate-caption {
  display: none !important;
}

.iziModal-navigate {
  width: 70.3%;
  max-width: 1100px;
  left: 50% !important;
  right: unset !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .iziModal-navigate {
    width: 100%;
    max-width: 500px !important;
    z-index: 1000 !important;
  }
}

button.iziModal-navigate-prev,
button.iziModal-navigate-next {
  width: 5.6% !important;
  height: min(4.5vw, 70px) !important;
  opacity: 1 !important;
  margin: 0 !important;
  -webkit-transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, -webkit-transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease;
  transition: opacity 0.18s ease, transform 0.18s ease, -webkit-transform 0.18s ease;
}
@media screen and (max-width: 768px) {
  button.iziModal-navigate-prev,
  button.iziModal-navigate-next {
    width: 25px !important;
    height: 28px !important;
  }
}

button.iziModal-navigate-next {
  top: 50% !important;
  right: 0 !important;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: none !important;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  button.iziModal-navigate-next {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
button.iziModal-navigate-next:hover {
  opacity: 0.75 !important;
}
button.iziModal-navigate-next.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
}
button.iziModal-navigate-next::before {
  content: "";
  width: 38%;
  aspect-ratio: 10/17;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/arrow_modal.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

button.iziModal-navigate-prev {
  top: 50% !important;
  left: 0 !important;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: none !important;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  button.iziModal-navigate-prev {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
button.iziModal-navigate-prev:hover {
  opacity: 0.75 !important;
}
button.iziModal-navigate-prev.is-hidden {
  opacity: 0 !important;
  pointer-events: none;
}
button.iziModal-navigate-prev::before {
  content: "";
  width: 38%;
  aspect-ratio: 10/17;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
  background-image: url(../img/arrow_modal.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
}

button.iziModal-navigate-prev,
button.iziModal-navigate-next {
  background-color: transparent;
}

/* groupごとの色 */
body[data-izimodal-group=kagoshima] button.iziModal-navigate-prev,
body[data-izimodal-group=kagoshima] button.iziModal-navigate-next {
  background-color: #540000 !important;
}

body[data-izimodal-group=ibusuki] button.iziModal-navigate-prev,
body[data-izimodal-group=ibusuki] button.iziModal-navigate-next {
  background-color: #A06F00 !important;
}

body[data-izimodal-group=kirishima] button.iziModal-navigate-prev,
body[data-izimodal-group=kirishima] button.iziModal-navigate-next {
  background-color: #419248 !important;
}

body[data-izimodal-group=izumi] button.iziModal-navigate-prev,
body[data-izimodal-group=izumi] button.iziModal-navigate-next {
  background-color: #6083BF !important;
}

.jk-event_main {
  width: 100%;
  padding-bottom: 11%;
  background-color: #EA98A9;
  background-image: -webkit-radial-gradient(#e892a3 20%, transparent 21%), -webkit-radial-gradient(#e892a3 20%, transparent 21%);
  background-image: radial-gradient(#e892a3 20%, transparent 21%), radial-gradient(#e892a3 20%, transparent 21%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media screen and (max-width: 768px) {
  .jk-event_main {
    padding-bottom: 14rem;
  }
}

.jk-event_heading {
  width: 100%;
  margin-top: min(7vw, 90px);
  padding-top: 4.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_heading {
    margin-top: 7rem;
    padding-top: 3rem;
  }
}
.jk-event_heading-title {
  width: 50.5%;
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-event_heading-title {
    width: 90%;
    max-width: 500px;
  }
}

.jk-event_rally {
  width: 70.3%;
  max-width: 1100px;
  margin: 10.3% auto 0;
  padding: 6.8% 3.1% 3.9%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally {
    width: 90%;
    max-width: 500px;
    padding: min(20.5%, 121px) 2rem min(10.3%, 6.1rem);
    margin-top: min(40%, 236px);
  }
}
.jk-event_rally-title {
  width: 63.6%;
  position: absolute;
  top: -0.2%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_rally-title {
    width: 90%;
  }
}
.jk-event_rally-image {
  width: 22.4%;
  position: absolute;
  top: -38.6%;
  left: -37.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-image {
    width: 22.7%;
    top: -69.5%;
    left: -6.5%;
  }
}
.jk-event_rally-period {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(3rem, 2.34vw);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-period {
    width: 100%;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.5rem;
    line-height: 1.5;
    row-gap: 1.5rem;
  }
}
.jk-event_rally-period span {
  margin-right: 2.2%;
  padding: 1.2% 2.4% 1.3%;
  display: block;
  font-size: min(2.5rem, 2vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #333;
  border-radius: 200px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-period span {
    margin-right: 0;
    padding: 1rem 3rem 1.2rem;
    font-size: 2rem;
  }
}
.jk-event_rally-intro {
  margin-top: 4.5%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-intro {
    width: 100%;
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}
.jk-event_rally-heading {
  width: 100%;
  margin-top: 12%;
  padding: 1.4% 0 1.3%;
  text-align: center;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #EA98A9;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-heading {
    margin-top: 8rem;
    padding: 1.1rem 0 1.2rem;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.jk-event_rally-heading.step {
  margin-top: 5.8%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-heading.step {
    margin-top: 5rem;
  }
}
.jk-event_rally-steps {
  width: 100%;
  margin-top: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-steps {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jk-event_rally-steps li.step1 {
  width: 34.1%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-steps li.step1 {
    width: 85.5%;
  }
}
.jk-event_rally-steps li.step2 {
  width: 35.1%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-steps li.step2 {
    width: 90.9%;
    margin-top: 1.5rem;
  }
}
.jk-event_rally-steps li.step3 {
  width: 31.5%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-steps li.step3 {
    width: 90.9%;
    position: unset;
  }
}
.jk-event_rally-steps .deco {
  width: 8.6%;
  position: absolute;
  bottom: 22%;
  right: 25.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-steps .deco {
    display: none;
  }
}
.jk-event_rally-steps .deco2 {
  width: 10.8%;
  position: absolute;
  top: 0;
  right: -6.3%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-steps .deco2 {
    display: none;
  }
}
.jk-event_rally-sign {
  width: 58.2%;
  margin: 4.8% auto 0;
  padding: 1.1% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  background: #FAE5E9;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sign {
    width: 100%;
    margin-top: 4rem;
    padding: 1rem 0 1.2rem;
    -webkit-column-gap: 3.6%;
       -moz-column-gap: 3.6%;
            column-gap: 3.6%;
  }
}
.jk-event_rally-sign-text {
  position: relative;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sign-text {
    width: 60.6%;
    max-width: 212px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.jk-event_rally-sign-text::before {
  content: "";
  width: 106%;
  aspect-ratio: 65/3;
  display: block;
  position: absolute;
  bottom: -16%;
  left: 0;
  background-image: url(../img/arrow_stamp.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sign-text::before {
    width: 101%;
    aspect-ratio: 68/5;
    bottom: -11%;
    background-image: url(../img/arrow_stamp_SP.svg);
  }
}
.jk-event_rally-sign-image {
  width: 16.3%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sign-image {
    width: 23.6%;
  }
}
.jk-event_rally-lists {
  width: 100%;
  margin-top: 7.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-lists {
    margin-top: 6rem;
    row-gap: 4rem;
  }
}
.jk-event_rally-item {
  width: 47.8%;
  padding: 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-item {
    width: 100%;
    padding: 2.5rem 0;
  }
}
.jk-event_rally-item.kagoshima {
  position: relative;
  border: 5px solid #F0C9B7;
}
.jk-event_rally-item.kagoshima .jk-event_rally-name {
  color: #540000;
}
.jk-event_rally-item.kagoshima dt {
  background: #540000;
}
.jk-event_rally-item.kagoshima .jk-event_rally-distribution dd {
  color: #540000;
}
.jk-event_rally-item.kagoshima .jk-event_rally-link {
  background: #540000;
}
.jk-event_rally-item.kagoshima .deco {
  width: 36.3%;
  position: absolute;
  top: -7.2%;
  right: -7%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-item.kagoshima .deco {
    width: 135px;
    top: -10.2%;
    right: -13%;
  }
}
.jk-event_rally-item.ibusuki {
  border: 5px solid #FAE19A;
}
.jk-event_rally-item.ibusuki .jk-event_rally-name {
  color: #A06F00;
}
.jk-event_rally-item.ibusuki dt {
  background: #A06F00;
}
.jk-event_rally-item.ibusuki .jk-event_rally-distribution dd {
  color: #A06F00;
}
.jk-event_rally-item.ibusuki .jk-event_rally-link {
  background: #A06F00;
}
.jk-event_rally-item.kirishima {
  border: 5px solid #D4E8BD;
}
.jk-event_rally-item.kirishima .jk-event_rally-name {
  color: #419248;
}
.jk-event_rally-item.kirishima dt {
  background: #419248;
}
.jk-event_rally-item.kirishima .jk-event_rally-distribution dd {
  color: #419248;
}
.jk-event_rally-item.kirishima .jk-event_rally-link {
  background: #419248;
}
.jk-event_rally-item.izumi {
  position: relative;
  border: 5px solid #BECBE1;
}
.jk-event_rally-item.izumi .jk-event_rally-name {
  color: #6083BF;
}
.jk-event_rally-item.izumi dt {
  background: #6083BF;
}
.jk-event_rally-item.izumi .jk-event_rally-distribution dd {
  color: #6083BF;
}
.jk-event_rally-item.izumi .jk-event_rally-link {
  background: #6083BF;
}
.jk-event_rally-item.izumi .deco {
  width: 34.4%;
  position: absolute;
  top: -5.5%;
  right: -9%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-item.izumi .deco {
    width: 128px;
    top: 13.5%;
    right: -7%;
  }
}
.jk-event_rally-box {
  width: 100%;
}
.jk-event_rally-name {
  width: 94%;
  margin-left: 6%;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-name {
    width: 84.4%;
    margin: 0 auto;
    font-size: 3rem;
  }
}
.jk-event_rally-distribution {
  width: 100%;
  margin: 3.5% 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-distribution {
    width: 84.4%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-event_rally-distribution dt {
  width: 23.3%;
  padding: 0.2% 0 0.4%;
  margin: 0 2.3% 0 6.6%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-distribution dt {
    width: 33.3%;
    margin: 0;
    padding: 0.1rem 0 0.2rem;
    font-size: 1.6rem;
  }
}
.jk-event_rally-distribution dd {
  width: 60.4%;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-distribution dd {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.jk-event_rally-distribution dd span {
  color: #333;
}
.jk-event_rally-installation {
  width: 100%;
  margin: 4.7% 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-installation {
    width: 84.4%;
    margin: 2rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-event_rally-installation dt {
  width: 23.3%;
  padding: 1.9% 0;
  margin: 0 2.3% 0 6.6%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-installation dt {
    width: 100%;
    margin: 0;
    padding: 0.1rem 0 0.2rem 1rem;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.jk-event_rally-installation dd {
  width: 60.4%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-installation dd {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.jk-event_rally-link {
  width: 85.1%;
  padding: 3.3% 0 3.8%;
  margin: 4.6% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 200px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-link {
    width: 87.5%;
    max-width: 280px;
    padding: 1.4rem 0 1.5rem;
    margin: 2rem auto 0;
    font-size: 1.6rem;
  }
}
.jk-event_rally-link img {
  width: 8.5%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_rally-link img {
    width: 8.5%;
    right: 4.5%;
  }
}
.jk-event_rally-note {
  margin-top: 3.3%;
  padding-left: min(1.8rem, 1.4vw);
  text-align: justify;
  text-indent: max(-1.8rem, -1.4vw);
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-note {
    width: 100%;
    margin-top: 4rem;
    padding-left: 1.8rem;
    font-size: 1.8rem;
    text-indent: -1.8rem;
  }
}
.jk-event_rally-rewards {
  width: 100%;
  margin-top: 4.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-rewards {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-event_rally-sticker {
  width: 100%;
}
.jk-event_rally-sticker-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.3% 4px;
  margin: 0 auto;
  text-align: center;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #89293A;
  border-top: 3px solid #89293A;
  border-bottom: 3px solid #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sticker-title {
    width: 100%;
    padding: 1rem 0;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.jk-event_rally-sticker-text {
  width: 90.7%;
  margin: 3.5% auto 0;
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sticker-text {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.jk-event_rally-sticker-text span {
  font-size: min(2.5rem, 2vw);
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sticker-text span {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.jk-event_rally-sticker-image {
  width: 60.8%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sticker-image {
    width: 100%;
    margin-top: 2rem;
  }
}
.jk-event_rally-sticker-note {
  width: 90.7%;
  margin: 0.7% auto 0;
  padding-left: min(1.6rem, 1.25vw);
  text-indent: max(-1.6rem, -1.25vw);
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sticker-note {
    width: 100%;
    margin-top: 3rem;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.jk-event_rally-sticker-example {
  width: 90.7%;
  margin: 0 auto;
  padding-left: min(1.6rem, 1.25vw);
  text-indent: max(-1.6rem, -1.25vw);
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-sticker-example {
    width: 100%;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.jk-event_rally-goods {
  width: 100%;
  margin-top: 5.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods {
    margin-top: 5rem;
  }
}
.jk-event_rally-goods-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.3% 4px;
  margin: 0 auto;
  text-align: center;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #89293A;
  border-top: 3px solid #89293A;
  border-bottom: 3px solid #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-title {
    width: 100%;
    padding: 1rem 0;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
.jk-event_rally-goods-lists {
  width: 100%;
  margin-top: 3.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-lists {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-event_rally-goods-item {
  width: 47.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-item {
    width: 100%;
    margin-top: 3rem;
  }
}
.jk-event_rally-goods-item > img {
  width: 25.6%;
}
.jk-event_rally-goods-item > div {
  width: 69.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-item > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.jk-event_rally-goods-name {
  width: 100%;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-name {
    font-size: 2rem;
  }
}
.jk-event_rally-goods-text {
  width: 55%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-text {
    width: 100%;
    font-size: 1.6rem;
  }
}
.jk-event_rally-goods-whiskey {
  width: 36.7%;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-whiskey {
    width: 69%;
  }
}
.jk-event_rally-goods-twenty {
  width: 100%;
  text-align: right;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-twenty {
    text-align: right;
    font-size: 1.2rem;
  }
}
.jk-event_rally-goods-image {
  width: 94.5%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-image {
    width: 100%;
  }
}
.jk-event_rally-goods-word {
  width: 100%;
  margin-top: 1.5%;
  text-align: right;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-word {
    font-size: 1.2rem;
  }
}
.jk-event_rally-goods-way {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1% 1.8%;
  margin: 3.7% auto 0;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #333;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-way {
    width: 29.4%;
    padding: 0.8rem 0;
    margin: 1.5rem 0 0;
    font-size: 1.6rem;
  }
}
.jk-event_rally-goods-destriction {
  width: 100%;
  margin: 1.2% auto 0;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-destriction {
    width: 100%;
    margin-top: 1rem;
    text-align: justify;
    font-size: 1.6rem;
  }
}
.jk-event_rally-goods-note {
  width: 100%;
  margin: 0.6% auto 0;
  text-align: center;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-note {
    width: 100%;
    margin-top: 0.5rem;
    text-align: left;
    font-size: 1.2rem;
  }
}
.jk-event_rally-goods-link {
  width: 36.6%;
  padding: 1.5% 0 1.6%;
  margin: 3.7% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border: 2px solid #89293A;
  color: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-link {
    width: 90.9%;
    max-width: 300px;
    padding: 1.1rem 0;
    margin: 3rem auto 0;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.jk-event_rally-goods-link img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_rally-goods-link img {
    width: 8.3%;
  }
}
.jk-event_rally-deco {
  width: 14.4%;
  position: absolute;
  bottom: -4.4%;
  left: 10.7%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_rally-deco {
    width: 20%;
    max-width: 106px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 66%);
            transform: translate(-50%, 66%);
  }
}

.jk-event_campaign {
  width: 70.3%;
  max-width: 1100px;
  margin: 15.5% auto 0;
  padding: 8% 0 5.9% 0;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign {
    width: 90%;
    max-width: 500px;
    margin-top: min(41%, 242px);
    padding: min(25.6%, 151px) 2rem 5rem;
  }
}
.jk-event_campaign-title {
  width: 95.9%;
  position: absolute;
  top: -0.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-title {
    width: 90%;
  }
}
.jk-event_campaign-subtitle {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-subtitle {
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    row-gap: 0.5rem;
  }
}
.jk-event_campaign-subtitle img {
  width: 13.7%;
  margin-right: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-subtitle img {
    width: 37.4%;
  }
}
.jk-event_campaign-text {
  width: 100%;
  margin-top: 0.6%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-text {
    margin: 1rem auto 0;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.jk-event_campaign-text span {
  font-size: min(2rem, 1.6vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #f2bec9;
          text-decoration-color: #f2bec9;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 9px;
  text-underline-offset: -4px;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-text span {
    font-size: 2rem;
  }
}
.jk-event_campaign-catch {
  width: 100%;
  margin: 2.2% auto 0;
  text-align: center;
  font-size: min(4rem, 3.1vw);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-catch {
    margin: 2rem auto 0;
    font-size: 3rem;
    line-height: 1.4;
  }
}
.jk-event_campaign-catch span {
  font-size: min(5rem, 3.9vw);
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-catch span {
    font-size: 4rem;
  }
}
.jk-event_campaign-add {
  width: 100%;
  margin-top: 4.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.7%;
     -moz-column-gap: 1.7%;
          column-gap: 1.7%;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-add {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jk-event_campaign-add > picture {
  width: 14.8%;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-add > picture {
    width: 29%;
  }
}
.jk-event_campaign-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 2px solid #D12920;
  border-bottom: 2px solid #D12920;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-box {
    width: 100%;
  }
}
.jk-event_campaign-box-intro {
  padding-top: 1rem;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-box-intro {
    text-align: justify;
    font-size: 1.8rem;
  }
}
.jk-event_campaign-box-text {
  margin-top: 1.8%;
  padding-bottom: 1.4rem;
  font-size: min(2.5rem, 2vw);
  font-weight: 900;
  line-height: 1;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-box-text {
    margin-top: 0;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.2;
  }
}
.jk-event_campaign-box-text span {
  font-size: min(3rem, 2.34vw);
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-box-text span {
    font-size: 3rem;
  }
}
.jk-event_campaign-link {
  width: 33.3%;
  margin: 1.7% auto 0;
  padding: 1.4% 0 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border: 2px solid #89293A;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 100px;
  color: #89293A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-link {
    width: 76.9%;
    max-width: 300px;
    padding: 1.1rem 0;
    margin: 1rem auto 0;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.jk-event_campaign-link img {
  width: 8.3%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_campaign-link img {
    width: 8.3%;
  }
}

.jk-event_marche {
  width: 70.3%;
  max-width: 1100px;
  margin: 13.4% auto 0;
  padding: 5.2% 3.1% 3.9%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-event_marche {
    width: 90%;
    max-width: 500px;
    margin-top: 16rem;
    padding: min(15.4%, 91px) 2rem 5rem;
  }
}
.jk-event_marche-title {
  width: 85.6%;
  position: absolute;
  top: -3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_marche-title {
    width: 90%;
  }
}
.jk-event_marche-text {
  width: 100%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_marche-text {
    font-size: 1.6rem;
  }
}

.jk-event_walking {
  width: 70.3%;
  max-width: 1100px;
  margin: 17% auto 0;
  padding: 7.5% 3.1% 3.9%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-event_walking {
    width: 90%;
    max-width: 500px;
    margin-top: 16rem;
    padding: min(25.6%, 151px) 2rem min(12.8%, 75px);
  }
}
.jk-event_walking-title {
  width: 91.1%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_walking-title {
    width: 90%;
  }
}
.jk-event_walking-text {
  width: 100%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_walking-text {
    font-size: 1.6rem;
  }
}
.jk-event_walking-note {
  width: 100%;
  text-align: justify;
  font-size: min(1.4rem, 1.1vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_walking-note {
    padding-left: 1.4rem;
    margin-top: 2rem;
    font-size: 1.4rem;
    text-indent: -1.4rem;
  }
}
.jk-event_walking-period {
  margin: 3.7% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(2rem, 1.6vw);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_walking-period {
    margin: 4rem auto 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    line-height: 1.5;
    row-gap: 1.8rem;
  }
}
.jk-event_walking-period span {
  padding: 0 1.8%;
  margin-right: 1.2%;
  display: block;
  font-size: min(1.8rem, 1.4vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #333;
  border-radius: 200px;
}
@media screen and (max-width: 768px) {
  .jk-event_walking-period span {
    margin-right: 0;
    padding: 0 1.5rem 0.2rem;
    font-size: 1.8rem;
  }
}
.jk-event_walking-link {
  width: 36.6%;
  margin: 4.9% auto 0;
  padding: 1.4% 0 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border: 2px solid #89293A;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 100px;
  color: #89293A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-event_walking-link {
    width: 76.9%;
    max-width: 300px;
    padding: 1.1rem 0;
    margin: 4rem auto 0;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.jk-event_walking-link img {
  width: 8.3%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_walking-link img {
    width: 8.3%;
  }
}
.jk-event_walking-deco {
  width: 13.3%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media screen and (max-width: 768px) {
  .jk-event_walking-deco {
    width: 20.5%;
    max-width: 121px;
    right: 11.5%;
  }
}

.jk-event_gourmet {
  width: 70.3%;
  max-width: 1100px;
  padding: 6.2% 3.1% 3.1%;
  margin: 11.3% auto 0;
  position: relative;
  border-radius: 30px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet {
    width: 90%;
    max-width: 500px;
    margin-top: 16rem;
    padding: min(18%, 106px) 2rem 5rem;
  }
}
.jk-event_gourmet-title {
  width: 91.7%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-title {
    width: 90%;
  }
}
.jk-event_gourmet-box {
  width: 100%;
}
.jk-event_gourmet-box .name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #e3d4b3;
          text-decoration-color: #e3d4b3;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 5px;
  text-underline-offset: 4px;
}
.jk-event_gourmet-intro {
  text-align: justify;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-intro {
    width: 100%;
    font-size: 2rem;
  }
}
.jk-event_gourmet-note {
  margin-top: 1.2%;
  padding-bottom: 2.2%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #89293A;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-note {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-event_gourmet-ibusuki {
  width: 100%;
  margin-top: 5.9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.jk-event_gourmet-ibusuki-image {
  width: 50.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki-image {
    width: 84.8%;
    margin: 4rem auto 0;
  }
}
.jk-event_gourmet-ibusuki-box {
  width: 45.9%;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki-box {
    width: 100%;
  }
}
.jk-event_gourmet-ibusuki-box .catche {
  text-align: justify;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #A06F00;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki-box .catche {
    font-size: 2rem;
  }
}
.jk-event_gourmet-ibusuki-box .name {
  text-align: justify;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki-box .name {
    font-size: 1.8rem;
  }
}
.jk-event_gourmet-ibusuki-box .text {
  margin-top: 3.6%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki-box .text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-event_gourmet-ibusuki-box .jk-event_gourmet-link {
  margin: 4.9% auto 0;
  border: 2px solid #A06F00;
  color: #A06F00;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-ibusuki-box .jk-event_gourmet-link {
    margin-top: 2rem;
  }
}
.jk-event_gourmet-izumi {
  width: 100%;
  margin-top: 9.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi {
    margin-top: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.jk-event_gourmet-izumi-image {
  width: 50.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi-image {
    width: 100%;
    margin: 4rem auto 0;
  }
}
.jk-event_gourmet-izumi-box {
  width: 45.9%;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi-box {
    width: 100%;
  }
}
.jk-event_gourmet-izumi-box .catche {
  text-align: justify;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #6083BF;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi-box .catche {
    font-size: 2rem;
  }
}
.jk-event_gourmet-izumi-box .name {
  text-align: justify;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi-box .name {
    font-size: 1.8rem;
  }
}
.jk-event_gourmet-izumi-box .text {
  margin-top: 3.9%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi-box .text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-event_gourmet-izumi-box .jk-event_gourmet-link {
  margin: 5.1% auto 0;
  border: 2px solid #6083BF;
  color: #6083BF;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-izumi-box .jk-event_gourmet-link {
    margin-top: 1.8rem;
  }
}
.jk-event_gourmet-kirishima {
  width: 100%;
  margin-top: 9.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima {
    margin-top: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.jk-event_gourmet-kirishima-image {
  width: 50.5%;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima-image {
    width: 100%;
    margin: 3rem auto 0;
  }
}
.jk-event_gourmet-kirishima-box {
  width: 45.9%;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima-box {
    width: 100%;
  }
}
.jk-event_gourmet-kirishima-box .catche {
  text-align: justify;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #419248;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima-box .catche {
    font-size: 2rem;
  }
}
.jk-event_gourmet-kirishima-box .name {
  text-align: justify;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima-box .name {
    font-size: 1.8rem;
  }
}
.jk-event_gourmet-kirishima-box .text {
  margin-top: 4.6%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima-box .text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-event_gourmet-kirishima-box .jk-event_gourmet-link {
  margin: 4.3% auto 0;
  border: 2px solid #419248;
  color: #419248;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-kirishima-box .jk-event_gourmet-link {
    margin-top: 1.8rem;
  }
}
.jk-event_gourmet-link {
  width: 66.5%;
  padding: 1.6% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(1.6rem, 1.25vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-link {
    width: 92.6%;
    max-width: 250px;
    padding: 0.6rem 0;
    font-size: 1.6rem;
  }
}
.jk-event_gourmet-link img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-link img {
    right: 3%;
  }
}
.jk-event_gourmet-logo {
  width: 30.5%;
  margin: 6% auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .jk-event_gourmet-logo {
    width: 92.6%;
    margin-top: 7rem;
  }
}

.jk-event_rentalcar {
  width: 70.3%;
  max-width: 1100px;
  margin: 7% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-event_rentalcar {
    width: 90%;
    max-width: 500px;
    margin-top: 7rem;
  }
}
.jk-event_rentalcar-title {
  width: 100%;
}

.jk-information_main {
  width: 100%;
  padding-bottom: 11%;
  background-color: #EA98A9;
  background-image: -webkit-radial-gradient(#e892a3 20%, transparent 21%), -webkit-radial-gradient(#e892a3 20%, transparent 21%);
  background-image: radial-gradient(#e892a3 20%, transparent 21%), radial-gradient(#e892a3 20%, transparent 21%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media screen and (max-width: 768px) {
  .jk-information_main {
    padding-bottom: 14rem;
  }
}

.jk-information_heading {
  width: 100%;
  margin-top: min(7vw, 90px);
  padding-top: 4.7%;
}
@media screen and (max-width: 768px) {
  .jk-information_heading {
    margin-top: 7rem;
    padding-top: 3rem;
  }
}
.jk-information_heading-title {
  width: 47.2%;
  max-width: 738px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-information_heading-title {
    width: 90%;
    max-width: 500px;
  }
}

.jk-information_free {
  width: 70.3%;
  max-width: 1100px;
  margin: 4.4% auto 0;
  padding: 3.9% 3.1% 3.1%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-information_free {
    width: 90%;
    max-width: 500px;
    padding: 4rem 2rem min(10.3%, 6.1rem);
    margin-top: 6rem;
  }
}
.jk-information_free-title {
  width: 100%;
  padding: 2.5% 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-information_free-title {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.jk-information_free-title picture {
  width: 77.4%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-title picture {
    width: 66.4%;
  }
}
.jk-information_free-lists {
  width: 100%;
  margin: 4.9% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-information_free-lists {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.2rem;
  }
}
.jk-information_free-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-left {
    width: 100%;
  }
}
.jk-information_free-right {
  width: 45.3%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-right {
    width: 100%;
  }
}
.jk-information_free-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jk-information_free-info dt {
  width: 27.6%;
  padding: 2.2% 0;
  margin-right: 5%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1;
  letter-spacing: 0.05em;
  background: #EA98A9;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info dt {
    width: 34.2%;
    padding: 0.9rem 0;
    font-size: 1.6rem;
  }
}
.jk-information_free-info dd {
  width: 67.4%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info dd {
    width: 100%;
  }
}
.jk-information_free-info.release-period dd {
  font-size: min(1.8rem, 1.4vw);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.release-period dd {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.jk-information_free-info.release-period dd span {
  margin-left: 10px;
  font-size: min(1.2rem, 0.94vw);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.release-period dd span {
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.jk-information_free-info.period-of-use {
  margin-top: 3.9%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.period-of-use {
    margin-top: 3rem;
  }
}
.jk-information_free-info.period-of-use dd {
  font-size: min(1.8rem, 1.4vw);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.period-of-use dd {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.jk-information_free-info.price {
  margin-top: 3.6%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.price {
    margin-top: 3rem;
  }
}
.jk-information_free-info.price dd {
  font-size: min(1.8rem, 1.4vw);
  font-weight: 400;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.price dd {
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
  }
}
.jk-information_free-info.price dd span {
  font-size: min(2.5rem, 2vw);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.price dd span {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.jk-information_free-info.validity-period {
  margin-top: 1.3%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.validity-period {
    margin-top: 3.5rem;
  }
}
.jk-information_free-info.validity-period dd {
  font-size: min(1.8rem, 1.4vw);
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.validity-period dd {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.jk-information_free-info.free-area {
  margin-top: 4.5%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.free-area {
    margin-top: 3rem;
  }
}
.jk-information_free-info.free-area dd {
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.free-area dd {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.jk-information_free-info.release-method {
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.release-method {
    margin-top: 3rem;
  }
}
.jk-information_free-info.release-method dd .title {
  font-size: min(1.8rem, 1.4vw);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-information_free-info.release-method dd .title {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.jk-information_free-text {
  width: 100%;
  margin-top: 2.5%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_free-text {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
.jk-information_free-text span {
  font-weight: bold;
}
.jk-information_free-box {
  width: 100%;
  border: 3px solid #EA98A9;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jk-information_free-box {
    margin-top: 9.7rem;
  }
}
.jk-information_free-box-title {
  width: 100%;
  padding: 2% 0 2.3%;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #EA98A9;
}
@media screen and (max-width: 768px) {
  .jk-information_free-box-title {
    padding: 0.7rem 0 0.9rem;
    font-size: 2rem;
  }
}
.jk-information_free-box-lists {
  width: 100%;
  padding: 8.5% 7.3% 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-information_free-box-lists {
    padding: 3rem 2rem 2.7rem;
  }
}
.jk-information_free-box-item {
  width: 100%;
}
.jk-information_free-box-text {
  width: 100%;
  text-align: justify;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_free-box-text {
    font-size: 1.8rem;
  }
}
.jk-information_free-box-text span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #f2bec9;
          text-decoration-color: #f2bec9;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 9px;
  text-underline-offset: -4px;
}
.jk-information_free-box-note {
  margin-top: 4.7%;
  padding-left: min(1.6rem, 1.25vw);
  text-align: justify;
  text-indent: max(-1.6rem, -1.25vw);
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .jk-information_free-box-note {
    margin-top: 1.5rem;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.jk-information_free-box-note.second {
  margin-top: 0;
}
.jk-information_free-box-image {
  width: 74%;
  display: block;
  margin-top: 12.9%;
}
@media screen and (max-width: 768px) {
  .jk-information_free-box-image {
    width: 52.5%;
    margin: 2rem auto 0;
  }
}
.jk-information_free-deco {
  margin-top: 6.7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-information_free-deco {
    margin-top: 6rem;
  }
}
.jk-information_free-deco span {
  font-size: min(1.6rem, 1.25vw);
  display: inline-block;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #fffd66;
          text-decoration-color: #fffd66;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 11px;
  text-underline-offset: -6px;
}
@media screen and (max-width: 768px) {
  .jk-information_free-deco span {
    font-size: 1.6rem;
  }
}
.jk-information_free-deco span::before {
  content: "";
  width: 12.3%;
  height: 1px;
  display: block;
  position: absolute;
  left: -10%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(64deg);
          transform: translate(0, -50%) rotate(64deg);
  background: #333;
}
.jk-information_free-deco span::after {
  content: "";
  width: 12.3%;
  height: 1px;
  display: block;
  position: absolute;
  right: -10%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-64deg);
          transform: translate(0, -50%) rotate(-64deg);
  background: #333;
}
.jk-information_free-button {
  width: 100%;
  margin: 2.7% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-information_free-button {
    max-width: 300px;
    margin-top: 1rem;
  }
}
.jk-information_free-link {
  width: 81%;
  margin: 0 auto;
  padding: 4.1% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #89293A;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-information_free-link {
    width: 100%;
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}
.jk-information_free-link img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-information_free-link img {
    width: 8.3%;
  }
}
.jk-information_free-reservation {
  width: 81%;
  margin: 6.2% auto 0;
  padding: 2.7% 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  color: #89293A;
  border: 2px solid #89293A;
}
@media screen and (max-width: 768px) {
  .jk-information_free-reservation {
    width: 100%;
    max-width: 300px;
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}
.jk-information_free-reservation img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-information_free-reservation img {
    width: 8.3%;
  }
}

.jk-information_orange {
  width: 70.3%;
  max-width: 1100px;
  margin: 7.8% auto 0;
  padding: 3.9% 3.1% 3.9%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-information_orange {
    width: 90%;
    max-width: 500px;
    margin-top: 10rem;
    padding: 4rem 2rem 10rem;
  }
}
.jk-information_orange-title {
  width: 100%;
  padding: 2.3% 0 2.5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-title {
    padding: 1.5rem 0;
  }
}
.jk-information_orange-title picture {
  width: 86.2%;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-title picture {
    width: 87.7%;
  }
}
.jk-information_orange-lists {
  width: 100%;
  margin: 5.2% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-lists {
    width: 100%;
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-information_orange-image {
  width: 41.5%;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jk-information_orange-image img {
    width: 81.8%;
    margin: 0 auto 1rem;
    display: block;
  }
}
.jk-information_orange-item {
  width: 52.4%;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-item {
    width: 100%;
    padding: 4rem 0 0;
  }
}
.jk-information_orange-item > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jk-information_orange-item > ul > li {
  width: 100%;
}
.jk-information_orange-item > ul > li.border {
  margin-top: 5%;
  padding-top: 5%;
  border-top: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-item > ul > li.border {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.jk-information_orange-name {
  width: 100%;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-name {
    font-size: 2rem;
  }
}
.jk-information_orange-name span {
  font-size: min(1.6rem, 1.25vw);
}
@media screen and (max-width: 768px) {
  .jk-information_orange-name span {
    font-size: 1.6rem;
  }
}
.jk-information_orange-price {
  width: 100%;
  margin-top: 2.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-price {
    margin-top: 2.4rem;
  }
}
.jk-information_orange-price dt {
  width: 35.1%;
  padding: 1.4% 0;
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #EA98A9;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-price dt {
    width: 39.7%;
    font-size: 1.8rem;
  }
}
.jk-information_orange-price dd {
  width: 64.9%;
  padding: 1% 0 1.3%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  background: #F5CCD4;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-price dd {
    width: 60.3%;
    font-size: 1.6rem;
  }
}
.jk-information_orange-price dd span {
  font-size: min(2rem, 1.6vw);
}
@media screen and (max-width: 768px) {
  .jk-information_orange-price dd span {
    font-size: 2rem;
  }
}
.jk-information_orange-line {
  width: 100%;
  margin-top: 2.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-line {
    margin-top: 1.5rem;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .jk-information_orange-line.first {
    margin-top: 3rem;
  }
}
.jk-information_orange-line dt {
  width: 14.7%;
  margin-right: 3.5%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-line dt {
    width: 19%;
    margin-right: 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-information_orange-line dd {
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-line dd {
    font-size: 1.6rem;
  }
}
.jk-information_orange-train {
  width: 100%;
  margin-top: 2.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-train {
    margin-top: 3rem;
  }
}
.jk-information_orange-train dt {
  width: 18.6%;
  margin-right: 4%;
  padding: 1% 0 1.3%;
  text-align: center;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #EA98A9;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-train dt {
    width: unset;
    margin-right: 1.7rem;
    padding: 0.4rem 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-information_orange-train dd {
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-train dd {
    font-size: 1.6rem;
  }
}
.jk-information_orange-note {
  width: 100%;
  margin-top: 2.4%;
  padding-left: min(1.2rem, 0.94vw);
  text-align: justify;
  text-indent: max(-1.2rem, -0.94vw);
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-note {
    margin-top: 2rem;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.jk-information_orange-button {
  width: 100%;
  margin: 6.1% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-button {
    width: 96.5%;
    max-width: 300px;
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 2rem;
  }
}
.jk-information_orange-link {
  width: 37.2%;
  padding: 1% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #89293A;
  border: 2px solid #89293A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-information_orange-link {
    width: 100%;
    padding: 1.3rem 0;
    font-size: 2rem;
  }
}
.jk-information_orange-link img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.jk-information_ticket {
  width: 70.3%;
  max-width: 1100px;
  margin: 7.8% auto 0;
  padding: 3.9% 3.1% 3.9%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket {
    width: 90%;
    max-width: 500px;
    margin-top: 10rem;
    padding: 4rem 2rem 7rem;
  }
}
.jk-information_ticket-title {
  width: 100%;
  padding: 2.5% 0 2.2%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-title {
    padding: 1.5rem 0;
  }
}
.jk-information_ticket-title picture {
  width: 95.1%;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-title picture {
    width: 92.7%;
  }
}
.jk-information_ticket-lists {
  width: 100%;
  margin-top: 2.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-lists {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
  }
}
.jk-information_ticket-item {
  width: 47.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-item {
    width: 100%;
  }
}
.jk-information_ticket-heading span {
  font-size: min(3rem, 2.34vw);
  display: inline-block;
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-heading span {
    font-size: 3rem;
  }
}
.jk-information_ticket-heading span::before {
  content: "";
  width: 42.3%;
  height: 1px;
  display: block;
  position: absolute;
  left: -50%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(64deg);
          transform: translate(0, -50%) rotate(64deg);
  background: #333;
}
.jk-information_ticket-heading span::after {
  content: "";
  width: 42.3%;
  height: 1px;
  display: block;
  position: absolute;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-64deg);
          transform: translate(0, -50%) rotate(-64deg);
  background: #333;
}
.jk-information_ticket-catch {
  width: 100%;
  padding: 4.1% 0 3.7%;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 300px;
  background: #E60012;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-catch {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.jk-information_ticket-catch span {
  font-size: min(1.6rem, 1.25vw);
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-catch span {
    font-size: 1.5rem;
  }
}
.jk-information_ticket-text {
  width: 100%;
  margin-top: 3.8%;
  text-align: justify;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
.jk-information_ticket-description {
  width: 100%;
  margin-top: 1.5%;
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-description {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.jk-information_ticket-description span {
  color: #E60012;
}
.jk-information_ticket-link {
  width: 76.8%;
  padding: 3.3% 0 3.4%;
  margin: 6% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #89293A;
  border: 2px solid #89293A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-information_ticket-link {
    width: 96.5%;
    max-width: 300px;
    margin-top: 2.5rem;
    padding: 1.3rem 0;
    font-size: 2rem;
  }
}
.jk-information_ticket-link img {
  width: 8%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.jk-information_net {
  width: 70.3%;
  max-width: 1100px;
  margin: 7.8% auto 0;
  padding: 3.9% 3.1% 4.6%;
  position: relative;
  background: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .jk-information_net {
    width: 90%;
    max-width: 500px;
    margin-top: 10rem;
    padding: 4rem 2rem 7rem;
  }
}
.jk-information_net-title {
  width: 100%;
  padding: 3.3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #89293A;
}
@media screen and (max-width: 768px) {
  .jk-information_net-title {
    padding: 2rem 0 2.1rem;
  }
}
.jk-information_net-title picture {
  width: 89.6%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-title picture {
    width: 87.9%;
  }
}
.jk-information_net-date {
  width: 100%;
  margin-top: 4.5%;
  text-align: center;
  font-size: min(4rem, 3.1vw);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .jk-information_net-date {
    margin-top: 4rem;
    font-size: 2.4rem;
  }
}
.jk-information_net-text {
  margin-top: 3.2%;
  text-align: justify;
  font-size: min(1.8rem, 1.4vw);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_net-text {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.jk-information_net-catch {
  width: 100%;
  margin-top: 3.7%;
  text-align: center;
  position: relative;
  font-size: min(4rem, 3.1vw);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #D12920;
}
@media screen and (max-width: 768px) {
  .jk-information_net-catch {
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}
.jk-information_net-catch span.large {
  font-size: min(5rem, 3.9vw);
}
@media screen and (max-width: 768px) {
  .jk-information_net-catch span.large {
    font-size: 4rem;
  }
}
.jk-information_net-catch span.small {
  font-size: min(3rem, 2.34vw);
}
@media screen and (max-width: 768px) {
  .jk-information_net-catch span.small {
    font-size: 3rem;
  }
}
.jk-information_net-catch img {
  position: absolute;
}
.jk-information_net-catch img.first {
  width: 15.4%;
  top: 65%;
  left: -10.2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-information_net-catch img.first {
    width: 21%;
    top: 94%;
    left: -5%;
  }
}
.jk-information_net-catch img.second {
  width: 11%;
  bottom: 0%;
  right: -5.7%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-catch img.second {
    width: 16%;
    bottom: -6%;
    right: -2%;
  }
}
.jk-information_net-add {
  width: 100%;
  margin: 3.7% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.9%;
     -moz-column-gap: 1.9%;
          column-gap: 1.9%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-add {
    width: 100%;
    margin: 4rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jk-information_net-add > picture {
  width: 16.3%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-add > picture {
    width: 27.1%;
  }
}
@media screen and (max-width: 768px) {
  .jk-information_net-box {
    width: 100%;
  }
}
.jk-information_net-box-intro {
  width: 100%;
  padding-top: 1.8%;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  border-top: 2px solid #D12920;
}
@media screen and (max-width: 768px) {
  .jk-information_net-box-intro {
    padding-top: 1rem;
    text-align: justify;
    font-size: 1.8rem;
  }
}
.jk-information_net-box-text {
  width: 100%;
  margin-top: 1.3%;
  padding-bottom: 3.2%;
  font-size: min(2.5rem, 2vw);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #D12920;
  border-bottom: 2px solid #D12920;
}
@media screen and (max-width: 768px) {
  .jk-information_net-box-text {
    margin-top: 0;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.jk-information_net-box-text span {
  font-size: min(3rem, 2.34vw);
}
@media screen and (max-width: 768px) {
  .jk-information_net-box-text span {
    font-size: 3rem;
  }
}
.jk-information_net-note {
  margin-top: 4.3%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-information_net-note {
    margin-top: 5.5rem;
  }
}
.jk-information_net-note p {
  display: inline-block;
  position: relative;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_net-note p {
    font-size: 1.6rem;
  }
}
.jk-information_net-note p::before {
  content: "";
  width: 12.7%;
  height: 1px;
  display: block;
  position: absolute;
  left: -11%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(70deg);
          transform: translate(0, -50%) rotate(70deg);
  background: #333;
}
@media screen and (max-width: 768px) {
  .jk-information_net-note p::before {
    left: -10%;
  }
}
.jk-information_net-note p::after {
  content: "";
  width: 12.7%;
  height: 1px;
  display: block;
  position: absolute;
  right: -11%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-70deg);
          transform: translate(0, -50%) rotate(-70deg);
  background: #333;
}
@media screen and (max-width: 768px) {
  .jk-information_net-note p::after {
    right: -10%;
  }
}
.jk-information_net-button {
  width: 90%;
  margin: 1.8% auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-information_net-button {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-information_net-link {
  width: 47.3%;
  aspect-ratio: 350/90;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .jk-information_net-link {
    width: 96.5%;
    max-width: 300px;
    padding: 1.5rem 0;
    margin: 1.2rem auto 0;
    font-size: 2rem;
  }
}
.jk-information_net-link.registration {
  background: #89293A;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.jk-information_net-link.entry {
  background: #ffffff;
  color: #89293A;
  border: 2px solid #89293A;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-information_net-link.entry {
    margin: 2rem auto 0;
  }
}
.jk-information_net-link img {
  width: 7.1%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-information_net-link img {
    width: 8.3%;
  }
}
.jk-information_net-heading {
  width: 100%;
  margin-top: 6.1%;
  text-align: center;
  font-size: min(3rem, 2.34vw);
  font-weight: 900;
  line-height: 1.9;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .jk-information_net-heading {
    margin-top: 6rem;
    padding-bottom: 0.5rem;
    font-size: 3rem;
    line-height: 1.3;
  }
}
.jk-information_net-period {
  width: 100%;
  margin-top: 3.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-information_net-period {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.5rem;
  }
}
.jk-information_net-period dt {
  width: 25.6%;
  padding: 0.4% 0 0.7%;
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #333;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .jk-information_net-period dt {
    width: 90%;
    padding: 0.4rem 0 0.5rem;
    font-size: 1.8rem;
  }
}
.jk-information_net-period dd {
  width: 72%;
  font-size: min(2rem, 1.6vw);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_net-period dd {
    width: 83%;
    font-size: 2rem;
  }
}
.jk-information_net-ticket {
  width: 100%;
  margin-top: 2.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 2.2%;
     -moz-column-gap: 2.2%;
          column-gap: 2.2%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-ticket {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1.5rem;
  }
}
.jk-information_net-ticket dt {
  width: 25.6%;
  padding: 0.4% 0;
  text-align: center;
  font-size: min(1.8rem, 1.4vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ffffff;
  background: #333;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .jk-information_net-ticket dt {
    width: 90%;
    padding: 0.4rem 0 0.5rem;
    font-size: 1.8rem;
  }
}
.jk-information_net-ticket dd {
  width: 72%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-ticket dd {
    width: 90%;
  }
}
.jk-information_net-ticket dd p {
  font-size: min(2rem, 1.6vw);
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-information_net-ticket dd p {
    text-align: justify;
    font-size: 2rem;
    line-height: 1.7;
  }
}
.jk-information_net-ticket dd p.note {
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .jk-information_net-ticket dd p.note {
    margin-top: 1rem;
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.jk-information_net-notes {
  width: 100%;
  margin-top: 2.4%;
}
@media screen and (max-width: 768px) {
  .jk-information_net-notes {
    margin-top: 2rem;
  }
}
.jk-information_net-notes p {
  width: 100%;
  text-align: justify;
  padding-left: min(1.8rem, 1.4vw);
  font-size: min(1.8rem, 1.4vw);
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0;
  text-indent: max(-1.8rem, -1.4vw);
}
@media screen and (max-width: 768px) {
  .jk-information_net-notes p {
    font-size: 1.6rem;
  }
}

.jk-train_heading {
  width: 100%;
  aspect-ratio: 1280/230;
  margin-top: min(7vw, 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333;
}
@media screen and (max-width: 768px) {
  .jk-train_heading {
    margin-top: 7rem;
    max-height: 350px;
    aspect-ratio: 390/230;
  }
}
.jk-train_heading-title {
  width: 41.3%;
  margin-right: 1.5%;
}
@media screen and (max-width: 768px) {
  .jk-train_heading-title {
    width: 72.1%;
    max-width: 427px;
    margin-right: 0;
  }
}

.jk-train_ibutama {
  width: 70.3%;
  max-width: 1100px;
  margin: 8% auto 0;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama {
    width: 84.6%;
    max-width: 500px;
    margin-top: 9rem;
  }
}
.jk-train_ibutama-title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.jk-train_ibutama-title p.intro {
  width: 29.3%;
  padding: 1.1% 0;
  margin-right: 1.5%;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #BE904A;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-title p.intro {
    width: unset;
    padding: 1rem 2rem;
    margin-right: 0;
    font-size: 2rem;
  }
}
.jk-train_ibutama-title h2 {
  width: 69.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-title h2 {
    width: 100%;
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 3rem;
    row-gap: 1.5rem;
    letter-spacing: -0.02em;
  }
}
.jk-train_ibutama-title h2 span.note {
  font-size: min(1.8rem, 1.4vw);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-title h2 span.note {
    font-size: 1.8rem;
  }
}
.jk-train_ibutama-box {
  width: 100%;
  margin-top: 5.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-box {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.jk-train_ibutama-box > img {
  width: 48.6%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-box > img {
    width: 100%;
  }
}
.jk-train_ibutama-description {
  width: 48.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-description {
    width: 100%;
  }
}
.jk-train_ibutama-text {
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-text {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.jk-train_ibutama-detail {
  width: 100%;
  margin-top: 8.3%;
  padding: 4.6%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 5.1%;
     -moz-column-gap: 5.1%;
          column-gap: 5.1%;
  background: #BE904A;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-detail {
    margin-top: 7rem;
    padding: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.jk-train_ibutama-detail-text {
  width: 58.8%;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-detail-text {
    width: 100%;
    text-align: justify;
    font-size: 1.6rem;
  }
}
.jk-train_ibutama-detail-deco {
  width: 36.1%;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-detail-deco {
    width: 50%;
    margin-top: 1rem;
  }
}
.jk-train_ibutama-detail-note {
  width: 100%;
  margin-top: 1.9%;
  font-size: min(1.2rem, 0.94vw);
  font-size: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-detail-note {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.jk-train_ibutama-gallery {
  width: 100%;
  margin-top: 4.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-gallery {
    margin-top: 6rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 3rem;
  }
}
.jk-train_ibutama-gallery-item {
  width: 22.8%;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-gallery-item {
    width: 45.5%;
  }
}
.jk-train_ibutama-gallery-item p {
  margin-top: 4.9%;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-gallery-item p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.jk-train_ibutama-button {
  width: 44.4%;
  margin: 7.8% auto 0;
  padding: 1.8% 0 1.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  line-height: 1.3;
  letter-spacing: 0.02em;
  border: 2px solid #BE904A;
  color: #BE904A;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-button {
    width: 100%;
    max-width: 330px;
    margin-top: 9rem;
    padding: 1.4rem 0 1.3rem;
    font-size: 1.6rem;
  }
}
.jk-train_ibutama-button img {
  width: 6%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-train_ibutama-button img {
    width: 7.6%;
    right: 18px;
  }
}

.jk-train_express {
  width: 100%;
  margin-top: 7.8%;
  padding: 7.8% 0;
  background: #FBF1D3;
}
@media screen and (max-width: 768px) {
  .jk-train_express {
    margin-top: 10rem;
    padding: 11.2rem 0 10rem;
  }
}
.jk-train_express-inner {
  width: 70.3%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jk-train_express-inner {
    width: 84.6%;
    max-width: 500px;
  }
}
.jk-train_express-title {
  font-size: min(3rem, 2.34vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_express-title {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    font-size: 3rem;
  }
}
.jk-train_express-title span.intro {
  padding: 1.1% 2.2%;
  margin-right: 3.3%;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #BE904A;
}
@media screen and (max-width: 768px) {
  .jk-train_express-title span.intro {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.jk-train_express-box {
  width: 100%;
  margin-top: 5.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_express-box {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-train_express-box > img {
  width: 48.6%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .jk-train_express-box > img {
    width: 100%;
  }
}
.jk-train_express-description {
  width: 48.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_express-description {
    width: 100%;
    margin-top: 3rem;
  }
}
.jk-train_express-text {
  text-align: justify;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_express-text {
    font-size: 1.6rem;
  }
}
.jk-train_express-lists {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_express-lists {
    margin-top: 5rem;
  }
}
.jk-train_express-item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .jk-train_express-item {
    width: 45.5%;
  }
}
.jk-train_express-item p {
  margin-top: 4.9%;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .jk-train_express-item p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.jk-train_express-gallery {
  width: 100%;
  margin-top: 4.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_express-gallery {
    margin-top: 3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 9%;
       -moz-column-gap: 9%;
            column-gap: 9%;
    row-gap: 3rem;
  }
}
.jk-train_express-gallery-item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .jk-train_express-gallery-item {
    width: 45.5%;
  }
}
.jk-train_express-gallery-item p {
  margin-top: 3.7%;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_express-gallery-item p {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.jk-train_express-way {
  width: 100%;
  margin-top: 7.8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way {
    margin-top: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jk-train_express-way > img {
  width: 31.1%;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way > img {
    width: 54.5%;
    display: block;
    margin: 0 auto;
  }
}
.jk-train_express-way-box {
  width: 64.4%;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way-box {
    width: 100%;
  }
}
.jk-train_express-way-title {
  width: 100%;
  padding: 0.7% 0 0.8%;
  text-align: center;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #D12920;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way-title {
    margin-top: 3rem;
    padding: 0.7rem 0 0.8rem;
    font-size: 2rem;
  }
}
.jk-train_express-way-title.black {
  margin-top: 8.6%;
  background: #333;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way-title.black {
    margin-top: 5rem;
  }
}
.jk-train_express-way-text {
  margin-top: 3.4%;
  font-size: min(1.6rem, 1.25vw);
  line-height: 1.9;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way-text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.jk-train_express-way-note {
  margin-top: 1.7%;
  font-size: min(1.2rem, 0.94vw);
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .jk-train_express-way-note {
    margin-top: 0;
    padding-left: 1.2rem;
    font-size: 1.2rem;
    text-indent: -1.2rem;
  }
}
.jk-train_express-link {
  width: 44.4%;
  margin: 7.8% auto 0;
  padding: 1.8% 0 1.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
  border-radius: 100px;
  font-size: min(2rem, 1.6vw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border: 2px solid #BE904A;
  color: #BE904A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jk-train_express-link {
    width: 100%;
    max-width: 330px;
    margin-top: 5.7rem;
    padding: 1.4rem 0 1.3rem;
    font-size: 1.6rem;
  }
}
.jk-train_express-link img {
  width: 6%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .jk-train_express-link img {
    width: 7.6%;
    right: 18px;
  }
}