@charset "UTF-8";
.u-bg {
  background-color: #fbf7e9;
}

.content-wrapper {
  padding-top: clamp(60px, 47.1428571429px + 3.2967032967vw, 90px);
}

.u-anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .u-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.u-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .u-grid-2 {
    display: flex;
    flex-direction: column;
  }
}

.u-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 960px) {
  .u-grid-3 {
    display: flex;
    flex-direction: column;
  }
}

.u-inner--960w, .u-inner--wide, .u-inner {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
}

.u-inner {
  max-width: 1080px;
}

.u-inner--wide {
  max-width: 1200px;
}

.u-inner--960w {
  max-width: 960px;
}

@media (max-width: 768px) {
  .mod--sp100 {
    width: 100%;
  }
}

[data-ani] {
  --ani-delay: 0s;
  --ani-duration: 1s;
  pointer-events: none;
}
[data-ani].is-animated-done {
  pointer-events: auto;
}

.ani-width {
  width: 0;
  transition: width var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-width.is-animated {
  width: 100%;
}

.ani-fade, .c-top-mv .c-top-mv__img .c-top-mv__caption, .c-top-mv .c-top-mv__ttl, .ani-fade-left, .ani-fade-right, .ani-fade-down-full, .ani-fade-down, .ani-fade-up {
  opacity: 0;
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-fade.is-animated, .c-top-mv .c-top-mv__img .is-animated.c-top-mv__caption, .c-top-mv .is-animated.c-top-mv__ttl, .is-animated.ani-fade-left, .is-animated.ani-fade-right, .is-animated.ani-fade-down-full, .is-animated.ani-fade-down, .is-animated.ani-fade-up {
  opacity: 1;
}
.ani-fade-up {
  transform: translateY(30px);
}
.ani-fade-up.is-animated {
  transform: translateY(0);
}
.ani-fade-down {
  transform: translateY(-10px);
}
.ani-fade-down.is-animated {
  transform: translateY(0);
}
.ani-fade-down-full {
  transform: translateY(-100%);
}
.ani-fade-down-full.is-animated {
  transform: translateY(0);
}
.ani-fade-right {
  transform: translateX(-10px);
}
.ani-fade-right.is-animated {
  transform: translateX(0);
}
.ani-fade-left {
  transform: translateX(10px);
}
.ani-fade-left.is-animated {
  transform: translateX(0);
}

.ani-scale {
  transform: scale(0.6);
  transform-origin: center;
  transition: opacity var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay), transform var(--ani-duration) cubic-bezier(0.42, 0, 0.58, 1) var(--ani-delay);
}
.ani-scale.is-animated {
  transform: scale(1);
}

.ani-zoom, .c-top-mv .c-top-mv__img {
  transform: scale(1.2);
  transform-origin: center;
  transition: transform var(--ani-duration) cubic-bezier(0.07, 0.09, 0.09, 0.62) var(--ani-delay);
}
.ani-zoom.is-animated, .c-top-mv .is-animated.c-top-mv__img {
  transform: scale(1);
}

.ani-clip, .ani-clip-full {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: all var(--ani-duration) ease-in-out var(--ani-delay);
  will-change: clip-path;
}
@media (max-width: 768px) {
  .ani-clip-full {
    transition: all calc(var(--ani-duration) / 2) cubic-bezier(0.07, 0.09, 0.09, 0.62) calc(var(--ani-delay) / 2);
  }
}
.ani-clip.is-animated, .is-animated.ani-clip-full {
  opacity: 1;
  clip-path: inset(0);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: clamp(1.4rem, 13.1428571429px + 0.2197802198vw, 1.6rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #333;
  overflow-x: hidden;
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}
body.js-ready {
  opacity: 1;
}

::-webkit-scrollbar-thumb {
  background: #fbf7e9;
}

::-webkit-scrollbar {
  background: #333;
  width: 5px;
  position: relative;
  z-index: 9999;
}

i {
  font-style: normal;
  display: inline-block;
}
@media (max-width: 768px) {
  i .mod--pc {
    display: unset !important;
  }
}

em {
  font-style: normal;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

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

hr {
  display: block;
  border: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

img {
  vertical-align: bottom;
  line-height: 1;
  width: 100%;
}

button {
  all: unset;
  font: inherit;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  cursor: pointer;
  margin: 0em;
  border: none;
  outline: none;
  border-radius: 0px;
}

label {
  cursor: pointer;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a:hover {
  color: inherit;
}

a:hover img {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

.header {
  width: 100%;
  background-color: rgba(76, 91, 91, 0.8);
  height: 90px;
  padding: 0 35px 0 30px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9800;
  color: #ffffff;
  transition: transform 1s ease 0.5s, opacity 1s ease 0.5s, visibility 1s, background-color 1s;
}
@media (max-width: 768px) {
  .header {
    background-color: #4C5B5B;
    height: 60px;
    padding: 0 20px 0 10px;
  }
}
.header.mod--top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}
.header.mod--top .header-top {
  opacity: 0;
}
.header.is-animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header.is-animated .header-top {
  opacity: 1;
}
.header.is-scroll {
  background-color: #4C5B5B;
}
.header .header-top {
  transition: opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 1.2s;
  height: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .header-top__ttl {
  height: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  z-index: 9999;
  color: #ffffff;
}
.header .header-top__ttl a {
  height: 100%;
}
.header .header-top__ttl a img {
  height: inherit;
}
.header .header-top__ttl span {
  font-family: YakuHanMP, "hiragino-mincho-pron", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, "MS PMincho", serif;
  font-weight: 600;
  font-size: clamp(15px, 12.8571428571px + 0.5494505495vw, 20px);
  transform: translateY(3px);
  pointer-events: none;
  display: block;
}
@media (max-width: 960px) {
  .header .header-top__ttl span {
    display: none;
  }
}
.header .header-top__btnWrap {
  height: 75%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}
.header .header-top__btnWrap .c-info-menu {
  filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .header .header-top__btnWrap .c-info-menu {
    display: none;
  }
}
.header .header-top__btnWrap .header-top__cta {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: #00b4e8;
  height: 100%;
  width: 200px;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
@media (max-width: 768px) {
  .header .header-top__btnWrap .header-top__cta {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header .header-top__btnWrap .header-top__cta:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header .header-top__btnWrap .header-top__cta:hover {
    opacity: 0.7;
  }
}
.header .header-top__btnWrap .header-top__hambBtn {
  width: 40px;
  height: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9999;
}
@media (max-width: 768px) {
  .header .header-top__btnWrap .header-top__hambBtn {
    width: 35px;
    height: 22px;
  }
}
.header .header-top__btnWrap .header-top__hambBtn.is-modalOpen span:nth-of-type(1) {
  transform: rotate(28.6deg) scale(1.17, 1);
  transform-origin: top left;
}
.header .header-top__btnWrap .header-top__hambBtn.is-modalOpen span:nth-of-type(2) {
  transform: scale(0, 1);
  transform-origin: right center;
}
.header .header-top__btnWrap .header-top__hambBtn.is-modalOpen span:nth-of-type(3) {
  transform-origin: bottom left;
  transform: rotate(-28.6deg) scale(1.17, 1);
}
.header .header-top__btnWrap .header-top__hambBtn span {
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  display: block;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header .header-top__btnWrap .header-top__hambBtn span {
    height: 1.5px;
  }
}
.header .header-top__btnWrap .header-top__hambBtn:after {
  position: absolute;
  content: "";
  background-color: #d70051;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  right: 0;
  top: 0;
  transform: translate(8px, -8px);
}

.header-hambmenu {
  position: fixed;
  scrollbar-width: none;
  overflow: auto;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 9000;
  transition: all 0.6s ease;
  height: 100vh;
  width: 100%;
}
.header-hambmenu .c-info-menu {
  filter: brightness(0) invert(1);
}
.header-hambmenu .header-hambmenu__inner {
  background-color: #4C5B5B;
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 730px;
  height: 100vh;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header-hambmenu .header-hambmenu__inner {
    height: unset;
    padding: 80px 0 0;
  }
}
.header-hambmenu .header-hambmenu__inner .header-hambmenu__aside {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-hambmenu .header-hambmenu__topbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(80px, 71.4285714286px + 2.1978021978vw, 100px);
  background: linear-gradient(#4C5B5B, rgba(76, 91, 91, 0));
  z-index: 1;
  pointer-events: none;
}
.header-hambmenu .footer-main__link {
  align-self: flex-end;
}
.header-hambmenu.is-modalOpen {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.footer-menu .footer-menu__list {
  margin: 80px auto 30px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px 0;
  justify-content: center;
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  .footer-menu .footer-menu__list {
    line-height: 1.4;
    gap: 0;
    display: grid;
    text-align: center;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    border-top: 1px solid rgba(201, 202, 202, 0.2);
  }
}
@media (max-width: 768px) {
  .footer-menu .footer-menu__list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(201, 202, 202, 0.2);
    height: 100%;
    width: 1px;
  }
}
.footer-menu .footer-menu__list li {
  position: relative;
}
@media (max-width: 768px) {
  .footer-menu .footer-menu__list li {
    border-bottom: 1px solid rgba(201, 202, 202, 0.2);
    min-height: 40px;
  }
}
.footer-menu .footer-menu__list li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #333;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .footer-menu .footer-menu__list li:before {
    display: none;
  }
}
.footer-menu .footer-menu__list li:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 1px;
  height: 100%;
  background-color: #333;
}
@media (max-width: 768px) {
  .footer-menu .footer-menu__list li:after {
    display: none;
  }
}
.footer-menu .footer-menu__list a {
  color: #333;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  padding: 5px 19px;
}
.footer-menu .footer-menu__list a.mod--unactive {
  color: #c9caca;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer-menu .footer-menu__list a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-menu .footer-menu__list a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .footer-menu .footer-menu__list a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 12px;
  }
}

.footer-caption {
  padding: 30px 0;
  background-color: #4C5B5B;
  color: #ffffff;
  font-size: clamp(1.2rem, 11.1428571429px + 0.2197802198vw, 1.4rem);
}
.footer-caption.mod--top {
  background-color: #00b4e8;
}

.footer-main .footer-main__cta {
  background-color: #fbf7e9;
  padding: 50px 0;
}
.footer-main .footer-main__cta .u-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.footer-main .footer-main__cta .footer-main__logo {
  margin: 0 auto;
  text-align: center;
}
.footer-main .footer-main__cta .footer-main__logo.mod--yellvita {
  width: 120px;
}
.footer-main .footer-main__cta .footer-main__logo.mod--ryowa {
  width: 195px;
}
.footer-main .footer-main__cta .footer-main__logo.mod--ryowa img {
  margin-top: 10px;
  filter: brightness(0) saturate(100%) invert(33%) sepia(8%) saturate(416%) hue-rotate(131deg) brightness(91%) contrast(84%);
}
.footer-main .footer-main__cta .c-btn span {
  letter-spacing: 0.4em;
}
.footer-main .footer-main__cta .footer-main__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.footer-main .footer-main__cta .footer-main__contact .contact-txt.mod--main {
  font-size: clamp(1.6rem, 15.1428571429px + 0.2197802198vw, 1.8rem);
  letter-spacing: 0.18em;
}
@media (max-width: 768px) {
  .footer-main .footer-main__cta .footer-main__contact .contact-txt.mod--main {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-main__cta .footer-main__contact .contact-txt {
    letter-spacing: 0.15em;
  }
}
.footer-main .footer-main__cta .footer-main__contact .contact-tell {
  line-height: 1;
  display: flex;
  flex-direction: row;
  gap: clamp(8px, 5px + 0.7692307692vw, 15px);
}
.footer-main .footer-main__cta .footer-main__contact .contact-tell .contact-icon {
  margin-top: clamp(-1px, -4.4285714286px + 0.8791208791vw, 7px);
  height: clamp(40px, 31.4285714286px + 2.1978021978vw, 60px);
  width: clamp(40px, 24.5714285714px + 3.956043956vw, 76px);
  background: url("../../img/common/icon_contact.svg") no-repeat center/contain;
}
.footer-main .footer-main__cta .footer-main__contact .contact-tell span {
  color: #00b4e8;
  white-space: nowrap;
  font-size: clamp(30px, 15.4285714286px + 3.7362637363vw, 64px);
}
.footer-main .footer-main__copy {
  background-color: #00b4e8;
  color: #fbf7e9;
  text-align: center;
  font-size: clamp(1.2rem, 11.1428571429px + 0.2197802198vw, 1.4rem);
  overflow: hidden;
}
.footer-main .footer-main__copy span {
  padding: 10px 0;
  position: relative;
}
.footer-main .footer-main__copy span:nth-of-type(1)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0.25px;
  width: 100vw;
  background-color: rgba(251, 247, 233, 0.3);
}

.footer-main__link {
  background-color: #4C5B5B;
  color: #ffffff;
  padding: clamp(20px, 13.5714285714px + 1.6483516484vw, 35px) 0;
  font-size: clamp(1.2rem, 10.2857142857px + 0.4395604396vw, 1.6rem);
}
.footer-main__link ul {
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px clamp(20px, -3.5714285714px + 6.043956044vw, 75px);
  flex-wrap: wrap;
}
@media (max-width: 440px) {
  .footer-main__link ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer-main__link ul a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer-main__link ul a:hover {
    opacity: 0.7;
  }
  .footer-main__link ul a:hover span::after {
    transform: translateX(2px) scale(0.8);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-main__link ul a:hover {
    opacity: 0.7;
  }
  .footer-main__link ul a:hover span::after {
    transform: translateX(2px) scale(0.8);
  }
}
.footer-main__link ul a span {
  position: relative;
  padding-left: 18px;
}
.footer-main__link ul a span::after {
  position: absolute;
  content: "＞";
  left: 0;
  transform: translateX(0) scale(0.8);
  transition: transform 0.3s ease;
}

.aside {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 25px;
  padding-bottom: 40px;
}
.header-hambmenu .aside {
  height: 100%;
  max-height: 700px;
  gap: clamp(20px, 11.4285714286px + 2.1978021978vw, 40px);
  padding-bottom: clamp(20px, 11.4285714286px + 2.1978021978vw, 40px);
}
@media (max-width: 768px) {
  .header-hambmenu .aside {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.aside .aside__list {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 30px;
  max-width: 880px;
  width: 90%;
}
@media (max-width: 1200px) {
  .aside .aside__list {
    grid-template-columns: 1fr;
  }
}
.header-hambmenu .aside .aside__list {
  gap: 10px 80px;
}
@media (max-width: 1200px) {
  .header-hambmenu .aside .aside__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .header-hambmenu .aside .aside__list {
    grid-template-columns: 1fr;
  }
}
.aside .aside__list li {
  position: relative;
  width: 100%;
}
.aside .aside__list li a {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
  line-height: 1;
  padding: 5px 0;
  font-size: clamp(16px, 15.1428571429px + 0.2197802198vw, 18px);
  transition: color 0.3s ease;
}
.header-hambmenu .aside .aside__list li a {
  font-size: clamp(18px, 17.1428571429px + 0.2197802198vw, 20px);
  border-bottom: 1px solid #af891a;
  padding: clamp(10px, 7.8571428571px + 0.5494505495vw, 15px) clamp(15px, 8.5714285714px + 1.6483516484vw, 30px) clamp(10px, 7.8571428571px + 0.5494505495vw, 15px) 0;
}
.aside .aside__list li a span {
  padding-right: 20px;
}
.aside .aside__list li a::before {
  color: inherit;
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) scale(0.75);
  transition: transform 0.3s ease;
}
.header-hambmenu .aside .aside__list li a::before {
  right: 20px;
}
@media (hover: hover) and (pointer: fine) {
  .aside .aside__list li a:hover {
    color: #af891a;
  }
  .aside .aside__list li a:hover::before {
    transform: translate(3px, -50%) scale(0.75);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aside .aside__list li a:hover {
    color: #af891a;
  }
  .aside .aside__list li a:hover::before {
    transform: translate(3px, -50%) scale(0.75);
  }
}
.aside .aside__list li a.mod--unactive {
  color: #c9caca;
  pointer-events: none;
}
.header-hambmenu .aside .c-info-menu {
  margin-top: calc(-1 * clamp(0, -12.8571428571 + 3.2967032967vw, 30));
}
.aside .aside__cta {
  max-width: 400px;
  width: 90%;
}
.aside .aside__cta a span {
  color: #fbf7e9;
}

.c-top-mv {
  height: clamp(350px, 268.5714285714px + 20.8791208791vw, 540px);
  position: relative;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
.c-top-mv.mod--btm {
  height: clamp(200px, 54.2857142857px + 37.3626373626vw, 540px);
}
.c-top-mv .c-top-mv__img {
  --ani-duration: 1.5s;
  height: inherit;
}
.c-top-mv .c-top-mv__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-top-mv .c-top-mv__img .c-top-mv__caption {
  font-size: clamp(10px, 9.1428571429px + 0.2197802198vw, 12px);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-10px, -5px);
}
.c-top-mv .c-top-mv__ttl {
  position: absolute;
  font-size: clamp(38px, 33.7142857143px + 1.0989010989vw, 48px);
  text-shadow: 0 0 10px black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 1.5;
  --ani-duration: 1s;
  --ani-delay: 0.5s;
}
@media (max-width: 768px) {
  .c-top-mv .c-top-mv__ttl {
    transform: translate(-50%, -40%);
  }
}

.areaImg {
  margin-top: 100px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.areaImg .areaImg__txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .areaImg .areaImg__txt img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.areaImg .areaImg__main {
  height: -moz-fit-content;
  height: fit-content;
}
.areaImg .areaImg__main figure {
  height: 100%;
}
.areaImg .areaImg__main figure img {
  height: 100%;
}
@media (max-width: 768px) {
  .areaImg .areaImg__main figure img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b4e8;
  transition: opacity 0.3s ease;
}
.c-btn.mod--w400 {
  max-width: 400px;
}
.c-btn.mod--cBg {
  background-color: #fbf7e9;
}
.c-btn.mod--cBg span {
  color: #333;
}
.c-btn.mod--color-sub {
  background-color: #af891a;
}
.c-btn.mod--color-brn {
  background-color: #4c4a49;
}
.c-btn.mod--color-blk {
  background-color: #333;
}
.c-btn span {
  padding: 15px 10px;
  color: #fbf7e9;
  display: block;
  letter-spacing: 0.3em;
  position: relative;
  font-size: clamp(1.6rem, 15.1428571429px + 0.2197802198vw, 1.8rem);
}
.c-btn span::after {
  position: absolute;
  content: "▶︎";
  transform: translateX(50%) scale(1.1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.8;
  }
  .c-btn:hover span::after {
    transform: translateX(calc(50% + 3px)) scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-btn:hover {
    opacity: 0.8;
  }
  .c-btn:hover span::after {
    transform: translateX(calc(50% + 3px)) scale(1.1);
  }
}

.c-icon-menu {
  height: 18px;
  width: 18px;
}
.c-icon-menu.mod--map {
  background: url("../../img/common/icon_menu_map.svg") no-repeat center/contain;
}
.c-icon-menu.mod--outline {
  background: url("../../img/common/icon_menu_outline.svg") no-repeat center/contain;
}

.js-zoom {
  position: relative;
}
.js-zoom .c-zoomicon {
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
  background-image: url("../../img/common/icon_zoom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
  animation: zoom 1.5s infinite linear;
}
@keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.js-zoom .c-zoomicon.is-clicked {
  opacity: 0;
}

.c-info-menu {
  letter-spacing: 0.15em;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 8px;
}
.c-info-menu.mod--row {
  flex-direction: row;
  gap: 30px;
}
.c-info-menu a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-info-menu a:hover {
    opacity: 0.6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-info-menu a:hover {
    opacity: 0.6;
  }
}
.c-info-menu a > * {
  vertical-align: middle;
}
.c-info-menu a i {
  margin-right: 5px;
}

.c-copy {
  width: 100%;
  background-color: #af891a;
  background: linear-gradient(45deg, #af891a, #af891a 150%);
  color: #fbf7e9;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 10px;
  line-height: 1;
  padding: 30px 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
}
.c-copy.mod--top {
  padding: clamp(15px, 12.8571428571px + 0.5494505495vw, 20px) 15px;
  height: 85px;
}
@media (max-width: 960px) {
  .c-copy.mod--top {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .c-copy {
    line-height: 1.3;
  }
}
.c-copy span {
  font-size: clamp(18px, 15px + 0.7692307692vw, 25px);
}
.c-copy span .c-sup {
  font-size: 12px;
}
.c-copy em {
  font-size: clamp(30px, 25.7142857143px + 1.0989010989vw, 40px);
}

.c-main-ttl {
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-main-ttl .c-main-ttl__EN {
  font-size: clamp(3.3rem, 26.5714285714px + 1.6483516484vw, 4.8rem);
  display: block;
  padding-bottom: clamp(10px, 5.7142857143px + 1.0989010989vw, 20px);
}
.c-main-ttl .c-main-ttl__main {
  font-size: clamp(2.4rem, 18px + 1.5384615385vw, 3.8rem);
  color: #af891a;
}
.c-main-ttl .c-main-ttl__main.mod--single {
  font-weight: 500;
}

.c-sup {
  vertical-align: super;
}

.c-caption {
  font-size: clamp(10px, 9.1428571429px + 0.2197802198vw, 12px);
}
.c-caption.mod--wh {
  color: #ffffff;
}
.c-caption.mod--shadow {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.6);
}
.c-caption.mod--rbtm {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-10px, -5px);
  transition: opacity 1.5s ease 0.5s;
  text-align: right;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 768px) {
  .u-spTop {
    padding-top: 60px;
    background-color: #ffffff;
  }
}

.cms-hide {
  display: none !important;
}

.u-tb {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-tbsp {
  display: none !important;
}

.u-sm {
  display: none !important;
}

@media (max-width: 1200px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: block !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-tbsp {
    display: block !important;
  }
  .u-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-tb {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-pctb {
    display: none !important;
  }
  .u-tbsp {
    display: block !important;
  }
  .u-sm {
    display: none !important;
  }
}
@media (max-width: 440px) {
  .u-sm {
    display: block !important;
  }
}
.screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skipNav {
  position: absolute;
  top: -26px;
  left: 0;
  z-index: 9999;
  transition: top 0.3s;
  display: inline-block;
  font-size: 13px;
  padding: 1px 10px;
  height: 26px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background: #00b4e8;
}
.skipNav:focus {
  color: #ffffff;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}/*# sourceMappingURL=common.css.map */