@charset "UTF-8";
/*
reset
---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: ‘’;
  content: none;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  outline: none;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/*
variables
---------------*/
/*
mixins
---------------*/
/*
base
---------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #1F2C5C;
  background-color: #fff;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.4rem;
  position: relative;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.main {
  margin-top: 100px;
}

/*
typography
---------------*/
.text {
  font-weight: 400;
  text-align: left;
  line-height: 1;
  letter-spacing: -1.5;
}
.text a {
  overflow-wrap: anywhere;
}
.text.display {
  font-family: utopia-std, serif;
}
.text.italic {
  font-style: italic;
}
.text.bold {
  font-weight: 700;
}
.text.left {
  text-align: left;
}
.text.center {
  text-align: center;
}
.text.right {
  text-align: right;
}
.text.height_large {
  line-height: 1.7;
}
.text.height_middle {
  line-height: 1.2;
}
.text.t_h2 {
  font-size: 6rem;
  font-family: utopia-std, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 6.2rem;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .text.t_h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.text.t_h3 {
  font-size: 4rem;
  font-family: utopia-std, serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .text.t_h3 {
    font-size: 3.2rem;
  }
}
.text.t_h4 {
  font-size: 3.2rem;
  font-family: utopia-std, serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .text.t_h4 {
    font-size: 2.4rem;
  }
}
.text.t_12 {
  font-size: 1.2rem;
}
.text.t_14 {
  font-size: 1.4rem;
}
.text.t_16 {
  font-size: 1.6rem;
}
.text.t_18 {
  font-size: 1.8rem;
}
.text.t_20 {
  font-size: 2rem;
}
.text.t_24 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.text.t_26 {
  font-size: 2.6rem;
}
.text.t_32 {
  font-size: 3.2rem;
}

.remove-pb {
  padding-bottom: 0 !important;
}

.remove-pt {
  padding-top: 0 !important;
}

.remove-pl {
  padding-left: 0 !important;
}

.remove-pr {
  padding-right: 0 !important;
}

.remove-mb {
  margin-bottom: 0 !important;
}

.remove-mt {
  margin-top: 0 !important;
}

.remove-ml {
  margin-left: 0 !important;
}

.remove-mr {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .remove-sp-mb {
    margin-bottom: 0 !important;
  }
  .remove-sp-mt {
    margin-top: 0 !important;
  }
  .remove-sp-ml {
    margin-left: 0 !important;
  }
  .remove-sp-mr {
    margin-right: 0 !important;
  }
  .remove-sp-pb {
    padding-bottom: 0 !important;
  }
  .remove-sp-pt {
    padding-top: 0 !important;
  }
  .remove-sp-pl {
    padding-left: 0 !important;
  }
  .remove-sp-pr {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .remove-pc-mb {
    margin-bottom: 0 !important;
  }
  .remove-pc-mt {
    margin-top: 0 !important;
  }
  .remove-pc-ml {
    margin-left: 0 !important;
  }
  .remove-pc-mr {
    margin-right: 0 !important;
  }
  .remove-pc-pb {
    padding-bottom: 0 !important;
  }
  .remove-pc-pt {
    padding-top: 0 !important;
  }
  .remove-pc-pl {
    padding-left: 0 !important;
  }
  .remove-pc-pr {
    padding-right: 0 !important;
  }
}
/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-display: swap;
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-image {
  border-radius: 12px;
}

.swiper-slide-caption {
  opacity: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-slide-caption {
    margin-top: 10px;
  }
}

.swiper-slide-active .swiper-slide-caption {
  opacity: 1;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.js-mvSlider .swiper-slide-active img,
.js-mvSlider .swiper-slide-prev img,
.js-mvSlider .swiper-slide-duplicate-active img,
.js-mvSlider .swiper-slide-duplicate-prev img {
  animation-name: zoom;
  animation-duration: 10000ms;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
/*
header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #DEEBED;
  transition: all ease 0.36s;
}
.header_inner {
  height: 100px;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .header_inner {
    padding: 0 20px;
  }
}
.header_logo_image {
  display: block;
  height: 42px;
  width: 220px;
  background: url("../images/logo_color.17c72d5aa877.svg") center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1120px) {
  .header_logo_image {
    height: 36px;
    width: 180px;
  }
}
.header .hamburger {
  display: none;
  transition: all 0.36s;
  position: relative;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  gap: 4px;
}
.header .hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #1F2C5C;
  transition: all ease 0.36s;
}
@media screen and (max-width: 1120px) {
  .header .hamburger {
    display: inline-flex;
    flex-direction: column;
  }
}
.header .hamburger:hover span {
  background-color: #4069B9;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.nav_main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1120px) {
  .nav_main {
    display: none;
  }
}
.nav_sub {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1120px) {
  .nav_sub .nav_media,
.nav_sub .nav_lang {
    display: none;
  }
}
.nav_item {
  display: block;
}
.nav_item_parent {
  color: #1F2C5C;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  transition: color ease 0.36s;
}
.nav_item_parent:hover {
  color: #4069B9;
}
.nav_item_parent:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #4069B9;
  opacity: 0;
  visibility: hidden;
  transition: 0.36s;
}
.nav_item_parent.active {
  color: #4069B9;
}
.nav_item_parent.active:after {
  visibility: visible;
  opacity: 1;
}
.nav_item_child {
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  padding: 40px;
  background-color: #4069B9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav_item_child.active {
  opacity: 1;
  visibility: visible;
}
.nav_item_child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav_item_child ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -16px auto;
  width: 880px;
}
.nav_item_child ul > li {
  width: 25%;
  padding: 16px;
}
.nav_item_child ul > li > a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.nav_item_child ul > li > a p {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 8px;
  transition: color ease 0.36s;
}
.nav_item_child ul > li > a img {
  border-radius: 10px;
  border: 1px solid transparent;
  transition: border-color ease 0.36s;
}
.nav_item_child ul > li > a:hover img {
  border-color: #fff;
}
.nav_item_child ul > li > a:hover p {
  color: rgb(216, 215, 215);
}
.nav_icon {
  display: block;
  cursor: pointer;
}
.nav_icon .icon {
  width: 28px;
  height: 28px;
  color: #1F2C5C;
  fill: #1F2C5C;
  transition: all ease 0.36s;
}
@media screen and (max-width: 1120px) {
  .nav_icon .icon {
    width: 24px;
    height: 24px;
  }
}
.nav_icon:hover .icon {
  fill: #4069B9;
}
.nav_btn {
  width: 140px;
  color: #1F2C5C;
  background-color: #fff;
}
.nav_btn .icon {
  fill: #1F2C5C;
}
.nav_btn:hover {
  background-color: #4069B9;
  color: #fff;
}
.nav_lang {
  position: relative;
}
.nav_lang_child {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  padding: 24px;
  background-color: #4069B9;
  display: block;
  width: 160px;
  margin-top: 12px;
  border-radius: 12px;
  transform: translateX(-42%);
  visibility: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.nav_lang_child > * + * {
  margin-top: 8px;
}
.nav_lang_child.active {
  opacity: 1;
  visibility: visible;
}
.nav_lang_child:after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #4069B9;
}
.nav_lang_child a {
  color: #fff;
  text-decoration: none;
}
.nav_lang_child a:hover {
  text-decoration: underline;
}

.spNav {
  height: 100%;
  width: calc(100% - 80px);
  position: fixed;
  background-color: #4069B9;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  transform: translateX(-100%);
  visibility: hidden;
  transition: 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
}
.spNav_close {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 33px;
  right: 20px;
}
.spNav.active {
  transform: translateX(0);
  visibility: visible;
}
.spNav_wrap {
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: calc(100% + 1px);
  overflow-y: scroll;
}
.spNav_main {
  width: 100%;
  margin-bottom: 24px;
}
.spNav_item {
  padding: 6px 0;
  margin: 0 31px;
}
.spNav_item_parent {
  font-family: utopia-std, serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.spNav_item_parent .toggle {
  display: block;
  transition: all 0.2s;
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
}
.spNav_item_parent .toggle > span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
.spNav_item_parent .toggle > span:nth-of-type(1) {
  top: 50%;
}
.spNav_item_parent .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(-90deg);
}
.spNav_item_parent.active .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(0deg);
}
.spNav_item_child {
  margin-left: 20px;
  display: none;
  padding: 16px 0 0;
}
.spNav_item_child > li a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 14px 0;
  display: block;
}
.spNav_btn {
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s;
  padding: 24px;
  display: block;
  background-color: #4873C2;
}
.spNav_icon {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding: 8px 24px;
  margin-top: 16px;
}
.spNav_icon .icon {
  width: 28px;
  height: 28px;
  fill: #fff;
  margin-right: 8px;
}
.spNav_icon span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
.spNav_lang {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 24px;
  margin-top: 16px;
  color: #fff;
}
.spNav_lang > * + * {
  margin-left: 8px;
}
.spNav_lang-icon {
  width: 28px;
  height: 28px;
  fill: #fff;
  flex: 0 0 28px;
}
.spNav_lang-select {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  padding: 8px 0;
  background: none transparent;
  vertical-align: middle;
  box-sizing: content-box;
  color: currentColor;
}

.header_transparent.is-page-top .header {
  background-color: unset;
}
.header_transparent.is-page-top .nav_item_parent {
  color: #fff;
}
.header_transparent.is-page-top .nav_item_parent:hover, .header_transparent.is-page-top .nav_item_parent.active {
  color: #4069B9;
}
.header_transparent.is-page-top .nav_icon .icon {
  color: #fff;
  fill: #fff;
}
.header_transparent.is-page-top .nav_icon:hover .icon {
  fill: #4069B9;
}
.header_transparent.is-page-top .header_logo_image {
  background-image: url("../images/logo.eae4e5a56c0a.svg");
}
.header_transparent.is-page-top .nav_btn {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.header_transparent.is-page-top .nav_btn:hover {
  background-color: #4069B9;
}
.header_transparent.is-page-top .hamburger span {
  background-color: #fff;
}
.header_transparent.is-page-top .hamburger:hover span {
  background-color: #4069B9;
}

/*
footer
---------------*/
.footer {
  color: #fff;
  background-color: #4069B9;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: none;
}
.footer_breadcrumb {
  padding: 24px;
  background-color: #4873C2;
  color: #fff;
}
.footer_breadcrumb_item {
  display: flex;
  flex-direction: row;
}
.footer_breadcrumb_item:not(:last-child)::after {
  content: ">";
  display: block;
  margin: 0 8px;
}
.footer_main {
  max-width: 1200px;
  padding: 60px 48px 24px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .footer_main {
    padding: 60px 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    align-items: center;
  }
}
.footer_wrap > * + * {
  margin-top: 16px;
}
.footer_wrap:nth-child(1) {
  width: 35%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer_wrap:nth-child(1) {
    width: 100%;
    padding: 0;
  }
}
.footer_wrap:nth-child(2) {
  width: 25%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer_wrap:nth-child(2) {
    margin-top: 40px;
    width: 100%;
    padding: 0;
  }
}
.footer_wrap:nth-child(3) {
  width: 40%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_wrap:nth-child(3) {
    margin-top: 40px;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap_top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer_wrap_top > * + * {
  margin-top: 16px;
}
.footer_img-link {
  opacity: 1;
  transition: all 0.3s;
}
.footer_img-link.button {
  display: inline-flex;
  min-width: 128px;
}
.footer_img-link:hover {
  opacity: 0.6;
}
.footer_navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 8px -8px 0 -8px;
}
@media screen and (max-width: 767px) {
  .footer_navigation {
    margin: 36px -8px 27px -8px;
  }
}
.footer_navigation_item {
  margin: 8px;
}
@media screen and (max-width: 767px) {
  .footer_navigation_item {
    width: calc(50% - 16px);
  }
}
.footer_sns-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer_sns-list > li:not(:first-child) {
  margin-left: 16px;
}
.footer_sns-list img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .footer_sns-list img {
    width: 44px;
    height: 44px;
  }
}
.footer_copyright {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    text-align: center;
    margin-top: 32px;
  }
}

/*
button
---------------*/
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 22px;
  transition: all 0.3s;
  min-height: 44px;
  font-size: 1.6rem;
  white-space: nowrap;
}
.button.fill {
  background-color: rgb(222, 235, 237);
  color: #4069B9;
  fill: #4069B9;
}
.button.fill:hover {
  background-color: rgba(222, 235, 237, 0.7);
  color: #4069B9;
  fill: #4069B9;
}
.button.outline {
  border: 2px solid #4069B9;
  background-color: transparent;
  color: #4069B9;
  fill: #4069B9;
}
.button.outline:hover {
  background-color: #4069B9;
  color: #fff;
  fill: #fff;
}
.button.outline-white {
  border: 2px solid #fff;
  color: #fff;
}
.button.outline-white:hover {
  background-color: #fff;
  color: #4069B9;
  opacity: 1;
}
.button.slide-prev, .button.slide-next {
  cursor: pointer;
  padding: 11px;
  box-sizing: border-box;
}
.button.slide-prev.disabled, .button.slide-next.disabled {
  opacity: 0.4;
  pointer-events: none;
  background-color: #fff;
  color: #4069B9 !important;
  fill: #4069B9 !important;
}
.button.slide-prev .icon, .button.slide-next .icon {
  width: 18px;
  height: 18px;
  display: block;
}

.link {
  color: #1F2C5C;
  text-decoration: underline;
  cursor: pointer;
}
.link:hover {
  text-decoration: none;
}
.link_external {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.link_external::after {
  content: "";
  display: block;
  height: 18px;
  width: 36px;
  margin-left: 8px;
  background: url("../images/common/icon_external.39c6c15319e5.svg") center no-repeat;
  background-size: contain;
}

.tag {
  background-color: #DEEBED;
  color: #1F2C5C;
  padding: 10px 16px 12px;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
}
.tag:hover {
  background-color: #4069B9;
  color: #fff;
}

.btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.btn-wrap.pc {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .btn-wrap.pc {
    display: none;
  }
}
.btn-wrap.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-wrap.sp {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}

/*
input
---------------*/
.input_search {
  background-color: #DEEBED;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 727px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .input_search {
    height: 60px;
  }
}
.input_search > input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 16px 24px;
}
.input_search > button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  background-color: #4069B9;
  display: block;
  min-width: 100px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .input_search > button {
    min-width: 63px;
  }
}
.input_search > button:hover {
  background-color: #4873C2;
}
.input_search > button .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.input_search_td{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  display: block;
  width: 100%;
  padding: 16px 24px;
}

.input_check .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  user-select: none;
}
.input_check .box-area {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  margin-right: 8px;
}
.input_check .box-area::after {
  border-right: 2px solid #1F2C5C;
  border-bottom: 2px solid #1F2C5C;
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 5px;
  left: 0;
  top: 0;
  transform: rotate(45deg) translate(4px, -2px);
  opacity: 0;
}
.input_check .box-area.color_blue {
  background-color: #DEEBED;
}
.input_check input[type=checkbox] {
  display: none;
}
.input_check input[type=checkbox]:checked + .label > .box-area::after {
  opacity: 1;
}

/*
section
---------------*/
.section {
  position: relative;
}
.section.bg-wave:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_wave.f90bfb6c1f57.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section.bg-wave:before {
    background-image: url("../images/common/bg_wave_sp.08c311fd261e.svg");
  }
}
.section.bg-lightblue {
  background-color: #DEEBED;
}
.section.bg-lightblue.wave-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/bg_wavebottom.b7a072489f43.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section.bg-lightblue.wave-bottom:before {
    background-image: url("../images/common/bg_wavebottom_sp.2fa5766da25a.svg");
  }
}
.section.bg-lightblue.wave-bottom .section_inner {
  z-index: 1;
  position: relative;
}
.section_inner {
  max-width: 1204px;
  margin: auto;
  padding: 110px 48px 0;
}
@media screen and (max-width: 767px) {
  .section_inner {
    padding: 60px 20px 0;
  }
}
.section_inner.wide {
  max-width: 1280px;
  padding: 100px 20px 0;
}
.section_inner.wide .section_heading {
  max-width: 1108px;
  margin-left: auto;
  margin-right: auto;
}
.section_inner.small {
  max-width: 920px;
  padding: 40px 48px;
}
@media screen and (max-width: 767px) {
  .section_inner.small {
    padding: 24px 16px;
  }
}
.section_heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_heading {
    margin-bottom: 24px;
  }
}
.section_half {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_half {
    flex-direction: column;
  }
}
.section_half_wrap {
  width: calc(50% - 40px);
}
.section_half_wrap:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_half_wrap {
    width: 100%;
  }
}
.section_half_heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_half_heading {
    margin-bottom: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section_half_heading > .button {
    display: none;
  }
}
.section_half_bottom {
  margin-top: 24px;
}
.section_half_bottom > .button {
  margin-left: auto;
}
.section.card-slider .section_inner {
  padding-bottom: 0;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .section.card-slider .section_inner {
    padding-top: 57px;
  }
}
.section.related-content-card .section_inner {
  padding-bottom: 0;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .section.related-content-card .section_inner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section.section-search:not(:first-child) .section_inner {
    padding: 30px 20px 42px;
  }
}
.section.map .section_inner {
  padding: 20px 48px 40px;
}
@media screen and (max-width: 767px) {
  .section.map .section_inner {
    padding: 36px 16px 48px;
  }
}

.swiper:hover .slide-controls .slide-prev,
.swiper:hover .slide-controls .slide-next,
.swiper:hover .slide-nav-wrap .slide-prev,
.swiper:hover .slide-nav-wrap .slide-next {
  opacity: 1;
  visibility: visible;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: inherit;
  left: inherit;
  width: auto;
}

.swiper-pagination-bullet {
  background-color: #F1F8F9;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0 12px !important;
  transition: all ease 0.36s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.5;
}
.swiper-pagination-bullet:hover {
  background-color: #4873C2;
  opacity: 1;
}
.swiper-pagination-bullet:focus {
  box-shadow: 0 0 0 4px #4873C2;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 9px !important;
  }
}

.slide-pagination {
  padding: 0 26px;
}
@media screen and (max-width: 767px) {
  .slide-pagination {
    padding: 0;
  }
}

.slide-prev,
.slide-next {
  color: #4873C2;
  background: #DEEBED;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: none;
  border-radius: 42px;
  transition: all ease 0.4s;
  cursor: pointer;
}
.slide-prev:hover,
.slide-next:hover {
  background-color: #4873C2;
  color: #DEEBED;
}
.slide-prev:focus,
.slide-next:focus {
  box-shadow: 0 0 0 4px #4873C2;
}
.slide-prev :disabled,
.slide-next :disabled {
  color: #ccc;
  pointer-events: none;
}

.slide-nav-wrap {
  display: flex;
  gap: 22px;
  align-items: center;
}
.slide-nav-wrap:not(.visible) .slide-prev,
.slide-nav-wrap:not(.visible) .slide-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.slide-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 56px;
  left: 0;
  z-index: 50;
  width: 100%;
}
.slide-controls .slide-prev,
.slide-controls .slide-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .slide-controls .slide-prev,
.slide-controls .slide-next {
    display: none;
  }
}

.js-storySlider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
list
---------------*/
.list-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.list-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 959px) {
  .list-card {
    grid-template-columns: 1fr 1fr;
    gap: 32px 32px;
  }
}

@media screen and (max-width: 767px) {
  .list-slide {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 32px;
  }
}

.list-article > li:not(:first-child) {
  margin-top: 24px;
}

.list-passion {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 43px 20px;
}
@media screen and (max-width: 767px) {
  .list-passion {
    grid-template-columns: 1fr 1fr;
    gap: 23px 10px;
  }
}
.list-passion .article-card_content p {
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .list-passion .article-card_content p {
    line-height: 2.4rem;
  }
}

.list-prefecture {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -15px -12px;
}
@media screen and (max-width: 767px) {
  .list-prefecture {
    margin: -9px -10px;
  }
}
.list-prefecture > li {
  padding: 15px 12px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list-prefecture > li {
    padding: 9px 10px;
    width: 50%;
  }
}

.list-news {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -16px;
}
@media screen and (max-width: 767px) {
  .list-news {
    margin: -10px;
  }
}
.list-news > li {
  padding: 16px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list-news > li {
    padding: 10px;
    width: 50%;
  }
}

.list-ordered {
  counter-reset: item;
  list-style-type: none;
}
.list-ordered > li {
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 20px;
}
.list-ordered > li:not(:first-child) {
  margin-top: 8px;
}
.list-ordered > li:before {
  position: absolute;
  counter-increment: item;
  content: counter(item) ".";
  right: calc(100% - 16px);
}

/*
layout
---------------*/
.flex-box {
  display: flex;
}
.flex-box.flex_row {
  flex-direction: row;
}
.flex-box.flex_row.half > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex-box.flex_row.responsive {
    flex-direction: column;
  }
  .flex-box.flex_row.responsive > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-box.flex_row.responsive.reverse {
    flex-direction: column-reverse;
  }
}
.flex-box.flex_column {
  flex-direction: column;
}
.flex-box.align_start {
  align-items: flex-start;
}
.flex-box.align_center {
  align-items: center;
}
.flex-box.align_end {
  align-items: flex-end;
}
.flex-box.justify_center {
  justify-content: center;
}
.flex-box.space-between {
  justify-content: space-between;
}
.flex-box.margin_16 > * + * {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .flex-box.margin_16.responsive > * + * {
    margin-left: 0;
    margin-top: 16px;
  }
}
.flex-box.margin_24 > * + * {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .flex-box.margin_24.responsive > * + * {
    margin-left: 0;
    margin-top: 24px;
  }
}
.flex-box.margin_32 > * + * {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .flex-box.margin_32.responsive > * + * {
    margin-left: 0;
    margin-top: 24px;
  }
}

/*
card
---------------*/
.spot-card-item {
  color: currentColor;
  text-decoration: none;
}
.spot-card-item > p {
  line-height: 1.7;
}
.spot-card-item:hover .spot-card_image::after {
  opacity: 1;
}
.spot-card_image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  background-color: #DEEBED;
}
.spot-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spot-card_image::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(64, 105, 185, 0.3), rgba(64, 105, 185, 0.3));
  opacity: 0;
  transition: all 0.3s;
}
.spot-card_image .badge {
  background-color: #4069B9;
  color: #fff;
  position: absolute;
  padding: 8px 16px;
  border-radius: 0 0 12px 0;
  left: 0;
  top: 0;
}
.spot-card_prefecture {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.spot-card_prefecture::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 4px;
  background: url("../images/common/icon_location.fdd963f94bc0.svg") center no-repeat;
  background-size: contain;
}

.story-card_name {
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-height: 81px;
}
.story-card_wrap {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.story-card_wrap:hover .story-card_bg::after {
  opacity: 0.5;
}
.story-card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
}
.story-card_content > * + * {
  margin-top: 8px;
}
.story-card_category {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  pointer-events: none;
}
.story-card_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-card_bg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.3;
  transition: all 0.3s;
}

.pickup-event-card_wrap {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pickup-event-card_wrap {
    border-radius: 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.pickup-event-card_wrap:hover .pickup-event-card_image::after {
  opacity: 0.5;
}
.pickup-event-card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}
.pickup-event-card_content > * + * {
  margin-top: 8px;
}
.pickup-event-card_title {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .pickup-event-card_title {
    font-size: 2rem;
  }
}
.pickup-event-card_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup-event-card_image .badge {
  background-color: #4069B9;
  color: #fff;
  position: absolute;
  padding: 12px 24px;
  border-radius: 0 0 12px 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.pickup-event-card_image::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  transition: all 0.3s;
}

.article-card_wrap {
  text-decoration: none;
  color: #1F2C5C;
}
.article-card_wrap:hover .article-card_image::after {
  opacity: 0.3;
}
.article-card_content {
  width: calc(100% - 120px - 24px);
}
.article-card_content > * + * {
  margin-top: 8px;
}
.article-card_image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
}
.article-card_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-card_image::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4069B9;
  opacity: 0;
  transition: all 0.3s;
}
.article-card.event .article-card_content {
  width: calc(100% - 160px - 24px);
}
@media screen and (max-width: 767px) {
  .article-card.event .article-card_content {
    width: calc(100% - 120px - 16px);
  }
}
.article-card.event .article-card_image {
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  .article-card.event .article-card_image {
    width: 120px;
    height: 120px;
  }
}
.article-card.passion .article-card_content {
  width: 100%;
  margin-top: 17px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .article-card.passion .article-card_content {
    margin-top: 14px;
    font-size: 2rem;
  }
}
.article-card.passion .article-card_image {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.article-card.passion .article-card_image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.news-card-item {
  color: currentColor;
  text-decoration: none;
}
.news-card-item:hover .news-card_image::after {
  opacity: 1;
}
.news-card_image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.news-card_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-card_image::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(64, 105, 185, 0.3), rgba(64, 105, 185, 0.3));
  opacity: 0;
  transition: all 0.3s;
}
.news-card_name {
  cursor: pointer;
  display: inline-block;
}
.news-card_name::after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 8px;
  background: url("../images/common/icon_external.39c6c15319e5.svg") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .js-storyCardSlider:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;
  }
  .js-storyCardSlider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .js-storyCardSlider:not(.swiper-initialized) .swiper-slide {
    max-width: 76.2%;
    margin-right: 20px;
  }
}

@media screen and (min-width: 767px) {
  .js-cardSlider:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
  .js-cardSlider:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 766px) {
  .js-cardSlider:not(.swiper-initialized) .swiper-slide {
    max-width: 90.5%;
    margin-right: 20px;
  }
}

.is-scroll-top-init .page-top {
  visibility: visible;
}

.is-page-top .page-top {
  transform: translateX(100px);
}

.page-top {
  display: inline-flex;
  border-radius: 80px;
  background-color: #F1F8F9;
  transition: all ease 0.3s;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: #1F2C5C;
  transition: ease all 0.3s;
  visibility: hidden;
}
.page-top:hover {
  background-color: #8FAAD3;
}

.page-top-container {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
  position: sticky;
  bottom: 0;
  z-index: 10;
  transition: transform ease 0.3s;
  overflow: hidden;
  margin-left: auto;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .page-top-container {
    padding: 20px;
  }
}

.bottom-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .bottom-link {
    flex-direction: column;
  }
}
.bottom-link_item {
  padding: 0 28px;
  display: block;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.bottom-link_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4069B9;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s;
}
.bottom-link_item:hover::after {
  opacity: 0.3;
}
.bottom-link_item.ideas {
  background-size: cover;
}
.bottom-link_item.plan {
  background-size: cover;
}
.bottom-link_item-inner {
  color: #fff;
  height: 350px;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 1;
  position: inherit;
}
.bottom-link_item-inner > * + * {
  margin-top: 16px;
}
.bottom-link_item-inner .button {
  margin-top: 24px;
}

.section_inner .bottom-link {
  margin-left: -20px;
  margin-right: -20px;
}

.destination-map {
  padding-top: 126px;
  padding-bottom: 126px;
  margin-top: 146px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .destination-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.destination-map::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/wave-top.bb8ab4d8ab09.png");
  background-repeat: repeat;
  background-size: auto 126px;
  top: 0;
  width: 100%;
  height: 126px;
}
@media screen and (max-width: 640px) {
  .destination-map::before {
    height: 60px;
    background-size: auto 60px;
  }
}
.destination-map::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/wave-bottom.229e30116ab8.png");
  background-repeat: repeat;
  background-size: contain;
  background-size: auto 126px;
  bottom: 0;
  width: 100%;
  height: 126px;
}
@media screen and (max-width: 640px) {
  .destination-map::after {
    height: 60px;
    background-size: auto 60px;
  }
}
@media screen and (max-width: 640px) {
  .destination-map {
    margin-top: 60px;
  }
}
.destination-map-title.text.t_h2 {
  line-height: 5.8rem;
}
@media screen and (max-width: 767px) {
  .destination-map-title.text.t_h2 {
    line-height: 4rem;
  }
}
.destination-map-image {
  width: 100%;
  aspect-ratio: 1280/726;
}
@media screen and (max-width: 640px) {
  .destination-map-image {
    aspect-ratio: 375/643;
  }
}
.destination-map .svg-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.destination-map .svg-map text {
  fill: #1F2C5C;
  font-weight: bold;
  font-family: "sofia-pro";
}
.destination-map .svg-map a {
  cursor: pointer;
}
.destination-map .svg-map g path {
  transition: fill ease 0.4s;
  cursor: pointer;
}
.destination-map .svg-map g:hover path {
  fill: #8FAAD3;
}
@media screen and (max-width: 640px) {
  .destination-map .svg-map.pc {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .destination-map .svg-map.sp {
    display: none;
  }
}
.destination-map-container {
  background: #DEEBED;
}
.destination-map-body {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.destination-map-info {
  display: grid;
  gap: 9px;
  max-width: 1204px;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  height: 0;
  overflow: visible;
}
.destination-map-info > * {
  max-width: 414px;
}
@media screen and (max-width: 1120px) {
  .destination-map-info {
    height: auto;
    position: absolute;
    top: 50%;
  }
}
.destination-map-description {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .destination-map-info {
    max-width: 420px;
    margin-left: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
spot
---------------*/
.top .mv {
  height: 100vh;
  margin-top: -100px;
  position: relative;
}
.top .mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.top .mv::after {
  content: "";
  display: block;
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #4069B9;
  opacity: 0.5;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .top .mv::after {
    display: none;
  }
}
.top .mv_bg {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.top .mv_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top .mv_copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 64px;
  color: #fff;
  max-width: 740px;
  transform: translateY(-50%);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .top .mv_copy {
    margin: 0 24px;
  }
}
.top .mv_copy_main {
  font-size: 8rem;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .top .mv_copy_main {
    font-size: 4rem;
    margin-top: 16px;
  }
}
.top .mv_scroll {
  position: absolute;
  left: 24px;
  bottom: 80px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  transform: rotate(90deg);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .top .mv_scroll {
    left: -8px;
    bottom: 60px;
  }
}
.top .mv_scroll .icon {
  margin-left: 12px;
  transition: all 0.3s;
}
.top .mv_scroll:hover .icon {
  transform: translateX(4px);
}
.top .lead .section_inner {
  padding-top: 55px;
  padding-bottom: 86px;
  max-width: 1014px;
}
@media screen and (max-width: 767px) {
  .top .lead .section_inner {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
.top .lead_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top .lead_item {
    flex-direction: column;
    align-items: flex-end;
  }
}
.top .lead_item_main > * + * {
  margin-top: 8px;
}
.top .lead_item_main .t_16 {
  line-height: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top .lead_item_main {
    margin-bottom: 8px;
  }
  .top .lead_item_main .t_h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .top .lead_item_main .t_16 {
    font-size: 1.6rem;
  }
}
.top .event_heading .flex-box {
  margin-top: 16px;
}
.top .event_heading .flex-box > p {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .top .event_heading .flex-box > p {
    width: 100%;
  }
  .top .event_heading .flex-box > .button {
    display: none;
  }
}
.top .event .flex-box.half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.top .event .flex-box.half .list-article {
  margin: 0;
}
.top .event .flex-box.half > * {
  width: auto;
}
.top .event .flex-box.half .list-article {
  display: grid;
  gap: 32px;
}
.top .event .flex-box.half .list-article li {
  margin-top: 0;
}
.top .event .flex-box.half .pickup-event-card_wrap,
.top .event .flex-box.half .pickup-event-card_image {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top .event .flex-box.half {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .top .event .flex-box.half .list-article {
    gap: 25px;
  }
}

.pick-your-passion .section_heading {
  margin-bottom: 50px;
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  .pick-your-passion .section_heading {
    margin-bottom: 28px;
  }
}
.pick-your-passion .section_inner {
  padding-top: 100px;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pick-your-passion .section_inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 60px;
  }
}

.not-to-be-missed .section_heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .not-to-be-missed .section_heading {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .not-to-be-missed .section_inner {
    padding-top: 54px;
  }
}

.updates-media .section_inner {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .updates-media .section_inner {
    padding-top: 53px;
  }
}
.updates-media .section_half_heading {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .updates-media .section_half_heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .updates-media .section_half_heading .text.t_h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .updates-media .section_half_bottom {
    margin-top: 35px;
    display: flex;
    justify-content: flex-end;
  }
}

.footer-banner {
  text-align: center;
}
.footer-banner .section_inner {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .footer-banner .section_inner {
    padding-top: 60px;
  }
}
.footer-banner img {
  max-width: 100%;
  height: auto;
}

.photos .section_inner {
  position: relative;
}
.photos .section_heading {
  position: relative;
}
.photos .section_heading .text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .photos .section_heading .text {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.photos .viewall {
  position: absolute;
  top: 106px;
  right: 48px;
}
@media screen and (max-width: 767px) {
  .photos .viewall {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
@media screen and (max-width: 767px) {
  .photos .section_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
  }
}

/*
spot
---------------*/
.swiper-slide-active .key_copy {
  opacity: 1 !important;
}

.swiper-initialized .key_slide_item {
  padding-bottom: 40px;
}
.swiper-initialized .key_copy {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.spot .key .section_inner {
  padding-bottom: 0;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .spot .key .section_inner {
    padding-top: 0;
  }
}
.spot .key_slide_image {
  border-radius: 12px;
  aspect-ratio: 1104/736;
  width: 100%;
  height: auto;
}
.spot .key_slide_item {
  position: relative;
}
.spot .key_copy {
  font-size: 12px;
  line-height: 28px;
  font-style: italic;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .spot .key .section_inner {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.spot .info .section_inner {
  padding-top: 0;
  padding-bottom: 0;
}
.spot .info_heading {
  margin-bottom: 77px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .spot .info_heading {
    margin-bottom: 40px;
    padding-top: 30px;
  }
}
.spot .info_heading_title {
  margin-bottom: 16px;
}
.spot .info_heading_title span {
  display: block;
}
@media screen and (max-width: 767px) {
  .spot .info_heading_title {
    margin-bottom: 8px;
  }
}
.spot .info_heading_title_sub {
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.spot .info_heading_title_main {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .spot .info_heading_title_main {
    font-size: 2.8rem;
  }
}
.spot .info_heading .copy {
  font-size: 2.4rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .spot .info_heading .copy {
    width: 100%;
    font-size: 1.6rem;
  }
}
.spot .info_main {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.spot .info_buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.spot .info_detail {
  width: calc(40% - 80px);
}
@media screen and (max-width: 767px) {
  .spot .info_detail {
    margin-bottom: 48px;
  }
}
.spot .info_detail .detail-title {
  margin-bottom: 16px;
}
.spot .info_detail .detail-wrap:not(:last-child) {
  margin-bottom: 32px;
}
.spot .map_wrap iframe {
  width: 100%;
  height: 560px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .spot .map_wrap iframe {
    height: 400px;
    border-radius: 0;
  }
}
.spot .map .section_inner {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .spot .map .section_inner {
    padding: 60px 0 0;
  }
  .spot .map .section_inner iframe {
    width: 100%;
  }
}

/*
story
---------------*/
@media screen and (max-width: 767px) {
  .story-header .section_inner.story-wrap {
    padding-top: 32px;
  }
}
.story .key .section_inner {
  padding-bottom: 0;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .story .key .section_inner {
    padding-top: 0;
  }
}
.story .key_main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .story .key_main {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.story .key_copy {
  font-size: 12px;
  width: calc(48.5% - 64px);
}
@media screen and (max-width: 767px) {
  .story .key_copy {
    width: 100%;
  }
}
.story .key_copy_main {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .story .key_copy_main {
    margin-top: 16px;
  }
}
.story .key_image {
  overflow: hidden;
  width: 51.5%;
  border-radius: 12px;
  aspect-ratio: 570/624;
}
.story .key_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .story .key_image {
    width: calc(100% + 20px);
    margin-bottom: 32px;
    border-radius: 12px 0 0 12px;
    transform: translateX(10px);
  }
}
.story .story-header .story-wrap {
  max-width: 1206px;
}
.story .story-header .story-wrap_inner {
  justify-content: space-around;
  gap: 30px;
}
.story .story-header .story-wrap_text {
  margin-left: auto;
  margin-right: auto;
}
.story .story-header .story-wrap_detail {
  max-width: 250px;
  margin-left: 0;
}
.story .story-wrap {
  padding-top: 100px;
  max-width: 1014px;
}
@media screen and (max-width: 767px) {
  .story .story-wrap {
    padding-top: 60px;
  }
}
.story .story-wrap > * + * {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .story .story-wrap > * + * {
    padding-top: 24px;
  }
}
.story .story-wrap_inner {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .story .story-wrap_inner {
    flex-direction: column;
  }
}
.story .story-wrap_text {
  max-width: 640px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .story .story-wrap_text {
    width: 100%;
    max-width: 100%;
  }
}
.story .story-wrap_text > * + * {
  padding-top: 24px;
}
.story .story-wrap_detail > li:not(:last-child) {
  margin-bottom: 24px;
}
.story .story-wrap_detail > li dt {
  margin-bottom: 8px;
}
.story .story-wrap_detail > li .list-tag {
  padding: 6px 0;
}
.story .story-wrap_slider {
  position: relative;
}
.story .story-wrap_slider .inner {
  max-width: 920px;
  margin: auto 0 auto auto;
}
.story .story-wrap_slider .swiper {
  overflow: visible;
}
.story .story-wrap_slider .slide-nav-wrap {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .story .story-wrap_slider .slide-nav-wrap {
    bottom: 16px;
  }
}
.story .story-wrap_slider .slide-nav-wrap .swiper-pagination-bullets {
  width: auto;
  display: flex;
}
.story .story-wrap_slider .caption {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .story .story-wrap_slider .caption {
    margin-top: 16px;
  }
}
.story .destination_btn-area {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .story .destination_btn-area {
    text-align: center;
  }
}
.story .destination_btn-area .button {
  min-width: 128px;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .story .destination_btn-area .button {
    margin: auto;
  }
}
.story .destination_image {
  overflow: hidden;
  border-radius: 12px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .story .destination_image {
    border-radius: 0;
    margin: 0 -20px 24px;
    width: calc(100% + 40px) !important;
  }
}
.story .destination_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story .related-info .section_inner {
  margin-top: 100px;
  padding: 0 48px;
  max-width: 824px;
}
@media screen and (max-width: 767px) {
  .story .related-info .section_inner {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.story .related-info_inner {
  border-radius: 12px;
  border: 2px solid #DEEBED;
  transition: all ease 0.36s;
}
.story .related-info_inner:hover {
  border-color: #4069B9;
}
.story .related-info_inner + .related-info_inner {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .story .related-info_inner + .related-info_inner {
    margin-top: 60px;
  }
}
.story .related-info_main {
  padding: 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .story .related-info_main {
    padding: 0 22px 36px;
  }
}
.story .related-info_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .story .related-info_title {
    padding: 36px 22px;
  }
}
.story .related-info_title h2 {
  display: grid;
  gap: 16px;
}
.story .related-info_title .toggle {
  display: block;
  transition: all 0.2s;
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
}
.story .related-info_title .toggle > span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1F2C5C;
  border-radius: 1px;
}
.story .related-info_title .toggle > span:nth-of-type(1) {
  top: 50%;
}
.story .related-info_title .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(-90deg);
}
.story .related-info_title.active .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(0deg);
}
.story .related-info_wrap {
  margin-top: 24px;
}
.story .related-info_wrap .link {
  display: inline-block;
  white-space: wrap;
  word-break: break-all;
}
.story .related-info_wrap * {
  line-height: 1.5;
}
.story .related-info_wrap:first-child {
  margin-top: 0;
}
.story .map .section_inner {
  margin-top: 120px;
  padding: 0 48px;
  max-width: 824px;
}
@media screen and (max-width: 767px) {
  .story .map .section_inner {
    margin-top: 60px;
    padding: 0 20px;
  }
}
.story .map_wrap iframe {
  border: 2px solid #DEEBED;
  width: 100%;
  height: 480px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .story .map_wrap iframe {
    height: 400px;
    border-radius: 0;
  }
}
.story .section_article {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .story .section_article {
    padding: 8px 0 0;
  }
}
.story .section_heading {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .story .section_heading {
    margin-bottom: 32px;
  }
}
.story .share-block {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .story .share-block {
    margin-top: 60px;
  }
}

/*
search-result
---------------*/
.search-result .spot-card_name {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.search-result_heading {
  text-align: center;
}
.search-result_heading .keywords {
  margin: 20px 0 30px;
}
.search-result_heading > p {
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .search-result_heading .t_20 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1;
  }
  .search-result_heading .t_32 {
    font-size: 2.6rem;
    line-height: 3.1rem;
  }
}
.search-result_filter {
  width: 250px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-result_filter {
    width: 100%;
    margin-bottom: 32px;
  }
}
.search-result_filter .content {
  background-color: #DEEBED;
  border-radius: 12px;
  position: sticky;
  top: 124px;
}
@media screen and (max-width: 767px) {
  .search-result_filter .content {
    padding: 0;
  }
}
.search-result_filter_heading {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .search-result_filter_heading {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .search-result_filter_heading .btn-reset {
    display: none;
    margin-left: auto;
    margin-right: 24px;
  }
  .search-result_filter_heading .btn-reset.active {
    display: block;
  }
}
.search-result_filter_heading .toggle {
  display: none;
  transition: all 0.2s;
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
}
.search-result_filter_heading .toggle > span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1F2C5C;
  border-radius: 1px;
}
.search-result_filter_heading .toggle > span:nth-of-type(1) {
  top: 50%;
}
.search-result_filter_heading .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .search-result_filter_heading .toggle {
    display: block;
  }
}
.search-result_filter_heading.active .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(0deg);
}
.search-result_filter .filter-wrap_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 8px 0;
}
.search-result_filter .filter-wrap_title .toggle {
  display: block;
  transition: all 0.2s;
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
}
.search-result_filter .filter-wrap_title .toggle > span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1F2C5C;
  border-radius: 1px;
}
.search-result_filter .filter-wrap_title .toggle > span:nth-of-type(1) {
  top: 50%;
}
.search-result_filter .filter-wrap_title .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(-90deg);
}
.search-result_filter .filter-wrap_title.active .toggle > span:nth-of-type(2) {
  transform: translateY(8px) rotate(0deg);
}
.search-result_filter .filter-child {
  display: grid;
  padding: 0 24px 24px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .search-result_filter .filter-child {
    display: none;
  }
  .search-result_filter .filter-child.is-open {
    display: grid;
  }
}
.search-result_main {
  width: calc(100% - 40px - 250px);
}
@media screen and (max-width: 767px) {
  .search-result_main {
    width: 100%;
  }
}
.search-result_main_heading {
  margin-bottom: 32px;
}
.search-result_main_heading h2 span {
  margin-right: 8px;
}

.section-search .section_inner {
  padding-top: 60px;
}

/*
block
---------------*/
.block .mv {
  height: 100vh;
  margin-top: -100px;
  position: relative;
}
.block .mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.block .mv::after {
  content: "";
  display: block;
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #4069B9;
  opacity: 0.5;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .block .mv::after {
    display: none;
  }
}
.block .mv_bg {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.block .mv_bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block .mv_copy {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 64px;
  color: #fff;
  max-width: 720px;
  transform: translateY(-50%);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .block .mv_copy {
    margin: 0 24px;
  }
}
.block .mv_copy_main {
  font-size: 8rem;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .block .mv_copy_main {
    font-size: 4rem;
    margin-top: 16px;
  }
}
.block .mv_scroll {
  position: absolute;
  left: 24px;
  bottom: 80px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  transform: rotate(90deg);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .block .mv_scroll {
    left: -8px;
    bottom: 60px;
  }
}
.block .mv_scroll .icon {
  margin-left: 12px;
  transition: all 0.3s;
}
.block .mv_scroll:hover .icon {
  transform: translateX(4px);
}
.block .page-menu {
  border-radius: 12px;
  background-color: #DEEBED;
  padding: 26px 35px;
  max-width: 920px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  .block .page-menu {
    margin: 0 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .block .page-menu {
    padding: 38px 30px;
  }
}
.block .page-menu_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block .page-menu_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 620px) {
  .block .page-menu_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .block .page-menu_list {
    grid-template-columns: 1fr;
  }
}
.block .page-menu_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1F2C5C;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .block .page-menu_item {
    font-size: 1.6rem;
  }
}
.block .page-menu_item:hover {
  text-decoration: underline;
}
.block .page-menu_item::before {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  margin-right: 8px;
  background: url("../images/common/icon_arrow_down.1986d1f60420.svg") center no-repeat;
  background-size: contain;
}
.block .lead .section_inner {
  padding: 70px 48px;
}
@media screen and (max-width: 767px) {
  .block .lead .section_inner {
    padding: 44px 20px 38px;
  }
}
.block .movie-wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 728/408;
}
.block .slide-wrap {
  position: relative;
}
.block .slide-wrap .inner {
  max-width: 920px;
  margin: auto;
  overflow: hidden;
}
.block .slide-wrap .swiper {
  overflow: visible;
}
.block .slide-wrap .slide-nav-wrap {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .block .slide-wrap .slide-nav-wrap {
    bottom: 16px;
  }
}
.block .slide-wrap .slide-nav-wrap .swiper-pagination-bullets {
  width: auto;
  display: flex;
}
.block .slide-wrap .caption {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .block .slide-wrap .caption {
    margin-top: 16px;
  }
}
.block.type-a .section_inner {
  padding: 60px 48px;
}
@media screen and (max-width: 767px) {
  .block.type-a .section_inner {
    padding: 30px 20px;
  }
}
.block.type-a .section_inner.padding-s {
  padding: 50px 48px;
}
@media screen and (max-width: 767px) {
  .block.type-a .section_inner.padding-s {
    padding: 30px 20px;
  }
}
.block.type-a .article-block .section_heading h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block.type-a .article-block .section_heading h2 {
    text-align: left;
  }
}
.block.type-a .article-block .section_heading.right-side {
  width: 100%;
  max-width: 920px;
  padding-left: 30%;
}
@media screen and (max-width: 767px) {
  .block.type-a .article-block .section_heading.right-side {
    width: 100%;
    padding-left: 0;
  }
}
.block.type-a .article-block .section_heading.right-side h2 {
  text-align: left;
}
.block.type-a .image-block > .section_inner + .section_inner {
  padding-top: 0;
}
.block.type-a .image-block .section_inner.wide {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block .section_inner.wide {
    padding-bottom: 20px;
  }
}
.block.type-a .image-block_top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block_top {
    margin: 0 -20px;
  }
}
.block.type-a .image-block_image {
  border-radius: 12px;
  overflow: hidden;
  max-width: calc(100% - 250px);
  width: 74%;
  margin-left: -28px;
}
.block.type-a .image-block_image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block_image {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 0;
    margin-left: 0;
  }
  .block.type-a .image-block_image > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.block.type-a .image-block_text {
  position: absolute;
  top: 50%;
  right: 38px;
  z-index: 1;
  transform: translateY(-50%);
  background-color: #DEEBED;
  border-radius: 12px;
  width: 400px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 32px;
}
@media screen and (max-width: 1208px) {
  .block.type-a .image-block_text {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block_text {
    position: static;
    transform: translateY(0);
    border-radius: 12px 0 0 12px;
    width: calc(100% - 20px);
    min-height: 160px;
    margin: -40px 0 0 20px;
  }
}
.block.type-a .image-block_text > * + * {
  margin-top: 16px;
}
.block.type-a .image-block_pager {
  position: absolute;
  bottom: 0;
  right: 38px;
  width: 400px;
  z-index: 1;
  justify-content: right;
}
@media screen and (max-width: 1208px) {
  .block.type-a .image-block_pager {
    right: 0;
  }
}
.block.type-a .image-block_title {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block_title {
    font-size: 3.2rem;
  }
}
.block.type-a .image-block.align-left .image-block_image {
  margin-left: auto;
  margin-right: -28px;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block.align-left .image-block_image {
    margin-right: 0;
  }
}
.block.type-a .image-block.align-left .image-block_text {
  left: 38px;
  right: inherit;
}
@media screen and (max-width: 1208px) {
  .block.type-a .image-block.align-left .image-block_text {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block.align-left .image-block_text {
    border-radius: 0 12px 12px 0;
    margin: -40px 20px 0 0;
  }
}
.block.type-a .image-block.align-left .image-block_pager {
  left: 38px;
  right: inherit;
  justify-content: flex-start;
}
@media screen and (max-width: 1208px) {
  .block.type-a .image-block.align-left .image-block_pager {
    left: 0;
  }
}
.block.type-a .image-block-sm_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block-sm_wrap {
    flex-direction: column;
  }
}
.block.type-a .image-block-sm_main {
  width: 70%;
  padding: 0 0 0 64px;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block-sm_main {
    width: 100%;
    padding: 0;
  }
}
.block.type-a .image-block-sm_title {
  margin-bottom: 18px;
}
.block.type-a .image-block-sm_btn-area {
  margin-top: 30px;
}
.block.type-a .image-block-sm_btn-area .button {
  display: inline-flex;
}
.block.type-a .image-block-sm_image {
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block-sm_image {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
  }
  .block.type-a .image-block-sm_image > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
.block.type-a .image-block-sm.reverse .image-block-sm_wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block-sm.reverse .image-block-sm_wrap {
    flex-direction: column;
  }
}
.block.type-a .image-block-sm.reverse .image-block-sm_main {
  padding: 0 64px 0 0;
}
@media screen and (max-width: 767px) {
  .block.type-a .image-block-sm.reverse .image-block-sm_main {
    width: 100%;
    padding-left: 0;
  }
}
.block.type-a .travel-trip_btn-area {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .block.type-a .travel-trip_btn-area {
    text-align: center;
  }
}
.block.type-a .travel-trip_btn-area .button {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .block.type-a .travel-trip_btn-area .button {
    margin: auto;
  }
}
.block.type-a .travel-trip_image {
  overflow: hidden;
  border-radius: 12px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .block.type-a .travel-trip_image {
    border-radius: 0;
    margin: 0 -20px 24px;
    width: calc(100% + 40px) !important;
  }
}
.block.type-a .travel-trip_image img {
  display: block;
  width: 100%;
}
.block.type-a .slide-wrap {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .block.type-a .slide-wrap {
    margin-bottom: 30px;
  }
}
.block.type-a .external-link_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -20px -16px;
}
@media screen and (max-width: 767px) {
  .block.type-a .external-link_list {
    flex-direction: column;
    margin: 0;
  }
}
.block.type-a .external-link_item {
  width: 33.3333333333%;
  padding: 20px 16px;
}
@media screen and (max-width: 767px) {
  .block.type-a .external-link_item {
    width: 100%;
    padding: 0;
  }
  .block.type-a .external-link_item:not(:last-child) {
    padding-bottom: 40px;
  }
}
.block.type-a .external-link_title {
  padding-bottom: 14px;
  margin-bottom: 26px;
  border-bottom: 1px solid #1F2C5C;
}
.block.type-a .text-wrap > p + p {
  margin-top: 24px;
}
.block.type-a .section-wrap > * + * {
  margin-top: 24px;
}
.block.type-a .movie-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .block.type-a .movie-wrap {
    margin-bottom: 20px;
  }
}
.block.type-b .section_inner {
  padding: 60px 48px;
}
.block.type-b .section_inner.padding-s {
  padding: 30px 48px;
}
@media screen and (max-width: 767px) {
  .block.type-b .section_inner.padding-s {
    padding: 30px 20px;
  }
}
.block.type-b .section_inner.small {
  max-width: 728px;
  box-sizing: content-box;
}
.block.type-b .lead .section_inner {
  padding: 80px 48px 20px;
}
@media screen and (max-width: 767px) {
  .block.type-b .lead .section_inner {
    padding: 60px 20px 30px;
  }
}
.block.type-b .lead_date-length {
  border-radius: 12px;
  border: 2px solid #DEEBED;
  width: 348px;
  max-width: 100%;
  text-align: center;
  padding: 16px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .block.type-b .lead_date-length {
    width: 320px;
  }
}
.block.type-b .highlight_inner {
  border-radius: 12px;
  border: 2px solid #DEEBED;
  padding: 40px 40px 68px;
}
@media screen and (max-width: 767px) {
  .block.type-b .highlight_inner {
    padding: 40px 22px 35px;
  }
}
.block.type-b .highlight_inner_body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .block.type-b .highlight_inner_body {
    margin-top: 30px;
  }
}
.block.type-b .highlight_wrap {
  margin: 24px auto 0;
  max-width: 534px;
}
.block.type-b .highlight_wrap:first-child {
  margin-top: 0;
}
.block.type-b .highlight_wrap * {
  line-height: 1.5;
}
.block.type-b .highlight_date {
  position: relative;
  padding-left: 34px;
  text-decoration: underline;
  color: #1F2C5C;
}
.block.type-b .highlight_date:hover {
  text-decoration: none;
}
.block.type-b .highlight_date:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/common/icon_arrow_down.1986d1f60420.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block.type-b .highlight_text {
  padding-left: 34px;
}
.block.type-b .highlight_text p + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .block.type-b .map-image .section_inner {
    padding: 24px 0;
  }
}
.block.type-b .map-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #DEEBED;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .block.type-b .map-image img {
    border: none;
    border-radius: 0;
  }
}
.block.type-b .day {
  max-width: 991px;
  margin: auto;
}
.block.type-b .day_wrap:not(:first-child) {
  margin-top: 88px;
}
.block.type-b .day_title {
  margin-bottom: 54px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_title {
    font-size: 2rem;
    margin: 0 auto 40px;
    max-width: 320px;
  }
}
.block.type-b .day_title dt, .block.type-b .day_title dd {
  border: 2px solid #DEEBED;
  padding: 20px 48px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_title dt, .block.type-b .day_title dd {
    padding: 12px 24px;
  }
}
.block.type-b .day_title dt {
  background-color: #DEEBED;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_title dt {
    display: flex;
    align-items: center;
  }
}
.block.type-b .day_title dd {
  border-radius: 0 12px 12px 0;
}
.block.type-b .day_list {
  position: relative;
}
.block.type-b .day_list:before {
  content: "";
  display: block;
  position: absolute;
  margin: 0 12px;
  width: 2px;
  height: auto;
  top: 10px;
  bottom: 0;
  left: 0;
  background-color: #DEEBED;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_list:before {
    margin: 0 6px;
  }
}
.block.type-b .day_list:after {
  content: "";
  display: block;
  background-color: #1F2C5C;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  bottom: 0;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_list:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    left: -1px;
  }
}
.block.type-b .day_list > * + * {
  margin-top: 60px;
}
.block.type-b .day_item {
  padding-left: 76px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_item {
    padding-left: 27px;
  }
}
.block.type-b .day_item:before {
  content: "";
  display: block;
  background-color: #1F2C5C;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  top: 10px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_item:before {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    left: -1px;
    top: 5px;
  }
}
.block.type-b .day_item > * + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_item > * + * {
    margin-top: 26px;
  }
}
.block.type-b .day_text-copy {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_text-copy {
    font-size: 2.6rem;
  }
}
.block.type-b .day_btn-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_btn-wrap {
    flex-direction: column;
    row-gap: 16px;
  }
}
.block.type-b .day_btn-wrap .button {
  padding: 8px 24px;
}
@media screen and (max-width: 767px) {
  .block.type-b .day_btn-wrap .button {
    width: 165px;
    padding: 10px 16px;
  }
}
.block.type-b .day_btn-wrap .button > .icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
.block.type-b .day > .slide-wrap {
  margin-bottom: 0;
}
.block.type-b .tour-map_wrap iframe {
  border: 2px solid #DEEBED;
  width: 100%;
  height: 480px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .block.type-b .tour-map_wrap iframe {
    height: 400px;
    border-radius: 0;
  }
}
.block.type-b .bg-lightblue {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .block.type-b .bg-lightblue {
    margin: 36px auto;
  }
}

/*
privacy_policy
---------------*/
.privacy-policy .height_large {
  line-height: 1.9;
}
.privacy-policy .section_heading {
  margin: 60px auto 64px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .section_heading {
    margin: 0px auto 52px;
  }
}
.privacy-policy .section_heading h1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .section_heading h1 {
    margin-bottom: 34px;
  }
}
.privacy-policy .section_heading > p + p {
  margin-top: 32px;
}
.privacy-policy .table-wrap {
  padding: 0 48px 40px;
}
@media screen and (max-width: 767px) {
  .privacy-policy .table-wrap {
    overflow-x: scroll;
    padding: 0 16px 24px;
  }
}
.privacy-policy_wrap:not(:first-child) {
  margin-top: 56px;
}
.privacy-policy_title {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .privacy-policy_title {
    font-size: 2.6rem;
  }
}
.privacy-policy_main > * + * {
  margin-top: 32px;
}
.privacy-policy_table {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #DEEBED;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.privacy-policy_table th, .privacy-policy_table td {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
  border-bottom: 1px solid #DEEBED;
  padding: 20px 30px;
}
.privacy-policy_table th:not(:first-child), .privacy-policy_table td:not(:first-child) {
  border-left: 1px solid #DEEBED;
}
.privacy-policy_table tr:last-child td {
  border-bottom: none;
}

/*# sourceMappingURL=style.css.2f13098a25db.map */
.news-card_image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.news-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Key visual 全体の高さを制御 */
.spot .section.key .section_inner {
  max-width: 1200px;      /* 既存デザインに合わせて調整OK */
  margin: 0 auto;
}

/* スライダー領域を “上限” で縛る（ここが重要） */
#sliderKey {
  max-height: 70vh;       /* 画面の7割まで */
  overflow: hidden;
}

/* swiper の高さ暴走を抑制 */
#sliderKey .swiper-wrapper,
#sliderKey .key_slide,
#sliderKey .key_slide_item {
  height: auto;
}

/* 画像は領域にフィットさせる */
#sliderKey .key_slide_image {
  display: block;
  width: 100%;
  height: 70vh;           /* container と同じ高さに */
  max-height: 70vh;
  object-fit: cover;    /* “潰れ”を避ける（余白が出るけど安全） */
  /* object-fit: cover;   ← 余白が嫌なら cover。ただしトリミングされる */
}

/* =========================================
   Updates / Media 一覧カード用（最終上書き）
   ========================================= */

/* 画像ラッパー */
.updatesMediaList .card .thumb,
.media .card .thumb,
.updates .card .thumb,
.thumb--updates-media {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #eef5f4; /* No Image 用の保険 */
}

/* 画像本体 */
.updatesMediaList .card .thumb img,
.media .card .thumb img,
.updates .card .thumb img,
.thumb--updates-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   Destinations 詳細：Lead の紹介画像が潰れる件の修正
   - 画像の親を比率固定 + 角丸 + overflow hidden
   - img は親にフィット（トリミングして潰さない）
   ========================================================= */

/* 紹介画像（lead） */
.ravel-trip .travel-trip_image{
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  /* テンプレの生成画像比率（w=537,h=415 / w=800,h=618）に合わせる */
  aspect-ratio: 537 / 415;
  /* 既存で固定高が入ってる場合の保険 */
  height: auto;
}

.ravel-trip .travel-trip_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SPで余白が出る場合は、固定系をさらに潰す（既存CSSが強い時の保険） */
@media (max-width: 767px){
  .ravel-trip .travel-trip_image{
    max-width: 100%;
    /* 既存が min-height 等で余白を作ってるケースの保険 */
    min-height: 0;
  }
}


