@charset "UTF-8";
/* リキッドレイアウト対応 */

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (max-width: 787px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

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

img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  word-wrap: break-word;
}

.inner {
  width: 100%;
  max-width: 1330px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 1356px;
    padding-right: 38px;
    padding-left: 38px;
  }
}

.pagetop {
  position: absolute;
  z-index: 500;
  right: 0;
  bottom: 20px;
  bottom: 1.25rem;
  padding: 15px 20px 10px 25px;
  padding: 0.9375rem 1.25rem 0.625rem 1.5625rem;
  background-color: #bc9f72;
  border-radius: 12.5rem 0 0 12.5rem;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #fff;
  letter-spacing: 0.03em;
  text-decoration: unset;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pagetop {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem 0.625rem 1.25rem;
    bottom: 0.625rem;
  }
}
.pagetop::before {
  margin-inline: auto;
  content: "";
  display: block;
  width: 17px;
  width: 1.0625rem;
  aspect-ratio: 14/8;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.performance .pagetop::before {
  -webkit-mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow-top.svg");
          mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow-top.svg");
}
.staging .pagetop::before {
  -webkit-mask-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow-top.svg");
          mask-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow-top.svg");
}
.develop .pagetop::before {
  -webkit-mask-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow-top.svg");
          mask-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow-top.svg");
}

@media (any-hover: hover) {
  .pagetop:hover {
    opacity: 0.8;
  }
}
.spot-hotels {
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .spot-hotels {
    padding-bottom: 2.3125rem;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, #000));
    -webkit-mask-image: linear-gradient(to bottom, transparent 0 1.25rem, #000 2.5rem 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2.5rem, #000));
            mask-image: linear-gradient(to bottom, transparent 0 1.25rem, #000 2.5rem 100%);
  }
}

@media screen and (max-width: 767px) {
  .spot-hotels--hokkaido {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, #000 0% calc(100% - 5rem), transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
            mask-image: linear-gradient(to bottom, #000 0% calc(100% - 5rem), transparent 100%);
  }
}

@media screen and (max-width: 767px) {
  .spot-hotels--tohoku {
    -webkit-mask-image: unset;
            mask-image: unset;
    padding-bottom: 7.5rem;
  }
}
.spot-hotels--tohoku::after {
  -webkit-mask-image: unset;
          mask-image: unset;
}
@media screen and (max-width: 767px) {
  .spot-hotels--tohoku::after {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    -webkit-mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
            mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
  }
}

.spot-hotels__title {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #003f65;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .spot-hotels__title {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.spot-hotels__title::after, .spot-hotels__title::before {
  content: "";
  aspect-ratio: 7/19;
  width: 7px;
  width: 0.4375rem;
  display: block;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1.3px solid #003f65;
}
.spot-hotels__title::after {
  left: 0;
  -webkit-clip-path: inset(-1px 2px -1px -1px);
          clip-path: inset(-1px 2px -1px -1px);
}
.spot-hotels__title::before {
  right: 0;
  -webkit-clip-path: inset(-1px -1px -1px 2px);
          clip-path: inset(-1px -1px -1px 2px);
}
.spot-hotels__arrow {
  max-width: 150px;
  max-width: 9.375rem;
  margin-inline: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .spot-hotels__arrow {
    margin-bottom: 1.25rem;
  }
}

.spot-hotels__slider {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .spot-hotels__item {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .spot-hotels__item:first-of-type {
    padding-top: unset;
    border-top: unset;
  }
}

.recomend-hotel {
  border-top: 1px solid #bc9f72;
}

.recomend-hotel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 35px;
  gap: 2.1875rem;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__content {
    display: block;
    margin-bottom: 2.5rem;
    max-width: 37.5rem;
    padding: 0 38px;
  }
}

.recomend-hotel__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recomend-hotel__imgs-wrap {
  width: 50%;
  margin: unset !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__imgs-wrap {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
.recomend-hotel__imgs-wrap::after {
  content: "共立リゾート";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #fff;
  padding: 8px 50px 8px 37px;
  padding: 0.5rem 3.125rem 0.5rem 2.3125rem;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 0 50% 0;
  z-index: 3;
}
.performance .recomend-hotel__imgs-wrap::after {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/kyoritu-bg.webp");
}
.staging .recomend-hotel__imgs-wrap::after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/kyoritu-bg.webp");
}
.develop .recomend-hotel__imgs-wrap::after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/kyoritu-bg.webp");
}
@media screen and (max-width: 767px) {
  .recomend-hotel__imgs-wrap::after {
    font-size: 0.75rem;
    padding: 0.125rem 1.4375rem 0.3125rem 0.9375rem;
  }
}

.recomend-hotel__imgs-wrap--dommy::after {
  content: "ドーミーイン";
}
.performance .recomend-hotel__imgs-wrap--dommy::after {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/dommy-bg.webp");
}
.staging .recomend-hotel__imgs-wrap--dommy::after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/dommy-bg.webp");
}
.develop .recomend-hotel__imgs-wrap--dommy::after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/dommy-bg.webp");
}

.recomend-hotel__pagination {
  text-align: right;
  right: 22px;
  right: 1.375rem;
  bottom: 10px;
  bottom: 0.625rem;
  left: unset !important;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__pagination {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}

.recomend-hotel__img {
  aspect-ratio: 640/437;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__img {
    aspect-ratio: 296/200;
  }
}

.recomend-hotel__texts {
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 410px;
  max-width: 25.625rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__texts {
    width: 100%;
    padding-top: 0.9375rem;
    max-width: unset;
  }
}

.recomend-hotel__name {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #003f65;
  line-height: 1.4074074074;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__name {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.recomend-hotel__text {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #003f65;
  line-height: 1.5333333333;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__text {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
    line-height: 1.6666666667;
  }
}

.recomend-hotel__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  gap: 1.125rem;
  max-width: 360px;
  max-width: 22.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__buttons {
    max-width: unset;
  }
}

.recomend-hotel__button {
  text-align: center;
  padding: 14px 30px;
  padding: 0.875rem 1.875rem;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__button {
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
  }
}
.recomend-hotel__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  right: 1.375rem;
  aspect-ratio: 777/1322;
  width: 8px;
  width: 0.5rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.performance .recomend-hotel__button::after {
  -webkit-mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
}
.staging .recomend-hotel__button::after {
  -webkit-mask-image: url("https://staging-img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://staging-img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
}
.develop .recomend-hotel__button::after {
  -webkit-mask-image: url("https://develop-img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://develop-img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
}
@media (any-hover: hover) {
  .recomend-hotel__button:hover {
    opacity: 0.8;
  }
}
.recomend-hotel__button:nth-of-type(1) {
  background-color: #bc9f72;
}

.recomend-hotel__button:nth-of-type(2) {
  background-color: #003f65;
}

.recomend_hotel__rote-wrap {
  max-width: 360px;
  max-width: 22.5rem;
}

.recomend-hotel__rote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  gap: 0.125rem;
  padding: 0 14px 5px 7px;
  padding: 0 0.875rem 0.3125rem 0.4375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__rote {
    gap: 0.25rem;
    max-width: unset;
  }
}
.recomend-hotel__rote::before {
  content: "";
  display: block;
  aspect-ratio: 1813/2017;
  width: 19px;
  width: 1.1875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.performance .recomend-hotel__rote::before {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/yuki.svg");
}
.staging .recomend-hotel__rote::before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/yuki.svg");
}
.develop .recomend-hotel__rote::before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/yuki.svg");
}
@media screen and (max-width: 767px) {
  .recomend-hotel__rote::before {
    width: 0.8125rem;
  }
}
.recomend-hotel__rote span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #003f65;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .recomend-hotel__rote span {
    font-size: 0.8125rem;
  }
}
.recomend-hotel__rote::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  height: 0.625rem;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  border-bottom: 2px solid #004d7c;
  border-right: 2px solid #004d7c;
  bottom: 0;
  left: 0;
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
}

@media (any-hover: hover) {
  .recomend-hotel__rote:hover::after {
    width: calc(100% + 0.625rem);
  }
}
.spot-item.swiper-slide-active .spot-item__info {
  opacity: 1;
}
.spot-item.swiper-slide-active .spot-item__text {
  opacity: 1;
}

.spot-item__img {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  aspect-ratio: 900/400;
}
@media screen and (max-width: 767px) {
  .spot-item__img {
    aspect-ratio: 295/198;
  }
}

.spot-item__img img {
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .spot-item__img img {
    border-radius: 0.625rem;
  }
}

.spot-item__img--caption {
  position: relative;
}

.spot-item__img-caption {
  position: absolute;
  bottom: 8px;
  bottom: 0.5rem;
  right: 33px;
  right: 2.0625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #003f65;
  letter-spacing: 0.1em;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .spot-item__img-caption {
    right: 0.75rem;
    bottom: 0.4375rem;
    font-size: 0.5rem;
  }
}

.spot-item__info {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  gap: 0.0625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .spot-item__info {
    gap: 0.3125rem 0;
    margin-bottom: 0.9375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.spot-item__number {
  margin-top: 6px;
  margin-top: 0.375rem;
  aspect-ratio: 63/75;
  width: 42px;
  width: 2.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #bc9f72;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
  display: grid;
  place-content: center;
  padding-left: 4px;
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .spot-item__number {
    width: 2.875rem;
    font-size: 0.75rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.spot-item__number::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.performance .spot-item__number::before {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/circle.svg");
}
.staging .spot-item__number::before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/circle.svg");
}
.develop .spot-item__number::before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/circle.svg");
}
.spot-item__number span.number {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #bc9f72;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .spot-item__number span.number {
    font-size: 1.25rem;
  }
}

.spot-item__info-link {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 107px;
  min-width: 6.6875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0em;
  border-radius: 0.3125rem;
  transition: 0.3s ease-in-out all;
  background-color: #bc9f72;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spot-item__info-link {
    margin-left: 0.75rem;
    font-size: 0.6875rem;
    line-height: 1.1818181818;
    text-align: center;
    padding: 0.3125rem 1rem 0.3125rem 0.5rem;
    border-radius: 0.3125rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: unset;
  }
}
.spot-item__info-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  right: 0.875rem;
  aspect-ratio: 777/1322;
  width: 6px;
  width: 0.375rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.performance .spot-item__info-link::after {
  -webkit-mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
}
.staging .spot-item__info-link::after {
  -webkit-mask-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
}
.develop .spot-item__info-link::after {
  -webkit-mask-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
}
@media screen and (max-width: 767px) {
  .spot-item__info-link::after {
    right: 0.4375rem;
  }
}

@media (any-hover: hover) {
  .spot-item__info-link:hover {
    opacity: 0.8;
  }
}
.spot-item__info-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .spot-item__info-right {
    display: contents;
  }
}

.spot-item__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-top: 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .spot-item__info-top {
    display: contents;
  }
}

.spot-item__info-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #003f65;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .spot-item__info-title {
    font-size: 1.375rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 11.25rem;
    white-space: unset;
  }
}
@media screen and (max-width: 767px) {
  .spot-item__info-title span.dotted {
    display: inline-block;
    width: 0.3125rem;
    -moz-text-align-last: center;
         text-align-last: center;
    letter-spacing: -0.3em;
    -webkit-transform: translateX(-0.375rem);
            transform: translateX(-0.375rem);
  }
}

@media screen and (max-width: 767px) {
  .spot-item__info-title--small {
    font-size: 1.125rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.04em;
  }
}

.spot-item__info-texts {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-item__info-texts {
    padding-left: unset;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}
.spot-item__info-texts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #004d7c;
}
@media screen and (max-width: 767px) {
  .spot-item__info-texts::before {
    display: none;
  }
}

.spot-item__info-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #003f65;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .spot-item__info-text {
    font-size: 0.875rem;
    padding-left: unset;
  }
}

.spot-item__info-open {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #003f65;
  line-height: 1.75;
  letter-spacing: 0em;
  width: calc(100% + 0.625rem);
}
@media screen and (max-width: 767px) {
  .spot-item__info-open {
    font-size: 0.75rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.spot-item__text {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #003f65;
  line-height: 1.6470588235;
  letter-spacing: 0em;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .spot-item__text {
    font-size: 0.9375rem;
    min-height: unset;
    padding-bottom: 0.625rem;
  }
}

.spot-title__main {
  padding: 0 17px;
  padding: 0 1.0625rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #003f65;
  line-height: 0.7777777778;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot-title__main {
    font-size: 1.4375rem;
    padding: 0 0.875rem;
  }
}
.spot-title__main::after {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #bc9f72;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .spot-title__main::after {
    height: 0.25rem;
    bottom: -0.3125rem;
  }
}
.spot-title__main span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.03em;
}

.swiper-pagination {
  pointer-events: all;
}

.swiper-pagination span {
  pointer-events: all;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  margin: 0 4px !important;
  margin: 0 0.25rem !important;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 1 !important;
  width: 10px !important;
  width: 0.625rem !important;
  height: 10px !important;
  height: 0.625rem !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 0.375rem !important;
    height: 0.375rem !important;
    margin: 0 0.1875rem !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #bc9f72 !important;
}

.yukimaturi img {
  width: 100%;
  height: 100%;
}

#group_header {
  position: relative;
  z-index: 1000;
}

html,
body {
  scroll-padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  html,
  body {
    scroll-padding-top: 6.25rem;
  }
}
html a,
body a {
  text-decoration: unset;
}

.yuki {
  pointer-events: none;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem;
  opacity: 0;
  -webkit-clip-path: inset(3.75rem -100vw -100vh -100vw);
          clip-path: inset(3.75rem -100vw -100vh -100vw);
}

.yuki__unit {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  width: 20px;
  width: 1.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
  -webkit-animation: yukiFloat 3s ease-in infinite both;
          animation: yukiFloat 3s ease-in infinite both;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .yuki__unit {
    scale: 0.7;
  }
}

@-webkit-keyframes yukiFloat {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
    opacity: 0.8;
    top: 0;
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(0px);
            transform: translateY(-10px) translateX(0px);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(0px);
            transform: translateY(-5px) translateX(0px);
    opacity: 1;
    opacity: 0.9;
  }
  75% {
    -webkit-transform: translateY(-15px) translateX(0px);
            transform: translateY(-15px) translateX(0px);
    opacity: 0.95;
  }
  100% {
    top: 110vh;
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}

@keyframes yukiFloat {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
    opacity: 0.8;
    top: 0;
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(0px);
            transform: translateY(-10px) translateX(0px);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(0px);
            transform: translateY(-5px) translateX(0px);
    opacity: 1;
    opacity: 0.9;
  }
  75% {
    -webkit-transform: translateY(-15px) translateX(0px);
            transform: translateY(-15px) translateX(0px);
    opacity: 0.95;
  }
  100% {
    top: 110vh;
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}
.section-wrap {
  overflow: hidden;
  position: relative;
}

.mv {
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 0% calc(100% - 7.5rem), transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
          mask-image: linear-gradient(to bottom, #000 0% calc(100% - 7.5rem), transparent 100%);
}
@media screen and (max-width: 767px) {
  .mv {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, #000 0% calc(100% - 5rem), transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
            mask-image: linear-gradient(to bottom, #000 0% calc(100% - 5rem), transparent 100%);
  }
}

.mv__yuki-wrap {
  position: absolute;
  top: -100px;
  top: -6.25rem;
  left: 0;
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mv__yuki-wrap {
    left: -3.125rem;
  }
}

@-webkit-keyframes fall {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100vh;
    opacity: 0;
  }
}

@keyframes fall {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 100vh;
    opacity: 0;
  }
}
@-webkit-keyframes toRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
}
@keyframes toRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50vw);
            transform: translateX(50vw);
  }
}
@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@keyframes toLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
.mv__yuki {
  aspect-ratio: 1;
  width: 100px;
  width: 6.25rem;
  border-radius: 50%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-filter: blur(0.625rem);
          filter: blur(0.625rem);
  background-color: #fff;
  position: absolute;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 767px) {
  .mv__yuki {
    scale: 0.3;
  }
}

.mv__text {
  position: absolute;
  width: 45%;
  max-width: 900px;
  max-width: 56.25rem;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mv__text {
    width: 84%;
    top: 44%;
    max-width: 25rem;
  }
}

.mv__imgs-wrap .swiper-slide {
  height: 100svh;
}
@media screen and (max-width: 767px) {
  .mv__imgs-wrap .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 375/385;
  }
}

.read {
  padding-top: 180px;
  padding-top: 11.25rem;
  margin-top: -169px;
  margin-top: -10.5625rem;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
  margin-bottom: -200px;
  margin-bottom: -12.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .read {
    padding-top: 7.5rem;
    margin-top: -7.5rem;
    padding-bottom: 15.625rem;
    margin-bottom: unset;
  }
}
.read::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10.625rem, #e6edf0), color-stop(#f0fafa), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, #e6edf0 10.625rem, #f0fafa calc(100% - 10.625rem), transparent 100%);
}
.read::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1526/315;
  width: 120vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .read::before {
    width: 50rem;
  }
}
.read::before {
  bottom: -70px;
  bottom: -4.375rem;
}
.performance .read::before {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/read-bg2.webp");
}
.staging .read::before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/read-bg2.webp");
}
.develop .read::before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/read-bg2.webp");
}
@media screen and (max-width: 767px) {
  .read::before {
    bottom: 1.5625rem;
  }
}

.read__inner {
  position: relative;
  max-width: 1100px;
  max-width: 68.75rem;
  padding: 0 25px;
  z-index: 3;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .read__inner {
    max-width: 37.5rem;
    padding: 0 1.25rem;
  }
}
.read__inner::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1526/315;
  width: 120vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  z-index: -1;
  top: -170px;
  top: -10.625rem;
}
.performance .read__inner::after {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/read-bg.webp");
}
.staging .read__inner::after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/read-bg.webp");
}
.develop .read__inner::after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/read-bg.webp");
}
@media screen and (max-width: 767px) {
  .read__inner::after {
    width: 50rem;
    top: -5.75rem;
  }
}

.read__container {
  text-align: center;
  position: relative;
  z-index: 5;
}

.read__title-en {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .read__title-en {
    font-size: 2.125rem;
    text-align: center;
    margin-left: -0.625rem;
    letter-spacing: -0.03em;
  }
}

.read__title {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  margin-top: -4.375rem;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #003f65;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 767px) {
  .read__title {
    margin-top: -1.875rem;
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
    text-align: center;
    width: calc(100% + 0.875rem);
  }
}

.read__text {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  color: #003f65;
  line-height: 2.1052631579;
  letter-spacing: 0.03em;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .read__text {
    font-size: 0.8125rem;
    margin-bottom: 2.5rem;
    line-height: 2;
  }
}

.read__map-content {
  position: relative;
}

.read__map-text {
  aspect-ratio: 1;
  width: 277px;
  width: 17.3125rem;
  border-radius: 50%;
  color: #bc9f72;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif;
  letter-spacing: 0;
  display: grid;
  text-align: left;
  place-content: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .read__map-text {
    width: 10.3125rem;
    font-size: 2.1875rem;
  }
}
.read__map-text span {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .read__map-text span {
    padding-left: 0.625rem;
  }
}
.read__map-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-filter: blur(0.625rem);
          filter: blur(0.625rem);
  z-index: 1;
}

.read__map {
  margin-top: -724px;
  margin-top: -45.25rem;
  margin-right: 50px;
  margin-right: 3.125rem;
  position: relative;
  width: 1360px;
  width: 85rem;
  aspect-ratio: 1500/1250;
  height: 1078px;
  height: 67.375rem;
  margin-left: 50.9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .read__map {
    margin-top: -5.375rem;
    width: 40.6875rem;
    height: 22.375rem;
    margin-left: 5.375rem;
    aspect-ratio: unset;
    margin-right: unset;
  }
}

/* SVG要素用 - .blurクラスが付いた要素のみ */
.read__map svg .blur,
.read__map svg text.blur,
.read__map svg path.blur {
  -webkit-filter: url(#blur-filter);
          filter: url(#blur-filter);
  opacity: 1;
}

/* 祭り名の白背景 - sp版のみ表示 */
.read__map svg .festival-bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .read__map svg .festival-bg {
    display: block;
    -webkit-filter: url(#blur-filter2);
            filter: url(#blur-filter2);
    opacity: 1;
  }
}

.spot {
  margin-top: -150px;
  margin-top: -9.375rem;
}
@media screen and (max-width: 767px) {
  .spot {
    margin-top: -6.25rem;
  }
}

.spot--hokkaido {
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot--hokkaido {
    margin-top: -10.625rem;
  }
}
.spot--hokkaido::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  inset: 0;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  -webkit-mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
          mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
}
.performance .spot--hokkaido::after {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/spot-top-bg.webp");
}
.staging .spot--hokkaido::after {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/spot-top-bg.webp");
}
.develop .spot--hokkaido::after {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/spot-top-bg.webp");
}
@media screen and (max-width: 767px) {
  .spot--hokkaido::after {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    -webkit-mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
            mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
  }
}

.spot--tohoku {
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot--tohoku {
    margin-top: -3rem;
  }
}
.spot--tohoku::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  inset: 0;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  -webkit-mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
          mask-image: linear-gradient(to top, #000 0% calc(100% - 5rem), transparent 100%);
}
.performance .spot--tohoku::before {
  background-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/spot-main-bg.webp");
}
.staging .spot--tohoku::before {
  background-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/spot-main-bg.webp");
}
.develop .spot--tohoku::before {
  background-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/spot-main-bg.webp");
}
@media screen and (max-width: 767px) {
  .spot--tohoku::before {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    -webkit-mask-image: linear-gradient(to top, #000 0% calc(100% - 3.125rem), transparent 100%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
            mask-image: linear-gradient(to top, #000 0% calc(100% - 3.125rem), transparent 100%);
  }
}

.spot__top {
  padding-top: 160px;
  padding-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .spot__top {
    padding-top: 5rem;
  }
}
.spot--hokkaido .spot__top {
  padding-top: 240px;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .spot--hokkaido .spot__top {
    padding-top: 7.5rem;
  }
}

.spot__title {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .spot__title {
    margin-bottom: 0.125rem;
  }
}

.spot__swiper {
  position: relative;
  z-index: 3;
}

.spot__buttons-wrap {
  width: 1040px;
  width: 65rem;
  height: 400px;
  height: 25rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 6;
}
@media screen and (max-width: 767px) {
  .spot__buttons-wrap {
    width: 22.1875rem;
    height: 12.375rem;
  }
}

.spot__buttons {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.spot__button {
  cursor: pointer;
  pointer-events: auto;
  aspect-ratio: 1;
  width: 44px;
  width: 2.75rem;
  border-radius: 50%;
  background-color: #bc9f72;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .spot__button {
    width: 1.625rem;
  }
}
.spot__button::after {
  content: "";
  display: block;
  aspect-ratio: 14/25;
  background-color: #fff;
  width: 15px;
  width: 0.9375rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform: translateX(0.0625rem);
          transform: translateX(0.0625rem);
}
.performance .spot__button::after {
  -webkit-mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://img.dormy-hotels.com/information/yukimatsuri/images/top/arrow.svg");
}
.staging .spot__button::after {
  -webkit-mask-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://staging-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
}
.develop .spot__button::after {
  -webkit-mask-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
          mask-image: url("https://develop-img.kyoritsu-hotels.net/information/yukimatsuri/images/top/arrow.svg");
}
@media screen and (max-width: 767px) {
  .spot__button::after {
    width: 0.5625rem;
  }
}

@media (any-hover: hover) {
  .spot__button:hover {
    opacity: 0.8;
  }
}
.spot__button--prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.spot__swiper-pagination {
  bottom: 8px !important;
  bottom: 0.5rem !important;
}
@media screen and (max-width: 767px) {
  .spot__swiper-pagination {
    bottom: 0.3125rem !important;
  }
}

.spot__swiper-wrapper {
  counter-reset: number 0;
}

.spot__swiper .swiper-slide {
  width: 900px;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .spot__swiper .swiper-slide {
    width: 18.4375rem;
  }
}

.festival-name {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.festival-name:hover {
  opacity: 0.8;
}

#group_footer {
  position: relative;
  margin-top: unset;
  z-index: 100;
}
/*# sourceMappingURL=styles.css.map */
