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

body {
  font-family: 'Noto Sans JP', 'Noto Sans', sans-serif;
  color: #5a5a5a;
}

@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: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@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 {
  max-width: 100%;
  height: auto;
}

*,
*::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;
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  -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%;
  height: auto;
  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;
}

.btn-pill {
  position: relative;
  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;
  padding-inline: 30px;
  padding-inline: 1.875rem;
  border-radius: 2.5rem;
  background-color: #a1968a;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  padding-block: 17px;
  padding-block: 1.0625rem;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn-pill {
    padding-block: 0.5rem;
    padding-inline: 0.9375rem;
  }
}

.btn-pill:hover {
  opacity: 0.85;
}

.btn-pill__text {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-pill__text {
    font-size: 0.8125rem;
  }
}

.btn-pill__text--sm {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .btn-pill__text--sm {
    font-size: 0.6875rem;
  }
}

.btn-pill__icon {
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  width: 12px;
  width: 0.75rem;
  height: 21px;
  height: 1.3125rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .btn-pill__icon {
    right: 1.125rem;
    width: 0.4375rem;
    height: 0.75rem;
  }
}

.btn-primary {
  position: relative;
  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;
  padding-inline: 60px;
  padding-inline: 3.75rem;
  border-radius: 0.3125rem;
  background-color: #c7b299;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
  border: none;
  padding-block: 17px;
  padding-block: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .btn-primary {
    padding-inline: 0.75rem;
    padding-block: 0.5rem;
  }
}

.btn-primary:hover {
  opacity: 0.85;
}

.btn-primary__text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-primary__text {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.btn-primary__icon {
  position: absolute;
  top: 50%;
  right: 25px;
  right: 1.5625rem;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .btn-primary__icon {
    right: 0.9375rem;
    width: 1rem;
    height: 1rem;
  }
}

.inner {
  max-width: 1450px;
  max-width: 90.625rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}

.matsuri-card {
  width: 100%;
  max-width: 464px;
  max-width: 29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .matsuri-card {
    max-width: 16.5rem;
  }
}

.matsuri-card__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #5a5a5a;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .matsuri-card__title {
    font-size: 1.125rem;
  }
}

.matsuri-card__meta {
  margin-top: 4px;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .matsuri-card__meta {
    gap: 0.375rem;
  }
}

.matsuri-card__meta-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  width: 4.375rem;
  padding: 0px 2px 1px;
  padding: 0rem 0.125rem 0.0625rem;
  border-radius: 0.1875rem;
  background-color: #5a5a5a;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .matsuri-card__meta-label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.5625rem;
  }
}

.matsuri-card__meta-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  min-width: calc(100% + 0.625rem);
  color: #5a5a5a;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .matsuri-card__meta-text {
    font-size: 0.6875rem;
  }
}

.matsuri-card__photo {
  margin-top: 22px;
  margin-top: 1.375rem;
  width: 100%;
  aspect-ratio: 455/265;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #f8f4ef;
}

.matsuri-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.matsuri-card__body {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5882352941;
  color: #5a5a5a;
  text-align: justify;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .matsuri-card__body {
    font-size: 0.8125rem;
    line-height: 1.7142857143;
  }
}

.matsuri-card .btn-primary {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.matsuri-card__hotel-label {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .matsuri-card__hotel-label {
    font-size: 0.6875rem;
  }
}

.matsuri-card__hotels {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.natsumatsuri {
  -webkit-font-feature-settings: unset !important;
          font-feature-settings: unset !important;
}

@media screen and (max-width: 767px) {
  #abi_page {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  #abi_page .btn-primary__icon {
    width: unset;
  }
}

@media screen and (max-width: 767px) {
  #abi_page .btn-pill__icon {
    width: unset;
  }
}

.top {
  background-color: #fff;
  overflow-x: hidden;
}

.top-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -1;
  inset: 0;
  background-image: url("../images/fv-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.fv {
  background-color: unset;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 65svh;
  }
}
.fv::after {
  display: none !important;
}

.fv__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: fv-grid-loop 40s linear infinite;
          animation: fv-grid-loop 40s linear infinite;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 767px) {
  .fv__grid {
    height: 153.8461538462%;
    -webkit-animation-name: fv-grid-loop--sp;
            animation-name: fv-grid-loop--sp;
  }
}

.fv__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

@-webkit-keyframes fv-grid-loop {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes fv-grid-loop {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fv-grid-loop--sp {
  from {
    -webkit-transform: scale(0.65) translateX(0);
            transform: scale(0.65) translateX(0);
  }
  to {
    -webkit-transform: scale(0.65) translateX(-50%);
            transform: scale(0.65) translateX(-50%);
  }
}
@keyframes fv-grid-loop--sp {
  from {
    -webkit-transform: scale(0.65) translateX(0);
            transform: scale(0.65) translateX(0);
  }
  to {
    -webkit-transform: scale(0.65) translateX(-50%);
            transform: scale(0.65) translateX(-50%);
  }
}
.fv__wrap1,
.fv__wrap2,
.fv__wrap3,
.fv__wrap4,
.fv__wrap5,
.fv__wrap6 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
}

.fv__wrap1 {
  width: 440px;
  width: 27.5rem;
  display: grid;
  min-height: 0;
  grid-template-rows: 152fr 377fr 400fr;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fv__wrap1 {
    width: 20rem;
    grid-template-rows: 202fr 377fr 400fr;
    margin-right: unset;
  }
}

.fv__band {
  display: grid;
  min-height: 0;
  grid-template-columns: 120fr 323fr;
}

.fv__hanabi-stack {
  display: grid;
  min-height: 0;
  grid-template-rows: 316fr 137fr;
}

.fv__wrap2 {
  width: 95px;
  width: 5.9375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fv__wrap2 {
    width: 5rem;
    -webkit-transform: translateX(-0.625rem);
            transform: translateX(-0.625rem);
  }
}

.fv__wrap3 {
  width: 330px;
  width: 20.625rem;
  display: grid;
  min-height: 0;
  grid-template-rows: 132fr 150fr 80fr 80fr 221fr;
}
@media screen and (max-width: 767px) {
  .fv__wrap3 {
    width: 18rem;
    grid-template-rows: 132fr 150fr 80fr 80fr 222fr;
  }
}

.fv__wrap4 {
  width: 383px;
  width: 23.9375rem;
  display: grid;
  min-height: 0;
  grid-template-rows: 178fr 614fr;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fv__wrap4 {
    width: 19.0625rem;
  }
}

.fv__hanabi-row {
  display: grid;
  min-height: 0;
  grid-template-columns: 250fr 133fr;
}

.fv__photo-stack {
  display: grid;
  min-height: 0;
  grid-template-rows: 384fr 230fr;
}

.fv__wrap1 > *,
.fv__wrap3 > *,
.fv__wrap4 > *,
.fv__wrap5 > *,
.fv__wrap6 > *,
.fv__band > *,
.fv__hanabi-stack > *,
.fv__hanabi-row > *,
.fv__photo-stack > *,
.fv__vertical-row > * {
  min-height: 0;
  min-width: 0;
}

.fv__wrap5 {
  width: 252px;
  width: 15.75rem;
  display: grid;
  min-height: 0;
  grid-template-rows: 140fr 455fr 177fr;
}
@media screen and (max-width: 767px) {
  .fv__wrap5 {
    width: 13.75rem;
  }
}

.fv__wrap6 {
  width: 298px;
  width: 18.625rem;
  display: grid;
  min-height: 0;
  grid-template-rows: 170fr 565fr;
}
@media screen and (max-width: 767px) {
  .fv__wrap6 {
    width: 15rem;
  }
}

.fv__vertical-row {
  display: grid;
  min-height: 0;
  grid-template-columns: 180fr 118fr;
}

.fv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-0.125rem);
          transform: translateX(-0.125rem);
}

.fv img[src$=".svg"] {
  -o-object-fit: contain;
     object-fit: contain;
}

.fv__has-loop {
  overflow: hidden;
}

.fv__loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fv__loop--x {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  will-change: transform;
  -webkit-animation: fv-loop-x 12s linear infinite;
          animation: fv-loop-x 12s linear infinite;
}

.fv__trip-logo .fv__loop--x {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}

.fv__lets-go {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.fv__lets-go .fv__loop--x {
  -webkit-animation-name: fv-loop-x-reverse;
          animation-name: fv-loop-x-reverse;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

@-webkit-keyframes fv-loop-x-reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fv-loop-x-reverse {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fv__loop--y {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-animation: fv-loop-y 20s linear infinite;
          animation: fv-loop-y 20s linear infinite;
}

.fv__loop--x img {
  width: auto;
  height: 100%;
  max-width: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  -o-object-fit: unset;
     object-fit: unset;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.fv__loop--y img {
  width: 100%;
  height: auto;
  max-height: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 max-content;
          flex: 0 0 max-content;
  -o-object-fit: unset;
     object-fit: unset;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@-webkit-keyframes fv-loop-x {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes fv-loop-x {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fv-loop-y {
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes fv-loop-y {
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.fv__flip {
  position: relative;
  width: 100%;
  height: 100%;
}

.fv__flip img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150%;
  max-width: unset;
  height: 150%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-animation: fv-flip 3s steps(1) infinite;
          animation: fv-flip 3s steps(1) infinite;
}

.fv__flip img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fv__flip img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fv__flip img:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.fv__flip img:nth-child(1) {
  top: 42%;
  height: 128%;
}

.fv__hanabi.fv__flip img:nth-child(1) {
  -webkit-transform: translateX(calc(-50% - 1.25rem)) translateY(0.625rem);
          transform: translateX(calc(-50% - 1.25rem)) translateY(0.625rem);
}

@-webkit-keyframes fv-flip {
  0%, 33.32% {
    opacity: 1;
  }
  33.33%, 100% {
    opacity: 0;
  }
}

@keyframes fv-flip {
  0%, 33.32% {
    opacity: 1;
  }
  33.33%, 100% {
    opacity: 0;
  }
}
.fv__hanabi-photo {
  -webkit-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  padding-top: min(120px, 15vh);
  padding-top: min(7.5rem, 15vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fv__hanabi-photo .fv__flip {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  height: auto;
}

.fv__yosakoi {
  position: relative;
  -webkit-transform: scale(0.86);
          transform: scale(0.86);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
}

.fv__yosakoi-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: fv-yosakoi-sway 1.6s steps(2) infinite;
          animation: fv-yosakoi-sway 1.6s steps(2) infinite;
}

.fv__yosakoi-img--2 {
  animation-direction: reverse;
}

@-webkit-keyframes fv-yosakoi-sway {
  0% {
    -webkit-transform: scale(1.25) translateY(0.5rem) rotate(-5deg);
            transform: scale(1.25) translateY(0.5rem) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-0.5rem) rotate(5deg);
            transform: scale(1.25) translateY(-0.5rem) rotate(5deg);
  }
}

@keyframes fv-yosakoi-sway {
  0% {
    -webkit-transform: scale(1.25) translateY(0.5rem) rotate(-5deg);
            transform: scale(1.25) translateY(0.5rem) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-0.5rem) rotate(5deg);
            transform: scale(1.25) translateY(-0.5rem) rotate(5deg);
  }
}
.fv__trip-logo {
  width: calc(100% + 12.5rem);
}

.fv__soiya-yoisa {
  position: relative;
  -webkit-transform: translateX(1.25rem) translateY(4.0625rem);
          transform: translateX(1.25rem) translateY(4.0625rem);
}

.fv__soiya-yoisa svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fv__soiya-yoisa .soiya {
  -webkit-animation: fv-soiya-fade 1.6s linear infinite;
          animation: fv-soiya-fade 1.6s linear infinite;
}

.fv__soiya-yoisa .yoisa {
  -webkit-animation: fv-yoisa-fade 1.6s linear infinite;
          animation: fv-yoisa-fade 1.6s linear infinite;
}

@-webkit-keyframes fv-soiya-fade {
  0%, 49.99% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes fv-soiya-fade {
  0%, 49.99% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes fv-yoisa-fade {
  0%, 49.99% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes fv-yoisa-fade {
  0%, 49.99% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
.fv__wrap1 > .fv__chouchin,
.fv__wrap1 > .fv__band {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__wrap1 > .fv__chouchin,
  .fv__wrap1 > .fv__band {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.fv__chouchin img {
  max-width: unset;
  width: 120%;
  -o-object-position: left;
     object-position: left;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}
@media screen and (max-width: 767px) {
  .fv__chouchin img {
    width: 110% !important;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translateX(-3.125rem);
            transform: translateX(-3.125rem);
  }
}

@media screen and (max-width: 767px) {
  .fv__band img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.fv__mikoshi {
  position: relative;
  z-index: 0;
  -webkit-clip-path: inset(-6.25rem 1.875rem 0rem 1.875rem);
          clip-path: inset(-6.25rem 1.875rem 0rem 1.875rem);
}
@media screen and (max-width: 767px) {
  .fv__mikoshi {
    -webkit-clip-path: inset(-6.25rem 2.5rem 0rem 1.875rem);
            clip-path: inset(-6.25rem 2.5rem 0rem 1.875rem);
  }
}

.fv__mikoshi img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: fv-mikoshi-sway 1.6s steps(2) infinite;
          animation: fv-mikoshi-sway 1.6s steps(2) infinite;
}

@-webkit-keyframes fv-mikoshi-sway {
  0% {
    -webkit-transform: scale(1.25) rotate(-2deg);
            transform: scale(1.25) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1.25) rotate(2deg);
            transform: scale(1.25) rotate(2deg);
  }
}

@keyframes fv-mikoshi-sway {
  0% {
    -webkit-transform: scale(1.25) rotate(-2deg);
            transform: scale(1.25) rotate(-2deg);
  }
  100% {
    -webkit-transform: scale(1.25) rotate(2deg);
            transform: scale(1.25) rotate(2deg);
  }
}
.fv__wasshoi {
  width: calc(100% + 8.3125rem);
  margin-left: -133px;
  margin-left: -8.3125rem;
}

.fv__uchiage {
  -ms-flex-item-align: start;
      align-self: start;
  height: calc(100% - 22.92746vh);
}

.fv__wasshoi-anim {
  position: relative;
}

.fv__wasshoi-anim svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fv__wasshoi-anim .wasshoi-1 {
  -webkit-animation: fv-wasshoi-1 2s linear infinite;
          animation: fv-wasshoi-1 2s linear infinite;
}

.fv__wasshoi-anim .wasshoi-2 {
  -webkit-animation: fv-wasshoi-2 2s linear infinite;
          animation: fv-wasshoi-2 2s linear infinite;
}

@-webkit-keyframes fv-wasshoi-1 {
  0%, 49.99% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes fv-wasshoi-1 {
  0%, 49.99% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes fv-wasshoi-2 {
  0%, 49.99% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes fv-wasshoi-2 {
  0%, 49.99% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
.top__lead {
  padding-block: 57px 40px;
  padding-block: 3.5625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .top__lead {
    padding-block: 3rem 1.5rem;
  }
}

.top__lead-inner {
  max-width: 1210px;
  max-width: 75.625rem;
}

.top__lead-heading {
  max-width: 481px;
  max-width: 30.0625rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__lead-heading {
    max-width: 13.9375rem;
    margin-inline: auto;
    margin-bottom: 1.25rem;
  }
}

.top__lead-logo {
  display: inline-block;
  width: 382px;
  width: 23.875rem;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top__lead-logo {
    width: 16.25rem;
  }
}

.top__lead-copy {
  max-width: 481px;
  max-width: 30.0625rem;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 2.1764705882;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .top__lead-copy {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}

.top__map {
  padding-block: 20px 80px;
  padding-block: 1.25rem 5rem;
}

.top__map-inner {
  margin-top: -250px;
  margin-top: -15.625rem;
  max-width: 960px;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .top__map-inner {
    margin-top: unset;
    max-width: 100%;
    padding-inline: 0;
    position: relative;
  }
}

.top__map-hint {
  display: none;
}
@media screen and (max-width: 767px) {
  .top__map-hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
  .top__map-hint.is-active {
    -webkit-animation: scroll-hint-end 0.4s ease 5.4s forwards;
            animation: scroll-hint-end 0.4s ease 5.4s forwards;
    opacity: 1;
    visibility: visible;
  }
  .top__map-hint.is-active .top__map-hint__hand {
    -webkit-animation: scroll-hint-swipe 1.35s ease-in-out 4 forwards, scroll-hint-cycle 1.35s ease-in-out 4 forwards;
            animation: scroll-hint-swipe 1.35s ease-in-out 4 forwards, scroll-hint-cycle 1.35s ease-in-out 4 forwards;
  }
  .top__map-hint.is-dismissed {
    display: none;
  }
}

.top__map-hint__icon {
  display: block;
  width: 140px;
  width: 8.75rem;
  height: 140px;
  height: 8.75rem;
}

.top__map-hint__hand {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}

@-webkit-keyframes scroll-hint-cycle {
  0%, 100% {
    opacity: 0;
  }
  15%, 70% {
    opacity: 1;
  }
}

@keyframes scroll-hint-cycle {
  0%, 100% {
    opacity: 0;
  }
  15%, 70% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll-hint-swipe {
  0%, 15% {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  70%, 100% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
}
@keyframes scroll-hint-swipe {
  0%, 15% {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  70%, 100% {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
}
@-webkit-keyframes scroll-hint-end {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes scroll-hint-end {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.top__map-header {
  width: 164px;
  width: 10.25rem;
  height: auto;
  margin: 0 auto 8px;
  margin: 0 auto 0.5rem;
  display: block;
}

@media screen and (max-width: 767px) {
  #abi_page .top__map-header {
    width: 10.25rem;
    height: auto;
  }
}

.top__map-scroll {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__map-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 20px;
    scrollbar-width: none;
  }
  .top__map-scroll::-webkit-scrollbar {
    display: none;
  }
}

.top__map-gauge {
  display: none;
}
@media screen and (max-width: 767px) {
  .top__map-gauge {
    display: block;
    margin-inline: 20px;
    margin-top: 0.5rem;
    height: 0.25rem;
    background: rgba(0, 0, 0, .08);
    border-radius: 0.125rem;
    overflow: hidden;
  }
}

.top__map-gauge-thumb {
  width: 30%;
  height: 100%;
  background: rgba(0, 0, 0, .35);
  border-radius: 0.125rem;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  will-change: transform, width;
}

.japan-map {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .japan-map {
    margin-top: -8.125rem;
    width: 45rem;
    max-width: none;
  }
}

.japan-map__base {
  pointer-events: none;
}

.japan-map__lines {
  pointer-events: none;
}

.japan-map__pin {
  cursor: pointer;
  text-decoration: none;
}

.japan-map__dot {
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .japan-map__dot {
    pointer-events: none;
  }
}

@-webkit-keyframes japan-map-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}

@keyframes japan-map-ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
}
.japan-map__text {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.japan-map__pin:focus-visible .japan-map__text {
  opacity: 0.6;
}

.japan-map__pin:focus-visible .japan-map__dot {
  -webkit-animation: japan-map-ripple 1.6s ease-out infinite;
          animation: japan-map-ripple 1.6s ease-out infinite;
}

@media (any-hover: hover) {
  .japan-map__pin:hover .japan-map__text {
    opacity: 0.6;
  }
  .japan-map__pin:hover .japan-map__dot {
    -webkit-animation: japan-map-ripple 1.6s ease-out infinite;
            animation: japan-map-ripple 1.6s ease-out infinite;
  }
}
.japan-map__pin:focus-visible {
  outline: none;
}

.cat-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cat-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cat-area__pc-banner {
  position: sticky;
  top: 0;
  z-index: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  width: 50vw;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cat-area__pc-banner {
    display: none;
  }
}

.cat-area__pc-photos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cat-area__pc-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.cat-area__pc-photo.is-active {
  opacity: 1;
}

.cat-area__pc-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.cat-area__pc-logo {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 43px;
  width: 246px;
  height: 158px;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}

.cat-area__cards {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .cat-area__cards {
    width: 100%;
  }
}

.cat-card {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-snap-align: start;
}
@media screen and (max-width: 767px) {
  .cat-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    scroll-snap-align: none;
  }
}

.cat-card__sp-image {
  display: none;
}
@media screen and (max-width: 767px) {
  .cat-card__sp-image {
    pointer-events: none;
    display: block;
    position: sticky;
    top: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 375/535;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .cat-card__sp-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}

.cat-card__sp-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .cat-card__sp-logo {
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(142.66667vw - 7.4375rem);
    right: 1.5rem;
    aspect-ratio: 147/94;
    width: 9.1875rem !important;
    pointer-events: none;
  }
}

.cat-card__content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  background-color: #faf6f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(95%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, .1) 100%);
  padding-block: 50px;
  padding-block: 3.125rem;
}
@media screen and (max-width: 767px) {
  .cat-card__content {
    background-image: none;
    padding-block: 2.5rem;
    padding-inline: 20px;
  }
}

.top__to-top {
  display: block;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  opacity: 0.85;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .top__to-top {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (any-hover: hover) {
  .top__to-top:hover {
    opacity: 1;
  }
}
.top__to-top img {
  width: 100%;
  height: 100%;
  display: block;
}
/*# sourceMappingURL=styles.css.map */
