@import url(https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap);

html {
  /* font-size: 62.5%; */
  font-size: clamp(6px, 0.694vw, 12px);
}

@media screen and (max-width: 1024px) {
  html {
    font-size: clamp(6px, 0.976vw, 14px);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: clamp(6px, 2.38vw, 16px);
  }
}

body {
  color: #1f2a33;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #fff;
}

body.is-active {
  height: 100vh;
  overflow: clip;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

a {
  color: #1f2a33;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}

strong {
  font-weight: 700;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block;
  }

  .pc-only {
    display: none;
  }
}

main {
  padding-top: 9.2rem;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 7.2rem;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all 0.8s ease;
  padding: 1.6rem 0;
  height: 9.2rem;
  border-bottom: solid 1px #eee;
  background-color: #fff;
}

body:not(.single) header {
  border-bottom: none;
}

header.is-scroll {
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.12);
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 1.6rem;
  padding-right: 10.4rem;
}

.header-logo {
  width: min(16vw, 26rem);
}

.header-menu {
}

.header-menu__list {
  display: flex;
  column-gap: 3.2rem;
}

.header-menu__list > li {
  position: relative;
  font-size: 1.4rem;
}

.header-menu__list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: -1.6rem;
  background-color: #eee;
}

.header-menu__list > li:last-of-type::before {
  display: none;
}

.header-menu__list > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #1f2a33;
  transition: all 0.4s ease;
}

.header-menu__item > a {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  padding: 0.4rem 0;
}

.header-menu__item > a::before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-menu__item > a.index::before {
  background-image: url(../img/header-icon-index.svg);
}

.header-menu__item > a.spot::before {
  background-image: url(../img/header-icon-spot.svg);
}

.header-menu__item > a.gourmet-shopping::before {
  background-image: url(../img/header-icon-gourmet-shopping.svg);
}

.header-menu__item > a.education::before {
  background-image: url(../img/header-icon-education.svg);
}

.header-menu__item > a.member::before {
  background-image: url(../img/header-icon-member.svg);
}

.header-burger {
  cursor: pointer;
  display: inline-block;
  width: 8rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.4rem;
  background-color: #006fc5;
  border-radius: 50%;
  transition: all 0.4s linear;
  z-index: 3;
}

.header-burger > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 90%;
  height: 90%;
  border: solid 1px #fff;
  border-radius: 50%;
  transition: all 0.4s linear;
}

.header-burger > span::before,
.header-burger > span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.2rem;
  transition: all 0.4s ease-in-out;
}

.header-burger > span::before {
  content: "Menu";
  opacity: 1;
  transition: all 0.4s linear;
  color: #fff;
}

.header-burger > span::after {
  content: "Close";
  opacity: 0;
  transition: all 0.4s linear;
  color: #006fc5;
}

/* アクティブ用の記述 */
.header-burger.is-active {
  background-color: #fff;
}

.header-burger.is-active > span {
  border: solid 1px #006fc5;
}

.header-burger.is-active > span::before {
  opacity: 0;
}

.header-burger.is-active > span::after {
  opacity: 1;
}

@media (any-hover) {
  .header-menu__list > li:hover::after {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 7.2rem;
  }

  .header-logo {
    width: 18rem;
  }

  .header-menu {
    display: none;
  }

  .header-burger {
    right: 1.6rem;
    width: 6.4rem;
  }

  .header-burger > span::before,
  .header-burger > span::after {
    font-size: 1rem;
  }
}

.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  overflow: hidden;
  z-index: 2;
}

.burger-menu__overlay {
  display: inline-block;
  position: absolute;
  top: 4.8rem;
  right: 6.4rem;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #006fc5;
  transition: all 0.6s ease-in-out;
  z-index: -1;
}

.burger-menu__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  transform: translate(0.4rem, -0.4rem);
  transition: all 0.4s 0s ease-in-out;
}

.burger-menu__inner {
  display: flex;
}

.burger-menu__img {
  position: sticky;
  top: 0;
  width: 35%;
  height: 100vh;
}

.burger-menu__scrolldown {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(50%, -50%);
  display: inline-block;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #006fc5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
}

.burger-menu__scrolldown::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/header-burger-scrolldown.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotateAnimation infinite linear 30s;
}

.burger-menu__scrolldown::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.6rem);
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/arrow-wh.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.burger-menu__img figure {
  width: 100%;
  height: 100%;
}

.burger-menu__img figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.burger-menu__nav {
  flex: 1;
  padding: 12rem 8rem;
}

.burger-menu__list {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.4rem;
}

.burger-menu__list a {
  color: #fff;
  transition: all 0.4s ease;
}

.burger-menu__list > li {
  font-size: 2.1rem;
  padding: 4rem 2.4rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  width: calc(50% - 1.2rem);
}

.burger-menu__list > li:nth-of-type(-n + 2) {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}

.burger-menu__title {
  display: inline-block;
}

.burger-menu__list--sub {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
}

.burger-menu__list--sub > li {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.burger-menu__list--sub > li:last-of-type {
  margin-bottom: 0;
}

.burger-menu__list--sub > li > a {
  position: relative;
  display: inline-block;
  margin-left: 2.4rem;
}

.burger-menu__list--sub > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.4rem;
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background-color: #fff;
}

.burger-menu__list--sub > li > span {
  display: block;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  padding-left: 0.8rem;
  padding-bottom: 0.4rem;
  font-size: 1.8rem;
}

.burger-menu__list--sub-sub {
  margin-top: 1.6rem;
  margin-left: 1.6rem;
  margin-bottom: 4rem;
}

.burger-menu__list--sub > li:last-of-type .burger-menu__list--sub-sub {
  margin-bottom: 0;
}

.burger-menu__list--sub-sub > li {
  /* font-size: 1.4rem; */
  margin-bottom: 0.8rem;
}

.burger-menu__list--sub-sub > li:last-of-type {
  margin-bottom: 0;
}

.burger-menu__list--sub-sub > li > a {
  position: relative;
  display: inline-block;
  margin-left: 2.4rem;
}

.burger-menu__list--sub-sub > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.4rem;
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background-color: #fff;
}

.burger-menu__other {
}

.burger-menu__other__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}

.burger-menu__other__list a {
  color: #fff;
}

.burger-menu__other__list > li {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

.burger-menu__other__list > li::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
}

/* アクティブ用の記述 */
.burger-menu.is-active {
  visibility: visible;
}

.burger-menu.is-active .burger-menu__overlay {
  width: 350vw;
  height: 350vw;
}

.burger-menu.is-active .burger-menu__wrap {
  opacity: 1;
  transition: all 0.4s 0.4s ease-in-out;
  transform: translate(0, 0);
}

@media (any-hover) {
  .burger-menu__list a:hover {
    opacity: 0.6;
    padding-left: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .burger-menu__inner {
    flex-direction: column-reverse;
  }

  .burger-menu__img {
    position: static;
    width: 100%;
    height: 32rem;
  }

  .burger-menu__scrolldown {
    top: 2.4rem;
    right: 50%;
    width: 16rem;
    height: 16rem;
  }

  .burger-menu__scrolldown::before {
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
  }

  .burger-menu__nav {
    padding: 12rem 2.4rem 8rem;
  }

  .burger-menu__list {
    flex-direction: column;
  }

  .burger-menu__list > li {
    width: 100%;
  }

  .burger-menu.is-active .burger-menu__overlay {
    width: 500vw;
    height: 500vw;
  }
}

footer {
  position: relative;
  clip-path: inset(0% 0% 0% 0%);
  z-index: 3;
  padding-top: 32rem;
}

footer::before {
  content: "";
  display: inline-block;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100lvh;
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  z-index: -2;
}

.footer__section {
  position: relative;
  padding-top: 8rem;
  color: #fff;
}

.footer__section::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 42, 51, 0) 0%, #1f2a33 100%);
  z-index: -1;
}

.footer__wrap {
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: 0 auto;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 8rem;
}

.footer__content--intro {
  font-size: 1.4rem;
}

.footer__content--intro--tel a {
  color: #fff;
}

.footer__content--nav__list > li {
  margin-bottom: 1.6rem;
}

.footer__content--nav__list > li a {
  color: #fff;
  font-size: 1.4rem;
}

.footer__other--nav {
  border-bottom: solid 1px #fff;
  padding-bottom: 2.4rem;
}

.footer__other--nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.4rem;
}

.footer__other--nav__list > li {
  display: flex;
  column-gap: 2.4rem;
}

.footer__other--nav__list > li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.footer__other--nav__list > li:first-of-type::before {
  display: none;
}

.footer__other--nav__list > li a {
  color: #fff;
  font-size: 1.2rem;
}

.footer__copy--area {
  padding: 2.4rem 0;
  display: flex;
  justify-content: space-between;
}

.footer__copy {
  font-size: 1rem;
  font-family: "Montserrat Alternates", sans-serif;
}

.footer__pagetop {
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}

.footer__pagetop > span {
  position: relative;
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #fff;
  border-radius: 50%;
}

.footer__pagetop > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.2rem #1f2a33;
  border-right: solid 0.2rem #1f2a33;
}

@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
  }

  .footer__copy--area {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__pagetop {
    margin-bottom: 2.4rem;
  }
}

/* ------------

共通パーツ

------------ */

.section__wrap {
  max-width: 120rem;
  padding: 0 2.4rem;
  margin: 0 auto;
}

.section__info--discription {
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 2;
}

.section__info--discription > p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.main-heading {
  margin-top: 0;
  margin-bottom: 2.4rem;
  width: fit-content;
  transition: all 1.2s ease;
  opacity: 0;
  transform: translateY(3.2rem);
}

.main-heading.is-active {
  transform: translateY(0);
  opacity: 1;
}

.main-heading.center {
  margin: 0 auto 2.4rem;
}

.main-heading .en {
  position: relative;
  font-size: 1.4rem;
  font-family: "Montserrat Alternates", sans-serif;
  padding-left: 2.4rem;
  z-index: 2;
}

.main-heading .en::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 3.5rem;
  height: 2.6rem;
  background-image: url(../img/heading-en-bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.main-heading .jp {
  position: relative;
  font-size: 3.6rem;
  padding-bottom: 2rem;
  z-index: 2;
}

.main-heading .jp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 26.6rem;
  height: 3.8rem;
  background-image: url(../img/heading-jp-bg__blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.8s 1s ease;
}

.main-heading.wh .jp::before {
  background-image: url(../img/heading-jp-bg__wh.svg);
}

.main-heading.is-active .jp::before {
  clip-path: inset(0% 0% 0% 0%);
}

@media screen and (max-width: 768px) {
  .main-heading .en {
    font-size: 1.2rem;
  }

  .main-heading .jp {
    font-size: 2.8rem;
  }
}

.main-btn {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 7.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: none !important;
  color: #1f2a33 !important;
}

.main-btn.center {
  margin: 0 auto;
}

.main-btn.right {
  margin-left: auto;
}

.main-btn .btn-text {
  position: relative;
  transition: all 0.2s ease-in-out;
}

.main-btn .btn-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1f2a33;
  bottom: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}

.main-btn .btn-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4.8rem;
  aspect-ratio: 1 / 1;
  background-color: #006fc5;
  border: solid 1px #006fc5;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.main-btn .btn-arrow:before,
.main-btn .btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  aspect-ratio: 1 / 1;
  background-image: url(../img/arrow-wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}

.main-btn .btn-arrow::after {
  transform: translate(-250%, -50%);
}

@keyframes btnArrowFirst {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(250%, -50%);
  }
}

@keyframes btnArrowSecond {
  0% {
    transform: translate(-250%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@media (any-hover: hover) {
  .main-btn:hover .btn-arrow {
    transform: translateY(-50%) scale(1.2);
    background-color: #fff;
  }

  .main-btn:hover .btn-text {
    opacity: 0.6;
  }

  .main-btn:hover .btn-text::before {
    width: 0;
  }

  .main-btn:hover .btn-arrow::before {
    animation-name: btnArrowFirst;
    animation-delay: 0s;
    background-image: url(../img/arrow-blue.svg);
  }

  .main-btn:hover .btn-arrow::after {
    animation-name: btnArrowSecond;
    animation-delay: 0.2s;
    background-image: url(../img/arrow-blue.svg);
  }
}

.main-btn__back {
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 7.2rem;
  font-weight: 600;
  font-size: 1.8rem;
}

.main-btn__back.center {
  margin: 0 auto;
}

.main-btn__back.right {
  margin-left: auto;
}

.main-btn__back .btn-text {
  position: relative;
  transition: all 0.2s ease-in-out;
}

.main-btn__back .btn-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1f2a33;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.main-btn__back .btn-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4.8rem;
  aspect-ratio: 1 / 1;
  background-color: #006fc5;
  border: solid 1px #006fc5;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.main-btn__back .btn-arrow:before,
.main-btn__back .btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  aspect-ratio: 1 / 1;
  background-image: url(../img/arrow-wh__back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}

.main-btn__back .btn-arrow::after {
  transform: translate(250%, -50%);
}

@keyframes btnArrowFirstBack {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-250%, -50%);
  }
}

@keyframes btnArrowSecondBack {
  0% {
    transform: translate(250%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

@media (any-hover: hover) {
  .main-btn__back:hover .btn-arrow {
    transform: translateY(-50%) scale(1.2);
    background-color: #fff;
  }

  .main-btn__back:hover .btn-text {
    opacity: 0.6;
  }

  .main-btn__back:hover .btn-text::before {
    width: 0;
  }

  .main-btn__back:hover .btn-arrow::before {
    animation-name: btnArrowFirstBack;
    animation-delay: 0s;
    background-image: url(../img/arrow-blue__back.svg);
  }

  .main-btn__back:hover .btn-arrow::after {
    animation-name: btnArrowSecondBack;
    animation-delay: 0.2s;
    background-image: url(../img/arrow-blue__back.svg);
  }
}

.outlink-btn {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
  padding: 0.8rem 2.4rem;
  border-radius: 4rem;
  font-size: 1.4rem;
  width: fit-content;
  color: #1f2a33 !important;
  background-color: #fff;
  border: solid 1px #fff !important;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.outlink-btn.center {
  margin: 0 auto;
}

.outlink-btn.bk {
  color: #fff !important;
  background-color: #1f2a33;
  border: solid 1px #1f2a33 !important;
}

.outlink-btn::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../img/icon-outlink__bk.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.outlink-btn.bk::after {
  background-image: url(../img/icon-outlink__wh.svg);
}

@media (any-hover: hover) {
  .outlink-btn:hover {
    color: #fff !important;
    background-color: #1f2a33;
  }

  .outlink-btn:hover::after {
    background-image: url(../img/icon-outlink__wh.svg);
  }

  .outlink-btn.bk:hover {
    color: #1f2a33 !important;
    background-color: #fff;
  }

  .outlink-btn.bk:hover::after {
    background-image: url(../img/icon-outlink__bk.svg);
  }
}

/* ------------

カーソル デザイン変更

------------ */
#cursor-click,
#cursor-drug {
  position: fixed;
  display: block;
  inset: 0;
  transform: translate(0, 0);
  z-index: 9999;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cursor-click > div,
#cursor-drug > div {
  position: absolute;
  inset: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}

#cursor-drug > div::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background-color: rgba(0, 111, 197, 0.8);
}

#cursor-click span,
#cursor-drug span {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.2rem;
  opacity: 0;
  font-size: 0;
  color: #fff;
  font-family: "Montserrat Alternates", sans-serif;
  line-height: 1;
  font-weight: 700;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#cursor-click.cursor-hover span::before {
}

#cursor-drug.cursor-hover span::before,
#cursor-drug.cursor-hover span::after {
  content: "";
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 1.2rem;
  height: 1.2rem;
  border-top: solid 0.2rem #fff;
}

#cursor-drug.cursor-hover span::before {
  border-left: solid 0.2rem #fff;
  transform: rotate(-45deg);
}

#cursor-drug.cursor-hover span::after {
  border-right: solid 0.2rem #fff;
  transform: rotate(45deg);
}

#cursor-drug.cursor-hover span::before {
  /* background-image: url("../img/icon-park_hand-drag.svg"); */
}

@media (any-hover: hover) {
  #cursor-click.cursor-hover div,
  #cursor-drug.cursor-hover div {
    top: -7rem;
    left: -7rem;
    width: 14rem;
    height: 14rem;
    opacity: 1;
  }

  #cursor-click.cursor-hover span,
  #cursor-drug.cursor-hover span {
    opacity: 1;
    font-size: 1.8rem;
  }
}

/* ------------

フェードイン

------------ */

.fadein {
  transform: translateY(2.4rem);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  filter: blur(0.4rem)
}

.fadein.is-active {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0)
}

.zoomin {
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  clip-path: inset(45% 45% 45% 45%);
  filter: blur(0.4rem)
}

.zoomin.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  filter: blur(0)
}

/* ------------

パンくずリスト

------------ */

.breadcrumbs {
  padding: 1.6rem 2.4rem;
  text-align: right;
  font-size: 1.2rem;
  background: repeating-linear-gradient(
    135deg,
    #f4f2ed,
    #f4f2ed 0.2rem,
    #fff 0.2rem,
    #fff 0.4rem
  );
  overflow-x: auto;
}

.breadcrumbs__wrap {
  min-width: max-content;
}

.breadcrumbs a {
  opacity: 0.4;
}

/* ------------

ページネーション

------------ */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
  margin-top: 8rem;
  font-size: 1.2rem;
  font-family: "Montserrat Alternates", sans-serif;
}

.prev,
.next {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager__prev-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.2rem #1f2a33;
  border-left: solid 0.2rem #1f2a33;
  transform: rotate(-45deg);
}

.pager__next-arrow {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 0.2rem #1f2a33;
  border-right: solid 0.2rem #1f2a33;
  transform: rotate(45deg);
}

.page-numbers {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #eee;
  border-radius: 0.8rem;
}

.page-numbers.current {
  background-color: #1f2a33;
  color: #fff;
}

/* ------------

ディズニー用のＲマーク

------------ */
sub.disney__r {
  display: inline-block;
  vertical-align: sub;
  transform: translateY(0.2em);
}
