@charset "UTF-8";
/*======================================================
Import
======================================================*/
/*======================================================
Color
======================================================*/
/*======================================================
Base
======================================================*/
/*======================================================
Base
======================================================*/
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #0D0D0D;
  background-color: #FFF;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 15px;
  }
}

body.page-id-46,
body.page-id-48 {
  background-color: #fff;
}

main {
  margin-top: 0px;
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
a:visited {
  color: inherit;
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture img {
  width: 100%;
}

li {
  list-style: none;
}

figure {
  margin: 0 0 0.5em;
}

/*======================================================
Object
======================================================*/
.breadcrumb {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 18px;
  }
}
.breadcrumb ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
@media (max-width: 767px) {
  .breadcrumb ul {
    font-size: 10px;
  }
}
.breadcrumb ul li:nth-child(n+2) {
  position: relative;
  padding-left: 2em;
}
.breadcrumb ul li:nth-child(n+2)::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0.75em;
}
.breadcrumb ul li a {
  color: #0D0D0D;
  -webkit-text-decoration: underline #0D0D0D;
          text-decoration: underline #0D0D0D;
}
.breadcrumb ul li a:visited {
  color: inherit;
}

.c-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .c-inner {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .c-inner {
    padding: 0 16px;
  }
}

.c-inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .c-inner800 {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .c-inner800 {
    padding: 0 16px;
  }
}

.c-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .c-gallery {
    flex-wrap: nowrap;
  }
}
.c-gallery__track {
  width: 100%;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.c-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 8/5;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-heading {
  display: flex;
  align-items: center;
  gap: 36px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222;
  position: relative;
  font-size: 52px;
  padding-left: 130px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .c-heading {
    font-size: 34px;
    margin-bottom: 34px;
    padding-left: 27px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .c-heading {
    font-size: 26px;
    margin-bottom: 26px;
    padding-left: 21px;
    gap: 20px;
  }
}
.c-heading__circle {
  position: relative;
  display: inline-block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #C6A648;
}
@media (max-width: 1024px) {
  .c-heading__circle {
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 1024px) {
  .c-heading__circle {
    width: 52px;
    height: 52px;
  }
}
.c-heading__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
  width: 4em;
  height: 1px;
  background-color: #636363;
}
.c-heading__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}
.c-heading__sub {
  font-size: 0.3em;
  letter-spacing: 0.1em;
  color: #0D0D0D;
  font-weight: 400;
  margin-top: 0.2em;
  padding-left: 0.5em;
}

.lang-en .c-heading__sub {
  display: none;
}

.c-desc {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .c-desc {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .c-desc {
    font-size: 15px;
  }
}

.c-btn {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  color: #FFF;
  background-color: #9E1A1A;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-btn {
    width: 200px;
    height: 42px;
    font-size: 15px;
  }
}
.c-btn:visited {
  color: #FFF;
}

.c-archive-head {
  position: relative;
  height: 340px;
  width: 100%;
}
@media (max-width: 1024px) {
  .c-archive-head {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .c-archive-head {
    height: 140px;
  }
}
.c-archive-head:before {
  content: "";
  position: absolute;
  background-image: url("/images/archive-activity-bg.webp");
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: repeat;
  z-index: -10;
}
@media (max-width: 767px) {
  .c-archive-head:before {
    width: 100%;
  }
}
.c-archive-head:after {
  content: "";
  position: absolute;
  background-image: var(--bg-right);
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background-repeat: repeat;
  z-index: -5;
}
@media (max-width: 767px) {
  .c-archive-head:after {
    content: none;
  }
}
.c-archive-head__inner {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1400px) {
  .c-archive-head__inner {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .c-archive-head__inner {
    padding: 0 16px;
  }
}
.c-archive-head__inner .breadcrumb {
  align-self: start;
  grid-row: 1;
  grid-column: 1;
}
.c-archive-head__heading {
  font-size: 45px;
  font-weight: normal;
  width: 50%;
  align-self: center;
  justify-self: start;
  grid-row: 1;
  grid-column: 1;
}
@media (max-width: 767px) {
  .c-archive-head__heading {
    width: 100%;
  }
}
.c-archive-head__heading h1 {
  font-size: 45px;
  padding-right: 45px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .c-archive-head__heading h1 {
    font-size: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .c-archive-head__heading h1 {
    font-size: 22px;
    padding-right: 0;
  }
}

.c-activity-filter {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .c-activity-filter {
    margin: 60px 0 40px 0;
  }
}
.c-activity-filter__list {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 767px) {
  .c-activity-filter__list {
    gap: 12px;
  }
}
.c-activity-filter__item {
  position: relative;
  width: 100%;
  max-width: 160px;
}
@media (max-width: 767px) {
  .c-activity-filter__item {
    padding-bottom: 0.5em;
    font-size: 12px;
  }
}
.c-activity-filter__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateX(-50%) translateY(-100%) rotate(45deg);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-activity-filter__item::after {
    content: none;
  }
}
.c-activity-filter__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-bottom: 0.6em;
  color: #aaa;
  border-bottom: 1px solid #aaa;
}
.c-activity-filter__link:visited {
  color: inherit;
}
@media (max-width: 767px) {
  .c-activity-filter__link {
    padding-left: 4px;
    padding-bottom: 4px;
  }
}
.c-activity-filter__link:not(.is-current) {
  color: #aaa;
  border-bottom: 1px solid #aaa;
}
.c-activity-filter__link.is-current {
  font-weight: 800;
  border-bottom: 2px solid #9E1A1A;
  color: #0D0D0D;
}

.c-vheading {
  position: relative;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  line-height: 1;
  font-size: 24px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 27px;
}
@media (max-width: 767px) {
  .c-vheading {
    font-size: 16px;
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    border-right: 1px solid #9E1A1A;
    padding-right: 12px;
    grid-column: 1;
    position: sticky;
    top: 64px;
    align-self: start;
    z-index: 1;
  }
}
.c-vheading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-image: url("/images/single-activity-heading-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-vheading::after {
    width: 0;
    height: 0;
  }
}

.c-hheading {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .c-hheading {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .c-hheading {
    font-size: 20px;
  }
}

.c-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 60px;
}
@media (max-width: 767px) {
  .c-list {
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 30px;
  }
}
.c-list.splide__list {
  flex-wrap: nowrap;
}
.c-list__card {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .c-list__card {
    width: calc((100% - 12px) / 2);
  }
  .c-list__card.splide__slide {
    width: calc((100% - 12px) / 1.3);
  }
}
.c-list__card__thumb {
  aspect-ratio: 3/4;
}
.c-list__card__title {
  font-size: 20px;
  color: #0D0D0D;
}
@media (max-width: 1024px) {
  .c-list__card__title {
    font-size: 15px;
    font-weight: bold;
  }
}
.c-list__card__subTitle {
  font-size: 14px;
  color: #0D0D0D;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .c-list__card__subTitle {
    font-size: 12px;
  }
}
.c-list__card__price {
  color: #0D0D0D;
  text-align: right;
}
@media (max-width: 1024px) {
  .c-list__card__price {
    font-size: 12px;
  }
}

.c-form__list {
  width: 100%;
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  .c-form__list {
    margin-bottom: 40px;
  }
}
.c-form__list__wrapper {
  margin-bottom: 48px;
}
.c-form__list__wrapper:last-child {
  margin-bottom: 0;
}
.c-form__list__wrapper dt {
  position: relative;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-form__list__wrapper dt {
    font-size: 16px;
  }
}
.c-form__list__wrapper dt.required::before {
  content: "必須";
  top: 0;
  left: 0;
  padding: 6px 8px;
  width: 40px;
  height: auto;
  font-size: 12px;
  background-color: #9E1A1A;
  color: #FFF;
  border-radius: 15%;
  margin-right: 18px;
}
.c-form__list__wrapper dd input {
  width: 100%;
  border: 1px solid #BBB;
  padding: 12px;
  background-color: #FFF;
  line-height: 1;
}
.c-form__list__wrapper dd input[readonly] {
  background-color: #ececec;
  color: #5a5a5a;
}
.c-form__list__wrapper dd input.is-error {
  background-color: #ffe8e8;
}
@media (max-width: 767px) {
  .c-form__list__wrapper dd input {
    padding: 10px;
  }
}
.c-form__submit {
  margin-top: 60px;
  font-size: 18px;
}
.c-form__submit input {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 60px;
  max-width: 100%;
  color: #FFF;
  background-color: #9E1A1A;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .c-form__submit input {
    width: 200px;
    height: 46px;
    font-size: 15px;
  }
}
.c-form__submit input:visited {
  color: #FFF;
}
.c-form__submit input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc;
}
.c-form__checkbox {
  text-align: center;
}
.c-form__checkbox label {
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .c-form__checkbox label {
    font-size: 16px;
  }
}
.c-form__checkbox label a {
  text-decoration: underline;
  color: #0D0D0D;
}
.c-form__checkbox label a:visited {
  color: inherit;
}
.c-form__error {
  margin-top: 8px;
  color: #9E1A1A;
}

.c-dlist {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-dlist__wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #BBB;
}
@media (max-width: 767px) {
  .c-dlist__wrapper {
    flex-direction: column;
    gap: 0;
    padding: 14px 0;
  }
}
.c-dlist__wrapper dt {
  width: 200px;
}
@media (max-width: 767px) {
  .c-dlist__wrapper dt {
    font-size: 15px;
    width: 9em;
  }
}
.c-dlist__wrapper dd {
  flex: 1;
}
@media (max-width: 767px) {
  .c-dlist__wrapper dd {
    font-size: 15px;
    padding-left: 15px;
  }
}

/*======================================================
Responsive
======================================================*/
.sp_only,
.tb_only {
  display: none;
}

@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .tb_only,
  .pc_tb_only {
    display: flex;
  }
}
@media (max-width: 767px) {
  .pc_only,
  .pc_tb_only,
  .tb_only {
    display: none;
  }
  .sp_only {
    display: flex;
  }
}
/*======================================================
Margin
Padding
======================================================*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mt20 {
    margin-top: 12px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mt30 {
    margin-top: 15px;
  }
}

.mt35 {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .mt35 {
    margin-top: 18px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt45 {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .mt45 {
    margin-top: 24px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt60 {
    margin-top: 30px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .mt100 {
    margin-top: 50px;
  }
}

.mt120 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .mt120 {
    margin-top: 60px;
  }
}

.mt240 {
  margin-top: 240px;
}
@media (max-width: 767px) {
  .mt240 {
    margin-top: 80px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .mb35 {
    margin-bottom: 18px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .mb45 {
    margin-bottom: 24px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mb120 {
    margin-bottom: 60px;
  }
}

/*======================================================
Font
======================================================*/
.en,
.cn,
.kr {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
}

/*======================================================
Layout
======================================================*/
.l-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 100;
}
.l-header__home, .l-header__sub {
  transition: opacity 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
  inset: 0;
}
.l-header__home {
  display: flex;
  padding: 55px 100px 55px 50px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .l-header__home {
    display: none;
  }
}
.l-header__home__left p {
  font-size: clamp(1.25rem, 0.75rem + 0.83vw, 1.75rem);
  line-height: 2;
}
.l-header__home__gnav {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  right: 0;
}
.l-header__home__menu, .l-header__home__menu2 {
  writing-mode: vertical-rl;
}
.l-header__home__menu li a, .l-header__home__menu2 li a {
  color: #0D0D0D;
}
.l-header__home__menu li a :visited, .l-header__home__menu2 li a :visited {
  color: inherit;
}
.l-header__home__menu {
  padding-right: 100px;
}
.l-header__home__menu li {
  position: relative;
  padding: 0 14px;
  font-size: clamp(1.25rem, 1.063rem + 0.31vw, 1.438rem);
}
.l-header__home__menu2 li {
  padding: 28px 20px 0;
  font-size: clamp(1.125rem, 1rem + 0.21vw, 1.25rem);
  position: relative;
}
.l-header__home__menu2 li a:visited {
  color: inherit;
}
.l-header__home__menu2 li::before {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 18px;
  background-color: #0D0D0D;
  margin-bottom: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-header__sub {
  height: 100px;
  padding: 26px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .l-header__sub {
    display: none;
  }
}
.l-header__sub__logo {
  max-width: 270px;
}
.l-header__sub__gnav {
  display: flex;
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__sub__gnav__menu {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.l-header__sub__gnav__menu li a {
  color: #0D0D0D;
}
.l-header__sub__gnav__menu li a:visited {
  color: inherit;
}
.l-header .is-hidden {
  pointer-events: none;
  opacity: 0;
}
.l-header__sp {
  display: none;
  width: 100%;
  padding: 12px 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .l-header__sp {
    display: flex;
  }
}
.l-header__sp.is-hide {
  transform: translateY(-100%);
}
.l-header__sp__toggle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__spMenu {
  position: fixed;
  inset: 0;
  z-index: 1100;
}
.l-header__spMenu[hidden] {
  display: none;
}
.l-header__spMenu.is-open .l-header__overlay {
  opacity: 1;
}
.l-header__spMenu.is-open .l-header__panel {
  transform: translateX(0);
}
.l-header__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header__panel {
  position: absolute;
  padding: 16px 16px 0 32px;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  background: #0D0D0D;
  color: #FFF;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
.l-header__panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.l-header__panel__head button {
  display: flex;
}
.l-header__close svg path {
  color: #FFF;
}
.l-header__list {
  font-size: 16px;
  margin-top: 40px;
}
.l-header__list li {
  margin-bottom: 12px;
}
.l-header__list__child {
  padding-top: 12px;
}
.l-header__list__child li {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
}
.l-header__list__child li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  background: #FFF;
}
.l-header__list a {
  position: relative;
  color: #FFF;
  display: inline-block;
  padding: 2px 16px;
  height: 100%;
}
.l-header__list a:visited {
  color: inherit;
}

.home .l-header__sub {
  position: absolute;
}

.l-footer {
  width: 100%;
  display: flex;
  margin-top: 200px;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 40px 0;
  background-color: #0D0D0D;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 60px 0 16px 0;
    margin-top: 100px;
  }
  .l-footer__logo {
    width: 140px;
  }
}
.l-footer__language {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 42px;
  border: 0.5px solid #BBB;
  color: #BBB;
}
@media (max-width: 767px) {
  .l-footer__language {
    margin-top: 24px;
  }
}
.l-footer__language:after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 10px;
  color: #BBB;
}
.l-footer__language #language {
  background: none;
  padding: 0 60px 0 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  color: #BBB;
  background-color: #0D0D0D;
}
.l-footer__linkList {
  display: flex;
  flex-direction: row;
  margin-top: 38px;
  line-height: 2;
}
@media (max-width: 767px) {
  .l-footer__linkList {
    font-size: 13px;
    margin-top: 24px;
  }
}
.l-footer__linkList li a {
  padding: 0 16px;
  color: #BBB;
  text-decoration: underline;
  border-right: 1px solid #FFF;
}
.l-footer__linkList li a:visited {
  color: #BBB;
}
.l-footer__linkList li:last-child a {
  border: none;
}
.l-footer__copyRight {
  color: #BBB;
  margin-top: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .l-header__overlay,
  .l-header__panel {
    transition: none !important;
  }
}
.l-header__in {
  position: relative;
}

.js-header-sentinel {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 0;
  pointer-events: none;
}

/*======================================================
Layout
======================================================*/
.l-page {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .l-page {
    padding-top: 54px;
  }
}
.l-page__privacy {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .l-page__privacy {
    margin-bottom: 40px;
  }
}
.l-page__privacy h2 {
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-page__privacy h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.l-page__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .l-page__map iframe {
    aspect-ratio: 1/1;
  }
}

/*======================================================
Layout
======================================================*/
.l-activity {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .l-activity {
    padding-top: 54px;
  }
}

/*======================================================
Layout
======================================================*/
.l-activitySingle {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .l-activitySingle {
    padding-top: 54px;
  }
}
.l-activitySingle-head__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
@media (max-width: 1024px) {
  .l-activitySingle-head__content {
    padding: 1.5rem 0;
  }
}
.l-activitySingle-head__left {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .l-activitySingle-head__left {
    width: 100%;
  }
}
.l-activitySingle-head__left__bg {
  content: "";
  position: absolute;
  top: 45px;
  left: calc((100vw - 1400px) / -2 - 96px);
  width: 50vw;
  height: auto;
  aspect-ratio: 1173/259;
  background-image: url("/images/single-bg1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1400px) {
  .l-activitySingle-head__left__bg {
    width: 100%;
    left: -24px;
  }
}
@media (max-width: 1024px) {
  .l-activitySingle-head__left__bg {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  @supports (width: 100dvw) {
    .l-activitySingle-head__left__bg {
      width: 100dvw;
      margin-left: calc(50% - 50dvw);
      margin-right: calc(50% - 50dvw);
    }
  }
}
@media (max-width: 767px) {
  .l-activitySingle-head__left__bg {
    width: 100vw;
  }
}
.l-activitySingle-head__left__sub {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .l-activitySingle-head__left__sub {
    font-size: 16px;
  }
}
.l-activitySingle-head__left__title {
  position: relative;
  font-size: 52px;
  line-height: 1;
  margin-top: 0.8rem;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .l-activitySingle-head__left__title {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .l-activitySingle-head__left__title {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
.l-activitySingle-head__left__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 315px;
  height: 2px;
  background: #BBB;
}
.l-activitySingle-head__left__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #9E1A1A;
}
.l-activitySingle-head__right {
  width: 50%;
}
@media (max-width: 1024px) {
  .l-activitySingle-head__right {
    width: 100%;
  }
}
.l-activitySingle-head__right__desc {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .l-activitySingle-head__right__desc {
    font-size: 15px;
    padding-top: 30px;
  }
}
@media (max-width: 1024px) {
  .l-activitySingle-head__media {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 767px) {
  .l-activitySingle-head__media {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.l-activitySingle-head__media img {
  width: 100%;
}
.l-activitySingle-guide {
  position: relative;
}
.l-activitySingle-guide::before {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-image: url("/images/guide-bg.svg");
  background-repeat: no-repeat;
  z-index: -10;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide::before {
    top: 120px;
  }
}
.l-activitySingle-guide-purpose {
  width: 100%;
  display: flex;
  gap: 64px;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-purpose {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 24px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .l-activitySingle-guide-purpose {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 12px;
    margin-top: 60px;
  }
}
.l-activitySingle-guide-purpose__ttl {
  width: calc(50% - 52px);
  align-self: center;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-purpose__ttl {
    width: 100%;
    grid-column: 2;
  }
}
.l-activitySingle-guide-purpose__image {
  width: 50%;
  height: auto;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-purpose__image {
    width: 100%;
    grid-column: 2;
  }
}
.l-activitySingle-guide__separator {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.l-activitySingle-guide__separator img {
  width: 50%;
}
.l-activitySingle-guide-fun {
  position: relative;
  margin-top: 240px;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun {
    margin-top: 80px;
  }
}
.l-activitySingle-guide-fun__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 240px;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun__content {
    display: grid;
    grid-template-columns: 52px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 24px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .l-activitySingle-guide-fun__content {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 12px;
  }
}
.l-activitySingle-guide-fun__content::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: 0;
  bottom: -5em;
  background-image: url("/images/single-activity-content-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -10;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun__content::after {
    width: 180px;
    height: 180px;
  }
}
.l-activitySingle-guide-fun__ttl {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0 auto;
}
.l-activitySingle-guide-fun__content2 {
  width: 100%;
  display: flex;
  gap: 120px;
  align-items: center;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun__content2 {
    gap: 0;
    flex-direction: column;
  }
}
.l-activitySingle-guide-fun__left {
  width: 50%;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun__left {
    width: 100%;
  }
}
.l-activitySingle-guide-fun__right {
  width: 100%;
  max-width: 570px;
  min-width: 300px;
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun__right {
    padding: 0 16px;
    margin-top: 24px;
  }
}
.l-activitySingle-guide-fun__right__desc {
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .l-activitySingle-guide-fun__right__desc {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .l-activitySingle-guide-fun__right__desc {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.l-activitySingle-flow {
  width: 100%;
  margin-top: 240px;
}
@media (max-width: 1024px) {
  .l-activitySingle-flow {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list {
    margin: 48px auto;
  }
}
.l-activitySingle-flow__list__content {
  position: relative;
  padding: 60px 45px 60px 85px;
  background-image: url("/images/flow-bg.webp");
  background-repeat: repeat;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__content {
    padding: 40px 24px 30px 23px;
    margin-top: 50px;
  }
}
.l-activitySingle-flow__list__content::before {
  position: absolute;
  top: 10px;
  left: 50px;
  color: rgba(235, 197, 87, 0.2);
  font-size: 220px;
  line-height: 1;
  font-family: Times, serif;
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__content::before {
    top: -40px;
    left: -16px;
    font-size: 120px;
  }
}
.l-activitySingle-flow__list__content:nth-child(1)::before {
  content: "01";
}
.l-activitySingle-flow__list__content:nth-child(2)::before {
  content: "02";
}
.l-activitySingle-flow__list__content:nth-child(3)::before {
  content: "03";
}
.l-activitySingle-flow__list__content:nth-child(4)::before {
  content: "04";
}
.l-activitySingle-flow__list__content:nth-child(5)::before {
  content: "05";
}
.l-activitySingle-flow__list__content:nth-child(6)::before {
  content: "06";
}
.l-activitySingle-flow__list__content:nth-child(7)::before {
  content: "07";
}
.l-activitySingle-flow__list__content:nth-child(8)::before {
  content: "08";
}
.l-activitySingle-flow__list__content:nth-child(9)::before {
  content: "09";
}
.l-activitySingle-flow__list__content:nth-child(10)::before {
  content: "10";
}
.l-activitySingle-flow__list__content:first-child {
  margin-top: 0;
}
.l-activitySingle-flow__list__wrap {
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__wrap {
    flex-direction: column;
  }
}
.l-activitySingle-flow__list__wrap__text {
  width: calc(50% - 60px);
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__wrap__text {
    width: 100%;
  }
}
.l-activitySingle-flow__list__wrap__text__heading {
  font-size: 28px;
  margin-bottom: 24px;
  color: #271F08;
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__wrap__text__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__wrap__text__desc {
    margin-bottom: 1em;
  }
}
.l-activitySingle-flow__list__wrap__image {
  width: 50%;
}
@media (max-width: 1024px) {
  .l-activitySingle-flow__list__wrap__image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-activitySingle-flow__list__wrap__image img {
    display: block;
    margin: 0 auto;
  }
}
.l-activitySingle-details {
  margin-top: 240px;
  padding-bottom: 240px;
}
@media (max-width: 1024px) {
  .l-activitySingle-details {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.l-activitySingle-registration {
  padding: 200px 0;
  background-image: url("/images/top-bg1.webp");
  background-size: contain;
  background-repeat: repeat;
  line-height: 1;
}
@media (max-width: 1024px) {
  .l-activitySingle-registration {
    padding: 80px 0;
  }
}
.l-activitySingle-registration__form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.l-activitySingle-recommend {
  margin-top: 240px;
}
@media (max-width: 1024px) {
  .l-activitySingle-recommend {
    margin-top: 80px;
  }
}

/*======================================================
Layout
======================================================*/
.l-home {
  width: 100%;
}
.l-home__mv {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-home__mv:before {
  content: "";
  position: absolute;
  background-image: url("/images/home-head-bg.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1523/864;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .l-home__mv:before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l-home__mv:before {
    width: 100%;
    height: 50vh;
  }
}
.l-home__mv__text {
  padding-top: 190px;
  padding-bottom: 70px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .l-home__mv__text {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.l-home__mv__text__logo {
  max-width: 320px;
}
@media (max-width: 767px) {
  .l-home__mv__text__logo {
    width: 50%;
  }
}
.l-home__mv__text__desc {
  font-size: 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 34px;
}
@media (max-width: 767px) {
  .l-home__mv__text__desc {
    margin-top: 20px;
    font-size: 14px;
  }
}
.l-home__mv__photo {
  width: 100%;
}
.l-home__mv__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-home-intro {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 94px 0 200px 0;
  background-image: url("/images/top-bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .l-home-intro {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .l-home-intro {
    padding: 100px 0 60px 0;
  }
}
.l-home-intro__image {
  width: 50%;
  display: grid;
  place-items: start;
  margin-inline: auto;
  overflow: hidden;
}
.l-home-intro__image > * {
  grid-area: 1/1;
}
@media (max-width: 1024px) {
  .l-home-intro__image {
    display: none;
  }
}
.l-home-intro__image__media1 {
  display: block;
  max-width: 656px;
  max-inline-size: 100%;
  height: auto;
  aspect-ratio: 656/915;
  justify-content: start;
  align-self: start;
  inline-size: min(68%, 100% - 60px);
  margin-block-end: 8%;
}
.l-home-intro__image__media2 {
  display: block;
  max-width: 520px;
  max-inline-size: 100%;
  height: auto;
  aspect-ratio: 520/770;
  z-index: 10;
  justify-self: end;
  align-self: end;
  inline-size: 54%;
}
.l-home-intro__text {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .l-home-intro__text {
    width: 100%;
    padding: 0 16px;
  }
}
.l-home-intro__text::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -200px;
  width: 467px;
  height: auto;
  aspect-ratio: 467/143;
  background-image: url("/images/home-intro-cloud.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -10;
}
@media (max-width: 1024px) {
  .l-home-intro__text::before {
    top: -50px;
    left: -100px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .l-home-intro__text::before {
    top: 0;
    left: -50px;
    width: 230px;
  }
}
.l-home-intro__text::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 467px;
  height: auto;
  aspect-ratio: 467/143;
  background-image: url("/images/home-intro-cloud.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -10;
}
@media (max-width: 1024px) {
  .l-home-intro__text::after {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .l-home-intro__text::after {
    top: 20%;
    width: 230px;
  }
}
.l-home-intro__heading {
  position: relative;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 36px;
  line-height: 2;
  letter-spacing: 14px;
}
@media (max-width: 767px) {
  .l-home-intro__heading {
    font-size: 24px;
    letter-spacing: 8px;
  }
}
.l-home-intro__desc {
  max-width: 610px;
  margin-top: 76px;
}
@media (max-width: 1400px) {
  .l-home-intro__desc {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .l-home-intro__desc {
    margin-top: 40px;
    padding: 0;
  }
}
.l-home-activity {
  width: 100%;
  overflow: hidden;
  margin-top: 240px;
  /* 体験コンテンツ左概要文 */
  /* 体験コンテンツ右側リスト */
}
@media (max-width: 1024px) {
  .l-home-activity {
    margin-top: 80px;
  }
}
.l-home-activity__inner {
  padding: 0 264px;
}
@media (max-width: 1400px) {
  .l-home-activity__inner {
    padding: 0 120px;
  }
}
@media (max-width: 1024px) {
  .l-home-activity__inner {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .l-home-activity__inner {
    padding: 0 24px;
  }
}
.l-home-activity__innerLeft {
  padding-left: 264px;
}
@media (max-width: 1400px) {
  .l-home-activity__innerLeft {
    padding-left: 120px;
  }
}
@media (max-width: 1024px) {
  .l-home-activity__innerLeft {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .l-home-activity__innerLeft {
    padding-left: 24px;
  }
}
.l-home-activity__block {
  position: relative;
  width: 100%;
  margin-top: 150px;
}
@media (max-width: 1400px) {
  .l-home-activity__block {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .l-home-activity__block {
    margin-top: 100px;
    gap: 32px;
  }
  .l-home-activity__block:first-of-type {
    margin-top: 60px;
  }
}
.l-home-activity__block#activity-know::before, .l-home-activity__block#activity-eat::before, .l-home-activity__block#activity-watch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 360px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .l-home-activity__block#activity-know::before, .l-home-activity__block#activity-eat::before, .l-home-activity__block#activity-watch::before {
    width: 120px;
    height: 120px;
    top: 20%;
    left: -20px;
  }
}
.l-home-activity__block#activity-know::before {
  background-image: url("/images/know-bg.svg");
}
.l-home-activity__block#activity-eat::before {
  background-image: url("/images/eat-bg.svg");
}
.l-home-activity__block#activity-watch::before {
  background-image: url("/images/watch-bg.svg");
}
.l-home-activity__block__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 16px;
}
@media (max-width: 1400px) {
  .l-home-activity__block__wrapper {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .l-home-activity__block__wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.l-home-activity__ttl {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
@media (max-width: 767px) {
  .l-home-activity__ttl {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 16px;
  }
}
.l-home-activity__ttl__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .l-home-activity__ttl__wrap {
    width: 56px;
  }
}
.l-home-activity__ttl__wrap__icon {
  display: block;
  margin-bottom: 64px;
  width: 34px;
}
@media (max-width: 767px) {
  .l-home-activity__ttl__wrap__icon {
    margin-bottom: 16px;
    width: 24px;
  }
}
.l-home-activity__ttl__wrap__heading {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .l-home-activity__ttl__wrap__heading {
    margin-bottom: 0;
  }
}
.l-home-activity__ttl__desc {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-home-activity__ttl__desc {
    width: calc(100% - 108px);
    margin-bottom: 0;
    font-size: 14px;
  }
}
.l-home-activity__list {
  gap: 18px;
}
@media (max-width: 767px) {
  .l-home-activity__list {
    width: 100%;
    gap: 16px;
    margin-left: 74px;
  }
}
.l-home-activity__card:visited {
  color: inherit;
}
.l-home-activity__card__title {
  font-size: 18px;
  font-weight: bold;
  color: #0D0D0D;
}
@media (max-width: 767px) {
  .l-home-activity__card__title {
    font-size: 16px;
  }
}
.l-home-activity__card__subTitle {
  font-size: 14px;
  color: #0D0D0D;
}
@media (max-width: 767px) {
  .l-home-activity__card__subTitle {
    font-size: 12px;
  }
}
.l-home-activity__card__price {
  color: #0D0D0D;
  text-align: right;
}
.l-home-activity__slider {
  width: 100%;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .l-home-activity__slider {
    width: 100vw;
    margin-left: -24px;
    padding-right: 24px !important;
  }
}
.l-home-activity__item {
  width: calc((100% - 48px) / 3.2);
  aspect-ratio: 3/4;
}
@media (max-width: 1400px) {
  .l-home-activity__item {
    width: calc((100% - 48px) / 1.6);
  }
  .l-home-activity__item:first-child {
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  .l-home-activity__item {
    width: calc((100% - 48px) / 1.2);
  }
  .l-home-activity__item:first-child {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .l-home-activity__item {
    width: calc((100% - 48px) / 2.4);
  }
  .l-home-activity__item:first-child {
    margin-left: 24px;
  }
}
@media (max-width: 520px) {
  .l-home-activity__item {
    width: calc((100% - 48px) / 1.2);
  }
  .l-home-activity__item:first-child {
    margin-left: 24px;
  }
}
.l-home .splide__pagination,
.l-home .splide__track {
  grid-column: 2;
}
@media (max-width: 767px) {
  .l-home .splide__pagination,
  .l-home .splide__track {
    grid-column: 1;
  }
}
.l-home .splide__pagination {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  position: initial;
  padding-left: 0;
}
@media (max-width: 767px) {
  .l-home .splide__pagination {
    justify-content: center;
    gap: 4px;
  }
}
.l-home .splide__pagination__page {
  border-radius: 0%;
  width: 40px;
  height: 3px;
  margin: 0;
}
@media (max-width: 767px) {
  .l-home .splide__pagination__page {
    width: 26px;
    height: 2px;
  }
}
.l-home .splide__pagination__page.is-active {
  background: #9E1A1A;
  transform: none;
}

.lang-ja .l-home-intro__heading {
  writing-mode: vertical-rl;
}/*# sourceMappingURL=style.css.map */