@charset "UTF-8";
@font-face {
  font-family: "Mahotim";
  src: url("/font/T-MAHOTIM-Thorn-Regular.otf") format("opentype");
  font-display: swap;
}
:root {
  --themeColor:#2f3c57;
  --themeColor-lt:#fcf1ed;
  --pointColor:#646464;
  --linkColor:#d0bcb5;
  --bgColor:#f7f7f7;
  --fontColor: #2f3c57;
  --w:1440px;
  --side: calc((100% - var(--w)) / 2);
  --widthXL:1540px;
  --widthLG:980px;
  --widthTab:768px;
  --font-go-base: "Zen Maru Gothic","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-mahotim: "Mahotim", var(--font-go-base);
}

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;
}

.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;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

body {
  font-size: 1rem;
  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%;
}

@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.3s;
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
  font-weight: 500;
}
p + p {
  margin-top: 1rem;
}
@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: 1rem;
  }
}

select {
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
  select {
    color: var(--fontColor);
  }
}

@media (max-width: 767px) {
  button {
    color: var(--fontColor);
  }
}

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

.btn-round {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 318px;
  height: 62px;
  padding: 5px 30px 5px 36px;
  border: 2px solid var(--themeColor);
  background: rgba(255, 255, 255, 0.773);
  border-radius: 40px;
  color: var(--themeColor);
  font-weight: 500;
  overflow: hidden;
}
@media (hover: hover) {
  .btn-round:hover {
    background: var(--themeColor);
    color: #fff;
  }
  .btn-round:hover::after {
    background: #fff;
    opacity: 0.7;
  }
  .btn-round:hover .btn-round-main {
    color: #fff;
  }
}
.btn-round-main {
  margin-right: 10px;
  font-size: 2.5rem;
  font-family: var(--font-mahotim);
  color: var(--themeColor);
}
.btn-round::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 19px;
  height: 12px;
  background: var(--themeColor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btn-round::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10%;
  right: -60px;
  width: 200px;
  height: 165px;
  background: url(/img/common/flower-alpha.png) center center/contain no-repeat;
}

.btn-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 20px;
  padding: 2px 10px 0;
  border: 1px solid var(--themeColor);
  background: transparent;
  line-height: 1;
  font-size: 0.75rem;
  cursor: pointer;
  transition: all 0.2s;
}
@media (hover: hover) {
  .btn-clear:hover {
    border-color: #00a0ea;
    color: #00a0ea;
  }
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

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

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

.cl-red {
  color: #ff0000;
}

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

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 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%;
}

.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: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1539px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    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: 2px dotted #ccc;
}
.table-1 th, .table-1 td {
  padding: 13px;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 1.3rem;
  }
}
.table-1 th {
  background: #fcfbf5;
  color: var(--themeColor);
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 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: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

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

.title-l {
  color: #646464;
  text-align: center;
}
.title-l.is-left {
  text-align: left;
}
.title-l-sub {
  display: block;
  font-weight: bold;
}
.title-l-main {
  font-family: var(--font-mahotim);
  font-size: 3.75rem;
  line-height: 1;
}

.title-m {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
}

#container {
  min-height: 100vh;
}
@media (min-width: 768px) {
  #container main {
    min-height: 100vh;
  }
}
#container main.bg-ishikabe {
  background: url(/img/common/bg-ishikabe.jpg) center center/100% auto repeat-y;
}
@media (max-width: 767px) {
  #container main.bg-ishikabe {
    padding-bottom: 40px;
  }
}
#container main.bg-ishikabe.is-grad {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255)), url(/img/common/bg-ishikabe.jpg);
}

.centerBtn {
  text-align: center;
}

.pageTitle {
  height: 250px;
  padding-top: 140px;
}
@media (max-width: 767px) {
  .pageTitle {
    height: 180px;
    margin-bottom: 10px;
    padding-top: 80px;
  }
}

.cateArea {
  display: flex;
  justify-content: space-between;
  text-align: right;
  padding-inline: 2%;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cateArea {
    display: block;
    text-align: center;
  }
}

.copyrightModal {
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .copyrightModal {
    margin-left: 5%;
  }
}
.copyrightModal-title {
  appearance: none;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: var(--themeColor);
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .copyrightModal-title {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
.copyrightModal-title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(/img/common/icon-copy.svg) center center/contain no-repeat;
}
@media (max-width: 767px) {
  .copyrightModal-title::after {
    width: 16px;
    height: 16px;
  }
}
.copyrightModal-modal {
  position: absolute;
  top: -40px;
  left: calc(100% + 40px);
  width: 60vw;
  height: fit-content;
  padding: 20px;
  background: var(--themeColor);
  border-radius: 20px;
  z-index: 9999;
  font-size: 14px;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .copyrightModal-modal {
    left: calc(100% + 20px);
    width: 55vw;
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .copyrightModal-modal p {
    line-height: 1.7;
  }
}
.copyrightModal-modal::before {
  content: "";
  position: absolute;
  top: 40px;
  right: calc(100% - 1px);
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: var(--themeColor);
}
@media (max-width: 767px) {
  .copyrightModal-modal::before {
    width: 16px;
    height: 16px;
  }
}
.copyrightModal-title:focus + .copyrightModal-modal {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  .copyrightModal-title:hover + .copyrightModal-modal {
    opacity: 1;
    pointer-events: all;
  }
}

.cateItem-wrap {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #adadad;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cateItem-wrap {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-right: 0;
  }
}

.cateItem {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .cateItem {
    width: 100%;
    min-height: 36px;
  }
}
.cateItem-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cateItem-title {
    width: 40%;
  }
}
.cateItem-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background: var(--themeColor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.cateItem2-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cateItem2-wrap {
    flex-direction: column;
    gap: 10px;
  }
}

.cateItem2 {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .cateItem2 {
    gap: 10px 20px;
    align-items: flex-start;
  }
}
.cateItem2-title {
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 8px;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .cateItem2-title {
    width: 100px;
  }
}
.cateItem2-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background: var(--themeColor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.cateItem2-ul {
  display: flex;
  gap: 35px;
}
@media (max-width: 767px) {
  .cateItem2-ul {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.cateItem2-ul li {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cateItem2-ul li {
    font-size: 0.875rem;
  }
}
.cateItem2-ul li label {
  display: block;
  cursor: pointer;
  transition: all 0.2s;
}
@media (hover: hover) {
  .cateItem2-ul li label:hover {
    color: var(--linkColor);
  }
}
.cateItem2-ul li label input {
  display: none;
}
.cateItem2-ul li:has(:checked) label {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.categorySelect {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .categorySelect {
    flex: 1;
    height: 2.2rem;
    padding-block: 0;
    font-size: 0.875rem;
  }
}

.btnCenter {
  text-align: center;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .btnCenter {
    margin-top: 40px;
  }
}

.cateChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  border: 1px solid var(--themeColor);
  font-weight: 500;
  padding: 3px 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .cateChip {
    padding: 1px 5px;
    font-size: 0.6875rem;
  }
}

.footer {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 500px;
  background: url(/img/common/footer-img.jpg) right bottom/436px auto no-repeat #fffffa;
}
@media (max-width: 767px) {
  .footer {
    background-size: 100% auto;
    padding-top: 0;
    min-height: 250vw;
  }
}
@media (max-width: 767px) {
  .footer-sand {
    display: none;
  }
}

.footerInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 80px;
  width: 60%;
  margin-top: 100px;
  padding-left: 3%;
}
@media (max-width: 767px) {
  .footerInfo {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 0;
    padding-inline: 1%;
  }
}

.bnArea {
  margin-left: auto;
  margin-right: auto;
  padding-inline: 5%;
  max-width: calc(var(--w) + 10%);
  width: 100%;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .bnArea {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    margin-bottom: 40px;
  }
}
.bnArea-col {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 0 70px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bnArea-col {
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 15px;
  }
  .bnArea-col img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bnArea-col-item.is-booth {
    margin-left: -5px;
  }
}
@media (min-width: 768px) {
  .bnArea-col-item.is-suzuri {
    margin-right: -12px;
  }
}
@media (min-width: 768px) {
  .bnArea-item {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .bnArea-item.is-genga {
    max-width: 97%;
    margin-left: 4px;
  }
  .bnArea-item.is-genga img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footerNaviArea {
    order: 2;
  }
}

.footerNavi-ul {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.footerNavi-ul-li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footerNavi-ul-li {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
.footerNavi-ul-li + .footerNavi-ul-li::before {
  content: "/";
}
.footerNavi-ul-li a {
  display: inline-block;
  padding: 5px 10px;
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .footerNavi-ul-li a {
    padding: 5px 5px;
  }
}
@media (hover: hover) {
  .footerNavi-ul-li a:hover {
    color: var(--linkColor);
  }
}

.footerNote {
  padding-left: 3%;
  font-size: 0.75rem;
  color: var(--textColor);
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .footerNote {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
    font-size: 0.625rem;
    padding-left: 0;
  }
}
.footerNote p {
  line-height: 1.4;
}
.footerNote p + p {
  margin-top: 8px;
}

.footerLinks {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  .footerLinks {
    margin-bottom: 30px;
    order: 1;
  }
}
.footerLinks-item {
  width: 36px;
}
.footerLinks-item a {
  display: block;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 78px;
  height: 78px;
  transition: all 0.4s;
  opacity: 0.8s;
  z-index: 1;
}
@media (max-width: 767px) {
  .pagetop {
    width: 60px;
    height: 60px;
    bottom: calc(20px + env(safe-area-inset-bottom));
    opacity: 0.7;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 5%;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header {
    padding: 30px 5%;
  }
}
.header-logo {
  width: 149px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .header-logo {
    width: 100px;
  }
}

.gNavi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  background: url(/img/common/nav-frame.png) center center/97% 97% no-repeat rgba(0, 0, 0, 0.662745098);
  aspect-ratio: 0.72;
  transform: scale(0.7);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
}
@media (max-width: 767px) {
  .gNavi {
    height: auto;
    width: 90%;
    bottom: 0;
  }
}
.gNavi-ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 20px;
}
.gNavi-ul-li {
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-family: var(--font-mi-base);
  letter-spacing: 0.1em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gNavi-ul-li {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .gNavi-ul-li {
    font-size: 1.25rem;
  }
}
.gNavi-ul-li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .gNavi-ul-li a {
    padding: 5px;
  }
}
@media (hover: hover) {
  .gNavi-ul-li a:hover {
    color: var(--linkColor);
  }
}
.dwMenu-active .gNavi {
  opacity: 1;
  transform: scale(0.8);
  pointer-events: all;
}

.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;
  position: fixed;
  top: 20px;
  right: 20px;
  border: none;
  background: var(--themeColor);
  width: 50px;
  height: 50px;
  border-radius: 52px;
  cursor: pointer;
  z-index: 5;
}
.topPage .dwMenu {
  mix-blend-mode: color-burn;
}
.is-scroll .dwMenu {
  mix-blend-mode: normal;
  opacity: 0.8;
}
.dwMenu-inner {
  position: absolute;
  top: 0;
  right: -1px;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.3s;
  mix-blend-mode: overlay;
}
.dwMenu-inner-circle {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 100%;
  height: 100%;
  animation: horizontal 2s ease-in-out infinite alternate;
  mix-blend-mode: overlay;
}
.dwMenu-inner-circle::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 75%;
  background: #70d8c5;
  border-radius: 50%;
  transform: scale(0);
  animation: vertical 2s 1s ease-in-out infinite alternate;
  pointer-events: none;
}
@media (hover: hover) {
  .dwMenu:hover .dwMenu-inner {
    transform: scale(1.1);
  }
}
.dwMenu-hamburger {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
@media (min-width: 768px) {
  .dwMenu-hamburger:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .dwMenu-hamburger:hover {
    opacity: 0.7;
  }
}
.dwMenu-hamburger span {
  position: absolute;
  left: 12.5px;
  width: 50%;
  height: 1px;
  background: #fff;
  border: none;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 3px;
}
.dwMenu-hamburger .top {
  top: 20px;
}
.dwMenu-active .dwMenu-hamburger .top {
  top: 14px;
  transform: translateY(11px) translateX(0) rotate(45deg);
}
.dwMenu-hamburger .bottom {
  top: 30px;
}
.dwMenu-active .dwMenu-hamburger .bottom {
  top: 36px;
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}

@keyframes horizontal {
  0% {
    transform: translate(-3px, 1px);
  }
  100% {
    transform: translate(0px, -5px);
  }
}
@keyframes vertical {
  0% {
    transform: translate(-10px, 4px);
  }
  100% {
    transform: translate(0px, 3px);
  }
}
.wpArticle {
  word-break: break-all;
  font-size: 0.9375rem;
}
.wpArticle p {
  margin-bottom: 20px;
}
.wpArticle p a {
  text-decoration: underline;
}
.wpArticle em {
  font-style: italic;
  color: initial;
}
.wpArticle ol {
  margin: 10px 20px;
  padding: 0;
}
.wpArticle ul {
  margin: 10px 20px;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.wpArticle ul li {
  list-style: unset;
}
.wpArticle blockquote p {
  font-size: 1.125rem;
}
.wpArticle h1 {
  margin: 50px 40px;
  padding: 10px 15px;
  background: #eef1f3;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .wpArticle h1 {
    margin-bottom: 30px;
  }
}
.wpArticle h2 {
  margin: 50px auto 30px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .wpArticle h2 {
    font-size: 1.125rem;
  }
}
.wpArticle h3 {
  margin: 50px auto 20px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid var(--themeColor);
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle h4 {
  margin: 50px auto 5px;
  font-size: 1rem;
  font-weight: bold;
}
.wpArticle img {
  height: auto;
}
@media (max-width: 767px) {
  .wpArticle img {
    display: block;
    margin: 10px auto;
  }
}
.wpArticle table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.wpArticle table a {
  text-decoration: underline;
}
.wpArticle table th,
.wpArticle table td {
  padding: 10px;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .wpArticle table th,
  .wpArticle table td {
    font-size: 0.8125rem;
  }
}
.wpArticle table th {
  background: #eee;
}
.wpArticle .wp-block-button__link {
  font-size: 0.875rem;
}
.wpArticle .more-link {
  color: var(--linkColor);
}
.wpArticle .wp-caption {
  max-width: 100%;
}
.wpArticle .wp-block-pullquote,
.wpArticle .wp-block-quote {
  background: var(--bgColor);
  padding: 30px;
  text-align: left;
}
.wpArticle .wp-block-pullquote p,
.wpArticle .wp-block-quote p {
  font-size: 0.875rem;
}
.wpArticle .wp-block-pullquote cite,
.wpArticle .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: #999;
}
.wpArticle .wp-block-columns {
  gap: 30px;
}
.wpArticle .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wpArticle .wp-block-gallery img {
  margin: 0;
}
.wpArticle .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignright img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft {
    float: none;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .wpArticle .wp-block-image .alignleft img {
    width: 100% !important;
  }
}
.wpArticle .wp-block-image .aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wpArticle .wp-block-media-text {
    display: block;
  }
  .wpArticle .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.pagination {
  margin: 70px 0;
}
.pagination-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pagination-box li {
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pagination-box li {
    font-size: 0.75rem;
  }
}
.pagination-box li:not(.page-of) {
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 5px 5px 0;
  border: 1px solid var(--themeColor);
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagination-box li:not(.page-of) {
    width: 30px;
    height: 30px;
  }
}
.pagination-box li:not(.page-of):has(.arrow), .pagination-box li:not(.page-of):has(.dot) {
  border: none;
}
.pagination-box li:not(.page-of).current {
  background: var(--themeColor);
}
.pagination-box li:not(.page-of).current button {
  color: #fff;
}
@media (hover: hover) {
  .pagination-box li:not(.page-of).current button:hover {
    background: var(--themeColor);
    color: #fff;
  }
}
.pagination-box li .dot {
  display: inline-block;
  margin-bottom: -2px;
}
.pagination-box li.page-of {
  margin-right: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .pagination-box li.page-of {
    padding-top: 7px;
  }
}
.pagination-box li a, .pagination-box li button {
  appearance: none;
  font-family: var(--font-go-base);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 1rem;
  color: var(--themeColor);
  transition: all 0.2s;
  cursor: pointer;
}
@media (hover: hover) {
  .pagination-box li a:hover, .pagination-box li button:hover {
    background: #e9e9e9;
    color: var(--themeColor);
  }
}

.postLoading {
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border: 2px solid #000;
  background: transparent;
  border-top: none;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.resultMessage {
  margin-top: 80px;
  text-align: center;
  font-weight: 500;
}

.postArea {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .postArea {
    padding: 40px 0;
  }
}
.postArea-inner {
  margin-left: auto;
  margin-right: auto;
  padding-inline: 5%;
  max-width: calc(var(--w) + 10%);
  width: 100%;
  max-width: 980px;
}

.postMain {
  flex: 1;
}
.postMain + .postMain {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .postMain + .postMain {
    margin-top: 60px;
  }
}
.postMain-title {
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .postMain-title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}

.postItem {
  display: flex;
}
.postItem + .postItem {
  margin-top: 20px;
}
.postItem-date {
  display: block;
  margin-top: 3px;
  width: 110px;
}
@media (max-width: 767px) {
  .postItem-date {
    width: 80px;
    margin-top: 0;
    font-size: 0.875rem;
  }
}
.postItem-title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .postItem-title {
    font-size: 0.9375rem;
  }
}
.postItem-title a {
  display: block;
  color: var(--fontColor);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.postSide {
  width: 230px;
  padding-top: 10px;
  padding-left: 50px;
  margin-left: 40px;
  padding-bottom: 30px;
  border-left: 1px solid #c2cfd5;
}
@media (min-width: 768px) and (max-width: 979px) {
  .postSide {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .postSide {
    width: 100%;
    margin-left: 0;
    padding: 40px 5% 0;
    margin-top: 40px;
    border-left: none;
    border-top: 1px solid #c2cfd5;
  }
}
.postSide-title {
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .postSide-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10%;
  }
}
.postSide-ul li {
  font-weight: 500;
}
@media (min-width: 768px) {
  .postSide-ul li + li {
    margin-top: 12px;
  }
}
.postSide-ul li a {
  position: relative;
  display: flex;
  color: var(--themeColor);
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.postSide-ul li a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-top: 3px;
  margin-right: 10px;
  background: var(--themeColor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.article {
  position: relative;
  background: #fff;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .article {
    margin-left: auto;
    margin-right: auto;
    padding-inline: 5%;
    max-width: calc(var(--w) + 10%);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article {
    margin-top: 0;
    padding: 20px 5%;
  }
}
.article-img {
  position: absolute;
  right: -40px;
  top: -170px;
  width: 432px;
  aspect-ratio: 1.6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 979px) {
  .article-img {
    right: -3%;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .article-img {
    position: static;
    width: 100%;
  }
}
.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .article-img img {
    border: none;
  }
}

.articleMain-head {
  width: calc(100% - 380px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .articleMain-head {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .articleMain-head {
    width: 100%;
    margin: 10px 0;
  }
}
.articleMain-head.is-no-thumb {
  width: 100%;
}
.articleMain-head-cate {
  display: flex;
  gap: 10px;
}
.articleMain-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .articleMain-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.articleMain-content p {
  margin-bottom: 20px;
  word-break: break-all;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  transition: all 3s;
  will-change: transform;
  transform: translateY(0);
}
.loaded .loading {
  pointer-events: none;
}
.loaded .loading::before {
  transform: translateY(-100%);
}
.loading.is-fadeout {
  display: none;
}
.loading-main {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  color: var(--themeColor);
  font-family: var(--font-mi-base);
  z-index: 15;
  transition: all 0.6s;
}
.loaded .loading-main {
  opacity: 0;
  transform: translateY(-20px);
}

.artistTitle {
  position: absolute;
  width: 40%;
  padding-right: 5%;
  text-align: right;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1539px) {
  .artistTitle {
    width: auto;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .artistTitle {
    width: 170px;
    margin-left: 5%;
  }
}
.artistTitle::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  display: inline-block;
  background: #dfd3c6;
  width: 100%;
  height: 40px;
  opacity: 0.7;
  z-index: 1;
  transform-origin: left;
  transform: scaleX(0);
  mix-blend-mode: multiply;
}
.loaded .artistTitle::before {
  animation: runLeftToRight 1.4s 1.3s cubic-bezier(0.54, -0.03, 0.28, 1.09);
}
.artistTitle-inner {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 5%;
  text-align: left;
  z-index: 1;
  mix-blend-mode: color-burn;
  transition: all 2s 1.5s;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1539px) {
  .artistTitle-inner {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .artistTitle-inner {
    margin-left: 0;
  }
}
.loaded .artistTitle-inner {
  opacity: 1;
}
.artistTitle-sub {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: var(--font-mi-base);
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .artistTitle-sub {
    font-size: 1.0625rem;
  }
}
.artistTitle-sub-occupation {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .artistTitle-sub-occupation {
    margin-left: 10px;
    font-size: 0.75rem;
  }
}
.artistTitle-main {
  text-align: right;
}

@keyframes runLeftToRight {
  0% {
    transform: scaleX(0);
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  55% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.mv {
  position: relative;
}
.mv::after {
  content: "";
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  display: inline-block;
  width: 100%;
  height: 26px;
  background: url(/img/common/line-triangle.png) center bottom/357px repeat-x;
  z-index: 1;
}

.mvSlider {
  background: #e2dfdd;
}
.mvSlider-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #f0edeb;
  aspect-ratio: 1.7;
  text-align: center;
}
@media (min-width: 980px) {
  .mvSlider-item {
    max-height: calc(100vh + 10px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvSlider-item {
    height: 110vw;
    min-width: 130%;
  }
}
@media (max-width: 767px) {
  .mvSlider-item {
    height: 148vw;
    min-width: 130%;
    aspect-ratio: 0.7;
  }
}
.mvSlider-item.is-right {
  text-align: right;
  justify-content: flex-end;
}
.mvSlider-item.is-right img {
  object-position: right center;
}
.mvSlider-item:nth-child(1) .mvSlider-item-img {
  transform: scale(1.6);
}
.mvSlider-item:nth-child(1).is-animation .mvSlider-item-img {
  transform: scale(1);
}
.mvSlider-item:nth-child(2) .mvSlider-item-img {
  transform: scale(1.6) translateX(-150px);
}
.mvSlider-item:nth-child(2).is-animation .mvSlider-item-img {
  transform: scale(1.1) translate(0, -40px);
}
@media (min-width: 980px) {
  .mvSlider-item:nth-child(2).is-animation .mvSlider-item-img {
    transform: scale(1) translate(0);
  }
}
@media (max-width: 767px) {
  .mvSlider-item:nth-child(2).is-animation .mvSlider-item-img {
    transform: scale(1.1) translate(0, 0);
  }
}
.mvSlider-item:nth-child(3) .mvSlider-item-img {
  transform: scale(1);
}
.mvSlider-item:nth-child(3).is-animation .mvSlider-item-img {
  transform: scale(1.3);
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvSlider-item:nth-child(3).is-animation .mvSlider-item-img {
    transform: scale(1.3) translateX(-8%);
  }
}
.mvSlider-item:nth-child(4) .mvSlider-item-img {
  transform: scale(1.5) translateX(-150px);
}
.mvSlider-item:nth-child(4).is-animation .mvSlider-item-img {
  transform: scale(1) translateX(0px);
}
@media (max-width: 767px) {
  .mvSlider-item:nth-child(4).is-animation .mvSlider-item-img {
    transform: scale(1.3) translateX(0px);
  }
}
.mvSlider-item-img {
  background: #f0edeb;
  pointer-events: none;
  transition: all 0s;
}
@media (min-width: 980px) {
  .mvSlider-item-img {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvSlider-item-img {
    margin-left: -20%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mvSlider-item-img {
    margin-left: -20%;
    height: 100%;
  }
  .mvSlider-item:nth-child(3) .mvSlider-item-img {
    margin-left: -60%;
  }
}
.is-right .mvSlider-item-img {
  transform-origin: right;
}
.is-animation .mvSlider-item-img {
  transition: all 6s cubic-bezier(0.03, 0.67, 0.39, 1.01);
}
.mvSlider-item-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(79, 72, 10, 0.7) 0%, rgb(255, 255, 255) 20%, rgba(79, 72, 10, 0.7) 26%, rgb(255, 255, 255) 40%, rgba(79, 72, 10, 0.7) 46%, rgb(255, 255, 255) 50%, rgba(79, 72, 10, 0.7) 56%, rgba(79, 72, 10, 0.7) 100%);
  opacity: 0;
  transform: scale(1);
  mix-blend-mode: color-dodge;
}
.is-fadeout .mvSlider-item-img::after {
  opacity: 0.9;
  transform: scale(3);
  transition: all 1.5s;
}
.mvSlider-item img {
  width: 100%;
  aspect-ratio: 1.41;
}
@media (min-width: 980px) {
  .mvSlider-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mvSlider-item img {
    margin-top: 13vw;
    transform: scale(0.95);
  }
}
@media (max-width: 767px) {
  .mvSlider-item img {
    margin-top: 26vw;
    transform: scale(0.95);
  }
}

.entrance {
  position: relative;
}
.entrance::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 500px);
  background: url(/img/common/bg-ishikabe.jpg) center center/100% auto repeat-y;
}
.entrance::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -500px;
  height: 400px;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.entrance-inner {
  position: relative;
  overflow: hidden;
}
.entrance-inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(/img/top/bg-entrance.svg) center center/100% 100% no-repeat;
}
.entrance-kazari {
  position: absolute;
}
.entrance-kazari.is-1 {
  top: 150px;
  left: calc(50% - 450px);
}
@media (min-width: 768px) and (max-width: 1539px) {
  .entrance-kazari.is-1 {
    left: 5%;
  }
}
.entrance-kazari.is-2 {
  top: 80px;
  right: calc(50% - 450px);
}
@media (min-width: 768px) and (max-width: 1539px) {
  .entrance-kazari.is-2 {
    right: 3%;
    width: 15%;
  }
}
.entrance-kazari.is-3 {
  top: 400px;
  right: -30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .entrance-kazari.is-3 {
    width: 30%;
    top: 450px;
  }
}
@media (max-width: 767px) {
  .entrance-kazari.is-3 {
    z-index: 1;
    width: 50%;
  }
}
.entrance-main {
  position: relative;
  width: 427px;
  aspect-ratio: 0.64;
  background: url(/img/top/chair.png) center center/contain no-repeat;
  margin: 130px auto 130px calc(50% - 235px);
}
@media (min-width: 768px) and (max-width: 979px) {
  .entrance-main {
    width: 40%;
    margin: 130px auto 130px 30%;
  }
}
@media (max-width: 767px) {
  .entrance-main {
    width: 70%;
    margin: 130px auto 130px 14%;
  }
}
.entrance-main-panel {
  position: absolute;
  width: 70%;
  left: 20%;
  top: 15%;
}

.profile {
  position: relative;
  padding: 0 5% 200px;
}
@media (max-width: 767px) {
  .profile {
    padding-bottom: 100px;
  }
}
.profile-inner {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .profile-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    width: 90%;
  }
}
.profile-flower {
  position: absolute;
  bottom: 0;
  left: 0;
}

.profileMain {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  margin-top: 80px;
}
@media (max-width: 979px) {
  .profileMain {
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}
.profileMain-img {
  flex: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .profileMain-img {
    float: none;
    text-align: center;
    width: 40%;
    margin: 0 auto;
  }
}
.profileMain-img img {
  pointer-events: none;
}
.profileMain-des {
  width: 60%;
}
@media (max-width: 979px) {
  .profileMain-des {
    width: 100%;
  }
}
.profileMain-des-en {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .profileMain-des-en {
    width: 100%;
    margin-top: 40px;
  }
}

.news {
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-inline: 5%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .news {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .news {
    flex-direction: column;
    gap: 30px;
  }
}
.news .title-l {
  width: 230px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .news .title-l {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .news .title-l {
    width: 100%;
    text-align: center;
  }
}

.newsContents {
  flex: 1;
}
.newsContents-main {
  color: #646464;
}
.newsContents-main-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #646464;
}
.newsContents-main-item-date {
  width: 140px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .newsContents-main-item-date {
    width: 90px;
    font-size: 0.875rem;
  }
}
.newsContents-main-item-title {
  flex: 1;
  font-size: 1.125rem;
  color: var(--themeColor);
  font-weight: 500;
}
@media (max-width: 767px) {
  .newsContents-main-item-title {
    font-size: 0.9375rem;
  }
}
.newsContents-main-item-title a {
  display: block;
  color: var(--fontColor);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.newsContents-btn {
  margin-top: 60px;
  text-align: right;
}
@media (max-width: 767px) {
  .newsContents-btn {
    text-align: center;
  }
}

.price {
  padding-top: 60px;
  border-top: 3px solid #dee4d3;
}
.price-lead {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.priceMain {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 100px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1539px) {
  .priceMain {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .priceMain {
    max-width: 90%;
  }
}
.priceMain-note {
  text-align: right;
}
.priceMain-contents {
  margin: 15px 0;
  padding: 60px;
  background: url(/img/common/bg-price.jpg) center center/155px auto repeat;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceMain-contents {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .priceMain-contents {
    padding: 20px 5%;
  }
}

.priceRow {
  display: flex;
  gap: 5%;
}
@media (max-width: 979px) {
  .priceRow {
    flex-direction: column;
    gap: 20px;
  }
}
.priceRow + .priceRow {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .priceRow-title {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceRow-title {
    display: flex;
    gap: 5%;
  }
}
#container .priceRow-title {
  flex-basis: auto;
  flex-grow: initial;
  min-width: 35%;
  margin-top: 10px;
}
.priceRow-title-main {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.1875rem;
  font-weight: 500;
}
.priceRow-title-main::before {
  content: "";
  display: inline-block;
  width: 19px;
  min-width: 19px;
  height: 12px;
  margin-top: 0.5em;
  margin-right: 20px;
  background: var(--themeColor);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.priceRow-title-main::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 35px;
  width: 104px;
  height: 1px;
  background: var(--themeColor);
}
.priceRow-title-sub {
  margin-left: 40px;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .priceRow-title-sub {
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  .priceRow-title-sub {
    line-height: 1.6;
  }
}
.priceRow-table {
  flex: 1;
}
.priceRow-table table {
  width: 100%;
}
.priceRow-table table thead {
  border-bottom: 2px dashed #898989;
}
.priceRow-table table tr {
  border-bottom: 2px dashed #898989;
}
.priceRow-table table th, .priceRow-table table td {
  padding: 10px;
  border: none;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .priceRow-table table th, .priceRow-table table td {
    white-space: nowrap;
  }
}

.galleryItem-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 4px;
}
@media (max-width: 767px) {
  .galleryItem-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

.galleryItem {
  position: relative;
  aspect-ratio: 1;
}
.galleryItem a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: #000;
}
.galleryItem a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  pointer-events: none;
}
@media (hover: hover) {
  .galleryItem a img:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (hover: hover) {
  .galleryItem a:hover img {
    opacity: 0.5;
  }
}
.galleryItem-title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  pointer-events: none;
  opacity: 0;
  transition: all 0.7s;
  letter-spacing: 0.4rem;
}
@media (hover: hover) {
  a:hover .galleryItem-title {
    opacity: 1;
    letter-spacing: 0.1rem;
  }
}

.artDetails {
  margin-left: auto;
  margin-right: auto;
  padding-inline: 5%;
  max-width: calc(var(--w) + 10%);
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .artDetails {
    margin-top: 90px;
    padding-inline: 0;
  }
}
.artDetails-title {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .artDetails-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 5% 10px;
  }
}
.artDetails-title-main {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .artDetails-title-main {
    order: 1;
    font-size: 1rem;
  }
}
.artDetails-title-date {
  position: absolute;
  right: 40px;
  bottom: 12px;
}
@media (max-width: 767px) {
  .artDetails-title-date {
    order: 0;
    position: static;
    display: block;
    text-align: right;
    font-size: 0.875rem;
  }
}

.artDetailsContents {
  display: flex;
}
@media (max-width: 767px) {
  .artDetailsContents {
    flex-direction: column;
  }
}
.artDetailsContents-main {
  width: 30%;
  margin-top: 20px;
  font-size: 1rem;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .artDetailsContents-main {
    width: 100%;
    padding: 0 5%;
    margin-top: 0;
    font-size: 0.875rem;
  }
}
.artDetailsContents-main-inner {
  position: sticky;
  top: 0;
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .artDetailsContents-main-inner {
    padding-top: 20px;
  }
}
.artDetailsContents-img {
  flex: 1;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .artDetailsContents-img {
    border-right: 0;
  }
}
.is-existText .artDetailsContents-img {
  text-align: right;
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  .is-existText .artDetailsContents-img {
    border-right: 0;
  }
}
.artDetailsContents-img img {
  width: 1200px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .clear {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
  }
}

.blogArea {
  padding-inline: 5%;
  width: calc(1110px + 10%);
  max-width: 100%;
  margin: 40px auto 0;
}

.blogCateRightArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .blogCateRightArea {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .blogCateRightArea .cateItem {
    width: auto;
  }
}

.blogItem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blogItem-grid {
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.blogItem {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
@media (max-width: 767px) {
  .blogItem {
    padding: 10px;
  }
}
.blogItem a {
  color: var(--fontColor);
}
.blogItem-img {
  margin-bottom: 5px;
}
.blogItem-img img {
  aspect-ratio: 1.6;
  width: 100%;
  object-fit: cover;
}
.blogItem-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blogItem-info-time {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .blogItem-info-time {
    font-size: 0.75rem;
  }
}
.blogItem-info-cate {
  display: flex;
  gap: 5px;
}
.blogItem-title {
  font-weight: 500;
}
@media (max-width: 767px) {
  .blogItem-title {
    font-size: 0.75rem;
  }
}

.blogDetailPage .title-l {
  margin-left: calc(50vw - 460px);
  text-align: left;
}
@media (max-width: 979px) {
  .blogDetailPage .title-l {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .blogDetailPage .title-l {
    text-align: center;
  }
}

.blogArticle {
  position: relative;
  background: #fff;
  max-width: 900px;
  margin: 30px auto 0;
  padding: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogArticle {
    margin-left: auto;
    margin-right: auto;
    padding-inline: 5%;
    max-width: calc(var(--w) + 10%);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blogArticle {
    margin-top: 0;
    padding: 20px 5%;
  }
}
.blogArticle-img {
  position: absolute;
  right: -40px;
  top: -170px;
  width: 432px;
  aspect-ratio: 1.6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogArticle-img {
    right: -3%;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .blogArticle-img {
    position: static;
    width: 100%;
  }
}
.blogArticle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .blogArticle-img img {
    border: none;
  }
}

.blogArticleMain-head {
  width: calc(100% - 380px);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .blogArticleMain-head {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blogArticleMain-head {
    width: 100%;
    margin: 10px 0;
  }
}
.blogArticleMain-head.is-no-thumb {
  width: 100%;
}
.blogArticleMain-head-cate {
  display: flex;
  gap: 10px;
}
.blogArticleMain-title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .blogArticleMain-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }
}
.blogArticleMain-content p {
  margin-bottom: 20px;
}

.newsWrapper {
  display: flex;
}
@media (max-width: 767px) {
  .newsWrapper {
    flex-direction: column;
  }
}

.historyDetailPage .title-l {
  margin-left: calc(50vw - 460px);
  text-align: left;
}
@media (max-width: 979px) {
  .historyDetailPage .title-l {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  .historyDetailPage .title-l {
    text-align: center;
  }
}
