@charset "UTF-8";
/*
buildOutputFile: 'global-common';
*/
:root {
  --themeColor:#00A9E0;
  --themeColor-lt:#fcf1ed;
  --pointColor:#ac8839;
  --linkColor:#87eaf9;
  --bgColor:#f7f7f7;
  --fontColor: #000;
  --w:1540px;
  --side: calc((100% - (var(--w))) / 2);
  --spPaddingInline: 2.5rem;
  --widthXL:1156px;
  --widthLG:1025px;
  --widthTab:768px;
  --font-go-base: "Noto Sans JP","Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-oswald: "Oswald", sans-serif;
  --sideNaviWidth: 30rem;
  --leftPdAdjust:130rem;
  --footerSpHeight: 5.8rem;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

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

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(3px, 0.5208333333vw, 10px);
  }
}
@media (max-width: 767px) {
  html {
    font-size: clamp(3px, 2.6666666667vw, 11.34px);
  }
}

body {
  font-size: 1.6rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "halt";
}

@media (max-width: 767px) {
  .for-pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

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

a {
  text-decoration: none;
  transition: all 0.2s;
}
a img {
  opacity: 1;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1.6rem;
  }
}

select {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 4px;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  select {
    font-size: 1.6rem;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-simple {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 4rem;
  min-width: 30rem;
  width: 100%;
  max-width: 100%;
  height: 7.2rem;
  background: var(--fontColor);
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .btn-simple {
    min-width: 22rem;
    height: 4.5rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .btn-simple:hover:hover {
    opacity: 0.8;
  }
}
.btn-simple::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.8rem);
  background: url(../img/common/icon-arrow-r.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .btn-simple::after {
    right: 1.6rem;
    width: 0.4em;
    height: 0.7em;
    top: calc(50% - 0.4rem);
  }
}

.btn-flat {
  position: relative;
  border: 1px solid #000;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  color: #000;
  font-weight: bold;
}
.btn-flat::before {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 10px;
  width: 5px;
  height: 9px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  background: url(../img/common/icon-arrow-r-s.svg) center center/contain no-repeat;
}
@media (hover: hover) {
  .btn-flat:hover:hover {
    background-color: #c1c1c1;
  }
}

.btn-moreLink {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  width: 21.8rem;
  color: #000;
  font-family: "arial", sans-serif;
  border-bottom: 2px solid #000;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .btn-moreLink {
    font-size: 1.6rem;
    padding-bottom: 5px;
    width: 15rem;
  }
}
.btn-moreLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 0.6rem;
  width: 0.6rem;
  height: 1.1rem;
  background: url(../img/common/icon-arrow-r-s.svg) center center/contain no-repeat;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .btn-moreLink:hover:hover::after {
    right: 0;
  }
}

@media (min-width: 1025px) {
  .btn-pcTextSpBtn {
    position: relative;
    display: inline-block;
    font-size: 2.2rem;
    width: 21.8rem;
    color: #000;
    font-family: "arial", sans-serif;
    border-bottom: 2px solid #000;
    padding-bottom: 0.8rem;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  .btn-pcTextSpBtn {
    font-size: 1.6rem;
    padding-bottom: 5px;
    width: 15rem;
  }
}
@media (min-width: 1025px) {
  .btn-pcTextSpBtn::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    width: 0.6rem;
    height: 1.1rem;
    background: url(../img/common/icon-arrow-r-s.svg) center center/contain no-repeat;
    transition: right 0.3s ease;
  }
}
@media (min-width: 1025px) and (hover: hover) {
  .btn-pcTextSpBtn:hover:hover::after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .btn-pcTextSpBtn {
    position: relative;
    border: 1px solid #000;
    height: 5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    color: #000;
    font-weight: bold;
  }
  .btn-pcTextSpBtn::before {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 10px;
    width: 5px;
    height: 9px;
    background-color: transparent;
    transition: background-color 0.3s ease;
    background: url(../img/common/icon-arrow-r-s.svg) center center/contain no-repeat;
  }
}
@media (max-width: 767px) and (hover: hover) {
  .btn-pcTextSpBtn:hover:hover {
    background-color: #c1c1c1;
  }
}

.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  font-size: 2.2rem;
  width: 22.4rem;
  max-width: 100%;
  height: 5rem;
  border-radius: 3rem;
  border: 1px solid #000;
  color: #000;
}
@media (hover: hover) {
  .btn-round:hover:hover {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-round {
    width: 16rem;
    height: 3.2rem;
    font-size: 1.5rem;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 1rem;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 1rem;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-disc {
  padding-left: 2.5rem;
}
.list-disc > li {
  margin: 0 0 1rem;
  list-style: disc;
}

.list-number {
  padding: 0 0 0 2.5rem;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 1rem;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 0.5rem 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.fullImportant {
  width: 100% !important;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.section-small {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-1 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 4rem;
  margin-bottom: 7rem;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 4rem;
  margin-bottom: 10rem;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  padding-right: 4rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .section-center-sp {
    width: calc(100% - var(--spPaddingInline) * 2);
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.table-1 tr {
  border-bottom: 0.2rem dotted #ccc;
}
.table-1 th, .table-1 td {
  padding: 1.3rem;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 1.4rem;
  }
}
.table-1 th {
  background: #fcfbf5;
  color: var(--themeColor);
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 1rem 0;
  }
  .table-1.is-sideTitle td {
    padding: 2rem 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-ll {
  margin-bottom: 10rem;
  font-size: 5.4rem;
}
@media (max-width: 767px) {
  .title-ll {
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
}
.title-ll.is-bold {
  font-weight: bold;
}

.title-l {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .title-l {
    margin-bottom: 2rem;
  }
}
.title-l-ja {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: var(--themeColor);
  letter-spacing: 1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .title-l-ja {
    font-size: 2.4rem;
    letter-spacing: 0.8em;
    margin-left: 0.8em;
  }
}
.title-l-ja.is-no-tracking {
  letter-spacing: normal;
  margin-left: 0;
}
.title-l-en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 500;
  color: var(--themeColor);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .title-l-en {
    font-size: 1.4rem;
  }
}
.title-l-en::before, .title-l-en::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 1px;
  background: var(--themeColor);
}
@media (max-width: 767px) {
  .title-l-en::before, .title-l-en::after {
    width: 5rem;
  }
}

.title-m {
  font-size: 6rem;
  font-weight: bold;
  font-family: "arial", sans-serif;
}
@media (max-width: 767px) {
  .title-m {
    font-size: 3.2rem;
  }
}

main {
  position: relative;
  z-index: 2;
}

.mv {
  position: relative;
  background: #fff;
  z-index: 1;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: var(--sideNaviWidth);
  width: 1px;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .mv::after {
    display: none;
  }
}
.mv.is-verticalLine-none::after {
  content: none;
}
.mv.is-verticalLine-white::after {
  background: #fff;
}
.mv-video {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
@media (max-width: 767px) {
  .mv-video {
    min-height: 80rem;
  }
}
.mv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section {
  padding-block: 12rem;
}
@media (max-width: 767px) {
  .section {
    padding: 8rem var(--spPaddingInline);
  }
}
.section.is-bg-gray {
  background: #E8E8E8;
}
.section.is-bg-gray2 {
  background: #D7D6D3;
}
.section.is-bg-greenGray {
  padding-bottom: 10rem;
  background: #D4D7D3;
}
@media (max-width: 767px) {
  .section.is-bg-greenGray {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section.is-no-right-padding {
    padding-right: 0;
  }
}

.titleArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .titleArea {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .titleArea.is-eventCalendar {
    margin-bottom: -7rem;
  }
}
@media (max-width: 767px) {
  .titleArea.is-eventCalendar {
    margin-bottom: 0;
  }
}
.titleArea-l {
  gap: 4rem;
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 767px) {
  .titleArea-l {
    width: 100%;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .blogContentsWrapper .is-eventCalendar .titleArea-l {
    flex-direction: column;
    gap: 1rem;
  }
}
.titleArea-note {
  flex: 1;
  max-width: 41.4rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .titleArea-note {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .titleArea-logo {
    width: 42.4rem;
  }
}
@media (max-width: 767px) {
  .titleArea-logo {
    flex: 1;
    text-align: right;
  }
}
.titleArea-arrowText {
  position: relative;
  font-size: 2.7rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .titleArea-arrowText {
    flex-grow: 1;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
  }
}
.titleArea-arrowText::after {
  content: "";
  display: block;
  width: 28rem;
  height: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/common/icon-arrow-long-r.svg") center left/contain no-repeat;
}
@media (max-width: 767px) {
  .titleArea-arrowText::after {
    max-width: 100%;
    width: 15rem;
    height: 0.6rem;
  }
}
.titleArea-subText {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .titleArea-subText {
    font-size: 1.4rem;
  }
}

.titleBg {
  position: relative;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .titleBg {
    width: calc(100% - var(--sideNaviWidth));
    margin-left: var(--sideNaviWidth);
    aspect-ratio: 33.7;
  }
}
@media (max-width: 767px) {
  .titleBg {
    margin-inline: calc(-1 * var(--spPaddingInline));
    margin-bottom: 3rem;
  }
}
.titleBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.titleBg-title {
  position: absolute;
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .titleBg-title {
    top: calc(50% - 4rem);
    left: calc(50% - 56rem);
  }
}
@media (max-width: 767px) {
  .titleBg-title {
    top: calc(50% - 2rem);
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) {
  .rightLayout {
    max-width: 100%;
    padding-left: calc((100% - var(--leftPdAdjust)) / 2 + 17rem);
  }
}

@media (min-width: 768px) {
  .centerLayout {
    width: calc(var(--leftPdAdjust) + (100% - var(--leftPdAdjust)) / 2 + 17rem);
    padding-left: calc((100% - var(--leftPdAdjust)) / 2 + 17rem);
  }
}

.contentsList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(41rem, 52.6rem));
  gap: 10.4rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .contentsList {
    max-width: 115.6rem;
  }
}
@media (max-width: 767px) {
  .contentsList {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
    gap: 6rem;
    margin-bottom: 6rem;
  }
  .contentsList:last-child {
    margin-bottom: 0;
  }
}

.js-accordion .btn-flat {
  width: 100%;
}
.js-accordion .contentsList {
  margin-bottom: 0;
}

.js-tabContents-wrap {
  position: relative;
}

.js-tabContents {
  position: absolute;
}
.js-tabContents.is-active {
  position: relative;
}

.eventCalendarWrap {
  max-width: 120rem;
  min-height: 44rem;
}
@media (min-width: 768px) {
  .eventCalendarWrap {
    padding-bottom: 4rem;
  }
}

.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5rem 18rem 12.8rem;
  background: #fff;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1155px) {
  .footer {
    padding-inline: 3%;
  }
}
@media (max-width: 767px) {
  .footer {
    flex-direction: column;
    padding: 4rem 2rem 8rem;
  }
}
.footer-grid {
  width: 100%;
  display: grid;
  grid-template: "logo navi sns" auto "logo copy sns" 1fr/19.2rem 1fr auto;
  gap: 0 7.2rem;
}
@media (max-width: 767px) {
  .footer-grid {
    grid-template: "logo" auto "sns" auto "navi" auto "copy" 1fr/1fr;
    gap: 0 0;
  }
}

.footerLogo {
  grid-area: logo;
}
@media (max-width: 767px) {
  .footerLogo {
    margin: 0 auto 5.4rem;
  }
}

.footerNavi {
  grid-area: navi;
}
.footerNavi-ul {
  display: flex;
  gap: 0 5.6rem;
  list-style: none;
}
@media (max-width: 767px) {
  .footerNavi-ul {
    flex-direction: column;
    gap: 0 2.4rem;
    margin-bottom: 5.4rem;
  }
}
.footerNavi-ul-li {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footerNavi-ul-li {
    text-align: center;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .footerNavi-ul-li + .footerNavi-ul-li {
    margin-top: 3rem;
  }
}
.footerNavi-ul-li a {
  display: block;
  color: var(--fontColor);
}
.footerNavi-ul-li a:hover {
  color: var(--themeColor);
}

.footerCopy {
  grid-area: copy;
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .footerCopy {
    text-align: center;
    margin-top: 0;
  }
}

.footerSns {
  grid-area: sns;
  display: flex;
  gap: 0 3.7rem;
}
@media (max-width: 767px) {
  .footerSns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.7rem;
    width: fit-content;
    margin: 0 auto 4.7rem;
  }
}

.scrollArrow {
  position: fixed;
  bottom: 1rem;
  left: 6rem;
  width: 2.1rem;
  height: 17.9rem;
  z-index: 20;
}
@media (max-width: 767px) {
  .scrollArrow {
    display: none;
  }
}
.scrollArrow a {
  display: block;
  width: 2.1rem;
  height: 17.9rem;
  background: center center/contain no-repeat url(../img/common/scroll.svg);
}
@media (hover: hover) {
  .scrollArrow a:hover:hover {
    background: center center/contain no-repeat url(../img/common/top.svg);
  }
}

.footerSpMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  background: rgb(0, 0, 0);
  z-index: 10;
  transform: translateY(calc(100% + 5rem));
  transition: transform 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .footerSpMenu {
    display: none;
  }
}
.footerSpMenu.is-show {
  transform: translateY(0);
}
.footerSpMenu-ul {
  display: flex;
  justify-content: space-between;
  height: var(--footerSpHeight);
}
.footerSpMenu-ul-li {
  position: relative;
  flex-basis: 80%;
}
.footerSpMenu-ul-li.is-new::after {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: calc(50% - 1.9rem);
  display: inline-block;
  width: 3.8rem;
  height: 1.5rem;
  background: url(../img/common/icon-nav-new.svg) no-repeat center center;
}
.footerSpMenu-ul-li.is-news {
  display: none;
}
body:has([data-sp-footer-navi-pattern=news]) .footerSpMenu-ul-li.is-news {
  display: block;
}
body:has([data-sp-footer-navi-pattern=news]) .footerSpMenu-ul-li.is-top {
  display: none;
}
body:has([data-sp-footer-navi-pattern=cyclingood]) .footerSpMenu-ul-li.is-cyclingood {
  display: none;
}
body:has([data-sp-footer-navi-pattern=fishingood]) .footerSpMenu-ul-li.is-fishingood {
  display: none;
}
.footerSpMenu-ul-li.is-sanso {
  display: none;
}
body:has([data-sp-footer-navi-pattern=news]) .footerSpMenu-ul-li.is-sanso, body:has([data-sp-footer-navi-pattern=default]) .footerSpMenu-ul-li.is-sanso, body:has([data-sp-footer-navi-pattern=ride]) .footerSpMenu-ul-li.is-sanso, body:has([data-sp-footer-navi-pattern=fishingood]) .footerSpMenu-ul-li.is-sanso, body:has([data-sp-footer-navi-pattern=cyclingood]) .footerSpMenu-ul-li.is-sanso {
  display: block;
}
.footerSpMenu-ul-li.is-ride {
  display: none;
}
body:has([data-sp-footer-navi-pattern=news]) .footerSpMenu-ul-li.is-ride, body:has([data-sp-footer-navi-pattern=default]) .footerSpMenu-ul-li.is-ride, body:has([data-sp-footer-navi-pattern=sanso]) .footerSpMenu-ul-li.is-ride, body:has([data-sp-footer-navi-pattern=fishingood]) .footerSpMenu-ul-li.is-ride, body:has([data-sp-footer-navi-pattern=cyclingood]) .footerSpMenu-ul-li.is-ride {
  display: block;
}
.footerSpMenu-ul-li.is-beginner {
  display: none;
}
body:has([data-sp-footer-navi-pattern=sanso]) .footerSpMenu-ul-li.is-beginner, body:has([data-sp-footer-navi-pattern=ride]) .footerSpMenu-ul-li.is-beginner, body:has([data-sp-footer-navi-pattern=fishingood]) .footerSpMenu-ul-li.is-beginner, body:has([data-sp-footer-navi-pattern=cyclingood]) .footerSpMenu-ul-li.is-beginner {
  display: block;
}
.footerSpMenu-ul-li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0;
  height: 100%;
  padding-bottom: 0.3rem;
  color: #fff;
}
.footerSpMenu-ul-li-icon {
  display: block;
  height: 2rem;
  display: flex;
  align-items: center;
}
.footerSpMenu-ul-li-text {
  display: block;
  text-align: center;
  font-size: 1rem;
}

.beginnerIcon {
  position: fixed;
  bottom: calc(8rem + env(safe-area-inset-bottom));
  right: 1rem;
  z-index: 10;
  opacity: 0;
  transform: translateY(50%);
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .beginnerIcon {
    display: none;
  }
}
.beginnerIcon.is-show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
@media (max-width: 767px) {
  body:has(.eventBnMultiple) .beginnerIcon, body:has(.eventBn) .beginnerIcon {
    bottom: calc(13rem + env(safe-area-inset-bottom));
  }
}
.beginnerIcon a {
  display: block;
  width: 6rem;
  height: 6rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 6rem;
}
@media (max-width: 767px) {
  .header {
    padding: 2.2rem 3.2rem;
  }
}
.no-spHeader .header {
  padding: 0;
}
@media (max-width: 767px) {
  .no-spHeader .header {
    padding: 0;
  }
}
.is-modal-open .header {
  pointer-events: none;
}
.header-inner {
  display: flex;
  justify-content: space-between;
}
.header-logo {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 7rem;
    left: 6rem;
    width: 8.5rem;
  }
}
@media (max-width: 767px) {
  .header-logo {
    position: relative;
    width: 2.9rem;
  }
}
@media (max-width: 767px) {
  .no-spHeader .header-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  body:has(.no-headerLogo) .header-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-scroll .header-logo {
    opacity: 0;
    pointer-events: none;
  }
}
.header-logo-img {
  position: absolute;
  top: 0;
  left: 0;
}
.header-logo-img.is-black {
  opacity: 1;
}
.header-logo-img.is-white {
  opacity: 0;
}
.mvColorInversion .header-logo-img.is-black {
  opacity: 0;
}
.mvColorInversion .header-logo-img.is-white {
  opacity: 1;
}
.mvColorInversion.is-scroll .header-logo-img.is-black {
  opacity: 1;
}
.mvColorInversion.is-scroll .header-logo-img.is-white {
  opacity: 0;
}
.dwMenu-active .header-logo-img.is-black {
  opacity: 1;
}
.dwMenu-active .header-logo-img.is-white {
  opacity: 0;
}

.gNavi {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 15;
  background: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-80%);
}
@media (min-width: 1025px) {
  .gNavi {
    padding: 21rem 11rem 10rem var(--sideNaviWidth);
  }
}
@media (max-width: 767px) {
  .gNavi {
    padding-block: 2rem 10rem;
  }
}
.dwMenuCloseAnim .gNavi {
  transform: translateX(-80%);
  pointer-events: none;
  opacity: 0;
}
.dwMenu-active .gNavi {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(-100%);
}
.gNavi-logo {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .gNavi-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .gNavi-logo {
    position: relative;
    width: 2.9rem;
    margin-left: 2.5rem;
  }
}

.gNaviContents {
  display: grid;
}
@media (min-width: 1025px) {
  .gNaviContents {
    grid-template: "bn sns" 1fr "bn logo" auto/75% 1fr;
    gap: 0 10rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gNaviContents {
    grid-template: "bn" auto "sns" auto "logo" 1fr/1fr;
    gap: 10rem;
    padding: 12rem;
    margin-top: 20rem;
  }
}
@media (max-width: 767px) {
  .gNaviContents {
    grid-template: "bn" auto "sns" auto "logo" 1fr/1fr;
    gap: 0 5rem;
    margin-top: 2rem;
  }
}
.gNaviContents-bn {
  grid-area: bn;
}
.gNaviContents-sublinks {
  grid-area: sns;
}
.gNaviContents-logo {
  grid-area: logo;
}

.gNaviBn {
  display: grid;
}
@media (min-width: 768px) {
  .gNaviBn {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 4rem;
  }
}
@media (max-width: 767px) {
  .gNaviBn {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gNaviBn-li {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .gNaviBn-li {
    aspect-ratio: 4.14;
  }
}
@media (max-width: 767px) {
  .gNaviBn-li {
    aspect-ratio: 1.5;
  }
}
.gNaviBn-li a {
  display: grid;
  align-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .gNaviBn-li a {
    padding-left: 10%;
  }
}
.gNaviBn-li a::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  background: url("../img/common/icon-arrow-r.svg") no-repeat center center/contain;
  z-index: 2;
}
.gNaviBn-li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.gNaviBn-li a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.gNaviBn-li-text {
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .gNaviBn-li-text {
    font-size: 1.8rem;
  }
}

.gNaviSns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.2rem 2.6rem;
  width: fit-content;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .gNaviSns {
    padding: 5.5rem 2.5rem 0;
  }
}

.gNaviSubLinks {
  width: fit-content;
}
@media (max-width: 767px) {
  .gNaviSubLinks {
    padding: 0 2.5rem;
  }
}
.gNaviSubLinks-li {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .gNaviSubLinks-li {
    font-weight: bold;
  }
}
.gNaviSubLinks-li + .gNaviSubLinks-li {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .gNaviSubLinks-li + .gNaviSubLinks-li {
    margin-top: 3.5rem;
  }
}
.gNaviSubLinks-li a {
  color: #000;
  display: block;
}
@media (hover: hover) {
  .gNaviSubLinks-li a:hover:hover {
    color: var(--themeColor);
  }
}

.gNaviLogo {
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .gNaviLogo {
    margin: 9rem 2.5rem 0;
    text-align: left;
  }
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 1;
}
.dwMenu-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.dwMenu {
  appearance: none;
  background: none;
  border: none;
  position: fixed;
  top: 6rem;
  right: 6rem;
  cursor: pointer;
  z-index: 18;
}
@media (max-width: 767px) {
  .dwMenu {
    top: 2.2rem;
    right: 1.8rem;
  }
}
.is-modal-open .dwMenu {
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .blogPage .dwMenu {
    top: auto;
    bottom: calc(var(--footerSpHeight) + env(safe-area-inset-bottom) + 1rem);
    right: 1rem;
  }
}
.dwMenu-line {
  display: block;
  width: 6rem;
  height: 2px;
  margin: 2rem auto;
  background: #000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .dwMenu-line {
    width: 2.1rem;
    margin: 1rem auto;
  }
}
@media (max-width: 767px) {
  .blogPage .dwMenu-line {
    background: #fff;
  }
}
.mvColorInversion .dwMenu-line {
  background: #fff;
}
.mvColorInversion.is-scroll .dwMenu-line {
  background: #000;
}
.mvColorInversion.dwMenu-active .dwMenu-line {
  background: #000;
}
.dwMenu-active .dwMenu-line:nth-child(1) {
  transform: rotate(20deg) translateY(1.2rem);
}
@media (max-width: 767px) {
  .dwMenu-active .dwMenu-line:nth-child(1) {
    transform: rotate(20deg) translateY(0.65rem);
  }
}
.dwMenu-active .dwMenu-line:nth-child(2) {
  transform: rotate(-20deg) translateY(-1.2rem);
}
@media (max-width: 767px) {
  .dwMenu-active .dwMenu-line:nth-child(2) {
    transform: rotate(-20deg) translateY(-0.65rem);
  }
}
@media (max-width: 767px) {
  .dwMenu-active.blogPage .dwMenu-line {
    background: #000;
  }
}

@media (min-width: 768px) {
  .mainContainer {
    display: flex;
  }
}
@media screen and (max-width: 1920px) {
  .mainContainer {
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .mainContainer {
    width: 100%;
    flex-direction: column;
  }
}
.mainContainer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: var(--sideNaviWidth);
  width: 1px;
  height: 100%;
  background: #000;
}
@media (max-width: 767px) {
  .mainContainer::after {
    display: none;
  }
}
body:has(.blogContentsWrapper) .mainContainer::after {
  display: none;
}

.sideNavi {
  position: sticky;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: var(--sideNaviWidth);
  width: var(--sideNaviWidth);
  height: 100vh;
  padding-left: 6rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .sideNavi {
    display: none;
  }
}
.sideNavi-ul {
  position: fixed;
  top: 0;
  padding-top: 30vh;
}
.sideNavi-ul-li {
  font-family: "arial", sans-serif;
}
.sideNavi-ul-li + .sideNavi-ul-li {
  margin-top: 2.4rem;
}
.sideNavi-ul-li a {
  position: relative;
  display: block;
  font-size: 2.3rem;
  color: var(--fontColor);
}
@media (hover: hover) {
  .sideNavi-ul-li a:hover:hover {
    color: var(--pointColor);
  }
}
.sideNavi-ul-li.is-active {
  position: relative;
}
.sideNavi-ul-li.is-active a {
  color: #fff;
}
.sideNavi-ul-li.is-active::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.9rem;
  right: -1.8rem;
  height: 3.8rem;
  width: 24.3rem;
  background: #000;
  border-radius: 0 3rem 3rem 0;
}
.mvColorInversion .sideNavi-ul-li a {
  color: #fff;
}
@media (hover: hover) {
  .mvColorInversion .sideNavi-ul-li a:hover:hover {
    color: var(--pointColor);
  }
}
.mvColorInversion .sideNavi-ul-li.is-active a {
  color: #000;
}
.mvColorInversion .sideNavi-ul-li.is-active::before {
  background: #fff;
}
.mvColorInversion.is-scroll .sideNavi-ul-li a {
  color: #000;
}
.mvColorInversion.is-scroll .sideNavi-ul-li.is-active a {
  color: #fff;
}
.mvColorInversion.is-scroll .sideNavi-ul-li.is-active::before {
  background: #000;
}

.mainContents {
  margin-inline: auto 0;
  min-height: 50vh;
}
@media (min-width: 768px) {
  .mainContents {
    width: 100%;
    margin-left: calc(-1 * var(--sideNaviWidth));
  }
}
@media (max-width: 767px) {
  .mainContents {
    max-width: 100vw;
  }
}

.slider1-wrap {
  max-width: 100%;
  margin-bottom: 8rem;
}
.slider1-wrap .splide__pagination {
  bottom: -3rem;
}
@media (max-width: 767px) {
  .slider1-wrap .splide__pagination {
    bottom: -2rem;
  }
}
.slider1-wrap .splide__pagination__page.is-active {
  background-color: #323232;
}

.slideImg {
  aspect-ratio: 1.43;
}
.slideImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .photoSlider {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .photoSlider-item {
    width: 39.1rem;
  }
}

.calendarArea {
  position: relative;
}
@media (min-width: 768px) {
  .is-pcOnlyOne .calendarArea {
    margin-top: 15rem;
  }
}

.controlArrows {
  display: flex;
  justify-content: flex-end;
  gap: 5rem;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .controlArrows {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .is-pcOnlyOne .controlArrows {
    position: absolute;
    top: 25rem;
    justify-content: space-between;
    width: 70rem;
    left: calc(50% - 35rem);
    gap: 48rem;
  }
}
.controlArrows-item {
  width: 5.5rem;
  height: 5.5rem;
  padding: 0;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .controlArrows-item:hover:hover {
    opacity: 0.6;
  }
}
.controlArrows-item svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .controlArrows-item svg {
    min-width: 1.1rem;
    min-height: 1rem;
  }
}
.controlArrows-item-main {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.controlArrows-item-main-text {
  display: block;
  color: #000;
}
@media (min-width: 768px) {
  .controlArrows-item-main-text {
    display: none;
  }
}

.eventCalendar {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .eventCalendar {
    display: block;
  }
}
@media (min-width: 768px) {
  .is-pcOnlyOne .eventCalendar {
    justify-content: center;
  }
}
.eventCalendar-item {
  width: 100%;
  max-width: 48.2rem;
  height: 46.1rem;
}
@media (max-width: 767px) {
  .eventCalendar-item {
    height: 90vw;
    min-height: fit-content;
  }
}
.is-pcOnlyOne .eventCalendar-item.is-calendar2 {
  display: none;
}
@media (min-width: 768px) {
  .is-pcOnlyOne .eventCalendar-item.is-calendar2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .eventCalendar-item.is-calendar2 {
    display: none;
  }
}
.eventCalendar-item div:not(.js-calendar-title) {
  height: 100%;
}
.eventCalendar-item .fc-view-harness {
  min-height: 100%;
}
.eventCalendar-item .fc .fc-view-harness-active > .fc-view {
  height: 100%;
  min-height: fit-content;
}
.eventCalendar-item-title {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 3rem;
}
.eventCalendar-item-title .month {
  display: inline-block;
  margin-bottom: -1rem;
  font-size: 5.4rem;
  font-weight: bold;
  font-family: "arial", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .eventCalendar-item-title .month {
    font-size: 4rem;
  }
}
.eventCalendar-item-title .monthEn {
  font-size: 2.1rem;
  font-weight: bold;
  margin-left: 3rem;
  padding-left: 1.5rem;
  border-left: 1px solid #000;
  line-height: 1;
}
@media (max-width: 767px) {
  .eventCalendar-item-title .monthEn {
    font-size: 1.6rem;
  }
}
.eventCalendar .fc-scrollgrid {
  border: none;
}
.eventCalendar .fc-scrollgrid .fc-event {
  display: none;
}
.eventCalendar .fc-scrollgrid .fc-daygrid-day-events {
  display: none;
}
.eventCalendar .fc-scrollgrid tr, .eventCalendar .fc-scrollgrid th, .eventCalendar .fc-scrollgrid td {
  border: none;
}
.eventCalendar .fc-scrollgrid .fc-col-header-cell-cushion {
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .eventCalendar .fc-scrollgrid .fc-col-header-cell-cushion {
    font-size: 1.4rem;
  }
}
.eventCalendar .fc-scrollgrid .fc-day-sun .fc-col-header-cell-cushion {
  color: #A80000;
}
.eventCalendar .fc-scrollgrid .fc-day-sat .fc-col-header-cell-cushion {
  color: #0F4872;
}
.eventCalendar .fc-scrollgrid .fc-daygrid-day-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventCalendar .fc-scrollgrid .fc-daygrid-day-frame::before {
  content: none;
}
.eventCalendar .fc-scrollgrid .fc-daygrid-day-frame .fc-daygrid-day-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.7rem;
  min-height: 0;
  border-radius: 50%;
  height: 4.7rem;
  aspect-ratio: 1;
  font-size: 3rem;
  font-family: "arial", sans-serif;
}
@media (max-width: 767px) {
  .eventCalendar .fc-scrollgrid .fc-daygrid-day-frame .fc-daygrid-day-top {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 2.21rem;
  }
}
.eventCalendar .fc-scrollgrid .fc-daygrid-day-frame:has(.fc-event) {
  cursor: pointer;
}
.eventCalendar .fc-scrollgrid .fc-daygrid-day-frame:has(.fc-event) .fc-daygrid-day-top {
  background: #536a4b;
  color: #fff;
}
.is-activeColor-red .eventCalendar .fc-scrollgrid .fc-daygrid-day-frame:has(.fc-event) .fc-daygrid-day-top {
  background: #FC4949;
  color: #fff;
}
.eventCalendar .fc-scrollgrid .fc-day-today {
  background: none;
}

.calendarModalArea .js-modal-contents {
  background: none;
}
.calendarModalArea-title {
  color: #fff;
  font-weight: bold;
  font-family: "arial", sans-serif;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .calendarModalArea-title {
    font-size: 2rem;
  }
}

.eventModalContent {
  min-height: 10vh;
  margin-block: 4rem;
}
@media (max-width: 767px) {
  .eventModalContent {
    margin-block: 2rem;
  }
}
.eventModalContent.is-no-event {
  border-radius: 4px;
}

.eventModalDetal-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 7.4rem;
}
@media (max-width: 767px) {
  .eventModalDetal-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .eventModalDetal-wrap:has(.eventModalDetal:only-child) {
    grid-template-columns: repeat(1, 1fr);
  }
  .eventModalDetal-wrap:has(.eventModalDetal:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.eventModalDetal {
  max-width: 52.6rem;
  width: 100%;
  background: #fff;
}
.is-no-event .eventModalDetal {
  background: #fff;
  margin-top: 5rem;
  padding: 4rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .is-no-event .eventModalDetal {
    padding: 2rem;
  }
}
.eventModalDetal-noEvent {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .eventModalDetal-noEvent {
    font-size: 1.6rem;
  }
}
.eventModalDetal-img {
  width: 100%;
  aspect-ratio: 1.42;
}
.eventModalDetal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventModalDetal-desc {
  padding: 4rem;
}
@media (max-width: 767px) {
  .eventModalDetal-desc {
    padding: 2rem 3rem;
  }
}
.eventModalDetal-desc-title {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .eventModalDetal-desc-title {
    font-size: 2.1rem;
  }
}
.eventModalDetal-desc-lead {
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .eventModalDetal-desc-lead {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.eventModalDetal-desc-btn a {
  width: 100%;
}

.js-modalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
}

.js-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  z-index: 10;
  visibility: hidden;
  overflow: auto;
  overflow-x: hidden;
}
.js-modal-inner {
  position: relative;
  max-width: 80%;
  height: fit-content;
}
.js-modal-close {
  appearance: none;
  background: #fff;
  border: none;
  position: absolute;
  top: 1rem;
  right: -5px;
  width: 4rem;
  height: 4rem;
  background: url(../img/common/icon-close.svg) center center/23px no-repeat;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .js-modal-close {
    width: 3rem;
    height: 3rem;
    right: -2px;
    top: 2rem;
    background-size: 18px;
  }
}
@media (hover: hover) {
  .js-modal-close:hover:hover {
    transform: scale(1.1);
  }
}
.js-modal-contents {
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.js-modal-contents-scroll {
  width: 100%;
  height: 100%;
  padding: 2rem;
  overflow-y: scroll;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 767px) {
  .pagination {
    gap: 2rem;
  }
}
.pagination-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .pagination-ul {
    gap: 2rem;
  }
}
.pagination-ul-li {
  border-radius: 50%;
  overflow: hidden;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .pagination-ul-li {
    flex: 1;
    font-size: 1.6rem;
  }
}
.pagination-ul-li.is-current {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
}
@media (max-width: 767px) {
  .pagination-ul-li.is-current {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.pagination-ul-li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
  color: #000;
}
@media (max-width: 767px) {
  .pagination-ul-li a {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.pagination-arrow {
  width: 1.5rem;
  aspect-ratio: 0.5;
}
@media (max-width: 767px) {
  .pagination-arrow {
    width: 1rem;
    height: 2rem;
  }
}
.pagination-arrow svg {
  width: 100%;
  height: 100%;
}

.contentCard {
  width: 100%;
}
.contentCard a {
  color: #000;
}
.contentCard-img {
  margin-bottom: 4rem;
  aspect-ratio: 1.468;
}
@media (max-width: 767px) {
  .contentCard-img {
    margin-bottom: 2rem;
  }
}
.contentCard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentCard-title {
  font-size: 3rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .contentCard-title {
    font-size: 2.2rem;
  }
}
.contentCard-lead {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .contentCard-lead {
    font-size: 1.6rem;
  }
}
.contentCard-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 5px;
}
.contentCard-bottom-r {
  display: flex;
  gap: 10px;
}
.contentCard-bottom-more {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 767px) {
  .contentCard-bottom-more {
    font-size: 1.2rem;
  }
}
.contentCard-bottom-cate {
  display: block;
  border-right: 1px solid #000;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .contentCard-bottom-cate {
    font-size: 1.2rem;
  }
}
.contentCard-bottom-date {
  display: block;
}
@media (max-width: 767px) {
  .contentCard-bottom-date {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .contentsSliderL {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .contentsSliderL-item {
    width: 73rem;
  }
}
@media (max-width: 767px) {
  .contentsSliderL-item {
    width: 30rem;
  }
}
.contentsSliderL-item-img {
  display: block;
}
@media (min-width: 768px) {
  .contentsSliderL-item-img {
    width: 73rem;
    height: 49.7rem;
  }
}
@media (max-width: 767px) {
  .contentsSliderL-item-img {
    height: 36rem;
  }
}
.contentsSliderL-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contentsSliderL-item-title {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .contentsSliderL-item-title {
    margin-top: 2rem;
  }
}
.contentsSliderL-item-title-main {
  font-size: 4.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contentsSliderL-item-title-main {
    font-size: 2.2rem;
  }
}
.contentsSliderL-item-title-main.is-s {
  font-size: 3.1rem;
}
@media (max-width: 767px) {
  .contentsSliderL-item-title-main.is-s {
    font-size: 1.8rem;
  }
}
.contentsSliderL-item-title-sub {
  margin-left: 2rem;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .contentsSliderL-item-title-sub {
    display: block;
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.contentsSliderL-item-text {
  margin-top: 3.6rem;
  font-size: 2.2rem;
  line-height: 1.8636363636;
}
@media (max-width: 767px) {
  .contentsSliderL-item-text {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.contentsSliderL-item-btn {
  margin-top: 3.6rem;
}
.contentsSliderL-item-more {
  display: block;
  text-align: right;
  margin-block: 10px;
  font-size: 2.8rem;
  color: var(--fontColor);
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (max-width: 767px) {
  .contentsSliderL-item-more {
    font-size: 1.4rem;
    position: static;
    margin: 0;
    text-underline-offset: 3px;
  }
}
@media (hover: hover) {
  .contentsSliderL-item-more:hover {
    color: var(--pointColor);
  }
}

@media (max-width: 767px) {
  .contentsListSlider {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .contentsListSlider-item {
    width: 52.6rem;
  }
}
@media (max-width: 767px) {
  .contentsListSlider-item {
    width: 22.7rem;
  }
}
.contentsListSlider-item-title {
  margin-top: 6rem;
}
.contentsListSlider-item-title-main {
  font-size: 4.8rem;
  font-weight: bold;
}
.contentsListSlider-item-title-sub {
  margin-left: 2rem;
  font-size: 3.4rem;
}
.contentsListSlider-item-more {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-block;
  font-size: 2.8rem;
  color: var(--fontColor);
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (hover: hover) {
  .contentsListSlider-item-more:hover {
    color: var(--pointColor);
  }
}

.contentsLinks {
  display: flex;
  gap: 3rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .contentsLinks {
    overflow-x: scroll;
    gap: 2rem;
    margin-inline: -4.4rem;
    padding-left: 2rem;
    padding-bottom: 10px;
  }
}
.contentsLinks-item {
  white-space: nowrap;
}
.contentsLinks-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 3rem;
  height: 5.3rem;
  padding-inline: 2.8rem;
  font-size: 2.4rem;
  font-family: "arial", sans-serif;
  color: #000;
}
@media (hover: hover) {
  .contentsLinks-item a:hover {
    background-color: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .contentsLinks-item a {
    font-size: 1.5rem;
    height: 3.2rem;
    padding-inline: 1.5rem;
  }
}
.contentsLinks-item.is-current a {
  font-weight: bold;
  background-color: #EFFF31;
  border-color: transparent;
}

.js-accordion-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  font-weight: normal;
}
.js-accordion-title::-webkit-details-marker {
  display: none;
}
.js-accordion-content {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
.js-accordion-content-inner {
  width: 100%;
  padding: 20px 0 0;
}

.categoryTagBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .categoryTagBtns {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 10px;
  }
}
.categoryTagBtns-item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 3rem;
  height: 5.3rem;
  padding-inline: 2.8rem;
  font-size: 2.4rem;
  font-family: "arial", sans-serif;
  color: #000;
  cursor: pointer;
}
@media (hover: hover) {
  .categoryTagBtns-item:hover {
    background-color: #f2f2f2;
  }
}
@media (max-width: 767px) {
  .categoryTagBtns-item {
    font-size: 1.5rem;
    height: 3.2rem;
    padding-inline: 1.5rem;
  }
}
.categoryTagBtns-item.is-active {
  font-weight: bold;
  background-color: #EFFF31;
  border-color: #EFFF31;
}

.imageTextModule {
  display: grid;
  grid-template: "title img" auto "text img" 1fr "btn img" 1fr/1fr 52.6rem;
  gap: 0 10rem;
}
@media (min-width: 768px) {
  .imageTextModule {
    max-width: 115.6rem;
  }
}
@media (max-width: 767px) {
  .imageTextModule {
    grid-template: "img" auto "title" auto "text" auto "btn" 1fr/1fr;
    gap: 0 0;
    margin-bottom: 6rem;
  }
}
.imageTextModule-img {
  grid-area: img;
}
@media (max-width: 767px) {
  .imageTextModule-img {
    margin-bottom: 3.2rem;
  }
}
.imageTextModule-title {
  font-size: 3rem;
  font-weight: bold;
  grid-area: title;
  margin-bottom: 5.3rem;
}
@media (max-width: 767px) {
  .imageTextModule-title {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }
}
.imageTextModule-text {
  grid-area: text;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .imageTextModule-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.imageTextModule-btn {
  grid-area: btn;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .mvSlider {
    max-width: 100vw;
  }
}
.mvSlider .splide {
  visibility: visible !important;
}
.mvSlider-item {
  min-height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .mvSlider-item {
    min-height: 100svh;
    height: 100svh;
  }
}
.mvSlider-item img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.is-initialized .mvSlider-item img {
  width: 100%;
}
.mvSlider-item-content {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mvSlider-item-content {
    right: 5vw;
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .mvSlider-item-content {
    width: 100%;
  }
}
.mvSlider-item a .mvSlider-item-content {
  pointer-events: none;
}
.mvSlider-pager {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  bottom: 40px;
  right: 5%;
  display: flex;
  color: #fff;
  align-items: center;
  z-index: 2;
}
.is-initialized .mvSlider-pager {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .mvSlider-pager {
    right: auto;
    left: 1rem;
  }
}
.mvSlider-pager-btn {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  transform: none;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mvSlider-pager-btn {
    width: 3rem;
    height: 100%;
    padding: 0;
    text-align: center;
  }
}
.mvSlider-pager-btn svg {
  width: 15px;
  height: 25px;
  transform: none;
}
@media (max-width: 767px) {
  .mvSlider-pager-btn svg {
    display: none;
  }
}
.mvSlider-pager-btn svg.is-l {
  margin-right: 3rem;
}
.mvSlider-pager-btn svg.is-r {
  margin-left: 3rem;
}
.mvSlider-pager-btn-num {
  display: inline-block;
  background: none;
  border: none;
  width: 1em;
  font-size: 3rem;
  font-weight: 500;
  font-family: serif;
  font-family: var(--font-oswald);
  color: #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .mvSlider-pager-btn-num {
    font-size: 1.7rem;
  }
}
.mvSlider-pager-line {
  margin-inline: 2.4rem;
  width: 100px;
}
@media (max-width: 767px) {
  .mvSlider-pager-line {
    margin-inline: 0;
    width: 50px;
  }
}

.topOnSlideInfo {
  position: relative;
  height: fit-content;
  color: #fff;
}
@media (min-width: 768px) {
  .topOnSlideInfo {
    padding-bottom: 13rem;
  }
}
@media (max-width: 767px) {
  .topOnSlideInfo {
    width: 100%;
    padding-inline: var(--spPaddingInline);
    padding-bottom: 8rem;
  }
}
.topOnSlideInfo::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0));
}
@media (min-width: 768px) {
  .topOnSlideInfo::before {
    right: -5vw;
    width: 100vw;
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .topOnSlideInfo::before {
    right: 0;
    width: 100%;
    height: calc(100% + 100px);
  }
}
.topOnSlideInfo-date {
  text-align: right;
  font-size: 6.4rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .topOnSlideInfo-date {
    text-align: left;
    font-size: 3rem;
    font-weight: normal;
  }
}
.topOnSlideInfo-date .text-s {
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .topOnSlideInfo-date .text-s {
    font-size: 2.5rem;
  }
}
.topOnSlideInfo-mainTitle {
  position: relative;
  font-size: 6.8rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .topOnSlideInfo-mainTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .topOnSlideInfo-mainTitle {
    font-size: 7.5vw;
  }
}
.topOnSlideInfo-description {
  position: relative;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .topOnSlideInfo-description {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .topOnSlideInfo-description {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.topOnSlideInfo-story {
  position: relative;
  font-family: "arial", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .topOnSlideInfo-story {
    font-size: 2.9rem;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .topOnSlideInfo-story {
    font-size: 1.4rem;
  }
}
.topOnSlideInfo-num {
  width: 200px;
  position: relative;
}
@media (min-width: 768px) {
  .topOnSlideInfo-num {
    position: absolute;
    bottom: 40px;
    right: 0;
    margin-inline: auto 0;
  }
}
@media (max-width: 767px) {
  .topOnSlideInfo-num {
    margin-top: 20px;
    width: 140px;
  }
}

.contentOnMv {
  position: absolute;
  top: 0;
  padding-top: 19rem;
  color: #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .contentOnMv {
    left: calc(var(--sideNaviWidth) + 17rem);
  }
}
@media (max-width: 767px) {
  .contentOnMv {
    padding: 10.5rem 2.5rem 0;
  }
}
.contentOnMv-title {
  display: flex;
  align-items: flex-end;
  gap: 0 14rem;
}
@media (max-width: 767px) {
  .contentOnMv-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem 0;
  }
}
.contentOnMv-title-main {
  font-size: 6.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .contentOnMv-title-main {
    font-size: 3.7rem;
  }
}
@media (max-width: 767px) {
  .contentOnMv-title-text {
    font-size: 1.4rem;
  }
}
.contentOnMv-links {
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: 0;
  gap: 0 8.8rem;
}
@media (max-width: 767px) {
  .contentOnMv-links {
    position: static;
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  .contentOnMv-links.is-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.anchorLink {
  position: relative;
  display: block;
  color: #fff;
  padding: 2.8rem 0;
  border-bottom: 1px solid #fff;
  width: 43.8rem;
}
@media (max-width: 767px) {
  .anchorLink {
    width: 100%;
    padding: 2rem 0;
  }
}
.anchorLink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background: url(../img/common/icon-arrow-b-white.svg) no-repeat center center;
}
@media (hover: hover) {
  .anchorLink:hover:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.anchorLink-label {
  display: flex;
  align-items: center;
  gap: 0 1.2rem;
}
@media (max-width: 767px) {
  .anchorLink-label {
    align-items: center;
  }
}
.anchorLink-label-en {
  min-width: 15rem;
  font-size: 2.4rem;
  line-height: 2.1818181818;
}
@media (max-width: 767px) {
  .anchorLink-label-en {
    min-width: 11.6rem;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .anchorLink-label-ja {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .summaryLead {
    padding: 4rem 0;
  }
}
.summaryLead-lead {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: 1.8918918919;
}
@media (max-width: 767px) {
  .summaryLead-lead {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
}
.summaryLead-text {
  font-size: 2.2rem;
  line-height: 2.1818181818;
}
@media (max-width: 767px) {
  .summaryLead-text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.summaryLead-text p + p {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .summaryLead-text p + p {
    margin-top: 3.2rem;
  }
}

.categoryList {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .categoryList {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .rightLayout .categoryList {
    margin-left: -4rem;
  }
}
.categoryList-tab {
  display: flex;
}
.categoryList-tab-item {
  position: relative;
  appearance: none;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  font-size: 3rem;
  color: var(--fontColor);
  padding: 0.5rem 5rem 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .categoryList-tab-item {
    padding: 0.5rem 1rem 1rem;
  }
}
@media (hover: hover) {
  .categoryList-tab-item:hover:hover {
    color: var(--pointColor);
  }
}
@media (max-width: 767px) {
  .categoryList-tab-item {
    font-size: 1.5rem;
  }
}
.categoryList-tab-item + .categoryList-tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1px;
  height: 3.2rem;
  background: #000;
}
@media (max-width: 767px) {
  .categoryList-tab-item + .categoryList-tab-item::before {
    top: calc(50% - 1rem);
    height: 1.6rem;
  }
}
.categoryList-tab-item.is-active::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -1px;
  width: 70%;
  height: 4px;
  background: #000;
}
@media (max-width: 767px) {
  .categoryList-tab-item.is-active::after {
    height: 2px;
  }
}

.itemCard {
  position: relative;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .itemCard {
    padding-bottom: 0;
  }
}
.itemCard-img {
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .itemCard-img {
    margin-bottom: 2rem;
  }
}
.itemCard-img img {
  width: 100%;
}
.itemCard-title {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  font-weight: bold;
  line-height: 1.6153846154;
}
@media (max-width: 767px) {
  .itemCard-title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    line-height: 1.6666666667;
  }
}
.itemCard-text {
  font-size: 1.9rem;
  line-height: 1.8421052632;
}
@media (max-width: 767px) {
  .itemCard-text {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.itemCard-price {
  position: absolute;
  bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .itemCard-price {
    position: static;
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
.itemCard-title + .itemCard-price {
  bottom: 2rem;
}
@media (max-width: 767px) {
  .itemCard-title + .itemCard-price {
    bottom: 1rem;
  }
}

.lowerPageMv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.lowerPageMv-heading {
  padding-top: 19.6rem;
}
@media (max-width: 767px) {
  .lowerPageMv-heading {
    padding: 10.5rem var(--spPaddingInline) 0;
  }
}
.lowerPageMv-heading-title {
  display: flex;
  align-items: center;
  gap: 3.7rem;
}
@media (max-width: 767px) {
  .lowerPageMv-heading-title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.lowerPageMv-heading-title-h {
  font-size: 6.1rem;
}
@media (max-width: 767px) {
  .lowerPageMv-heading-title-h {
    font-size: 3.7rem;
  }
}
.lowerPageMv-heading-title-desc {
  font-size: 1.6rem;
  line-height: 1.4375;
  max-width: 38.4rem;
}
@media (max-width: 767px) {
  .lowerPageMv-heading-title-desc {
    font-size: 1.4rem;
    max-width: 86vw;
  }
}
.lowerPageMv-mv {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .lowerPageMv-mv {
    height: calc(100% - 34rem);
  }
}
@media (max-width: 767px) {
  .lowerPageMv-mv {
    height: calc(100% - 23rem);
  }
}
.lowerPageMv-mv .lowerPageSlide {
  height: 100%;
}
.lowerPageMv-mv .lowerPageSlide .splide__track {
  height: 100%;
}
.lowerPageMv-mv .lowerPageSlide .splide__track li {
  width: 100%;
}
@media (max-width: 767px) {
  .lowerPageMv-mv {
    padding: 3rem 0 0 var(--spPaddingInline);
  }
}

.moreBtn {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .moreBtn {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .moreBtn a {
    width: calc(100% - var(--spPaddingInline));
  }
}
@media (max-width: 767px) {
  .moreBtn.is-spFull a {
    width: 100%;
  }
}

.lowerPageSlide {
  position: relative;
}
.lowerPageSlide .splide__slide {
  position: relative;
}
.lowerPageSlide .splide__slide::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0));
  z-index: 1;
}
@media (min-width: 768px) {
  .lowerPageSlide .splide__slide::before {
    right: 0;
    height: 70%;
  }
}
@media (max-width: 767px) {
  .lowerPageSlide .splide__slide::before {
    right: 0;
    width: 100%;
    height: calc(100% + 100px);
  }
}
.lowerPageSlide .splide__slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.lowerPageSlide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lowerPageSlide-inf {
  position: absolute;
  left: 4.8%;
  bottom: 7.8rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .lowerPageSlide-inf {
    left: 5%;
    bottom: 2rem;
  }
}
.lowerPageSlide-inf-title {
  font-size: 4.3rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .lowerPageSlide-inf-title {
    font-size: 2.7rem;
    margin-bottom: 0.8rem;
  }
}
.lowerPageSlide-inf-text {
  font-size: 2.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .lowerPageSlide-inf-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
}
.lowerPageSlide-inf-text p {
  margin: 0;
  line-height: 1.5;
}
.lowerPageSlide-inf-date {
  line-height: 1.2;
  font-size: 11.8rem;
  color: #fff;
  font-weight: 500;
  font-family: "arial", sans-serif;
}
@media (max-width: 767px) {
  .lowerPageSlide-inf-date {
    font-size: 6.6rem;
  }
}
.lowerPageSlide-inf-ttl {
  font-size: 3.3rem;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lowerPageSlide-inf-ttl {
    font-size: 1.9rem;
  }
}

.blogMvSlider {
  position: relative;
  margin-block: 20rem 12rem;
}
@media (max-width: 767px) {
  .blogMvSlider {
    margin-block: 0 4rem;
  }
}
.blogMvSlider-img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .blogMvSlider-img {
    width: 132.4rem;
    height: 70.8rem;
  }
}
@media (max-width: 767px) {
  .blogMvSlider-img {
    aspect-ratio: 1.45;
  }
}
.blogMvSlider-img picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogMvSlider-img img {
  height: 100%;
  object-fit: cover;
}
.blogMvSlider-on {
  position: absolute;
  top: 4rem;
  left: 6rem;
  font-size: 4.2rem;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .blogMvSlider-on {
    top: 1rem;
    left: 2rem;
    font-size: 2.4rem;
  }
}

.sansoSlider {
  position: relative;
}
@media (min-width: 1025px) {
  .sansoSlider {
    width: calc(100% - var(--sideNaviWidth));
    margin-inline: auto 0;
  }
}
@media (max-width: 767px) {
  .sansoSlider {
    margin-top: 8.8rem;
    max-width: 100vw;
    height: calc(100vh - 8.8rem);
    height: calc(100svh - 8.8rem);
  }
}
.sansoSlider-slideImg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sansoSlider-slideImg {
    height: calc(100vh - 8.8rem);
    height: calc(100svh - 8.8rem);
  }
}
.is-initialized .sansoSlider-slideImg {
  width: 100%;
}
.sansoSlider .splide {
  visibility: visible !important;
}
.sansoSlider-item {
  position: relative;
}
@media (min-width: 768px) {
  .sansoSlider-item {
    min-height: 100vh;
  }
}
.sansoSlider-item-content {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sansoSlider-item-content {
    height: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .sansoSlider-item-content {
    height: fit-content;
    top: auto;
    bottom: 0;
  }
}

.sansoOnSlideInfo {
  position: relative;
  height: fit-content;
  color: #fff;
}
@media (min-width: 768px) {
  .sansoOnSlideInfo {
    padding-bottom: 4rem;
    text-align: right;
    padding-right: 12rem;
  }
}
@media (max-width: 767px) {
  .sansoOnSlideInfo {
    text-align: center;
    padding-inline: var(--spPaddingInline);
    padding-bottom: 4rem;
  }
}
.sansoOnSlideInfo::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0));
  right: 0;
  width: 100%;
  height: calc(100% + 100px);
}
.sansoOnSlideInfo-inner {
  position: relative;
}
.sansoOnSlideInfo-mainTitle {
  font-size: 4.2rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sansoOnSlideInfo-mainTitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.sansoOnSlideInfo-title {
  max-width: 85%;
  font-size: 7.2rem;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .sansoOnSlideInfo-title {
    margin: 0 0 4rem auto;
  }
}
@media (max-width: 767px) {
  .sansoOnSlideInfo-title {
    margin: 0 auto 20px;
    font-size: 2.4rem;
  }
}