@charset "UTF-8";
.l-site-header {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 14px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

.l-site-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-site-header-list-item {
  padding-right: 14px;
}

.l-site-header-list-item-last-child {
  padding-right: 0;
}

.l-site-header-list-item.company img {
  max-width: 150px;
  max-height: 34px;
}
.l-site-header-list-item.text {
  font-size: 10px;
  padding-right: 14px;
  color: #7a879c;
}
.l-site-header-list-item.platform img {
  max-width: 150px;
  max-height: 40px;
}

.l-site-footer {
  position: relative;
}

.l-site-footer-contact {
  padding: 24px 0 30px;
  background-color: #fff;
}

.l-site-footer-contact-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f294d;
}

.l-site-footer-contact-company {
  font-size: 13px;
  margin-bottom: 4px;
  color: #0f294d;
}

.l-site-footer-contact-call {
  margin-bottom: 10px;
}
.l-site-footer-contact-call .l-site-footer-contact-call-link {
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #0f294d;
}

.l-site-footer-contact-inqury {
  font-size: 12px;
  line-height: 1.25;
  color: #455873;
}

.l-site-footer-navi {
  padding: 20px 0;
  background-color: #455873;
}

.l-site-footer-navi-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-site-footer-navi-content-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 0;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-site-footer-navi-content-menu-list-item {
  margin-bottom: 10px;
  padding-right: 16px;
}

.l-site-footer-navi-content-menu-list-item-link {
  font-size: 10px;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
}
.l-site-footer-navi-content-menu-list-item-link:before {
  position: absolute;
  top: 55%;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 1em;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_arrow_right_small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-site-footer-navi-content-copyright {
  font-size: 10px;
  color: #fff;
}

.p-r {
  position: relative;
}

.mr-5 {
  margin-right: 5px;
}

.fz-18 {
  font-size: 18px;
}

.fz-24 {
  font-size: 24px;
}

.icon-top-arrow-blue {
  display: inline-block;
  width: 1em;
  height: 0.5em;
  background-image: url(../img/icon/icon_arrow_top_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-call-blue {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/icon/icon_call_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-to-top {
  position: absolute;
  top: 24px;
  right: 8px;
}
.page-to-top .page-to-top-link {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
}
.page-to-top .page-to-top-link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.page-to-top .page-to-top-link-icon {
  margin-bottom: 8px;
  text-align: center;
}
.page-to-top .page-to-top-link-text {
  font-size: 10px;
  font-weight: 700;
  color: #455873;
}

.wrap-content-900 {
  display: block;
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

:root {
  --fontEn: "Rajdhani","Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}

:where(main p) + p {
  margin-top: 2em;
}

:where(main) a,
:where(main) button {
  color: #292929;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
:where(main) a:hover,
:where(main) button:hover {
  opacity: 0.7;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.is-tac {
  text-align: center;
}
.c-title.--skin01 {
  margin-bottom: 60px;
  line-height: 1.3;
  text-align: center;
}
.c-title.--skin01 .jp {
  display: block;
  color: #013f6b;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 0.04em;
}
.c-title.--skin01 .en {
  display: block;
  margin-top: 18px;
  color: #e5ce45;
  font-family: var(--fontEn);
  font-weight: bold;
  font-size: 27px;
}
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  width: min(100%, 200px);
  min-height: 56px;
  border-radius: 10em;
  border: 2px solid #ead032;
  background: #ead032;
  -webkit-box-shadow: 0px 5px 0px #cbb00d;
          box-shadow: 0px 5px 0px #cbb00d;
  color: #013f6b;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.c-btn::after {
  position: absolute;
  inset: 0 0 auto 0;
  display: block;
  content: "";
  z-index: -1;
  height: 50%;
  border-radius: 10em 10em 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
}
.c-btn.icon-ticket::before {
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 5px;
  background: url(../img/icon-tour.svg) no-repeat center center/contain;
}
.c-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.c-btnWrap .c-btn {
  width: auto;
  padding-inline: 36px;
}
.c-btn[disabled] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
}
.c-background {
  background: -webkit-gradient(linear, left top, right top, from(#CA0915), color-stop(50%, #CA0915), color-stop(50%, #003F6B), to(#003F6B));
  background: linear-gradient(to right, #CA0915 0%, #CA0915 50%, #003F6B 50%, #003F6B 100%);
}
.c-tab {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 38px;
}
.c-tabMenu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}
.c-tabMenu.--top .c-tabBtn.--fc::before {
  position: absolute;
  top: -90px;
  left: 22px;
  display: block;
  content: "";
  width: 94px;
  height: 100px;
  background: url(../img/character-fc03.png) no-repeat center center/contain;
}
.c-tabMenu.--top .c-tabBtn.--kings::before {
  position: absolute;
  top: -100px;
  right: 0px;
  display: block;
  content: "";
  width: 146px;
  height: 97px;
  background: url(../img/character-kings03.png) no-repeat center center/contain;
}
.c-tabMenu.--bottom .c-tabBtn::after {
  top: auto;
  bottom: 100%;
  rotate: 180deg;
  translate: -64% 0;
}
.c-tabBtn {
  position: relative;
  display: grid;
  width: 100%;
  place-content: center;
  min-height: 76px;
  border: 4px solid #fff;
  border-radius: 10em;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}
.c-tabBtn::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -1px);
          transform: rotate(45deg) translate(-50%, -1px);
  display: block;
  content: "";
  opacity: 0;
  width: 24px;
  height: 24px;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(calc(100% - 6px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 6px));
}
.c-tabBtn.is-current::after {
  opacity: 1;
}
.c-tabBtn.--fc {
  background: #ca0914;
}
.c-tabBtn.--fc::after {
  background: #ca0914;
  border-color: #fff;
}
.c-tabBtn.--fc.is-current {
  background: #fff;
  color: #ca0914;
  border: 4px solid #ca0914;
}
.c-tabBtn.--fc.is-current::after {
  border-color: #ca0914;
  background: #fff;
}
.c-tabBtn.--kings {
  background: #013F6B;
}
.c-tabBtn.--kings::after {
  background: #013F6B;
  border-color: #fff;
}
.c-tabBtn.--kings.is-current {
  background: #fff;
  color: #013F6B;
  border: 4px solid #013F6B;
}
.c-tabBtn.--kings.is-current::after {
  border-color: #013F6B;
  background: #fff;
}
.c-tabBox {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-tabBox.is-current {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.c-tabContent {
  position: relative;
  min-height: 100px;
}
.c-table {
  width: 100%;
}
.c-table th {
  padding: 30px 40px;
  text-align: left;
  vertical-align: middle;
}
.c-table th:has(.bg-en) {
  vertical-align: bottom;
}
.c-table td {
  padding: 30px 4px;
  vertical-align: middle;
}
.c-table tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.c-table tbody > tr:nth-child(even) {
  background-color: #F7F7F7;
}
.c-table tbody > tr > td:has(.team) {
  padding-right: 12px;
}
.c-table tbody > tr > td:last-child:has(.c-btn) {
  padding-right: 40px;
}
.c-table .title {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
}
.c-table .bg-en {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-align: right;
}
.c-table .bg-en::after {
  position: absolute;
  right: -40px;
  bottom: 0;
  display: block;
  z-index: -1;
  opacity: 0.2;
  content: attr(data-label);
  color: #fff;
  font-family: var(--fontEn);
  font-weight: 900;
  font-style: italic;
  font-size: 96px;
  line-height: 0;
}
.c-table .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
  padding-left: 40px;
  line-height: 0.7;
}
.c-table .num {
  color: #013f6b;
  font-family: var(--fontEn);
  font-weight: 900;
  font-size: 44px;
  letter-spacing: -0.01em;
  -webkit-text-stroke: 1px #013f6b;
}
.c-table .small {
  margin-left: -2px;
  color: #013f6b;
  font-family: var(--fontEn);
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  line-height: 0.9;
}
.c-table .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-table .vs {
  display: grid;
  place-content: center;
  width: 20px;
  height: 46px;
  background: #013f6b;
  color: #fff;
  font-family: var(--fontEn);
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: -0.4em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.c-table .name {
  color: #013f6b;
  font-weight: 900;
  font-size: 20px;
}
.c-table.--fc th {
  background-color: #CA0914;
}
.c-table.--kings th {
  background-color: #013f6b;
}
.c-table .c-btn {
  white-space: nowrap;
}
.c-tac {
  text-align: center;
}
.c-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 492/340;
}

.icon-map::before {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(../img/icon-map.svg) no-repeat center center/contain;
}
.icon-access::before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(../img/icon-access.svg) no-repeat center center/contain;
}

.l-main {
  overflow-x: clip;
}
.l-wrapper {
  width: min(94%, 1024px);
  margin-inline: auto;
  color: #292929;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.l-wrapper :where(p) {
  line-height: 1.8;
}
.l-wrapper :where(li) {
  line-height: 1.4;
}
main .l-wrapper {
  line-height: 2;
}
.l-site-header .l-wrapper {
  padding-left: 25px;
}
.l-kv__inner {
  position: relative;
  padding-inline: 40px;
  padding-bottom: 80px;
  text-align: center;
}
.l-kv__inner::before {
  position: absolute;
  inset: min(390px, 24.37vw) 0 0 0;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#CA0915), color-stop(50%, #CA0915), color-stop(50%, #003F6B), to(#003F6B));
  background: linear-gradient(to right, #CA0915 0%, #CA0915 50%, #003F6B 50%, #003F6B 100%);
  z-index: -1;
}
.l-kv__title {
  margin-bottom: 52px;
}
.l-kv__point {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 15px;
  max-width: 1440px;
  margin-inline: auto;
}
.l-kv__point > li {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
}
.l-kv__point :is(.num, .text) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px;
}
.l-kv__point .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E1CC52;
  color: #013F6B;
  font-family: var(--fontEn);
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
.l-kv__point .small {
  padding-block: 4px 2px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.l-kv__point .text {
  display: grid;
  background-color: #fff;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.5857142857;
  text-align: left;
}
.l-anchor {
  padding-block: 80px;
}
.l-anchor__inner {
  padding-inline: 40px;
}
.l-anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 0;
}
.l-anchorList > li:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid #013F6B;
}
.l-anchorList a {
  display: inline-block;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
}
.l-anchorList a::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.006" height="8.752" viewBox="0 0 15.006 8.752">  <path id="パス_2155" data-name="パス 2155" d="M-.883-2.867a1.252,1.252,0,0,0,1.77,0l6.25-6.25a1.252,1.252,0,0,0,0-1.77,1.252,1.252,0,0,0-1.77,0L0-5.52l-5.367-5.363a1.252,1.252,0,0,0-1.77,0,1.252,1.252,0,0,0,0,1.77l6.25,6.25Z" transform="translate(7.503 11.253)" fill="%23eacf34"/></svg>') no-repeat center center/15px auto;
  vertical-align: middle;
}
.l-tour__charaList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 80px;
  margin-bottom: 20px;
}
.l-tour__charaList__item {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 32px;
  min-height: 58px;
  border-radius: 10em;
  background: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}
.l-tour__charaList__item::after {
  position: absolute;
  bottom: -8px;
  left: 40px;
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13.309" height="11.123" viewBox="0 0 13.309 11.123">  <path id="パス_762" data-name="パス 762" d="M5201.848,1855.244s-.52,8.123,5.364,10.01c-10.6-2.2-11.834-7.508-13.175-10.01S5201.848,1855.244,5201.848,1855.244Z" transform="translate(-5193.902 -1854.132)" fill="%23fff"/></svg>') no-repeat center center/contain;
}
.l-tour__charaList__item img {
  position: absolute;
}
.l-tour__charaList > li:nth-child(1) {
  color: #CA0914;
  text-align: right;
}
.l-tour__charaList > li:nth-child(1) img {
  left: -77px;
  top: -86px;
}
.l-tour__charaList > li:nth-child(2) {
  color: #013F6B;
}
.l-tour__charaList > li:nth-child(2) img {
  right: -115px;
  top: -90px;
}
.l-tour__charaList > li:nth-child(2) .l-tour__charaList__item::after {
  left: auto;
  right: 40px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-tour__head {
  padding-top: 72px;
  padding-bottom: 120px;
  margin-inline: 40px;
}
.l-tour__head .l-wrapper {
  color: #fff;
}
.l-tour__body {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.l-tour__body::before {
  position: absolute;
  inset: -120px 0 0 0;
  display: block;
  content: "";
  z-index: -1;
  background-color: rgba(225, 204, 82, 0.2);
}
.l-tour__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  color: #E5C926;
  font-weight: 900;
  font-size: 80px;
  text-align: center;
  -webkit-text-stroke: 12px white;
  paint-order: stroke fill;
  -webkit-filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
}
.l-tour__title::before, .l-tour__title::after {
  position: absolute;
  display: block;
  content: "";
}
.l-tour__title::before {
  bottom: -70px;
  left: -110px;
  width: 99px;
  height: 118px;
  background: url(../img/img-star01.png) no-repeat center center/contain;
}
.l-tour__title::after {
  top: -30px;
  right: -110px;
  width: 97px;
  height: 117px;
  background: url(../img/img-star02.png) no-repeat center center/contain;
}
.l-tour__subtitle {
  margin-bottom: 48px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.9;
  text-align: center;
}
.l-tour__subtitle .large {
  display: inline-block;
  padding-inline: 24px;
  color: #E5C926;
  font-size: 52px;
  -webkit-text-stroke: 10px white;
  paint-order: stroke fill;
  -webkit-filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
}
.l-tour__introduction {
  position: relative;
  padding: 40px 40px 44px;
  font-weight: 500;
}
.l-tour__introduction::before, .l-tour__introduction::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  opacity: 0.6;
  width: 100%;
  height: 18px;
  background: url(../img/line-minsa.svg) repeat-x left top/auto 18px;
}
.l-tour__introduction::before {
  top: 0;
}
.l-tour__introduction::after {
  bottom: 0;
}
.l-tour__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin-inline: -60px;
  margin-bottom: 36px;
  color: #fff;
  font-weight: 600;
}
.l-tour__grid__title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.l-tour__grid__ornament {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: ornament;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 60px;
  font-family: var(--fontEn);
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-align: left;
  color: #ca0914;
  line-height: 0;
}
.l-tour__grid__ornament::after {
  display: block;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 28px;
  margin-top: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28.284" height="17.227" viewBox="0 0 28.284 17.227" shape-rendering="geometricPrecision">  <g id="前面オブジェクトで型抜き_110" data-name="前面オブジェクトで型抜き 110" transform="translate(4321.172 301.772)" fill="none">    <path d="M-4307.029-284.545h0l-14.142-14.141,3.086-3.086,11.057,11.057,11.056-11.057,3.085,3.086-14.141,14.141Z" stroke="none"/>    <path d="M -4307.029296875 -285.958984375 L -4294.3017578125 -298.6861877441406 L -4295.97314453125 -300.3576965332031 L -4307.029296875 -289.3010559082031 L -4318.0859375 -300.3577575683594 L -4319.7578125 -298.6861267089844 L -4307.029296875 -285.958984375 M -4307.029296875 -284.5446166992188 L -4307.02978515625 -284.5453186035156 L -4321.171875 -298.6861267089844 L -4318.0859375 -301.77197265625 L -4307.029296875 -290.7152709960938 L -4295.97314453125 -301.77197265625 L -4292.8876953125 -298.6861267089844 L -4307.029296875 -284.5446166992188 Z" stroke="none" fill="%23ca0914"/>  </g></svg>') repeat-y center top/28.5px auto;
  background-repeat: space;
}
.l-tour__grid .image {
  grid-area: image;
  background-color: #fff;
}
.l-tour__grid .image.--soon {
  background-color: #D9D9D9;
}
.l-tour__grid .text {
  position: relative;
  grid-area: text;
  padding: 32px 40px 40px;
}
.l-tour__grid__fc {
  display: grid;
  grid-template-areas: "ornament image" "ornament text";
  grid-template-rows: auto 1fr;
}
.l-tour__grid__fc .text {
  background-color: #CA0915;
}
.l-tour__grid__fc .l-tour-grid__chara {
  position: absolute;
  top: -35px;
  left: -39px;
}
.l-tour__grid__kings {
  display: grid;
  grid-template-areas: "image ornament" "text ornament";
  grid-template-rows: auto 1fr;
}
.l-tour__grid__kings .text {
  background-color: #003F6B;
}
.l-tour__grid__kings .l-tour-grid__chara {
  position: absolute;
  top: -80px;
  right: -38px;
}
.l-tour__grid__kings .l-tour__grid__ornament {
  color: #003F6B;
}
.l-tour__grid__kings .l-tour__grid__ornament::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28.284" height="17.227" viewBox="0 0 28.284 17.227" shape-rendering="geometricPrecision">  <g id="前面オブジェクトで型抜き_110" data-name="前面オブジェクトで型抜き 110" transform="translate(4321.172 301.772)" fill="none">    <path d="M-4307.029-284.545h0l-14.142-14.141,3.086-3.086,11.057,11.057,11.056-11.057,3.085,3.086-14.141,14.141Z" stroke="none"/>    <path d="M -4307.029296875 -285.958984375 L -4294.3017578125 -298.6861877441406 L -4295.97314453125 -300.3576965332031 L -4307.029296875 -289.3010559082031 L -4318.0859375 -300.3577575683594 L -4319.7578125 -298.6861267089844 L -4307.029296875 -285.958984375 M -4307.029296875 -284.5446166992188 L -4307.02978515625 -284.5453186035156 L -4321.171875 -298.6861267089844 L -4318.0859375 -301.77197265625 L -4307.029296875 -290.7152709960938 L -4295.97314453125 -301.77197265625 L -4292.8876953125 -298.6861267089844 L -4307.029296875 -284.5446166992188 Z" stroke="none" fill="%23003F6B"/>  </g></svg>');
}
.l-tour__benefits__note {
  font-weight: 500;
  font-size: 14px;
  line-height: 25.2px;
}
.l-tour__passport {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 120px;
}
.l-tour__passport__text {
  margin-right: -80px;
}
.l-tour__passport__image {
  margin-left: 15px;
}
.l-tour__passport__title {
  position: relative;
  margin-bottom: 28px;
  padding-right: 80px;
  padding-left: 70px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5416666667;
  color: #013f6b;
}
.l-tour__passport__title::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  content: "";
  width: 56px;
  height: 54px;
  background: url(../img/icon-ticket.svg) no-repeat center center/contain;
}
.l-tour__passport__block {
  padding: 32px 92px 40px 32px;
  background: #fff;
  border: 12px solid #ebd032;
}
.l-tour__passport__block__title {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.6;
}
.l-present {
  padding-block: 74px 120px;
}
.l-present__more {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.l-present__block {
  padding: 40px 60px 80px;
  background-color: #fff;
}
.l-present__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-present__circle {
  rotate: -10deg;
  width: 158px;
  height: 158px;
  display: grid;
  place-content: center;
  padding-top: 4px;
  border-radius: 50%;
  background: #ebd032;
  color: #ca0915;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.l-present__circle .line01 {
  font-size: 18px;
  color: #292929;
}
.l-present__circle .line02 {
  font-size: 32px;
}
.l-present__circle .line03 {
  padding-top: 4px;
  font-size: 30px;
}
.l-present__circle .num {
  font-size: 48px;
}
.l-present__title {
  font-weight: 900;
  font-size: 32px;
  color: #013f6b;
  line-height: 1.3;
}
.l-present__title .red {
  font-size: 52px;
  color: #ca0915;
  -webkit-text-stroke: 8px white;
  paint-order: stroke fill;
  -webkit-filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
}
.l-present__title .large {
  font-size: 40px;
}
.l-present__descript {
  margin-top: 44px;
  margin-bottom: 60px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.l-present__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.l-present__image li {
  position: relative;
}
.l-present__image li::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  z-index: 1;
}
.l-present__image .soon img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.l-present__image .soon::after {
  position: absolute;
  inset: 0;
  rotate: 9deg;
  display: grid;
  place-content: center;
  content: "COMING SOON";
  z-index: 2;
  width: 5em;
  margin: auto;
  padding-top: 100px;
  font-family: --var(--fontEn);
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  color: #013f6b;
}
.l-present__criteria {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  max-width: 864px;
  margin-top: 40px;
  margin-inline: auto;
}
.l-present__criteria > dt {
  display: grid;
  place-content: center;
  padding: 32px;
  background: #ebd032;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 18px;
  line-height: 28.8px;
  text-align: center;
}
.l-present__criteria > dd {
  padding: 24px 32px;
  background: #faf5dd;
  font-weight: 500;
}
.l-schedule {
  position: relative;
  padding-block: 120px;
}
.l-schedule::before, .l-schedule::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}
.l-schedule::before {
  inset: 0 50% 0 0;
  background: url(../img/bg-fc.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
.l-schedule::after {
  inset: 0 0 0 50%;
  background: url(../img/bg-kings.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}
.l-schedule__title.c-title .jp {
  color: white;
}
.l-schedule__descript {
  margin-bottom: 70px;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.l-accommodations {
  position: relative;
  z-index: 1;
  padding-block: 120px;
  background-color: #E2F5FC;
}
.l-accommodations::before, .l-accommodations::after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  opacity: 0.4;
  background: url(../img/img-block.svg) repeat left top/76px auto;
}
.l-accommodations::before {
  inset: 0 auto 0 0;
  width: 152px;
}
.l-accommodations::after {
  inset: 0 0 0 auto;
  width: 152px;
}
.l-accommodationsList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 40px;
}
.l-accommodationsList__image {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.l-accommodationsList__image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 56px;
  height: 56px;
  background: #ead032 url(../img/icon-zoom.svg) no-repeat center center/16px auto;
}
.l-accommodationsList p {
  color: #013f6b;
  font-weight: 900;
  font-size: 18px;
}
.l-model {
  padding-block: 120px;
  background-color: #EAD032;
}
.l-model__title.c-title .en {
  color: #fff;
}
.l-model__course > dt {
  padding: 24px 20px 20px;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #fff;
  line-height: 1.75;
}
.l-model__course > dd {
  padding: 36px 40px 120px;
  background-color: #fff;
}
.l-model__course__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 24px;
}
.l-model__course__line::before, .l-model__course__line::after {
  translate: 0 2px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 1em;
  border-radius: 2px;
  background-color: #fff;
}
.l-model__course__line::before {
  rotate: -30deg;
}
.l-model__course__line::after {
  rotate: 30deg;
}
.l-model__course__descript {
  margin-bottom: 60px;
  font-size: 14px;
  text-align: center;
}
.l-model__course.--fc > dt {
  background-color: #CA0914;
}
.l-model__course.--kings > dt {
  background-color: #013F6B;
}
.l-model__course__kings {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.l-model__course__kings__link01 {
  position: absolute;
  display: inline-block;
  left: min(22%,196px);
  top: min(13.59%, 339px);
  width: 8em;
  height: 1.4em;
  background-color: rgba(255,255,255, 0);
}
.l-model__course__kings__link02 {
  position: absolute;
  display: inline-block;
  left: min(22%,196px);
  bottom: min(18.5%, 463px);
  width: 8em;
  height: 1.4em;
  background-color: rgba(255,255,255, 0);
}
.l-model__course__kings__link01:hover,
.l-model__course__kings__link02:hover {
  background-color: rgba(255,255,255, 0.5);
}
.l-keywordrally {
  position: relative;
  padding-block: 120px;
}
.l-keywordrally__title.c-title .jp, .l-keywordrally__title.c-title .en {
  color: #fff;
}
.l-keywordrally__descript {
  margin-top: -15px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
.l-keywordrally__charaList .fc {
  position: absolute;
  bottom: -8px;
  right: calc(50vw + 188px);
}
.l-keywordrally__charaList .kings {
  position: absolute;
  bottom: -8px;
  left: calc(50vw + 188px);
}
.l-keywordrally__image {
  margin-block: 32px 60px;
}
.l-access {
  padding-block: 120px;
  background: url(../img/bg-sky.jpg) no-repeat center top/auto max(485px, 30.31vw), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f7ff)) repeat-x center max(485px, 30.31vw)/100% 100%;
  background: url(../img/bg-sky.jpg) no-repeat center top/auto max(485px, 30.31vw), linear-gradient(to bottom, #fff 0%, #e6f7ff 100%) repeat-x center max(485px, 30.31vw)/100% 100%;
}
.l-access__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}
.l-access__grid__col {
  position: relative;
}
.l-access__grid__col > dt {
  padding: 32px 20px 0;
  font-weight: 900;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.l-access__grid__col > dd {
  padding-top: 6px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.l-access__grid__col.--fc {
  background-color: #CA0914;
}
.l-access__grid__col.--fc::before {
  position: absolute;
  top: 30px;
  left: -56px;
  display: block;
  content: "";
  width: 113px;
  height: 121px;
  background: url(../img/character-fc05.png) no-repeat center center/contain;
}
.l-access__grid__col.--kings {
  background-color: #013F6B;
}
.l-access__grid__col.--kings::before {
  position: absolute;
  top: 15px;
  right: -33px;
  display: block;
  content: "";
  width: 87px;
  height: 161px;
  background: url(../img/character-kings05.png) no-repeat center center/contain;
}
.l-access__grid__links {
  margin-top: 4px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.l-access__grid__links a {
  color: #fff;
}
.l-links {
  padding-block: 120px 80px;
}
.l-links__bnr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.l-links__bnr a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}
.l-links__bnr p {
  margin-top: 10px;
}
.l-links__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 100px;
  padding: 40px;
  background-color: #F2F2F2;
}
.l-links__attention > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #013f6b;
}
.l-links__attention > dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}
.l-links__attention__list dt {
  font-weight: 700;
}
.l-links__attention__list dt ~ dt {
  margin-top: 1em;
}

.glightbox-clean .gslide-description {
  background-color: rgba(255, 255, 255, 0.8);
}

.glightbox-clean .gslide-title {
  margin-bottom: 0;
  color: #292929;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}

.course__spotan {
  font-size: 20px;
  display: block;
}

.l-links__bnr_long {
  width: 100%;
  margin-bottom: 30px;
}
.l-links__bnr_long a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}
.l-links__bnr_long p {
  margin-top: 10px;
}

@media (max-width: 960px) {
  .l-tour__title {
    font-size: 57px;
  }
  .c-table tr, .c-table td, .c-table th {
    display: block;
  }
  .c-table th {
    overflow: hidden;
    padding: 20px;
  }
  .c-table td {
    padding: 6px 20px;
  }
  .c-table tbody > tr > td:has(.data) {
    padding-top: 24px;
  }
  .c-table tbody > tr > td:has(.team) {
    padding-right: 20px;
  }
  .c-table tbody > tr > td:last-child:has(.c-btn) {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .c-table .c-btn {
    width: 100%;
  }
  .c-table .title {
    padding-bottom: 0;
    font-size: 20px;
    text-align: center;
  }
  .c-table .bg-en {
    margin-top: -10px;
    padding-top: 0;
    text-align: center;
  }
  .c-table .bg-en::after {
    right: -20px;
    font-size: 60px;
  }
  .c-table .data {
    padding-left: 0;
  }
  .c-table .num {
    font-size: 30px;
  }
  .c-table .small br {
    display: none;
  }
  .c-table .vs {
    width: 27px;
    height: 30px;
    letter-spacing: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .c-table .name {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .l-site-footer-contact-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .l-site-footer-contact-company {
    font-size: 16px;
  }
  .l-site-footer-contact-call .l-site-footer-contact-call-link {
    font-size: 22px;
  }
  .l-site-footer-contact-inqury {
    font-size: 14px;
  }
  .l-site-footer-navi {
    padding: 24px 0;
  }
  .l-site-footer-navi-content-menu-list {
    margin-bottom: 0;
  }
  .is-showsp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .l-site-header .l-wrapper {
    padding-left: 0;
  }
  .l-about {
    padding-top: 40px;
  }
  .l-about-title {
    margin-bottom: 16px;
    padding: 8px 16px;
    font-size: 24px;
    line-break: strict;
  }
  .l-about-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }
  .l-about-grid__image {
    text-align: center;
  }
  .l-lineup {
    padding-top: 32px;
  }
  .l-info {
    padding-top: 40px;
  }
  .l-info-detail {
    padding: 16px 16px 80px;
  }
  .l-info-detail-title {
    margin-bottom: 8px;
    padding: 6px 16px;
    border-width: 1px;
    font-size: 18px;
  }
  .l-info-detail-title ~ .l-info-detail-title {
    margin-top: 20px;
  }
  .l-info-detail-subtitle {
    font-size: 18px;
  }
  .l-info-detail-dl > dt {
    font-size: 18px;
  }
  .l-info-detail-dl > dd {
    padding: 16px 16px 20px;
  }
  .l-info-detail-dl .c-list.--circle {
    font-size: 16px;
  }
  .l-info-detail-place {
    font-size: 18px;
  }
  .l-info-table tr :is(th, td):first-child {
    width: 130px;
    font-size: 16px;
  }
  .l-info-table th {
    padding: 8px 8px;
    font-size: 18px;
  }
  .l-info-table td {
    padding: 8px 8px;
    font-size: 14px;
  }
  .l-info-table .time {
    font-size: 18px;
  }
  .l-reserve {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .l-reserve-title {
    margin-bottom: 16px;
  }
  .l-reserve-tab-btn {
    min-height: 60px;
    font-size: 14px;
  }
  .l-reserve-tab-box {
    padding: 20px 16px;
  }
  .l-reserve-tab-box:has(.template-wrap) {
    padding: 30px 0;
  }
  .l-reserve-tab-box:has(.template-wrap) .airport-search {
    padding: 0px 16px;
  }
  .l-reserve-tab-box:has(.template-wrap) .airport-search-button {
    background-color: #ff0e85;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .l-reserve-btn {
    padding: 12px 20px;
    border-width: 3px;
    -webkit-box-shadow: 0px 3px 0px 0px rgb(255, 14, 133);
            box-shadow: 0px 3px 0px 0px rgb(255, 14, 133);
  }
  .l-reserve-btn-list {
    gap: 16px;
  }
  .l-reserve-attention {
    margin-top: 40px;
    padding: 20px 20px 24px;
  }
  .l-reserve-attention-title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  :where(main p) + p {
    margin-top: 1.2em;
  }
  .is-showpc {
    display: none !important;
  }
  .c-title.--skin01 {
    margin-bottom: 30px;
  }
  .c-title.--skin01 .jp {
    font-size: 24px;
    line-height: 1.5;
  }
  .c-title.--skin01 .en {
    margin-top: 10px;
    font-size: 16px;
  }
  .c-tab {
    gap: 32px;
  }
  .c-tabMenu {
    gap: 11px;
  }
  .c-tabMenu.--top .c-tabBtn.--fc::before {
    top: -34px;
    left: -11px;
    width: 57px;
    height: 61px;
  }
  .c-tabMenu.--top .c-tabBtn.--kings::before {
    top: -42px;
    right: -31px;
    width: 98px;
    height: 65px;
  }
  .c-tabBtn {
    min-height: 70px;
    padding-block: 16px;
    border-width: 3px;
    font-size: 16px;
    line-height: 1.2;
  }
  .c-tabBtn::after {
    width: 20px;
    height: 20px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  .c-tabBtn.is-current {
    border-width: 3px !important;
  }
  .l-wrapper {
    width: 100%;
    padding-inline: 30px;
    font-size: 14px;
  }
  main .l-wrapper {
    line-height: 1.6;
  }
  .l-kv__inner {
    padding-inline: 10px;
    padding-bottom: 60px;
  }
  .l-kv__inner::before {
    top: min(258px, 68.8vw);
  }
  .l-kv__title {
    margin-bottom: 22px;
  }
  .l-kv__point {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 20px;
  }
  .l-kv__point > li {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  .l-kv__point :is(.num, .text) {
    padding: 12px;
  }
  .l-kv__point .num {
    font-size: 36px;
  }
  .l-kv__point .small {
    font-size: 14px;
  }
  .l-kv__point .text {
    font-size: 16px;
  }
  .l-anchor {
    padding-block: 44px;
  }
  .l-anchor__inner {
    padding-inline: 30px;
  }
  .l-anchorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .l-anchorList > li:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #000;
  }
  .l-anchorList a {
    display: block;
    padding: 18px 0;
    font-size: 16px;
  }
  .l-tour__charaList {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px 0;
    margin-bottom: 36px;
  }
  .l-tour__charaList__item {
    min-height: 56px;
    padding: 19px 32px;
    font-size: 16px;
  }
  .l-tour__charaList > li {
    text-align: center;
  }
  .l-tour__charaList > li:nth-child(1) {
    padding-right: 30px;
    text-align: center;
  }
  .l-tour__charaList > li:nth-child(1) .l-tour__charaList__item::after {
    left: auto;
    right: 30px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  .l-tour__charaList > li:nth-child(1) .l-tour__charaList__item img {
    left: -65px;
    top: -23px;
    width: 80px;
  }
  .l-tour__charaList > li:nth-child(2) {
    padding-left: 20px;
  }
  .l-tour__charaList > li:nth-child(2) .l-tour__charaList__item::after {
    bottom: -8px;
    left: 30px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .l-tour__charaList > li:nth-child(2) .l-tour__charaList__item img {
    right: -75px;
    top: -37px;
    width: 96px;
  }
  .l-tour__head {
    margin-inline: 0;
    padding-top: 85px;
    padding-bottom: 60px;
  }
  .l-tour__body {
    padding-block: 60px;
  }
  .l-tour__title {
    font-size: 36px;
    -webkit-text-stroke: 10px white;
  }
  .l-tour__title::before {
    bottom: -190px;
    left: -50px;
    width: 65px;
    height: 77px;
  }
  .l-tour__title::after {
    top: -14px;
    right: -32px;
    width: 60px;
    height: 73px;
  }
  .l-tour__title .small {
    font-size: 30px;
  }
  .l-tour__subtitle {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .l-tour__subtitle .sp-margin {
    display: block;
    margin-top: 20px;
  }
  .l-tour__subtitle .large {
    padding-inline: 8px;
    font-size: 28px;
  }
  .l-tour__introduction {
    padding: 42px 20px;
  }
  .l-tour__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin-inline: 25px;
  }
  .l-tour__grid__fc {
    margin-left: -35px;
  }
  .l-tour__grid__fc .l-tour__grid__ornament {
    padding-right: 10px;
  }
  .l-tour__grid__fc .l-tour-grid__chara {
    top: -24px;
    left: auto;
    right: -40px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 80px;
  }
  .l-tour__grid__kings {
    margin-right: -35px;
  }
  .l-tour__grid__kings .l-tour-grid__chara {
    top: -44px;
    right: auto;
    left: -35px;
    width: 70px;
  }
  .l-tour__grid__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .l-tour__grid__ornament {
    width: 35px;
    font-size: 32px;
  }
  .l-tour__grid .image img {
    width: 100%;
  }
  .l-tour__grid .text {
    padding: 30px 20px;
  }
  .l-tour__passport {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 70px;
  }
  .l-tour__passport__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-right: 0;
    font-size: 20px;
  }
  .l-tour__passport__text {
    display: contents;
    margin-right: 0;
  }
  .l-tour__passport__block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 28px;
  }
  .l-tour__passport__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0;
    text-align: center;
  }
  .l-present {
    padding-block: 36px 60px;
  }
  .l-present__more {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .l-present__block {
    position: relative;
    padding: 36px 24px;
  }
  .l-present__circle {
    position: absolute;
    top: -50px;
    left: -40px;
    width: 90px;
    height: 90px;
  }
  .l-present__circle .line01 {
    font-size: 10px;
  }
  .l-present__circle .line02 {
    font-size: 16px;
  }
  .l-present__circle .line03 {
    font-size: 16px;
  }
  .l-present__circle .num {
    font-size: 24px;
  }
  .l-present__title {
    font-size: 20px;
    text-align: center;
  }
  .l-present__title .red {
    font-size: 30px;
  }
  .l-present__title .large {
    font-size: 24px;
  }
  .l-present__descript {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 2;
  }
  .l-present__image {
    gap: 0;
  }
  .l-present__image .soon::after {
    padding-top: 60%;
    font-size: 10px;
    font-weight: 900;
  }
  .l-present__criteria {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 20px;
  }
  .l-present__criteria > dt {
    padding: 10px;
    font-size: 16px;
  }
  .l-present__criteria > dd {
    padding: 20px 24px;
  }
  .l-schedule {
    padding-block: 60px;
  }
  .l-schedule__descript {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .l-accommodations {
    padding-block: 60px;
  }
  .l-accommodations::before, .l-accommodations::after {
    width: 120px;
    background-size: 60px auto;
  }
  .l-accommodationsList {
    gap: 30px 15px;
  }
  .l-accommodationsList__image {
    margin-bottom: 6px;
  }
  .l-accommodationsList__image::after {
    width: 34px;
    height: 34px;
    background-size: 14px auto;
  }
  .l-accommodationsList p {
    font-size: 14px;
  }
  .l-model {
    padding-block: 60px;
  }
  .l-model__title.c-title {
    margin-inline: -8px;
  }
  .l-model .c-tabBtn {
    height: 100%;
  }
  .l-model__course > dt {
    font-size: 22px;
  }
  .l-model__course > dd {
    padding: 28px 20px 40px;
  }
  .l-model__course__line {
    gap: 10px;
    font-size: 18px;
  }
  .l-model__course__line::before, .l-model__course__line::after {
    width: 2px;
  }
  .l-model__course__kings__link01 {
    left: 13.81%;
    top: 20.92%;
    width: 36.36%;
    height: 6.93vw;
  }
  .l-model__course__kings__link02 {
    left: 13.81%;
    bottom: 8.95%;
    width: 36.36%;
    height: 6.93vw;
  }
  .l-keywordrally {
    padding-block: 60px 155px;
  }
  .l-keywordrally__descript {
    font-size: 18px;
    text-align: left;
  }
  .l-keywordrally__image {
    margin-block: 20px 30px;
  }
  .l-keywordrally__charaList .fc {
    bottom: -10px;
    right: calc(50vw + 64px);
    width: 105px;
  }
  .l-keywordrally__charaList .kings {
    bottom: -10px;
    left: calc(50vw + 50px);
    width: 106px;
  }
  .l-access {
    padding-block: 60px;
    background: url(../img/bg-sky-sp.png) no-repeat center top/100vw 53.06vw, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f7ff)) repeat-x center 53.06vw/100% 100%;
    background: url(../img/bg-sky-sp.png) no-repeat center top/100vw 53.06vw, linear-gradient(#fff 0%, #e6f7ff 100%) repeat-x center 53.06vw/100% 100%;
  }
  .l-access__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }
  .l-access__grid__col > dt {
    font-size: 20px;
  }
  .l-access__grid__col > dd {
    margin-top: 10px;
    font-size: 14px;
  }
  .l-access__grid__col.--fc::before {
    top: 67px;
    left: -19px;
    width: 63px;
    height: 68px;
  }
  .l-access__grid__col.--kings::before {
    top: 40px;
    right: -15px;
    width: 57px;
    height: 105px;
  }
  .l-access__grid__links {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .l-links {
    padding-block: 60px 30px;
  }
  .l-links__bnr {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 28px 15px;
  }
  .l-links__bnr a {
    font-size: 12px;
  }
  .l-links__bnr p {
    margin-top: 4px;
  }
  .l-links__bnr_long a {
    font-size: 12px;
  }
  .l-links__bnr_long p {
    margin-top: 4px;
  }
  .l-links__attention {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 36px 20px;
    gap: 20px;
  }
  .l-links__attention > dt {
    font-family: "Noto Sans JP";
    font-size: 20px;
  }
  .course__spotan {
    font-size: 18px;
  }
}